.form-group p.error,
.form_group p.error,
.form_control .form_input p.error,
p.error {
    color: red;
    text-align: left;
    margin-top: 2px;
}

.form-control.error,
.form_control.error,
.form_control .form_input input.error,
.select2-hidden-accessible.error~.select2-container span.select2-selection,
.form_fild.error {
    border: 1px solid red !important;
}



button.disabled,
button:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.form_input .select2-selection--single {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #fff;
    padding: 7px 16px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 10px;
    color: #4B4B4B;
}

.form_input .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.5;
}

.form_input .select2-selection--single .select2-selection__arrow {
    padding: 19px;
}

/* =========== TOGGLE SWITCH =========== */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch.small {
    zoom: 0.7;
}

/* =========== TOGGLE SWITCH =========== */

.table.dataTable td {
    vertical-align: middle;
}

.table.dataTable th {
    vertical-align: middle;
    white-space: nowrap;
}

.white-space-nowrap {
    white-space: nowrap;
}

.password-field-toggle {
    background: transparent;
    position: absolute;
    right: 20px;
    top: 10px;
}

.login_wrap {
    align-items: flex-start;
}

.frontend-dataTable {
    width: 100% !important;
    font-family: 'Calibri' !important;
    border-radius: 8px;
    background: #FFFFFF;
}

.frontend-dataTable thead tr th {
    background: #215B75;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.frontend-dataTable tbody tr td {
    padding: 14px 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.frontend-dataTable tbody tr:nth-child(even) td {
    background-color: #F7F7F7;
}

.frontend-dataTable .viewDtails.action-button {
    background: linear-gradient(90deg, #225B75 0%, #013147 100%);
    border-radius: 16px;
    position: relative;
    padding-right: 18px;
    display: inline-block;
    padding: 5px 12px;
    line-height: 1.5;
    border-radius: 10px;
}

.frontend-dataTable .viewDtails.action-button:hover {
    background: linear-gradient(90deg, #013147 0%, #225B75 100%);
    color: #FFFFFF;
}

.frontend-dataTable .viewDtails.action-button.danger {
    background: linear-gradient(90deg, #752222 0%, #470101 100%);
    border: 1px solid #752121;
}

.frontend-dataTable .viewDtails.action-button.danger:hover {
    background: linear-gradient(90deg, #470101 0%, #752222 100%);
}

table.frontend-dataTable.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
    background: linear-gradient(90deg, #013147 0%, #225B75 100%);
}

table.frontend-dataTable.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before {
    background: linear-gradient(90deg, #470101 0%, #752222 100%);
}

.subMenu>li>a .favIcon.fill {
    color: #fdaf40;
}

.table.details-table td,
.table.details-table th {
    vertical-align: middle;
}

.table.details-table .heading {
    white-space: nowrap;
}

.table.details-table img {
    max-height: 5em;
    border: 2px solid #1c8abb;
    border-radius: 5px;
}

.form_group span.select2-selection {
    padding: 7px 16px 6px;
    height: 40px;
    line-height: 27px;
    border: 0.8px solid #D9D9D9;
    border-radius: 10px;
}

.form_group span.select2-selection__rendered {
    padding: 0 !important;
}

.form_group .select2-selection__arrow {
    height: 40px !important;
    right: 10px !important;
}

.cstm_checkBox input[type="checkbox"] {
    top: -6px;
    opacity: 1;
}

.siderbar_body {
    max-height: 88vh;
    overflow: auto;
}

.siderbar_body::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    background-color: #c4c4c4;
}

.siderbar_body::-webkit-scrollbar-thumb {
    width: 5px;
    background: #1C8ABB;
    border-radius: 6px;
}

.frontend-dataTable .vdo_main {
    width: 120px;
    padding: 3px;
}

.frontend-dataTable .vdoBox .play_btn {
    width: 30px;
    height: 30px;
}

.frontend-dataTable .vdoBox .play_btn .material-icons {
    font-size: 20px;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 1;
}