.btn-primary, ::selection{
    background-color: #E84D4D;
    color: white;
}
.pointer {
    cursor: pointer;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-check:checked+.btn{
    background-color: #ca4343 !important;
    background: #ca4343 !important;
}
.form-control, .form-select{
    background-color: transparent;
}
.input-icon input{
    border: 1px solid #C6C5C8;
}
.input-icon input:focus, .form-check-input, .form-control:focus, .form-select:focus, .btn-outline-primary {
    border: 1px solid #E84D4D !important;
}
.btn-check+.btn:hover, .btn-outline-primary {
    color: #576168;
}
.btn-check:checked+.btn:hover {
    color: white;
}
.img-result:hover{
    background-color: rgba(128, 128, 128, 0.1);
}
.form-check-input:checked {
    background-color: #E84D4D;
    border-color: #E84D4D;
}
.form-check-input:focus{
    border: 1px solid #E84D4D;
}
.input-icon .feather, label{
    color: #576168;
}
label,.text-smaller{
    font-size: smaller;
}
.bg-primary{
    background-color: #E84D4D !important;
}
.border-primary{
    border-color: #E84D4D !important;
}
.bg-soft-primary{
    background-color: rgba(232, 77, 77, 0.2) !important;
}
.bg-soft-warning{
    background-color: #f2c12f10 !important;
}
.bg-soft-success{
    background-color: rgba(151, 197, 52, 0.2) !important
}
.text-primary{
    color: #E84D4D !important;
}
body, html{
    color: #1E1E1E;
}
body{
    background: transparent;
}
html{
    background: #f1f1f14a;
}
.text-dark{
    color: #1E1E1E !important;
}
.border-dark{
    border-color: #1E1818 !important;
}
.logo-iai-dark{
    display: none;
}
.card-engine:hover{
    border: 1px solid #E84D4D !important;
}
.card-engine:hover .card-engine-title {
    color: #E84D4D !important;
}
.card-engine:hover .badge.bg-secondary {
    background-color: #E84D4D !important;
    background: #E84D4D !important;
}
.text-success{
    color: rgb(154, 197, 52) !important
}



/* SIDEBAR */
nav{
    z-index: 99;
    height: 60px;
    background-color: white;
}
.dropdown-menu[data-bs-popper] {
    right: 10px !important;
    left: auto;
}
.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item.active:focus{
    color: white;
    background-color: #E84D4D !important;
    background: #E84D4D !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #E84D4D;
    background-color: #e84d4d2a;
}
.sidebar {
    z-index: 98;
    background-color: white;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 60px;
    position: fixed;
    left: 0px;
    height: 100%;
    transition: width 0.1s ease;
}
.sidebar.open, .sidebar:hover {
    width: 230px;
    left: 0;
}
.content.open {
    padding-left: 230px !important;
}
.content {
    padding-left: 70px !important;
}
.sidebar span,.sidebar .gap, .sidebar.open .dot, .sidebar:hover .dot, .sidebar .dropdown .text-dropdown, .sidebar .dropdown svg {
    display: none;
}
.sidebar .list-group-item {
    border-radius: 5px;
    display: flex;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background-color: #bababa11;
}
.sidebar.open .gap, .sidebar:hover .gap, .sidebar .dot {
    margin-top: 8px;
}
.sidebar .gap, .sidebar .dot{
    margin-top: 8px;
}
.sidebar.open span, .sidebar:hover span, .sidebar.open .gap, .sidebar:hover .gap, .sidebar .dot, .sidebar.open .dropdown .text-dropdown, .sidebar.open .dropdown svg, .sidebar:hover .dropdown .text-dropdown, .sidebar:hover .dropdown svg {
    display: block;
}
.sidebar.open .list-group-item, .sidebar:hover .list-group-item {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: transparent;
}
.sidebar.open .list-group-item.active, .sidebar:hover .list-group-item.active {
    background-color: #e84d4d2a;
}
.list-group-item.active {
    color: #E84D4D;
    background-color: #e84d4d2a;
    border-color: transparent;
}
.image-container {
    position: relative;
    display: inline-block;
}
.tooltips {
    display: none;
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -50%;
    left: -50%;
}
.image-container:hover .tooltips {
    display: block;
    visibility: visible !important;
}
@media screen and (max-width: 768px) {
    .sidebar {
        left: -70px;
    }
    .content,.content.open {
        padding-left: 0px !important;
    }
}
/* END SIDEBAR */

/* TAB MENU */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    color: #E84D4D;
    border-bottom: 1px solid #E84D4D !important;
}
.nav-tabs .nav-link:focus {
    border-bottom: 1px solid #E84D4D !important;
}
.nav-tabs .nav-link:hover {
    border-bottom: 1px solid #1e181863;
}
.nav-link {
    transition: all 0s;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    color: #1e181863;
}
.nav-link:focus, .nav-link:hover {
    color: #1e181863;
}
/* END TAB MENU */