/* Custom def for predefined classes */
.btn-error {
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    padding: 5px 16px 6px;
    background-color: #C60000;
    border: 2px solid #C60000;
    border-color: #C60000;
}
a.btn.btn-success.btn-accept {
    min-width: 110px !important;
}
.ms-auto {
    margin-left: auto!important;
}
footer .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
#navbarMain .navbar-nav .nav-item-group {
    align-items: center;
}
#navbarMain .navbar-nav .nav-item-group .icon {
    position: relative;
    top: -2px;
    right: -4px;
}
#navbarMain .navbar-nav .nav-link .icon {
    top: -1px;
    position: relative;
}
.node__content {
    margin-top: 0;
}
table:not(.mx-table) tr {
    color: #000;
}
.table>:not(caption)>*>* {
    color: #000;
}
nav.tabs {
    margin-bottom: 0;
}
.nav-tabs {
    border-bottom: 1px solid var(--bs-primary);
}
.nav-tabs .nav-link {
    font-size: 14px;
    padding: 6px 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-color: var(--bs-primary) var(--bs-primary) #f8f9fa;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: var(--bs-primary) var(--bs-primary) #f8f9fa;
}
.card-box {
    border: 1px solid #FFF;
    border-radius: 3px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
}
.card-box .card-body {
    padding: 50px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.login-form .fa {
    margin-top: -28px;
    margin-right: -10px;
} 
.flag a.btn-outline-success {
    border: 2px solid #08DCB1;
    font-weight: bold;
}
.flag a.btn-success, .flag a.btn-outline-success:hover, .flag a.btn-outline-success:focus {
    font-weight: bold;
    color: #fff;
    background-color: #08DCB1;
    border: 2px solid #08DCB1;
}
.flag a.btn-success svg path, .flag a.btn-outline-success:hover svg path, .flag a.btn-outline-success:focus svg path {
    fill: #fff;
    stroke: #fff;
}
.path-user-register #navbarMain .navbar-nav .nav-item-help a {
    padding-right: 0;
}
.path-frontpage #mm-information {
    margin-top: 0;  
}
a.btn+button.btn {
    margin-left: 10px;
}
.btn.btn-primary.btn-secondary {
    border-color: var(--bs-primary);
    color: #FFF;
    height: 36px;
}
.iti {
    width: 100%;
}
.iti__selected-flag {
    padding: 0 10px 0 8px;
}
#block-languageswitcher {
    display: flex;
    justify-content: center;
}
#block-languageswitcher .nav-link {
    padding: 0 10px;
}
#block-languageswitcher .nav-link a {
    color: rgba(8, 8, 8, 1);
    text-decoration: none;
}
#block-languageswitcher .nav-link.is-active a, #block-languageswitcher  .nav-link a.session-active {
    color: var(--bs-primary);
}
#block-languageswitcher .nav-link:hover a {
    color: var(--bs-primary);
}
.mx-datepicker {
    width: 100% !important;
}
.mx-input, .vue__time-picker input.display-time {
    background-color: rgba(241, 241, 241, 0.30) !important;
    min-height: 42px;
    width: 100% !important;
    padding: 5px 15px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #000 !important;
}
.mx-icon-calendar, .mx-icon-clear {
    right: 15px !important;
}
.mx-table td, .mx-table th {
    text-align: center;
}
.vue__time-picker {
    width: 100% !important;
}
.vue__time-picker .controls>* {
    padding: 0 18px;
}
.dropzone {
    padding: 10px;
}
.dropzone.dz-clickable .dz-message * {
    margin-bottom: 0;
}
.dropzone .dz-preview .dz-details {
    padding: 0;
}
.dropzone .dz-preview {
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
}
.dz-hidden-input + div > button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 9999;
    max-width: 100px;
    margin: 0px auto;
    background-color: var(--bs-primary);
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    height: 40px;
    top: 92% !important;
}
.cropper-line {
    background-color: var(--bs-primary);
}
.cropper-modal {
    background-color: #000;
    opacity: 0.8;
}
.cropper-point {
    background-color: var(--bs-primary);
    opacity: 1;
    height: 8px;
    width: 8px;
}
.cropper-point.point-se {
    opacity: 1;
    height: 8px;
    width: 8px;
}
.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid rgb(0 0 0);
    outline-color: rgb(0 0 0);
    overflow: hidden;
    width: 100%;
}
.vue-dropzone img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
}
.vue-dropzone>.dz-preview .dz-details {
    bottom: 0;
    top: 0;
    color: #fff;
    background-color: rgb(241 66 81 / 80%) !important;
    transition: opacity .2s linear;
    text-align: center;
    padding: 20px;
}
.vue-dropzone .dz-preview .dz-details {
    text-align: center;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0;
    font-size: 12px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    text-align: center;
}
#dropzone.vue-dropzone>.dz-preview .dz-remove, #profile-picture-dropzone.vue-dropzone>.dz-preview .dz-remove {
    margin: 0px auto;
    bottom: 20px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: normal;
    left: 0;
    right: 0;
    max-width: 84px;
}
button.link.tabledrag-toggle-weight {
    display: none;
}
.ss-content .ss-search {
    display: none;
}
.dropdown-menu:after {
    display: none;
}
#mm-sidebar .accordion-body label {
    margin-bottom: 0;
    font-family: var(--paragraph-font);
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
#mm-sidebar .accordion-body label + div {
    margin-bottom: 5px;
}
.card-profile .profile-connect a.btn-reject, .card-profile .profile-connect a.btn-accept {
    font-size: 12px;
    padding: 2px 10px;
    height: auto;
    width: auto;
    margin: 2px auto;
    display: inline-block;
    min-width: 80px !important;
}
#mm-registration {
    padding-top: 165px;
}
.path-user-register .row.gx-2r {
    --bs-gutter-x: 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.navbar-nav {
    margin: 0;
}
#navbarTopLeft .icon, #navbarTopRight .icon {
    position: relative;
    top: 0px;
    margin-right: 5px;
}
#navbarTopLeft .icon img, #navbarTopRight .icon img {
    width: 12px;
    height: 12px;
}
.navbar-collapse ul li {
    border-bottom: none;
}
}
@media (min-width: 992px) {
    ul.nav.primary.nav-tabs {
        padding-top: 50px;
    }
    #block-languageswitcher .ta.nav-link {
        margin-top: -2px;
    }
    .model-save-search {
        max-width: 400px;
    }
}
@media (min-width: 1440px) {
    #block-languageswitcher .ta.nav-link a {
        font-size: 14px;
    }
}

#why-choose-us .mm-feature-item:hover img {
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
footer h2 {
    color: var(--heading-color) !important;
}
.site-footer .block {
    margin: 0;
    padding: 0;
    border: none;
}
.site-footer {
    padding: 0;
}
.timepicker-modal {
    height: auto !important;
}
.timepicker-display-am-pm {
    margin-top: 0;
}
.text-primary {
    color: #f14251 !important;
}
fieldset legend {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: var(--heading-color);
    margin-bottom: 8px;
}
.mm-button-group  .form-check {
    display: inline-block;
    padding-left: 0;
    margin-right: 5px;
}
.mm-button-group .form-check-label {
    margin-right: 5px;
    margin-bottom: 12px;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px;
    line-height: 20px;
    min-height: 32px;
    color: #666666;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mm-button-group .form-radio.form-check-input{
    position: absolute !important;
    clip: rect(0,0,0,0) !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mm-button-group input:checked + label {
    background-color: #24DCB1;
    border-color: #24DCB1;
    box-shadow: none;
    color: #FFF;
}
.accordion-edit-profile #edit-field-time-of-birth-0 label,
.accordion-edit-profile #edit-field-about-wrapper label,
.accordion-edit-profile #edit-delete,
#state-wrapper-field_family_address-0 legend {
    display: none;
}
.select2-selection {
    background-color: rgba(241, 241, 241, 0.30);
    border-radius: .25rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: 11px 14px;
    color: #000;
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}
.accordion-edit-profile #edit-submit {
    padding: 5px;
    font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.chosen-container-multi .chosen-choices {
    border: none;
    background: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 13px;
    font-weight: bold;
    padding: 8px !important;
    /* margin: 0px 5px 5px 0 !important; */
    color: #fff !important;
    background-image: none;
    background-color: #26dcb2 !important;
    border-radius: 2px !important;
    border: none;
}

.chosen-choices .search-choice {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: #fff;
    background-color: #5897fb;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
.chosen-container {
    background-color: rgba(241, 241, 241, 0.30);
    min-height: 42px;
    width: 100% !important;
    padding: 2px 10px 0 6px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    position: relative !important;
    top: 2px !important;
    right: -3px !important;
    color: #fff;
}
.chosen-container-active .chosen-choices {
    box-shadow: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    position: absolute;
    width: 100%;
    margin: -1px 0 0;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform .2s,opacity .2s;
}
.search-field {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 3px !important;
}
span.divider {
    padding-top: 18px;
}
.mm-button-group .form-checkbox {
    position: absolute !important;
    clip: rect(0,0,0,0) !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#edit-field-age-to-wrapper label,
#edit-field-height-to-wrapper label {
    visibility: hidden;
}
.card-block li .upgrade {
    margin-left: 25px !important;
}
.mm-profile-details .card-block li .upgrade .text {
    color: var(--bs-primary);
    font-size: 12px;
}
.mm-profile-images .owl-nav .owl-next, .mm-profile-images .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    padding: 10px;
    width: 27px;
    height: 27px;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out; 
}
.mm-profile-images .owl-nav .owl-next {
    right: 10px;
}
.mm-profile-images .owl-nav .owl-prev {
    left: 10px;
}
.mm-profile-images .owl-nav .owl-next img, .mm-profile-images .owl-nav .owl-prev img {
    width: 6px;
    height: auto;
}
.mm-profile-images .owl-nav .owl-next:hover, .mm-profile-images .owl-nav .owl-prev:hover  {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
.mm-profile-images .owl-nav .owl-next:hover img, .mm-profile-images .owl-nav .owl-prev:hover img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
.own-profile-images .owl-nav .disabled {
    opacity: 0.5;
}
.own-profile-images .owl-nav .owl-prev img, .own-profile-images .owl-nav .owl-next img {
    background-color: #FFF;
    border: 1px solid rgba(255, 255, 255, 1);
    width: auto;
    height: 14px;
    border-radius: 50%;
    padding: 2px 4px;
    margin-top: -4px;
}
.own-profile-images .owl-nav .disabled img {
    cursor: default;
}
.own-profile-images .owl-nav [class*=owl-] {
    background: unset;
    color: unset;
    font-size: unset;
    padding: unset;
    margin: unset;
}
.viewsreference--view-title {
    display: none;
}
#my-dropzone {
    border: none !important;
}
#my-dropzone label {
    display: none;
}
#edit-field-ppicture-upload {
    display: none;
}
.mm-act-block .dz-message .icon {
    margin: 0 auto;
}
.mm-act-block .dz-message {
    position: relative;
}
.mm-act-block .dz-message .dz-button {
    top: 50%;
}
#dosham_1_field .form-check {
    display: inline-block !important;
    margin-right: 1rem !important;
}
#dosham_option_1_field .form-check {
    display: inline-block !important;
    width: 48%!important;
    margin-right: 0;
}
.horoscope-edit-form fieldset {
    margin-bottom: 0 !important;
}
.horoscope-edit-form .btn-lg {
   width: auto;
   height: 46px !important;
   font-weight: 600;
}
.horoscope-edit-form  .country_field legend {
    display: none;
}
#upload_profile_picture--label {
    display: none;
}
#edit-sidebar-order-summary-summary .list-group-item {
    padding: 0;
}
#edit-sidebar-order-summary-summary tr td, #edit-sidebar-order-summary-summary tr th {
    border: 1px solid #e9e9e9;
}
#edit-sidebar-order-summary-summary .table>:not(caption)>*>* {
    padding: 10px 15px;
}
#edit-sidebar-order-summary-summary tbody td {
    background-color: #FFF;
}
#edit-sidebar-order-summary-summary .table th {
    font-size: 16px;
    font-weight: bold;
}
#edit-sidebar-order-summary-summary .table td:first-child {
    font-size: 16px;
    font-weight: bold;
}
.order_information_section div#edit-actions {
    text-align: right;
}
.edit-form .mb-3{
    margin-bottom: 0 !important;
}
#address_1_field {
    height: 130px;
}
.edit-form .family_country fieldset {
    margin-bottom:  0.5rem !important;
}
.role-administrator.user-logged-in.toolbar-horizontal .fixed-top {
    top: 38px;
}
.role-administrator.user-logged-in.toolbar-horizontal.toolbar-tray-open .fixed-top {
    top: 78px;
}
.role-administrator.user-logged-in.toolbar-horizontal .nav-settings-panel {
    top: 192px;
}
.role-administrator.user-logged-in.toolbar-horizontal.fixed-header .nav-settings-panel {
    top: 146px;
}
.user-logged-in #main .mm-section-sm, .user-logged-in #main .mm-section{
    padding-top: 195px;
    padding-bottom: 0;
}
.user-logged-in.path-matrimony #main .mm-section-sm {
    padding-top: 150px;
}
.user-logged-in.path-profile #main .mm-section-sm, .user-logged-in.path-profile #main .mm-section {
    padding-top: 155px;
}
.user-logged-in.path-user #main .mm-section-sm, .user-logged-in.path-user #main .mm-section {
    padding-top: 115px;
}
.user-logged-in.mm-user-panel.path-user #main .mm-section-sm {
    padding-top: 205px;
}
.user-logged-in.path-matrimony #main .mm-search, .user-logged-in.path-matrimony #main .mm-sidebar {
    margin-top: 45px;
}
.profile-head h2:hover {
    color: var(--heading-color);
}
/* body.role-administrator.user-logged-in.fixed-header header {
    top: 150px;
} */
#block-ownprofileeditlinks {
    display: flex;
}
#block-ownprofileeditlinks i {
    color: #666666;
    padding-right: 5px;
}
.custom-link .nav-link:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: rgba(0,0,0,0.20);
    transform: translateY(-50%);
}
.mm-tips .owl-nav .owl-next, .mm-tips .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    background-color: transparent;
}
.mm-tips .owl-nav .owl-next:hover, .mm-tips .owl-nav .owl-prev:hover {
    background-color: transparent;
}
.mm-tips .owl-nav .owl-prev {
    left: 25px;
}
.mm-tips .owl-nav .owl-next {
    right: 25px;
}
.mm-settings-edit-block .form-submit.form-control {
    width: auto;
}
.change_email label{
    display: none;
    font-weight: 700;
}
.profile-images .owl-nav .disabled {
    opacity: 0.5;
}
.profile-images .owl-nav .owl-prev img, .profile-images .owl-nav .owl-next img {
    background-color: #FFF;
    border: 1px solid rgba(255, 255, 255, 1);
    width: auto;
    height: 14px;
    border-radius: 50%;
    padding: 2px 4px;
    margin-top: -4px;
}
.profile-images .owl-nav .disabled img {
    cursor: default;
}
.card-pricing-plan .card-header h3 {
    font-family: var(--paragraph-font);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
/* .profile-action-link.pending a {
    font-size: 13px;
    padding: 4px 6px ;
    border-radius: 3px;
    margin: 30px 1px 0;
    color: #fff;
    background-color: #08DCB1;
} */
.profile-action-link.pending .icon{
    justify-content: center;
    align-items: center;
    border: 2px solid #08DCB1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0px auto 12px;
    padding: 10px;
}
.notification_section i {
    color: #fff;
}
.notification_section .navbar-nav {
    position: relative;
    top: 19px;
}
.profile-action-link .icon.send-by-me,
.profile-action-link .icon.send-now {
    justify-content: center;
    align-items: center;
    border: 2px solid #08DCB1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0px auto 12px;
    padding: 10px;
}
.profile-action-link .flag-friend.action-unflag,
.profile-action-link .flag-friend.action-flag    {
    color: #000;
    text-decoration: none;
}
.profile-action-link .flag-friend.action-unflag a,
.profile-action-link .flag-friend.action-flag a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.profile-action-link .flag-friend.action-flag a {
    color: #666666;
}
.profile-action-link .flag-friend.action-flag a:hover {
    color: #08DCB1;
}
#block-userlogin .item-list {
    display: none;
}
#block-userlogin fieldset label {
    display: none
}
.mm-popup-content .btn-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 90px;
    height: 0.5rem;
    background-position: right center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
#mm-offers-popup .mm-popup-content {
    padding-top: 40px !important;
}
.mm-popup-content .alert {
    font-size: 14px;
    line-height: 1.4;
    border-radius: 6px;
    padding: 10px 40px 10px 15px;
    margin-bottom: 10px;
    margin-top: 0;
}
.mm-popup-content .alert .btn-close {
    top: 0;
    right: 0;
}
.swal2-title {
    font-size: 20px !important;
    font-family: var(--heading-font);
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: var(--heading-color) !important;
    position: relative;
}
.swal2-popup {
    padding: 0 20px 40px !important;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    background-color: var(--bs-primary) !important;
    background-image: linear-gradient(279deg, var(--bs-primary) 0%, #F85B4A 100%) !important;
    border: 2px solid var(--bs-primary) !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 700;
    padding: 5px 24px 6px;
    color: #FFF !important;
    min-width: 130px !important;
    height: 46px !important;
    line-height: 32px !important;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out; 
}
.swal2-styled.swal2-confirm:focus, .swal2-styled.swal2-cancel:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: none !important;
}
.swal2-styled.swal2-confirm:active, .swal2-styled.swal2-cancel:active {
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translate3d(0, 1px, 0) !important;
}
.swal2-styled.swal2-confirm:hover, .swal2-styled.swal2-cancel:hover {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translate3d(0, -2px, 0);
}
.swal2-html-container {
    padding: 0 !important;
    font-size: 16px !important;
}
div#edit-actions {
    text-align: center;
}
#edit-field-jaathakam-upload-ajax-wrapper summary, #edit-field-jaathakam-upload-wrapper summary {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
}
fieldset.js-form-item.js-form-type-managed-file.form-type-managed-file  small {
    font-size: 12px;
    display: inline-block;
    line-height: 1.4;
    margin-top: 5px;
}
.card-pricing-plan li {
    border-top: none;
    border-left: none;
    border-right: none;
}
.card-pricing-plan ol {
    margin: 32px 0;
}
.card-pricing-plan .card-body .button--add-to-cart {
    padding: 5px 24px 6px;
    width: 120px;
}
/* cart */
#vm-commerce .secondary-btn{
    width: 150px;
    height: 38px;
  }
#vm-commerce .secondary-btn i{
    padding: 0px 13px;
}
#vm-commerce input[value="Checkout"]{
    background-color: var(--bs-secondary);
    background-image: linear-gradient(
279deg, var(--bs-secondary) 0%, #fad540 100%);
    border: 2px solid var(--bs-secondary);
    color: #000 !important;
    margin-left:10px;
}
.vm-commerce-cart th,
.checkout-pane-order-summary th {
    background-color: var(--bs-primary);
    color: #fff;
}
.vm-commerce-cart #edit-actions input {
    padding: 5px 24px 6px;
    width: 130px;
    font-weight: 700;
}
.vm-commerce-cart .delete-order-item {
    padding: 5px 24px 6px;
    width: 120px;
    font-weight: 700;
}
.vm-commerce-cart td {
    vertical-align: middle;
    text-align: center;
}
.vm-commerce-cart th {
    vertical-align: middle;
    text-align: center;
}
.views-field-remove-button {
    text-align: center;
}
form#user-pass {
    padding: 150px 20px 80px;
}
form#user-pass .mm-section {
    padding-bottom: 0;
}
form#user-pass #edit-actions {
    margin-bottom: 0 !important;
}
.input-info p {
    font-size: .875em;
    line-height: 1.4;
    margin-top: 4px;
}
.cart{
    padding: 80px 0;
}
.views-field-remove-button .secondary-btn i{
    display: none;
}
.views-field-remove-button .secondary-btn .btn-txt{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 42px;
    border-left: 2px solid;
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 25px;
}
.views-field-remove-button .secondary-btn {
    position: relative;
    align-items: center;
    display: flex;
}
.views-field-remove-button .secondary-btn:after {
    content: '';
    height: 14px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 25px;
}
.views-field-remove-button .secondary-btn:before {
    content: '';
    height: 14px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 25px;
}
#vm-commerce [data-drupal-selector="edit-actions"]{
    display: flex;
}
#vm-commerce [value="Save"] {
    display: none;
}
.tc-commerce-cart th {
    background-color: var(--primary-color);
    color: #fff;
}
.order_information_section,
.order_review_section {
    padding: 80px 0;
}
.order_information_section .checkout_actions {
    display: flex;
}
.order_information_section input[value="Complete checkout"]{
    background-color: var(--bs-secondary);
    background-image: linear-gradient(
279deg, var(--bs-secondary) 0%, #fad540 100%);
    border: 2px solid var(--bs-secondary);
    color: #000 !important;
    margin-left:10px;
    padding: 5px 24px 6px;
}
.order_information_section input[value="Pay and complete purchase"]{
    background-color: var(--bs-secondary);
    background-image: linear-gradient(
279deg, var(--bs-secondary) 0%, #fad540 100%);
    border: 2px solid var(--bs-secondary);
    color: #000 !important;
    margin-left:10px;
    padding: 5px 24px 6px;
}
.order_review_section #edit-actions input {
    padding: 5px 24px 6px;
    width: auto;
}
.order_information_section .text-left a,
.order_review_section .text-left a {
    text-decoration: none;
}
.order_information_section .text-left a i,
.order_review_section .text-left a i {
    padding-right: 8px;
}
.order_information_section .list-group-item,
.order_review_section .list-group-item {
    background-color: transparent;
    border: 0;
}
.order_information_section footer,
.order_review_section footer {
    background-color: transparent;
}
.cart-empty-page {
    padding: 80px 0;
}
.checkout-complete {
    padding: 80px 0;
    text-align: center;
}
.checkout-complete #back_to_home  {
    text-decoration: none;
    padding: 10px 20px;
}
.checkout-complete #back_to_home .btn-txt {
    font-weight: 700;
    margin-left: 3px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.checkout-complete #back_to_home i {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.checkout-complete .fa-check-circle{
    font-size: 130px;
    padding: 30px 0;
    color: var(--secondary-color);
}
.own-profile-head .card-profile ul li {
    display: flex;
}
.notify-drop li {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .18);
    margin-bottom: 15px;
}
.notification-msg.message {
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 20px;
}
.notify-img {
    margin-right: 10px;
}
.notify-drop li.unread {
    padding-left: 10px !important;
}
.dropdown-notification .time {
    display: block;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.12px;
    margin-top: 2px;
    color: #666666;
}
.dropdown-notification .message a {
    font-size: 14px !important;
    letter-spacing: 0.14px !important;
    line-height: 20px !important;
    margin-left: 0 !important;
    text-decoration: none;
    padding: 0 !important;
    color: #000;
    text-transform: capitalize;
}
.dropdown-notification .message a:hover {
    color: var(--bs-primary);
}
.notify-drop-title {
    padding: 11px 0 20px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    line-height: 1.2;
}
#mailbox {
    min-height: 400px;
}
#mailbox .notification-items .image {
    float: left;
    margin-right: 20px;
}
#mailbox .notification-items .notification-msg {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#mailbox .notification-items .notification-msg a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}
#mailbox .notification-remove {
    cursor: pointer;
}
#mailbox .notification-remove i {
    font-size: 18px;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
#mailbox .notification-remove:hover i {
    color: var(--bs-primary);
}
#mailbox .notification-items {
    display: flex;
    box-shadow: 0 0 4px rgb(0 0 0 / 6%);
    border-radius: 5px;
    background-color: #fff;
    list-style: none;
    padding: 20px;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
#mailbox .clear-all-notification {
    display: unset;
    text-align: center;
    padding: 11px 10px 10px 0;
    cursor: pointer;
    color: #54bbba;
    font-weight: 700;
}
#mailbox .notification-items.read .notification-msg a {
    color: var(--paragraph-color);
}
.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: capitalize !important;
}
.mm-settings-edit-block .count-link {
    color: transparent;
}
.profile-action-link .action-text {
    font-size: 16px;
}
#mm-edit-accordion-collapse3 .tabledrag-toggle-weight-wrapper {
    display: none;
}
#edit-field-created-by-preference--wrapper .form-check {
    display: inline-block;
    margin-left: 12px;
}
.password-confirm-message .error{
    color: var(--bs-primary);
    font-weight: 700;
}
.password-confirm-message .ok{
    font-weight: 700;
    color: green;
}
.edit-form .field-icon {
    float: right;
    margin-top: -32px !important;
}
.edit-form .form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(2.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.mm-popup-image img {
    width: 39px;
    height: 36px;
}
.fl-item .title, .fl-item .value {
    width: 50%;
    display: inline-table;
}
.more{
    display: none;
}
.post{
    color: #e5e5e5;
    font-size: 18px;
    text-align: justify;
    line-height: 25px;
    font-family: 'Work Sans',sans-serif;
}
.post:not(:last-child){
    margin-bottom: 30px;
}
.banner {
    background-color: var(--bs-primary);
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 80px;
    background-position: center;
}
.role-administrator .banner {
    padding: 180px 0px 80px;
}
.banner h1 {
    color: #ffffff;
    margin-bottom: 0;
}
.page-user-reset .user-pass-reset {
    padding-top: 120px;
}
.page-user-reset .user-pass-reset {
    padding-top: 80px;
}
.page-node-17 .wrapper, .page-node-18 .wrapper {
    text-align: center;
}
.page-node-17 .wrapper .text-formatted p {
    width: 47%;
    margin: 0px auto;
    padding: 50px 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.page-node-18 .wrapper .text-formatted p {
    width: 60%;
    margin: 0px auto;
    padding: 50px 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.page-node-17 #navbarMain .btn, .page-node-18 #navbarMain .btn {
    display: none;
}
#mm-contact-address-block {
    padding-top: 25px;
    padding-bottom: 25px;
}
#mm-sidebar-accordion .ss-content .ss-search,
.form-item-field-citizenship .ss-content .ss-search,
.form-item-field-citizenship-preference .ss-content .ss-search,
.form-select-location-custom .ss-content .ss-search {
    display: flex;
}
.form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(../../images/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}
.call-buton {
    margin-top:  15px;
}
.call-buton .cc-calto-action-ripple {
    background-color: var(--bs-primary);
    width: 3rem;
    height: 3rem;
    padding: 0px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    float: left;
    margin-right: 15px;
}
.call-buton .cc-calto-action-ripple:hover {
    background-color: #08DCB1;
}
.call-buton .cc-calto-action-ripple.whatsapp {
    background-color: var(--bs-primary);
}
.call-buton .cc-calto-action-ripple.whatsapp:hover {
    background-color: #08DCB1; 
}
.call-buton .cc-calto-action-ripple.whatsapp span {
    font-size: 25px !important;
}
.call-buton .cc-calto-action-ripple span {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.25rem;
    margin: auto;
}
.call-buton .cc-calto-action-ripple:hover span.fa-phone {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 6px  rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 3px rgba(236, 139, 0, 0.2), 0 0 0 6px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 6px  rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 3px rgba(236, 139, 0, 0.2), 0 0 0 6px rgba(236, 139, 0, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 6px  rgba(236, 139, 0, 0.2), 0 0 0 3px rgba(236, 139, 0, 0.2), 0 0 0 6px rgba(236, 139, 0, 0.2), 0 0 0 12px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 6px  rgba(236, 139, 0, 0.2), 0 0 0 3px rgba(236, 139, 0, 0.2), 0 0 0 6px rgba(236, 139, 0, 0.2), 0 0 0 12px rgba(236, 139, 0, 0);
    }
}
@keyframes cc-calto-action-ripple-ripple-whatsapp {
    0% {
        -webkit-box-shadow: 0 4px 6px  rgba(7, 55, 49, 0.2), 0 0 0 0 rgba(7, 55, 49, 0.2), 0 0 0 3px rgba(7, 55, 49, 0.2), 0 0 0 6px rgba(7, 55, 49, 0.2);
        box-shadow: 0 4px 6px  rgba(7, 55, 49, 0.2), 0 0 0 0 rgba(7, 55, 49, 0.2), 0 0 0 3px rgba(7, 55, 49, 0.2), 0 0 0 6px rgba(7, 55, 49, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 6px  rgba(7, 55, 49, 0.2), 0 0 0 3px rgba(7, 55, 49, 0.2), 0 0 0 6px rgba(7, 55, 49, 0.2), 0 0 0 12px rgba(7, 55, 49, 0);
        box-shadow: 0 4px 6px  rgba(7, 55, 49, 0.2), 0 0 0 3px rgba(7, 55, 49, 0.2), 0 0 0 6px rgba(7, 55, 49, 0.2), 0 0 0 12px rgba(7, 55, 49, 0);
    }
}
@media (max-width: 767.98px) {
    .page-node-17 .wrapper .text-formatted p, .page-node-18 .wrapper .text-formatted p {
        width: 96%;
        padding: 20px 0;
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 992px) {
    .page-user-reset .user-pass-reset {
        padding-top: 70px;
    }  
}
#mm-lang-popup #block-languageswitcher span a {
    color: var(--bs-primary);
    background: none;
    border: 2px solid var(--bs-primary);
    font-size: 14px;
    min-width: 110px;
    height: 36px;
    border-radius: 30px;
    padding: 6px 30px 8px;
    font-weight: 700;
}
#mm-lang-popup #block-languageswitcher span.ta a {
    padding: 2px 30px 4px;
}
#mm-lang-popup #block-languageswitcher span a.is-active {
    color: #fff;
    background-color: var(--bs-primary);
    background-image: linear-gradient( 
279deg, var(--bs-primary) 0%, #F85B4A 100%);
}
#mm-lang-popup .modal-dialog {
    max-width: 450px;
}
#mm-lang-popup .modal-dialog p {
    font-weight: 700;
}
.profile-action-link .flag-friend.action-flag a {
    padding: 0;
}
.mm-popup-content .card-protected {
    padding: 16px 25px 0px;
}
.mm-popup-content .card-protected a {
    border-radius: 20px;
    margin: 0;
    display: inline-block;
    color: #0dddb0;
    word-break: break-all;
}
.mm-popup-content .card-protected .revealed ul li span.title {
    min-width: 120px;
    padding: 0;
    display: block;
    width: 100%;
}
.mm-profile-gallery .profile-images .owl-nav [class*=owl-] {
    background: transparent;
    padding: unset;
    margin: unset;
}
.mm-profile-gallery .profile-images .owl-nav [class*=owl-]:hover {
    background: transparent;   
}
.mm-profile-gallery .profile-images img {
    width: 100%;
    object-fit: cover;
    background-color: #000;
}
.own-profile-gallery .own-profile-images .owl-nav [class*=owl-] {
    background: transparent;
}
.own-profile-gallery .own-profile-images .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.mm-sidebar-box .mm-profile-gallery .item img {
    width: 100%;
    object-fit: cover;
}
.mm-sidebar-box .mm-profile-gallery {
    background-color: #e8e8e8;
}
.mm-sidebar-box .mm-profile-gallery .images-wrap img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.mm-sidebar-box .mm-profile-gallery .images-wrap {
    background-color: #000;
}
.mm-sidebar-box .mm-profile-gallery .owl-dots {
    display: none !important;
}
span.timepicker-span-hours.text-primary, span.timepicker-span-minutes.text-primary, span.timepicker-span-am-pm .text-primary {
    color: #fff !important;
}
span.file.file--mime-image-jpeg.file--image a {
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    overflow: hidden;
    display: block;
}
.page-node-19 .content-header h2, .page-node-20 .content-header h2, .page-node-21 .content-header h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
#vanniyar-matrimony-info h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.page-node-19 .content-header h3, .page-node-20 .content-header h3, .page-node-21 .content-header h3, #vanniyar-matrimony-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.page-node-19 #vanniyar-matrimony-content p:not(:last-child), .page-node-20 #vanniyar-matrimony-content p:not(:last-child), .page-node-21 #vanniyar-matrimony-content p:not(:last-child) {
    color: #5c5c5c;
    margin-bottom: 30px;
}
.page-node-19 main>.container, .page-node-20 main>.container, .page-node-21 main>.container {
    max-width: 100%;
    padding: 0;
}
.page-node-19 main>.container>.row, .page-node-20 main>.container>.row, .page-node-21 main>.container>.row {
    --bs-gutter-x: 0 !important;
}
.page-node-19 main>.container .container, .page-node-20 main>.container .container, .page-node-21 main>.container .container {
    padding: 0 15px;
}
.page-node-19 main>.container .row, .page-node-20 main>.container .row, .page-node-21 main>.container .row {
    padding-bottom: 0 !important;
}
#sub-page-banner {
    background-color: #000;
    height: 360px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
#sub-page-banner .banner-content img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
#sub-page-banner .banner-content .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#sub-page-banner .banner-content h1 {
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    margin-bottom: 5px;
    color: #fff;
}
#sub-page-banner .banner-content p {
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    color: #fff;
}
#sub-page-banner .banner-content .btn {
    font-size: 18px;
    line-height: 1.7;
}
#vanniyar-matrimony-info {
    background-color: #F5FFFD;
    padding-top: 90px;
    padding-bottom: 90px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin-bottom: 90px;
    margin-top: 106px;
}
.card-support {
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border: 1px solid rgb(230 230 230);
}
.card-support .card-header {
    padding: 20px;
    margin-bottom: 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid rgb(230 230 230);
}
.card-support .card-header h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.card-support .card-body {
    padding: 30px 50px;
}
.card-support ul {
    padding-left: 64px;
    margin-bottom: 0;
}
.card-support ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    min-height: 54px;
    line-height: 1.6;
}
.card-support ul li:not(:last-child) {
    margin-bottom: 20px;
}
.card-support ul li:before {
    width: 54px;
    height: 54px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    left: -64px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
}
.card-support ul li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #000;
}
.card-support ul li a:hover {
    color: var(--bs-primary);
}
.card-support .phone:before {
    background-color: var(--bs-primary);
    content: "\f879";
}
.card-support .wapp:before {
    font-family: "Font Awesome 5 Brands";
    background-color: #4FCE5D;
    content: "\f232";
    font-size: 26px;
}
@media (max-width: 567.98px) {
    #mm-offers-popup td {
        font-size: 18px;
    }
    .mm-profile-details .profile-details-action, .mm-profile-details .card-action {
        justify-content: space-between;
        padding: 16px 15px 16px;
    }
    .mm-profile-details .card-action label {
        margin-right: 0;
    }
    .mm-profile-details a.use-ajax.btn.btn-outline-success.btn-sm {
        margin: 10px 0 5px;
    }
    .mm-profile-details .card-protected ul li span.title {
        width: 100%;
        font-size: 18px;
        margin-bottom: 0;
        display: block;
    }
    .mm-profile-details .card-block li {
        line-height: 1.4;
        margin: 4px 0;
        align-items: flex-start;
    }
    .flag a.btn-outline-success {
        border: 1px solid #303030;
        margin-top: 5px;
    }
}
@media (max-width: 991.98px) {
    .mm-profile-details .card-block h2 {
        display: flex;
    }
    .mm-profile-details .profile-info-list ul {
        max-height: inherit;
    }
    .mm-profile-details .card-protected ul li {
        flex-direction: column;
    }
    .action-unflag a.profile-action-link:hover span.icon {
        padding: 0;
    }
    .similar-profiles-card {
        display: none;
    }
    .sticky {
        margin-top: 0;
    }
    .user-logged-in.path-matrimony #main .mm-sidebar {
        margin-top: 100px;
    }
    .user-logged-in.path-matrimony #main .mm-search {
        margin-top: 20px;
    }
    #mm-registration {
        padding-top: 115px !important;
    }
    .role-administrator .banner {
        padding: 120px 0px 80px;
    }
    .card-profile .profile-connect .action-unflag a.profile-action-link {
        color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
    }
    .mm-profile-list-item:last-child {
        margin-bottom: 80px;
    }
    .profile-action .profile-connect p, .profile-action .profile-connect .profile-upgrade-action-link {
        font-size: 11px;
    }
    .profile-connect.send-interest {
        line-height: 1.2;
        max-width: 162px;
    }
    .page-node-12.user-logged-in #main, .page-node-13.user-logged-in #main, .page-node-14.user-logged-in #main, .page-node-15.user-logged-in #main {
        padding-top: 44px !important;
    }
    .page-node-12.user-logged-in .banner, .page-node-13.user-logged-in .banner, .page-node-14.user-logged-in .banner, .page-node-15.user-logged-in .banner {
        padding: 80px 0px 80px;
    }
    #block-veera-vanniyar-matrimony-content header {
        padding: 0 15px;
    }
    #my-search-list-table {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
    #my-search-list-table>:not(caption)>*>* {
        padding: 15px 12px !important;
    }
    #my-search-list-table thead tr {
        border-top: none;
    }
    .page-view-my-search #block-veera-vanniyar-matrimony-content {
        padding: 0;
    }
    #my-search-list-table tr th, #my-search-list-table tr th a, #my-search-list-table tr th a:hover, #my-search-list-table tr th a:focus {
        font-size: 15px !important;
    }
    #my-search-list-table>:not(caption)>*>* {
        font-size: 14px !important;
    }
    .model-save-search {
        max-width: 300px;
    }
    .card-info-box {
        width: 300px;
        margin: 90px auto 30px !important;
    }
    #my-search-list-table {
        margin: 20px auto 80px !important;
    }
}
@media (min-width: 992px) {
    .profile-action .profile-connect, .profile-details-action .profile-connect {
        margin: 12px auto;
        line-height: 1.2;
    }
    .mm-profile-list-item .profile-information {
        min-height: 210px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .profile-info-main {
        padding-bottom: 12px;
    }
    .profile-info-list {
        padding-top: 12px;
    }
    .dropdown-profile .profile-info-main {
        padding-bottom: 10px;
    }
    .dropdown-profile .profile-info-list {
        padding-top: 10px;
    }
    .own-profile-details .card-family-info ul {
        max-height: 198px;
    }
    .alert-offer {
        display: none;
    }
    .card-profile ul {
        margin-bottom: 15px;
    }
    .profile-action .profile-connect a.profile-action-link, .profile-action .profile-connect a.profile-action-link {
        margin: 0;
        padding: 0;
    }
    .mm-sidebar-box .mm-profile-gallery .item img {
        width: 100%;
        height: 288px;
        object-fit: cover;
    }
    .sticky-sidebar {
        margin-left: 3%;
        width: 30%;
    }
    .page-node-12.user-logged-in .banner, .page-node-13.user-logged-in .banner, .page-node-14.user-logged-in .banner, .page-node-15.user-logged-in .banner {
        padding: 190px 0px 80px;
    }
    .mm-contact-address-block {
        margin-bottom:30px
    }
    .page-view-my-search .views-wrapper-container.mm-section {
        width: 60%;
        margin: 0 auto;
    }
    #my-search-list-table th:nth-child(2){
        min-width: 270px;
    }
    #mm-sidebar h2:not(.accordion-header) {
        padding: 15px 20px;
        text-align: left;
        height: 76px;
        display: flex;
        align-items: center;
    }
    .card-info-box {
        width: 340px;
    }
}
@media (min-width: 1024px) {
    html[lang="ta"] .card-family-info ul {
        max-height: 240px;
    }
    html[lang="ta"] .card-block li .title {
        min-width: 210px;
    }
    html[lang="ta"] .card-prof-info ul {
        max-height: 250px;
    }
}
@media (min-width: 1280px) { 
    .navbar-brand {
        min-width: 315px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) { 
    html[lang="ta"] body.mm-user-panel #navbarTopLeft .nav-link {
        font-size: 9px;
    }
    html[lang="ta"] .card-prof-info ul {
        max-height: 312px;
    }
    #navbarTopRight .nav-item-group span.icon {
        left: -2px;
        top: -7px;
    }
    #navbarTopRight .nav-item-group span.icon img {
        height: 10px;
    }
    .mm-search .search-form .btn {
        margin: 10px 9px;
    }
}
.cv-validate-before-ajax label.error{
    color: red;
    border: none !important;
}
.cv-validate-before-ajax .alert-danger {
    display: none;
}
small#edit-name--description,
small#edit-mail--description {
    display: none !important;
}
.file-status-badge {
    position: absolute;
    background: #fff;
    color: #fff;
    top: 18px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    padding: 5px 20px 5px 10px;
    display: inline-flex;
    z-index: 499;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.file-status-badge.pending {
    background-color: var(--bs-primary);
}
.file-status-badge.approve {
    background-color: #17e09d;
}
.file-status-badge.disapprove {
    background-color: #f5524c;
}
.file-status-badge span.icon {
    width: 20px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-status-badge span.icon img {
    width: 14px;
    height: 14px;
    filter: invert(1);
}
.file-status-badge span{
    display: inline-flex;
    line-height: 18px;
    height: 20px;
}
.disapprove-notes {
    position: absolute;
    bottom: 0px;
    z-index: 499;
    padding: 5px;
    background: rgba(246,82,76,0.8);
    color: #fff;
    width: 100%;
}
.user-register-form .select-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.user-register-form .invalid-input {
    display: none;
}
.user-register-form select {
    display: block !important;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}
.parsley-errors-list {
    padding-left: 0;
    margin-bottom: 0;
}
.parsley-errors-list li {
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #FF0000;
    margin-top: 8px;
    font-weight: 600;
    list-style: none;
}
.js-form-type-radio .invalid-input{
    margin: 0;
}
.mm-button-group {
    position: relative;
}
.mm-button-group .parsley-errors-list li {
    position: absolute;
    bottom: 5px;
}
.field--name-field-time-of-birth label {
    display: none;
}
#brids-and-grooms .owl-carousel .owl-nav .owl-next, #brids-and-grooms .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    padding: 10px;
    width: 35px;
    height: 35px;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out; 
}
#brids-and-grooms .owl-carousel .owl-nav .owl-next {
    right: 0;
}
#brids-and-grooms .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
#brids-and-grooms .owl-carousel .owl-nav .owl-next:hover, #brids-and-grooms .owl-carousel .owl-nav .owl-prev:hover  {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
#brids-and-grooms .owl-carousel .owl-nav .owl-next:hover img, #brids-and-grooms .owl-carousel .owl-nav .owl-prev:hover img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
#mm-pp-popup .mm-popup-content .btn-lg,
#mm-pp-popup .mm-popup-content .btn-sm {
    margin-bottom: 20px;
    min-width: 220px;
}
#mm-pp-popup .mm-popup-content .btn-sm {
    padding: 11px 24px;
}
#mm-pp-popup .mm-popup-content .btn-sm:hover {
    border: 2px solid #000;
    background-color: #000;
}
#block-veera-vanniyar-matrimony-help {
    list-style: none;
}
#block-veera-vanniyar-matrimony-help p {
    color: #000;
    font-size: 18px;
}
#edit-member-profiles-0-entity-field-date-of-birth-0-value-date::-webkit-calendar-picker-indicator {
    padding-left: 100px;
    font-size: 22px;
}
.toolbar-oriented .toolbar-bar {
    position: fixed;
}
.login-form .mm-popup-content .alert .btn-close {
    top: 4px;
    right: 7px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    padding: 0;
    text-align: center;
}
.login-form .mm-popup-content .alert-danger::before {
    background-image: none;
}
.deactivate-account .alert-danger {
    color: #000;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    margin-bottom: 20px;
    margin-top: 30px;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.deactivate-account .alert-danger::before {
    top: 2px;
}
.alert .item-list--comma-list.item-list {
    display: inline-block;
}
.alert .list-group-item {
    border: none;
    background-color: transparent;
}
#mm-limited-access-popup {
    z-index: 1062;
}
#mm-limited-access-popup .modal-dialog {
    max-width: 450px;
}
#mm-limited-access-popup .mm-popup-image img {
    width: 60px;
    height: auto;
}
#mm-limited-access-popup .mm-popup-content h3 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: capitalize;
}
#mm-limited-access-popup .mm-popup-content h4 {
    font-size: 18px;
}
#mm-limited-access-popup .mm-popup-content p {
    max-width: 400px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
#mm-limited-access-popup .text-formatted {
    text-align: center;
}
#mm-limited-access-popup .text-formatted p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.profile-action .profile-connect span.action-text, .profile-action .profile-connect p {
    font-size: 14px;
    font-weight: bold;
    color: var(--bs-primary);
    display: inline;
    line-height: 1.2;
    margin: 0 auto 2px;
}
.profile-action .profile-connect strong {
    display: block;
}
.profile-action .profile-connect .profile-upgrade-action-link {
    display: block;
    width: 100%;
    text-decoration: underline;
    color: green;
}
.profile-action .profile-connect p, .profile-action .profile-connect .profile-upgrade-action-link {
    font-size: 14px;
}
.profile-connect.send-interest p {
    max-width: 160px;
    line-height: 1.2;
}
#webform-submission-feedback-paragraph-43-add-form .form-control, #webform-submission-feedback-paragraph-43-add-form .form-select {
    background-color: #fff;
}
.g-recaptcha {
    margin-bottom: 20px;
}
.card.card-profile.featured.premium {
    background-color: #ecfffb;
    border-radius: 10px;
    border: 2px solid #0adcb1;
}
.featured-profile-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fad441;
    color: #000;
    padding: 0px 8px 2px;
    border-bottom-left-radius: 6px;
    font-size: 12px;
}
.field--widget-matrimony-country-state-city-multiselect-widget legend {
    display: none;
}
.card-info-box {
    border: 1px solid #FFF;
    border-radius: 3px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
    background-color: #fff;
    margin: 180px auto 30px;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card-info-box form {
    display: block;
    width: 100%;
    line-height: 1.3;
}
.card-info-box .btn, .card-info-box .button, .card-info-box input {
    min-width: 110px;
}
.role-administrator .card-info-box {
    margin: 30px auto 30px;
}
.card-info-box.box-xl {
    max-width: 696px!important;
    margin-top: 40px;
}
.card-info-box form {
    padding: 0!important;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.card-info-box .icon {
    margin-bottom: 10px;
}
.card-info-box svg {
    width: 64px;
    height: 64px;
}
.card-info-box #edit-actions {
    margin-top: 20px;
    margin-bottom: 0!important;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.card-info-box #edit-cancel {
    background-color: var(--bs-secondary);
    border: 2px solid var(--bs-secondary);
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    min-width: 110px;
    height: 46px;
    line-height: 32px;
    display: inline-block;
    font-weight: 700;
    padding: 5px 24px 6px;
}
.card-info-box #edit-cancel:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
    transform: translate3d(0, -2px, 0);
}
.popup-icon .icon {
    margin-bottom: 15px;
}
.popup-icon svg {
    width: 64px;
    height: 64px;
}
#triggerSidebarFilter {
    font-size: 18px;
    line-height: 1.2;
}
#mm-sidebar h2 a span.sub-title, #mm-sidebar span.alt-title span.sub-title {
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-top: 4px;
    color: #656565;
}
.model-save-search .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 30px;
    font-size: 24px;
    min-height: 200px;
}
.model-save-search .modal-body a {
    display: block;
    margin: 5px 0 0 0;
    text-decoration: none;
}
.model-save-search .modal-body a:hover {
    text-decoration: underline;
}
.model-save-search .btn-close {
    padding: 0;
    margin: -0.5rem -0.5rem -0.5rem auto;
    background-color: transparent;
    border: none;
    min-width: auto;
}
.model-save-search .btn-close:hover {
    box-shadow: none;
}
.model-save-search label {
    font-size: 16px;
}
#block-veera-vanniyar-matrimony-content header {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0 10px;
}
#saveMySearch {
    position: absolute;
    min-width: auto;
    border-radius: 0;
    z-index: 500;
    top: 15px;
    right: 20px;
    width: auto;
    height: auto;
    line-height: 1.2;
    padding: 2px 0 2px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-top: 4px;
    color: #656565;
}
#saveMySearch:before {
    content: "";
    width: 1px;
    height: 38px;
    background-color: #e5e5e5;
    left: -6px;
    top: 2px;
    position: absolute;
}
#saveMySearch span {
    position: relative;
    color: var(--bs-primary);
    left: 2px;
    font-size: 16px;
    top: 0;
}
#saveMySearch i:hover {
    color: var(--bs-primary);
}
#saveMySearch span.title {
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-top: 3px;
    color: #656565;
}
#saveMySearch[aria-expanded="true"] i:before {
    content: "\f068";
}
#my-search-list-table {
    width: 97.3%;
    margin: 20px auto;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 4%), 0 8px 10px 1px rgb(0 0 0 / 2%), 0 3px 14px 2px rgb(0 0 0 / 8%);
}
#my-search-list-table tr {
    background-color: #fff;
}
#my-search-list-table th, #my-search-list-table td {
    text-align: center;
}
#my-search-list-table th:nth-child(2), #my-search-list-table td:nth-child(2) {
    text-align: left;
}​
#my-search-list-table tr th, #my-search-list-table tr th a, #my-search-list-table tr th a:hover, #my-search-list-table tr th a:focus {
    font-size: 16px;
    line-height: 1.2;
}
#my-search-list-table>:not(caption)>*>* {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
}
#my-search-list-table:not(th:nth-child(2)), #my-search-list-table:not(td:nth-child(2)) {
    text-align: center;
}
#my-search-list-table a:hover, #my-search-list-table a:focus, #my-search-list-table a:active {
    color: #08DCB1;
}
.path-search #app #mm-dashboard > h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
.page-view-duplicate-of-people{
    overflow: unset !important;
}
.page-view-duplicate-of-people .table-responsive{
    overflow: unset !important;
}
.page-view-duplicate-of-people table th{
    background-color: #F03D53;
    color: #fff;
}
.toolbar-fixed header.fixed-top {
    top:  39px;
}
.scrolldown.toolbar-fixed header:not(.header-basic).fixed-top,
.scrolldown.toolbar-fixed .nav-settings-panel{
    transform: translateY(0px);
}
.toolbar-tray-open.toolbar-horizontal.toolbar-fixed header.fixed-top {
    top: 80px;
}
.page-view-duplicate-of-people.toolbar-tray-open.toolbar-horizontal.toolbar-fixed table thead {
    top: 190px;
}
.page-view-duplicate-of-people.toolbar-fixed table thead {
    position: sticky;
    top: 140px;
    z-index: 499;
}
.page-view-duplicate-of-people #main{
    margin-top: 120px;
}
.toolbar-fixed .nav-settings-panel{
    top: 150px;
}
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .nav-settings-panel{
    top: 190px;
}
.my-search-head-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-search-head-block .btn {
    padding: 5px 14px 6px;
}

select[required][data-ssid^="ss-"] {
    display: block !important;
    height: 0px !important;
    padding: 0px;
    border: 0px;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

select[required][data-ssid^="ss-"]:focus + .ss-main{
    border: 1px solid #f34b4e !important;
    border-radius: 0.25rem;
}