table.dataTable th.dt-right, table.dataTable td.dt-right {
    padding: 0px;
    width: 150px;
}

.form-group {
    margin-bottom: 1rem;
}

/* .pretty .state label:after, .pretty .state label:before{
    top: calc((0% - (100% + 0.7em)) - 8%);
}

.pretty.p-switch .state:before{
    top: calc((0% - (100% + 0.75em)) - 8%);
} */

.form-switch .form-check-input{
    width: 3em;
    margin-left: -1.5em;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #23c6c8;
    border-color: #23c6c8
}

.dataTable .drop-down {
    display: inline;
}

#vTemplate_HTML {
    width: 100%;
    height: 100%;
}

.col-sm-9:has(> #vTemplate_HTML) {
    height: 500px;
}