:root {
    --color-white: #ffffff;
    --color-light-blue: #6d9cc7;
    --color-light2-blue: #5c83a7;
    --color-blue: #16354D;
    --color-black: #0C151C;
    --color-grey: #ececec;
    --color-red: #e72222;
    --color-steel: #f4f7fa;
    --color-2-blue: #0f283b;
    --color-orage: #fa761d;
    --color-yellow: #feda8f;
    --color-black-rgb: 0, 0, 0;
    --color-white-rgb: 255, 255, 255;
    --bs-primary-rgb: 109, 156, 199;
    --color-dark-grey-rgb: 22, 53, 77;
}

html, body {
    font-family: 'Roboto', sans-serif;
    color: var(--color-black);
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

body {
    overflow-y: scroll;
}

.navbar .nav-link svg, .dropdown-menu .dropdown-item svg {
    min-width: 30px;
}

.vertical-text {
    transform-origin: 0 0;
    transform: rotate(90deg);
}

.select2-container--default .select2-selection--single {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.select2-container--default .select2-selection--multiple {
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding-bottom: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 8px;
}

.select2-dropdown {
    z-index: 9999999;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--color-light-blue);
}
.select2-dropdown {
    border-color: var(--color-light-blue);
    border-radius: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 30px;
    font-size: 1.25rem;
    margin-left: 16px;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 50px;
    color: #ffffff;
    z-index: 999999;
}

.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.progress {
    --bs-progress-bar-transition: width 0.1s ease;
}

.note-video-clip {
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #16354D;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0f283b;
}
