.table .dropdown-menu {
     padding: 0 0;
}

.table .dropdown-item {
     padding: 0.4rem 0.8rem;
}

.dropdown-item.active,
.dropdown-item:active {
     background-color: #4634ff;
}

.products {
     position: absolute;
     left: 0;
     right: 0;
     top: calc(100% + 5px);
     background-color: #fff;
     box-shadow: 0 0 25px rgb(0 0 0 / 13%);
     border-radius: 3px;
     z-index: 999;
     max-height: 386px;
     overflow-y: scroll;
}

.products__item {
     padding: 10px 20px;
     cursor: pointer;
     transition: all .3s ease;
     border-bottom: 1px solid #f3f3f9;
}

.products__item:last-child {
     border-bottom: none;
}

.products__item:hover {
     background: #f3f3f9;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
     opacity: .4;
}

.table td img {
     height: 60px;
     width: 60px;
     object-fit: cover;
}


.table td {
     white-space: initial;
     word-break: initial;
}

.table td:last-child {
     white-space: nowrap;
}

.button--group {
     display: flex;
     flex-wrap: wrap;
     justify-content: end;
     gap: 2px;
     flex-grow: 1;
}


/*IVS mod*/

.bg--dark {
    background-color: #540F00 !important;
}

.sidebar__menu .sidebar-menu-item .side-menu--open, .sidebar__menu .sidebar-menu-item.active>a {
    background-color: #A21D00 !important;
}

.sidebar[class*="bg--"] .sidebar__menu .sidebar-menu-item .side-menu--open {
    background-color: #A21D00 !important;
}


.sidebar__menu .sidebar-submenu .sidebar-menu-item.active>a {
    background-color: #A21D0059 !important;
}

.sidebar[class*="bg--"] .sidebar__menu .sidebar-menu-item>a:hover {
    background-color: #A21D0059;
}

.sidebar .slimScrollDiv .slimScrollBar {
    background-color: #A21D00 !important;
    width: 5px !important;
    opacity: 1 !important;
}

table.table--light thead th {
    background-color: #A21D00;
}

.btn--primary {
    background-color: #A21D00 !important;
}

.btn-outline--primary {
    color: #A21D00;
    border-color: #A21D00;
}

.btn-outline--primary:hover {
    background-color: #A21D00;
}

.btn-outline--info {
    color: #df6246;
    border-color: #df6246;
}

.btn-outline--info:hover {
    background-color: #df6246;
}

.login-main::before {
    opacity: 0.25;
}

.login-wrapper__top {
    background-color: #540F00;
}

.login-wrapper__top::after {
     display: none;
}

.login-wrapper {
    background-color: #A21D00;
}

.cmn-btn {
    background-color: #540F00;
    color: #fff;
    height: 50px;
}



/* Kaupiklio verija sidebar meniu */
@media only screen and (max-width: 768px) {
.sidebar__menu .sidebar-menu-item:nth-child(2) { display:none }
.sidebar__menu .sidebar-menu-item:nth-child(3) { display:none }
.sidebar__menu .sidebar-menu-item:nth-child(4) { display:none }

.sidebar__menu .sidebar-menu-item:nth-child(8) { display:none }
.sidebar__menu .sidebar-menu-item:nth-child(9) { display:none }
.sidebar__menu .sidebar-menu-item:nth-child(10) { display:none }
.sidebar__menu .sidebar-menu-item:nth-child(11) { display:none }
.sidebar__menu .sidebar-menu-item:nth-child(12) { display:none }
}

@media only screen and (max-width: 768px) {
.sidebar__menu-header {
     display: none;
}
}

/* End of Kaupiklio verija sidebar meniu */
