.radio-container {
    display: flex;
    position: relative;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

.radio-container .radio-text {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dee2e6;
    background-color: white;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    color: #595c6e;
    font-size: 14px;
}

.radio-container:hover .radio-text,
.radio-container input:checked~.radio-text {
    background-color: #f1c27d;
    color: #010f44;
    border-color: #010f44;
}

.range-data-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-data-wrapper span {
    padding: 0 5px;
}

.sign-login-form-col form .range-data-wrapper input {
    width: calc(50% - 10px);
    min-width: 0;
}

.range-label {
    font-size: 11px;
    margin-bottom: 3px;
}

.img-upload-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.img-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    height: 52px;
    position: relative;
    border: 1px solid #dee2e6;
    background-color: #fff;
    font-size: 13px;
}

.img-upload .img-holder {
    width: 100%;
    display: flex;
    align-items: center;
}

.img-upload .img-holder img {
    line-height: 0;
    max-width: 30px;
    max-height: 30px;
}

.img-upload input[type=file] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: -1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.img-upload a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.img-upload a svg {
    width: 18px;
    height: 18px;
    fill: #212529;
    line-height: 0;
}

.img-upload .img-holder span {
    font-size: 13px;
    padding-left: 10px;
}

.img-input-error {
    padding: 3px 20px;
    color: #d76c6c;
    font-size: 12px;
    display: none;
}

.alert-box {
    position: relative;
    padding: 15px;
    margin: 0px 0 20px 0;
    border-radius: 5px;
    color: #fff;
    background-color: #085910;
    text-align: left;
    font-size: 14px;
}

.alert-box.failed {
    background-color: #590808;
}

.form-half-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-half-box .form-box {
    width: calc(50% - 10px);
}

.form-box {
    margin-bottom: 20px;
}

.form-box .form-label {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.form-box .form-label svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.main-dashboard .slider-dashboard .dashboard-img img {
    width: 80px !important;
}

.sign-login-form-col #membership-options .membership-btn-col .membership-btn {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.sign-login-form-col .submit-btn {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.search-results-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.search-results-wrapper .horizontal-filters {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.search-results-wrapper .horizontal-filters .each-filters {
    width: 20%;
    margin-right: 20px;
}

.search-results-wrapper .horizontal-filters .each-filters:last-child {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.search-results-wrapper .horizontal-filters .each-filters.search-btn-1 a {
    margin: 0 2px;
}

.search-results-wrapper .left-filters .each-filters.search-btn-2 a {
    margin: 5px 0;
}


.search-results-wrapper .horizontal-filters .each-filters.wide-filter {
    width: calc(30% - 68px);
}

.search-results-wrapper .left-filters {
    width: 220px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 51px;
}

.search-results-wrapper .left-filters .each-filters {
    padding-bottom: 15px;
}

.search-results-wrapper .right-section {
    padding-left: 240px;
    padding-top: 55px;
    min-height: 850px;
    width: 100%;
}

.search-results-wrapper .right-section .search-result {
    flex-wrap: wrap;
}

.sign-login-form-col input {
    min-width: 100%;
    border-radius: 0;
    font-size: 13px;
    padding: 10px;
    outline: none;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.sign-login-form-col select {
    width: 100%;
    padding: 10px;
    padding-right: 10px;
    color: #595c6e;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #dee2e6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="black"><path d="M5.5 7l4.5 4.5L14.5 7H5.5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px;
    padding-right: 20px;
}


.lds-grid,
.lds-grid div {
    box-sizing: border-box;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #010f44;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.profilesListLoader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.seach-form-col .search-result-col .msg-btn.interest-btn.active,
.msg-btn.interest-btn.active {
    background-color: rgb(255, 0, 76);
    color: #fff;
}

.seach-form-col .search-result-col .buttons a.msg-btn.interest-btn,
.msg-btn.interest-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg-btn.interest-btn>div {
    display: flex;
    align-items: center;
}

.msg-btn.interest-btn>div svg {
    width: 15px;
    height: 15px;
    line-height: 0;
}

.msg-btn.interest-btn .text2 {
    display: none;
}

.msg-btn.interest-btn.active .text2 {
    display: flex;
}

.msg-btn.interest-btn.active .text1 {
    display: none;
}


.seach-form-col .search-result-col img {
    height: 100%;
}

.nav-bar .navbar-row .nav-btns .login-btn.with-svg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}

.nav-bar .navbar-row .nav-btns .login-btn.with-svg svg {
    width: 20px;
    height: 20px;
    fill: #010f44;
}

.nav-bar .navbar-row .nav-btns .login-btn.with-svg:hover svg {
    fill: #fff;
}

.nav-bar .navbar-row .nav-btns .login-btn.with-svg .ndot {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef2d2d;
}

.notification-col {
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.notification-col::before {
    content: '';
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff7ee;
    min-width: 10px;
}

.notification-col.unread::before {
    background: #ef2d2d;
}

.notification-col h3 {
    margin: 0;
    padding: 0;
}

html .notification-col img {
    width: 50px !important;
}

.sign-login-form-col form .phone-input {
    display: flex;
}

.sign-login-form-col form .phone-input select {
    width: 100px;
    margin-right: 5px;
}

.sign-login-form-col form .phone-input input {
    width: calc(100% - 105px);
    min-width: 0;
}

.mandatory {
    color: red;
}

.sign-login-form-col form .required-input {
    position: relative;
}

.sign-login-form-col form .required-input::before {
    position: absolute;
    left: 20px;
    content: '*';
    color: red;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    z-index: 1;
}

.sign-login-form-col form input,
.sign-login-form-col form select {
    padding: 15px 20px;
}

.checkbox-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.checkbox-list .label-text {
    color: #595c6e;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}

.checkbox-list .each-checkbox {
    margin: 5px;
    display: flex;
    align-items: center;
    color: #595c6e;
    font-size: 13px;
}

.ss-col {
    display: flex;
    justify-content: space-between;
}

.ss-col .testimonial-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-wrapper h1 {
    line-height: 1em;
}

.search-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.search-form .each-col {
    width: calc(25% - 10px);
    margin: 5px;
}

.our-features-section .features-row {
    flex-wrap: wrap;
    justify-content: center;
}

.our-features-section .features-row .feature-box {
    width: 170px;
    margin: 5px;
}

.sign-login-form-col .justify-content-between {
    flex-wrap: wrap;
}

.login-box-container {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.sign-login-form-col #membership-options {
    flex-wrap: wrap;
}

.seach-form-col .search-result-col {
    width: calc(25% - 20px);
}

.search-results-wrapper .horizontal-filters .each-filters:first-child {
    width: 220px;
}

.search-filters-outer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.search-filters-outer .filter-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    border: 1px solid #010f44;
    display: none;
}

.search-filters-outer .filter-icon svg {
    width: 20px;
    height: 20px;
    fill: #010f44;
}

.interested-row .interested-col {
    width: calc(33.33% - 20px);
}

.sign-login-form-col .select-plans #membership-options .membership-btn-col {
    width: calc(33.33% - 7px);
}

.table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.custom-modal-content {
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow: auto;
}

.view-profile-content .user-details-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.view-profile-content .user-details-row .user-details {
    width: 33.33%;
}

.view-profile-content .db-header h3 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view-profile-content .db-header h3 a {
    font-size: 11px;
    color: inherit;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position above the link */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px;
    font-weight: normal;
}

.tooltip-container .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    /* Arrow below the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.view-profile-section .profile-img .other-images {
    position: relative;
}

/* .view-profile-section .profile-img .other-images .each-img{
    display: none;
  }

  .view-profile-section .profile-img .other-images .each-img#primg1{
    display: block;
  } */

.view-profile-section .profile-img .other-images .arrows a {
    position: absolute;
    top: 50%;
    left: -15px;
    background: rgb(255, 0, 76);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.view-profile-section .profile-img .other-images .arrows a.right-arrow {
    left: auto;
    right: -15px;
}

.view-profile-section .profile-img .other-images .arrows a svg {
    line-height: 0;
    width: 15px;
    height: 15px;
    fill: #fff;
}

.view-profile-section .profile-img .other-images .arrows .left-arrow.disabled,
.view-profile-section .profile-img .other-images .arrows .right-arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.view-profile-section .profile-img {
    position: relative;
}

.view-profile-section .other-images-wrapper {}

.view-profile-section .other-images-wrapper .other-images {
    margin-left: -10px;
    width: calc(100% + 20px);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.view-profile-section .other-images-wrapper .other-images a {
    margin: 10px;
    width: calc(50% - 20px);
}

.view-profile-section .other-images-wrapper .other-images a img {
    width: 100%;
}

.view-profile-section .post-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.view-profile-section .post-images .p-images {
    width: 100%;
}

.view-profile-section .post-images .p-images img {
    width: 100%;
    line-height: 0;
    border-radius: 10px;
}

.view-profile-section .img-dots {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 3;
}

.view-profile-section .img-dots a {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 5px;
    background: #fff;
}

.view-profile-section .img-dots a.selected {
    background: #fff;
    width: 32px;
}

.view-profile-section .img-dots a:last-child {
    margin-left: 0;
}

.seach-form-col .search-result-col h5,
.view-profile-section .profile-name h5,
.interested-row .search-content h5 {
    display: flex;
    align-items: center;
}

.seach-form-col .search-result-col h5 svg,
.view-profile-section .profile-name h5 svg,
.interested-row .search-content h5 svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-left: 5px;
}

.seach-form-col .search-result-col .img-holder,
.interested-row .interested-col .img-holder {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

.seach-form-col .search-result-col .img-holder img,
.interested-row .interested-col .img-holder img {
    min-width: 100%;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.sign-login-form-col .terms-content p {
    text-align: left;
}

.sign-login-form-col .terms-content h4 {
    font-size: 1.1em;
    font-weight: bold;
}

.sign-login-form-col a {
    color: inherit;
}

.sign-login-form-col #membership-options .membership-btn-col .membership-btn {
    flex-direction: column;
    align-items: center;
    min-height: 60px;
}

.sign-login-form-col #membership-options .membership-btn-col .membership-btn span {
    font-size: 11px;
}

.sign-login-form-col .submit-btn.reset {
    background-color: #f1c27d;
    color: #010f44;
}

.popup-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}

.popup-outer .popup-box {
    width: calc(100% - 30px);
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    max-width: 600px;
    position: relative;
    max-height: calc(100% - 40px);
    overflow: auto;
}

.popup-outer .popup-box .popup-close1 {
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup-outer .popup-box .popup-close1 svg {
    width: 30px;
    height: 30px;
    fill: #000;
}

.popup-outer .popup-box .subscription-plan-content {
    padding-top: 10px;
}

.popup-outer .popup-box .subscription-plan-content h5 {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.popup-outer .popup-box .offers-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ddd;
}

.popup-outer .popup-box .offers-wrapper .offers-box {
    margin-top: 10px;
    background-color: #f3f3f3;
    display: flex;
    width: 100%;
    padding: 10px;
    max-width: 100%;
    overflow: auto;
}

.popup-outer .popup-box .offers-wrapper.in-cart .offers-box {
    padding: 0 0 5px 0;
    background: none;
    margin-bottom: 15px;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers {
    font-size: 14px;
    text-align: center;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers span{
    display: flex;
    align-items: center;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers {
    padding: 10px;
    width: 200px;
    min-width: 200px;
    font-size: 14px;
    background: #f9f9f9;
    margin: 10px;
    box-shadow: 0 0 2px #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers .coupon-code {
    padding: 10px 0;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers .coupon-code .code-text-wrap {
    padding: 10px;
    border: 1px solid #e2000f;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers .coupon-code .code-text-wrap .ctext {
    font-size: 10px;
    color: #666;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers .coupon-code .code-text-wrap .cvalue {
    font-size: 20px;
    font-weight: bold;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers .coupon-validity {
    font-size: 11px;
    color: #666;
}

.popup-outer .popup-box .price-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ddd;
}

.popup-outer .popup-box .price-details .each-price{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.popup-outer .popup-box .price-details .each-price.final{
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #ddd;
    font-weight: bold;
}

.popup-outer .popup-box .submit-popup{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 20px;
}

.popup-outer .popup-box .submit-popup button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #010f44;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    outline: none;
    border: none;
    font-size: 13px;
}

.popup-outer .popup-box .submit-popup button:hover{
    background-color: #f1c27d;
    color: #010f44;
}

.popup-outer .popup-box  .skeleton-box{
    background: #ddd;
    width: 100%;
    height: 540px;
    margin-top: 2px;
    animation: shine-box1 2s infinite ease;
    margin-top: 20px;
    border-radius: 5px;
}

@keyframes shine-box1 {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers.unselected{
    opacity: 0.3;
}
.popup-outer .popup-box .offers-wrapper .offers-box .each-offers.unselected a{
    pointer-events: none;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers a.clear-coupon{
    display: none;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.popup-outer .popup-box .offers-wrapper .offers-box .each-offers.selected a.clear-coupon{
    display: block;
    width: 100%;
}
