/**lsbf Style sheet vsv*/
.page-style1::before {
    background: #f5f8fc !important;
}

.logo img {
    height: 80px;
    margin: 0 auto;
    display: block;
}

.page-style1 .form-control {
    font-size: 12px;
    outline: none;
    color: #094d99;
    font-weight: 400;
    border: 0px solid transparent;
    background: #fff;
    box-shadow: inset 0 0 10px #dbdbdb;
    padding: 14.5px 45px 14.5px 20px;
    border-radius: 50px;
    height: 55px;
}

.page-style1 .btn {
    background: #f4f9fe;
    border: none;
    color: #094d99 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 55px;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 15px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: normal;
}

.page-style1 .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #094d99;
    border-color: #094d99;
}

.app-sidebar__user .user-pic img:after {
    display: none !important;
}

.parent {
    -webkit-animation: none;
    animation: none;
}

.dataTables_wrapper input:checked~.switch-paddle {
    background: #00942b;
}

.dataTables_wrapper .switch-paddle {
    width: 2.8rem;
    border-radius: 50px;
}

.dataTables_wrapper .switch-paddle::after {
    border-radius: 50px;
}

.switch-paddle::after {
    background: transparent !important;
    border: 2px solid #fff;
}

.dataTables_wrapper .dt-buttons.btn-group .btn-secondary {
    color: #5b6d75 !important;
    background-color: #fff;
    border-color: #cdd4d5;
    box-shadow: none;
}

.dataTables_wrapper .dt-buttons.btn-group .btn {
    border-radius: 10px;
    height: calc(1.8125rem + 2px);
    line-height: 18px;
}

.dataTables_wrapper .dt-buttons.btn-group .btn i {
    margin-right: 5px;
}

.dataTables_wrapper .dt-buttons.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dataTables_wrapper .dt-buttons.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 6px;
}

.dataTables_wrapper table.dataTable td,
table.dataTable th {
    white-space: normal;
}

.dataTables_wrapper .switch-paddle {
    width: 2.8rem;
    border-radius: 50px;
}

.dataTables_wrapper .switch-paddle::after {
    border-radius: 50px;
}

.dataTables_wrapper input:checked~.switch-paddle {
    background: #00942b;
}

.dataTables_wrapper input:checked~.switch-paddle::after {
    left: 1.6rem;
}

/* .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 14px;
} */

.dataTables_wrapper table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    margin-top: 8px;
}

.dataTables_wrapper .dt-buttons.btn-group .btn-secondary {
    color: #004991 !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1;
}

.dataTables_wrapper .dt-buttons.btn-group .btn {
    border: 1px solid #d9dddf;
    padding: 0.4rem 1rem;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e7f0f7;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fd;
    background: #f8f9fd;
}

.table>thead>tr>th {
    background: #e7f0f7 !important;
}

.table thead th:first-child {
    border-top-left-radius: 12px;
}

.table thead th:last-child {
    border-top-right-radius: 12px;
}

.page-header {
    margin: 0 0 1rem 0;
    padding: 1rem 15px 1rem 15px;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.addbtn .btn-white {
    color: #0d4581;
    border-radius: 50px;
    padding: 8px 20px;
    -webkit-box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    -moz-box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    text-align: center;
    display: block;
    float: right;
}

.btn.btn-primary {
    color: #00942b !important;
    background: #fff !important;
    border-radius: 50px;
    padding: 0.4rem 2rem;
    -webkit-box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    -moz-box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    border: 0;
}

.btn.btn-secondary {
    color: #dc0441 !important;
    background: #fff !important;
    border-radius: 50px;
    padding: 0.4rem 2rem;
    -webkit-box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    -moz-box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    box-shadow: 0 8px 6px -6px rgb(230, 230, 230);
    border: 0;
}

#permissions .switch-paddle {
    width: 2.8rem;
    border-radius: 50px;
}

#permissions input:checked~.switch-paddle::after {
    left: 1.6rem;
}

#permissions .switch-paddle::after {
    border-radius: 50px;
}

#permissions input:checked~.switch-paddle {
    background: #00942b;
}

.sa-button-container .cancel {
    color: #ef4b4b !important;
    background: #fff !important;
    border-radius: 50px !important;
    padding: 0.4rem 2rem !important;
    -webkit-box-shadow: 0 8px 6px -6px rgb(230, 230, 230) !important;
    -moz-box-shadow: 0 8px 6px -6px rgb(230, 230, 230) !important;
    box-shadow: 0 8px 6px -6px rgb(230, 230, 230) !important;
    border: 0 !important;
}

.sa-button-container .confirm {
    color: #00942b !important;
    background: #fff !important;
    border-radius: 50px !important;
    padding: 0.4rem 2rem !important;
    -webkit-box-shadow: 0 8px 6px -6px rgb(230, 230, 230) !important;
    -moz-box-shadow: 0 8px 6px -6px rgb(230, 230, 230) !important;
    box-shadow: 0 8px 6px -6px rgb(230, 230, 230) !important;
    border: 0 !important;
}

.addprsn {
    width: auto !important;
    height: auto !important;
}

.table> :not(caption)>*>* {
    background-color: transparent !important;
}

.side-menu__label {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar-xl {
    width: 4rem !important;
    height: 4rem !important;
    line-height: 4rem;
    font-size: 1.75rem;
}

.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
}  

.custom-control-label::before {
    left: 0;
}

.custom-control-label::after {
    left: 0;
  }