.wizard-content{
   height: 80vh;
}
.actions-bottom{
   position: absolute !important;
   width: 100%;
   padding-right: 50px !important;
   bottom: 0;
}

.chosen-container.chosen-container-single {
   width: 300px !important; /* or any value that fits your needs */
}

.upload__img-wrap{
   width: 100%;
   height: 100px;
   background: red;
}

.nav-header{
   margin-top: 6px !important;
}

.nav-header .navbar-brand{
   font-size: 16pt;
   color: #fff;
   font-weight: bold;
}

.menu li a{
   color: #fff !important;
}
.dropdown-menu{
   /* /* background-color: rgba(0, 181, 255, 1) !important; */
   background-color: rgb(255, 255, 255) !important;
}

.dropdown-menu li a{
   color:  rgba(0, 170, 255, 1)!important;
}
.theme-primary a:hover, .theme-primary a:active, .theme-primary a:focus{
   font-weight: bold !important;
}

.nav-header a:hover{
   color: #fff !important;
   font-weight: bold;
}

.bg-soft-blue{
   /* background-color: #ebfbfc !important; */
   /* background-color: rgb(245,245,247) !important; */
   background-color: rgba(228, 247, 255, 1) !important;
   
   
   
}

.bg-blue-mjl{
   /* background-color: #ebfbfc !important; */
   background-color: #fafafc;
   
   
}
.bg-black-c1{
    background-color: rgba(0, 213, 250, 1)!important;
}
/* .bg-black-c1{
    background-color: rgb(5,4,5,0.88) !important;
} */
.text-black-custom{
   color: rgb(29,29,31) !important;
}

.table-anggaran tbody tr td, .table-anggaran thead tr th{
   padding: 2px 5px;
   font-size: 14px;
}