@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    font-family: 'Red Hat Display', sans-serif;
}

/* body {
    margin: 0 0 100px 0 !important;
} */

.wrap {
    padding: 7px;
}

.tickerwrapper {
position: relative;
background: #fff;
width: 99.9%;
overflow: hidden;
cursor: pointer;
}

ul.list {
position: relative;
display: inline-block;
list-style: none;
padding:0;
margin:0;
}

ul.list.cloned {
position: absolute;
top: 0px;
left: 0px;
}

ul.list li {
float: left;
padding-left: 50px;
}

/* a.dropdown-item {
    color: black !important;
} */

.nav-fill {
    margin-bottom: 30px;
}

.nav-link {
    color: #702df7;
}

.table.tender {
    margin-bottom: 120px;
}

.tender-nav.nav-link.active{
    background: #702df7;
    color: white !important;
}

.navbar-expand-lg{
    background-color: #702df7;
}

.navbar-expand-lg ul li:hover{
   background-color: #e5e5e5;
}

.navbar-expand-lg ul li a{
    padding-right: 8px;
    text-transform : uppercase;
    font-size : 14px;
    font-weight: bold;
    color: #ffffff;
}

.btn-login{
    color: #ffffff;
    font-weight: bold;
}

.btn-login:hover{
    color: #ffffff;
    font-weight: bold;
    background-color: #F9B572;
}

.header{
    color: #ffffff;
    background-color: #713ABE;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.header a{
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}

.head-table{
    background-color: #713ABE;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tender th{
    font-size: 14px;
}

.tender .category_tender{
    font-size: 14px;
    background-color: #F5F7F8;
}

.tender .category_tender .data_total{
    font-size: 14px;
    text-align: right;
}

.tender .category_tender .data_total span{
    background-color: #B4B4B3;
    border-radius: 4px;
    padding: 2px 8px 2px 8px;
}

.tender .data_tender{
    font-size: 14px;
}

.tender .data_tender .tender-item span{
    padding: 4px 8px 4px 8px;
    color: #ffffff;
    background-color: #713ABE;
    border-radius: 4px;
}

.tender .data_tender .tender-item .paket{
    padding: 2px 8px 2px 8px;
    color: #ffffff;
    background-color: #2ca544;
    border-radius: 4px;
}

.tender .data_tender a{
    text-decoration: none;
}

/* Cari Paket */
/* .filter select{
    width: 340px;
} */

/* .filter label{
    padding: 4px 14px 4px 14px;
    background-color: lightgreen;
    margin-top: 8px;
    width: 200px;
} */

/* Detail */

/* Signin */

.sign-in .btn-login{
    font-weight: 500;
    color: #ffffff;
    background-color: #F9B572;
    border: none;
    border-radius: 4px;
    margin-top: 8px;
}

.sign-in .btn-login:hover{
    font-weight: normal;
    color: #ffffff;
    background-color: #610C9F;
    padding: 10px 158px;
    border: none;
    border-radius: 4px;
}

.gradient-custom-2 {
    background-size: cover;
    background: url('https://cdn1.katadata.co.id/media/images/thumb/2023/04/29/2023_04_29-19_35_06_788f4dd4-e68c-11ed-ade2-0a36aed4cb60_960x640_thumb.jpg');
    background-repeat: no-repeat;
}
    
@media (min-width: 768px) {
        .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
        .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}


#footer {
    position: fixed;
    background: #2E1553;
    border-top: 5px solid #713ABE;
    color: white;
    margin-top: 30px;
    padding: 4px 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    font-size: 12px;
}

#footerInfo {
	border-top: 1px solid white;
	font-size: 11px;
	overflow: hidden;
	padding: 2px 0;
}

ul.list-inline {
    display: block;
    list-style-type: square;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
    padding-left: 0;
    list-style: none;
}

.float-left {
	float: left !important;
}

#infoRight {
	float: right;
	text-align: right;
}

#footerInfo p {
	margin: 2px 0;
}

/* .footer{
    color: #ffffff;
    background-color: #702df7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
} */

/* Backend */
.info .info-applied{
    background-color: #687EFF;
}

.info .info-waiting{
    background-color: #FFCD4B;
}

.info .info-winner{
    background-color: #916DB3;
}

.profile{
    padding: 8px 16px;
}

.profile .label{
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
}

.profile .profile-item{
    background-color: #F5F7F8;
    padding: 18px 28px;
    border-radius: 8px;
}

.profile p{
    margin: 0 auto;
}

button #nav-applied-tab {
    padding: 20px 80px !important;
    color: #ffffff !important;
    background-color: #687EFF !important;
    font-weight: bold !important;
}