.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity))
}

.uk-navbar-nav > li.uk-active > a {
    color: #000000;
}

.uk-navbar-nav > li.uk-active > a:hover {
    color: #336F7A;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
    color: #cfcfcf;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
    color: #999999;
    outline: none;
}

/*
 * Primary
 */
.uk-button-green {
    background-color: #51A9B9;
    color: #fff;
    border: 1px solid transparent;
}

/* Hover + Focus */
.uk-button-green:hover,
.uk-button-green:focus {
    background-color: #51A9B9;
    color: #fff;
}

/* OnClick + Active */
.uk-button-green:active,
.uk-button-green.uk-active {
    background-color: #51A9B9;
    color: #fff;
}

.root-flex-layout {
    display: flex;
    display: -webkit-flex;
    height: 100vh;
    flex-direction: column;
}

.header {
    background-color: #ffffff;
    color: #666;
}

.header .title {
    color: #336F7A;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.header .nav-item {
    text-decoration: none;
    color: #999999;
    font-weight: 500;
    font-size: 22px;
}

.header .nav-item:hover {
    color: #336F7A;
}

.header-mob {
    background-color: #080E1C;
    color: #ffffff;
}

.header-transparent {
    background-color: transparent;
    color: #ffffff;
    padding: 1.2rem;
}

.header-transparent .title {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
}

.header-mob .nav-item {
    text-decoration: none;
    color: #cfcfcf;
    font-size: 1.0rem;
    margin-right: 1.0rem;
    margin-top: .4rem;
}

.header-mob .title {
    color: #336F7A;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
}

.header-mob .ic-logo {
    width: 2.0rem;
}

.header-mob .ic-menu {
    width: 1.3rem;
}

.header-mob .nav-bar {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.footer {
    background-color: #080E1C;
    color: #ffffff;
}

.footer h3, h4, h5 {
    color: #ffffff;
}

.footer .title {
    color: #ffffff;
}

.footer .desc {
    padding-top: 6px;
    padding-bottom: 6px;
}

.footer .desc > a {
    color: #999999;
    text-decoration: none;
}

.footer .desc > a:hover {
    color: #cfcfcf;
    text-decoration: underline;
}

.premium-plan .item-active {
    padding: 3px;
    border: 0 solid #E4E4E4;
    background: linear-gradient(180deg, #336F7A 0%, #28556A 100%);
    border-radius: 10px;
}

.plan-item-content {
    border-radius: 8px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    height: 100%;
    flex-direction: column;
}
.item-active .plan-select{
    display: none;
}
.plan-selected{
    display: none;
}
.item-active .plan-selected{
    display: inline;
}

.plan-item-desc {
    color: #ffffff;
    border-radius: 8px;
    background-color: #070D1B;
    font-size: 14px;
}
.item-active .plan-item-content{
    color: #ffffff;
}
.item-active .plan-item-desc{
    color: #ffffff;
}

.item-current {
    background-color: #FC5B7A;
}

.save-discount {
    border-radius: 18px;
    background: #5EB505;
    padding: 0.25rem .8rem;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: bold;
}

.plan-badge-box {
    height: 1.5rem;
    margin-top: -0.75rem;
}

.plan-badge-box .plan-badge {
    border-radius: 2.25rem;
    color: #ffffff;
    padding: 0.45rem 1.5rem;
    text-transform: capitalize;
    background: #FC5B7A;
}

.plan-billed-desc {
    font-size: 0.875rem;
    color: #999999;
    font-weight: lighter;
    display: none;
}

.item-active .plan-billed-desc{
    display: inline;
}

.plan-get-btn{
    margin: 10px auto 16px auto;
    padding: 6px 32px;
    border: 1px solid #E4E4E4;
    border-radius: 24px;
}
.item-active .plan-billed-desc{
    color: #ffffff;
}
.plan-billed-old {
    font-size: 0.875rem;
    color: #999999;
    text-decoration: line-through;
    text-decoration-color: #999999;
}

.uk-label {
    background: #38C4C8;
}

.ip-risk-check {
    background: #080E1C;
    color: #ffffff;
}

.ip-risk-check > div {
    height: 21px;
}

.pay-method {
}

.pay-method .title {
    font-size: 24px;
    color: #000000;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    border-left: 0 solid #e5e5e5;
}

/* Vertical */
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    right: 0;
    border-top: 0 solid #e5e5e5;
}

.btn-my-account {
    text-decoration: none;
    margin-right: .2rem;
    color: #ffffff;
    cursor: pointer;
    font-size: .8rem;
    font-weight: bold;
    padding: 1px .1rem 1px 1px;
    background-image: linear-gradient(90deg, #069BE0, #62E6B4);
    background-image: -webkit-linear-gradient(90deg, #069BE0, #62E6B4);
    border-radius: .6rem;
}

.btn-my-account div {
    background-color: #070D1B;
    border-radius: .6rem;
    padding: .2rem .6rem;
}

.btn-my-account:hover, .btn-get-started:hover {
    text-decoration: none;
    color: #38C4C8;
}

.btn-get-started {
    text-decoration: none;
    margin-left: .2rem;
    color: #ffffff;
    font-size: .8rem;
    font-weight: bold;
    padding: .2rem .6rem;
    background-image: linear-gradient(90deg, #069BE0, #62E6B4);
    background-image: -webkit-linear-gradient(90deg, #069BE0, #62E6B4);
    border-radius: .6rem;
}

.uk-text-success {
    color: #51A9B9 !important;
}

.uk-text-danger {
    color: #f0506e !important;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    /* 1 */
    display: inline-block;
    border-radius: 6px;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
    line-height: 38px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #38C4C8;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
    background-color: #f8f8f8;
    color: #999;
    border-color: #e5e5e5;
}

/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
    color: #999 !important;
}

.uk-input::placeholder {
    color: #999;
}

.uk-textarea::-ms-input-placeholder {
    color: #999 !important;
}

.uk-textarea::placeholder {
    color: #999;
}

.uk-button {
    border-radius: 6px;
}

.rounded-border {
    border-radius: 6px;
}

.language-switch {
    color: #ffffff;
}

.language-switch:hover {
    color: #ffffff;
}

.language-switch:focus {
    color: #ffffff;
}

.language-item {
    font-size: 18px;
}

.language-item .uk-active > a {
    color: #38C4C8;
}

.uk-dropdown-nav > li > a:hover {
    background: #cfcfcf;
}

.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
    color: #38C4C8;
}

hr, .uk-hr {
    /* 1 */
    overflow: visible;
    /* 2 */
    text-align: inherit;
    /* 3 */
    margin: 0 0 20px 0;
    border: 0;
    border-top: .5px solid #444;
}

.copy-right {
    color: #999999;
    font-size: 14px;
    margin: 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/*Home Banner*/
.home-banner {
    background: linear-gradient(180deg, #28556A 0%, #336F7A 100%);
    padding-top: 60px;
}
.home-banner >div{
    margin-top: 80px;
}
.margin-top-80 {
    margin-top: 80px;
}

@media (min-width: 960px) {
    .home-banner {
    }

    .home-banner-title {
        font-size: 60px;
        color: #000000;
        line-height: 72px;
        font-weight: bolder;
    }

    .home-banner-title-white {
        font-size: 60px;
        color: #ffffff;
        line-height: 72px;
        font-weight: bolder;
    }

    .home-banner-subtitle-white {
        font-size: 24px;
        color: #ffffff;
    }

    .home-banner-desc-white {
        font-size: 18px;
        color: #ffffff;
    }
}

@media (max-width: 960px) {
    .home-banner-title {
        font-size: 60px;
        color: #000000;
        line-height: 72px;
        font-weight: bolder;
        text-align: center !important;
    }

    .home-banner-title-white {
        font-size: 2.2rem;
        color: #ffffff;
        margin-top: 5.0rem;
        margin-bottom: 1.0rem;
        line-height: 2.0rem;
        font-weight: bold;
        text-align: center !important;
    }

    .home-banner-subtitle-white {
        text-align: center !important;
        font-size: 1.2rem;
        color: #ffffff;
    }

    .home-banner-desc-white {
        text-align: center !important;
        font-size: 1.15rem;
        color: #ffffff;
    }
}

.font-color-white {
    color: #ffffff;
}

.font-color-grey {
    color: #C6CDDF;
}

.home-banner-subtitle {
    font-size: 24px;
    color: #080E1C;
}

.home-banner-desc {
    font-size: 18px;
    color: #080E1C;
}

@media (max-width: 960px) {
    .home-banner-image {
        margin-bottom: 1.8rem;
    }

    .common-btn {
        border-radius: 24px;
        height: 50px;
        width: 100%;
        line-height: 50px;
        text-align: center;
        background: #336F7A;
        color: #ffffff;
        font-size: 18px;
        text-transform: capitalize;
    }

    .common-btn-grey {
        border-radius: 24px;
        height: 50px;
        width: 100%;
        line-height: 50px;
        text-align: center;
        background: #cfcfcf;
        color: #ffffff;
        font-size: 18px;
        text-transform: capitalize;
    }

    .common-btn-green {
        border-radius: 12px;
        height: 50px;
        line-height: 50px;
        background: #39C5C7;
        color: #ffffff;
        font-size: 18px;
        text-transform: capitalize;
    }

    .guarantee-desc {
        font-size: 16px;
        color: #080E1C;
    }

    .guarantee-desc-grey {
        font-size: 1.0rem;
        color: #C6CDDF;
        text-align: center;
    }

    .home-top-platform-title {
        font-size: 1.4rem;
        color: #080E1C;
        font-weight: bold;
        margin-top: 1.4rem;
        text-align: center !important;
    }
    .home-top-platform-title-white {
        font-size: 1.2rem;
        color: #ffffff;
        font-weight: 500;
        margin-top: 1.0rem;
        text-align: center !important;
    }
    .banner-platform {
        margin-bottom: 1.6rem !important;
    }

    .platform-layout {
        text-align: center !important;
    }

    .platform-layout > a {
        margin-left: .8rem;
        margin-right: .8rem;
    }

    .feature-layout {
        margin-top: 0;
        text-align: center;
        font-size: 1.2rem;
    }

    .feature-title {
        color: #28223C;
        font-size: 1.6rem;
        margin-top: 0;
        font-weight: bold;
        text-align: center;
    }

    .feature-image {
        width: 70%;
        margin-top: 2.0rem;
    }

    .home-left-menu {
        background-color: #080E1C;
    }

    .feature-desc-list {
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
        padding-bottom: 2.0rem;
    }

    .feature-desc-list > div {
        margin-left: .6rem;
        margin-right: .6rem;
    }

    .feature-global-subtitle {
        color: #336F7A;
        font-size: 1.6rem;
        font-weight: bolder;
    }

    .feature-global-subtitle-large {
        color: #3AC5C8;
        font-size: 2.4rem;
        font-weight: bolder;
    }

    .feature-global-desc {
        color: #336F7A;
        font-size: .8rem;
        font-weight: bold;
    }

    .mob-download {
        padding-bottom: 1.4rem;
        margin-top: 2.6rem;
    }

    .mob-download-new {
        margin-top: 1.6rem;
    }

    .mob-download-btn {
        background: #070D1B;
        border-radius: .6rem;
        width: 75%;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        margin: .4rem auto;
        padding: .7rem .4rem;
    }

    .mob-download-btn > img {
        width: 1.6rem;
        margin-right: .8rem;
    }

    .mob-download-btn-round {
        background: #070D1B;
        border-radius: 2.0rem;
        width: 75%;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        margin: .4rem auto;
        padding: .7rem .4rem;
    }

    .mob-download-btn-round-padding {
        background: #070D1B;
        border-radius: 2.0rem;
        width: 75%;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        margin: .6rem auto;
        padding: .8rem .4rem;
    }

    .mob-download-btn-round > img {
        width: 1.6rem;
        margin-right: .8rem;
    }

    .mob-download-btn-round-green {
        background: #336F7A;
        border-radius: 2.0rem;
        width: 75%;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        margin: .4rem auto;
        padding: .7rem .4rem;
    }

    .mob-download-btn-round-green > img {
        width: 1.6rem;
        margin-right: .8rem;
    }

    .instruction-title {
        color: #080E1C;
        font-size: 1.24rem;
        font-weight: 600;
        margin-left: .8rem;
        margin-right: .8rem;
    }

    .instruction-desc {
        color: #999999;
        font-size: 1.15rem;
        margin-left: .8rem;
        margin-right: .8rem;
    }

    .platform-promotion {
        font-size: 1.2rem;
        color: #FFFFFF;
    }

    .promotion-title {
        font-size: 1.8rem;
    }

    .promotion-subtitle {
        font-size: 1.4rem;
    }

    .promotion-desc {
        font-size: 1.2rem;
    }

    .common-btn-white {
        border-radius: 24px;
        height: 50px;
        line-height: 50px;
        background: #ffffff;
        color: #336F7A;
        font-size: 1.2rem;
        width: 75%;
        text-transform: capitalize;
        border-color: #ffffff;
        border-width: 0;
    }

    .common-btn-white-1-1 {
        border-radius: 24px;
        height: 50px;
        line-height: 50px;
        background: #ffffff;
        color: #336F7A;
        width: 100%;
        font-size: 1.2rem;
        text-transform: capitalize;
        border-color: #ffffff;
        border-width: 0;
    }

    .download-platform-title {
        color: #070D1B;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        margin-top: 5.0rem;
    }

    .download-platform-desc {
        color: #999999;
        font-size: 1.0rem;
        text-align: center;
    }

    .download-feature-desc {
        color: #333;
        font-size: 1.0rem;
        font-weight: 300;
    }

    .platform-title {
        font-size: 1.0rem;
        font-weight: 700;
        color: #070D1B;
    }

    .platform-screen-img {
        text-align: center;
        width: 75%;
    }

    .platform-screen-img > img {
        margin-left: auto;
        margin-right: auto;
    }

    .download-feature-desc-list {
        margin-top: 1.6rem;
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    .common-btn-round {
        border-radius: 2.0rem;
        height: 50px;
        width: 75%;
        line-height: 50px;
        background: linear-gradient(0deg, #069BE0 0%, #62E6B4 100%);
        color: #ffffff;
        font-size: 1.2rem;
        text-transform: capitalize;
    }
}

@media (min-width: 960px) {
    .home-banner-image {
    }

    .common-btn {
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background: #336F7A;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .common-btn-grey {
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background: #cfcfcf;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .common-btn-green {
        border-radius: 12px;
        height: 50px;
        line-height: 50px;
        background: #336F7A;
        color: #ffffff;
        font-size: 18px;
        text-transform: capitalize;
    }

    .guarantee-desc {
        font-size: 16px;
        color: #080E1C;
        margin-bottom: 40px !important;
    }

    .guarantee-desc-grey {
        font-size: 16px;
        color: #C6CDDF;
    }

    .feature-layout {
        margin-top: 20px !important;
    }

    .home-top-platform-title {
        font-size: 16px;
        color: #080E1C;
        font-weight: 700;
    }

    .home-top-platform-title-white {
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
    }

    .feature-title {
        color: #28223C;
        font-size: 32px;
        font-weight: 700;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .feature-image {
        margin-top: 20px;
    }

    .feature-desc-list {
        display: flex;
        height: 50vh;
        flex-direction: column;
    }

    .feature-global-subtitle {
        color: #336F7A;
        font-size: 54px;
        font-weight: bolder;
    }

    .feature-global-subtitle-big {
        color: #336F7A;
        font-size: 74px;
        font-weight: bolder;
        line-height: 54px;
    }

    .feature-global-desc {
        color: #336F7A;
        font-size: 18px;
    }

    .instruction-title {
        color: #080E1C;
        font-size: 20px;
        font-weight: bold;
    }

    .instruction-desc {
        color: #999999;
        font-size: 16px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .platform-promotion {
        font-size: 18px;
        color: #FFFFFF;
    }

    .promotion-title {
        font-size: 36px;
    }

    .promotion-subtitle {
        font-size: 24px;
    }

    .promotion-desc {
        font-size: 18px;
    }

    .common-btn-white {
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background: #ffffff;
        color: #336F7A;
        font-size: 18px;
        font-weight: bold;
        text-transform: capitalize;
        border-color: #ffffff;
        border-width: 0;
    }

    .common-btn-white-1-1 {
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background: #ffffff;
        color: #336F7A;
        font-size: 18px;
        font-weight: bold;
        text-transform: capitalize;
        border-color: #ffffff;
        border-width: 0;
    }

    .download-platform-title {
        color: #070D1B;
        font-size: 36px;
        font-weight: bold;
    }

    .download-platform-desc {
        color: #999999;
        font-size: 14px;
    }

    .download-feature-desc {
        color: #444444;
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .platform-title {
        font-size: 16px;
        font-weight: 700;
        color: #070D1B;
    }

    .platform-screen-img {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .common-btn-round {
        border-radius: 24px;
        height: 50px;
        line-height: 50px;
        background: #336F7A;
        color: #ffffff;
        font-size: 18px;
        text-transform: capitalize;
    }
}

.common-btn-small {
    border-radius: 8px;
    height: 42px;
    line-height: 42px;
    background: #336F7A;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}

.common-btn-small-black {
    border-radius: 24px;
    height: 42px;
    line-height: 42px;
    background: #070D1B;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}


.feature-global-location {
    background: #F5F5F5;
}

.platform-list {
    background: #F5F5F5;
}

.platform-name {
    color: #080E1C;
    font-weight: bold;
    text-decoration: none;
}

.platform-name:hover, .platform-name:focus {
    color: #000000;
    text-decoration: none;
}

.margin-left-small {
    margin-left: .5rem;
}

.margin-left-medium {
    margin-left: 1.5rem;
}

.uk-text-small {
    font-size: 0.875rem;
    line-height: 1.5;
}

.uk-text-medium {
    font-size: 1.1rem;
    line-height: 1.5;
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5;
}

.uk-text-x-large {
    font-size: 1.8rem;
    line-height: 1.5;
}

.uk-text-default {
    font-size: 16px;
    line-height: 1.5;
}


/*download*/
.platform-desc {
    background: #F5F5F5;
}

.mac-screen-image {
    max-width: 100%;
    width: 375px;
    height: 326px;
    /*transform: translateY(50%) translateX(-50%);*/
    transform: translateY(50%);
}

.uk-accordion-title::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-left: 10px;
    float: right;
    background-image: url("../img/ic_order_arrow_left.png");
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
    background-image: url("../img/ic_order_arrow_down.png");
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");*/
}

.pay-method-item {
    border-radius: 10px;
}

.banner-platform {

}

.separate-line {
    border-top: .5px solid #E2E2E2;
}

.privacy-tips {
    color: #666666;
    font-size: 18px;
}

.privacy-tips-desc {
    color: #666666;
    font-size: 14px;
}

.privacy-tips-desc a {
    color: #38C3C7;
}

.order-price-text {
    color: #666666;
    font-size: 18px;
}

.order-price-text-bold {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}

.order-price-text-red {
    color: #E4202E;
    font-size: 24px;
    font-weight: bold;
}

.order-price-text-green {
    color: #38C3C7;
    font-size: 24px;
    font-weight: bold;
}

.home-banner-left-desc {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-center-align {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
    /* 1 */
    font-variant-numeric: tabular-nums;
    /* 2 */
    font-size: 1.4rem;
    color: #FC5B7A;
    font-weight: bold;
    line-height: 50px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-countdown-number {
        font-size: 1.4rem;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-countdown-number {
        font-size: 1.4rem;
    }
}

/* Separator
 ========================================================================== */
.uk-countdown-separator {
    font-size: 1.2rem;
    color: #FC5B7A;
    line-height: 50px;
    font-weight: bolder;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-countdown-separator {
        font-size: 1.2rem;
        font-weight: bolder;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-countdown-separator {
        font-size: 1.2rem;
        font-weight: bolder;
    }
}


.platform-promotion {
    /*#28556a-#336f7a*/
    background: linear-gradient(0deg, #336f7a 0%, #28556a 100%);
}

.platform-promotion .platform-promotion-container {
    background-image: url("../img/bg_platform_promotion.png");
}
.platform-promotion .btn-forward-order{
    width: 280px;
    font-weight: 700;
    text-align: center !important;
    margin: 0 auto;
    cursor: pointer;
}
.main-text-green {
    color: #336F7A;
}
.main-text-green:hover {
    color: #336F7A;
    text-decoration: none;
}
.main-text-red {
    color: #DC143C;
}
.main-text-red-bottom-line{
    border-bottom: 2px solid #DC143C;
}
.main-text-yellow {
    color: #faa05a;
}
.main-text-gray {
    color: #cfcfcf;
}

.main-text-gray-dark {
    color: #A2ACB3;
}

.main-text-white {
    color: #ffffff;
}

.main-text-bold {
    font-weight: bold;
}

.main-text-light {
    font-weight: lighter;
}

.main-text-48px {
    font-size: 48px;
}

.main-text-36px {
    font-size: 36px;
}

.main-text-24px {
    font-size: 24px;
}

.main-text-18px {
    font-size: 18px;
    line-height: 24px;
}

.main-text-16px {
    font-size: 16px;
}

.main-background-white {
    background-color: #ffffff;
}

.main-border-round {
    border-radius: 6px;
}

.main-padding-left-12 {
    padding-left: 12px;
}

.main-padding-right-12 {
    padding-right: 12px;
}
.main-padding-left-24 {
    padding-left: 16px;
}
.main-padding-left-16 {
    padding-left: 16px;
}
.main-padding-right-24 {
    padding-right: 16px;
}
.main-padding-right-16 {
    padding-right: 16px;
}

.main-padding-top-2 {
    padding-top: 2px;
}

.main-padding-top-4 {
    padding-top: 4px;
}

.main-margin-top-2 {
    margin-top: 2px;
}

.main-margin-top-4 {
    margin-top: 4px;
}

.main-margin-top-6 {
    margin-top: 6px;
}

.main-margin-top-8 {
    margin-top: 8px;
}

/*notification*/
.uk-notification-message {
    position: relative;
    padding: 15px;
    background: #f8f8f8;
    color: #666;
    font-size: 1.0rem;
    line-height: 1.4;
    cursor: pointer;
}

.uk-notification-message-danger {
    background: #FC5B7A;
    color: #FFFFFF;
}

.uk-notification-message-success {
    background: #336F7A;
    color: #FFFFFF;
}

.uk-notification-message-warning {
    background: #faa05a;
    color: #FFFFFF;
}

.uk-notification-message {
    text-align: center;
    border-radius: 10px;
}

.uk-notification-message .uk-close {
    color: #fff;
}

.background-dark {
}

.user-panel-left-menu {
}

.user-panel-left-menu .title {
    color: #070D1B;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
}

.user-panel-left-menu .item {
    color: #336F7A;
    font-size: 1.0rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 0.3rem;
}

.user-panel-left-menu .svg-icon {
    width: 22px;
}

.user-panel-left-menu .active {
    background-color: #F6F7F8;
}

.panel-reset-password {
}

.panel-reset-password .input-label {
    color: #070D1B;
    font-size: 1.2rem;
    font-weight: bold;
}

.panel-reset-password .input-label-strong {
    color: #070D1B;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 2.0rem;
}

.panel-reset-password .input-desc {
    color: #666;
    font-size: .9rem;
    margin-bottom: 2.4rem;
}

.panel-reset-password input {
    width: 360px;
}

.panel-reset-password .uk-button {
    width: 360px;
}

.panel-general {
    padding-top: 20px;
}

.panel-general caption {
    color: #070D1B;
    font-size: 1.4rem;
}

.panel-general .title {
    color: #070D1B;
    font-size: 1.4rem;
}

.panel-general .plan-title {
    padding: 0 12px;
    margin-left: 0;
    line-height: 36px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}

.panel-general .plan-name{
    color: #070D1B;
    font-size: 1.0rem;
    font-weight: 600;
}

@media (min-width: 960px) {
    .panel-general .plan-detail {
        border-radius: 2px;
        padding: 12px;
        margin-left: 0;
        border: 1px solid #E3E3E3;
        height: 60px;
        line-height: 36px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
    }
}
@media (max-width: 960px) {
    .panel-general .plan-detail {
        border-radius: 2px;
        padding: 12px;
        margin-left: 0;
        border: 1px solid #E3E3E3;
        line-height: 36px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.panel-general .plan-detail-expired{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    color: #070D1B;
    font-size: 1.0rem;
    font-weight: 600;
}

.panel-general .bill-detail {
    border-radius: 2px;
    margin-left: 0;
    border: 1px solid #E3E3E3;
}

.bill-detail thead {
    background-color: #E3E3E3;
    color: #888888;
}

.panel-devices .title {
    color: #070D1B;
    font-size: 1.4rem;
}

.panel-devices .plan-detail {
    border-radius: 2px;
    padding: 0.8rem 0.8rem;
    margin-left: 0;
    border: 1px solid #E3E3E3;
}

.panel-devices .bill-detail {
    border-radius: 2px;
    margin-left: 0;
    border: 1px solid #E3E3E3;
}

.bill-detail thead {
    background-color: #E3E3E3;
    color: #888888;
}

.promotion-countdown {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.promotion-countdown .countdown {
    height: 50px;
    line-height: 50px;
}

.promotion-countdown .desc {
    font-size: 1.2rem;
    color: #070D1B;
    margin-left: 1.2rem;
}

.querying {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.querying .title {
    font-size: 32px;
    color: #33B3B7;
    text-align: center;
}

.welcome-title {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    text-align: center !important;
}

.uk-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    /* 3 */
    box-sizing: border-box;
    /* min-width: 200px; */
    /* 4 */
    padding: 0px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    min-width: 150px;
}
.uk-navbar-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    /* 3 */
    box-sizing: border-box;
    width: 180px;
    /* 4 */
    padding: 0px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.language-select >li{
    padding: 6px 20px;
}
.language-select >li:hover{
    background-color: #ececec;
}
.btn-disable{
    pointer-events: none;
    background-color: #cdcdcd;
}
@media(max-width: 960px) {
    .btn-home-download{

    }
    .home-download-platform-name{
        color: #080E1C !important;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .home-download-platform-item{
        margin: .6rem;
    }
}

@media( min-width: 960px) {
    .btn-home-download{
        margin-left: 16px;
    }
    .home-download-platform-name{
    }
    .home-download-platform-item{
    }
}
.input-text-error {
    color: #DC143C !important;
    text-decoration: none;
    font-weight: 600;
}
.scan-layout{
    padding: 12px;
    border-radius: 6px;
}
.scan-title{
    font-size: .9rem;
    margin-top: .4rem;
    color: #333;
    font-weight: 600;
}
.scan-desc{
    font-size: .8rem;
    color: #666;
    font-style: italic;
    font-weight: 400;
}
.scan-x-line{
    margin: 5px 12px;
    border-top: .5px solid #E2E2E2;
}
.icon-margin-right-small{
    margin-right: 4px;
    margin-bottom: .2rem;
}
