.dropdown .dropdown-menu { border-radius:  0px; min-width: 230px; line-height: 22px;}
.dropdown .dropdown-menu .dropdown-item{ white-space: normal; }

.input-group .input-group-text{ background-color:#fff; border-left: 0px;}
.input-group .form-control{ border-right: 0px;  }
.form-control{ color: #000; font-size: 14px;}
.btn{ font-size: 14px; }
.form-control:focus{ box-shadow: none; border-color: #b1b1b1; }
label { font-weight: 400; font-size: 14px; margin-bottom: 4px; }
.tooltip-inner{ font-size: 12px; }

.modal-header{ background: #000; color: #fff; padding-top: 8px; padding-bottom: 8px; }
.close{ opacity: 0.8; color: #fff;}
.modal-footer{ padding-top: 5px; padding-bottom: 5px; }

.text-danger {
    color: #023047 !important;
}

.btn-danger {
    background-color: #FFB703;
    border-color: #FFB703;
}

    .btn-danger:hover {
        background-color: #023047;
        border-color: #023047;
    }

.logobg + .text-danger {
    color: #FFB703 !important;
}

    .logobg + .text-danger.btn:focus {
        box-shadow: 0 0 0 .2rem rgb(255 183 3 / 25%);
    }

header.fixed-top.w-100 {
    background-color: #023047 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
}
@media (min-width: 640px){
  
}
@media (min-width: 768px){
   
}

@media (min-width: 1100px) {
   
}








