@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

* {
    font-family: "Montserrat";
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #7C7C7C;
}

*:not([class^="fa"]) {
    font-family: 'Open Sans', sans-serif !important;
  }

body {
    background-color: #FFFFFF;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

li{
    /* list-style: none; */
}

.form-control{
    background-color: #F1F1F1 !important;
    border: 1px solid #F1F1F1 !important;
    border-radius: 23px !important;
    font-size: 16px !important;
}
.form-control-white{
    background-color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 23px !important;
    font-size: 16px !important;
}

section.header {
    background-color: #132531;
    color: #FFFFFF;
    height: 238px;
}

section.header nav {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

section.title-header{
    margin-top: -83px;
    padding-bottom: 39px;
}

section.content{
    margin-top: 45px;
    margin-bottom: 50px;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1223px;
    }
}

.container-content{
    max-width: 995px;
    margin: 0 auto;
}
.container-fluid{
    max-width: 1237px;
    margin: 0 auto;
}

.nav-link-list {
    margin-left: 50px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg : #FFFFFF;

}
.table-striped>tbody>tr:nth-of-type(2n+2)>* {
    --bs-table-accent-bg: #F1F1F1;
}

.nav-link-list .nav-link {
    margin-right: 45px;
    color: #FFFFFF;
}

.nav-link-list .active {
    color: #FFBC00;
    font-weight: 500;
}

.nav-button-list a {
    border-radius: 22px;
    padding: 8px 26px;
    font-weight: 500;
}

.nav-button-list .btn-masuk {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-right: 15px;
}

.btn-blue{
    background-color: #1CABD3;
    color: #FFFFFF;
    border-radius: 22px;
    padding: 8px 26px;
    font-weight: 500;
    border: 1px solid #1CABD3;
}
.btn-grey{
    background-color: #DBDBDB;
    color: #132531;
    border-radius: 22px;
    padding: 5px 21px;
    font-weight: 500;
    border: 1px solid #DBDBDB;
}

.btn-dark-blue{
    background-color: #039BC6;
    color: #FFFFFF;
    border-radius: 22px;
    padding: 8px 26px;
    font-weight: 500;
    border: 1px solid #039BC6;
}

.btn-default{
    color: #132531;
    border-radius: 22px;
    padding: 8px 26px;
    font-weight: 500;
    border: 1px solid #132531;
}

.btn-daftar {
    background-color: #FFBC00;
    color: #132531;
    border-radius: 22px;
    padding: 8px 26px;
    font-weight: 500;
    border: none;
}

section.search {
    margin: -147px auto 0;
}

.description-search {
    margin-top: 37px;
}

.left-border-white {
    border-left: 4px solid #FFFFFF;
}

.left-border-blue {
    border-left: 4px solid #1CABD3;
}

.left-border-yellow {
    border-left: 4px solid #FFBC00;
}

.benefit-section {
    margin-top: 20px;
    background-color: #F1F1F1;
    padding-top: 34px;
    padding-bottom: 30px;
}

.btn-search-column {
    background-color: #039BC6;
    border-radius: 23px;
    color: #FFFFFF;
    padding: 5px 21px;
    border: 1px solid #039BC6;
}

.max-1245 {
    max-width: 1245px;
}

.bg-blue-rounded {
    background-color: #1CABD3;
    border-radius: 19px;
    padding: 33px 50px;
    margin: 0 auto;
    color: #FFFFFF;
}

.bg-grey-rounded {
    background-color: #F1F1F1;
    border-radius: 19px;
    padding: 33px 50px;
    color: #7C7C7C;
}
.bg-white-rounded {
    background-color: #FFFFFF;
    border-radius: 19px;
    padding: 33px 50px;
    color: #7C7C7C;
}

.bg-blue {
    background-color: #039BC6;
}
.bg-white {
    background-color: #FFFFFF !important;
}
.bg-grey {
    background-color: #F1F1F1;
    padding: 33px 50px;
}

.bg-dark-blue{
    background-color: #039BC6;
}
.bg-yellow{
    background-color: #FFBC00;
}
.poin-benefit img {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    height: 65px;
}

.mitra-section {
    margin-top: 143px;
}

.item-mitra {
    margin-top: -100px;
    margin-right: 44px;
}

section.feature {
    margin-top: 56px;
    background-color: #F1F1F1;
    padding-top: 39px;
    padding-bottom: 76px;
}

.item-feature {
    margin-top: 38px;
}

.poin-feature img {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    height: 60px;
}

section.sector {
    padding-top: 53px;
}

.sector-library--parent {
    margin-right: 55px;
    margin-left: 55px;
}

section.format {
    padding-top: 83px;
    margin-left: 176px;
    margin-right: 176px;
}

section.format .col-2 {
    width: 17.666667%;
}

.item-format {
    margin-bottom: 34px;
}

.item-format img {
    height: 35px;
}

.item-format .img-format {
    background-color: #F1F1F1;
    border-radius: 16px;
    padding: 22px 0px;
}
section.register-repository{
    margin-top: 125px;
}
.register-repository > .bg-blue-rounded{
    padding: 55px 109px;
}
section.contributor{
    margin-top: 140px;
}
.item-contributor{
    background-color: #F1F1F1;
    border-radius: 16px;
    max-width: 252px;
}
.bg-blue-contributor{
    background-color: #1CABD3;
    border-radius: 0 0 16px 16px;
    color: #FFFFFF;
    font-size: 18px;
}
section.footer{
    padding-top: 63px;
    background-color: #132531;
}
.link-footer{
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 15px;
}
.link-footer:hover{
    color: #7C7C7C;
}
hr.footer{
    border: 1px solid #707070;
    max-width: 1245px;
    margin: 30px auto 0;
}
hr.white{
    border: 1px solid #FFFFFF;
    opacity: 1;
}
table.table-white td{
    color: #FFFFFF;
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 15px;
}
table.table-black td{
    color: #132531;
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 15px;
}

.category-sector--img{
    margin-top: -98px;
}
.table>:not(caption)>*>* {
    padding: 0.2rem 0.5rem;
}
.table-filter td{
    padding-bottom: 10px;
    font-size: #132531;
}
.dropdown-menu {
    background-color: #5F5F5F;
}
.dropdown-item {
    color: #ffffff;
}
.sidebar > ul > li{
    color: #132531;
}
.list-group-item.active {
    background-color: #039BC6;
}
.form-check-input:checked {
    background-color: rgb(30 170 211);
    border-color: rgb(30 170 211);
}
.title-koleksi-nasional{
    background: #516573;
    border-radius: 15px 15px 0px 0px;
    font-size: 15px;
    width: fit-content;
    color: #FFFFFF;
    padding: 8px 24px;
    margin-top: 17px;
}
/* mobile */
@media (max-width: 400px){
    .bg-blue-rounded {
        padding: 33px 22px;
    }
    .bg-grey {
        padding: 33px 3px;
    }
    .contact-box {
        margin-top: 0px !important;
    }
    section.content {
        margin-bottom: 0px;
    }
    section.title-header {
        margin-top: -134px !important;
    }
}

@media (max-width: 741px){
    .w-100-mobile{
        width: 100% !important;
    }
    .text-center-mobile{
        text-align: center !important;
    }
    .mobile-only{
        display: inherit !important;
    }
    .desktop-only{
        display: none !important;
    }
    .item-mitra{
        margin-top: 0 !important;
        margin-right: 0 !important;
    }
    .mitra-img-mobile{
        width: 100px;
    }
    .sector-library--parent {
        margin-right: 10px;
        margin-left: 10px;
    }
    .bg-grey-rounded {
        padding: 33px 15px;
    }
    .sector-library-item{
        max-width: 100px;
    }
    section.format {
        margin-left: 0px;
        margin-right: 0px;
    }
    .poin-feature > .align-items-center{
        display: block !important;
    }
    .poin-feature-list{
        gap: 1rem !important;
    }
    .register-repository > .bg-blue-rounded {
        padding: 55px 27px;
    }
    .list-media {
        margin-top: 55px;
    }
}

@media (min-width: 741px){
    .desktop-only{
        display: inherit !important;
    }
    .mobile-only{
        display: none !important;
    }
}
