﻿.text-center {
    text-align: center;
}

.disabled-text {
    text-decoration: line-through;
}

.form-group {
    margin: 0.5rem 0;
}

.form-control
.form-label {
    margin: 0.5rem 0;
}

.main-height {
    height: calc(100vh - 95px);
    overflow: auto;
}

.ts-wrapper {
    z-index: 9999 !important;
}