.font-white {
    color: #ffffff !important;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #fff;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-envelope:before {
    content: "\f0e0";
}

.offer_text {
    background: var(--bg-secondary);
    color: #fff;
}

.offer_text p a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.offer_text p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 17px;
    padding: 10px 0;
    font-weight: 500;
    color: #ffffff;
}

.header_timer {
    background-color: var(--bg-primary);
    color: #fff;
    padding: 2px 5px;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 1px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .offer_text p {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .offer_text p a {
        display: block;
    }
}

.ft-main {
    background-color: var(--bg-footer-main);
    padding: 70px 0 40px;
}

.ft-main .item {
    color: #ffffff;
    position: relative;
}

.ft-main .item:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    border-bottom: 1px solid #ffffff;
    transition: 0.3s;
    transform: translate(-50%, 0);
}

.ft-main .item:hover:before {
    width: 100%;
}

.ft-logo-sc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.ft-logo-sc .logo-sc {
    max-width: 250px;
}

.ft-logo-sc .ft-logo-nav li {
    display: inline-block;
}

.ft-logo-sc .ft-logo-nav li+li {
    margin-left: 30px;
}

.ft-main-sc {
    padding-top: 40px;
}

.ft-main-sc .ft-sc .ft-ttl {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: unset;
}

.ft-main-sc .ft-sc .ft-cnt {
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
    font-size: 14px;
    line-height: 175%;
}

.ft-main-sc .ft-sc .ft-cnt-list {
    padding-top: 25px;
    padding-bottom: 30px;
}

.ft-main-sc .ft-sc .ft-cnt-list li+li {
    margin-top: 25px;
}

.ft-main-sc .ft-sc .ft-cnt-list li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.8;
}

.ft-main-sc .ft-sc .ft-cnt-list li a:hover {
    opacity: 1;
}

.ft-main-sc .ft-sc .ft-cnt-list li a::before {
    display: none;
}

.ft-main-sc .ft-sc .ft-cnt-list li a img {
    width: 20px;
    margin-right: 15px;
}

.ft-main-sc .ft-sc .ft-main-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 15px;
}

.ft-main-sc .ft-sc .ft-main-links li a {
    font-size: 16px;
    line-height: 20px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
}

.ft-main-sc .ft-sc .ft-main-links li a:hover {
    color: #ffffff;
}

.ft-main-sc .ft-sc .label {
    font-size: 15px;
    line-height: 19px;
    color: rgb(255 255 255 / 80%);
    display: block;
    padding: 0;
    text-align: left;
    font-weight: 300;
}

.ft-main-sc .ft-sc .form-group {
    position: relative;
    margin-bottom: 30px;
}

.ft-main-sc .ft-sc .form-group .form-control {
    width: 100%;
    background-color: var(--bg-transparent);
    border: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 110px;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    height: unset;
    border-radius: 0;
    transition: border 0.3s;
}

.ft-main-sc .ft-sc .form-group .form-control:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: unset;
}

.ft-main-sc .ft-sc .form-group .form-icn,
.ft-main-sc .ft-sc .form-group .btnn_new {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.ft-main-sc .ft-sc .form-group .form-icn {
    left: 0px;
    top: calc(50% - 2px);
}

.ft-main-sc .ft-sc .form-group .btnn_new {
    right: 0px;
    font-weight: 500;
    font-size: 14px;
}

.ft-main-sc .ft-sc span.error,
.ft-main-sc .ft-sc label.error {
    position: absolute;
    bottom: -25px;
    left: 0;
}

.ft-main-sc .ft-sc .social-links {
    display: flex;
    align-items: center;
    justify-items: flex-start;
}

.ft-main-sc .ft-sc .social-links li+li {
    margin-left: 25px;
}

.ft-main-sc .ft-sc .social-links li a:hover svg path {
    fill: #ffffff;
}

.btm-ft-main {
    background-color: var(--bg-footer-bottom);
    padding: 20px 0;
}

.btm-ft-main .btm-ft-sc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.btm-ft-main .btm-ft-sc .btm-ft-link li {
    display: inline-block;
}

.btm-ft-main .btm-ft-sc .btm-ft-link li img {
    cursor: pointer !important;
}

.btm-ft-main .btm-ft-sc .btm-ft-link li+li {
    padding-left: 50px;
}

.btm-ft-main .btm-ft-sc .btm-ft-link li a {
    color: #ffffff;
}

.btm-ft-main .btm-ft-sc .btm-ft-link li a:hover {
    opacity: 0.8;
}

.schedule_btn_sc {
    margin-bottom: 30px;
}

.schedule_btn_sc .btnn_new {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
}

.schedule_btn_sc .btnn_new svg {
    margin-left: 14px;
}

@media (max-width: 991.98px) {
    .ft-main {
        padding: 50px 0 40px;
    }

    .ft-logo-sc {
        padding-bottom: 30px;
    }

    .ft-main-sc {
        padding-top: 30px;
    }

    .ft-logo-sc .logo-sc {
        max-width: 200px;
    }

    .ft-logo-sc .ft-logo-nav li+li {
        margin-left: 20px;
    }

    .ft-main .item {
        font-size: 16px;
    }

    .ft-main-sc>.row>[class*=col-]:last-child {
        padding-top: 40px;
    }

    .btm-ft-main .btm-ft-sc .btm-ft-link li+li {
        padding-left: 30px;
    }

    .schedule_btn_sc {
        margin-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .ft-logo-sc {
        flex-direction: column;
    }

    .ft-logo-sc .ft-logo-nav {
        padding-top: 20px;
    }

    .ft-main-sc .row [class*=col-]+[class*=col-] {
        padding-top: 30px;
    }

    .ft-main-sc .ft-sc .ft-cnt-list {
        padding-top: 20px;
    }

    .btm-ft-main .btm-ft-sc .btm-ft-link li+li {
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .ft-logo-sc {
        align-items: flex-start;
    }

    .ft-logo-sc .logo-sc {
        margin: auto;
    }

    .ft-logo-sc .ft-logo-nav {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .ft-logo-sc .ft-logo-nav li {
        width: 50%;
        margin: 0;
        padding: 10px 0;
    }

    .ft-logo-sc .ft-logo-nav li+li {
        margin-left: 0;
    }

    .btm-ft-main .btm-ft-sc {
        flex-direction: column;
    }

    .btm-ft-main .btm-ft-sc .copyrightText {
        margin-bottom: 10px;
    }
}

.scroll_top_div {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.scroll_top_div.show {
    display: block;
}

.scroll_top_link {
    background-color: var(--bg-scroll-top);
    color: #fff;
    height: 46px;
    float: left;
    width: 46px;
    text-align: center;
    line-height: 43px;
    font-size: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll_top_link:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.scroll_top_link svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 600px) {
    .scroll_top_div .scroll_top_link {
        width: 36px;
        height: 36px;
        line-height: 33px;
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: var(--bg-white);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: var(--bg-black)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btnn+.btnn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btnn-group .btnn+.btnn {
    margin-left: -1px
}

.modal-footer .btnn-block+.btnn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in,
.modal-backdrop.show {
    opacity: .5;
}

#login_signup_modal {
    padding-right: 0px !important;
}

.page_area_main {
    width: 460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 20px 0;
}

.login_div {
    background-color: var(--bg-white);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    padding: 30px 40px 20px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.close,
.popup_iframe {
    background-color: var(--bg-transparent)
}

.login_signup_main .modal-dialog {
    width: 460px;
}

.login_signup_main .page_area_main {
    width: 100%;
    padding: 0 0;
    flex-wrap: wrap;
}

.close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-radius: 50%;
    z-index: 1;
    font-size: 35px;
    text-align: center;
    color: #000000;
}

.close:hover {
    background-color: #ddd;
}

.close i.material-icons {
    line-height: 30px;
}

@media screen and (min-height: 660px) {
    .login_signup_main .modal-dialog .modal-content {
        width: 100%;
    }
}

@media screen and (min-height: 800px) {
    .login_signup_main .modal-dialog {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-height: 670px) {
    .page_area_main {
        height: auto;
    }
}

@media screen and (max-width: 480px) {

    .login_signup_main .modal-dialog,
    .page_area_main {
        width: 95%;
    }
}

.popup_iframe {
    background-color: var(--bg-transparent);
}

.popup_iframe .page_area_main {
    width: 100%;
    padding: 0;
}

.popup_iframe .login_div {
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .login_signup_main .modal-dialog {
        width: 100%;
    }

    .login_signup_main .modal-dialog .modal-content {
        height: 100%;
        border-radius: 0px !important;
    }

    .modal-content {
        border-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    .login_page {
        background-color: transparent !important;
    }
}

.login_signup_main p.new_user_txt {
    color: rgb(0 0 0 / 50%);
}

.login_signup_main .modal-dialog {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.login_signup_main .modal-content {
    box-shadow: unset;
    border: 0px;
}

.login_signup_main .login_signup_box {
    background-image: url(https://cdn.mooninvoice.com/image/images/login_signup_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 0;
}

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

.login_signup_grid .login_signup_left {
    width: calc(100% - 550px);
    padding: 50px 80px 0px 50px;
}

.login_signup_grid .login_signup_right {
    width: 550px;
    padding: 50px 50px 0px 0px;
}

.login_signup_grid .login_signup_right .form_box {
    background: var(--bg-white);
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 50px 50px 30px;
}

@media screen and (max-width: 991px) {
    .login_page {
        background-color: var(--bg-transparent) !important;
    }
}

.login_signup_grid .cnt_box .ttl {
    font-size: 38px !important;
    line-height: 110%;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: var(--heading-color);
}

.login_signup_grid .cnt_box .ttl .underline {
    position: relative;
}

.login_signup_grid .cnt_box .ttl .underline::before {
    content: '';
    background-image: url(https://cdn.mooninvoice.com/image/images/popup_underline.svg);
    background-repeat: no-repeat;
    background-position: 0px 40px;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -15px;
}

.login_signup_grid .cnt_box ul {
    margin: 0px;
    padding: 0;
}

.login_signup_grid .cnt_box ul li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 18px;
    line-height: 23px;
    color: var(--heading-color);
}

.login_signup_grid .cnt_box ul li::before {
    content: '';
    background-image: url(https://cdn.mooninvoice.com/image/images/round-circle.svg);
    position: absolute;
    left: 0px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.login_signup_grid .testimonial_sc {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 28px 27px;
    margin-top: 40px;
    width: calc(100% - 35px);
}

.login_signup_grid .testimonial_sc p {
    font-size: 18px;
    line-height: 30px;
    color: var(--heading-color);
}

.login_signup_grid .testimonial_sc .author_rating_sc {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_signup_grid .author_rating_sc .author {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
}

.login_signup_grid .author_rating_sc .author .img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-right: 15px;
}

.login_signup_grid .author_rating_sc .author span {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: var(--heading-color);
    display: block;
}

.login_signup_list {
    padding:38px 10px 30px;
    display: flex;
    justify-content: center;
}

.login_signup_list ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.login_signup_list ul li {
    position: relative;
    padding: 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--heading-color);
    list-style: none !important;
}

.login_signup_list ul li+li {
    border-left: 2px solid #A7D1FF;
}

.login_signup_main iframe {
    height: 650px;
    border: none;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media screen and (max-height: 810px) {

    .login-iframe iframe,
    .login_signup_main iframe {
        height: 580px;
    }
}

@media screen and (max-width: 1599.98px) {

    .login_signup_grid .login_signup_right {
            padding: 40px 40px 0px 0px;
    }
    .login_signup_grid .login_signup_left {
        padding: 40px 80px 0px 40px;
    }
    .login_signup_list {
        padding-top: 30px;
    }

    .login_signup_grid .cnt_box .ttl {
        font-size: 34px !important;
        margin-bottom: 20px;
    }

    .login_signup_grid .cnt_box ul li {
        padding: 8px 0 8px 26px;
        font-size: 16px;
        line-height: 21px;
    }

    .login_signup_grid .cnt_box ul li::before {
        top: 9px;
        width: 18px;
        height: 18px;
    }

    .login_signup_grid .testimonial_sc {
        border-radius: 10px;
        padding: 20px 20px;
        margin-top: 20px;
    }

    .login_signup_grid .login_signup_right .form_box {
        padding: 30px 50px 30px;
    }

    .login_signup_list ul li {
        font-size: 16px;
        line-height: 23px;
    }

    .login_signup_grid .testimonial_sc p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 1300px) and (min-width: 991.99px) {
    .login_signup_main .modal-dialog {
        max-width: 1000px;
    }

    .login_signup_grid .login_signup_left {
        width: calc(100% - 400px);
        padding-right: 50px;
    }

    .login_signup_grid .login_signup_right {
        width: 400px;
    }

    .login_signup_grid .cnt_box .ttl {
        font-size: 22px !important;
        margin-bottom: 20px;
    }

    .login_signup_grid .cnt_box .ttl .underline::before {
        bottom: -18px;
    }

    .login_signup_grid .cnt_box ul li {
        padding: 8px 0 8px 22px;
        font-size: 16px;
        line-height: 21px;
    }

    .login_signup_grid .cnt_box ul li::before {
        top: 10px;
        width: 15px;
        height: 15px;
    }

    .login_signup_grid .testimonial_sc {
        margin-top: 20px;
        padding: 10px 10px;
        width: calc(100% - 75px);
    }

    .login_signup_grid .testimonial_sc p {
        font-size: 14px;
        line-height: 22px;
    }

    .login_signup_grid .testimonial_sc .author_rating_sc,
    .or_txt span {
        margin-top: 15px;
    }

    .login_signup_grid .author_rating_sc .author span {
        font-size: 14px;
    }

    .login_signup_grid .login_signup_right .form_box {
        padding: 20px 20px 20px;
    }

    .login_signup_main .logo_div {
        max-width: 160px;
        margin: auto;
    }

    .login_signup_main .login_form_text {
        font-size: 20px;
        line-height: 20px;
        margin: 15px 0;
    }

    .login_signup_main .theme_blue_btn {
        height: 45px;
        font-size: 16px;
        line-height: 21px;
    }

    .login_signup_grid .btn_div .btn-info {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
    }

    .login_signup_main .social_login {
        margin: 15px 0 0;
    }

    .login_signup_main .login_signup_grid p.new_user_txt {
        margin-top: 10px;
    }

    .login_signup_list {
        padding-top: 20px;
    }

    .login_signup_list ul li {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px;
    }

    .login_signup_main .social_login .cmn_social {
        padding: 7px;
    }

    .login_signup_main .cmn_social a {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1300px) {
    .login_signup_main iframe {
        height: 580px;
    }
}

@media (max-width: 1199.98px) {
    .login_signup_grid .login_signup_left {
        width: calc(100% - 450px);
        padding-right: 30px;
    }

    .login_signup_grid .login_signup_right {
        width: 450px;
    }

    .login_signup_grid .cnt_box .ttl {
        font-size: 26px !important;
        margin-bottom: 15px;
    }

    .login_signup_grid .cnt_box .ttl .underline::before {
        bottom: -17px;
    }

    .login_signup_grid .login_signup_right .form_box {
        padding: 30px 30px 30px;
    }

    .login_signup_list ul li {
        padding: 0 10px;
    }
}

@media (max-width: 991.98px) {
    .login_signup_main.modal {
        overflow-y: auto;
    }

    .login_signup_grid .login_signup_left {
        width: 50%;
        padding: 0 20px;
    }

    .login_signup_grid .login_signup_right {
        width: 50%;
    }

    .login_signup_grid .testimonial_sc {
        width: 100%;
    }

    .login_signup_list ul li {
        font-size: 14px;
        line-height: 16px;
    }

    .login_signup_grid .login_signup_right .form_box {
        padding: 20px;
    }

    .login_signup_grid .cnt_box .ttl {
        font-size: 22px !important;
    }
    
    .login_signup_grid .author_rating_sc .author {
        width: calc(100% - 50px);
    }

    .login_signup_grid>* {
        width: 100% !important;
    }

    .login_signup_grid .login_signup_right {
        order: 0;
    }

    .login_signup_grid .login_signup_left {
        order: 1;
    }

    .login_signup_grid .login_signup_right .form_box {
        margin-bottom: 40px;
    }

    .login_signup_list ul {
        flex-wrap: wrap;
        text-align: center;
    }

    .login_signup_list ul li {
        width: 100%;
        padding: 0;
    }

    .login_signup_list ul li+li {
        padding-top: 15px;
        border: 0;
    }
}

@media (max-width: 991.98px) and (min-width: 767.99px) {
    .login_signup_main.modal {
        top: 30px;
        bottom: unset;
        height: calc(100% - 30px);
    }

    .login_signup_main.modal .modal-dialog{
        max-width: 600px;
    }
}

@media (max-width: 767.98px) {
    .login_signup_main.modal .modal-dialog {
        padding: 0;
        margin: 0;
    }

    .login_signup_main .login_signup_box {
        border-radius: 0px;
        height: 100%;
    }

    .login_signup_grid .cnt_box .ttl .underline::before {
        bottom: -20px;
    }

    .login_signup_grid .cnt_box ul li {
        font-size: 14px;
        line-height: 16px;
    }

    .login_signup_grid .cnt_box ul li::before {
        top: 8px;
        width: 16px;
        height: 16px;
    }

    .login_signup_grid .testimonial_sc {
        padding: 15px;
    }

    .login_signup_grid .testimonial_sc p {
        font-size: 14px;
        line-height: 26px;
    }

    .login_signup_grid .author_rating_sc .author .img {
        margin-right: 10px;
    }

    .login_signup_main .close_popup {
        position: fixed;
    }
}

.modal-wrapper {
    transition: opacity .15s linear;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-wrapper .modal-dialog {
    max-width: 801px;
    width: 95%;
}

.modal-wrapper .modal-content {
    background: #FCFEFF;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
}

.modal-wrapper .modal-body {
    padding: 50px;
    text-align: center;
}

.modal-wrapper .modal-dialog {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-secondarydark {
    color: var(--heading-color);
}

.modal-wrapper .modal-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.modal-subtitle {
    margin: 0;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 15px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}

.savetext {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.modal-subtitle:not(.savetext):after {
    content: '';
    display: block;
    width: 105px;
    height: 106px;
    position: absolute;
    right: -77px;
    background: url(https://cdn.mooninvoice.com/image/images/offer-vector.svg) center no-repeat;
    top: -61px;
    background-size: contain;
}

.yearly-plan {
    font-weight: 600;
    font-size: 32px;
    margin: 0;
}

.bottom-strokeline {
    margin: 2px auto 0;
}

.topblock-info {
    margin-bottom: 50px;
}

.offer-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
}

.blue-text {
    color: var(--primary-color);
}

.orange-text {
    color: #F59E0B;
}

.timer-count {
    width: 60px;
    height: 60px;
    display: inline-flex;
    border: 2px solid #007AFF;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: var(--heading-color);
    margin: 5px;
    background-color: transparent;
}

.BlackFriday .timer-count {
    border-color: #f43228 !important;
    color: #fff !important;
}

.timer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}

.smalltext {
    color: #D6D6D6;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 600;
}

.modal-wrapper .theme_blue_btn {
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    height: auto;
    line-height: 1.2;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 23px 40px;
    width: 100%;
    border-radius: 4px;
    background-color: var(--primary-color);
}

.theme_blue_btn:hover {
    opacity: 0.8;
}

.moneyback-gurantee {
    font-size: 20px;
}

.modalinner-block {
    max-width: 500px;
    margin: 0 auto;
}

.dot-box {
    height: 100%;
    margin-top: 11px;
    color: rgb(189, 189, 189, 0.75);
    font-size: 63px;
    line-height: 0.7;
    flex-grow: 1;
}

.modal-wrapper .close_popup {
    right: 20px;
    top: 20px;
}

.modal-wrapper .close_popup i {
    font-size: 28px;
    font-weight: 500;
}

.discountModal .modal-body {
    background-size: cover;
    border-radius: 25px;
    padding: 45px;
    position: relative;
    overflow: hidden;
}

div#discountModal {
    background-color: #0000007d;
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
}

.discountModal.modal-wrapper .modal-content {
    background: transparent !important;
    border: 0px;
    border-radius: 28px;
}

.discountModal.modal-wrapper .modal-dialog {
    max-width: 790px;
    margin: auto;
}

.discountModal .year-img-sc {
    margin-bottom: 10px;
}

.discountModal .year-img-sc h1,
.discountModal .year-img-sc h1 p {
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #001328;
    position: relative;
}

.year-img-sc h1 span {
    position: relative;
    padding: 0px !important;
}

.year-img-sc h1 span::after {
    content: '';
    background: url('https://cdn.mooninvoice.com/image/images/border-animation.svg') no-repeat;
    position: absolute;
    top: -34px;
    right: -16px;
    width: 285px;
    height: 127px;
    z-index: 99999;
    background-position-x: center;
    background-size: contain;
}

.discountModal .year-img-sc p {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #007aff;
    padding: 25px 0px;
}

.discountModal .sub-title {
    font-size: 36px;
    line-height: 43.88px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.discountModal .main-title {
    font-size: 50px;
    line-height: 60.95px;
    font-weight: 700;
    color: rgba(240, 198, 99, 1);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.discountModal .content {
    font-size: 18px;
    line-height: 21.94px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 40px;
}

.discountModal .btn {
    width: 100%;
    max-width: 456px;
    border: 1px solid #007aff;
    padding: 16px 40px;
    font-size: 24px;
    line-height: 31.68px;
    font-weight: 500;
    text-transform: capitalize;
    background: rgb(152, 100, 0);
    background: linear-gradient(180deg, #007aff 0%, #1b88ff 100%);
    letter-spacing: 1px;
}

.discountModal .btn:hover {
    box-shadow: 0 14px 26px -12px rgb(255 255 255 / 42%), 0 4px 23px 0 rgb(255 255 255 / 12%), 0 8px 10px -5px rgb(255 255 255 / 42%);
}

.BlackFriday.discountModal .btn {
    border-color: #f43228 !important;
    background: linear-gradient(to bottom, #fe382d, #9a0000) !important;
}

.BlackFriday .black-friday-popup {
    background: url(https://cdn.mooninvoice.com/image/images/home_images/pop-up-cross-strip.webp);
    position: absolute;
    top: 0;
    width: 300px;
    height: 170px;
    background-repeat: no-repeat;
    left: 0;
    z-index: 10;
}

.BlackFriday {
    overflow: hidden;
}

.BlackFriday .modal-content {
    position: relative;
    z-index: 20;
}

.BlackFriday .modal-content::before,
.BlackFriday .modal-content::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 155px;
    background-repeat: no-repeat !important;
    bottom: 0;
    background-position: bottom !important;
    z-index: 10;
}

.BlackFriday .modal-content::before {
    background: url(https://cdn.mooninvoice.com/image/images/home_images/big-gift-box.webp);
    left: 30px;
}

.BlackFriday .modal-content::after {
    background: url(https://cdn.mooninvoice.com/image/images/home_images/small-gift-box.webp);
    right: 30px;
}

@media screen and (max-width: 767.98px) {
    .BlackFriday .modal-content::before {
        background-size: 70%;
        left: 0px;
    }

    .BlackFriday .modal-content::after {
        background-size: 60%;
        right: 0px;
    }
}

@media screen and (max-width: 575.98px) {

    .BlackFriday .modal-content::after,
    .BlackFriday .modal-content::before {
        display: none !important;
    }

    .BlackFriday .black-friday-popup {
        background-size: 90%;
    }
}

.discountModal .bottom-img-sc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 456px;
    margin: auto;
}

.discountModal.modal-wrapper .close_popup {
    transition: 0.3s;
    right: 15px;
    top: 15px;
}

.discountModal.modal-wrapper .close_popup i {
    color: #666666;
}

.discountModal.modal-wrapper .close_popup:hover {
    background-color: transparent;
}

.discountModal.modal-wrapper .close_popup:hover i {
    opacity: 1;
}

.counter-block {
    text-align: center;
}

.counter-block {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.counter-heading {
    margin-top: 0px;
}

.counter-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #001328;
    margin-bottom: 30px;
    margin-top: 12px;
}

.counter-heading span {
    font-weight: 500;
}

.counter-block .time-unit {
    text-align: center;
}

.counter-block .time-unit span {
    font-size: 22px;
    color: #00132899;
    font-weight: 600;
}

.counter-block .counter-wrap {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.counter-block .time {
    display: flex;
    gap: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #001328;
    border: 2px solid #007AFF;
    padding: 12px;
    border-radius: 8px;
    width: 60px;
    justify-content: center;
    background-color: transparent;
}

.limited-time-block {
    margin: 0px 0px 20px;
}

.border-animation {
    position: relative;
}

.grab-offer-btn {
    border-radius: 6px !important;
    position: relative;
    z-index: 99;
    color: #ffffff !important;
}

@media screen and (max-width: 1600.98px) {
    .discountModal .modal-body {
        padding: 30px 45px;
    }

    .discountModal .year-img-sc {
        margin: auto;
    }

    .discountModal .sub-title {
        font-size: 32px;
        line-height: 38px;
    }

    .discountModal .main-title {
        font-size: 40px;
        line-height: 50px;
    }

    .discountModal .content {
        margin-bottom: 30px;
    }
}

@media screen and (max-height: 750px) {

    .discountModal .year-img-sc h1,
    .discountModal .year-img-sc h1 p {
        font-size: 40px;
        line-height: 50px;
    }

    .discountModal .year-img-sc p {
        font-size: 28px;
    }

    .counter-heading {
        font-size: 22px;
    }

    .discountModal.modal-wrapper .modal-dialog {
        max-width: 829px;
    }

    .discountModal .modal-body {
        background-size: cover;
        border-radius: 28px;
        padding: 30px !important;
        overflow: hidden;
    }

    .year-img-sc h1 span::after {
        top: -24px;
        width: 195px;
        height: 100px;
    }
}

@media screen and (max-width: 502.98px) and (max-height: 750px) {
    .year-img-sc h1 span::after {
        top: -18px;
        right: -13px;
        width: 160px;
    }
}

@media screen and (max-height: 810px) {
    .limited-time-block {
        margin-bottom: 30px;
    }

    .discountModal .year-img-sc p {
        padding: 15px 0px;
    }
}

@media (max-width: 991.98px) {
    .modal-wrapper .modal-title {
        font-size: 24px;
    }

    .modal-subtitle {
        font-size: 42px;
    }

    .yearly-plan {
        font-size: 26px;
    }

    .offer-text {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .topblock-info {
        margin-bottom: 40px;
    }

    .moneyback-gurantee {
        font-size: 18px;
    }

    .smalltext {
        font-size: 16px;
    }

    .timer-count {
        font-size: 28px;
    }

    .dot-box {
        margin-top: 16px;
        font-size: 55px;
    }

    .modal-wrapper .theme_blue_btn {
        padding: 15px 35px;
    }

    .discountModal .sub-title {
        font-size: 30px;
        line-height: 34px;
    }

    .discountModal .main-title {
        font-size: 40px;
        line-height: 60px;
    }

    .discountModal .year-img-sc h1 {
        font-size: 45px;
        line-height: 46px;
    }

    .discountModal .year-img-sc p {
        font-size: 20px;
        line-height: 35px;
        padding: 20px 0px;
    }

    .discountModal .year-img-sc .h1,
    .discountModal .year-img-sc .h1 p {
        font-size: 46px !important;
        line-height: 60px !important;
    }

    .year-img-sc h1::after {
        top: -17px;
        right: 100px;
        width: 190px;
        background-size: 190px;
    }

    .year-img-sc h1 span::after {
        top: -24px;
        right: -5px;
        width: 210px;
        height: 100px;
    }

    .modal-wrapper.discountModal.show {
        padding-right: 5px !important;
    }
}

@media (max-width: 767.98px) {
    .modal-wrapper .theme_blue_btn {
        font-size: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .modal-wrapper .modal-body {
        padding: 50px 40px 40px;
    }

    .modal-subtitle:not(.savetext):after {
        right: -67px;
        width: 85px;
        height: 86px;
        top: -51px;
    }

    .discountModal .year-img-sc .h1,
    .discountModal .year-img-sc .h1 p {
        font-size: 36px !important;
        line-height: 50px !important;
    }
}

@media screen and (max-width: 650.98px) {
    .discountModal .year-img-sc h1 {
        font-size: 33px;
        line-height: 42px;
    }

    .discountModal .modal-body {
        padding: 25px 20px;
    }

    .counter-block .time {
        gap: 7px;
        font-size: 22px;
        padding: 8px 10px;
        border-radius: 6px;
        width: 42px;
    }

    .limited-time-block {
        margin-bottom: 30px;
    }

    .year-img-sc h1 span::after {
        top: -18px;
        right: -6px;
        width: 160px;
    }

    .new-popup-Mooninvoice .dic-popup-heading h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .popup-strikeout::before {
        top: 10px;
        left: -3px;
    }

    .mobile-view-block .popup-strikeout {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .modal-wrapper .modal-body {
        padding: 50px 25px 40px;
    }

    .timer-count {
        width: 50px;
        height: 54px;
    }

    .dot-box {
        margin-top: 9px;
        font-size: 50px;
    }

    .modal-wrapper .modal-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .modal-subtitle {
        font-size: 36px;
        margin-bottom: 4px;
    }

    .yearly-plan {
        font-size: 22px;
    }

    .offer-text {
        font-size: 24px;
        line-height: 1.2;
    }

    .topblock-info {
        margin-bottom: 30px;
    }

    .modal-subtitle:not(.savetext):after {
        left: calc(100% - 50px);
        top: -51px;
        width: 65px;
        height: 67px;
    }

    .bottom-strokeline {
        width: 130px;
    }

    .discountModal .year-img-sc .h1,
    .discountModal .year-img-sc .h1 p {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .discountModal .year-img-sc {
        margin: 0 auto 20px;
    }

    .discountModal .sub-title {
        font-size: 25px;
        line-height: 28px;
    }

    .discountModal .main-title {
        font-size: 29px;
        line-height: 40px;
    }

    .discountModal .content {
        margin-bottom: 30px;
    }

    .discountModal .btn {
        padding: 12px 40px;
        font-size: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width: 502.98px) {
    .year-img-sc h1 span::after {
        top: -18px;
        right: -6px;
        width: 160px;
    }
}

@media (max-width: 475.98px) {
    .modal-wrapper .modal-body {
        padding: 45px 15px 30px;
    }

    .timer-count {
        width: 36px;
        height: 38px;
        font-size: 20px;
        margin: 2px;
    }

    .dot-box {
        margin-top: 5px;
        font-size: 38px;
    }

    .modal-wrapper .close_popup {
        right: 10px;
        top: 10px;
    }

    .modal-subtitle:not(.savetext):after {
        left: calc(100% - 52px);
        top: -51px;
        width: 55px;
        height: 77px;
    }

    .modal-subtitle {
        font-size: 27px;
    }
}

@media screen and (max-width: 420.98px) {
    .discountModal .year-img-sc h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .discountModal .year-img-sc p {
        font-size: 22px;
        line-height: 35px;
        padding: 10px 0px;
    }

    .counter-heading {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .year-img-sc h1 span::after {
        top: -16px;
        right: -10px;
        width: 135px;
    }

    .new-popup-Mooninvoice .dic-popup-heading h1 {
        line-height: 30px;
    }

    .new-popup-Mooninvoice .dic-popup-heading {
        padding-bottom: 5px;
    }

    .new-popup-Mooninvoice .form_div_main .form-group:last-child {
        margin: 10px 0 12px;
    }

    .login_signup_grid .login_signup_right .form_box {
        margin-bottom: 0px !important;
    }

    .new-popup-Mooninvoice .form_div_main .form-group {
        margin: 7px 0;
    }
}

@media screen and (max-width: 374.98px) {
    .counter-block {
        flex-wrap: wrap;
    }

    .counter-block .counter-wrap {
        justify-content: center;
    }

    .discountModal .year-img-sc h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .discountModal .year-img-sc p {
        font-size: 20px;
        line-height: 20px;
    }

    .counter-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .discountModal .btn {
        padding: 12px 18px;
    }

    .counter-block {
        margin-top: 15px;
    }

    .year-img-sc h1 span::after {
        top: -13px;
        width: 115px;
    }

    .new-popup-Mooninvoice .dic-popup-heading h1 {
        font-size: 28px;
    }

    .mobile-view-block br {
        display: none !important;
    }
}

@media screen and (max-width: 354.98px) {
    .get-moon-invoice-btn {
        padding: 8px 5px !important;
        font-size: 11px !important;
    }
}

.tab-menus {
    font-weight: 500 !important;
}

.login_signup_main .page_area_main {
    padding: 0;
}

.post-content ul.pl-35 {
    padding-left: 35px !important;
}

@media screen and (min-width: 1200px) and (max-height: 750px) {
    .login_signup_main .login_form_text {
        margin: 10px 0px !important;
        font-size: 22px;
    }

    .login_signup_list {
        padding-top: 8px;
    }

    .form_div_main .form-group {
        margin: 10px 0 0px;
    }

    .login_signup_main iframe {
        height: 635px;
    }
}

#header_main *:not(.font-graphik):not(.font-oswald),
.header-main *:not(.font-graphik):not(.font-oswald),
.footer-2025 *:not(.font-graphik):not(.font-oswald) {
    font-family: 'Helvetica Now Display', sans-serif !important;
}

.blog-cta-main strong,
.blog-cta-main p strong {
    margin-right: 6px;
}

.pros-cons-table {
    width: 100%;
    margin: 30px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin: 0;
}

.pros-cons-table table {
    width: 100%;
    border-collapse: collapse;
}

.pros-cons-table th {
    background-color: #4CAF50;
    color: white;
    font-size: 1.2em;
    text-align: center;
    padding: 15px;
}

.pros-cons-table td {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.pros-cons-table td:hover {
    background-color: #f1f1f1;
}

.pros-cons-table .pros-cons-sc {
    display: flex;
    align-items: center;
    font-size: 1em;
}

.pros-cons-table .pros-cons-sc img {
    width: 30px;
    margin-right: 10px;
}

.pros-cons-table .pros-th {
    background-color: #4CAF50;
    color: white;
}

.pros-cons-table .cons-th {
    background-color: #f44336;
    color: white;
}

.pros-cons-table .pros-cons-sc.pros-sc {
    color: #4CAF50;
}

.pros-cons-table .pros-cons-sc.cons-sc {
    color: #f44336;
}

.pros-cons-table td .pros-cons-sc {
    color: #000 !important;
}

.sh-link h3 {
    background-color: #eef4ff;
    padding: 10px 20px !important;
    display: block;
    font-weight: 500;
    position: relative;
    box-shadow: none;
    cursor: pointer;
}

.sh-link h3:hover {
    box-shadow: none;
}

.sh-link h3 span {
    color: #000;
    display: block;
    cursor: pointer;
    width: calc(100% - 30px);
}

.sh-link h3:before {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 30px;
    font-weight: 400;
    transform: translate(0, -50%);
    color: #242323;
}

.sh-link.sh-show h3:before {
    content: '-';
    font-size: 45px;
    right: 20px;
    top: calc(50% - 3px);
}

.mt_50 {
    margin-top: 50px;
}

.discountModal .year-img-sc .h1,
.discountModal .year-img-sc .h1 p {
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #001328;
    position: relative;
    z-index: 999;
}

.cta-banner-revamp {
    max-width: 995px;
    margin: 20px auto;
    background: linear-gradient(to right, #012356, #050E5F);
    overflow: hidden;
    position: relative;
}

.round-circle::before {
    content: '';
    background-image: url(https://cdn.mooninvoice.com/image/images/newhome/ellipse_half.png);
    filter: invert(20%) sepia(100%) hue-rotate(180deg) saturate(100%);
    z-index: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.cta-banner-wrap {
    position: relative;
    padding: 35px;
}

.cta_banner_img_div img {
    position: absolute;
    bottom: -1px;
    right: 15px;
    max-width: 100%;
    z-index: 1;
}

.font-yellow {
    color: #E4A41D;
}

.cta-info-wrap {
    display: flex;
    gap: 15px;
}

.cta-left-div {
    margin: auto 0;
    width: calc(100% - 300px);
    position: relative;
    z-index: 2;
}

.cta-banner-revamp .btn-div a {
    box-shadow: none !important;
}

.vr-middle {
    vertical-align: middle;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.fs-14 {
    font-size: 14px !important;
    position: relative;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.fs-30 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

.max-w-375 {
    max-width: 375px;
}

.btn {
    padding: 10px 20px;
    background: #fff;
    color: #0f0a44;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    margin-top: 30px;
    font-weight: 700 !important;
}

.cta-info-sub-div {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (min-width:991.98px) and (max-width:1440px) {
    .max-w-375 {
        max-width: 375px;
    }
}

@media (max-width:1199.98px) {

    .square-dots::after,
    .square-dots::before,
    .round-dots::after,
    .round-dots::before {
        display: none;
    }

    .cta-left-div::before {
        display: none;
    }

    .cta-left-div {
        width: 100%;
    }

    .cta_banner_img_div img {
        position: relative;
        inset: 0;
        margin-bottom: -2px;
    }

    .cta_banner_img_div {
        display: flex;
        justify-content: center;
    }

    .cta-info-wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .cta-banner-revamp .btn-div {
        display: flex;
        justify-content: center;
    }

    .btn {
        margin: 20px 0px;
    }

    .cta-banner-wrap {
        padding: 20px 20px 0;
    }

    .max-w-375 {
        max-width: 100%;
    }
}

@media (max-width:767.98px) {
    .cta-banner-wrap {
        padding: 15px 15px 0;
    }

    .mb-30 {
        margin-bottom: 15px;
    }

    .fs-30 {
        font-size: 22px !important;
    }
}

.square-dots::after,
.square-dots::before {
    content: '';
    background-image: url('https://cdn.mooninvoice.com/image/images/newhome/squre-box-img.png');
    position: absolute;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    top: 0px;
    right: 35px;
    z-index: 0;
}

.cta_banner_img_div.square-dots::before {
    bottom: -8px;
    top: auto;
    left: calc(100% - 350px);
}

.round-dots {
    position: relative;
}

.round-dots::after,
.round-dots::before {
    content: '';
    background-image: url(https://cdn.mooninvoice.com/image/images/newhome/round-dots.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 200px;
    height: 100%;
    top: -1px;
    right: -3px;
    z-index: 0;
    background-size: 100% 100%;
}

.round-dots::after {
    transform: rotate(180deg);
}

.round-dots::before {
    bottom: -1px;
    top: auto;
    left: -2px;
}

.blogbannerwrapper,
.main#single {
    margin-top: 87px;
}

body:not(.no-offer) .blogbannerwrapper,
body:not(.no-offer) .main#single {
    margin-top: 158px !important;
}

@media screen and (max-width: 1450.98px) {

    .blogbannerwrapper,
    .main#single {
        margin-top: 77px;
    }

    body:not(.no-offer) .blogbannerwrapper,
    body:not(.no-offer) .main#single {
        margin-top: 152px !important;
    }
}

@media screen and (max-width: 991.98px) {

    .blogbannerwrapper,
    .main#single {
        margin-top: 61px;
    }

    body:not(.no-offer) .blogbannerwrapper,
    body:not(.no-offer) .main#single {
        margin-top: 124px !important;
    }
}

@media screen and (max-width: 576.98px) {

    .blogbannerwrapper,
    .main#single,
    body:not(.no-offer) .blogbannerwrapper,
    body:not(.no-offer) .main#single {
        margin-top: 52px !important;
    }
}

.hallween-model-wrap .halloween_popup::after {
    content: "";
    background: url(https://cdn.mooninvoice.com/image/images/home_images/pop-up-halloween-bottom.png);
    position: absolute;
    width: 100%;
    height: 223px;
    bottom: -2px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.hallween-model-wrap .halloween_popup::before {
    content: "";
    background: url(https://cdn.mooninvoice.com/image/images/home_images/spider-img.png);
    position: absolute;
    width: 50px;
    height: 150px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    margin-left: 10px;
}

.hallween-model-wrap .prey-div::after {
    content: "";
    background: url(https://cdn.mooninvoice.com/image/images/home_images/prey-left-img.png);
    position: absolute;
    width: 215px;
    height: 140px;
    top: 38%;
    left: 0;
    background-repeat: no-repeat;
}

.hallween-model-wrap .prey-div::before {
    content: "";
    background: url(https://cdn.mooninvoice.com/image/images/home_images/prey-right-img.png);
    position: absolute;
    width: 215px;
    height: 140px;
    top: 38%;
    right: 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767.98px) {
    .hallween-model-wrap .halloween_popup::before {
        background-size: 50px;
    }

    .hallween-model-wrap .prey-div::after {
        background-size: 135px;
    }

    .hallween-model-wrap .prey-div::before {
        background-size: 135px;
        right: -82px;
    }
}

@media screen and (max-width: 575.98px) {
    .hallween-model-wrap .halloween_popup::before {
        background-size: 36px;
    }

    .hallween-model-wrap .prey-div::after {
        background-size: 90px;
    }

    .hallween-model-wrap .prey-div::before {
        background-size: 90px;
        right: -126px;
    }
}

.modal-dialog-offer-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.modal-dialog-offer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.year-img-sc .h1 span {
    position: relative;
    padding: 0px !important;
}

.year-img-sc .h1 span::after {
    content: "";
    background: url("https://cdn.mooninvoice.com/image/images/border-animation.svg") no-repeat;
    position: absolute;
    top: -33px;
    right: -35px;
    width: 325px;
    height: 127px;
    z-index: 99999;
    background-position-x: center;
    background-size: contain;
}

.discountModal .year-img-sc p b {
    font-size: 25px;
}

.annual_monthly_plan_offer {
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #fea700 !important;
    padding: 13px;
    background: url(https://cdn.mooninvoice.com/image/images/newhome/image.png);
}

.annual_monthly_plan_offer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.annual_monthly_plan_offer_sub_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    color: #fff;
}

.new_offer_text_mob {
    display: none;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

.new_offer_text_mob_sub {
    display: none;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.offer-sub-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.offer-sub-div.no-flex {
    display: flex;
    white-space: nowrap;
}

.offer-sub-div svg.star-icon {
    vertical-align: middle;
}

.offer-right-side-div {
    display: flex;
    align-items: center;
}

.hallowen-special-offer-div {
    text-align: center;
    font-weight: 600;
}

.new_offer_text {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.new_offer_text_sub {
    font-size: 12px !important;
    color: #fff !important;
    margin-top: 7px !important;
}

.new_offer_btn {
    background: #001b66;
    color: #fff;
    border: none;
    padding: 12px 17px !important;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 18px !important;
}

.hallowen-special-offer-div p {
    padding: 0 !important;
    color: #151515;
    font-size: 14px;
}

.hallowen-special-offer-div p.new_offer_text {
    font-size: 18px;
    font-weight: 600 !important;
}

.offer-sub-div.no-flex {
    color: #151515;
}

.offer-sub-div.no-flex span.font-oswald {
    color: #151515;
}

@media (max-width: 992px) {
    .annual_monthly_plan_offer_sub_div {
        flex-wrap: nowrap;
        justify-content: center !important;
        text-align: center;
    }

    .offer-right-side-div {
        gap: 0px;
    }

    .offer-sub-div {
        gap: 10px;
    }

    .new_offer_btn {
        font-size: 0.9rem;
        padding: 8px 18px;
    }
}

@media (max-width: 576px) {

    .new_offer_text_mob,
    .new_offer_text_mob_sub,
    .hallowen-special-offer-text_mob {
        display: block;
    }

    .offer-sub-div span.font-oswald {
        font-size: 16px;
    }

    .offer-sub-div {
        gap: 8px;
    }

    .annual_monthly_plan_offer {
        padding: 15px 0;
        position: relative;
    }

    .new_offer_text_mob_sub {
        margin-bottom: 6px;
        font-weight: 500 !important;
        font-size: 13px !important;
        margin-inline: 0px !important;
    }
}

.main-blackfridaystrip {
    background: #000;
}

@media screen and (min-width: 576px) {
    .annual_monthly_plan_offer .main-blackfridaystrip {
        padding: 13px;
        background-image: url("https://cdn.mooninvoice.com/image/images/home_images/black-friday-offer.webp") !important;
        display: block !important;
        background-size: 100% 60px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}

@media screen and (max-width: 1200px) {
    .annual_monthly_plan_offer .main-blackfridaystrip {
        padding: 10px;
    }
}

.offer-active .annual_monthly_plan_offer {
    display: block;
}

.offer-active .home-page-wrapper {
    margin-top: 150px;
}

.offer-sub-div div {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 2px;
}

.annual_monthly_plan_offer_sub_div span {
    font-size: 36px;
    font-weight: 700;
    margin-left: 12px;
    color: #000 !important;
}

.annual_monthly_plan_offer_sub_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-right-side-div {
    display: flex;
    align-items: center;
}

.new_offer_text {
    font-size: 18px !important;
    font-weight: 500;
    padding-right: 12px;
    white-space: nowrap;
}

.new_offer_text_mob {
    display: none;
}

.offer-sub-div {
    display: flex;
    gap: 20px;
}

.hallowen-special-offer-div {
    padding-right: 12px;
}

.hallowen-special-offer-div p {
    font-weight: 700;
    padding: 0;
    line-height: 14px !important;
}

.new_offer_btn:hover {
    box-shadow: 0 14px 26px -12px rgb(255 255 255 / 42%), 0 4px 23px 0 rgb(255 255 255 / 12%), 0 8px 10px -5px rgb(255 255 255 / 42%);
}

@media (max-width: 1200px) {
    .offer-sub-div {
        gap: 0px;
    }

    .annual_monthly_plan_offer_sub_div span {
        font-size: 26px;
    }

    .offer-sub-div div {
        font-size: 15px;
    }

    .new_offer_text {
        font-size: 15px !important;
    }

    .new_offer_btn {
        font-size: 16px !important;
        padding: 10px !important;
        white-space: nowrap;
    }

    .halloween-fest-annual_monthly_plan_offer .no-flex {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .offer-sub-div {
        flex-wrap: wrap;
    }

    .annual_monthly_plan_offer_sub_div span {
        font-size: 18px;
        margin-left: 7px;
    }

    .new_offer_btn {
        font-size: 14px !important;
        white-space: nowrap;
    }

    .new_offer_text {
        font-size: 12px !important;
    }

    .offer-active .home-page-wrapper {
        margin-top: 122px;
    }

    .year-img-sc .h1 span::after {
        top: -25px;
        right: -23px;
        width: 231px;
    }

    .annual_monthly_plan_offer .main-blackfridaystrip {
        background-size: 100% 40px !important;
    }
}

@media (max-width: 767.98px) {
    .star-icon {
        width: 15px;
        height: 15px;
    }

    .new_offer_text {
        padding-right: 5px !important;
    }

    .new_offer_btn {
        font-size: 12px !important;
    }

    .offer-active .home-page-wrapper {
        margin-top: 120px;
    }

    .hallween-model-wrap .halloween_popup::before {
        background-size: 50px;
    }

    .hallween-model-wrap .prey-div::after {
        background-size: 135px;
    }

    .hallween-model-wrap .prey-div::before {
        background-size: 135px;
        right: -82px;
    }

    .helloween-mb {
        max-width: 400px !important;
    }

    .discountModal .year-img-sc p {
        font-size: 18px;
    }

    .discountModal .year-img-sc p b {
        font-size: 22px;
    }

    .year-img-sc .h1 span::after {
        top: -21px;
        right: -25px;
        width: 190px;
    }

    .counter-heading {
        font-size: 28px !important;
    }
}

@media screen and (min-width: 575.98px) and (max-width: 576.98px) {

    .new_offer_text_mob_sub,
    .blackfridaystrip::before,
    .blackfridaystrip::after {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .annual_monthly_plan_offer {
        position: fixed;
        min-width: 100%;
        height: auto;
        z-index: 999999;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0;
        padding: 8px 0 0 0 !important;
    }

    .new_offer_text_mob {
        display: block;
        font-size: 13px !important;
        margin-bottom: 7px;
    }

    .offer-sub-div div {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 2px;
        gap: 0;
        font-size: 12px;
    }

    .annual_monthly_plan_offer_sub_div {
        display: block;
        height: 100%;
    }

    .offer-right-side-div {
        display: block;
        position: relative;
        top: -7px;
    }

    .new_offer_text,
    .hallowen-special-offer-text,
    .new_offer_text_sub.d-none {
        display: none;
    }

    .annual_monthly_plan_offer_sub_div span {
        font-size: 16px;
        margin-left: 5px;
        margin-right: 3px;
        line-height: 100%;
    }

    .annual_monthly_plan_offer p {
        font-size: 13px !important;
    }

    .star-icon {
        width: 15px;
        height: 15px;
    }

    .new_offer_btn {
        font-size: 14px !important;
        padding: 3px 15px !important;
        margin-top: 9px;
        border-radius: 19px !important;
        position: relative;
        z-index: 999;
    }

    .offer-sub-div {
        justify-content: center;
        gap: 6px;
        flex-wrap: nowrap;
        margin-bottom: 4px;
        flex-direction: row;
    }

    .offer-active .home-page-wrapper {
        margin-top: 60px;
    }

    .hallowen-special-offer-text_mob {
        display: block;
        padding: 0 !important;
        color: #151515 !important;
        margin-bottom: 5px !important;
    }

    .halloween_theme_right_div::before {
        content: '' !important;
        background-image: url(https://cdn.mooninvoice.com/image/images/home_images/halloween_left_side_img.png) !important;
        position: absolute;
        left: 0;
        z-index: 999;
        width: 230px;
        background-repeat: no-repeat;
        top: 61px;
        background-size: 60%;
        bottom: 0;
    }

    .halloween_theme_left_div::after {
        content: '' !important;
        background-image: url(https://cdn.mooninvoice.com/image/images/home_images/halloween_right_side_img.png) !important;
        position: absolute;
        right: -96px;
        z-index: 999;
        width: 240px;
        background-repeat: no-repeat;
        top: 61px;
        background-size: 60%;
        bottom: 0;
    }

    .mb-3 {
        margin-bottom: 3px;
    }

    .year-img-sc .h1 span::after {
        top: -19px;
        right: -26px;
        width: 154px;
    }

    .modal-dialog-offer-text-wrap {
        gap: 5px;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .discountModal .year-img-sc p {
        width: 100% !important;
        padding: 0 !important;
        font-size: 22px !important;
    }

    .counter-heading {
        font-size: 24px !important;
    }
}

@media (max-width: 475.98px) {
    .halloween_theme_right_div::before {
        top: 68px;
        background-size: 50%;
    }

    .halloween_theme_left_div::after {
        top: 68px;
        background-size: 50%;
        right: -120px;
    }
}

@media (max-width: 380px) {
    .offer-sub-div {
        flex-wrap: wrap;
        gap: 5px;
    }

    .offer-sub-div div {
        font-size: 12px;
    }

    .new_offer_btn {
        font-size: 12px !important;
    }

    .halloween_theme_right_div::before {
        top: 70px;
        background-size: 45%;
    }

    .halloween_theme_left_div::after {
        top: 69px;
        background-size: 45%;
        right: -140px;
    }
}

@media (max-width:367px) {

    .halloween_theme_right_div::before,
    .halloween_theme_left_div::after {
        top: 90px;
    }
}

@media screen and (min-width:576px) and (max-width:690px) {
    .annual_monthly_plan_offer_sub_div span {
        font-size: 15px !important;
        margin-left: 5px !important;
    }

    .offer-sub-div div {
        font-size: 12px !important;
    }

    .offer-sub-div div {
        gap: 0px !important;
    }

    .annual_monthly_plan_offer_sub_div {
        gap: 5px !important;
    }

    .hallowen-special-offer-div {
        padding-right: 3px !important;
    }

    .annual_monthly_plan_offer_sub_div {
        scale: 0.95 !important;
    }
}

.ez-toc-title-container .ez-toc-title-toggle a.ez-toc-btn.ez-toc-toggle {
    display: block !important;
}

.rl-blog-sc .img-sc a {
    height: 100%;
    position: relative;
    cursor: pointer;
    display: block;
}

.rl-blog-sc .img-sc a::before {
    content: "";
    background: rgba(0, 122, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
}

@media (min-width:1024.99px) {
    .rl-blog-sc .img-sc a:hover:before {
        width: 100%;
    }
}

.ez-toc-title-container .ez-toc-title-toggle a.ez-toc-btn.ez-toc-toggle {
    display: block !important;
}

.epcl-pagination div.nav a,
.epcl-pagination div.nav>span {
    height: 36px;
    display: flex;
    align-items: center;
}

.blogbannerwrapper {
    background: #f4f8fd;
    color: #000
}

.blogbannerpart {
    text-align: center;
    padding: 60px 0 70px
}

.blogbannerpart h1 {
    margin: 0 0 10px
}

.blog_introwrapper {
    padding: 70px 0;
    background: #fafcff
}

.blogintropart {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px
}

.blogintropart .row {
    margin: 0;
    align-items: center
}

.blogintropart .no_padding,
.no_padding {
    padding: 0 !important
}

.banner_img {
    height: 100%;
    max-height: 100%
}

.banner_img a {
    height: 100%;
    width: 100%;
    display: flex;
    padding-top: 58.33%
}

.banner_img a img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bloginrocontentpart {
    padding: 30px 40px 30px 50px
}

.blogintropart h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.blogintropart h2 a {
    color: #242323;
}

.blogcontentboxmain h3 a:hover,
.blogintropart h2 a:hover {
    color: var(--primary-color)
}

.blogintropart p {
    color: #596172;
    margin-bottom: 0
}

@media (max-width:1525.98px) {
    .bloginrocontentpart {
        padding: 30px
    }
}

@media (max-width:1439.98px) {
    .blogintropart h2 a {
        margin-bottom: 10px
    }
}

@media (max-width:1300.98px) {
    .bloginrocontentpart {
        padding: 25px
    }
}

.blogboxpart {
    padding: 70px 0
}

.blog_boxmain,
.related-blog-main .rl-blog-sc {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.banner_img a,
.blog_img,
.blog_img a,
.login_signup_grid .cnt_box .ttl .underline,
.widget_categories ul>li {
    position: relative
}

.blog_img a {
    display: flex
}

.blog_img a,
.blog_img a img {
    border-radius: 4px 4px 0 0;
}

.blog_img a img {
    max-width: 100%;
    height: auto;
}

.blogcontentboxmain {
    padding: 15px 15px 12px !important;
}

.blogcontentboxmain h3 {
    color: #242323;
    margin: 0 0 15px !important;
}

.blogcontentboxmain h3 a {
    color: #242323
}

.blogcontentboxmain p {
    color: #596172;
    margin-bottom: 10px
}

.banner_img a:before,
.blog_img a:before {
    content: "";
    background: rgba(0, 122, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
}

@media (min-width:1024.99px) {

    .banner_img a:hover:before,
    .blog_img a:hover:before {
        width: 100%
    }

    .blog_boxmain:hover {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .09)
    }
}

.epcl-pagination {
    text-align: center;
    padding: 30px 0
}

.epcl-pagination div.nav>span {
    margin: 0 10px;
    font-weight: 500;
    padding: 0 15px
}

.epcl-pagination div.nav a {
    color: #fff;
    letter-spacing: .5px;
    position: relative;
    z-index: 2;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    background-color: var(--primary-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    vertical-align: top;
    padding: 0 20px
}

.epcl-pagination div.nav a:hover {
    background: #0062d6;
    border-color: #0062d6;
}

@media (max-width:991.98px) {
    .blogbannerpart {
        padding: 30px 0 40px
    }

    .blog_introwrapper,
    .blogboxpart {
        padding: 50px 0
    }

    .bloginrocontentpart {
        padding: 20px
    }

    .banner_img a img {
        min-height: inherit;
        object-fit: inherit;
        object-position: inherit
    }

    .epcl-pagination {
        padding: 10px 0 0
    }
}

@media (max-width:767.98px) {

    .blog_introwrapper,
    .blogboxpart {
        padding: 30px 0
    }

    .banner_img a {
        padding-top: 0
    }

    .banner_img a img {
        position: static
    }

    .blogcontentboxmain h3 {
        margin-bottom: 5px;
    }

    .epcl-pagination {
        padding: 0
    }

    .epcl-pagination div.nav>span {
        height: 30px;
        line-height: 30px;
        margin: 0 5px
    }

    .epcl-pagination div.nav a {
        padding: 0 15px;
        font-size: 13px;
        height: 30px;
        line-height: 30px
    }
}

.post-content p {
    margin-bottom: 12px !important;
}

.calltryitfree_btn,
.calltryitlink_btn {
    padding: 10px 20px !important;
    background: #fff !important;
}

.text.maintext h3 {
    font-size: var(--h4-size) !important;
    line-height: var(--h4-line) !important;
}

.text.maintext h3~div h4 {
    font-size: var(--h5-size) !important;
    line-height: var(--h5-line) !important;
    font-weight: var(--weight-600) !important;
}

img {
    cursor: auto !important;
}

.tick_ul li {
    list-style: none !important;
}

.login_signup_list .cmn_social {
    cursor: pointer;
}

.blogcontentboxmain h3 {
    font-size: 20px !important;
}

body.header_open:before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    height: auto;
}

.pagination-block {
    display: flex;
}


.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-primary:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-primary:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-primary:active,
.btn-primary.active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow);
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table-bordered {
    --bs-table-border-width: 1px;
    border-width: var(--bs-table-border-width);
    border-color: var(--bs-table-border-color);
}

.table-bordered> :not(caption)>* {
    border-width: var(--bs-table-border-width) 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 var(--bs-table-border-width);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped-columns> :not(caption)>tr> :nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
} 