﻿/* select2 */
.select2-results__option {
    padding-left: 14px !important;
}

    .select2-results__option span {
        padding-left: 14px !important;
    }

    .select2-results__option[aria-disabled="true"] {
        background: #e9ecef !important;
        color: #6c757d !important;
        font-style: italic;
    }

.select2-min-w-100 .select2 {
    min-width: 100%;
}
/* modal video player*/
#modal-videos video {
    cursor: pointer;
    opacity: .75;
}

    #modal-videos video:hover {
        opacity: 1;
    }

    #modal-videos video:not(:last-of-type) {
        padding-bottom: .5rem;
    }
/* toast */
.toast {
    min-width: 300px;
}
/* pre */
.text-pre-wrap {
    white-space: pre-wrap;
}
