.login-container-left {
    background-color: #1A1A1A;
}

.login-container-right {
    background-color: #252525;
}

.input-login-password {
    caret-color: #F16024;
    color: #C3C3C3;
    background-color: transparent;
    min-width: 200px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    outline: none;
}

.input-login-password:-webkit-autofill  {
    -webkit-text-fill-color: #E4E4E4 !important;
}

.input-login-password:focus {
    border-color: #F16024;
    outline: none;
}

.input-login-password::placeholder {
    color: #C3C3C3;
}

.login-text-label {
    color: #E4E4E4;
}

.input-submit-login {
    background-color: #F16024;
    color: #C3C3C3;
    font-size: 18px;
    font-weight: 500;
    min-width: 200px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    box-sizing: border-box;
    outline: none;
}

.login-logo {
    margin-bottom: 10px;
}

.navbar-top {
    background-color: #252525;
    padding-block-start: 16px;
    padding-block-end: 16px;
    position: sticky;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid var(--gray-100);
}

.top-navbar {
    caret-color: #F16024;
    color: #E4E4E4;
    background-color: transparent;
    min-width: 200px;
    width: 100%;
    max-width: 70%;
    height: 30px;
    border: 1px solid #F16024;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
}

.top-navbar::placeholder {
    color: #E4E4E4;
}

.search-container {
    position: relative;
    padding-left: 20px;
}

.input-search-icon {
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #ccc; 
    pointer-events: none;
}

.input-search-icon i {
    font-size: 1.5rem;
}

.arrow-down {
    padding-left: 10px;
}

.users {
    margin-right: 20px;
}

.body-card {
    background-color: #1A1A1A;
}
  
.control-form {
    background-color: #F16024;
}

.report-number {
    color: #F16024;
    font-size: 32px;
    font-weight: 500;
}

.card-body {
    background-color: #1A1A1A;
}

.striped-table {
    color: #E4E4E4;
}

.main-btn {
    background-color: #F16024;
    
}

.main-btn:hover {
    border: 1px solid #F16024;
}

.breadcrumb-text {
    color: #F16024;
}

.breadcrumb-text:hover {
    color: #E4E4E4;
}

.breadcrumb-main-text {
    color: #E4E4E4;
}

.select2-container .select2-selection {
    background-color: #F16024;
    color: #E4E4E4;

}
  
.select2-selection__rendered {
    color: #E4E4E4 !important;
}

.select2-selection.select2-selection--single {
    border: none !important;
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #E4E4E4 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-top: 0;
    left: 30%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #E4E4E4 transparent;
    border-width:  0 6px 7px 6px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #1A1A1A;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F16024;
}

#grouping option {
    background-color: #E4E4E4;
    color: #252525;
}

#detail option {
    background-color: #E4E4E4;
    color: #252525;
}

.link-nav.active {
    min-width: 200px;
    width: 80%;
    max-width: 100%;
    height: 40px;
    color: #E4E4E4;
    background-color: #F16024;
    border-radius: 4px;
}

.link-nav {
    min-width: 200px;
    width: 80%;
    max-width: 100%;
    height: 40px;
    color: #E4E4E4;
    background-color: transparent;
    border-radius: 4px;
}

.table td, .table th {
    background-color: transparent !important;
}

.edit-link {
    background-color: #F16024;
    color: #E4E4E4;
    border: 1px solid #F16024;
}

.edit-link:hover {
    background-color: transparent;
    color: #F16024;
    border: 1px solid #F16024;
}

.delete-link {
    color: #F16024;
    border: 1px solid transparent;
}
  
.delete-link:hover {
    color: #ED2259;
    border: 1px solid #ED2259;
}

.trash-gear-icons {
    width: 16px; 
    height: 16px;
}

.form-control:focus{
   color: #E4E4E4 ;
   caret-color: #F16024;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    background: url("../images/icons/Calendario.png") no-repeat;
    width: 20px;
    height: 20px;
}

.form-select {
    background-color: #F16024;
    border-radius: 0;
    border: 1px solid #F16024
}

.form-select option {
    background-color: #E4E4E4;
    color: #1A1A1A;
    border: 1px solid #F16024
}

.select2-container--open .select2-dropdown {
    background-color: #383838 !important;
    border-radius: 0px !important;
    outline: none !important;
}

.select2-container--open .select2-results__option {
    color: #FCFCFC !important;
    padding: 10px !important;
    border-bottom: 1px solid #F16024 !important;
    outline: none !important;
}

.select2-container--open .select2-results__option--highlighted {
    background-color: #F16024 !important;
    color: #fff !important;
    outline: none !important;
}

.select2-container--open .select2-search__field {
    background-color: #252525 !important; 
    border: 1px solid #F16024 !important;        
    color: #FCFCFC !important;
    outline: none !important;
    caret-color: #F16024;
}

.body-card-dropdown {
    background-color: #383838;  
    
}

.body-card-dropdown ul li {
    border-bottom: 1px solid #F16024;

}

.body-card-dropdown ul li:hover {
    background-color: #F16024 !important;
}