body {
    font-family: "Montserrat", serif;
    background-color: #f6f6f6;
}

.r-0{
    right:0;
}


.header
{
    background-color: rgba(0,0,0,1);
}

    .header.header-sticky .navbar li a {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }


.border_color_black {
    border-color: rgba(0, 0, 0, 1);
}


#content{
    padding-top:96px;
}

.btn-link {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
}

    .btn-link:hover {
        background-color: #fff;
        color: #000;
        border-color: #000;
        border-radius: 4px;
        text-decoration: none;
    }


.btn-link-inversed {
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    border-color: #000;
}

    .btn-link-inversed:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
        border-radius: 4px;
        text-decoration: none;
    }

.btn-link-secondary {
    color: #AAAAAA;
    background-color: #F3F3F3;
    border-radius: 4px;
    border-color: #F3F3F3;
}

    .btn-link-secondary:hover {
        color: #AAAAAA;
        background-color: #F3F3F3;
        border-radius: 4px;
        border-color: #F3F3F3;
        text-decoration: none;
    }


.btn-link-secondary-darker {
    color: #636363;
    background-color: #E0E0E0;
    border-color: #E0E0E0;
}

/*
.custom-control-label, .form-check-label {
    width: 100%;
    cursor: pointer;
}

    .custom-control-label span, .form-check-label span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 51px;
        padding-right: 10px;
        position: relative;
        top: 4px;
    }

.custom-control-inline {
    width: 100%;
    margin-right: 0;
    padding-left: 50px;
}*/


.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.form-check-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.form-check-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::before, .form-check-label::before {
    right: 0;
    left: inherit;
    width: 22px;
    height: 22px;
}

.custom-control-input:checked ~ .custom-control-label::before, .form-check-input:checked ~ .form-check-label::before {
    font-family: "Material Icons";
    content: "check";
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.setting-widget .custom-control-input:checked:disabled ~ .custom-control-label::before,
.setting-widget .custom-control-input:checked ~ .custom-control-label::before,
.setting-widget .custom-control-input:checked:disabled ~ .form-check-label::before,
.setting-widget .custom-control-input:checked ~ .form-check-label::before {
    background-color: #363636;
    color: #fff;
}

.custom-control.custom_checkbox {
    padding-left: 0;
}

.custom_checkbox .custom-control-label, .custom_checkbox .form-check-label {
    width: 100%;
    padding-left: 30px;
}

.custom_checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom_checkbox .custom-control-input:indeterminate ~ .form-check-label::before {
    display: block;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom_checkbox .custom-control-label::before, .custom_checkbox .form-check-label::before {
    border-radius: 50px;
    left: 0;
    right: inherit;
    top: -1px;
}

.custom-control-input:focus ~ .custom-control-label::before, .custom-control-input:focus ~ .form-check-label::before {
    border-color: transparent;
    box-shadow: none;
}


.z-index-10 {
    z-index: 10 !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-18{
    font-size:18px;
}

.fs-21 {
    font-size: 21px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 32px;
}

.fs-48 {
    font-size: 48px;
}


.ls-1_3{
    letter-spacing:1.3px;
}


.bg_white{
    background-color:#fff;
}

.bg_theme_2 {
    background-color:rgba(243, 243, 243, 1);
}

.bg-theme_3 {
    background-color:#E0E0E0;
}

.bg-theme_4 {
    background-color: #FFFBEE;
}

.bg-theme_5 {
    background-color: #EAEAEA;
}


.bg-theme_6 {
    background-color: #F29100 !important;
}


.bg-theme_7 {
    background-color: #DB3DCB !important;
}


.bg_theme_8 {
    background-color: #229A05 !important;
}

.bg_theme_9 {
    background-color: #e8e8e8 !important;
}

.color_white {
    color: rgba(255, 255, 255, 1);
}

.color_theme_0, .color_black{
    color: rgba(0, 0, 0, 1);
}

.color_theme_1 {
    color: rgba(210, 210, 210, 1);
}

.color_theme_2 {
    color: rgba(243, 243, 243, 1);
}

.color_theme_3 {
   color: rgba(192, 192, 192, 1);
}

.color_theme_4 {
    color: rgba(99, 99, 99, 1);
}

.color_theme_5 {
    color: rgba(0, 137, 237, 1);
}



.color_theme_6 {
    color: #AAAAAA;
}

.color_theme_7 {
    color: #636363;
}

.color_theme_8 {
    color: #F0BB00;
}

.color_theme_9 {
    color: #828282;
}

.color_theme_10 {
    color: #0A0A0A;
}

.color_theme_11 {
    color: #ff0000; /*merah*/
}

.color_theme_12 {
    color: rgba(34, 154, 5, 1); /*ijo*/
}

.color_theme_13 {
    color: rgba(84, 84, 84, 1);
    /*  color: #545454;*/
}

.color_theme_14 {
    color: rgba(105, 117, 134, 1);
    /*  color: #697586;*/
}

.status_badge.success {
    background: rgba(34, 154, 5, 1);
    color: #fff;
}

.status_badge.error {
    background: rgba(224, 0, 0, 1);
    color: #fff;
}

.border-bottom_theme_1 {
    border-bottom: 1px solid #E8E8E8
}


.brds_8{
    border-radius:8px;
}

.z-index-2{
    z-index:2;
}

.input_theme_2 {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 4px 50px 0px #AEAEAE1A;
    border-radius:4px;
}

footer {
    background-color: #fff;
}

.footer-logo img {
    max-width: 180px;
    width: 100%;
}

.footer-text{
    font-weight:400;
    font-size:14px;
    line-height:28px;
    max-width:955px;
    width:100%;
}


.footer-info {
    max-width: 955px;
    width: 100%;
}

.footer-link{

}

    .footer-link li a {
        display: inline-block;
        width: 41px;
        height: 41px;
        background-color: #000;
        color: #fff;
        border-radius: 11px;
        font-size: 27px;
        padding: 0px 0;
    }

    @media(max-width:480px){
        .fs-sm-18px {
            font-size: 18px;
        }

        .fs-sm-10px {
            font-size: 10px;
        }
    }

@media(min-width:1024px) {
    .fs-lg-24 {
        font-size: 24px;
    }

    .fs-lg-18px {
        font-size: 18px !important;
    }

    .fs-lg-16px {
        font-size: 16px;
    }

    .fs-lg-14px {
        font-size: 14px;
    }

    .fs-lg-12px {
        font-size: 12px;
    }

    .fs-lg-10px {
        font-size: 10px;
    }

    .fs-lg-8px {
        font-size: 8px;
    }
}


@media(min-width:768px) {
    .fs-md-24 {
        font-size: 24px ;
    }

    .fs-md-18px {
        font-size: 18px !important;
    }

    .fs-md-16px {
        font-size: 16px;
    }

    .fs-md-14px {
        font-size: 14px;
    }

    .fs-md-12px {
        font-size: 12px;
    }

    .fs-md-10px {
        font-size: 10px;
    }

    .fs-md-8px {
        font-size: 8px;
    }
}