/* *Body */
body{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #020202;
    background-color: #f7f8ff;
}

a{
    text-decoration: unset;
}

.figtree{
    font-family: 'Figtree', sans-serif;
}
h1{
    font-size: 40px;
    font-weight: 700;
}
h2 {
    font-size: 28px;
    font-weight: 700;
}
p{
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
}
@media only screen and (min-width: 1400px) {
    p {
      font-size: 1.05vw;
    }
  }

/* *Navigasi */
.navigasi-atas-fly{
    position: fixed;
    z-index: 10001;
}

.navigasi-bawah-fly{
    position: fixed;
    z-index: 10001;
}

.navigasi-bawah-fly-bottom{
    position: fixed;
    z-index: 10003;
}

.navigasi-bawah-fly-action{
    position: fixed;
    z-index: 100;
}


/* *Button Color */
.button-black{
    background-color: #020202;
    color: #FFF !important;
    border: 2px solid #020202;
}

.button-black:active{
    background-color: rgba(2, 2, 2, .8);
    transition: .3s;
}

.button-white{
    background-color: #FFF;
    color: #020202 !important;
}

.button-white:active{
    background-color: rgba(255, 255, 255, .6);
    transition: .3s;
}

.button-white-transparant{
    background-color: rgba(255, 255, 255, .1);
    color: #FFF !important;
    outline: 2px solid rgba(255, 255, 255, .5);
}

.button-white-transparant:active{
    background-color: rgba(255, 255, 255, .2);
    transition: .3s;
}

.button-white-square{
    background-color: #FFF;
    color: #020202 !important;
}

.button-white-square:active{
    background-color: #EEF2FA;
    transition: .3s;
}

.button-grey{
    background-color: #E9ECFC;
    color: #020202 !important;
    border: 2px solid #020202;
}

.button-grey:active{
    background-color: #D5DDE9;
    transition: .3s;
}

.button-grey-l{
    background-color: #D5DDE9;
    color: #020202 !important;
}

.button-grey-l:active{
    background-color: #EEF2FA;
    transition: .3s;
}

.button-grey-ll{
    background-color: #fff;
    color: #020202 !important;
    border: 2px solid #020202
}

.button-grey-ll:active{
    background-color: #D5DDE9;
    transition: .3s;
}

.button-blue{
    background-color: #0D65EF;
    color: #FFF !important;
}

.button-blue:active{
    background-color: rgba(13, 101, 239, .8);
    transition: .3s;
}

.button-red{
    background-color: #F1001D;
    color: #FFF !important;
}

.button-red:active{
    background-color: rgba(241, 0, 29, .6);
    transition: .3s;
}

.button-yellow{
    background-color: #F8D905;
    color: #020202 !important;
}

.button-yellow:active{
    background-color: rgba(255, 199, 0, .8);
    transition: .3s;
}

.button-green{
    background-color: #3CBA54;
    color: #FFF !important;
}

.button-green:active{
    background-color: rgba(60, 186, 84, .8);
    transition: .3s;
}

.button-disable{
    background-color: #D5DDE9;
    color: #AAB5C5 !important;
    pointer-events: none;
    opacity: .6;
}


/* *Color */
.text-black{
    color: #020202;
}

.text-white{
    color: #FFF;
}

.text-grey{
    color: #AAB5C5;
}

.text-grey-l{
    color: #D5DDE9;
}

.text-grey-ll{
    color: #EEF2FA;
}

.text-blue{
    color: #0D65EF;
}

.text-red{
    color: #F1001D;
}

.text-yellow{
    color: #FFC700;
}

.text-green{
    color: #3CBA54;
}


/* *Color */
.background-black{
    background-color: #020202;
}

.background-white{
    background-color: #FFF;
}

.background-grey{
    background-color: #AAB5C5;
}

.background-grey-l{
    background-color: #D5DDE9;
}

.background-grey-ll{
    background-color: #EEF2FA;
}

.background-grey-lll{
    background-color: rgb(238, 242, 250, .4);
}

.background-blue{
    background-color: #0D65EF;
}

.background-red{
    background-color: #F1001D;
}

.background-yellow{
    background-color: #FFC700;
}

.background-green{
    background-color: #3CBA54;
}


/* *Text limit */
.text-limit--1{
    text-overflow:ellipsis;
    overflow:hidden;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-limit--2{
    text-overflow:ellipsis;
    overflow:hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-limit--3{
    text-overflow:ellipsis;
    overflow:hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-limit--4{
    text-overflow:ellipsis;
    overflow:hidden;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-limit--5{
    text-overflow:ellipsis;
    overflow:hidden;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}


/* *Button */
.button{
    cursor: pointer;
    font-weight: 700;
    user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}


/* *Media Minimum */
@media (min-width: 320px) {
    
}

@media (min-width: 410px) {
    
}

@media (min-width: 450px) {
    
}

@media (min-width: 576px) {    
    .button-black:hover{
        background-color: rgba(2, 2, 2, .8);
        transition: .3s;
    }
    
    .button-white:hover{
        background-color: rgba(255, 255, 255, .4);
        transition: .3s;
    }

    .button-white-transparant:hover{
        background-color: rgba(255, 255, 255, .2);
        transition: .3s;
    }

    .button-white-square:hover{
        background-color: #EEF2FA;
        transition: .3s;
    }
    
    .button-grey:hover{
        background-color: #D5DDE9;
        transition: .3s;
    }
    
    .button-grey-l:hover{
        background-color: #EEF2FA;
        transition: .3s;
    }
    
    .button-grey-ll:hover{
        background-color: #D5DDE9;
        transition: .3s;
    }
    
    .button-blue:hover{
        background-color: rgba(13, 101, 239, .8);
        transition: .3s;
    }
    
    .button-red:hover{
        background-color: rgba(241, 0, 29, .8);
        transition: .3s;
    }
    
    .button-yellow:hover{
        background-color: rgba(255, 199, 0, .8);
        transition: .3s;
    }
    
    .button-green:hover{
        background-color: rgba(60, 186, 84, .8);
        transition: .3s;
    }
}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    
}


/* *Media Maximum */
@media (max-width: 319px) {
    
}

@media (max-width: 409px) {
    
}

@media (max-width: 575px) {
    body{
        user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        -khtml-user-select:none;
        -webkit-user-select:none;
    }
}

@media (max-width: 767px) {
    
}

@media (max-width: 768px) {
    
}

@media (max-width: 991px) {
    
}

@media (max-width: 1199px) {
    
}


/* *Preloader */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.loader {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px) !important;
    top: calc(50% - 20px);
    -webkit-animation: spin .7s linear infinite;
    position: fixed;
    animation: spin .7s linear infinite;
    background: url(../images/svg/icon-prelaoder.svg);
    background-size: cover;
}

.loader-ganti-cara-bayar {
    width: 260px;
    height: 30.34px;
    left: calc(50% - 130px) !important;
    top: calc(50% - 15.17px);
    position: fixed;
    background: url(../images/svg/ganticarabayar.svg);
    background-size: cover;
}

#loading .textLoader{
	position: fixed;
	top: calc(50% + 40px);
	width: 100%;
    left: unset !important;
    font-family: 'dash-dem';
}

.textloader-reg{
    font-family: 'dash-reg' !important;
    color: #FFF;
}

#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10002;
    background: center no-repeat #FFF;
}

.loading-yellow{
    background: center no-repeat #f8d908 !important ;
}

.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *General */
.fleft{
    float: left;
}

.fright{
    float: right;
}

.tright{
    text-align: right;
}

.tcenter{
    text-align: center;
}

.disflex{
    display: flex;
}

.testcol{
    width: 100%;
    height: 50px;
    background-color: aqua;
}