label {
    display: inline;
    margin-bottom: 0px;
    font-weight: normal;
}
input[type=checkbox]:checked:after {
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
td, th {
    padding: 2px;
}
input{
    margin: 5px;
}
.modal-content{
    border-radius: 4px;
    background-color: #f3f3f3;
}
.modal-header h4{
    margin-left: 0px;
    font-weight: bold;
}
#closeBtn{
    padding: 0px !important;
}
.modal-header{
    border-bottom: none;
}
.modal-body{
    padding: 0px 15px;
    color: #9b9b9b;
}
.modal-footer{
    margin-top: 0;
    border-top: none;
}
.modal-footer #okBtn, .bt-primary-dress-code{
    color: white;
    background-color: var(--primary-theme-color);
    border: none;
}
.bt-primary-dress-code:hover {
    border: none;
}
.progress {
    background: #edf0f6;
    border-radius: 2px;
    height: 10px;
    box-shadow: none;
    position: relative;
}
.progress .progress-bar {
    background: #8572c4;
    line-height: 10px;
    box-shadow: none;
}
.progress .progress-bar-success {
    background-color: #00f28f;
}
.progress .progress-bar-warning {
    background-color: #e99002;
}
.progress .progress-bar-danger {
    background-color: #fa095a;
}
.progress .progress-bar-info {
    background-color: #6f44b6;
}
.progress .progress-bar-dark-purple {
    background-color: #42289E;
}
.progress .progress-bar-red {
    background-color: #EB2929;
}
.progress .progress-bar-orange {
    background-color: #FF8500;
}
.progress .progress-bar-yellow {
    background-color: #FBE446;
}
.progress .progress-bar-light-green {
    background-color: #95E829;
}
.progress .progress-bar-dark-green {
    background-color: #33CD6D;
}
.progress-status {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.progress-bar-container {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.itn-badge-print-status-table {
    color: #000;
    max-height: 210px;
    overflow-y: scroll;
}

button {
    color: var(--primary-theme-color);
}

fieldset {
    padding: .35em .625em .75em;
}

fieldset legend {
    width: auto;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.itn-badge-now-label {
    color: #000;
}

.itn-badge-now-header {
    color: #000;
}

.itn-pt10 {
    padding-top: 5px;
}

.itn-pl70 {
    padding-left: 70px;
}

.itn-pl10 {
    padding-left: 10px;
}

.itn-w250 {
    width: 250px;
}

.itn-modal-content-w300 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.delete-location-modal-w400 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.delete-location-modal-w400::-webkit-scrollbar {
    display: none;
}

.itn-margin-top5 {
    margin-top: 5px;
}

.itn-margin-right6 {
    margin-right: 6px !important;
}

.itn-line-height-30 {
    line-height: 30px !important;
}

.btn {
    margin: 0px 0px 0px 6px !important;
}