.form-control {padding: .775rem 1rem;border-radius: .75rem;}
.form-select {padding: .775rem 3rem .775rem 1rem;border-radius: .75rem;}
html > .blockui-overlay {position: fixed !important;}
/*START - BUS RUNNING LOADER IMAGE CSS*/
.loader-container {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #00000038;display: flex;align-items: center;justify-content: center;z-index: 9999;cursor: progress;}
.loader-container img {max-width: 400px;width: 80vw;height: auto;border-radius: 10px;cursor: progress;}
/*.loader-container img {animation: pulse 1.5s infinite;}*/
@keyframes pulse {
    0%, 100% {transform: scale(1);}
    50% {transform: scale(1.05);}
}
/*END - BUS RUNNING LOADER IMAGE CSS*/
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}