﻿.bg-secondary-transparent {
    background-color: #f0f1f2;
}

.input-disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.w-fit-content {
    max-width: fit-content;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.border-left-2-dark {
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-left-color: #343a40 !important;
}

.dropdown-menu.CMU {
    min-width: 18rem;
}

.offset-padding-3 {
    padding-left: 25% !important;
}
