body {
    background:              var(--white);
    font-family:             Lato, sans-serif;
    overflow-x:              hidden;
    overflow-y:              auto;
    min-height:              100%;
    height:                  100vh;
    width:                   100%;
    font-size:               14px;
    font-weight:             400;
    margin:                  0;
    padding:                 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:  antialiased;
}
.notice-wrapper {
    width:      100%;
    background: #FFBC00;
}
.notice-wrapper .notice {
    margin:      0 auto;
    width:       535px;
    color:       #0F2C46;
    font-size:   16px;
    text-align:  center;
    line-height: 24px;
    padding:     14px 0;
}
.notice-wrapper .notice b {
    font-weight: 700;
}
.notice-wrapper .notice a {
    font-weight:     700;
    color:           #0F2C46;
    text-decoration: underline;
}
.custom-top {
    height:             60px;
    width:              100%;
    background-color:   #0c012b;
    position:           fixed;
    top:                0;
    right:              0;
    left:               0;
    z-index:            1030;
    box-shadow:         0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0 3px 2px rgba(0, 0, 0, 0.1);
}
.caratec-page .custom-top{ background-color:  var(--white);}
.custom-top .wrapper-mobile {
    position:            absolute;
    top:                 50px;
    height:              100vh;
    width:               100%;
    margin-left:         275px;
    background:          rgba(0, 0, 0, 0.5);
    display:             none;
    transition-duration: 200ms;
}
.custom-top .navbar {min-width: 740px;}
.custom-top li {
    height:             50px;
    min-width:          110px;
    font-family:        "Lato", sans-serif;
    text-align:         center;
    line-height:        28px;
    font-size:          15px;
    margin-right:       10px;
    -webkit-transition: border-top-color .3s ease;
    -o-transition:      border-top-color .3s ease;
    transition:         border-top-color .3s ease;
}
.navbar-nav li > a {
    height:     50px;
    border-top: 3px solid transparent;
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav li:hover > a {border-color: var(--primary);}
.custom-top .dropdown-menu {
    text-align:         left;
    list-style:         none;
    background-color:   var(--white);
    border:             none;
    background-clip:    padding-box;
    border-radius:      0;
    min-width:          150px;
    font-size:          15px;
    font-family:        "Lato", sans-serif;
    width:              auto;
    z-index:            999;
    margin-left:        -20px;
    margin-top:         0;
    padding:            0;
    box-shadow:         5px 7px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 7px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    5px 7px 4px 0 rgba(0, 0, 0, 0.1);
}
.custom-top .dropdown-item {padding: 10px 15px;}
.custom-top .dropdown-menu a {
    border-left: 3px solid transparent;
    color:       var(--navigation-text-color);
}
.custom-top .dropdown-menu a:hover {border-left-color: var(--primary);}
.custom-top .dropdown:hover > .dropdown-menu {display: block;}
.custom-top .for-business-block {
    background-color:   var(--primary);
    vertical-align:     top;
    height:             50px;
    min-width:          120px;
    padding-right:      15px;
    display:            inline-block;
    float:              left;
    cursor:             pointer;
    text-decoration:    none;
    outline:            none;
    border:             none;
    -webkit-transition: all .3s ease;
    -o-transition:      all .3s ease;
    transition:         all .3s ease;
}
.custom-top .for-business-block:hover {
    background-color:   var(--primary-hover);
    -webkit-box-shadow: -1px 12px 5px -10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow:    -1px 12px 5px -10px rgba(0, 0, 0, 0.43);
    box-shadow:         -1px 12px 5px -10px rgba(0, 0, 0, 0.43);
}
.custom-top .for-business-image {
    height:         100%;
    vertical-align: middle;
}
.custom-top .for-business-image .business-img {
    background:      url(../../img/business_50px.png) no-repeat -38px 15px;
    height:          50px;
    width:           40px;
    background-size: 190%;
}
.custom-top .for-business-image,
.custom-top .for-business-button {display: inline-block;}
.custom-top .for-business-button span {
    text-align:      center;
    vertical-align:  middle;
    border:          0;
    color:           var(--white);
    text-decoration: none;
    font-size:       15px;
}
.custom-top .currencies,
.custom-top .my-account,
.custom-top .language-picker {
    display:     inline-block;
    float:       right;
    height:      50px;
    width:       100px;
    text-align:  center;
    line-height: 45px;
    font-size:   15px;
    cursor:      pointer;
}
.custom-top .my-account { width: 170px;}
.custom-top .currencies { width: 50px; }
.custom-top .currencies:hover > ul.dropdown-menu,
.custom-top .my-account:hover > ul.dropdown-menu,
.custom-top .language-picker:hover > ul.dropdown-menu {display: block;}
.custom-top .my-account > a,
.custom-top .language-picker > a {
    text-decoration: none;
    height:          60px;
    width:           85px;
    display:         block;
    border-top:      3px solid transparent;
}
.custom-top .currencies > a {
    text-decoration: none;
    height:          50px;
    width:           50px;
    display:         block;
    border-top:      3px solid transparent;
}
.custom-top .language-picker > a {padding-left: 15px;}
.custom-top .language-picker.white-label-lang > a {
    padding-left: 10px;
    width:        80px;
}
.custom-top .my-account > a {width: 170px;}
.custom-top .currencies:hover > a,
.custom-top .my-account:hover > a,
.custom-top .language-picker:hover > a {border-color: var(--primary);}
.custom-top .currencies li,
.custom-top .my-account li,
.custom-top .language-picker li {
    border-top:   none;
    line-height:  50px;
    border-left:  3px solid transparent;
    margin-right: 0;
}
.custom-top .currencies li > a,
.custom-top .language-picker li > a {
    width:        100%;
    height:       100%;
    display:      block;
    margin-left:  0;
    margin-right: 0;
    line-height:  50px;
    border-left:  0;
}
.custom-top .language-picker.white-label-lang li > a {
    text-align:         center;
    padding-left:       0;
    margin-left:        0;
    height:             50px;
    line-height:        50px;
    background-color:   var(--white);
    -webkit-transition: background-color .3s ease;
    -o-transition:      background-color .3s ease;
    transition:         background-color .3s ease;
}
.custom-top .currencies li > a:hover,
.custom-top .language-picker.white-label-lang li > a:hover {background-color: var(--gray-100);}
.custom-top .my-account li,
.custom-top .language-picker li {min-width: 85px;}
.custom-top .currencies li {min-width: 50px;margin-right: 0;}
.custom-top .currencies li:hover,
.custom-top .my-account li:hover,
.custom-top .language-picker li:hover {
    border-color:     var(--primary);
    background-color: var(--gray-200);
}
.custom-top .currencies li:hover a,
.custom-top .my-account li:hover a,
.custom-top .language-picker li:hover a {
    border-left:     none;
    text-decoration: none;
}
.custom-top .currencies .dropdown-menu {
    margin-top:  0;
    margin-left: 0;
    min-width:   35px;
    position:    relative;
    top:         0;
}
.custom-top .language-picker .dropdown-menu {
    margin-top:  0;
    margin-left: 0;
    min-width:   85px;
    position:    relative;
    top:         0;
}
.custom-top .language-picker.white-label-lang .dropdown-menu {
    min-width: 50px;
    padding:   0;
    margin:    0;
}
.custom-top .dropdown > .dropdown-toggle:active {pointer-events: none;}
.custom-top a { color: var(--navigation-text-color); }
.custom-top .navbar-brand {
    margin:  0;
    padding: 0;
    height:  50px;
    float:   left;
}
.custom-top .mobile-item {display: none;}
[dir=ltr] h1,
[dir=ltr] h2,
[dir=ltr] h3,
[dir=ltr] h4,
[dir=ltr] h5,
[dir=ltr] h6 {font-family: var(--font-family);}
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {font-family: var(--font-family-rtl);}
h1 {
    color:          var(--indigo);
    font-size:      34px;
    text-align:     center;
    text-transform: uppercase;
    margin-bottom:  0;
}
h2 {font-size: 26px;}
header {
    background:      var(--gray-100) url(../../img/bg_topup_1700.png) no-repeat center;
    background-size: cover;
    height:          430px;
    padding-top:     50px;
}
header.capestone {
    background:      var(--gray-100) url(../../img/capestone-bridge.png) no-repeat center;
    background-size: cover;
}
header h1 {
    padding-top:    312px;
    padding-bottom: 20px;
    font-size:      40px;
}
header.capestone h1 {color: var(--white);}
.link-product-id,
.product-id-label {
    font-family:   Lato, sans-serif;
    font-size:     14px;
    color:         var(--gray-600);
    display:       inline-block;
    margin-bottom: 10px;
}
.link-product-id {
    cursor:          pointer;
    text-decoration: underline !important;
    margin-top:      10px;
    margin-bottom:   60px;
    color:           var(--gray-400) !important;
    min-width:       180px;
    margin-right:    235px;
    text-align:      left;
}
.product-id-input {
    border-radius: 5px;
    height:        35px;
    width:         420px;
    padding:       10px 15px;
    outline:       none;
    border:        1px solid var(--gray-400);
}
.content-wrapper {
    margin:         0 auto;
    width:          420px;
    min-height:     calc(100vh - 431px);
    padding-top:    50px;
    padding-bottom: 150px;
}
.payment-btn {width: 160px;}
.refill-list span {
    display: inline-block;
    width:   85px;
}
.continue-btn {
    width:              180px;
    height:             50px;
    border-radius:      25px;
    margin-bottom:      50px;
    vertical-align:     unset;
    padding:            5px 0;
    position:           relative;
    -webkit-transition: opacity .1s ease;
    -o-transition:      opacity .1s ease;
    transition:         opacity .1s ease;
    text-transform:     uppercase;
}
input::placeholder {
    font-size: 14px;
    color:     var(--gray-300) !important;
}
input:focus::-webkit-input-placeholder {
    color:   transparent;
    opacity: 0;
}
input:focus:-moz-placeholder {
    color:   transparent;
    opacity: 0;
}
main {
    width:            100%;
    background-color: var(--white);
    position:         relative;
}
.steps-wrapper {
    height:        70px;
    width:         100%;
    text-align:    center;
    margin-bottom: 100px;
}
.steps-bg {
    background:      url(../../img/steps_icons.png) no-repeat;
    background-size: cover;
    height:          70px;
    width:           110px;
    vertical-align:  middle;
    display:         inline-block;
    margin:          0;
}
.steps-bg > div {margin-top: 90px;}
.step-1 {background-position: 10px 0;}
.enter-product-id {margin-left: -20px;}
.select-data-plan {padding-left: 20px;}
.step-2 {background-position: -110px 0;}
.step-3 {background-position: -225px 0;}
.get-online {padding-left: 20px;}
.step-points {
    color:     var(--gray-300);
    font-size: 28px;
}
.steps-explain {
    text-align: center;
    width:      420px;
    margin:     10px auto 60px;
}
.steps-explain span {
    width:          137px;
    display:        inline-block;
    color:          var(--gray-600);
    text-align:     center;
    font-size:      14px;
    vertical-align: top;
}
.text-danger {
    font-size:   12px;
    font-weight: 600;
    padding-top: 10px;
    width:       225px;
    text-align:  right;
    right:       0;
}
footer {
    position:         absolute;
    bottom:           0;
    padding:          38px 0;
    width:            100%;
    height:           150px;
    background-color: var(--gray-100);
}
footer .secure-payment {
    position:         absolute;
    left:             0;
    right:            0;
    top:              -10px;
    font-size:        12px;
    color:            var(--text-by-default);
    background-color: var(--gray-100);
    width:            150px;
    margin-left:      auto;
    margin-right:     auto;
    line-height:      20px;
}
footer .payment-method {
    margin:    0 auto;
    border:    1px solid var(--gray-900);
    max-width: 420px;
}
footer .payment-method span {
    background: url(../../img/payment_icons.png) no-repeat center center;
    height:     35px;
    width:      54px;
    margin:     19px 6px 12px 6px;
    display:    inline-block;
}
footer .payment-method .paypal {
    background-position: -391px center;
    width:               35px;
}
footer .payment-method .visa {
    background-position: -497px center;
    width:               45px;
}
footer .payment-method .master-card {background-position: -629px center;}
footer .payment-method .american-express {background-position: -764px center;}
footer .payment-method .discover {background-position: -906px center;}
footer .payment-method .ideal {
    background-position: -1049px center;
    width:               40px;
}
@media only screen and (max-width: 1366px) {
    .custom-top .navbar {min-width: 619px;}
    
    .custom-top li {min-width: 85px;}
    
    footer {position: relative;}
}
@media only screen and (max-width: 1300px) {
    .custom-top li {min-width: 80px; }
    
    header {height: 350px;}
    
    header h1 {
        padding-top:    225px;
        padding-bottom: 46px;
        font-size:      24px;
    }
    
    .steps-wrapper {height: 50px;}
    
    .steps-bg {
        height: 50px;
        width:  75px;
    }
    
    .steps-bg > div {margin-top: 70px;}
    
    .step-1 {background-position: 5px 0;}
    
    .step-2 {background-position: -80px 0;}
    
    .step-3 {background-position: -165px 0;}
    
    .steps-explain {padding-bottom: 20px;}
    
    .steps-explain span {width: 115px;}
    
    .content-wrapper,
    .product-id-input {width: 320px;}
}
@media only screen and (max-width: 1200px) {
    .custom-top .navbar-brand {
        float:      none;
        width:      100%;
        text-align: center;
    }
    
    .custom-top .navbar-brand.white-label-brand {
        width:        calc(100% - 90px);
        padding-left: 0;
    }
    
    .custom-top .navbar {
        height:     50px;
        width:      100%;
        text-align: center;
        position:   fixed;
        top:        0;
        left:       0;
    }
    
    .custom-top li {
        font-size:   14px;
        line-height: 28px;
    }
    
    .custom-top .dropdown-menu {
        box-shadow:         none;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        font-size:          14px;
        padding-left:       15px;
        margin-left:        -18px;
    }
    
    .custom-top .my-account > a,
    .custom-top .language-picker > a {
        font-size:   14px;
        line-height: 44px;
    }
    
    .navbar-nav {
        left:             0;
        top:              50px;
        height:           100vh;
        position:         fixed;
        background-color: var(--white);
        overflow-y:       auto;
        width:            275px;
        display:          block;
        list-style:       none;
        margin:           0;
        z-index:          300;
        font-size:        14px;
        text-transform:   uppercase;
        padding-left:     0;
    }
    
    .custom-top li {
        margin-right: 0;
        text-align:   left;
    }
    
    .custom-top li {
        border-left:        3px solid transparent;
        font-size:          14px;
        height:             auto;
        width:              100%;
        -webkit-transition: border-left-color .3s ease;
        -o-transition:      border-left-color .3s ease;
        transition:         border-left-color .3s ease;
    }
    
    .custom-top li:hover {
        border-top:        none;
        background-color:  var(--white);
        border-left-color: var(--primary);
    }
    
    .custom-top li > a {
        font-size: 14px;
        border:    none;
    }
    
    .navbar-nav .nav-link {
        height:       45px;
        padding-left: 15px;
    }
    
    .custom-top .for-business-block,
    .custom-top .my-account,
    .custom-top .language-picker {display: none;}
    
    .custom-top .currencies {display: none;}
    
    .custom-top .mobile-item .for-business-block,
    .custom-top .mobile-item {display: block;}
    
    .custom-top .language-picker.white-label-lang {
        display: block;
        width:   80px;
        margin:  0 10px 0 0;
    }
    
    .custom-top .dropdown-menu a {
        line-height:      28px;
        padding-left:     35px;
        height:           45px;
        background-color: var(--gray-100);
        cursor:           pointer;
    }
    
    .custom-top .mobile-item .for-business-block {
        margin-top:  20px;
        margin-left: 15px;
    }
    
    .steps-explain {margin: 10px auto;}
    
    .link-product-id {margin-bottom: 30px;}
    
    footer .footer-wrapper {padding: 0;}
}
@media only screen and (max-width: 992px) {
    .custom-top .navbar {min-width: 100%;}
    
    footer {padding: 38px 15px;}
}
@media only screen and (max-width: 768px) {
    header {height: 250px;}
    
    header h1 {
        padding-top:    155px;
        padding-bottom: 20px;
        font-size:      20px;
    }
    
    .content-wrapper {
        padding-bottom: 0;
        margin:         20px auto;
        padding-top:    0;
    }
    
    .notice-wrapper .notice { width: 85%; }
    
    footer .payment-method span { margin: 18px 3px 6px 2px;}
}
@media only screen and (max-width: 576px) {
    footer .payment-method .paypal {width: 30px;}
}
@media only screen and (max-width: 320px) {
}
/**-----------  General Popups ------------**/
#common-popup { display: none; }
#common-popup .popup-close-button {height: 30px;}
#common-popup .popup-close-button span {
    position: absolute;
    top:      20px;
    right:    20px;
    width:    18px;
    height:   18px;
    cursor:   pointer !important;
}
#common-popup .popup-close-button span:after,
#common-popup .popup-close-button span:before {
    position:         absolute;
    content:          "";
    width:            2px;
    height:           18px;
    margin-left:      9px;
    background-color: var(--primary);
}
#common-popup .popup-close-button span:hover:after,
#common-popup .popup-close-button span:hover:before {opacity: 0.8;}
#common-popup .popup-close-button span:before {transform: rotate(45deg);}
#common-popup .popup-close-button span:after {transform: rotate(-45deg);}
#common-popup .product-id-explain {
    position:   fixed;
    width:      100%;
    min-height: 200px;
}
