@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

html, body {
    margin: 0px;
    height: 100%;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif !important;
    background-color: #F0F0F0 !important;
    margin-top: 40px !important;
}

.bg-login {
    background-color: #212828 !important;
    margin-top: 0px !important;
}

.bg-secondary {
    background-color: #313B3B !important;
}

.fill { 
    min-height: 100% !important;
    height: 100% !important;
}

.dropdown-toggle:focus {
    outline: none;
}

.form-control, .form-select {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;
}
  
.form-control:focus, .form-select:focus {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;   
    background-color: #F5F6CE !important;     
} 

.link-dark {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;
}
  
.link-dark:focus, .link-dark:active, link-dark:after {
    border-color: #f0f0f0 !important;    
    box-shadow: none !important;
    outline: none !important;
} 

.dropdown-item:hover {
    background-color: #333B3B !important;
    color: #ffffff !important;
}

.link-button {
    text-decoration: none !important;
}

.btn-primary {
    background-color: #222529 !important;
    border-color: #222529 !important;;
}

.btn-primary:hover {
    background-color: #333B3B !important;
    border-color: #333B3B !important;
}

.form-check-input:checked {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.negat {
    margin-top: -35px !important;
}

.ps {
    margin-left: 103px !important;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}
