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;
}