body {
    font-size: 16px;
    background-color: #ffffff;
}

a {
    text-decoration: none !important;
}

.new-shadow {
    box-shadow: 0 5px 6px 0 rgba(117, 117, 117, 0.12);
    -webkit-box-shadow: 0 5px 6px 0 rgba(117, 117, 117, 0.12);
    -moz-box-shadow: 0 5px 6px 0 rgba(117, 117, 117, 0.12);
}

.radius {
    border-radius: 15px;
}

.radius-top {
    border-radius: 15px 15px 0 0;
}

.back-white {
    background-color: white;
}
/*--------------  font  -----------------------------*/
.font-36 {
    font-size: 1.7rem !important;
}

.font-34 {
    font-size: 2.2rem !important;
}

.font-32 {
    font-size: 2rem !important;
}

.font-22 {
    font-size: 1.375rem !important;
}

.font-24 {
    font-size: 1.5rem !important;
}

.font-20 {
    font-size: 1.25rem !important;
}

.font-18 {
    font-size: 1.125rem !important;
}

.font-16 {
    font-size: 1rem !important;
}

.font-14 {
    font-size: 0.875rem !important;
}

.font-13 {
    font-size: 0.8125rem !important;
}

.font-12 {
    font-size: 0.75rem !important;
}

.font-10 {
    font-size: 0.625rem !important;
}


.line-height-26 {
    line-height: 26px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-40 {
    line-height: 40px;
}
/*--------------  color  -----------------------------*/
.color-green {
    color: #00D3BE !important;
}

.color-green-black {
    color: #006635 !important;
}

.color-black {
    color: #333333 !important;
}

.color-black-light {
    color: #707070 !important;
}

.color-violet {
    color: #5C6AFF !important;
}

.color-violet-text {
    color: #5762C5 !important;
}

.color-blue {
    color: #3070B7 !important;
}

.color-orange {
    color: #F47553 !important;
}

.color-blue-dark {
    color: #2A2E7D;
}

.color-blue-light {
    color: #19A4E1;
}

.color-gold {
    color: #D5AA65 !important;
}
/*--------------  btn -----------------------------*/
.btn-landing {
    display: inline-block;
    height: 70px;
    width: 220px;
    padding: 20px 0;
    border-radius: 10px;
}

.btn-violet {
    background-color: #5C6AFF;
    color: white;
    border-radius: 8px;
    font-size: 0.875rem;
    width: auto;
    line-height: 25px;
    font-weight: 700;
    min-width: 190px;
    border: 1px solid #5C6AFF;
    height: 40px;
    transition: .3s all ease-in-out;
}

    .btn-violet:hover {
        background-color: white;
        color: #5C6AFF;
        border: 1px solid #5C6AFF;
    }


.btn-green {
    background-color: #57D15F;
    color: white;
    border-radius: 8px;
    font-size: 0.875rem;
    width: auto;
    line-height: 25px;
    font-weight: 700;
    min-width: 190px;
    border: 1px solid #57D15F;
    height: 40px;
    transition: .3s all ease-in-out;
}

.back-dashboard {
    color: white;
    background-color: #24CCB8;
    border-radius: 8px;
    font-size: 13px;
    padding: 12px 18px;
    font-weight: 500;
    /*margin-top: 10px;*/
}

    .back-dashboard:hover {
        color: white;
        background-color: #00BCA9;
    }

.btn-green:hover {
    background-color: white;
    color: #49af51;
    border: 1px solid #49af51;
}

.btn-gray {
    background-color: #F5F5F5;
    color: #909090;
    border-radius: 8px;
    font-size: 0.8rem;
    width: auto;
    border: 1px solid #F5F5F5;
    height: 35px;
    transition: .3s all ease-in-out;
}

    .btn-gray:hover {
        background-color: white;
        color: #909090;
        border: 1px solid #909090;
    }

.btn-tabel {
    min-width: 160px;
    padding: 20px 0;
    border-radius: 10px;
}

.btn-violet-back {
    background-color: #A65BE1;
    color: white;
    border: 1px solid #A65BE1;
    transition: all .2s ease-in;
}

    .btn-violet-back:hover {
        color: white;
        background-color: #642588;
    }

.btn-violet-out {
    border: 1px solid #A65BE1;
    background-color: white;
    color: #A65BE1;
    transition: all .2s ease-in;
}


    .btn-violet-out:hover {
        background-color: #caa1e1;
        color: white;
    }

.btn-video-violet:hover {
    color: #A65BE1;
}

.btn-video-violet:focus {
    box-shadow: none;
}

.btn-orange-back {
    background-color: #F56A4A;
    color: white;
    border: 1px solid #F56A4A;
    transition: all .2s ease-in;
}

    .btn-orange-back:hover {
        color: white;
        background-color: #f5472c;
    }

.btn-orange-out {
    border: 1px solid #F56A4A;
    background-color: white;
    color: #F56A4A;
    transition: all .2s ease-in;
}

    .btn-orange-out:hover {
        background-color: rgba(245, 164, 141, 1);
        color: white;
    }

.btn-video-orange:hover {
    color: #F56A4A;
}

.btn-video-orange:focus {
    box-shadow: none;
}

.btn-yellow-back {
    background-color: #FF8C00;
    color: white;
    border: 1px solid #FF8C00;
    transition: all .2s ease-in;
}

    .btn-yellow-back:hover {
        color: white;
        background-color: #ff7405;
    }

.btn-yellow-out {
    border: 1px solid #FF8C00;
    background-color: white;
    color: #FF8C00;
    transition: all .2s ease-in;
}

    .btn-yellow-out:hover {
        background-color: #ffca99;
        color: white;
    }

.btn-video-yellow:hover {
    color: #FF8C00;
}

.btn-video-yellow:focus {
    box-shadow: none;
}

.btn-yellow2-back {
    background-color: #FCCE06;
    color: white;
    border: 1px solid #FCCE06;
    transition: all .2s ease-in;
}

    .btn-yellow2-back:hover {
        color: white;
        background-color: #fcb40e;
    }

.btn-video-yellow2:hover {
    color: #FF8C00;
}

.btn-video-yellow2:focus {
    box-shadow: none;
}

.btn-violet2-back {
    background-color: #527DE5;
    color: white;
    border: 1px solid #527DE5;
    transition: all .2s ease-in;
}

    .btn-violet2-back:hover {
        color: white;
        background-color: #3950e5;
    }

.btn-green-back {
    background-color: #00B599;
    color: white;
    border: 1px solid #00B599;
    transition: all .2s ease-in;
}

    .btn-green-back:hover {
        color: white;
        background-color: #00947c;
    }

.btn-blue-light-back {
    background-color: #19A4E1;
    color: white;
    border: 1px solid #19A4E1;
    transition: all .2s ease-in;
}

    .btn-blue-light-back:hover {
        color: white;
        background-color: #0f88e1;
    }

.btn-orange2-back {
    background-color: #FF8100;
    color: white;
    border: 1px solid #FF8100;
    transition: all .2s ease-in;
}

    .btn-orange2-back:hover {
        color: white;
        background-color: #e87600;
    }
/*--------------  top-bar -----------------------------*/
.top-bar {
    border-bottom: 1px solid #E5E5E5;
}

.img-top-logo {
    max-height: 45px;
}

.img-top-logo2 {
    max-height: 85px;
}

.sample-shop {
    border-bottom: 1px solid #E5E5E5;
}

.img-logo {
    background-color: #F7F7F7;
    border-radius: 10px;
    width: 140px;
    padding: 10px 0;
    margin: 0 auto;
    height: 120px;
}

.radio-back {
    position: relative;
    text-align: left;
    /* z-index: 42; */
    width: auto;
    display: inline-block;
    padding-left: 20px;
}

    .radio-back:before {
        content: '';
        position: absolute;
        left: 0;
        top: -20px;
        height: 78px;
        z-index: -1;
        border-radius: 50%;
        width: 78px;
    }

    .radio-back.violet-radio:before {
        background-color: #B098FF;
    }

    .radio-back.green-radio:before {
        background-color: #55F0A3;
    }

    .radio-back.orange-radio:before {
        background-color: #FFC091;
    }

.back-star:before {
    content: url("/Content/partner-landing/img/bdok-BG ELEMENTS.png");
    height: 227px;
    width: 228px;
    position: absolute;
    left: -50px;
    top: -125px;
}

.back-comment {
    padding: 20px;
}

.img-comment {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
}

.slick-slide .img-comment img {
    display: inline-block;
    max-width: 64px;
    width: 100%;
    max-height: none;
    margin: 0 !important;
}

.comment:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background-color: #FAFAFA;
}

.comment {
    position: relative;
}

    .comment .slick-dots li.slick-active button:before {
        /* align-items: center; */
        background-color: #5762C5;
        width: 20px;
        height: 5px;
        /* padding-top: 8px; */
        margin-top: 7px;
        opacity: 1;
        border-radius: 3px;
        content: '';
    }

    .comment .slick-dots li button:before {
        color: #5762C5;
    }

.call-img {
    background-color: #F5F5F5;
    border-radius: 8px;
    width: 62px;
    height: 62px;
    padding: 15px;
}

.img-namad img {
}

@media only screen and (max-width: 1200px) {
    .back-star:before {
        display: none;
    }
}


/*-------------- detail -----------------------------*/
body {
    min-height: 100vh;
}

.main-back {
    height: 100%;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    background-size: 800px !important;
}

    .main-back ul {
        list-style: none;
    }

        .main-back ul li:before {
            display: inline-block;
            content: "\2022";
            width: 1em;
            margin-right: -1em;
            font-weight: bold;
        }

.aloo li:before {
    color: #19A4E1;
}

.fino li:before {
    color: #00B599;
}

.anti li:before {
    color: #527DE6;
}

.vafino li:before {
    color: #FCCE06;
}

.omdex li:before {
    color: #F47553;
}

.report li:before {
    color: #F47553;
}

.bedok li:before {
    color: #AB5BE3;
}

.app li:before {
    color: #EF4923;
}

.table-land.table th, .table-land.table td {
    vertical-align: middle !important;
    padding: 2rem;
}

.table-land .td-land {
    min-width: 345px;
}
