body {
    padding-top: 56px;
}

.select2-container {
    width: 70% !important;
    padding: 0;
}

.custom-range {
    width: 90% !important;
}

.custom-range::-webkit-slider-thumb {
    background: white;
}

.custom-range::-moz-range-thumb {
    background: white;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.select2-container {
    width: 90% !important;
}

.sendButton {
    height: 50px;
    width: 120px;
}

.fixedButton {
    height: 38px;
    width: 75px;
    background-color: #00BDE7;
    border: none !important;
}

.bg-nt {
    background-color: #191D32;
}

.bg-nt-button {
    background-color: #00BDE7;
    border: none !important;
}

.widthSet {
    max-width: 100px;
}

.heightSet {
    max-height: 150px;
}

.heightSet-button {
    max-height: 37px !important;
}

.white-text {
    color: white;
}

ul {
    width: 200%;
    margin: auto;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-12 {
    width: 12%;
}

.dropdown-item.active-red, .dropdown-item:active {
    background-color: #dc3545;
}

.dropdown-item.active-blue, .dropdown-item:active {
    background-color: #007bff;
}

.dropdown-item.active-green, .dropdown-item:active {
    background-color: #28a745;
}

.dropdown-item.active-yellow, .dropdown-item:active {
    background-color: #ffc107;
}

.dropdown-item.active-grey, .dropdown-item:active {
    background-color: #6c757d;
}

.dropdown-item.active-black, .dropdown-item:active {
    color: white;
    background-color: black;
}

.dropdown-item.active, .dropdown-item:active {
    color: black;
    background-color: white;
}