﻿/* 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;
}

.cursor-pointer {
    cursor: pointer;
}

div.responsive-screen {
    padding: 8px;
    height:466px;
    width: 100%;
    min-height: 240px;
    min-width: 240px;
    resize: both;
    overflow: auto;
    margin: auto;
}