.link-back {
    color: #0c504b;
}

.link-back:hover {
    color: #1cc88a;
}

.logout-last li:last-child{
    bottom: 20px;
    height: 22px;
    position: fixed;
}

.scroll-custom::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.scroll-custom::-moz-scrollbar {
    height: 10px;
    width: 4px;
}

.scroll-custom::-ms-scrollbar {
    height: 10px;
    width: 4px;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scroll-custom::-moz-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scroll-custom::-ms-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scroll-custom::-webkit-scrollbar-button {
    display: none;
}

.scroll-custom::-moz-scrollbar-button {
    display: none;
}

.scroll-custom::-ms-scrollbar-button {
    display: none;
}

    
.info-danger {
    color: #dc3545;
}

.info-success {
    color: #28a745;
}

.info-warning {
    color: #ffc107;
}

.custom-dropdown-multiple-input {
    cursor: pointer;
}

.custom-dropdown-multiple-selected-item {
    
    background-color: #28a745;
    color: #fff;
    
}

.custom-dropdown-multiple-item-hover {
    background-color: #1cc88a;
    color: #fff;
    transform: scale(1.01);
}

.table-container {
    height: 100%; /* Adjust the height as needed */
    overflow-y: scroll;
}