/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
#frmLogin .btn-link{
    color: #000;
    padding: 0;
    margin: 0;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.spending-label span {
    display: inline-block;
    margin: 5px 10px 0 0;
    padding: 8px 10px;
    background: #1b6ec2;
    color: #fff;
    border-radius: 5px;
}

    .spending-label span:last-child {
        margin-right: 0;
    }

.filter-col select, .filter-col input {
    width: 100%;
    padding: 10px 18px;
    height: auto;
}

.activitylog .filter-col {
    align-items: end;
}

    .activitylog .filter-col .form-group .dropdown {
        width: 100% !important;
    }

    .activitylog .filter-col .btn-success {
        margin: 0px;
        margin-bottom: 15px;
    }

    .activitylog .filter-col .form-group .dropdown .btn {
        margin: 0px;
    }

.order-activity .dataTables_length label {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.passkey_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.passkey_body .title {
    font-size: 16px;
}

.passkey_body .card-text {
    font-size: 14px;
}

#confirmDeleteModal .modal-header {
    background: rgba(0, 0, 0, .03);
    padding: 10px 16px;
}
#confirmDeleteModal .modal-header .modal-title {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
#confirmDeleteModal .modal-footer .btn-secondary, #confirmDeleteModal .modal-footer .btn-danger {
    padding: 0.5rem 0.8rem;
    font-size: 14px;
    min-width: auto;
    margin-bottom: 0;
    margin-top: 0;
}
#enablePasskeyModal .modal-header {
    background: rgba(0, 0, 0, .03);
    padding: 10px 16px;
}

#enablePasskeyModal .modal-header .modal-title {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

#enablePasskeyModal .modal-footer #btnrefreshauthcheck {
    padding: 0.5rem 0.8rem;
    font-size: 14px;
    min-width: auto;
    margin-bottom: 0;
    margin-top: 0;
}
#enablePasskeyAccordion .accordion-header .accordion-button{
        padding: 10px 16px;
}
    #enablePasskeyAccordion .accordion-header .accordion-button:focus{
        box-shadow: none;
    }
    #enablePasskeyAccordion .accordion-header .accordion-button:not(.collapsed) {
        background: rgba(0, 0, 0, .03);
        box-shadow: none;
        font-weight: bold;
        color: #000;
    }

.order-activity .dataTables_length label select {
    margin: 0 10px;
}

.order-activity .dataTables_filter label {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.payment-box {
    background: #fff;
    margin: 20px 0;
}

.payment-filter-box .filter-col select, .payment-filter-box .filter-col input {
    height: 40px;
}

.payment-filter-box .currency_wrap .bootstrap-select {
    width: 100% !important;
}

    .payment-filter-box .currency_wrap .bootstrap-select .dropdown-toggle {
        margin-bottom: 0;
    }

.order-table .dataTables_wrapper .dataTables_filter label, .order-table .dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

    .order-table .dataTables_wrapper .dataTables_length label select {
        margin: 0 10px;
    }

.order-table table {
    border: none !important;
    width: 100%;
}

    .order-table table thead {
        width: 100%;
        position: sticky;
        top: 0;
        background: #fff;
    }

        .order-table table thead tr th {
            width: auto !important;
            padding: 10px 15px;
            border-left: none;
            border-right: none;
        }

    .order-table table tbody tr {
        --bs-table-accent-bg: #fff !important;
    }

        .order-table table tbody tr td {
            vertical-align: middle;
            padding: 10px 15px;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #ddd;
        }

            .order-table table tbody tr td .btn {
                min-width: 180px;
                padding: 8px;
                margin: 0;
                font-weight: 600;
                font-size: 14px;
                outline: none;
            }

            .order-table table tbody tr td img {
                width: 110px;
            }

.order-table .dataTables_wrapper .dataTables_info {
    font-size: 14px;
}

.order-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.order-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

#profile-form .form-group .dropdown.bootstrap-select,
#rings-form .form-group .dropdown.bootstrap-select {
    display: block;
    width: 100%;
}

#profile-form .form-group .dropdown.bootstrap-select .btn,
#rings-form .form-group .dropdown.bootstrap-select .btn {
    background: transparent;
    outline: none !important;
    box-shadow: none;
    border-color: #ced4da;
    padding: 6px 18px;
    color: #212529;
}

#CurrencySelection .dropdown.bootstrap-select .btn {
    display: block;
    width: 100%;
}

#CurrencySelection option:hover {
    background-color: white; /* Change this to your desired background color */
    color: black; /* Change text color for better visibility */
}

#CurrencySelection .dropdown.bootstrap-select .btn {
    background: transparent;
    outline: none !important;
    box-shadow: none;
    border-color: #ced4da;
    padding: 6px 18px;
    color: #212529;
}

.currency_wrap .btn-light {
    background-color: #fff;
    height: 38px;
    border: 1px solid #DADCE0;
    border-radius: 4px;
    width: 100%;
    padding: 0 12px;
    font-size: 15px;
    outline: none;
    line-height: 38px;
    color: #000;
}

    .currency_wrap .btn-blue:hover, .currency_wrap .btn-blue:focus, .currency_wrap .btn-light:hover, .currency_wrap .btn-light:focus {
        background-color: #fff;
        color: #000;
        border: 1px solid #ddd;
        box-shadow: none;
        outline: none !important;
    }
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .order-table .dataTables_wrapper .dataTables_info, .order-table .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .filter-col .col-md-4 {
        margin-bottom: 15px;
    }

        .filter-col .col-md-4 label {
            min-width: 40px;
        }

    .order-table table {
        max-height: inherit;
        padding: 0;
    }

    .order-table .table thead {
        display: none;
    }

    .order-table .table tbody tr td:nth-child(6) {
        border-bottom: 2px solid #ddd;
    }

    .order-activity .table tbody tr td {
        height: 26px;
        word-break: break-all;
    }

        .order-activity .table tbody tr td:nth-child(9) {
            border-bottom: 2px solid #ddd;
        }

        .order-activity .table tbody tr td:nth-child(6) {
            border-bottom: none;
        }

    .order-table .table tbody tr td:before {
        width: 140px;
        content: attr(data-title);
        position: absolute;
        left: 0;
        top: 15px;
        color: #212529;
    }

    .order-table .table tbody tr td {
        display: block;
        padding: 12px 0 12px 150px;
        position: relative;
        border: none;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

@font-face {
    font-family: 'HelveticaLTStd-Light';
    src: url('../fonts/HelveticaLTStd/HelveticaLTStd/HelveticaLTStd-Light.eot');
    src: url('../fonts/HelveticaLTStd/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaLTStd/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg'), url('../fonts/HelveticaLTStd/HelveticaLTStd-Light.ttf') format('truetype'), url('fonts/HelveticaLTStd-Light.woff') format('woff'), url('../fonts/HelveticaLTStd/HelveticaLTStd-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    font-family: 'HelveticaLTStd-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #000;
}

p {
    color: #01070F;
}

h4 {
    font-family: 'HelveticaLTStd-Light';
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/HelveticaLTStd/Helvetica-Light.ttf') format('truetype'), url('../fonts/HelveticaLTStd/Helvetica-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-outer-main {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
    .form-outer-main .signup_page {
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .custm-row {
        max-width: 856px;
        width: 100%;
        margin: auto;
        padding: 20px;
        border: 1px solid #DADCE0;
        border-radius: 5px;
        box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    }

.signup_inner .t_cell {
    display: table-cell;
    vertical-align: middle;
}

.signup-outer .col-md-4 {
    width: 300px;
}

.signup-outer .col-md-8 {
    width: calc(100% - 300px);
}

.signup_side {
    display: table;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background-color: #163355;
    border-left: 2px solid #0e131f;
    padding: 15px;
}

    .signup_side ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .signup_side ul li {
            flex: 0 0 auto;
            width: 50%;
            text-align: left;
            padding-bottom: 15px;
        }

.signup-outer {
    border: 1px solid #689bd0;
    border-radius: 5px;
    overflow: hidden;
}

.signup_inner {
    padding: 20px;
    padding-right: 0;
    display: table;
    width: 100%;
    height: 100%;
}

input, select, textarea {
    height: 38px;
    border: 1px solid #DADCE0;
    border-radius: 4px;
    width: 100%;
    padding: 0 12px;
    font-size: 16px;
    outline: none;
}

    textarea.form-control {
        height: 100px;
        padding: 10px;
    }

.form-group {
    margin-bottom: 15px;
}

.forgot-password, .resend-otp {
    font-size: 14px;
    color: #5F6368;
    text-decoration: none;
}

.btn {
    display: inline-block;
    height: auto;
    min-width: 140px;
    width: auto;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 18px;
}

    .btn:hover {
        color: #fff;
    }

.btn-blue {
    background-color: #1A4681;
    color: #fff;
}

    .btn-blue:hover, .btn-blue:focus, .btn-light:hover, .btn-light:focus {
        background-color: #2d75d7;
        color: #fff;
    }

.btn-light {
    background: #FBFBFB;
    color: #1A4681;
    width: 150px;
}

.image-btn {
    width: 100%;
    background-color: transparent;
    border: 1px solid #DADCE0;
    color: #5F6368;
    position: relative;
    border-radius: 0;
}

    .image-btn:hover {
        background-color: transparent;
        color: #5F6368;
    }

    .image-btn img {
        margin-right: 10px;
    }

.row.extra-padding > .col-md-6:first-child {
    padding-right: 35px;
}

.row.extra-padding > .col-md-6:last-child {
    padding-left: 35px;
}

.border-right {
    border-right: 1px solid #DADCE0;
}

span.label {
    color: #5F6368;
    display: block;
    font-size: 12px;
}

.form-group.form-check input {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-right: 5px;
}

.form-group.form-check label {
    font-size: 14px;
    color: #5F6368;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

.custm-pdng {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 5px 5px 5px #000;
}

    .custm-pdng span {
        color: #148bce;
    }

.signup-buttons-outer a {
    display: table;
    text-decoration: underline;
    color: #236ebb;
    font-weight: 600;
    line-height: 46px;
}

.t_cell {
    display: table-cell;
    vertical-align: middle;
}

.signup-buttons-outer .btn {
    width: 100%;
    background-color: #6090cb;
    margin: 0;
}

@media (max-width: 991px) {
    .signup-buttons-outer a {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .form-outer-main {
        height: auto;
        padding: 100px 0;
    }

    .custm-row {
        padding: 15px;
    }

    .row.extra-padding .col-md-6:first-child {
        padding-right: 15px;
    }

    .row.extra-padding .col-md-6:last-child {
        padding-left: 15px;
    }

    .border-right {
        border: none;
        padding-bottom: 20px;
    }

    .resp-justify-content-start {
        justify-content: flex-start !important;
    }

    .container {
        max-width: 100%;
    }

    .signup-outer .col-md-8 {
        width: calc(100% - 280px);
    }

    .signup-outer .col-md-4 {
        width: 280px;
    }

    .signup_side ul li {
        padding-bottom: 10px;
    }

        .signup_side ul li img {
            height: 40px
        }

    .custm-pdng {
        font-size: 20px
    }
}

@media (max-width: 640px) {
    .signup-outer .col-md-8, .signup-outer .col-md-4 {
        width: 100%;
    }

    .signup-outer .col-md-4 {
        order: 1
    }

    .signup-outer .col-md-8 {
        order: 2
    }

    .custm-pdng {
        padding: 10px 0;
        margin: 0;
    }

    .signup_side {
        border-radius: 5px 5px 0 0;
    }

    .signup_inner {
        padding: 15px;
        display: block;
        margin-top: 15px;
    }

        .signup_inner .t_cell {
            display: block;
        }
}

@media (max-width: 479px) {
    .signup_side ul li img {
        height: 34px
    }

    .btn {
        min-width: 1px;
    }
}

.nav-item button#logout {
    width: auto;
    background-color: transparent;
    border: 0;
    color: #1A4681;
    padding: 8px;
    margin: 0;
}

.alert .close {
    background: transparent;
    border: 0;
    line-height: 18px;
    width: 22px;
    height: 22px;
    padding: 0;
    position: absolute;
    font-weight: 600;
    border-radius: 50%;
    top: -11px;
    left: -11px;
    outline: none;
    display: none;
}

    .alert .close span {
        display: block;
        padding-bottom: 4px;
    }

.alert.alert-success .close {
    background: #6fd2a5;
}

.form-control {
    height: 38px;
    padding: 0 12px;
}

@media(max-width: 767px) {
    .manage_acc_blurb h4 {
        padding-top: 20px;
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0,0.25);
    }

    .flex-lg-fill {
        margin: auto 20px;
    }

        .flex-lg-fill h4 {
            border: 0;
        }

    .nav-item button#logout {
        padding-left: 0;
        padding-right: 0;
    }
}


.dash_menu > .image {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    padding: 4px;
    background-color: transparent;
    cursor: pointer;
    margin: 3.5px 0;
}

    .dash_menu > .image > img {
        vertical-align: top;
        max-width: 100%;
    }

.dash_menu {
    position: relative;
}

.dashBox {
    position: absolute;
    background-color: #fff;
    width: 335px;
    text-align: left;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    right: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.56);
    opacity: 0;
    transform: translateY(-30px);
    z-index: -1;
    transition: .5s all ease-in-out;
}

    .dashBox.active {
        opacity: 1;
        transform: translateY(0px);
        z-index: 2;
    }

.dashBox_tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .dashBox_tile img {
        height: 36px;
    }

    .dashBox_tile p {
        margin: 0;
        font-size: 12px;
    }

.dashBox a {
    line-height: normal;
    margin-bottom: 10px;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.main-title {
    color: #236ebb;
    font-weight: bold;
}

/*Footer*/
.footer__bottom {
    padding: 9px 0;
    background-color: #0365a3;
    border-top: 3px solid #2d90ce;
}

.footer__social {
    text-align: left;
    margin-top: 9px;
}

.socials a:first-child {
    margin-left: 0;
}

.socials a:first-child {
    margin-left: 0;
}

.socials a {
    display: inline-block;
    line-height: 20px;
    color: #868686;
    text-align: center;
    margin-left: 18px;
    font-size: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.socials--white a {
    color: #fff;
}

.footer__social .socials.socials--white {
    display: inline-block;
    vertical-align: middle;
}

footer .footer__social p {
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
}

.footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_links_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 40px);
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-right: 10px;
}

.footer_links_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}

.footer__bottom ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer_links_left ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

.footer__bottom ul li:first-child {
    padding-left: 0;
}

.footer__bottom ul li {
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #fff;
    line-height: normal;
}

    .footer__bottom ul li a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }

.footer__bottom .copyright_left {
    padding: 0;
    text-align: right;
    font-size: 12px;
    display: block;
}

footer p, footer span.copyright, footer span a {
    color: #fff;
}

.footer_links_right img {
    max-width: 100%;
}

.navbar-brand img {
    height: 26px;
}

.remove_login {
    border: 0;
    padding: 0;
}

h4.title {
    color: #1b6ec2;
    font-weight: bold;
}

form label {
    padding-bottom: 5px;
}

.sub-title {
    font-size: 16px;
    color: gray;
}

@media(max-width: 1199px) {
    .socials a {
        margin-left: 4px;
    }

    footer .footer__social p {
        padding-left: 2px;
    }
}

@media(max-width: 767px) {
    .footer__social, .footer_links_left ul, .footer__bottom .copyright_left {
        text-align: center;
    }

    .footer__social {
        margin-top: 0;
    }

    .footer_links_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer_links_right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer__bottom ul {
        border-top: 1px solid #15486b;
        padding-top: 14px;
        margin-top: 14px;
    }

        .footer__bottom ul li {
            padding: 0 6px 0 2px;
        }
}

@media(max-width: 575px) {
    .toggle_nav {
        display: flex;
    }

    .dash_menu {
        margin-right: 10px;
    }

    .dashBox {
        width: 240px;
        padding: 10px;
        padding-bottom: 5px;
    }

        .dashBox a {
            padding-left: 10px;
            padding-right: 10px;
        }
}
/*
.login-iframe {
    margin-bottom: 9px;
    margin-top: 10px;
}*/

/*iframe.login-iframe-image {
        min-height: 460px;
        height: 100%;
        margin: -1px 0 -4px 0px;
    }*/
.login-iframe {
    height: 460px;
}

iframe.login-iframe-image {
    min-height: 460px;
    height: 100%;
    margin: 0px 0 0px 0px;
}
/* iframe.login-iframe-image {
        min-height: 573px;
        max-height: 577px;
        height: 100%;
        margin: 0px 0 0px 0px;
    }*/
/*Iframe class register*/
#comp-ljdzebza {
    width: 276px !important;
    height: 580px !important;
}

.select_option {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin: 4px 0 14px;
    position: relative;
}

    .select_option span {
        background: #fff;
        padding: 0 5px;
        color: #699dd3;
        font-size: 16px;
        font-weight: bold;
        position: relative;
    }

    .select_option:before {
        width: 100%;
        height: 2px;
        border: 1px dashed rgba(32,108,186,0.2);
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto 0;
        content: '';
    }

button.btn.image-btn {
    border-radius: 0;
    color: #fff;
    position: relative;
    font-size: 14px;
}

    button.btn.image-btn.externallogins-Google {
        border-color: #4285f4;
        position: relative;
        border-radius: 0;
        background-color: #4285f4;
        color: #fff;
    }

    button.btn.image-btn.externallogins-apple {
        border-color: #000000;
        position: relative;
        border-radius: 0;
        color: #fff;
        background-color: #000;
    }
    button.btn.image-btn.externallogins-Microsoft {
        border-color: #7fba00;
        position: relative;
        border-radius: 0;
        background-color: #7fba00;
        color: #fff;
    }

span.external-img-Google,
span.external-img-apple, span.external-img-Microsoft {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background-color: white;
}

.external-img-Google img.signup-btn,
.external-img-apple img.signup-btn,
.external-img-Microsoft img.signup-btn {
    margin-top: 12px;
    margin-right: 0;
}

span.external-txt-Google,
span.external-txt-Microsoft,
span.external-txt-apple {
    margin-left: 45px;
}

.image-btn img {
    margin-top: 11px;
    margin-right: 0;
}

@media (max-width: 640px) {
    .login-iframe {
        width: 300px;
        display: table;
        margin: 0 auto;
        position: relative;
        left: -8px;
    }
        .login-iframe.register_frame {
            height: 610px !important;
        }

    iframe.login-iframe-image.responsive_margin {
        margin: 14px 0 -4px 0px;
    }
}


#cardModal .modal-header button {
    width: auto;
    background: white;
    height: auto;
    font-size: 26px;
    color: #000;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#cardModal .modal-body {
    padding: 20px;
}

#cardModal .sr-root {
    min-height: auto;
    padding: 0;
}

    #cardModal .sr-root .sr-main {
        padding: 0;
    }

    #cardModal .sr-root .card {
        padding: 5px 20px 20px;
    }
/* Custom scrollbar styles */
/*
@media (max-width: 540px){
    iframe.login-iframe-image {
        height: 570px;
    }
}*/

/*designer css for profile menu header */
.profile_align {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.img-resp {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    border: 2px solid #c1c1c1;
}

.profile_img {
    width: 150px;
    height: 150px;
    border: 3px solid #f1f2f3;
    margin: 15px 0;
    border-radius: 100%
}

.profile_wrap .modal-dialog {
    max-width: 375px;
    margin: auto;
}

.img-container {
    margin-bottom: 1rem;
    min-height: 300px !important;
    max-height: 300px !important;
}

.profile_wrap {
    margin-bottom: 20px;
}

    .profile_wrap .profile-pic {
        position: relative;
        display: inline-block;
    }

        .profile_wrap .profile-pic:hover .edit {
            display: block;
        }

#divUploadPP:hover .edit {
    display: none;
}

.profile_wrap .edit {
    padding-top: 7px;
    padding-right: 7px;
    position: absolute;
    right: -10px;
    bottom: -2%;
    display: none;
}

.profile_wrap .profile-pic .fa-lg {
    margin: 5px
}

.profile_wrap .edit a {
    color: #0366d6;
}

}

*/

@media (max-width: 640px) {
     .login-iframe {
        width: 320px;
        display: table;
        margin: 0 auto;
        position: relative;
        left: 0;
    }

    iframe.login-iframe-image {
        height: 485px;
        margin: 25px 0 -4px 0px;
        height: 630px;
    }
}

@media (max-width: 415px) {
    iframe.login-iframe-image {
        height: 485px;
        margin: 12px 0 -4px 0px;
    }
}

@media (max-width: 414px) {
    .login-iframe {
        width: 320px;
        display: table;
        margin: 0 auto;
        position: relative;
        left: 2px;
        z-index: -1;
    }

    iframe.login-iframe-image {
        height: 485px;
        margin: 25px 0 -4px 0px;
    }
}

@media (max-width: 393px) {
    .login-iframe.register_frame {
        width: 300px;
        display: flex;
        margin: 0 auto;
        position: relative;
        left: -10px;
        z-index: -1;
    }

    iframe.login-iframe-image.responsive_margin {
        margin: 14px 0 -4px 0;
    }
}

@media (max-width: 390px) {
    .login-iframe {
        width: 300px;
        display: flex;
        margin: 0 auto;
        position: relative;
        left: -8px;
        z-index: -1;
    }

    iframe.login-iframe-image {
        margin: 18px 0 -4px 0px;
    }

        iframe.login-iframe-image.responsive_margin {
            margin: 14px 0 -4px 0px;
        }
}

@media (max-width: 375px) {
    .login-iframe {
        left: -10px;
    }

    iframe.login-iframe-image {
        height: 485px;
        margin: 12px 0 -4px 0px;
    }

    .login-iframe.register_frame {
        left: -10px;
    }

    iframe.login-iframe-image.responsive_margin {
        margin: 6px 0 -4px 0px;
    }
}

@media (max-width: 360px) {
    .login-iframe {
        left: -16px;
    }

    iframe.login-iframe-image {
        margin: 3px 0 -4px 0px !important;
    }

    .login-iframe.register_frame {
        left: -18px;
    }

    iframe.login-iframe-image.responsive_margin {
        margin: -8px 0 -4px 0px !important;
    }
}

/*.register_wrap .login-iframe-image.responsive_margin img {
    max-width: 276px !important;
    max-height: 580px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}*/
.register_wrap .MazNVa .BI8PVQ img {
    max-width: 275px;
    max-height: 580px;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 375px) {
    .MazNVa .BI8PVQ img {
        max-height: 580px;
    }
}

@media (max-width: 414px) {
    .register_wrap iframe.login-iframe-image {
        height: 610px;
    }
}

#btnSubmit {
    margin-bottom: 0;
}

.table > :not(caption) > * > * {
    border-bottom: 1px solid #ddd;
}

hr.manage_account_page_title {
    margin: 12px 0 20px;
    color: #afafaf;
}

.page_title {
    position: relative;
    width: 100%;
}

.spinner-border {
    position: absolute;
    right: 0;
    top: 5px;
}

#UserSettings input {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}

#UserSettings label {
    padding-bottom: 1px;
}

.fachange p {
    font-size: 14px;
    line-height: 1.5;
}

.fachange .btn-primary {
    background: #0f5132;
    border-color: #0f5132;
    padding: 0.3rem 0.8rem;
    font-size: 14px;
    margin: 0;
}

.manage_acc_blurb .btn-danger {
    padding: 0.3rem 0.8rem;
    font-size: 14px;
}

    .fachange .btn-primary:focus, .manage_acc_blurb .btn-danger:focus {
        box-shadow: none;
    }

.flex-lg-fill .card-body label {
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    cursor: pointer;
    background: #eee;
    border-radius: 5px 5px 0 0;
}

    .flex-lg-fill .card-body label.active {
        background: #1b6ec2;
        color: #fff;
    }

.flex-lg-fill .card-body .auth-options {
    height: 24px;
    margin-bottom: 6px;
    display: none;
}

.auth-tab {
    width: 140px;
    margin-right: 6px;
}

.divapplication ol li, .divsms ol li, .divcall ol li {
    margin-bottom: 10px;
}

.divapplication .form-control, .divsms .form-control, .divcall .form-control {
    height: 42px;
}

.verify-btn .btn {
    margin: 0;
    line-height: normal;
}

.divapplication .btn-twilio {
    padding: 0.1rem 0.4rem;
    font-size: 12px;
    width: auto;
    min-width: auto;
    background: #ec1c24;
    border-color: #ec1c24;
}

.two-factor-box {
    max-width: 700px;
}

.two-factor-box .signup_inner {
    padding-right: 20px;
}

.two-factor-box #otherVoice .btn, .two-factor-box #otherApp .btn, .two-factor-box #otherSMS .btn {
    padding: 0.5rem 0.7rem;
    font-size: 14px;
    align-items: center;
    display: flex;
}

.two-factor-box #otherApp .btn i {
    font-size: 22px;
}

.two-factor-box .divsms, .two-factor-box .divcall, .two-factor-box .divapplication {
    text-align: center;
}

.btn-resend {
    color: #1b6ec2;
    padding: 0;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    min-width: auto;
    text-decoration: underline;
    margin: 0;
}

.btn-resend:hover {
    color: #000;
}

.breck-point {
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px;
    position: relative;
}

.breck-point span {
    background: #fff;
    padding: 0 5px;
    color: #699dd3;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.breck-point:before {
    width: 100%;
    height: 2px;
    border: 1px dashed rgba(32,108,186,0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    content: '';
}

.blinking-dot {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.delete_data_alert p {
    line-height: 1.8;
    margin: 0;
}

.delete_data_alert p img {
    height: 24px;
    width: auto;
    margin: 0 0 0 8px;
}

.big-number-center {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #1b6ec2;
}

.dashboard_box .filter_inputs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard_box .filter_inputs .nav .nav-item .nav-link {
    border: 1px solid #d1d1d1;
    border-radius: 0;
    color: #666666;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: bold;
    padding: .5rem;
    min-width: 106px;
    text-align: center;
}

.dashboard_box .filter_inputs .nav {
    flex-wrap: nowrap;
}

.dashboard_box .filter_inputs .nav .nav-item .nav-link.active {
    color: #666666;
    background-color: #f5f4f4;
}

.dashboard_box .filter_inputs .nav .nav-item .nav-link:hover {
    color: #666666;
    background-color: #f5f4f4;
}

    .dashboard_box .filter_inputs .form-group {
        margin-left: 14px;
        position: relative;
    }

        .dashboard_box .filter_inputs .form-group i {
            position: absolute;
            right: 10px;
            color: #666666;
        }

        .dashboard_box .filter_inputs .form-group label {
            font-size: 14px;
            margin-right: 6px;
        }

        .dashboard_box .filter_inputs .form-group .form-control {
            border: 1px solid #d1d1d1;
            font-size: 16px;
            padding: 4px 12px;
        }

    .dashboard_box .filter_inputs .sub-btn {
        margin-bottom: 15px;
    }

        .dashboard_box .filter_inputs .sub-btn .btn-primary {
            background: #00a3fa;
            border-color: #00a3fa;
            height: 38px;
            line-height: normal;
            padding: 8px 18px;
            font-size: 14px;
            margin-left: 10px;
            margin-bottom: 0;
        }

.number_logo_section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    white-space: nowrap;
    overflow: auto;
}

    .number_logo_section::-webkit-scrollbar {
        height: 6px;
    }

    .number_logo_section::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .number_logo_section::-webkit-scrollbar-thumb {
        background: #d1d1d1;
        border-radius: 6px;
    }

        .number_logo_section::-webkit-scrollbar-thumb:hover {
            background: #d1d1d1;
            cursor: pointer;
        }

    .number_logo_section .num_box {
        flex: 0 0 auto;
        width: 19.4%;
        text-align: center;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        margin-right: 6px;
        margin-bottom: 8px;
        padding: 12px 0;
    }
        .number_logo_section .num_box:last-child{
            margin-right:0;
        }

        .number_logo_section .num_box img {
            width: auto;
            height: 26px;
        }

        .number_logo_section .num_box .card-body {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            height: 126px;
            padding: 0;
        }


        .number_logo_section .num_box .big-number-center {
            font-size: 40px;
            font-weight: 900;
            text-align: center;
            color: #0098cb;
            margin-bottom: 6px;
            margin-top: 0px;
            display: block;
        }

        .number_logo_section .num_box .big-number-content {
            font-weight: bold;
            padding: 0;
            font-size: 13px;
            line-height: 1.7rem;
            color: #063669;
        }

.dashboard-logo-div-separate {
    margin: 20px -12px 30px -12px;
}
    .dashboard-logo-div-separate .col-lg-7{
        padding-left:0;
    }

    .dashboard-logo-div-separate .card_table {
        border: 1px solid #d2d2d2;
        border-bottom: 0;
        border-radius: 4px;
    }

.brand_img {
    padding: 24px 0;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

.brand_img img {
    width: auto;
    height: 50px;
}
.ismileul li .row .col-lg-7, .lpul li .row .col-lg-7 {
    height: 102px;
}
.bspul li .row .col-lg-7 {
    height: 89px;
}
.bspul.bspul-op1 li .row .col-lg-7 {
    height: 90px;
}
.bspul.bspul-op2.li-count-1 li .row .col-lg-7 {
    height: 135px;
}
.bspul.bspul-op2.li-count-2 li .row .col-lg-7 {
    height: 89px;
}
.bsp .col-lg-5 .card_table {
    border: 0;
}
.bsp .col-lg-12 .card_table .brand_img {
    padding: 10px 0;
}
.bsp .col-lg-12 .card_table p {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
.bsp .col-lg-12 .card_table ul {
    margin: 0px 0 20px;
}
.bsp .col-lg-5 .card_table ul#separateblueskyplanul {
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
}
.bsp .ulsubscription_section .card_table {
    border: 0;
    border-radius: 0;
}
.bsp .card_table #ulsubscription {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px 0px -12px;
    border: 0;
}
    .bsp .card_table #ulsubscription .list-group {
        width: 47%;
        margin-right: calc(1.5rem * .5);
        margin-left: calc(1.5rem * .5);
        margin-bottom: 20px;
        max-height: 228px;
        overflow: auto;
        border-top: 1px solid #d2d2d2;
    }
.bsp .card_table #ulsubscription .list-group::-webkit-scrollbar {
    width: 4px;
}
.bsp .card_table #ulsubscription .list-group::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.bsp .card_table #ulsubscription .list-group::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 6px;
}
.bsp .card_table #ulsubscription .list-group::-webkit-scrollbar-thumb:hover {
    background: #d1d1d1;
    cursor: pointer;
}

.bsp .card_table #ulsubscription .list-group .list-group-item {
    border: 1px solid #d2d2d2;
    border-top: 0;
    border-radius: 0;
}
.bsp .card_table #ulsubscription .list-group .list-group-item.list-modules {
    margin-top: 10px;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
}
.bsp .card_table #ulsubscription .list-group .list-group-item.list-modules .row {
    border-bottom: 1px solid #d2d2d2;
}
.dashboard-logo-div-separate.bsp .card_chart {
    padding: 10px 0;
    margin: 0px 0 20px;
}
.dashboard-logo-div-separate.bsp .card_table #separateblueskyplanul {
    max-height: 274px;
    overflow: auto;
    margin: 0px 0 20px;
}
.dashboard-logo-div-separate.bsp .card_table #separateblueskyplanul::-webkit-scrollbar {
    width: 4px;
}

.dashboard-logo-div-separate.bsp .card_table #separateblueskyplanul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dashboard-logo-div-separate.bsp .card_table #separateblueskyplanul::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 6px;
}

.dashboard-logo-div-separate.bsp .card_table #separateblueskyplanul::-webkit-scrollbar-thumb:hover {
    background: #d1d1d1;
    cursor: pointer;
}

*/
/*.bsp .col-lg-5 .card_table .bspul {
    max-height: 183px;
    overflow: auto;
}

    .bsp .col-lg-5 .card_table .bspul::-webkit-scrollbar {
        width: 4px;
    }

    .bsp .col-lg-5 .card_table .bspul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .bsp .col-lg-5 .card_table .bspul::-webkit-scrollbar-thumb {
        background: #d1d1d1;
        border-radius: 6px;
    }

        .bsp .col-lg-5 .card_table .bspul::-webkit-scrollbar-thumb:hover {
            background: #d1d1d1;
            cursor:pointer;
        }*/
.button_subscrip {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d2d2d2;
}
    .button_subscrip.sub-ui {
        width: calc(100% - 3px);
    }
    .button_subscrip .lice_export_tab {
        padding: .8rem 1.2rem;
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        flex: 0 0 auto;
        width: 58.33333333%;
        cursor: pointer;
        color: #666666;
        font-weight: 600;
        text-decoration: none;
    }
    .button_subscrip .subscription_tab {
        padding: .8rem 1.2rem;
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        flex: 0 0 auto;
        width: 41.66666667%;
        border-left: 1px solid #d2d2d2;
        cursor: pointer;
        color: #666666;
        font-weight: 600;
        text-decoration: none;
    }
        .button_subscrip .subscription_tab:hover {
            background: #f5f4f4;
        }
    .button_subscrip .lice_export_tab:hover {
        background: #f5f4f4;
    }
    .button_subscrip .subscription_tab.active {
        background: #f5f4f4;
    }
    .button_subscrip .lice_export_tab.active {
        background: #f5f4f4;
    }
    .bbbul li .row .col-lg-7 {
        height: 67px;
    }
.dashboard-logo-div-separate .card_table .list-group .list-group-item {
    padding: 0;
    border-color: #d2d2d2;
    border-width: 0 0 1px;
}
    .dashboard-logo-div-separate .card_table .list-group .list-group-item:last-child {
        border-radius: 4px;
    }

    .dashboard-logo-div-separate .card_table .list-group .list-group-item .row {
        margin: 0;
    }
        .dashboard-logo-div-separate .card_table .list-group .list-group-item .row .col-lg-12 {
            padding: .8rem 1.2rem;
            align-items: center;
            display: flex;
            justify-content: center;
            text-align: center;
            border-bottom: 1px solid #d2d2d2;
            background: #eee;
        }
        .dashboard-logo-div-separate .card_table .list-group .list-group-item .row .col-lg-7 {
            padding: .8rem 1.2rem;
            align-items: center;
            display: flex;
            justify-content: center;
            text-align: center;
        }
        .dashboard-logo-div-separate .card_table .list-group .list-group-item .row .col-lg-5 {
            padding: .8rem 1.5rem;
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .dashboard-logo-div-separate .card_table .list-group .list-group-item .row .col-lg-5 {
            border-left: 1px solid #d2d2d2;
        }

            .dashboard-logo-div-separate .card_table .list-group .list-group-item .row .col-lg-5 .big-number-right {
                font-size: 28px;
                font-weight: 900;
                text-align: center;
                color: #063669;
            }

    .dashboard-logo-div-separate .card_table .list-group .list-group-item .big-number-content {
        font-size: 16px;
        font-weight: bold;
    }

.dashboard-logo-div-separate .card_chart {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    padding: 24px 0;
    border-radius: 4px;
}
.get_start_box {
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: auto;
}
    .get_start_box .btn {
        padding: .3rem .2rem;
        min-width: 130px;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        color: #063669;
        background-color: #f7bc45;
        border-color: #f7bc45;
    }
    .get_start_box .btn i {
        color: #fff;
        margin-left: 2px;
    }
@media(max-width: 768px) {
    .dashboard_box .filter_inputs {
        flex-wrap: wrap;
    }
    .filter_inputs .mob-input {
        flex-wrap: wrap;
    }
    .dashboard_box .filter_inputs .mob-input .form-group {
        margin-left: 0;
        position: relative;
        width: 100%;
        display: block !important;
    }
    .dashboard_box .filter_inputs .mob-input .sub-btn .btn-primary {
        margin-left: 0;
    }
    .dashboard_box .filter_inputs .mob-input .form-group i {
        bottom: 10px;
    }
    .dashboard_box .filter_inputs .form-group .form-control {
        font-size: 14px;
        padding: 4px 8px;
    }

    .number_logo_section {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dashboard-logo-div-separate {
        margin: 20px 0 30px 0;
    }

    .number_logo_section .num_box {
        width: 48%;
        height: 196px;
        text-align: center;
        border: 1px solid #eee;
        margin: 8px 0;
    }

    .number_logo_section .num_box img {
        width: 80%;
        height: auto;
        margin-top: 12px;
    }
        .number_logo_section .num_box .card-body {
            height: 120px;
        }
    .dashboard-logo-div-separate .card_table .list-group .list-group-item .row .col-lg-7 {
        width: 60%;
    }

    .dashboard-logo-div-separate .card_table .list-group .list-group-item .row .col-lg-5 {
        width: 40%;
    }
    .button_subscrip .lice_export_tab{
        width: 60%;
    }
    .button_subscrip .subscription_tab {
        width: 40%;
    }

    .dashboard-logo-div-separate .col-lg-5,
    .dashboard-logo-div-separate .col-lg-7 {
        padding: 0;
    }
    .bsp .card_table #ulsubscription .list-group {
        width: 100%;
        max-height: 223px;
    }
}
.user_switch {
    width: 75px;
    margin: 6px auto 22px;
}
.welcome_text {
    font-weight: bold;
    text-align: center;
}
.email_account {
    display: flex;
    justify-content: center;
}
.email_account p{
    margin-right: 6px;
}
.email_account a {
    color: #01070F;
    font-size: 15px;
}

.login-iframe.register_frame .login-iframe-image a.j7pOnl {
    height: 100vh;
}