﻿.scroll-y {
    overflow-y: scroll !important;
}

.scroll-x {
    overflow-x: scroll !important;
}

.info-icon {
    font-size: 13px !important;
    color: #6c757d !important;
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--green);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.toast-bottom-right {
    margin-bottom: 3.5rem;
}

.hide {
    display: none;
}