@font-face {
    font-family: 'Bebas Neue Pro';
    src:         url('/fonts/Dharma Type - Bebas Neue Pro Expanded Regular.otf');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src:         url('/fonts/Dharma Type - Bebas Neue Pro Expanded ExtraBold.otf');
    font-weight: 700;
    font-style:  normal;
}
body {
    font-family: 'Bebas Neue Pro', sans-serif;
}
.bg {
    position:          absolute;
    left:              0;
    top:               70px;
    background-image:  url("/img/caratec/caratec-main-image.jpg");
    background-repeat: no-repeat;
    background-size:   cover;
    height:            370px;
    width:             100%;
    z-index:           -1;
}
@media screen and (max-width: 1443px) {
    .bg {
        background-position-x: calc((1440px - 100vw) / -2);
    }
}
.content {
    min-height:      1000px;
    display:         flex;
    justify-content: center;
}
.content-wrapper {
    width:          830px;
    padding:        105px 10px 0 10px;
    display:        flex;
    flex-direction: column;
    align-items:    center;
}
h1.main-title {
    color:       #ffffff;
    font-size:   60px;
    font-style:  normal;
    font-weight: 700;
    text-align:  center;
}
.iccid-section {
    margin-top:    83px;
    padding:       40px;
    width:         100%;
    border-radius: 20px;
    border:        1px solid #E4E5E9;
    background:    #FFF;
}
.iccid-section-content .fields {
    margin-top:      9px;
    display:         flex;
    justify-content: space-between;
    gap:             20px;
}
.iccid-input-wrapper {
    width:       100%;
    display:     flex;
    align-items: center;
    position:    relative;
}
.iccid-input {
    width:         100%;
    border-radius: 10px;
    color:         #000;
    height:        50px;
    padding:       0 20px;
}
.btn-continue {
    display:         flex;
    align-items:     center;
    justify-content: center;
    height:          50px;
}
.btn-continue:hover,
.payment-credit-card:hover {
    background: #fff;
    color:      #ef7b00;
    border:     1px solid #ef7b00;
}
.iccid-section-content .label {
    font-size: 14px;
}
.faq-container,
.faq-container .accordion-item {
    width: 100%;
}
.faq-container .accordion-item {
    margin-bottom: 10px;
}
.faq-container .accordion-header {
    border-radius: 10px;
    background:    #EFF0F5;
    min-height:    67px;
    padding:       20px 22px 17px 18px;
}
.faq-container .accordion-header .label {
    color:       #3A3E44;
    font-family: "Bebas Neue Pro", sans-serif;
    font-size:   18px;
    font-style:  normal;
    font-weight: 700;
}
.faq-container .accordion-header .accordion-button {
    display:         flex;
    cursor:          pointer;
    justify-content: space-between;
}
.accordion-arrow {
    transition: rotate 0.5s;
}
.faq-container .accordion-header .accordion-button.collapsed .accordion-arrow {
    rotate: 180deg;
}
.faq-section-title {
    margin-top:    60px;
    margin-bottom: 32px;
    text-align:    center;
}
.faq-container .accordion-item .answer {
    padding: 10px;
}

footer {
    background-color: #3A3E44;
    display:          flex;
    flex-direction:   column;
    align-items:      center;
    padding:          40px 0;
    margin-top:       60px;
}
footer > div {
    margin-bottom: 20px;
}
footer a {
    color:     #ffffff;
    font-size: 14px;
}
footer a.main-site {
    font-size: 18px;
}
footer a:hover {
    color: var(--primary);
}
footer .bottom-menu {
    display: flex;
    gap:     40px;
}
.tooltip-icon {
    width:  15px;
    height: 15px;
    margin: 0 5px;
}

.tooltip .tooltip-inner {
    background-color: #3A3E44;
    border-radius:    10px;
}
.tooltip .tooltip-inner {
    color: #ffffff;
}
.tooltip .arrow::before {
    border-top-color: #3A3E44 !important;
}

.hide {
    display: none !important;
}
.card-layout {
    border-radius: 10px;
    background:    #FFF;
    box-shadow:    0 6px 10px 0 rgba(217, 217, 217, 0.33);
}
.iccid-section .details {
    margin-top: 20px;
}
.iccid-section .details .top-info {
    padding: 10px 15px;
    cursor:  pointer;
    height:  100%;
}
.iccid-section .details .top-info .coverage {
    display:         flex;
    width:           100%;
    justify-content: space-between;
}
.iccid-section .details .top-info .coverage div {
    color: var(--primary)
}
.iccid-section .details .refill-section {
    margin-top: 50px;
}
.iccid-section .details .details-header {
    text-align:  center;
    color:       #3A3E44;
    font-size:   18px;
    font-style:  normal;
    font-weight: 700;
    line-height: normal;
}
.iccid-section .details .details-header-description {
    text-align:    center;
    margin-top:    5px;
    margin-bottom: 20px;
    color:         var(--gray-600, #646C7B);
    font-size:     14px;
    font-style:    normal;
    font-weight:   400;
    line-height:   18px;
}
.iccid-section .details .refill-section .refill-item {
    padding:       30px;
    margin-bottom: 30px;
    border-radius: 20px;
    cursor:        pointer;
}
.iccid-section .details .refill-section .selected .refill-item {
    border: solid 2px var(--primary);
}
.iccid-section .details .refill-section .refill-item .bottom {
    margin-top:      30px;
    display:         flex;
    align-items:     center;
    justify-content: space-between;
    color:           #646C7B;
    text-align:      center;
    font-size:       14px;
    font-style:      normal;
    font-weight:     700;
}
.mb-30 {
    margin-bottom: 30px;
}
.coverage-popup {
    position:        fixed;
    left:            0;
    top:             0;
    width:           100vw;
    height:          100vh;
    display:         flex;
    align-items:     center;
    justify-content: center;
    z-index:         9999;
}
.coverage-popup .coverage-content {
    max-width:     500px;
    width:         100%;
    border-radius: 20px;
    background:    var(--white, #FFF);
    box-shadow:    0 4px 26px 0 rgba(210, 214, 222, 0.20);
    padding:       20px;
}
.coverage-popup .coverage-content .coverage-item,
.coverage-popup .coverage-content .coverage-item .title-flag {
    display: flex;
}
.coverage-popup .coverage-content .coverage-item {
    justify-content: space-between;
    padding:         10px 20px;
    border-radius:   10px;
    background:      #EFF0F5;
    margin-bottom:   6px;
    align-items:     center;
}
.coverage-popup .coverage-content .coverage-item .flag {
    width:  30px;
    height: 21px;
    gap:    10px
}
.coverage-popup .coverage-content .coverage-list {
    height:     85vh;
    overflow-y: scroll;
}
.coverage-popup .coverage-content .coverage-item .title-flag {
    gap: 10px;
}
.coverage-popup .coverage-content .coverage-list .operator-title {
    text-align: right;
}
.coverage-popup .coverage-content .coverage-title {
    font-size:     24px;
    font-style:    normal;
    font-weight:   700;
    margin-bottom: 20px;
    margin-top:    20px;
}
.coupon-section {
    display:         flex;
    gap:             20px;
    justify-content: center
}
.coupon-section .btn-coupon {
    color:           var(--primary);
    border:          var(--primary) 1px solid;
    border-radius:   10px;
    display:         flex;
    width:           100px;
    height:          40px;
    flex-direction:  column;
    justify-content: center;
    text-align:      center;
    font-size:       16px;
    font-style:      normal;
    font-weight:     700;
    cursor:          pointer;
}
.coupon-section input {
    border:        #646C7B 1px solid;
    border-radius: 10px;
}
.flex-align-center {
    display:     flex;
    align-items: center;
}
.search-close {
    position: absolute;
    right:    15px;
    width:    20px;
    height:   20px;
    display:  none;
    cursor:   pointer;
}

.founded .search-close {
    display: block;
}
.payment-credit-card {
    background-color: var(--primary);
    border-radius:    10px;
    display:          flex;
    width:            204px;
    height:           50px;
    flex-direction:   column;
    justify-content:  center;
    flex-shrink:      0;
    color:            var(--white, #FFF);
    text-align:       center;
    font-size:        16px;
    font-style:       normal;
    font-weight:      700;
    line-height:      120%;
    cursor:           pointer;
}
.pay-buttons-section {
    display:         flex;
    justify-content: center;
    margin-top:      50px;
}
.used-usage {
    color:       #646C7B;
    font-size:   14px;
    font-style:  normal;
    font-weight: 400;
    line-height: 18px;
}
.refill-description {
    display: none;
}

.top-info-remaining-label {
    color:       #646C7B;
    font-size:   14px;
    font-weight: 400;
}
.top-info-remaining-value {
    color:       #3A3E44;
    font-size:   18px;
    font-weight: 700;
}
#coupon-input-field {
    height:    40px;
    max-width: 245px;
    width:     100%;
}
.coupon-error-field {
    text-align: center;
}
.best-icon {
    height: 21px;
}
.refill-item-title {
    color:       #3A3E44;
    font-size:   18px;
    font-style:  normal;
    font-weight: 700;
    line-height: normal;
}
.custom-top {background-color: var(--white);}

#cookies-message {
    position: fixed !important;
}
@media screen and (max-width: 830px) {
    .custom-top {
        display:         flex;
        justify-content: center;
    }
    
    .iccid-section-content .fields {
        flex-direction: column;
    }
    
    .btn-continue {
        width: 100%;
    }
    
    .main-title {
        font-size:   28px !important;
        white-space: nowrap;
    }
    
    .bg {
        height:                149px;
        background-position-x: unset;
    }
    
    .content-wrapper {
        padding-top: 45px;
    }
    
    .iccid-section {
        margin-top: 25px;
        padding:    20px;
    }
    
    .faq-section-title {
        font-size: 24px;
    }
    
    .content-wrapper {
        width:   100%;
        padding: 0 20px;
    }
    
    .details .row > div {
        margin-bottom: 10px;
    }
    
    .top-info div {
        margin: 0;
    }
    
    .card-layout.refill-item {
        display:         flex;
        margin-bottom:   unset;
        justify-content: space-between;
    }
    
    .iccid-section .details .refill-section .refill-item .bottom {
        height:         unset;
        margin-top:     unset;
        flex-direction: row-reverse;
    }
    
    .iccid-section .details .refill-section .refill-item {
        margin-bottom: unset;
        padding:       15px;
    }
    
    .refill-item-title {
        display:     flex;
        align-items: center;
        color:       #3A3E44;
        font-size:   18px;
        font-style:  normal;
        font-weight: 700;
        line-height: normal;
    }
    
    .refill-description {
        display:     flex;
        color:       #646C7B;
        text-align:  center;
        font-size:   14px;
        font-style:  normal;
        font-weight: 400;
        line-height: 18px;
        margin:      20px 0;
    }
    
    .payment-credit-card {
        width: 100%;
    }
    
    .iccid-section .details .top-info {
        height: 70px;
    }
    
    .best-icon, .best-icon svg {
        height: 30px;
    }
}
