body, #root {
    background: #E5E5E5 !important;
}

.select-flags>.MuiOutlinedInput-notchedOutline  { border-style: none!important; }

.head-box {
    display: flex;
    justify-content: center;
}

.white-paper {
    background: #fff;
    border-radius: 4px;
}

.MuiTypography-body1 {
    color: #124258;
}

.price-box {
    border: 1px solid #E6ECEF;
    box-sizing: border-box;
    border-radius: 8px;
    width: 230px;
    height: 192px;
    color: #124258;
}

.price-title {
    background: #F6F8FA;
    border: 1px solid #E6ECEF;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 43px;
    text-align: left;
}

.price-title2 {
    margin-top: 8px;
    display: flex;
}

.price-title2 > .material-icons {
    margin: auto 8px;
}

.price-title2 > span {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}


.plan-price-box {
    padding: 8px 24px;
    text-align: left;
}

.price-val {
    font-size: 24px;
    line-height: 150%;
}

.data-not-included {
    font-size: 12px;
    line-height: 19px;
    width: fit-content;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 8px;
    background: rgba(18, 66, 88, 0.06);
    border: 1px solid rgba(18, 66, 88, 0.24);
    box-sizing: border-box;
    border-radius: 10px;
}

.payment-system {
    border: 1px solid #E6ECEF;
    box-sizing: border-box;
    border-radius: 8px;
    width: 268px;
    height: 102px;
}

.paysystem-title {
    padding: 16px 22px 8px 22px;
    display: flex;
    align-items: center;
}

.box-process {

}

.main-text {
    color: #0085F9;
}

.grey-text {
    color: #8DA2AC;
}

.yellow-text {
    color: #FFD300;
    font-size: 12px !important;
}

.pay-with {
    padding-left: 24px;
}

.checkboxes input[type="checkbox"] {
    opacity: 0;
}

.order-summary {
    width: 352px;
    background: #FFF;
    border-radius: 8px;
}

.plan-box {
    margin: 24px 16px 16px 0 !important;
    border-radius: 4px;
}

.active-plan > .price-box > .price-title {
    background: #EBF3FA;
}

.active-plan > .price-box {
    border: 1px solid #1372E6;
}

.active-plan > .price-box > .price-title > .price-title2 > span {
    font-weight: 700;
    color: #0C0E0F;
}

.price-box > .price-title > .price-title2 > .material-icons {
    color: #C1CCD6;
}

.active-plan > .price-box > .price-title > .price-title2 > .material-icons {
    color: #1372E6;
}

.check-plan {
    display: inline;
    position: absolute;
}


.checkboxes > div > .MuiButton-root {
    margin: 8px 4px 0px 4px;
    color: #345E72;
    text-transform: none;
    justify-content: flex-start;
}

.checkboxes > div {
    width: fit-content;
}

.checkboxes > .border-box {
    border: solid red 1px;
    border-radius: 4px;
    padding: 8px;
}

.button-active {
    border: 1px solid #0085F9 !important;
    background-color: #EBF3FA;
    font-weight: 700;
}

.button-default {
    border: 1px solid rgb(224, 224, 224) !important;
}

.checkboxes > .MuiButton-root {
    border: 1px solid #E6ECEF;
}

.payment-system-button {
    margin: 24px 32px 24px 0 !important;
}

.save-text {
    font-size: 12px !important;
    color: #8DA2AC;
}

.total-price-val {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #124258;
}

.total-price-text {
    font-size: 12px;
    color: #8DA2AC;
}

.active-color {
    filter: invert(32%) sepia(86%) saturate(2429%) hue-rotate(194deg) brightness(103%) contrast(105%);
}

.top-button {
    font-size: 16px !important;
    line-height: 18px !important;
    color: #124258 !important;
    text-transform: none !important;
}

.head-box-buttons {
    display: flex;
    gap: 24%;
}

.line-box {
    width: 33%;
    display: inline-block;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(
            to right,
            #124258,
            #0085F9
    ) 1;
    margin-bottom: 3px;
}

.rotate180 {
    transform: rotate(180deg);
}

.total {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0C0E0F;
}

.currency-select > div > fieldset > legend {
    display: none;
}

.please-login {
    background: #EBF3FA;
    min-height: 48px;
    color: #0C0E0F;
    border-radius: 4px;
}

.am-cta-signup {
    min-width: 300px;
}

#f_countrya, #f_state {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.tax-id {
    width: 92.5% !important;
}

.note-info {
    color: #8DA2AC;
    font-size: 12px;
}

.material-icons .yellow-text {
    font-size: 16px;
}

.left-grid {
}

#coupon-0-error,
#email-0-error,
#tax_id-0-error,
#pass-0-error,
#name_f-error,
#zip-0-error,
#city-0-error,
#street-0-error,
#name_l-error,
#phone-0-error {
    color: red;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    left: 7px;
    width: 258px;
    height: 19px;
    overflow-wrap: break-word;
    inline-size: 240px;
    overflow: hidden;
    top: 52px;
}

#f_countrya-helper-text,
#error-asset {
    color: red !important;
    font-size: 10px;
    line-height: 18px;
}

#f_countrya-helper-text {
    margin: 0 8px;
}

.checkboxes > .am-error {
    display: none !important;
}

#confirm_country {
    max-width: 92%;
}

#row-tax_id-confirm {
    background: rgb(255, 211, 0, 0.15);
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 8px;
}

#row-tax_id-confirm > p {
    font-size: 12px;
    line-height: 146%;
}

@media screen and (max-device-width: 660px) {
    .head-box-buttons {
        gap: 18%;
    }

    .select-plans {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .checkboxes > div > .MuiButton-root {
        margin: 4px;
        width: 100%;
    }

    .checkboxes > div {
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .order-summary {
        width: 100%;
    }

    .right-grid {
        padding: 16px 0;
    }

    body, #root {
        background: #FFF !important;
    }

    .white-paper {
        border: 1px solid #E6ECEF;
        box-sizing: border-box;
        border-radius: 8px;
    }
}
