html, body {
    background-color: #D9D9D9 !important;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif !important;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E2550;
}

#load i {
    font-size: 50px !important;
}

.content-inner {
    padding-bottom: 100px;
}

.content-wrapper-bg {
    background: #f5f5f5 !important;
}

.page-content {
    background-color: #E0E0E0;
    height: 100vh;
}

.brand {
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin-right: 6px;
}

.brand-name {
    font-weight: bold;
}

.title {
    font-size: 25px;
    color: #1D2B35;
}

.title-2 {
    font-size: 20px;
    color: #1D2B35;
}

.title-desc {
    font-size: 15px;
    color: #6A7581;
}

.bigger-icon {
    font-size: 32px !important;
}

.ck-content {
    height: 400px;
}

.required {
    color: #DC3545;
}

.pitch-file {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #DC3545;
}

.pitch-folder {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #FDC023;
}

.pitch-nota {
    height: 20px;
    width: 20px;
}


.border-all {
    border: 1px solid #000000 !important;
}

.border-right {
    border-right: 1px solid #000000 !important;
}

.border-btm {
    border-bottom: 1px solid #000000;
}

.dots-size {
    font-size: 28px !important;
}

.navbar-dark .navbar-nav-link:hover, .sidebar-dark .navbar-nav-link:hover,
.navbar-dark .nav-link.active, .sidebar-dark .nav-link.active,
.navbar-dark .navbar-nav-link.active, .sidebar-dark .navbar-nav-link.active {
    background-color: #005F74 !important;
}

.no-hover:hover {
    background-color: transparent !important;
}

.sidebar {
    background-color: #00A5BD;
}

.nav-group-sub .nav-link {
    background-color: #00A5BD !important;
}

.navbar-static.border-bottom {
    border-bottom: 1px solid #fff !important;
}

.header-img {
    height: 41px;
    width: 136px;
}

.title-bar {
    display: flex;
    height: 60px;
    padding: 8px 64px;
    align-items: center;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    font-size: 17px !important;
    font-weight: 600;
}

.breadcrumbs {
    padding: 1px 60px;
    font-size: 14px;
    color: #636363;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
}

.no-effect {
    filter: grayscale(0%) brightness(100%) !important;
}

.content-inner::-webkit-scrollbar {
    width: 6px !important;
}

.content-inner::-webkit-scrollbar-thumb {
    background-color: #00A5BD !important;
    border-radius: 0 !important;
}

.content-inner::-webkit-scrollbar-track {
    background-color: white !important;
}

.modal-icons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar {
    height: 100px;
    width: 100px;
    border: 1px solid #666;
}

.mb-100 {
    margin-bottom: 100px;
}

.text-success-light {
    color: #57BD47 !important;
}

.bg-success-light {
    background: #ABE1A2;;
}

.bg-success-thin {
    background: #D8FBD3;
}

.bg-success-thin-s {
    background: #ECFDF3;
}

.bg-warning-light {
    background: #FFC3AA;;
}

.bg-warning-thin {
    background: #FFE5DB;
}


.bg-yellow-light {
    background: #FEF0C7;;
}

.bg-yellow-thin {
    background: #FFFAEB;
}

.paginate_button.page-item.active .page-link {
    background-color: #66C9D7 !important;
    border: none !important;
}

.dropdown .text-body.show, .dropdown .text-body:hover, .dropdown .text-body:active, .dropdown .text-body:focus {
    color: #00A5BD !important;
}

.btn-primary {
    background-color: #00A5BD !important;
    border-color: #00A5BD !important;
}

.text-primary {
    color: #00a5bd !important;
}


.btn-primary:disabled {
    border-color: inherit !important;
}

input:disabled, textarea:disabled, .select2-container--disabled .select2-selection {
    background-color: #efefef !important;
}

.btn-success-mob {
    background-color: #1C724D !important;
    border-color: #1C724D !important;
}

.btn-mobile {
    border-radius: 15px !important;
}

.title-bars {
    margin-left: -30px;
}


.none-border {
    border-color: transparent !important;
}

.bottom-shadow {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.12);
}

input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: none !important;
}

textarea {
    resize: none;
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 10px;
    border-radius: 8px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    color: #808080;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
    font-size: 14px;
}

.info-success {
    background: #D8FBD3;
    border-radius: 8px;
    color: #676767;
}

.dotted {
    border-style: dashed;
}

.bg-orange {
    background-color: #F16A32 !important;
}

.btn-orange {
    color: #fff !important;
    background-color: #F16A32 !important;
}

button:disabled {
    background-color: #ccc !important;
}

.btn-form {
    min-width: 130px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.037) !important;
}

input:focus, select:focus, textarea:focus, span.select2-selection.select2-selection--single:focus, span.select2-selection.select2-selection--single:active {
    outline: none !important;
    border-color: rgba(95, 154, 129, 1) !important;
    -webkit-box-shadow: none !important;
}

.item-sampah {
    border-radius: 10px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.border-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.border-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal-content {
    border-radius: 12px !important;
}

.modal-body {
    padding: 30px !important;
}

.modal-dialog {
    padding: 50px;
}


.box-shadow-bottom {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
}

.text-banner {
    font-size: 65px;
}

.text-banner-desc {
    font-size: 25px;
}

.banner-imgs {
    width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: bottom;
}

label, .btn-form {
    font-weight: 500 !important;
}

.bg-radial-green {
    background: radial-gradient(circle, rgba(95, 154, 129, 1) 0%, rgba(28, 114, 77, 1) 86%);
}

.bg-gradient-green {
    background: linear-gradient(56deg, rgba(28, 114, 77, 1) 19%, rgba(95, 154, 129, 1) 86%);
}

.text-title-scnd {
    font-size: 42px;
}

.text-success-bold {
    color: #00A5BD !important;
}

.text-second {
    font-size: 16px;
    color: #EDEDED;
}

.card-right-shadow {
    box-shadow: 35px 15px 46px 0px rgba(0, 0, 0, 0.51);
}


.index {
    display: block;
    z-index: 99;
    position: relative;
}

.full-height {
    min-height: 100vh;
}

.bordered-success {
    border: 2px solid #57BD47 !important;
    border-radius: 8px;
}

.card-login-as {
    font-weight: 600;
    min-height: 110px;
}

.card-login-as:hover {
    background-color: #D7FFD0;

}


.nav-tabs .nav-item .nav-link.active {
    border-top: 3px solid #00A5BD;
    font-weight: 600 !important;
}

.nav-tabs {
    border-bottom: none !important;
}

.stepper {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-y: auto;
    align-items: start;
    justify-content: space-between;
}

.stepper-item {
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #B4B4B4;
    font-weight: 500;
    position: relative;
}

.stepper-item .stepper-icon {
    width: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-item .stepper-icon i {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    border-radius: 50%;
    background-color: #fff;
    color: #B4B4B4;
    border: 1px solid #B4B4B4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-item.active .stepper-icon i {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    border-radius: 50%;
    background-color: #ABE1A2;
    color: #1C724D;
    border: 8px solid #D8FBD3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-item.active .stepper-icon.decline i {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    border-radius: 50%;
    background-color: #FFC3AA;
    color: #F16A32;
    border: 8px solid #FFE5DB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-item.active .stepper-title {
    color: #000;
}

.stepper-item .stepper-date {
    font-size: 12px;
    display: none;
    color: #676767;
}

.stepper-item.active .stepper-date {
    display: block;
}

.stepper-item.wizard {
    height: 2px;
    width: 75%;
    background-color: #B4B4B4;
    position: absolute;
    top: 42px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.img-pannel {
    width: 135px;
    height: 135px;
}

.form-radio-success input[type='radio']:checked {
    background-color: #57BD47 !important;
}

.avatar-thumbnail {
    width: 30px;
    height: 30px;
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../css/icon/summernote/summernote.eot?0d0d5fac99cc8774d89eb08b1a8323c4);
    src: url(../../../../../../css/icon/summernote/summernote.eot?#iefix) format("embedded-opentype"),
    url(../../../../../../css/icon/summernote/summernote.woff?0d0d5fac99cc8774d89eb08b1a8323c4) format("woff"),
    url(../../../../../../css/icon/summernote/summernote.ttf?0d0d5fac99cc8774d89eb08b1a8323c4) format("truetype")
}


/* MOBILE */


.mobile-bg {
    background: url('../images/mobile-bg.png');
    background-size: cover;
}

.mobile-auth-card {
    border: 3px solid #94B3A6 !important;
    border-radius: 28px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.mobile-page input, .mobile-page .select2-selection.select2-selection--single, .mobile-page textarea {
    border-radius: 20px !important;
    resize: none;
    font-size: 13px;
}

.mobile-auth-title {
    font-size: 26px;
    font-weight: 700 !important;
}

.mobile-auth-logo {
    border: 5px solid #00A5BD;
    border-radius: 50px;
    padding: 10px;
    width: 75%;
    margin-top: -60px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.icon-small {
    font-size: 12px !important;
}

.d-item {
    position: relative;
}

.d-item::after {
    content: ' ';
    width: 1px;
    height: 40px;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.d-item:last-child::after {
    border-right-color: transparent;
}


.card-item-dsb {
    min-height: 160px;
}


@media (max-width: 780px) {
    .text-banner {
        font-size: 50px;
        line-height: 50px;
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .text-banner-desc {
        font-size: 15px;
    }

    .text-banner-desc-mobile {
        font-size: 25px;
        margin: 20px 0 0;
        font-weight: 500;
    }

    .desc-mobile {
        color: #636363;
    }

    .desc-mobile-light {
        font-size: 14px;
        color: #eee;
        margin: 10px 0;
    }

    .banner-imgs {
        height: 600px;
        object-fit: cover;
    }

    .mobile-stip {
        opacity: 0.05;
        width: 500px;
        height: 100vh;
        margin-top: -550px;
        object-fit: contain;
        object-position: center;
        margin-left: 200px;
    }

    label {
        font-weight: 500 !important;
        margin-bottom: 6px;
    }

    /* .full-height{
      min-height: 700px;
    } */
}

.feedback-icon-sm {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.top-radius-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

input[type="radio"].radio-canvas {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #1C724D;
    position: relative;
}

input[type="radio"]:checked.radio-canvas::after {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1C724D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.client-header .nav-link {
    color: #636363 !important;
}

.client-header .nav-link.active {
    color: #1C724D !important;
}


.navbar-brand img {
    height: 2rem;
}

.logos_img {
    width: 156px;
    height: 32px;
    flex-shrink: 0;
}

.nav-group-sub .nav-link {
    background-color: rgba(52, 147, 73, 0) !important;
}


@media (max-width: 700px) {
    .logos_img {
        width: 200px;
    }
}


.splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

/*carausel*/
.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
    object-fit: cover;
}


.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}


.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail.is-active {
    opacity: 1;
}

.product-thumbnail{
    height: 200px;
    justify-content: center;
    object-fit: cover;
}

.product-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-text{
    min-height: 150px;
    max-height: 150px;
}

.compare-list-container {
    position: fixed;
    padding: 2em;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-top: 2px solid #00A5BD
}

.compare-list-container .compare-list-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #00A5BD;
    color: #fff;
    text-align: right;
    padding: 5px 50px
}

.compare-list-container .compare-list-bar a {
    color: #fff;
    font-weight: 700
}

.compare-list-container .compare-list-wrapper {
    margin-top: 1em
}

.compare-list-container .compare-list-wrapper .compare-list .compare-item {
    padding: .5em;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 1em
}

.compare-list-container .compare-list-wrapper .compare-list .compare-item .product-name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap
}

.compare-list-container .compare-list-wrapper .compare-list .compare-item .product-name a {
    font-weight: 700;
    color: #b3b3b3
}

.compare-list-container .compare-list-wrapper .compare-list .compare-item .product-name a:hover {
    text-decoration: none
}



.page-item.active .page-link {
    background-color: #00A5BD;
    border-color: #2196f3;
}
