@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@mdi/font@5.9.55/css/materialdesignicons.min.css');

@import url('landing.css');
@import url('filter.css');
@import url('table.css');
@import url('page.css');
@import url('userbox.css');
@import url('breadcrumb.css');

@import url('view_pengadaan.css');

@import url('select2.css');

/* FONT */
body {
    font-family: 'Barlow', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 24px !important;
    color: #361c0e !important;
}
h2 {
    font-size: 24px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #361c0e;
}
h3 {
    font-size: 130% !important;
}
.dropdown-menu {
    font-size: 100% !important;
}
.form-control, .custom-select {
    font-size: 100% !important;
    height: 40px;
}
.input-group-text {
    font-size: 90% !important;
}
.main-header .nav-link {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f3f2f2;
}
.container-xxl {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}


/* BASIC */
.alert-dismissible .close {
    padding: .5rem 1.25rem;
}
.card-header h2 {
    margin-bottom: 0 !important;
}
.btn {
    font-size: 90% !important;
}
.btn-outline-warning {
    color: #ff8707;
    border-color: #ff8707;
}
.text-dark {
    color: #31201d !important;
}
.alert-warning {
    color: #a1842e;
    background-color: #ffe79f;
    border-color: #f6d67b;
}


/* COLOR */
body {
    color: #31201d;
    background: #f4f3ef;
}
a {
    color: #f05a23;
}
a:hover {
    color: #8d5d3b;
}
.content-wrapper {
    background: #fff;
}
.main-header {
    height: 100px;
    background: #8f5031;
    border-bottom: 1px solid #ccc;
}
.main-header-mobile {
    background: #8e5030;
} 
.main-header .nav-link {
    color: #fff !important;
}
.main-header .nav-link:hover {
    background: url('/img/menuhover.png') no-repeat 50% 31px;
}
.main-header .nav-link.active {
    background: url('/img/menuhover.png') no-repeat 50% 31px;
}
.main-sidebar {
    background: #382a24;
}
.main-sidebar img {
    padding-bottom: 10px;
    border-bottom: 1px solid #504742;
}
.nav-header {
    color: #ccc !important;
    font-size: 130% !important;
    border-top: 1px solid #504742;
    margin-top: 20px;
}
.nav-pills .nav-link {
    color: #fff !important;
}
.nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #2e241f !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fed44a !important;
    background-color: #2e241f;
    box-shadow: none !important;
}
.navbar-nav .dropdown-item {
    color: #361c0e !important;
    font-weight: 600;
}
.navbar-nav .dropdown-item:hover {
    color: #361c0e !important;
}
.navbar-nav .dropdown-item:focus {
    background: #FFF !important;
}

/* PAGE */
.page-sidebar {
    background: #eff0f7;
    border-radius: 5px;
}
.page-menu-item {
    border-radius: 5px;
    color: #330f0f;
    display: block;
    padding: 7px 10px;
    margin-bottom: 10px;
    line-height: 120%;
}
.page-menu-item span {
    border-radius: 5px;
    /* color: #fff; */
    /* background: #f05a23; */
    color: #330f0f;
    background: #fff;
    display: inline-block;
    padding: 3px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.page-menu-item.active span, .page-menu-item.active:hover span {
    color: #fff;
    background: #f05a23;
}
.page-menu-item:hover {
    text-decoration: none;
    color: #330f0f;
    background: #e4e6ee;
}
.page-menu-item:hover span {
    color: #330f0f;
    background: #eee;
}

/* NAVNAR */
.main-header {
    height: 90px;
}
.main-header .nav-link {
    margin-top: 10px;
    margin-left: 20px;
}
.main-header .nav-link a {
    padding-top: 10px;
    padding-bottom: 20px;
}
.main-logo {
    height: 60px;
    padding-left: 4px;
    margin-right: 10px;
}

/* BTN MENU */
.btn-menu {
    /* margin-left: 10px; */
    font-size: 30px;
}
.btn-menu a {
    color: #fff;
}
.btn-menu a:hover {
    color: #fff;
    opacity: 0.4;
}

/* SIDEBAR */
.no-sidebar .main-header, .no-sidebar .content-wrapper {
    margin-left: 0 !important;
    transition: none !important;
}
[class*=sidebar-dark-] .nav-header {
    color: #777;
    font-size: 90%;
}

/* CONTENT */
.content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: (100vh - 200px);
}

/* FOOTER */
@media only screen and (min-width: 768px) {
    /* .content-wrapper {
        padding-bottom: 100px;
    }
    .set-footer {
        margin-top: -72px;
        padding-bottom: 10px;
    } */
}
.set-footer {
    min-height: 100px;
    background-color: #f4f3ef;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c2715;
    padding-top: 32px;
}
.set-footer a {
    color: #4c2715;
    font-weight: 600;
    margin: 0 20px;
}
.set-footer a:hover {
    color: #4c2715;
}
.footer-icon a {
    margin: 0 10px;
}
.footer-icon img {
    width: 32px;
}
.footer-icon a:hover img {
    opacity: 0.6;
}
@media only screen and (max-width: 320px) {
    .footer-link a {
        display: block;
    }
}

/* CARD */
.card {
    border: 1px solid #ddd;
    box-shadow: none;
}

/* BUTTON */
.btn {
    border-radius: 4px;
    text-align: left;
    font-weight: bold;
}
.btn-sm {
    border-radius: 2px;
    padding: 3px 10px !important;
    font-size: 80% !important;
}
.btn .icon_custom {
    float: right;
    padding-left: 10px;
}
.btn-light {
    color: #45130a;
}
.btn-primary {
    background: #f05a23;
    border-color: #f05a23;
}
.btn-primary:hover, .btn-primary:focus {
    background: #a54d2d !important;
    border-color: #a54d2d;
}
.btn-light {
    background: #eff0f7;
    border-color: #eff0f7;
}
.btn-light:hover, .btn-light:focus {
    background: #e3e7ff !important;
    border-color: #e3e7ff;
}
.btn-link {
    color: #f05a23;
}
.btn-link:hover, .btn-link:focus {
    color: #a54d2d;
}
.btn-default {
    border: 1px solid #ddd;
}
.filter-btn .badge {
    font-size: 100%;
    padding: 5px 10px;
    float: right;
}
.filter-btn .btn {
    font-weight: normal;
}

.clearfix {
    overflow: auto;
}
.clear{
    clear:both;
}
.img-square {
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 468px) {
    .table-hover-box {
        width: 90%;
        margin-left: 5%;
    }
}

.icon-readonly {
    position: absolute;
    margin-top: 38px;
    right: 0;
    margin-right: 24px;
    color: #9b8f89;
}
.form-readonly {
    padding-right: 30px !important;
}

.input-copy {
    background: transparent;
    color: transparent;
    border: transparent;
    font-size: 1px;
    padding: 0 !important;
    position: absolute;
}

.picture-change {
    cursor: pointer;
}
.picture-change:hover {
    opacity: 0.7;
}

/* PAGINATION */
.set-pagination {
    text-align: right;
}
.page-item.active .page-link {
    color: #f05a23 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.page-link {
    color: #999 !important;
    border: 0 !important;
}

.btn-wa {
    position: fixed;
    right: 0;
    top: 50vh;
    margin-top: -66px;
    background: url('/img/wa.png') no-repeat;
    background-size: 80px 66px;
    width: 66px;
    height: 66px;
    display: block;
    transition: width 0.2s;
}
.btn-wa:hover {
    background: url('/img/wa.png') no-repeat;
    background-size: 80px 66px;
    text-decoration: none;
    width: 80px;
    transition: width 0.2s;
}
@media only screen and (max-width: 1024px) {
    .btn-wa {
        top: 80vh;
    }
}

/* Landing Page */
.btn-landing-pengadaan {
    background-color: #8f5031 !important;
    border-color: #8f5031;
}
.btn-landing-pengadaan:hover {
    background-color: #733f24 !important;
}
.arrow-login {
    display: none;
}
@media only screen and (max-width: 576px) {
    .landing-button .btn-primary, .landing-button .btn-primary:hover {
        background-image: none !important;
    }
    .arrow-login {
        width: 28px;
        height: 20px;
        display: inline-block;
        background-image: url(/img/arrow-right.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
    }
}

/* List Pengadaan */
.btn-filter-bidang .btn {
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-color: #CCC !important;
}
@media only screen and (max-width: 768px) {
    .col-lihat-detail {
        display: none;
        width: 0;
    }
}

/* Registrasi Bidang Usaha */
.select2-container--default .select2-results__option--disabled {
    font-size: 10px;
    padding-top: 0;
    border-bottom: 1px solid #DDD;
    color: #333 !important;
}
