.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: rgb(5,4,5,0.88) !important;
}

.dropdown-menu li a{
   color: #fff !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;
   
   
   
}

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