body {
    background-color: #002536;
    font-family: 'Open Sans', sans-serif;
}

[class*=hint--]:after {
    min-width: 350px;
    white-space: pre-wrap;
    line-height: 1.4;
    z-index: 99999999999999;
}

.text-with-tooltip {
    border-bottom: 0.3px dotted #41d2d8;
}

.underdot-soft {
    border-bottom: 1px dotted #41d2d86b;
}

/*.col-10 {
    padding-left: 0;
}*/

.toggle-button {
/*
 * Switcher Styles
 */

    .switcher {
        display: inline-block;
        height: 40px;
        margin-top:3px;
        padding: 4px;
        background: #0a2e43;
        border-radius: 2px;
        width: 334px;
        border-radius: 11px;
        position: relative;


    }

    .switcher__input {
        display: none;
    }

    .switcher__label {
        float: left;
        width: 50%;
        font-size: 13px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        position: inherit;
        z-index: 10;
        transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
        will-change: transform;

        a {
            display: block;
            color: #fff;
        }
    }

    .switcher__toggle {
        position: absolute;
        float: left;
        height: 30px;
        width: 50%;
        font-size: 12px;
        line-height: 30px;
        cursor: pointer;
        border: 1px solid #0ff;
        background-color: #152d2dd1;
        border-radius: 6px;
        left: 5px;
        top: 4px;
        transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
        will-change: transform;
    }

    .switcher__input:checked + .switcher__label {
        /*color: #000;*/
        text-shadow: 1px 1px 1px black;
    }

    .switcher__input--latest:checked ~ .switcher__toggle {
        left: 161px;
    }


}


input.range {
    -webkit-appearance: none;
    bottom: -10px;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}
input.range:focus {
    outline: 0;
}
input.range::-moz-focus-outer {
border: 0;
}
input.range::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px black, 0px 0px 1px black;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px;
}

input.range::-moz-range-thumb {
    box-shadow: 1px 1px 1px black, 0px 0px 1px black;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}
input.range::-ms-thumb {
    box-shadow: 1px 1px 1px black, 0px 0px 1px black;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    height: 5px;
}
input.range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    background: indigo;
    border-radius: 20px;
    border: 0;
  }
   
input.range::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    background: indigo;
    border-radius: 20px;
    border: 0;
}

input.range::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input.range::-ms-fill-lower,
input.range::-ms-fill-upper {
  background: indigo;
  border: 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.range__tick {
    fill: #a0a0a0;
}

.range__tick:first-child {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
}
.range__tick:last-child {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
}
.range__field {
    border: 0;
}
.percent-range {
    fill : rgb(228, 228, 228) ;
    font-size: 13px;
}



.box-add-on {
    background-color: #1b2030;
    border:2px dotted #6dd1d1ba;
    /* border-left: outset 2px #128A8F; */
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border-top: none; */
    /* border-bottom: none; */
    border-radius: 9px;
    /* background: linear-gradient(180deg, rgb(14 14 20) 0%, rgba(11, 22, 41, 1) 100%); */
}

.pricing-container {

    max-width: 85%;
}

.pricing-row {

}

.pricing-title-container {
    background-color: #0B1629;
    margin-top: 100px;
}

.pricing-parent {

}

.pricing-title {
    color: #75ffff;
    top: 0;
    padding: 28px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.pricing-title-parent {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-credit {
    font-weight: 700;
    font-size: 14px;
    color: #8effff;
}

.title-credit {
    font-size:26px;
}

.pricing-detail-parent {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-title-parent-0 {
    margin-top: 75px;
}

.pricing-title-parent-1 {
    margin-top: 50px;
}

.pricing-title-parent-2 {
    margin-top: 25px;
}

.pricing-title-parent-3 {

}

.pay-money {
    padding-right: 0.5em;
}

.border-pricing {
    border: outset 2px #128A8F;
    border-right: 0;
    border-bottom: 0;
    display: flex;
    position: relative;
}

.border-pricing svg {
    width: 100%;

}

.svg-top {
    display: flex;
    position: absolute;
    z-index: 2;
}

.svg-top svg {
    width: 25px;
    filter: drop-shadow(0px 1px 0px #128A8F) drop-shadow(2px 0px 0px #128A8F);
}

.svg-top path {
    fill: #002536;
}

.icon-question {
    width: 15px;
    fill: #00ffffc4;
    /*margin-top: -4px;*/
}

.month-pick-parent {
    padding: 4px;
    color: #ffffffed;
    border: none;
    background: #ffffff00;
}

.month-pick-parent:focus {
    border: none;
}

.month-pick-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-bottom: 28px;
    padding-top: 48px;
}

.month-pick {
    color: white;
    border: none;
    background-color: #0B1629;
}

.money-per-month {
    color: #06D0D8;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 600;
    margin-right: 0.2em;
    line-height: 1;
}

.price-per-month {
    color: #76e7e7;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}

.money-per-month span {
    font-size: 15px;
    color: #ffffffc7;
    font-weight: 500;
    margin-left: 2px;
}

.pricing-detail-parent {
    display: flex;
    width: 100%;
    padding: 0;
}

.padding-description1 {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 13px;
}

.padding-description2 {
    display: inline-block;
    color: #e3e3e3;
    padding: 0;
    margin-top: 6px;
    margin-left: 18px;
    line-height: 1.2;
    font-size: 14px;
}

.summary-credit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.for-who {
    font-size: 13px;
    text-align: left;
    color: #c1c1c1;
    margin-bottom: 0px;
}

.for-who2 {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    color: #9db5c3;
    padding-top: 7px;
    padding-bottom: 6px;
}

.color-x12m {
    color: #efefefc7;
    white-space: nowrap;
}

.cancel-symbol {
    fill: #996767ed;
}
.price-part {
    justify-content: center !important;
}
.background-fisrt-row {
    background-color: #121726;
}

.pricing-row:nth-child(odd) {
    background-color: #1b2030;
}
.pricing-row:nth-child(even) {
    background-color: #121726;
}


.pricing-detail-title-parent {
    /*border: outset 2px #128A8F;*/

    color: #ffffffe6;
    border-top: solid 1px #ffffff1c;
    padding: 0;
    border: outset 2px #128A8F;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
}

.pricing-detail-title-parent p {
    display: flex;
    padding: 20px 0px 20px 20px;
    margin: 0;
    border-bottom: 0;
    border-right: 0;
    border-top: solid 1px #ffffff1c;
}

.pricing-detail-text {
    font-size: 14px!important;
    width: 100%;
    text-align: center;
    color: #ffffffde;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #ffffff1c;
    /* padding-top: 22px; */
    /*padding: 20px 0px 20px 0px;*/
}

.text-medium-size {
    color: #d7d7d7;
    font-size: 18px;
}

.detail-text {
    padding-top: 7px;
    margin-bottom: 0;
    color: #efefefeb;
    text-align: center;
    width: 100%; /* tooltip full dong */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-descrip {
    color: #e5e5e5;
    font-size: 14px;
    margin-bottom: 0;
}

/* Keep price description height stable when its text changes (eg. "No discount" -> "Save $5 (10% off)") */
#price-descrip, .price-descrip {
    /* Reserve enough height for two lines of text to accommodate longer messages */
    min-height: 38px; /* 2 x ~19px font-size (matches .save-price) */
    line-height: 19px;
    display: flex;
    align-items: center; /* vertically center single-line content */
    justify-content: center; /* keep centered in its container */
    text-align: center;
    white-space: normal; /* allow wrapping if needed */
}


.orange-text {
    color: #e7925a;
}

.save-price {
    font-size: 19px;
    color: #ffc1a5;
    padding: 0px 8px;
}

.price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.5em;
}

.credit-left {
    display: flex;
    justify-content: space-between;
}

.price-top {
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
}

.money-symbol {
    font-size: 26px;
    color: #76e7e7;
    line-height: 1;
}

.display-help-icon {
    display: inline-block;
}

.border-left-pricing {
    border-left: outset 2px #128A8F;
}

.icon-tick {
    width: 11px;
    fill: #0ff;
}

.pricing-svg {
    width: 24px;
    fill:#0ff
}

.pricing-svg path {
    fill: #47e0e5;
}

.ahihi {
    display: none;
}

.title-pricing {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-3-7 {
    flex: 0 0 30%; 
    max-width:30%;
}

.col-7-3 {
    flex: 0 0 70%;
    max-width:70%;
}



/* css for How Credit Work */
.title-credit-work {
    font-size:18px;
    
}

.block-credit-work {
    background-image: linear-gradient(#10203b, #0b1629);
}


/* ---- Fix unequal heights for plan header columns ---- */
#plan-row .pricing-title-parent-3 .border-pricing {
    /* Set a uniform height so that the two 3:7 columns stay aligned */
    height: 70px;
}

#plan-row .pricing-title-parent-3 .border-pricing svg {
    /* Scale SVGs to occupy full height while keeping aspect ratio */
    height: 100%;
    width: auto;
}

/*mobile*/

.month-pick-container-m {
    border-right: outset 2px #16d6de;
    border-bottom: outset 2px #16d6de;
    padding-bottom: 0;
}

.border-pricing-m {
    border: outset 2px #128A8F;
    border-right: outset 2px #16d6de;
    border-bottom: 0;
}

.detail-text-m {
    padding: 15px 0px;
    margin-bottom: 0;
}

.detail-text-m-m {
    padding: 25px 0px;
    margin-bottom: 0;
}

.w {
    width: 15px !important;
}

.w path {
    fill: #e20707;
}

.pricing-title-m {
    padding: 20px;
    font-size: 18px;
    margin-bottom: 0;
}

/*modal paypal css*/



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background: none;
    margin: auto;
    padding: 0;
    width: 54%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    z-index: 11;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: white;
    padding-right: 17px;
    padding-top: 7px;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}



.modal-body {
    background-color: #0b1629;
    border-right: outset 2px #19d2da;
    border-left: outset 2px #128A8F;
    border-bottom: outset 2px #19d2da;
    border-top: outset 2px #128A8F;
    border-radius: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 16px 25px 16px 25px;
}

.modal-svg-right {
    filter: drop-shadow(0px -2px 0px #128A8F) drop-shadow(2px 0px 0px #128A8F);
    border-width: 8px;
    border-left: solid;
    border-bottom: solid;
    border-color: #0b1629;
}

.modal-svg {
    filter: drop-shadow(0px -2px 0px #128A8F) drop-shadow(-2px 0px 0px #128A8F);
    border-width: 8px;
    border-right: solid;
    border-bottom: solid;
    border-color: #0b1629;
}

.modal-svg:hover {
    stroke: #0b1629;
}

#paypal-button-studio {
    display: flex;
    justify-content: center;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

#paypal-button-indie {
    display: flex;
    justify-content: center;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

#paypal-button-company {
    display: flex;
    justify-content: center;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

#paypal-button-studioM {
    display: flex;
    justify-content: center;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

#paypal-button-indieM {
    display: flex;
    justify-content: center;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

#paypal-button-companyM {
    display: flex;
    justify-content: center;
    padding: 30px 0px 0px 0px;
    width: 100%;
}



@media screen and (max-width: 600px) {
    .modal-content {
        width: 94%;
    }
}



/*swiper*/

.swiper-slide {
    color: white;
}

/*btn*/

.btn-background {
    fill: #0b1629 !important;
}



button {
    border: none !important;
    color: white;
    /*padding: 9px 5px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    font-weight: 600;
    /*box-shadow: 0px 2px 2px 2px #00000036;*/
    transition: 0.5s;
    display: flex;

}

button:hover {
    text-decoration: none;
}

.svg-button {
    transition: 0.5s;
}



.cta {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px 0px; 

}
.cta:hover {
    text-decoration: none;
}
.cta svg {
    width: 22px;
    display: flex;
}


.cta span {
    color: #ffffffe0;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 0px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #4a4a4a;
    border: 1px solid #27455f;
    border-right-style: none;
    border-left-style: none;
    height: 100%;
}

.cta span, .cta path {
    fill: #d57b52;
    background-color: #d57b52;
    transition: all 0.15s;
}

.cta:hover path, .cta:hover span {
    stroke: #26a29f;
    color: white !important;
    border-color: #26a29f;
}
.text-custom-plan {
    text-align: center;
    color: #9deaea;
}

.swiper-container {
    display: none;
    padding-top: 80px;
}


.title-mobile {
    display: none;
}
.container-for-pricing {
    max-width: 1550px;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    #description-free-credit {
        padding: 0px 2em !important;
    }
}

@media only screen and (max-width: 828px) {
    #description-free-credit {
        padding: 0px 1em !important;
    }
}

@media only screen and (max-width: 850px) {
    .slider-middle-text {
        display: none;
    }
}

@media only screen and (max-width: 762px) {
   
    .col-3-7 {
        flex: 0 0 40%; 
        max-width:40%;
    }
    .col-7-3 {
        flex: 0 0 60%;
        max-width:60%;
    }
    .padding-description2 {
        font-size: 13px;
    }
    .range__field {
        max-width: 90%!important;
    }

    .box-add-on {
        width: 85%!important;
    }
    #wrapper-add-on {
        display: flex!important;
        flex-direction: column!important;
    }


    #wrapper-credit-work {
        flex-direction: column;
        align-items: center;
    }
    .block-credit-work {
        min-width:90%;
    }

    #wrapper-credit-work > :nth-child(2) {
        margin-top: 21px !important;   
    }   
}

@media only screen and (max-width: 630px) {
    .for-who {
        padding:0px 1em;
        flex-direction: column!important;
    }
    
    #main-title {
        font-size: 40px!important;
    }
    #pay-as-you-go {
        font-size: 25px!important;
    }
}

@media only screen and (max-width: 420px) {
    #main-title {
        font-size: 32px!important;
    }
    #pay-as-you-go {
        font-size: 18px!important;
    }
}

@media only screen and (max-width: 524px) {
    #overflow-for-scroll {
        overflow-x: scroll;
        width: 100%;
        height: 80vh;
        display: block!important;
    }
    #content-for-scroll {
        width: 470px;
    } 
    #credit-range {
        touch-action: none;   /* helps on touch devices */
    }

    
}

@media only screen and (max-width: 1082px) {
   

    
}
.hide-on-mobile {
    display: none;
}

.pricing-detail-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 17px;
    padding-top: 17px;
}
.title-mobile {
    display: flex;
    color: #a4c3c3;
    font-size: 14px;
    font-weight: 700;
}

#plan-row {
    justify-content: flex-start!important;
}
.price-part {
    justify-content: flex-start !important;
}


.fix-padding-col-10 { /* Cai nay là để bảng priceing ko bị lỗi không đầy màn hình đc */
    flex:none;
    max-width:none;
}


@media only screen and (max-width: 1350px) {
    .pricing-title{
        padding: 28px 28px 28px 28px;
    }
    .money-per-month{
        font-size: 41px;
        margin-right: 0.03em;
    }
}



.tippy-box .tippy-content {
    text-align: center;
    font-size: 12px;
    padding: 10px 14px;
    font-family: Arial, Helvetica, sans-serif;
}

/*@media screen and (max-width: 1440px) {*/
/*    .pricing-title {*/
/*        padding: 20px;*/
/*        font-size: 17px;*/
/*       }*/
/*}*/

/*@media screen and (max-width: 1100px) {*/
/*    .ahoho {*/
/*        display: none;*/
/*    }*/
/*    .ahihi {*/
/*        display: block;*/
/*    }*/
/*    .pricing-title {*/
/*        padding: 22px;*/
/*        font-size: 16px;*/
/*    }*/
/*    .pricing-title-parent-0 {*/
/*        margin-top: 59px;*/
/*    }*/
/*    .pricing-title-parent-1 {*/
/*        margin-top: 40px;*/
/*    }*/

/*    .pricing-title-parent-2 {*/
/*        margin-top: 20px;*/
/*    }*/
/*    .svg-top svg {*/
/*        width: 20px;*/
/*    }*/
/*    .month-pick-parent {*/
/*        font-size: 13px;*/
/*    }*/
/*    .money-per-month {*/
/*        font-size: 30px;*/
/*    }*/

/*    .money-per-month span {*/
/*        font-size: 13px;*/
/*    }*/

/*    .pricing-container {*/
/*        max-width: 95%;*/
/*    }*/
/*    .pricing-detail-title-parent p {*/
/*        font-size: 13.5px;*/
/*    }*/
/*    .detail-text {*/
/*        padding: 0 20px;*/
/*        font-size: 13px;*/
/*    }*/
/*    .pricing-svg {*/
/*        width: 20px;*/
/*    }*/

/*    .cta svg {*/
/*        width: 14px;*/
/*    }*/

/*    .cta span {*/
/*        padding: 0px 5px;*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

/*!* On screens that are 600px or less, set the background color to olive *!*/
/*@media screen and (max-width: 768px) {*/
/*    .pricing-title {*/
/*        padding: 15px;*/
/*        font-size: 14px;*/
/*    }*/
/*    .pricing-title-parent-0 {*/
/*        margin-top: 45px;*/
/*    }*/
/*    .pricing-title-parent-1 {*/
/*        margin-top: 30px;*/
/*    }*/

/*    .pricing-title-parent-2 {*/
/*        margin-top: 15px;*/
/*    }*/
/*    .svg-top svg {*/
/*        width: 15px;*/
/*    }*/
/*}*/
/*!* On screens that are 600px or less, set the background color to olive *!*/
/*@media screen and (max-width: 768px) {*/
/*    .pricing-title {*/
/*        padding: 15px;*/
/*        font-size: 14px;*/
/*    }*/
/*    .pricing-title-parent-1 {*/
/*        margin-top: 30px;*/
/*    }*/

/*    .pricing-title-parent-2 {*/
/*        margin-top: 15px;*/
/*    }*/
/*    .svg-top svg {*/
/*        width: 15px;*/
/*    }*/
/*}*/
/*!* On screens that are 600px or less, set the background color to olive *!*/
/*@media screen and (max-width: 600px) {*/
/* .swiper-container {*/
/*     display: block;*/
/* }*/
/*    .hidden {*/
/*        display: none;*/
/*    }*/
/*}*/

.hilight {
    color: #82e3e3;
}

.help-tooltip {
    opacity: 0.7;
    margin: 0 7px;
    display: flex;
    align-items: center;
}

.standout-plan__list > div {
    display: flex;
}

.standout-plan__list .icon-tick-container {
    display: flex;
    align-items: flex-start;
    padding-top: 13px;
    padding-right: 5px;
}

.accordion {
    margin-bottom: 0;
}