/*region Navbar */

.teo-navbar-admin-language:hover .dropdown-menu {
    display: block;
    position: absolute;
    margin: 0;
    transform: translate(-125px, -30px);
}

.teo-drawer-admin-language:hover .dropdown-menu {
    display: block;
    position: absolute;
    margin: 0;
}

/* endregion*/

/* region Float Panel*/

/*endregion*/

/* region Datatable*/

.btn-green {
    background-color: #12b54c !important;
}

.btn-red {
    background-color: #ff0000 !important;
}

.btn-purple {
    background-color: #666EE8;
}

.btn-orange {
    background-color: #FF9148;
}

.btn-blue {
    background-color: #1E9FF2;
}

.bootstrap-table .page-jump-to {
    width: 150px;
}

.bootstrap-table .th-inner {
    color: var(--bs-primary);
    font-weight: bolder !important;
    font-size: larger !important;
    margin-left: 0.2rem;
}

.bootstrap-table .filter-control {
    margin: 0.5rem !important;
}

.bootstrap-table .filter-control input {
    border: 1px solid var(--bs-primary);
    background: transparent !important;
}

.bootstrap-table .filter-control select {
    border: 1px solid var(--bs-primary);
}

.bootstrap-table .search{
    border: 1px solid var(--bs-primary);
    border-radius: .475rem !important;
}

/*endregion*/

/*region Dual ListBox*/

.bootstrap-duallistbox-container select{
    background: var(--bs-body-color-rgb) !important;
    border-radius: .430rem !important;
    color: var(--bs-gray-900) !important;
    border: 1px solid var(--bs-primary);
    outline: none;
}

.bootstrap-duallistbox-container option:checked{
    box-shadow: 1px 0 10px 100px var(--bs-primary) inset;
    color:white !important;
}

.bootstrap-duallistbox-container .btn-group{
    background: transparent !important;
    margin-bottom: 2px;
}

.bootstrap-duallistbox-container .btn-group button{
    border-radius: .475rem !important;
    background: var(--bs-gray-700) !important;
    margin: .25rem !important;
}

.bootstrap-duallistbox-container .btn-group :hover{
    border-radius: .500rem !important;
    background: var(--bs-primary) !important;
    color:white !important;
}

.teo-role-component-span-info {
    margin-bottom: 5px;
    display: inline-block;
}

.bootstrap-duallistbox-container ::-webkit-scrollbar {
    width: 7px;
}

.bootstrap-duallistbox-container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--bs-primary);
    border-radius: 2px;
}

.bootstrap-duallistbox-container .filter  {
    border: 1px solid var(--bs-primary);
    border-radius: .475rem !important;
}

.teo-role-component-filter{
    border: 1px solid var(--bs-primary);
    border-radius: .475rem !important;
}

/*endregion*/
