


.noty_theme__mint.noty_bar {
    position: relative;
    overflow: hidden;
    margin: 4px 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__mint.noty_bar .noty_progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0.2;
    background-color: #000;
}
.noty_theme__mint.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 13px;
}
.noty_theme__mint.noty_bar .noty_buttons {
    padding: 0 10px 0.5em 10px;
}
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
    color: #495057;
    background-color: rgba(255, 255, 255, 0.9);
}
.noty_theme__mint.noty_type__warning {
    color: #495057;
    background-color: rgba(255, 208, 98, 0.9);
}
.noty_theme__mint.noty_type__error {
    color: #fff;
    background-color: rgba(240, 90, 92, 0.9);
}
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    color: #fff;
    background-color: rgba(25, 174, 198, 0.9);
}
.noty_theme__mint.noty_type__success {
    color: #fff;
    background-color: rgba(76, 192, 101, 0.9);
}


:not(select) {
    scrollbar-width: thin;
}
@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 9px;
    }
    ::-webkit-scrollbar:horizontal {
        height: 9px;
    }
    ::-webkit-scrollbar-track {
        background: #f2f2f2;
    }
    ::-webkit-scrollbar-track:vertical {
        border-left: 1px solid #d9d9d9;
    }
    ::-webkit-scrollbar-track:horizontal {
        border-top: 1px solid #d9d9d9;
    }
    ::-webkit-scrollbar-thumb {
        background: #c2c2c2;
    }
    ::-webkit-scrollbar-thumb:vertical {
        border-left: 1px solid #9c9c9c;
    }
    ::-webkit-scrollbar-thumb:horizontal {
        border-top: 1px solid #9c9c9c;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #919191;
    }
    ::-webkit-scrollbar-thumb:hover:vertical {
        border-left: 1px solid #6a6a6a;
    }
    ::-webkit-scrollbar-thumb:hover:horizontal {
        border-top: 1px solid #6a6a6a;
    }
}

table.datatable-list {
    cursor: pointer;
}

div.datatable-list {
    padding-right: 10px;
    overflow: auto
}

.form-control, .form-control:disabled {
    color: #404040;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 5px;
}

label.col-form-label {
    color: #404040;
}

label.col-form-label > span {
    font-size: 90%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 5px;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f3f5f9;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
