@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import "./theme_variables.css";
section.clints-section.padding-tb {
    background-color: rgb(239 229 229 / 52%);
}
.spinner{

    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.icofont-spinner{-webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

  .process-logo img{
        height: 250px;
        width: auto;

}
  .processing {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;

    background-color: rgba(0,0,0,0.6)
  }
  .processing .processing-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.processing .processing-inner i {
    position: absolute;
    top: 89%;
    left: 73%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.processing-text {
    text-align: center;
    color: var(--theme_color_1);
    font-size: 25px;
    /* color: #fff; */
}
/* .new-loader .loader-inner .icofont-database   {
    animation: none !important;
    height: 50px  !important;
    width: 50px !important;

} */
.spinner-border.text-1  {
    height: 50px;
    width: 50px;
}



.new-loader {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 999 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgb(56, 48, 3) !important;
    opacity: 0.8 !important;
}
.new-loader-main {
    /* margin: 280px; */
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%)!important;
}
.spinner-border.text-1 {
    margin-right: 10px !important;
}
/* .loader-inner {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
} */
/* .no-header-space header.header-section {
/*     position: unset !important;
/* } */
  .section-header h2,.fm-item-title h4{
    color:#dd9f16;
  }
  .lab-item.member-item  {
    color: #000 !important;
  }

  .signup i.icofont-users {
    color: #000 !important;
  }
  .signup span {
    color: #000 !important;
  }
  .scrollToTop i{
    background-color: #000;
  }
  .group-item:hover .lab-inner .lab-content h4,
  .group-item:hover .lab-inner .lab-content .bg-theme,
  .group-item:hover .lab-inner .lab-content p
  {
    color:#000 !important;
  }
  .bg-theme hr{
    color: #000;
  }
  .app-section .app-content  {
    color: #000;
  }
  .member-button-group a.lab-btn:hover span,
  .member-button-group a.lab-btn:hover i{
    color: #000 !important;
  }
  .no-photo , .no-video p{
    color:var(--theme_color_1);
  }
  .fm-item-content .lab-btn{
    color: #000;
  }
 .grid-member .lab-inner {
    background-color: #292928 !important;
}
.grid-member .lab-inner  {
    color:#fff !important;
}
.grid-member:hover .lab-inner {
    background-color:gold !important;

}
.grid-member:hover .lab-inner {
    color:#000 !important;

}
.page-header-bg {

    background: linear-gradient(180deg, rgba(214,156,22,1), rgb(0, 0, 1)) !important;
    /* background-image:
    linear-gradient(180deg,
    rgba(214,156,22,1),
      rgba(0,0,0, 0.75)),
      url('../images/bg.jpg'); */
    /* background:url('../images/bg.jpg'); */
}
.login-section .account-wrapper ,
.login-section .account-wrapper .account-bottom span,
.login-section .account-wrapper a,
.login-section .account-form .form-group .checkgroup label input ,
.signup-section .account-wrapper .account-bottom span {
    color: #fff;
}
.login-section .account-wrapper a:hover ,.signup-section .account-wrapper a:hover, .login-section .account-wrapper .title{
    color: var(--theme_color_1);
}
.login-section .account-form .form-group button{
    color: #000;
}
.login-section .account-form .form-group button:hover{

    color:#000 !important;

}
.is-invalid {
    box-shadow: 0px 0px 7px rgb(230 80 24) !important;
}

.login-section .account-form .form-group input {
    background-color: #433e0f !;
}

.signup-section h4 {
    text-align: left;
    margin-bottom: 25px;
}

.signup-info-tab .signup-date{
    align-items: baseline;

}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: black;
}
.signup-section .account-wrapper {
    max-width: 100%;
}
.d-block .lab-btn {
    background: black;
}
.signup-section .account-wrapper
{
    padding: 20px;
}

.signup-section .title
{
    text-align: left;
    color: var(--theme_color_1);
}
.gender-label{
    display: inline-flex;
    color: #fff;
    margin-right: 10px;
}
.gender-label span {
   margin-left: 10px;
}
.span-label
{
    color: #fff;
}
.line
{
    color: #000;
}
.signup-section .step-btn{
    width:auto !important;
}
.signup-section .custom-label {
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    margin-bottom: 12px;
}
.signup-section .select
{
    border: 1px solid var(--theme_color_1);
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    box-shadow: 0px 1px -1px 0px  var(--theme_color_1);
    padding: 0.6rem 1rem;
    color: #FFF;
}
.signup-info .form-group textarea
{
    color: #fff;
    background-color:  #000;
    border: 1px solid var(--theme_color_1);;
}
.gender {
    margin-top: 13px;
}
/* sign up form */
.steps
{
    display: none;
}
.steps.step-active
{
    display: block;
}
.btn-outline-theme{
    color: var(--theme_color_1);
    border-color: var(--theme_color_1);
}
.btn-outline-theme:hover{
    color: #000;
    background-color: var(--theme_color_1);
}

.contactus  .contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-details
{
    color: #000;
}
.contactus  .contact-info-wrapper .lab-btn .contact-info-title .fw-bold h5
{
    color: #FFF;
}
.form-group .lab-btn
{
    color: black;
}

/* for validation  */
.contact-info-wrapper.menu
{
    box-shadow: 0px 2px 4px 0px var(--theme_color_1);
    height: 100%;
}
.contactus .contact-form-wrapper {
    padding-top: 17px;
    height: 100%;
    box-shadow: 0px 2px 4px 0px var(--theme_color_1);
}
.page-header-inner h2 {
    color: white;
}
.form-group {
    margin-bottom: 20px;
}
.field_required{
    color: #ed8585;
    font-size: 14px;
}
.account-form .form-group :focus {
    box-shadow: 0 0 0 0.10rem  var(--theme_color_1);
}
.info-icon {
    color: var(--theme_color_1);
    font-size: 50px;
}
.contact-form input ,.contact-form textarea {
    color: #fff !important;
}
.group-item .lab-inner {
    color: #fff;
}
.work-item .lab-content {
    color: #fff;
}
.story-item .lab-content {
    color: #fff;
}
.text-black{
    color: #000 !important;
}
.post-content * {
    color: white;
    font-family: 'Jost';
}
.contact-form .contact-info-title h5,.contact-info-title p , .contact-info-details p
{
    color: #fff;
}
.contact-form h4 ,.contact-info-wrapper .contact-info-title h5 , .contact-info-wrapper .fw-bold {
    color: var(--theme_color_1);
}
.contact-form .form-control:focus , .contact-form .form-control textarea :focus {
    box-shadow: 0 0 0 0.10rem var(--theme_color_1);
}
.scrollToTop i:hover
{
    box-shadow: 0px 5px 20px 0px rgb(255 215 0 / 49%);
}
.scrollToTop i {
    color: #000;
    border: 1px solid #000;
}
.header-section.header-fixed .header-bottom {
    margin-top: -10px;
}
.header ul.dropdown-menu.show {
    background-color: var(--theme_color_3);
    padding: 0px;

}
.header ul.dropdown-menu.show li:hover a {
    color: #fff;
}
.menu > li > a:hover {
    color: #fff;
}
.social-icons li  i:hover
{
     color:#fff;
}
.header img {
    height: auto;
    max-width: 30px;
}
/* footer font color */
.footer-middle  p
{
    color:#fff;
}
.footer-middle-item-wrapper .lab-btn i.icofont-paper-plane {
    color: black;
}
.fm-item-content .footer li a:hover{
    color: var(--theme_color_1);
}
.form-group .footer .form-control:focus{
    box-shadow: 0 0 0 0.10rem var(--theme_color_1);
}
.user-info a.dropdown-item {
    background: unset;
    padding: 0px 13px;
    text-align: left !important;
    font-size: 14px;
}
/* .user-info a:hover{
    background: var(--theme_color_gradient);
} */
.user-info a:hover span
{
    color: var(--theme_color_1) !important;
}
.social-icons  .dropdown-toggle::after {
    /* color: var(--theme_color_1) !important; */
    display: none;
}
.user-info ul li {
    padding: 5px 0px !important;
}
.user-info ul.dropdown-menu.show {
    left: -116px !important;
    transform: unset !important;
    border-radius: 0px;
    padding: 8px 0px;
    top: 43px !important;
    box-shadow: 0 3px 3px rgb(255 215 0 / 30%);
}
.user-info .dropdown-toggle {
    padding: 9px 10px;
}
.notification-info .dropdown.header {
    padding: 8px 0px !important;
}
.user-info a#dropdownMenuLink.show {
    background-color: var(--theme_color_gradient);
    border-radius: 0;
    color: black;
    border-radius: 0;
    /* background:  var(--theme_color_gradient); */
}
.user-info a#dropdownMenuLink.show span {
color :var(--theme_color_gradient) !important;
}
.user-info a#dropdownMenuLink:hover {
    border-radius: 0;

}
.user-info .header #dropdownMenuLink {
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
}
.user-info .setting-dropdown {
    padding: 0px 12px 0px !important;
}
.user-info .profile-dropdown {
    padding: 0px 12px 0px !important;
}
.user-info .dropdown-item:hover
{
    color:  var(--theme_color_1) !important;

}
.user-info .btn-check:focus .btn, .btn:focus {
    box-shadow: 0 3px 3px rgb(255 215 0 / 30%);
}
/* profile  */
.profile-section .member-profile .profile-details .profile-nav,
.member-filter .profile-nav{
    background: var(--theme_color_2) !important ;
    color:#fff;
}
.profile-section .profile-name{
    color:#fff;
}
.profile-section .col-xl-8 .info-card-content
{
    background-color: var(--theme_color_3);
    color:#fff;
}
.profile-section .info-card-title  h6
{
    color: var(--theme_color_1);
    font-size: 30px;
}
.profile-section .info-card-title  .icofont-ui-edit
{
    /* padding-left:60% ; */
     color: var(--theme_color_1);
    font-size: 25px;

}

.profile-section .info-card-title  .icofont-warning
{
    margin-right:20px ;
    font-size: 30px;

}
.profile-cover .default-cover-bg
{
    background:
    linear-gradient(180deg,
    rgba(214,156,22,1),
      rgba(0,0,0, 0.75));
      min-height: 300px;

}

.profile-section .nav-tabs .dropdown .btn ,

  .profile-section .nav-tabs .nav-link {
    color:  #fff;
}
.profile-section .profile-nav .nav-tabs .nav-link:not(.btn-warning):hover,
.profile-section .nav-tabs .nav-link:not(.btn-warning).active,
.profile-section .profile-nav .nav-tabs .dropdown .btn:hover
{
    color:  var(--theme_color_1) !important ;
}

.profile-section .member-profile .profile-details .profile-nav .nav-tabs .nav-link.active , .profile-section .member-profile .profile-details .profile-nav .nav-tabs .dropdown .btn:hover {
    color: #fff;
}
.profile-section .member-profile .profile-details .profile-nav .nav-tabs .dropdown ul {
    background:var(--theme_color_3);
    box-shadow: 0 3px 3px rgb(255 215 0 / 30%);
}
.profile-section .member-profile .profile-details .profile-nav .nav-tabs .dropdown ul li a:hover {
    color:  var(--theme_color_3) ;
}
.profile-section .member-profile .profile-item .profile-information .icon
{
    background: var(--theme_color_1);
}

.profile-section .widget .widget-title{
    color:var(--theme_color_1) ;
}
.profile-section .widget-content .image-thumb{
    color:var(--theme_color_3) ;

}
.password-section .custom-label
{
    color: var(--theme_color_1);
}
.profile-section  .custom-upload
{
    background-color: var(--theme_color_1)!important;
}
.profile-section .media-wrapper
{
    color:#fff;
}
.profile-section .media-wrapper .nav-tabs .nav-item .nav-link.active,
.profile-section .media-wrapper .nav-tabs .nav-item .nav-link span,
.profile-section  .media-wrapper .tab-content .tab-pane .media-content .media-upload .upload-now .custom-upload,
.load-btn .lab-btn
{
    background: var(--theme_color_1) ;
    color:#fff !important;
}
.load-btn .lab-btn:hover
{
    box-shadow: 3px 3px 0 #fff;
}
.profile-section .media-wrapper .nav-tabs .nav-item  span::before{
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent var(--theme_color_1) transparent transparent;
}
.profile-section .media-wrapper .nav-tabs .nav-item .active span::before{
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent var(--theme_color_3) transparent transparent;

}
.profile-section .media-wrapper .nav-tabs .nav-item  .active  span{
    background: var(--theme_color_3);
}
.profile-section .media-wrapper .nav-tabs .nav-item .nav-link:hover
{
    border-bottom-color: var(--theme_color_1) !important;
}
.profile-section .gallery-img {
    height: 80% !important;
}
.profile-section .gallery-img img {
    height: 100% !important;
}
.profile-section .upload-image {
    margin-bottom: 30px !important;
}
.profile-section .uploaded-image-section {
    padding-bottom: 30px !important;
}


.member-info li p:last-child{
    background: var(--theme_color_1)!important;
}
.member-info li p:first-child{
    color:#fff;
}
.member-item.style-2 .lab-inner .lab-thumb img {
    height: 250px;
    width: 200px;
    /* height: auto !important;
    width: auto !important; */

}

.country-flag {
    width: 30px;
    height: 30px;
    margin: 5px 7px;
}

.member-item.style-1 .lab-inner {
    position: relative;
    /* height: 530px !important;     */
}

.country-flag {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}

.member-pagination ul li{
    padding:10px;
}
.member-pagination .page-item.active .page-link,
.member-pagination .page-item.disabled .page-link
{
    color: var(--theme_color_3) !important;
    background: var(--theme_color_1);
    border-color: var(--theme_color_3);
    text-align: center;
    padding: 10px;
}
.member-pagination .active{
    color: var(--theme_color_3);
    color: var(--theme_color_1);
    border-color: var(--theme_color_3);
    border-radius:50%;
}
.member-pagination .page-item:first-child .page-link ,
.member-pagination .page-item:last-child .page-link
{
    border-radius: 50%;
}
.member-pagination ul li span
{
    width: 46px;
    height: 46px;
    box-shadow: 0 0px 5px rgba(136, 136, 136, 0.1);
    color: #ffffff;
    z-index: 1;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.member-pagination ul li a:hover{
    background:var(--theme_color_1) !important;
}
.member-details .col-xl-12 .info-card-content
{
    color:#fff;
}
.member-section .section-wrapper .lab-thumb img{
    height:176px;
    width:176px
}
.upload-image  .m-dropzone__msg-title,
.upload-video  .m-dropzone__msg-title
{
    color: var(--theme_color_1) !important;
}
.upload-image .dropzone,
.upload-video .dropzone
{
    min-height: 150px;
    border: 3px dashed var(--theme_color_1);
    background:var(--theme_color_3);
    padding: 20px 20px;
    margin-bottom: 20px;
}
.upload-image-btn,
.upload-video-btn
{
    color: var(--theme_color_3);
    background: var(--theme_color_1) !important;
    margin-bottom: 10px;
    padding: 7px 12px;
    border: none;
}
.upload-image  .dz-image-preview .dz-remove
{
    color: red !important;
}
.upload-video  .dz-file-preview .dz-remove
{
    color: red !important;
}
.dropzone .dz-preview {
    z-index: 1;
}
.notification .form-switch
{
    color:#fff;
}
.notification h2,hr,h6
{
    color:#000;
}
.notification .notification-section .form-check-input:checked {
    background-color: var(--theme_color_3) ;
    border-color: #fff;
}
.notification .form-check-input:active {
    border-color: var(--theme_color_1) !important;
    outline: 0;
}
.form-switch .form-check-input:not(:checked):focus{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill=' rgba(214,156,22,1)'/%3e%3c/svg%3e");
    box-shadow: unset !important;
}
.form-check-input:focus {
    border-color: var(--theme_color_1) !important   ;
    outline: 0;
    box-shadow: unset;
}
.member-profile .form-check-input {
    margin-top: 14px;
}
.member-profile .form-check-input:focus {
    border-color: var(--theme_color_1) !important   ;
    outline: 0;
    box-shadow: unset;
}
.member-profile .form-check-input:checked {
    background-color: var(--theme_color_1);
    border-color: #fff !important;
}
.card-body .msg-section
{
    /* background: var(--theme_color_3) !important; */
    padding-left: 0px !important;
}
.messages-section .card-body {
    padding: 0.0rem 0.098rem  0rem 0rem !important;
}

.messages-section .chat-box-inner .card {
    border-radius:  none !important;
}
.messages-section .contact-list{
    background: var(--theme_color_1);
    height: 100%;
    overflow-y: scroll;
}
/* .p-3.contact-list {
    height: 590px !important;
    overflow: scroll;
} */
.messages-section .card-body{
    padding: 5px;
}
.messages-section .chat-box{
    padding-right: 3px;
}
.messages-section .chat-message{
    padding-left: 3px;
}
.messages-section .contact-list.active{
        max-height: 686px !important;
    /* width:300px ; */
}
.messages-section .contact-list::-webkit-scrollbar {
    display: none;
}
.messages-section .card-body .message-header{
    margin-bottom: 1px !important;
    border-bottom: 2px solid white;
}
.messages-section .card-body .chat-section{
    margin-bottom: 1px !important;
}
.messages-section .chat-section {
    margin-right: -10px;
}
.messages-section .card-body .send-message{
    margin-top: 1px !important;
}
.messages-section .pt-3{
    background: var(--theme_color_3);
    padding: 15px;
}
.messages-section .bg-theme{
    background: var(--theme_color_1);
    /* height: 50px;
    overflow: hidden; */

}
.messages-section .text-muted {
    color: var(--theme_color_3) !important;
}
.messages-section .emoji{
    color : #fff !important;
}
.messages-section .text-muted i,
.messages-section .date-time{
    color: #fff !important;
}
.messages-section,
.messages-section .chat-section{
    overflow-y: auto;
}
.messages-section .chat-section{
    position: relative;
    height: 400px
}
.messages-section .chat-section::-webkit-scrollbar {
    display: none;
}
.message-inner .file-attached {
    border: 1px solid var(--theme_color_3);
    width: fit-content;
    background-color: #434341 !important;
    color: #fff !important;
    margin-bottom: 6px;
}
.message-inner .file-icon,
.message-inner .file-name,
.message-inner .file-download
{
    padding: 10px;
}

.message-inner .file-download:hover
{
background-color:#818178;
}
.message-inner .file-icon,
.message-inner .file-name
{
    border-right: 1px solid var(--theme_color_3);
}
/* .contact-section{
    height:100% !important;
    overflow: hidden;
} */
/* .messages-section .contact-section,{
    height: 100% !important;
} */

/* .messages-section .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--theme_color_1) !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--theme_color_1) !important;
} */
.messages-section .bg-danger{
    background: var(--theme_color_3) !important;
}
.messages-section label
{
    color:#fff;
}
#message-text{
    margin-right: 12px;
}
.message-header p{
    color: #fff;
}
.messages-section .user-list{
    padding-right: 2px;
}
/* .messages-section .chat-setting{
    padding-left: 65px;
} */

.tool-bar{
    display: none;
}
.chat-message:hover  .tool-bar{
   display: block;
}
.date-time {
    font-size: 12px;
    margin-top: 7px;
    margin-right: 12px;
}
.justify-content-start .date-time{
    margin-left: 12px;
}
.reply-to-msg {
    background-color: var(--theme_color_1);
    padding: 0px;
    border-radius: 9px;
    box-shadow: inset 5px 0px 11px var(--theme_color_3);
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.sendreply .float-right {
    position: absolute;
    right: 9px;
}

.sendreply,.replied-to {
    position: relative;
    /* margin-top:-100px; */
    top: 10px;
    padding: 6px 17px;
    background-color: #e2d193;
    margin-bottom: 10px !important;
    height: 100px;
}
.replied-to {
    border-radius: 13px;
    width: 100%;
    padding: 6px;
    justify-content: left;
    position: relative;
}
.sendreply .reply-to-msg .message-inner,
.replied-to .reply-to-msg .message-inner {
    background-color: transparent !important;
}
.replied-to .reply-to-msg {
    background-color: rgb(127 127 127 / 60%) !important;
}
.highlight {
    background-color: #887856 !important;
}
.emoji-picker {
    z-index: 9;
}
.emoji-picker__preview {
    background-color: #fff;
    z-index: 9;
    position: relative;
    height: 62px !important;
}

.rounded-profile{
    border-radius: 50%!important;
    height: 64px;
    width: 64px;
    max-width: unset;
}
.message-profile{
    border-radius: 50%!important;
    height: 35px;
    width: 45px;
    max-width: unset;
}
.last-msg-time
{
    text-align: right;
}
.user-initial {
    width: 65px;
    height: 65px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px !important;
}
.message-box .user-initial {
    padding-top: 6px !important;
    height: 35px;
    width: 40px;
}
.message-header .user-initial{
    padding-top: 0px !important;
}
.chat-setting .dropdown-item:focus,
.chat-setting .dropdown-item:hover {
    color: #fff !important;
    background-color: var(--theme_color_3) !important;
}
.chat-setting a{
    color: var(--theme_color_3) !important;
}
.action-button {
margin-top: 10px;
}
.req-act button.btn.bg-theme-1 {
    font-size: 14px;
}
.upload-info{
    color:var(--theme_color_1);
}
.chat-request .user-initial {
    height: 35px;
    width: 40px;
    position: relative;
}
.chat-username {
    width: 75%;
    padding: 8px 0px;
}
.chat-request {
    margin-bottom: 13px;
}
/* .member-item.unblock-button:hover
{
    background: var(--theme_color_3) !important;
    color: #fff;
} */
.lab-item.member-item.style-1.style-2:hover .unblock-button  {
    background: var(--theme_color_3) !important;
    color: #fff;
}
.lab-item.member-item.style-1.style-2:hover .icofont-ui-block   {

    color: #fff ;
}
.ticket-form .file-upload{
    color: #fff !important;
}
.ticket-form .custom-label
{
    color: #fff !important;
}
.ticket-id{
    color: var(--theme_color_1) !important;
}

.search-form-area .modal-content {
    background-color: var(--theme_color_3) !important;
    color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px var(--theme_color_1);
}

.search-form-area button.btn-close {
    background-color: var(--theme_color_1) !important;
    opacity: 1;
}
.search-form-area li.nav-item {
    width: 24%;
}
.search-form-area .nav-item .nav-link {
    width: 100% !important;
    border-color: var(--theme_color_1);
    color: #FFF;
    border-radius: 0px !important;
}
.search-form-area .nav-item .nav-link.active {
    background: var(--theme_color_gradient);
    color: var(--theme_color_3);
}
.search-form-area .nav-tabs {
    border: none;
    padding: 0px !important;
}
.search-form-area .select {
    border: 1px solid var(--theme_color_1);
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    box-shadow: 0px 1px -1px 0px var(--theme_color_1);
    padding: 0.6rem 1rem;
    color: #FFF;
}
.search-form-area .tab-content {
    padding: 16px;
    background: var(--theme_color_gradient);
    color: var(--theme_color_3);
}
.selected-range {
    width: 100%;
    font-weight: 600;
}
.search-form-area .modal-header {
    border-color: var(--theme_color_1) !important;
}
.search-form-area .modal-footer {
    border-color: var(--theme_color_1) !important;
}
.form-range::-webkit-slider-thumb {
    background: var(--theme_color_3);
}

.form-range::-moz-range-thumb {
    background: var(--theme_color_3);
}

.form-range::-ms-thumb {
    background: var(--theme_color_3);
}

.search-form-area .irs--round .irs-handle {
    border-color: var(--theme_color_3) !important;
}
.search-form-area  .irs--round .irs-bar {
    background-color: var(--theme_color_3) !important;
}
.search-form-area .irs--round .irs-from,.search-form-area  .irs--round .irs-to,.search-form-area  .irs--round .irs-single{
    background-color: var(--theme_color_3) !important;
}

.search-filter .form-range::-ms-thumb {
    background: var(--theme_color_1);
}

.search-filter .irs--round .irs-handle {
    border-color: var(--theme_color_1) !important;
}
.search-filter  .irs--round .irs-bar {
    background-color: var(--theme_color_1) !important;
}
.search-filter .irs--round .irs-from,
.search-filter  .irs--round .irs-to,
.search-filter  .irs--round .irs-single
 {
    background-color: var(--theme_color_1) !important;
}
.search-filter .irs--round .irs-from:before,
.search-filter .irs--round .irs-to:before
{
    border-top-color: var(--theme_color_1) !important;
}
.search-filter .irs-min,
.search-filter .irs-max
 {
    color: #fff !important;
    background-color: var(--theme_color_1) !important;
}
.search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--theme_color_1) !important;
    border: 1px solid #fff;
    color: var(--theme_color_3);
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.search-filter .select2-container--default .select2-selection--multiple {
    border: 1px solid var(--theme_color_1) !important;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    box-shadow: 0px 1px -1px 0px var(--theme_color_1) !important;
    padding: 0.23rem 0.5rem;
    color: #FFF !important;
}
.search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
/* multiple select direct css */
.select2-dropdown {
    background-color: #000000 !important;
    border: 1px solid var(--theme_color_1) !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--theme_color_1) !important;
    color: var(--theme_color_3) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme_color_1) !important;
    color: var(--theme_color_3) !important;
}
.search-filter .select2-placeholder{
    color :#fff !important ;
}

.photos-tab{
    background-color: var(--theme_color_3);
}

.uploaded-button,
.pending-button{
    color:#fff !important;
}

.uploaded-button:hover{
    color:var(--theme_color_1)!important;
}
.pending-button:hover{
    color:var(--theme_color_1)!important;
}
.video-tab{
    background-color: var(--theme_color_3);
}
.uploaded-video-button,
.pending-video-button{
    color:#fff !important;
}
.uploaded-video-button:hover{
    color:var(--theme_color_1)!important;
}

.pending-video-button:hover{
    color:var(--theme_color_1)!important;
}
.text-center .pending-video h1 {
    color: var(--theme_color_1) !important;
    background: #000;
  }
.active-button{
    color:var(--theme_color_1)!important;
}
.delete-button{
    margin: 5px !important;
}
.uploaded-button .btn, .btn:focus {
    box-shadow:unset !important;
}
.no-photos{
    color:var(--theme_color_1) !important;
}


.purchase-btn.verified {
    background: green !important;
    color: #FFF !important;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.fields-section .form-group input{
    border: 1px solid var(--theme_color_1);
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    box-shadow: 0px 1px -1px 0px var(--theme_color_1);
    padding: 0.6rem 1rem;
}
.fields-section .form-group :focus {
    box-shadow: 0 0 0 0.10rem  var(--theme_color_1);
}
.brodcast-tab{
    background-color: var(--theme_color_3);
    color: var(--theme_color_1);
}
.message-body{
    color:#fff;
}
.download-file a:visited,
a:hover, a:focus, a:active {
    color:none !important;
}
.btn{
    border-radius: 0px !important;

}
.btn .notification-info {
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.btn-warning{
    background-color: var(--theme_color_1) !important;
    color: var(--theme_color_3) !important;
}
.btn-warning:hover{
    box-shadow: unset !important;
}
.btn-outline-warning{
    border-color: var(--theme_color_1) !important;
}
.btn-outline-warning:hover{
    background: var(--theme_color_gradient) !important;
    color: var(--theme_color_3) !important;
}
.blog-section   .post-item-inner:hover  a
{
 color : var(--theme_color_1) !important;
}
.blog-section .post-item-inner .post-content .meta a ,
.blog-section .post-item-inner .post-content .meta{
    color:#fff;
}
.article-list .widget-content{
    color:var(--theme_color_1);
}

.article-form .form-control:focus {
box-shadow: 0 0 0 0.1rem var(--theme_color_1) !important ;
border-color: var(--theme_color_3) !important;
}

.article-form .custom-select{
    background: var(--theme_color_3);
}
.article-form .custom-select select{
    border: 1px solid var(--theme_color_1);
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    box-shadow: 0px 1px -1px 0px var(--theme_color_1);
    padding: 0.6rem 1rem;
    color: #FFF;
}

.article-form .form-control:focus {

    background: #000000;
}
.article-search-widget {
color :var(--theme_color_1);
}
.articles .post-content {
    box-shadow: 0px 0px 0px 0px  !important;
    padding: 35px 30px 5px 30px;
}
p.float-start.message-title {
    color: var(--theme_color_1);

}
.message-title p{
    margin-bottom: 15px;
    font-weight: 400 ;
    font-size: 15px ;
}

.support-reply .user-reply{
    background: #52421f;
}
.support-reply .admin-reply{
    background: #444 !important;
}
 .profile-level i{
     border-radius: 6px;
     width: 25px;
     height: 25px;
     text-align: center;
     color: var(--theme_color_1);
 }
 .profile-level {
    text-align: center;
    width: 201px;
    background-color: rgba(0,0,0,0.8);
    padding: 6px;
    margin: -46px auto 10px;
    position: relative;
    border-radius: 0px 0px 11px 10px;
    left: -1px;
}
.lab-content .member-detail{
    text-align: left;
}

.show-password {
    position: absolute;
    bottom: 7px !important;
    right: 9px !important;
    width: 30px !important;
    margin: 0px !important;
    height: 30px !important;
    text-align: center;
}
.input-icon {
    position: absolute;
    bottom: 7px !important;
    right: 9px !important;
    width: 30px !important;
    margin: 0px !important;
    height: 30px !important;
    text-align: center;
}
.show-password .icofont-eye-alt,.open.show-password .icofont-eye-blocked {
    display: none;
}
.open.show-password{
    background: transparent !important;
    border:1px solid var(--theme_color_1) !important;
    color:var(--theme_color_1) !important;
}
.open.show-password:hover i{
    color:var(--theme_color_1) !important;
}
.show-password~.is-invalid~.invalid-feedback {
    position: absolute;
}
.show-password:hover {
    box-shadow: none !important;
}
.open.show-password .icofont-eye-alt {
    display: block !important;

}

.form-group {
    position: relative;
}
select , .select2-selection {
    background: url("arrow.png") no-repeat #000 !important;
    background-size: 20px 20px !important;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}
.user-info a {
    color: #FFF;
}
.page-header-section.style-1 {
    padding-top: 200px;
    padding-bottom: 12px;
}
.gender-section{
    padding: 4px;
    background-color: #000000;

}
.gender-radio:checked ~ .gender-icon {
    background-color: var(--theme_color_1) !important;
    color: #000 !important;
}
.account-form .input-group input{
    border: 1px solid var(--theme_color_1);
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    box-shadow: 0px 1px -1px 0px var(--theme_color_1);
    padding: 0.6rem 1rem;
}

.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0;
}
input[disabled], select[disabled] {
    opacity: 0.5 !important;
    cursor: not-allowed;
}
.request-message {
    background-color: rgb(233 214 5 / 6%);
    color: var(--theme_color_1);
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
}


.messages-section .chat-section .chat-message{
    min-width:216px;
}

div#buy-credits .nav-right {
    position: relative;
}

.chat-counter {
    border-radius: 40%;
    min-height: 15px;
    min-width: 15px;
    line-height: 1;
    padding: 5px 0px;
    text-align: center !important;
    position: relative;
    right: 5px;
    top: -17px;
    color: #fff !important;
    font-size: 10px;
}

.header-top-area .social-icons li .notification-counter{
    border-radius: 40%;
    min-height: 15px;
    min-width: 15px;
    line-height: 1;
    padding: 5px 0px;
    text-align: center !important;
    position: relative;
    right: 5px;
    top: -17px;
    color: #fff !important;
    font-size: 10px;
}
.header-top-area .social-icons li .unread-not{
font-weight: bold;
}
.header-top-area .social-icons li .message-counter{
    border-radius: 40%;
    min-height: 15px;
    min-width: 15px;
    line-height: 1;
    padding: 5px 0px;
    text-align: center !important;
    position: relative;
    right: 4px;
    top: 1px;
    color: #fff !important;
    font-size: 10px;
}
.header-top-area .social-icons li .broadcast-counter{
    right: 6px;
    top: -17px;
    position: relative;
}
.btn:hover {
    color: #fff;
}
ul.dropdown-menu.notification-list.show {
    height: 252px;
    overflow: auto;
    width: 296px;
    transform: translate(-233px, 52px) !important;
    overflow-y: scroll;
    margin-top: 8px !important;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 2px 6px 0px var(--theme_color_1);
}

.notification-list li {
    border-bottom: 1px solid var(--theme_color_1);
    padding: 6px 10px !important;
    font-size: 11px;
}
ul.dropdown-menu.notification-list.show::-webkit-scrollbar {
    display: none;
}
.posted-date {
    font-weight: bold;
    text-align: end;
}
.notification-list  li {
    border-left: none !important;
}

.breadcrumb {
    color: #fff;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a:hover {
    color:var(--theme_color_1) !important;
}

.member-profile {
    margin-top: -38px;
}
.user-info .dropdown-menu.show {
    margin-top: 9px !important;
}

.show-profile h6,
.show-profile p,
.blur-image h6,
.blur-image p{
    color : #000 !important ;
}
.show-profile .form-check-input:checked,
.blur-image .form-check-input:checked {
    background-color: var(--theme_color_2) !important;
    border-color: #fff !important;
}
.member-filter .nav-tabs .nav-link.active{
    color: var(--theme_color_2) !important;
    background:var(--theme_color_gradient) !important;
    border-color: var(--theme_color_2) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.member-filter a.nav-link {
    padding: 18px 86px;
}
.member-filter .profile-nav .nav-tabs {
    border-bottom: none !important;
}
.member-filter .nav-tabs .nav-link:hover {
    background:var(--theme_color_gradient) !important;
    color: var(--theme_color_2) !important;
    border:none !important;
    border-color: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.menu-area li a:last-child{
padding-right: 0px ;
}
.match-fields {
    position: absolute;
    top: 0px;
    z-index: 2 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: var(--theme_color_2);
    color: var(--theme_color_1);
    padding: 13px;
    border-radius: 0px !important;
    overflow: auto;
    /* display: none; */
    left: 0 !important;
    opacity: 0;
    transition: 0.6s;
    transform : scale(0);
}
.match-fields::-webkit-scrollbar {
    display: none;
}
.match-fields .row {
    border-bottom: 1px solid var(--theme_color_1);
    padding: 20px 0px;
}

.match-fields .row > .col:first-child {
    border-right: 1px solid var(--theme_color_1);
}
.show-match-fields {
    position: absolute;
    z-index: 9;
    right: 17px;
    top: 14px;
    background-color: var(--theme_color_1) !important;
    padding: 5px 8px;
    border-radius: 50%;
}
.match-fields.show{

    opacity:1;
    left: 0 !important;
    transition: all .8s;
    transform : scale(1);
}

ul.menu {
    margin-right: 0px;
}
.button-wrap {
    position: relative;
}
.upload-btn {
    display: inline-block;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 0px;
    background: var(--theme_color_gradient) !important;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: absolute;
    z-index: 12;
    top: 1px;
    border-radius: 2px 0px 0px 2px;
    left: 1px;
}
.button-wrap .error,.invalid-feedback{
    display: block !important;
}
.edit-postcode {
    right: 42px !important;
}
a.login {
    margin-left: 35px !important;
}

.match-fields h5 {
    margin: 0px !important;
    position:relative;
    top:5px;
}
.match-head {
    background-color: var(--theme_color_1) !important;
    padding-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 20px 15px;
    color: #000;
    margin-top: -11px;
}

.messages-section .chat-section .chat-message{
    min-width:200px;
    max-width: 700px;

}
.message-header .user-initial img{
     border-radius: 50%;
     height: 60px;
     width: 60px;
}
.message-box .user-initial img{
   border-radius: 50%;
   height: 35px;
    width: 40px;
}

.chat-with .user-initial img {
    border-radius: 50%;
    height: 40px;
    width: 50px;
}
/* ------------------------------------------------- */
.chat-setting .chat-menu .check-input:checked {
    background-color: var(--theme_color_2) !important;
    border-color: #fff !important;
}



.chat-setting .chat-menu{
    width: 290px;
}

.chat-setting .chat-menu .form-check-input:checked {
    background-color: var(--theme_color_2) !important;
    border-color: #fff !important;
}
.user-info .tooltipverified{

width: 120px;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.user-info .verified-detail:hover .tooltipverified{
    visibility: visible;
}
.transaction-section .transaction-page .pagination{
 background-color: var(--theme_color_gradient) !important;
}
.transaction-pagination .page-item.active .page-link,
.transaction-pagination .page-item.disabled .page-link
{
    color: var(--theme_color_3) !important;
    background-color: var(--theme_color_1) !important;
    border-color: var(--theme_color_3) !important;
    text-align: center;

}
.transaction-pagination .active{
    color: var(--theme_color_1) !important;
    border-color: var(--theme_color_3);
}

.transaction-pagination .page-link{
    background-color: var(--theme_color_3) !important;
    color :#fff !important;
}
.transaction-pagination .page-link:focus {
    z-index: 3;
    color:var(--theme_color_1) !important;
    border-color: var(--theme_color_2);
    outline: 0;
    box-shadow: 0 0 0 0.15rem var(--theme_color_2);
}
.nav-right > li {
    margin-right: 12px;
}

.nav-right > li:last-child {
    margin-right: 0px;
}
.small-profile{
    height: 40px !important;
    width: 40px !important;
}

 .member-filter a.nav-link {
    padding: 18px 54px;
    width: 20%;
}
 .header-top-area .social-icons .user-info span{
    color: white;
 }



.transaction-filter  .profile-nav .nav-tabs .nav-link.active {
    color: var(--theme_color_2) !important;
    background: var(--theme_color_gradient) !important;
    border-color: var(--theme_color_1) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.transaction-filter .nav-tabs .nav-link:hover {
    background: var(--theme_color_gradient) !important;
    color: var(--theme_color_2) !important;
    border: none !important;
    border-color: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.show-profile .btn:hover{
    color: unset !important
}

.show_profile_check {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 14px;
    background-color: var(--theme_color_1) !important;
    padding: 4px 7px 2px;
}
.show-profile-display .member-wrapper .member-info .all-member p:last-child:before {
    display: none !important;
}
li.chat-icon {
    padding-left: 10px !important;
}


.profile-block .lab-thumb img {
    width: 350px !important;
    height: 350px !important;
}

.profile-block .profile-level {
    width: 295px;
}
.member-detail > div {
    margin: 10px 10px !important;
}
.flipster__button svg {
    color: var(--theme_color_1);
}
.member-item.style-1 .lab-inner .lab-content p {
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
}
.action-button {
    margin-left: -11px;
    margin-right: -5px;
    background-color: var(--theme_color_2) !important;
    padding: 8px 5px;
    top: 5px !important;
    position: relative;
}
.carousel {
    margin-bottom: 25px;
}
.member-detail > div p > i {
    margin-right: 16px;
}
.member-detail > div p > i {
    margin-right: 16px;
}
.margin-auto{
    margin:auto !important;
}
.login-form-area,.forget-passowrd,.reset-password,.otp-form-area {
    margin-top: 0px;
    margin-bottom: 35px;
}
.social-icons .notification-info .dropdown-toggle::after {
    display: none;
}

.buy-credits-list .chat-counter {
    top: -21px;
    right: 12px;
    position: relative;
}

.work-section  .verified-service {
    padding-inline-end: 100px !important;
}
.section-header.float-start.our-services {
    text-align: left;
}

.section-header.float-start.our-services p,
.about-verified .section-header p,
.our-goals .section-header p{
    line-height: 2.0;
    text-align: justify;
}
.about-verified {
   margin:30px;
}

.section-header .our-mission h2{
    font-family: "Jost",sans-serif;
}
.padding-tb .container{
    margin-top: -35px !important;
    margin-bottom: -70px !important;
}
/* .info-card .account-form input #upload-file{
    border: 1px solid var(--theme_color_1) !important;
    outline: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #000000 !important;
    color: #fff !important;
    box-shadow: 0px 1px -1px 0px var(--theme_color_1) !important;
    padding: 0.6rem 1rem !important;
} */

.verify-section .info-card .form-group input{
    border: 1px solid var(--theme_color_1) ;
    outline: none ;
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px;
    border-radius: 4px ;
    background: #000000 ;
    color: #fff ;
    box-shadow: 0px 1px -1px 0px var(--theme_color_1) ;
    padding: 0.6rem 1rem;
}

/* .verify-section .info-card .upload-btn{
    background: var(--theme_color_2) !important;
    color: var(--theme_color_1)  !important;
} */

.verify-section .info-card .info-card-title {
    display: flow-root;
}
.pagination li.page-item {
    display: inline-block;
    width: 80px;
    text-align: center;
}
ul.pagination {
    display: unset;
    width: 100%;
}


.ticket-list .description{
    padding-left: 10px !important;
}

.mobile{
    display:none;
}
.chat-user {
    /* margin-top: 15px; */
    color: var(--theme_color_2);
    width: 180px;
    overflow: hidden;
    text-transform: capitalize;
}
.chat-btn {
    text-align: center !important;
    padding: 15px 45px;
    border-right: 1px solid var(--theme_color_1);
    color: var(--theme_color_1);
}
.chat-btn.active {
    background: var(--theme_color_gradient);
    color: #000;
}
.chat-action {
    margin: 2px 0px;
}
.chat-username a {
    color: #000;
}
.user-profile img {
    height: 30px!important;
    border-radius: 60% !important;
    width: 30px;
    position: relative;
    top: -5px;
}
/* .social-icons li {
border-left: 1px solid rgba(255, 255, 255, 0.1) !;
} */
.social-icons li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    .wallet-info i:hover {
        color: var(--theme_color_1) !important;
    }
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
right: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

.footer-bottom {
    border-top: 1px solid var(--theme_color_1);
}
/* .social-icons li
{
    border-right: 1px solid var(--theme_color_1) !important;
} */
.user-section {
    padding: 14px !important;
}

.user-info  {
    padding: 4px !important;
  }

/* .header-list{
    margin: 0 8px 0 8px;
} */
/* .wallet-section {
    height: 49px;
} */
.wallet-section p{
    margin-top: 14px;
}
li.p-1.wallet-info.header-list {
    padding: 14px !important;
}

.notify-text a {
    text-align: left !important;
    color:var(--theme_color_1) !important;
}
.member-filter .lab-content {
    height: 290px !important;
}
.footer-navigation
{
    position: fixed;
    bottom: 0px;
    left: 0;
    animation: fadeInDown 0.5s;
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    box-shadow: 0 0 10px rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    background: var(--theme_color_2);
}

.footer-navigation{
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* position: fic; */
}
.footer-navigation li{
padding: 10px 6px !important;
flex-grow: unset!important;
/* border: none; */
height: 45px;
width:100%;
color:var(--theme_color_1) !important;
white-space: nowrap !important;
}
.footer-navigation a {
    color:var(--theme_color_1) !important;
}
/* .footer-navigation button.btn {
    margin: -5px 0px 0 0px;

} */
/* css for responsive drop down menu */

.modal .dropdown-menu li {
    position: relative;
}
.modal   .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.modal .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.modal .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.setting-modal li {
    margin: 10px;
}


a.btn.btn-warning.cancel-chat-request {
    height: 31px;
    padding: 4px;
}
#profile .table th {
    width: 40% !important;
}

 @media (max-width: 1199px){
    .header-top-area .social-icons li a {
        height: 30px !important;
        line-height: 20px;
        width: 100%;
    }
}

.transaction-nav a.nav-link {
    font-size: 13px;
}
.transaction-nav .nav-tabs {
    flex-wrap: unset !important;
    border: none;
}
.register-payment-footer{
    border-top: solid 1px var(--theme_color_1) !important;
}
.member-request-status .card-footer.text-center.bg-theme-2.text-1 {
    border-top: solid 1px;
}
.home-page-section-1{
    background-image: url(../images/home-page/VM-Main-bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}


.home-page-section-2{
    background-image: url(../images/home-page/reg-bg-ring.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    margin:40px;
}
.about-vm{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-style: normal;
    font-size: 69px;
    font-weight: 400;
    text-transform: uppercase;
    color:#535353;
}
.tag-line-vm{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-style: normal;
    font-size: 28px;
    font-weight: 400;
    padding-left: 80px;
    text-transform: uppercase;
    color:#535353;
}
.content-vm{
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color:#535353;
    text-align: justify;
}
.th-spacer{
    height: 300px;
}
.home-page-wrapper .login-btn-text, .signup-btn-text{
    vertical-align: middle;
    display: inline-block;
    color:#fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 27px;
}
.find-matchmaker-btn-text{
    vertical-align: middle;
    display: inline-block;
    color:#fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 15px;
    font-size:10px
}
.home-page-wrapper  .login-btn, .home-page-wrapper .signup-btn{
    width: 100% !important;
    border-radius: 50px !important;
    border-color:#eeee22 !important;
    border:solid 5px;
    font-size: 17px;
}

.login-btn:hover,.signup-btn:hover,.find-matchmaker-btn:hover{
    background: #fff !important;
}
.login-btn:hover >.login-btn-text{
    color:var(--theme_color_3) !important;
}
.signup-btn:hover >.signup-btn-text{
    color:var(--theme_color_3) !important;
}

.find-matchmaker-btn{
    border-color:#eeee22 !important;
    border:solid 5px;
    width: 200px !important;

}
.find-matchmaker-btn:hover > .find-matchmaker-btn-text {
    color:var(--theme_color_3) !important;
}
.home-page-logo-section{
    height: 130px;
    margin-bottom: 6px;
}
.home-page-logo-section   img {
    height: 100%;
    width: auto;
}
 .home-page-header{
    background-image: url(../images/banner/bg.jpg);
    background-size: cover;
    padding-top: 170px !important;
}
/* .login-section{
    padding-top: 160px;
} */

.home-page-section-3{
    /* background-color:#f5f5f5;    */
     background-color:rgba(255,255,255,0.83);
    margin: 40px;
}
.home-page-section-4{
    /* background-color:#f5f5f5; */
    margin: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.vm-offers{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size:40px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.vm-offers-content{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size:23px;
    line-height: 32px;

}
span.vm-offer-icon {
    font-size: 45px;
}
p.vm-content-check {
    font-size: 22px;
    line-height: 81px;

}
span.vm-content-check-after {
    font-size: 15px;
}
.match-maker-image-section{
    background-color: rgba(255,255,255,0.83);
    height: 100%;

}
.match-maker-image img{
    margin-top:100px;
}
.match-maker-content-section{
    background-color: rgba(255,255,255,0.83) !important;
}
.match-maker-heading{
    font-family: Georgia, serif;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
    color: #535353;
}
.line-left ,.line-right{
border-top-width: 1px;
border-top-color: #0a0a0a;
width: calc(50% - 12px);
content: '';
display: inline-block;
border-top-style: solid;
vertical-align: middle;
}

.match-maker-content{
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 100;
    text-align: justify;
    margin: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #535353;

}
.match-maker-section-1 {

    padding-right: 15px;
    height: auto;
}

.match-maker-section-2 {
    padding-left: 15px;
    height: auto;
}

.home-page-wrapper{
    background-image: url(../images/home-page/choose-file-img-scaled.jpg) !important;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
}

.home-page-section-5{
    background-image: url(../images/home-page/couple-img-7.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-color: #9b9b9b;
    margin: 40px;
}
.fake-profile-image-section {
    padding: 60px;
}
/* .fake-profile-section-1{
    height: 100%;
} */

.fake-profile-heading{
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    Color:#ffffff;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.fake-profile-content{
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    line-height: 36px;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 33px;
}
.find-matchmaker{
    padding: 20px;
    text-align: right;
}
.fake-profile-content-section-inner {
    padding: 60px 15px 0px 15px;
    height: 100% !important;
    margin: 15px;
}
.fake-profile-image-section {
    margin: 15px 0px 15px 0px
}
.fake-profile-content-section,.fake-profile-image-section {
    background-color: rgba(214,214,214,0.52);
    height:96%
}
.home-page-section-6{
    background-color: rgba(10,10,10,0.66);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    margin: 40px;
    padding: 30px;
}


.feature-innner-section-1,
.feature-innner-section-2,
.feature-innner-section-3{
    border-radius: 57px;
    background-color: rgba(255,255,255,0.73);
    height: 100%;
    padding: 30px;
}
.feature-content-section-1,
.feature-content-section-2,
.feature-content-section-3
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 18pt;
    font-weight: 400;
    color:#535353;
    text-align: justify;
}
/* .feature-section-1,
.feature-section-2,
.feature-section-3{
    border-radius: 57px;
    background-color: rgba(255,255,255,0.73);
    height: auto;
    padding: 50px;
} */
.features-heading{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 30px;
    color:#ffffff;
    text-transform: uppercase;
}
.home-page-section-7{
    background-color: rgba(191,191,191,0.57);
    margin: 40px;
    padding: 30px;
}
.features-image-section {
    padding: 30px;
}
.searchfilter-section-1 .image-heading{
    font-family:Arial, sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    color:#ffffff;
    text-transform: uppercase;
}
.col-md-6.col-sm-6.searchfilter-section-2 {
    padding-left: 25px;
}
 .image-heading-section{
    padding: 40px 0px 20px 0px;
}
.searchfilter-section-1{
background-color: #000000;
}
.searchfilter-heading{
    font-family: Arial, sans-serif;
    font-size: 35px;
    list-style: 30px;
    color:#ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.search-filter-line .line-left , .search-filter-line .line-right{
    border-top-color: #0a0a0a;
    width: calc(48% - 8px);
    content: '';
    display: inline-block;
    border-top-style: solid;
}
.search-filter-line .icofont-world{
    font-size: 20px;
    line-height: 10px;
    color: #f2d621 !important;
}
h3.searchfilter-heading.text-center {
    margin-bottom: 0px;
}
.searchfilter-content
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    font-weight: 400;
    color: #ffffff;
}

/* .owl-nav {
    position: absolute;
    top: 120px;
    color: var(--theme_color_3);
} */
.owl-nav span{
    font-size: 40px;
}
.owl-nav {
    position: absolute;
    top: 40%;
    color: var(--theme_color_3);
    width: 100%;
}
button.owl-prev {
    position: absolute;
 right:100%
}
/* .owl-dots{
    display: none;
} */
.features-image-section img{
    height: 250px;
    width:250px
}

.feature-content-description {
    padding-bottom: 25px;
    font-size: 15px;
}
.matchmaker-page-section-1{
    background-image: url(../images/matchmaker-page/shutterstock_275082056-scaled.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-color: rgba(10,10,10,0.13);
}

.match-maker-tagline{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 32px;
    color:#ffffff;
}
.matchmaker-page-logo-section  img
{
    height: 110px;
    margin-bottom: 40px;
}
.find-matchmacker-section{
    background-color: rgba(10,10,10,0.13);
}
.matchmacker-button-section-inner{
    padding-top: 110px;
}
.matchmacker-button{
    width: 100% !important;
    border-radius: 50px !important;
    border-color: #eeee22 !important;
    border: solid 5px;
}
.matchmacker-button-text{
    font-size: 15px;
    font-weight: 700;
    line-height: 10px !important;
    color:#ffffff;
}
.matchmaker-page-logo-section.text-center {
    padding-bottom: 80px;
}
.find-matchmacker-button-section     {
    padding-bottom: 90px;
}
.about-vm-matchmakers-section-inner{
    background-color: rgba(86,86,86,0.63);
    margin: 20px 160px 75px 160px;
}
.about-vm-matchmakers-content h3{
    font-family:Georgia, serif;
    font-size: 37px;
    line-height: 40px;
    font-weight: 400;
    color:#ffffff;
}

.about-vm-matchmakers-content {
    padding: 80px;
}
.about-vm-matchmakers-description{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color:#ffffff;
    text-align: justify;
    padding-bottom: 10px;
}


.vm-matchmakers-registration-section{
    background-image:url(../images/matchmaker-page/BG-for-vm-Matchers.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-color: #e8a520;
}
.image-section img {
    height: 390px;
}
.vm-matchmakers-registration-section .image-section , .description-section {
    padding: 10px;
}

.description-section .description-header{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 35px;
    color:#0a0a0a;
    font-weight: 400;
}
.vm-matchmakers-registration-section .description-content {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #0a0a0a;
    padding: 0 0 20px 0;
}
.serivce-header {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #ffffff;
    padding-bottom: 20px;
}
.icofont-arrow-right{
    font-size: 18px;
    color: #eeee22;
}
.matchmaker-services-section .services{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding: 0 0px 20px 0;
    line-height: 30px;
    height:100%;
}
.contact-details-section{
    background-image:url(../images/matchmaker-page/couple-img-1.jpg) !important;;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.contact-details-section{
    height: 100%;
}
.contact-details-section .th-spacer{
    height: 170px;
}
.contact-image-title h5{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    color: #ffffff;
}
.contact-email{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}
.contact-image-title {
    margin-top: 55px;
}
.social-icon-section ul{
    display: inline-flex;
}
.social-icon{
display: inline-block;
    color: #fff;
    width: auto;
    height: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    vertical-align: middle;
    background-color: #111;

}
.social-icon i{
font-size: 41px;
}
.social-icon-list li{
display: inline-block;
margin: 5px;
margin-left: 3px;
margin-right: 3px;
}
.contact-us
{
--bs-gutter-x: 0;
}
.contact-form-section{
    background-color: #c4c4c4;
    padding: 20px 15px 20px 15px;
}
.contact-form-section .form-control{
    font-size: 13px;
    height: auto;
    outline: none;
    box-shadow: inset 1px 2px 0 rgb(0 0 0 / 6%);
    border: 1px solid #D9D9D9;
    line-height: 3.0;
    padding: 10px 0px 0px 15px;

}



.form-label {
    color: #969696;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 16px;
    cursor: text;
    transition: all .25s ease;
}
.contact-form-section .contact-for{
    height: 70px !important;
    -webkit-appearance: none  !important;
    -moz-appearance: none !important;
    appearance: none  !important;
    box-shadow: inset 1px 2px 0 rgb(0 0 0 / 6%)  !important;
    background-repeat: no-repeat  !important;
    background-size: 6px 12px  !important;
    background-position: calc(100% - 10px) 50%  !important;
    background-position-y: center  !important;
    background-position-x: calc(100% - 10px)  !important;
    background: #fff !important;
    padding-top: 25px;
}

.contactus-btn{
    text-shadow: none;
    padding: 10px 20px;
    line-height: 1.6;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    border-radius: 3px !important;
    background-color: #c3922f;
    color: #fff;
    border:none;
}

.contact-form-section h4{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 40px;
    color:#535353;
    font-weight: 300;
}
.form-label:focus{
    color: silver;
}
.searchfilter-section-1 {
    height: 100%;
}
.search-form-area .form-group {
    margin-bottom: 5px;
}
/* div#searchTabContent {
    height: 400px;
} */
.searchfilter-image-section {
    padding: 40px 0px 0px 0px;
}

/* socket css */
.socket-popup {
    padding: 0px 0px;
    height: auto !important;
}
.sk-title {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.socket-html {
    margin: 0px;
    background-image: url(../images/notification.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 14px 15px 0px 50px;
    background-position: left center;
}
.sk-area {
    color: #000;
}
.sk-area p {
    font-size: 14px;
    margin-top: 4px

}
.socket-popup {
    padding: 0px 0px;
    height: auto !important;
    min-width: 250px;
    width: auto;
    background: var(--theme_color_gradient);
}

.msg-section {
    background-color: #000;
    min-height: 400px;
}
.contact-us-form .select2-container--default .select2-selection--multiple {
    background-color: white !important;
}
/*.contact-us-form .select2-selection{*/
/*    background: none !important;*/
/*}*/


.contact-us-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--theme_color_1) !important;
    border: 1px solid var(--theme_color_3) !important;
}
.contact-us-form  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:var(--theme_color_3) !important;
}
label.form-label.contact-for-lable {
    position: relative;
    top: 25px;
    z-index: 999;
}
.contact-us-form .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding: 15px 0px 0px 10px;
}
.more-menu {
    position: fixed;
    bottom: 100px;
    right: 20px;
    animation: fadeInDown 0.5s;
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    box-shadow: 0 0 10px rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    background: var(--theme_color_3);
    /* padding: 10px; */
    color: var(--theme_color_1);
    border: 1px solid;
}

.owl-nav button.owl-next {
    position: absolute !important;
    left: 100% !important;
}
span.pay-now-button.d-flex {
    white-space: nowrap;
}
.contact-us-form .form-label{
    text-transform: uppercase;
}
.card .joining-request  {
    border-top: 1px solid var(--theme_color_1) !important;
}
/* .chat-request .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--theme_color_1) !important;
    background-color: var(--theme_color_2);
    border-color: #dee2e6 #dee2e6 #fff;
}
.chat-request .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: var(--theme_color_1) !important;
    background-color: var(--theme_color_2);
    border-color: #dee2e6 #dee2e6 #fff;
} */


.chat-request .nav-tabs .nav-item.show .nav-link {
    color: var(--theme_color_3);

}


.active-chat-section .nav-link.active {
    color: var(--theme_color_1) !important;
    background-color: var(--theme_color_3);
    border-color: #dee2e6 #dee2e6 #fff;
}
.active-chat-section  .nav-link:hover {
    color: var(--theme_color_1) !important;
    background-color: var(--theme_color_3) !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}
/* .agent-badge.badge.badge-success {
    background: green;
} */




.raisepayment-pagination .page-item.active .page-link{
    color: var(--theme_color_1) !important;
    border-color: var(--theme_color_3);
    background-color: var(--theme_color_2) !important;
}
.raisepayment-pagination .page-item .page-link{
    color: var(--theme_color_2) !important;
    border-color: var(--theme_color_3);
    background-color: var(--theme_color_1) !important;
}
nav.profile-nav.member-nav.d-flex.user-nav-bar.send-email.justify-content-center a {
    color: var(--theme_color_3);
}
nav.profile-nav.member-nav.d-flex.agent-nav-bar.send-email.justify-content-center a {
    color: var(--theme_color_3);
}
h4.chat-heading {
    font-size: 17px;
    padding-top: 15px;
}
.flipster__container {
    word-spacing: 0.2em !important;
}
.agent-member-label span {
    background: var(--theme_color_gradient) !important;
    color: var(--theme_color_3)!important;
}
.lab-item.member-item:hover .agent-member-label span {
    background: var(--theme_color_3) !important;
    color: #fff!important;
}
li.p-2.border-bottom {
    height: 60px;
}
.pt-1.unread-message.text-center {
    margin-left: -30px;
}
span.badge.bg-danger.rounded-pill.float-end {
    margin-right: 10px;
}
.dropdown.more-dropdown {
    margin-top: 1px;
}
.header-fixed.fadeInUp  .agent-member-badge-section{
    margin: 10px 13px 3px 0 !important  ;
}
.agent-member-badge-section.d-lg-none.float-end {
    margin: 2px 13px 3px 0px;
}
li.member-chat{
    padding-top: 9px !important;
}

.send-message-loader {
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (min-width: 991px){
    .chat-with ul{
        /*height: 450px !important;*/
        height:266px !important;
        overflow: scroll;
    }
}
.chat-with ul::-webkit-scrollbar
{
    display: none;
}
.p-3.contact-list {
        height: 100% !important;
}
.row.login-section.m-0 {
    margin-top: 200px !important;
}
.gender-radio {
    visibility: hidden;
    position: absolute;
}
button.btn.btn-warning.btn-sm.input-icon.search-postcode {
    position: absolute;
    top: 47px;
}
span.user-init {
    position: absolute;
    bottom: -9px;
    left: 12px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    width: 15px;
    height: 18px;
    font-size: 12px;
}
.video-section video {
    height: 500px !important;
    width:100% !important;
}
/* chat css k */
.msg-section {
    background-color: #000;
    min-height: 400px;
}
@media only screen and (min-width: 991px){
    .chat-with ul {
        /* height: 450px !important; */
        height: 304px !important;
        overflow: scroll;
    }
}
.chat-with ul::-webkit-scrollbar {
  /*width: 3px; */
  display:none;
}

.send-message-loader {
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

span.user-init {
    position: absolute;
    bottom: -9px;
    left: 12px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    width: 15px;
    height: 18px;
    font-size: 12px;
}
.set-chat-section{
    height: 300px !important;
}

#match-maker-modal .profile-level {
    text-align: center;
    width: 199px;
    background-color: rgba(0,0,0,0.8);
    padding: 6px;
    margin: -35px auto 10px;
    position: relative;
    border-radius: 0px 0px 11px 10px;
    left: 1px;
}
img.agentimg {
    width: 198px;
}
.account-form .form-group input[type=radio] {
    padding: 0px !important;
    width: auto;
}
.stars img.star,.stars .rating {
    display: none;
}
.active-star + label .star-o {
    display: none !important;
}
.active-star + label .star {
    display: block !important;
}
.stars * {
    cursor: pointer !important;
}

/* Fix: Empty hero-slider-section for logged-in users should not take viewport height */
.hero-slider-section:empty,
.hero-slider-section:not(:has(.hero-slider-wrapper)) {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Header Top Login/Signup Buttons - Connected Style */
.header-top-auth-btn {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    vertical-align: top;
}

.header-top-auth-btn a.login,
.header-top-auth-btn a.signup {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 10px !important;
    min-width: 80px;
    border-radius: 0 !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none !important;
    line-height: normal !important;
    vertical-align: top !important;
    margin: 0 !important;
    float: left;
}

.header-top-auth-btn a.login i,
.header-top-auth-btn a.signup i {
    font-size: 13px;
}

/* LOGIN button - White background (normal and hover) - Left side */
.header-top-auth-btn a.header-top-login,
.header-top-auth-btn a.header-top-login:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 2px 0 0 2px !important;
}

.header-top-auth-btn a.header-top-login i,
.header-top-auth-btn a.header-top-login span,
.header-top-auth-btn a.header-top-login:hover i,
.header-top-auth-btn a.header-top-login:hover span {
    color: #000000 !important;
}

/* SIGNUP button - Gradient background (normal and hover) - Right side */
.header-top-auth-btn a.header-top-signup,
.header-top-auth-btn a.header-top-signup:hover {
    background: linear-gradient(90deg, rgba(214, 156, 22, 1) 20%, rgba(227, 185, 59, 1) 40%, rgba(254, 244, 136, 1) 70%, rgba(255, 213, 79, 1) 100%) !important;
    color: #000000 !important;
    border-radius: 0 2px 2px 0 !important;
}

.header-top-auth-btn a.header-top-signup i,
.header-top-auth-btn a.header-top-signup span,
.header-top-auth-btn a.header-top-signup:hover i,
.header-top-auth-btn a.header-top-signup:hover span {
    color: #000000 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .header-top-auth-btn {
        display: none;
    }
}

/* Become a Matchmaker Button - Header Bottom */
.header-wrapper .menu-area .become-matchmaker-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px 20px;
    background: linear-gradient(90deg, rgba(214, 156, 22, 1) 20%, rgba(227, 185, 59, 1) 40%, rgba(254, 244, 136, 1) 70%, rgba(255, 213, 79, 1) 100%) !important;
    color: #000000 !important;
    border: 2px solid #dd9f16;
    border-radius: 50px !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 15px;
}

.header-wrapper .menu-area .become-matchmaker-btn i {
    font-size: 13px;
    color: #000000 !important;
}

.header-wrapper .menu-area .become-matchmaker-btn span {
    color: #000000 !important;
}

.header-wrapper .menu-area .become-matchmaker-btn:hover {
    background: linear-gradient(90deg, rgba(214, 156, 22, 1) 20%, rgba(227, 185, 59, 1) 40%, rgba(254, 244, 136, 1) 70%, rgba(255, 213, 79, 1) 100%) !important;
    border-color: #ffd54f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(221, 159, 22, 0.5);
}

.header-wrapper .menu-area .become-matchmaker-btn:hover i,
.header-wrapper .menu-area .become-matchmaker-btn:hover span {
    color: #000000 !important;
}

/* Hide on mobile */
@media (max-width: 991px) {
    .header-wrapper .menu-area .become-matchmaker-btn {
        display: none;
    }
}

/* Custom Scrollbar Design */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(214, 156, 22, 1) 20%, rgba(227, 185, 59, 1) 40%, rgba(254, 244, 136, 1) 70%, rgba(255, 213, 79, 1) 100%);
    border-radius: 10px;
    border: 2px solid #1a1a1a;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, rgba(254, 244, 136, 1) 0%, rgba(227, 185, 59, 1) 50%, rgba(214, 156, 22, 1) 100%);
    box-shadow: 0 0 10px rgba(221, 159, 22, 0.5);
}

::-webkit-scrollbar-corner {
    background: #1a1a1a;
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #dd9f16 #1a1a1a;
}

/* Matchmaker Modal - Filter Dropdowns Styling */
#availableMatchmakersModal #filter_country,
#availableMatchmakersModal #filter_city {
    background: linear-gradient(90deg, rgba(214, 156, 22, 1) 20%, rgba(227, 185, 59, 1) 40%, rgba(254, 244, 136, 1) 70%, rgba(255, 213, 79, 1) 100%) !important;
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #dd9f16 !important;
}

#availableMatchmakersModal #filter_country option,
#availableMatchmakersModal #filter_city option {
    background: linear-gradient(90deg, rgba(214, 156, 22, 1) 20%, rgba(227, 185, 59, 1) 40%, rgba(254, 244, 136, 1) 70%, rgba(255, 213, 79, 1) 100%) !important;
    color: #000000 !important;
    font-weight: 600;
    padding: 10px;
}

#availableMatchmakersModal #filter_country option:hover,
#availableMatchmakersModal #filter_city option:hover,
#availableMatchmakersModal #filter_country option:checked,
#availableMatchmakersModal #filter_city option:checked {
    background: linear-gradient(90deg, rgba(254, 244, 136, 1) 0%, rgba(227, 185, 59, 1) 50%, rgba(214, 156, 22, 1) 100%) !important;
    color: #000000 !important;
}

/* Connect Matchmaker Button - Golden Gradient */
.connect-matchmaker-home-btn,
.connect-matchmaker-home-btn:hover,
.connect-matchmaker-home-btn:focus {
    background: linear-gradient(90deg, rgba(214, 156, 22, 1) 20%, rgba(227, 185, 59, 1) 40%, rgba(254, 244, 136, 1) 70%, rgba(255, 213, 79, 1) 100%) !important;
    color: #000000 !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(221, 159, 22, 0.3) !important;
}

.connect-matchmaker-home-btn i {
    color: #000000 !important;
}

/* Hide login/signup buttons when scrolling down */
.header-section.header-fixed.scrolled-down .header-top {
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-section.header-fixed .header-top {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

/* Mobile Navigation Menu - Old Structure */
.mobile-nav-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1a1a1a;
    border-top: 2px solid #dd9f16;
    box-shadow: 0 -2px 10px rgba(221, 159, 22, 0.3);
}

.footer-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 65px;
}

.footer-navigation li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-icon {
    text-align: center;
    width: 100%;
}

.mob-icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    transition: all 0.3s ease;
}

.mob-icon a:hover {
    color: #dd9f16;
}

.micon {
    font-size: 24px;
    margin-bottom: 3px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.mob-icon a:hover .micon {
    color: #dd9f16;
    transform: scale(1.1);
}

.mtext {
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mob-icon a:hover .mtext {
    color: #dd9f16;
}

.more-menu {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(221, 159, 22, 0.5);
}

.more-menu .micon {
    font-size: 28px;
    margin: 0;
}

.footer-navigation li.mobile strong a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    transition: all 0.3s ease;
}

.footer-navigation li.mobile strong a i {
    font-size: 24px;
    margin-bottom: 3px;
    display: block;
}

.footer-navigation li.mobile strong a:hover {
    color: #dd9f16;
}

/* Add padding to body to prevent content from being hidden behind mobile nav */
@media (max-width: 991px) {
    body {
        padding-bottom: 70px;
    }
}

/* Hide on desktop */
@media (min-width: 992px) {
    .mobile-nav-menu {
        display: none !important;
    }
    
    body {
        padding-bottom: 0 !important;
    }
}

