@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    font-family: 'Open Sans', sans-serif;
}

/* here lives the spinner */
.optionCard {
    margin-bottom: 2%;
    border: 1px solid #E2E6F0;
    padding: 5%;
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto
}
    .optionCard:active {
        -webkit-box-shadow: inset 0px 0px 5px #E2E6F0;
        -moz-box-shadow: inset 0px 0px 5px #E2E6F0;
        box-shadow: inset 0px 0px 5px #E2E6F0;
    }

    .optionCard:hover {
        -webkit-box-shadow: 0px 0px 5px #E2E6F0;
        -moz-box-shadow: 0px 0px 5px #E2E6F0;
        box-shadow: 0px 0px 5px #E2E6F0;
    }

.loader {
    position: relative;
    width: 80px;
}

.duo {
    height: 20px;
    width: 50px;
    background: hsla(0, 0%, 0%, 0.0);
    position: absolute;
}

.duo, .dot {
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.duo1 {
    left: 0;
}

.duo2 {
    left: 30px
}


.dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #018289;
    position: absolute;
}

.dot-a {
    left: 0px;
}

.dot-b {
    right: 0px;
}
#specialWidth {
    width: 35vh
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes onOff {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.duo1 {
    animation-name: spin;
}

.duo2 {
    animation-name: spin;
    animation-direction: reverse;
}

    .duo2 .dot-b {
        animation-name: onOff;
    }

.duo1 .dot-a {
    opacity: 0;
    animation-name: onOff;
    animation-direction: reverse;
}

/* here dies the spinner, I think*/


/* Benjamins! (i.e. Buttons)*/

.btn-primary {
    color: #fff;
    background-color: #018289;
    border-color: #018289;
}

    .btn-primary:active {
        color: #fff !important;
        background-color: #016267 !important;
        border-color: #016267 !important;
    }

    .btn-primary:hover {
        color: #016267;
        background-color: #C5E9ED;
        border-color: #C5E9ED;
    }

    .btn-primary:disabled {
        color: #fff;
        background-color: #018289;
        border-color: #018289;
        opacity: 0.4;
    }

    .btn-primary.disabled {
        color: #fff;
        background-color: #018289;
        border-color: #018289;
        opacity: 0.4;
    }

.btn {
    color: #fff;
    background-color: #018289;
    border-width: 3px;
    border-color: #018289;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    padding: .7rem .75rem .6rem;
}

    .btn:active {
        color: #fff;
        background-color: #016267;
        border-color: #016267;
    }

    .btn:hover {
        color: #016267;
        background-color: #C5E9ED;
        border-color: #C5E9ED;
    }

    .btn:disabled {
        color: #fff;
        background-color: #018289;
        border-color: #018289;
        opacity: 0.4;
    }

.btn-secondary {
    color: #018289;
    border: 3px solid #018289;
    background-color: #fff;
}
    .btn-secondary:active {
        color: #fff !important;
        background-color: #016267 !important;
        border-color: #016267 !important;
    }

    .btn-secondary:hover {
        color: #018289;
        border: 3px solid #018289;
        background-color: #C5E9ED;
    }

    .btn-secondary:disabled {
        color: #fff;
        background-color: #018289;
        border-color: #018289;
        opacity: 0.4;
    }

.btn-tertiary {
    color: #A1B6C4;
    border: 3px solid #E9EFF5;
    background-color: #E9EFF5;
}

    .btn-tertiary:active {
        color: #A1B6C4;
        border: 3px solid #E9EFF5;
        background-color: #E9EFF5;
        -webkit-box-shadow: inset 0px 0px 5px #E9EFF5;
        -moz-box-shadow: inset 0px 0px 5px #E9EFF5;
        box-shadow: inset 0px 0px 5px #E9EFF5;
    }

    .btn-tertiary:hover {
        color: #A1B6C4;
        border: 3px solid #E9EFF5;
        background-color: #E9EFF5;
        -webkit-box-shadow: 0px 0px 5px #E9EFF5;
        -moz-box-shadow: 0px 0px 5px #E9EFF5;
        box-shadow: 0px 0px 5px #E9EFF5;
    }

.bg-success {
    background-color: #018289 !important;
}
/* words words words */
body {
    font-family: 'Open Sans', sans-serif;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    color: #081621;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #081621;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    color: #081621;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    line-height: 110%;
    color: #081621;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    font-size: 18px;
    line-height: 150%;
    color: #081621;
    padding: .3rem 0 0.2rem;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    color: #081621;
}

a {
    color: #018289;
    text-decoration: underline;
}

#a {
    color: #018289;
    text-decoration: underline;
}

#label {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
    margin-top: 1.2rem;
}

.body-bold {font-weight:bold;}

.error {
    color: #C11F43;
}

#input-error {
    color: #C11F43;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
    margin-top: .3rem;
}

#input {
    background: #F5F8F9;
    /* UI 90 */
    border: 1px solid #F5F8F9;
    box-sizing: border-box;
    border-radius: 22px;
    margin-top: .4rem;
    height: calc(1.8em + .75rem + 2px);
    box-shadow:none;
}

/*structural things?*/    

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


#logo {
    font-family: 'Changa One', cursive;
    color: #00a5e0;
}


/* CHECKAROOS */
    .checkcontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        margin-left: 2px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default checkbox */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 2px solid #A3AEC3;
        border-radius: 2px;
    }

    /* On mouse-over, add a grey background color */
    .checkcontainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #018289;
    border-color: #018289;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkcontainer input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkcontainer .checkmark:after {
        left: 5px;
        top: 1px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-radius: 2%;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*BillDetails and BillPay*/
    #card-body {
        padding: 1rem 0 0;
    }

.bullet-active {
    color: #018289;
    font-size: 1.4rem;
}

    .bullet-inactive {
        color: #A3AEC3;
        font-size: 1.4rem;
    }


.form-control {
    background: #F5F8F9;
    border: 1px solid #F5F8F9;
    border-radius: 22px;
}
    
input.form-control {
    background: #F5F8F9;
    border: 1px solid #F5F8F9;
    border-radius: 22px;
}

/* stop being cranky and just look the same please, fields */
input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=email] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=password] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#selected {
    border-bottom-color: #018289;
    border-bottom-width: medium;
    border-bottom: solid;
    color: #018289;
    text-align:center;
}
#unselected {  
    border-bottom: none;
    color: #081621;
    text-align: center;
}

#paymentMenu {
    background: #F5F8F9;
    border-radius: 22px;
    height: 50px;
    justify-content: center;
    justify-items: center;
    vertical-align: middle;
    display: flex;
}

    #paymentMenu .tab {
        background: #E7E7E7;
        border-radius: 22px;
        color: #6C8899;
        cursor: pointer;
        display: flex;
        font-size: 18px;
        height: 34px;
        width: 110px;
        text-align: center;
        justify-content: center;
        margin: 8px 2px;
        padding: 4px;
    }

        #paymentMenu .tab.selected-tab {
            background: #018289;
            color: #FFFFFF;
        }
        
.payment-plan-card {
    background: #FFFFFF;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 7px 7px #E7E7E7;
    cursor: pointer;
    flex-flow: column wrap;
    height: 138px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 334px;
}

    .payment-plan-card .card-arrow-block {
        background-color: rgba(0, 165, 173, 0.11);
        background-image: url('../right-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px 10px 10px 0px;
        height: 138px;
        width: 98px;
    }

    .payment-plan-card .card-body-block {
        height: 138px;
        padding: 20px;
        width: calc(100% - 98px);
    }

        .payment-plan-card .card-body-block span {
            font-size: 16px;
            font-weight: normal;
            line-height: 19px;
        }

        .payment-plan-card .card-body-block .payment-amount-label {
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
        }
.custom-messaging-card {
    position: relative;
    width: 358px; 
    height: 55px; 
    padding: 19px 18px; 
    background-color: #018289; 
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.3s ease;
}

.custom-messaging-card.card-expanded {
    height: auto;
}

.custom-messaging-card .bell-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    box-sizing: border-box;
    background-image: url('../bell-icon.svg');
    width: 30px;
    height: 30px;
}    

.custom-messaging-card .message-body
{
    display: inline-block; 
    vertical-align: top; 
    margin-right: 0; 
    box-sizing: border-box;
}

.custom-messaging-card .message-body-text
{
    color: #FFFFFF;
    font-size: 14px;
}

.custom-messaging-card .message-body-text p
{
    color: #FFFFFF;
}

.custom-messaging-card .message-body-text a,
.custom-messaging-card .message-body-text a:link,
.custom-messaging-card .message-body-text a:visited,
.custom-messaging-card .message-body-text a:hover,
.custom-messaging-card .message-body-text a:active {
    color: #FFFFFF;
}

.custom-messaging-expand-alt {
    background-image: url('../circle-x.png');
}

.custom-messaging-card input[type="checkbox"]:checked ~ .message-body {
    max-height: 100px;
}

.custom-messaging-expand
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    background-image: url('../circle-dash.png');
    cursor: pointer;
}



.custom-payment-plan-card {
    background: #FFFFFF;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 7px 7px #E7E7E7;
    cursor: pointer;
    flex-flow: column wrap;
    height: 158px;
    margin-bottom: 20px;
    width: 100%;
    margin-top:20px;
}

    .custom-payment-plan-card.custom-payment-plan-card-selected {
        background: #018289;
        color: white;
    }

    .custom-payment-plan-card .card-body-block {
        height: 158px;
        padding: 20px;
        width: calc(100% - 102px);
    }

        .custom-payment-plan-card .card-body-block span {
            font-size: 16px;
            font-weight: normal;
            line-height: 19px;
        }
        
        .custom-payment-plan-card .card-body-block .payment-amount-label {
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
        }
        
        .custom-payment-plan-card .card-body-block .total-remaining-label {
            font-weight: 600;
        }
        
        .custom-payment-plan-card .card-body-block .payment-plan-error {
            font-size: 9px;
            font-weight: 400;
            line-height: 24px;
            text-transform: none;
            vertical-align: middle;
        }

    .custom-payment-plan-card .card-plus-block {
        background-image: url('../plus.png');
        background-position: center;
        background-repeat: no-repeat;
        height: 158px;
        width: 102px;
    }

    .custom-payment-plan-card .card-minus-block {
        background-image: url('../minus.png');
        background-position: center;
        background-repeat: no-repeat;
        height: 158px;
        width: 102px;
    }
        
.dashboard-card {
    background: #FFFFFF;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 7px 7px #E7E7E7;
    cursor: pointer;
    flex-flow: column wrap;
    height: 218px;
    margin-bottom: 20px;
    width: 100%;
}

    .dashboard-card .card-arrow-block {
        background-color: rgba(0, 165, 173, 0.11);
        background-image: url('../right-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px 10px 10px 0px;
        height: 218px;
        width: 98px;
    }

    .dashboard-card .card-body-block {
        height: 218px;
        padding: 20px;
        width: calc(100% - 98px);
    }

        .dashboard-card .card-body-block span {
            font-size: 16px;
            font-weight: normal;
            line-height: 19px;
        }
    
        .dashboard-card .card-body-block .payment-amount-label {
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
        }

        .dashboard-card .card-body-block .total-remaining-label {
            font-weight: 600;
        }

        .dashboard-card .card-body-block .payment-plan-error {
            font-size: 11px;
            font-weight: 400;
            line-height: 15px;
            text-transform: none;
            vertical-align: middle;
        }

    .dashboard-card.custom-payment-plan {
        height: 242px;
    }
    
        .dashboard-card.custom-payment-plan .card-arrow-block {
            height: 242px;
        }
        
        .dashboard-card.custom-payment-plan .card-body-block {
            height: 242px;
        }
       
.close-x {
    background-image: url('../x.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 22px;
    width: 22px;
}
        
.card-deck {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 7px 7px #E7E7E7;
}

    .card-deck .collapsable-card {
        width: 100%;
    }

        .card-deck .collapsable-card .collapsable-card-header {
            background: rgba(0, 165, 173, 0.11);
            cursor: pointer;
            font-size: 22px;
            font-weight: 700;
            height: 72px;
            line-height:24px;
            padding: 25px;
        }

            .card-deck .collapsable-card .collapsable-card-header .toggle {
                background-image: url('../toggle-arrow.png');
                background-position: center;
                background-repeat: no-repeat;
                display: inline-block;
                float: right;
                height: 30px;
                width: 30px;
            }

            .card-deck .collapsable-card .collapsable-card-header .toggle.expanded {
                background-image: url('../toggle-line.png');
                background-position: center;
                background-repeat: no-repeat;
            }

        .card-deck .collapsable-card .collapsable-card-body {
            background: #FFFFFF;
            font-size: 17px;
            padding: 25px;
        }

            .card-deck .collapsable-card .collapsable-card-body hr {
                margin-top: 0;
            }

            .card-deck .collapsable-card .collapsable-card-body .row {
                margin-bottom: -7px;
            }
        
.bill-qualifies-notice {
    font-size: 12px !important;
    text-transform: none;
    color: #07163B;
    background: #C6D4DD;
    padding: 4px;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

        .main .top-row.auth {
            justify-content: space-between;
        }

        .main .top-row a, .main .top-row .btn-link {
            margin-left: 0;
        }
}




@media (min-width: 768px) {
        app {
            flex-direction: row;
        }

        .sidebar {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .main .top-row {
            position: sticky;
            top: 0;
        }

    /*    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    */

        .navbar-toggler {
            display: none;
        }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}





#container {
    padding-right: 0;
    padding-left: 0;
}


#contentBorder {
    background: url('../Semi-Circle.png') no-repeat center top;
    border: 1px solid #E2E6F0;
    width: 100%;
    max-width: 480px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 95px 5% 5%;
}

footer#contentBorder {
    background: none;
}

/* For screens that are only ever 1 column (e.g. in a context box)
    i.e. the footer lives OUTSIDE the main content box
*/
.footer-contained {
    border: none !important;
    padding: 16px 0 !important;
}


.sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block
    }




/* For screens that'll expand to 2 columns (i.e. no context box) OR when the footer has to live inside the content box (e.g. BillInUnpayableStatus
    i.e. there isn't a main content box or because of how the page is built, it needs to live inside the content border.
    i.e. there's always a border-top
*/
.footer {
    margin: 10% 5% 0;
    border-top: 1px solid #E2E6F0;
    padding: 15px 0 25px;
}



/* Oh, look! Or don't because the border is gone! */

@media(max-width:576px) {
    .container {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }

    #contentBorder {
        border: none;
        margin-top: -20px;
        padding: 95px 0 0;
    }

    .footer-contained {
        padding: 16px 0 25px !important;
        margin-top: 50px;
    }
}


/* For the bill pay page border between amount and dropdowns when it stacks*/
@media(max-width:768px) {

    #bottomBorder {
        border-bottom: 1px solid #E2E6F0;
    }
}
    
/* YOU SHALL NOT EXPAND, single columns! */

@media (min-width:576px) {
    #contentBorder {
        max-width: 480px;
    }
}

.modal {
    padding: 0 !important;
}

.modal-content {
    position: absolute;
    top: 11.97%;
    background: #F4FCFD;
    box-shadow: 0 7px 7px #E7E7E7;
    border-radius: 10px;
    font-size: 18px;
}

.modal-content.modal-content-bg-white {
    background: #FFFFFF;
}

.modal-content .modal-header {
    border-bottom: 0;
    position: relative;
    padding: 20px;
}

.close {
    position: absolute;
    top: 15px;
    right: 45px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close span {
    font-size: 48px;
    color: #C6D4DD;
    display: block;
    width: 100%; 
    height: 100%;
    text-align: center;
}

.primary-header {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}

.secondary-header {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.bold-numbers {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}

.thin-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.drop-shadow {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 7px 7px #E7E7E7;
}

.payment-method-card {
    height: 90px;
    vertical-align: middle;
    border: 2px solid #E9EFF5;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    padding: 30px 20px;
    margin-top: 15px;
    text-align: left;
}

    .payment-method-card:active {
        -webkit-box-shadow: inset 0px 0px 5px #E2E6F0;
        -moz-box-shadow: inset 0px 0px 5px #E2E6F0;
        box-shadow: inset 0px 0px 5px #E2E6F0;
    }
    
    .payment-method-card:hover {
        -webkit-box-shadow: 0px 0px 5px #E2E6F0;
        -moz-box-shadow: 0px 0px 5px #E2E6F0;
        box-shadow: 0px 0px 5px #E2E6F0;
    }


.payment-method-with_arrow-card {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 7px 7px #E7E7E7;
    cursor: pointer;
    flex-flow: column wrap;
    height: 108px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 334px;
}

    .payment-method-with_arrow-card .card-arrow-block {
        background-color: rgba(0, 165, 173, 0.11);
        background-image: url('../right-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px 10px 10px 0px;
        height: 108px;
        width: 98px;
    }

    .payment-method-with_arrow-card .card-body-block {
        height: 108px;
        padding: 10px;
        padding-left: 20px;
        width: calc(100% - 98px);
    }

        .payment-method-with_arrow-card .card-body-block span {
            font-size: 16px;
            font-weight: normal;
            line-height: 19px;
        }

        .payment-method-with_arrow-card .card-body-block p {
            font-weight: 500;
        }

.confirmation-placeholder  {
    margin-top: 15px;
}      

.language-confirmation-content {
    display: flex;
    align-items: center;
}

.language-confirmation-text {
    flex-grow: 1;
    margin-right: 10px;
    max-width: 275px;
}
.language-confirmation-text p {
    margin:0;
    word-wrap: break-word;
}

.language-modal-container {
    width: 272px;
    margin: 20px auto;
    min-height: 250px;
}

.language-modal-title {
    margin-bottom: 20px;
    text-align: left;
}

.language-modal-button {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #C6D4DD;
    background: #FFF;
    margin-bottom: 10px;
    outline: none !important;
    text-align: left;
}

.language-modal-button .language-icon {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    margin-right: 5px;
    border-radius: 50%;
}

.language-modal-button.selected-language {
    background-color: #E5F4F6;
    border-color: transparent;
}

.language-icon-blue {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.tooltip-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    width: 350px;
    background-color: #C5E9ED;
    color: #343a40;
    font-size: .85em;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 145%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container .tooltip-text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent #C5E9ED transparent transparent;
}

.popup-content {
    filter: drop-shadow(0px 7px 7px #A1B6C4);
    position: fixed;
    right: 70px;
    bottom: 70px;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    background: #F4FCFD;
}

.popup-small {
    width: 265px;
    height: 74px;
}

.popup-large {
    width: 265px;
    height: 94px;
}

div#cc-holder {
    max-height: 60px !important;
}

div#cc-number {
    max-height: 60px !important;
}

div#cc-expiration-date {
    max-height: 60px !important;
}

div#cc-cvc {
    max-height: 60px !important;
}

.tooltip-container-payments {
    position: relative;
    display: inline-block;
}

.pill-badge-payments {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.tooltip-text-payments {
    position: absolute;
    top: 50%;
    left: auto;
    right: calc(100% + 6px);
    transform: translateY(-50%);
    background-color: #F4FCFD;
    color: #333;
    padding: 6px 10px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    font-size: 14px;

}

.tooltip-container-payments:hover .tooltip-text-payments {
    opacity: 1;
    visibility: visible;
}

.tooltip-text-payments::before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -6px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #F4FCFD;
    z-index: -1;
}