body {
    height: 100vh;
    justify-content: center;
}
.validate {
    border: 1px solid #272424;
}
.validateErr {
    border: 1px solid #8a0606;
}
#modPopup {
    background-color: #8a0606;
}
#suggestions-container {
    background-color: #8a0606;
}
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;}
.autocomplete-no-suggestion {
    padding: 2px 5px;}
.autocomplete-selected {
    background: #F0F0F0;}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;}
.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;}
.overlayLoader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.6;
    background: rgba(31, 27, 27, 0.8) url("../images/loading.gif") center no-repeat;}
/*profile*/
.ProfilePhotoTag {
    background-color:#10298c;
    color:#fff;
    font-size:80%;
    padding:3px;}
.PublicPhotoTag {
    background-color:#000; 
    color:#fff;
    opacity: 0.6; 
    font-size:80%;
    padding:3px;}
.PrivatePhotoTag {
    background-color:#8f0420; 
    color:#fff;
    opacity: 0.6; 
    font-size:80%;
    padding:3px;}
.PublicVideoTag {
    background-color:#000; 
    color:#fff;
    opacity: 0.6; 
    font-size:80%;
    padding:3px;}
.PrivateVideoTag {
    background-color:#8f0420; 
    color:#fff;
    opacity: 0.6; 
    font-size:80%;
    padding:3px;}
.textQuestion {
    color: #232F3E;
    font-weight: 600;
}
.textAnswer {
    color: #5f5e5e;
    font-weight: 400;
}
.thumb-media-image {
    height: 100px;
    padding: 15px;
    opacity: 0.6;
}
/*crop*/
.preview-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
/*network*/
.avatarSearch {
    height: 5rem;
    width: 5rem;
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
#SearchDivMain {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    height: 300px;
    left: 50%;
    margin-left: -250px; 
    margin-top: -150px;
    /* opacity: 0.6; */
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 1001;
}
.follow{
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
}

      
/*chat*/
.editable {
    padding: 10px 12px;
    background-color: #fff;
    border:1px solid #dcdcdc;;
    border-radius: 4px;
    line-height: 26px;
    max-height: 150px;
    overflow: auto;
    width: 100%;
}
.editable:focus{
  border-color: #000;
}
/*============================================================================================================================*/
/*scroll to top*/
/*============================================================================================================================*/
#scroll {
    position:fixed;
    right:50px;
    bottom:20px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-image: url(/assets/images/ScrollUp.png);
    /* text-indent:-9999px; */
    display:none;
    /* -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px; */
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    /* background-color:#FF8D2E;
    opacity:0.6; */
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*accordian*/
.accordion .btn {
    white-space: normal;
}
/*============================================================================================================================*/
/*simple pagination*/
/*============================================================================================================================*/
.list-wrapper {
    /* display: flex; */
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    /* width: 75%; */
}
/* .list-item {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #eee;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
} */
/* .list-item img {
    height: 200px;
    object-fit: cover;
    width: 100%;
} */
.list-item .text {
   text-align: center;
}
.text h3 {
    font-size: 24px;
}
    .text p {
    font-size: 18px;
}
.description {
    background: #000;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top:0;
    transition: all 1s ease;
}
.description .d-text {
   padding: 15px;
}
.d-text h3 {
    font-size: 24px;
}
.d-text p {
    font-size: 16px;
}
.list-item:hover .description {
    opacity: 1;
}
.simple-pagination ul {
    list-style: none;
    margin-left: 10px;
    padding: 0;
    text-align: center;
}
.simple-pagination li {
    display: inline-block;
    margin: 2px;
}
.simple-pagination li a,
.simple-pagination li span {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 5px 10 px rgba(0, 0, 0, .1), 0 2px 5px rgba(0,0,0,.5);
    color: #252525;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 1s ease;
    width: 40px;
}
.simple-pagination li a:hover {
    background: #000;
    color: #fff;
}
.simple-pagination .current {
    background-color: #000;
    border: 1px solid;
    border-color: rgb(255, 255, 255);
    color: #fff;
    cursor: pointer;
}
.simple-pagination .prev .current
.simple-pagination .next .current {
    background-color: #222;
    border: none;
}
.spnInfo {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.pagi {
    background-color: #000;
}
@media only screen and (max-width: 1000px) {
    .mobile-100 {height:50vh}
}
/*custom elements*/
.custom-link {
    color: #6c757d; 
    text-decoration: none; 
}
.custom-link:visited {
    color: #222527; /* Color for visited links */
}

/* Hover state */
.custom-link:hover {
    color: #FF00FF; /* Color when the link is hovered over */
    text-decoration: underline; /* Underline on hover */
}

/* Focus state */
.custom-link:focus {
    color: #FF00FF; /* Same as hover for focus */
    outline: 2px solid #FF00FF; /* Outline to show focus */
    text-decoration: underline; /* Underline on focus */
}

/* Active state */
.custom-link:active {
    color: #FF0000; /* Color when the link is active (being clicked) */
    text-decoration: underline; /* Underline when active */
}
.loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #007bff; /* Adjust color as needed */
}
