:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 248, 250, 252;
    --bs-font-sans-serif: "Nunito", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #212529;
    --bs-body-bg: #f8fafc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

.body {
    font-family: "Open Sans", sans-serif;
    background-color: rgb(231, 227, 227);
}

.login-bg {
    background: #8e9eab;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #8e9eab, #eef2f3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #8e9eab, #eef2f3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.login-btn {
    background-color: rgb(223, 205, 182);
    color: black;
}

li {
    display: inline;
    list-style: none;
}

.hide {
    display: none;
}

.card img {
    width: 200px;
    height: 200px;
    margin: auto;
}

.custom-error {
    color: red;
    display: block;
}

.is-invalid {
    border-color: red;
}

.selected {
    box-shadow: 0.5rem 0.5rem rgb(201, 192, 192);
}

.input-res {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 15px/1 "Open Sans", sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 500px;
    background-color: #ddd;
    border: none;
    padding: 10px 11px 11px 11px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    margin: 0;
    box-sizing: border-box;
}

/* Start Display Message When There is no data */

.empty-state {
    width: 750px;
    margin: 40px auto;
    background: #ffffff;
    box-shadow: 1px 2px 10px #e1e3ec;
    border-radius: 4px;
}

.empty-state__content {
    padding: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.empty-state__icon {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
    background-color: #f7fafc;
    box-shadow: 0px 2px 1px #e1e3ec;
}

.empty-state__icon img {
    width: 170px;
}

.empty-state__message {
    color: #38a169;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 0.85rem;
}

.empty-state__help {
    color: #a2a5b9;
    font-size: 0.875rem;
}

.credit {
    color: #a2a5b9;
    font-size: 0.75rem;
    text-align: center;
}

.credit a {
    color: #444;
}

/* End Display Message When There is no data */

/* start remove the spinner controls  */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

/* end remove the spinner controls  */
.image-preview-container {
    width: 50%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
    border-radius: 20px;
}

.image-preview-container img {
    width: 100%;
    display: none;
    margin-bottom: 30px;
}

.image-preview-container input {
    display: none;
}

.image-preview-container label {
    display: block;
    width: 45%;
    height: 45px;
    margin-left: 25%;
    text-align: center;
    background: #8338ec;
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Control td text width */
/* td {
  max-width: 100px; 
  word-wrap: break-word;
  word-break: break-all;
} */

/* Start Staff Chips */
/* .chip {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #e2e6ea;
  border-radius: 1rem;
  font-size: 0.9rem;
  color: #495057;
}

.chip .close {
  margin-left: 0.5rem;
  cursor: pointer;
} */

/* End Staff Chips */

/* Style for the chip itself */
.select2-selection__choice {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    padding: 3px 6px;
    margin-right: 5px;
}

/* Hover style for the chip */
.select2-selection__choice:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Style for the chip remove button */
.select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}

.sidebar .nav-item::after {
    content: "";
    display: block;
    height: 1px;
    opacity: 0.1;
    width: 100%;
    background-color: #ccc; /* Color of the line */
    margin-top: 0; /* Adjust the spacing between line and next menu item */
}

/* use the overflow-x property to hide the horizontal scrollbar: */

.content-wrapper {
    overflow-x: hidden;
}

.datepicker {
    border-radius: 0.625rem;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #c3c7cc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #c3c7cc;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    user-select: none;
}
.datepicker table tr td {
    border-radius: 50%;
}
.datepicker table tr th {
    border-radius: 0.375rem;
    font-weight: 500;
}
.datepicker table tr td,
.datepicker table tr th {
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    width: 36px;
    height: 36px;
    border: none;
    text-align: center;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #c3c7cc;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eceeef;
    cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #e7e9ea;
    cursor: default;
}
.datepicker table tr td.highlighted {
    border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
    background: #007bff;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #007bff;
    color: #5a6169;
}
.datepicker table tr td.today {
    background: #e6f2ff;
}
.datepicker table tr td.today.focused {
    background: #f5f5f6;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #f5f5f6;
    color: #868e96;
}
.datepicker table tr td.range {
    background: #007bff;
    color: #fff;
    border-radius: 0;
}
.datepicker table tr td.range.focused {
    background: #0067d6;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
    background: #0062cc;
    color: #3395ff;
}
.datepicker table tr td.range.highlighted.focused {
    background: #cbd3da;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e9ecef;
    color: #e7e9ea;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #007bff;
    color: #fff;
}
.datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.datepicker table tr td.day.range-start.range-end {
    border-radius: 50%;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
    background: #007bff;
    color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    background: #007bff;
    color: #fff;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #e9ecef;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #e7e9ea;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #868e96;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #e9ecef;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-daterange input {
    text-align: center;
}

.datepicker {
    font-size: 0.75rem;
    padding: 0.625rem;
}
.datepicker table tr td,
.datepicker table tr th {
    width: 1.875rem;
    height: 1.875rem;
}

.pointer-cursor {
    cursor: pointer;
}

.btn-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none;
}
.btn-white:hover {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05),
        0 4px 10px rgba(255, 255, 255, 0.25);
}
.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15),
        0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-white:not([disabled]):not(.disabled):active,
.btn-white:not([disabled]):not(.disabled).active,
.btn-black:not([disabled]):not(.disabled):active,
.btn-black:not([disabled]):not(.disabled).active {
    box-shadow: none !important;
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.btn-white:not([disabled]):not(.disabled):active + .btn,
.btn-white:not([disabled]):not(.disabled).active + .btn,
.btn-black:not([disabled]):not(.disabled):active + .btn,
.btn-black:not([disabled]):not(.disabled).active + .btn {
    border-left: 1px solid #007bff;
}

.btn-white:hover,
.btn-black:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0.125rem 0.625rem rgba(129, 142, 163, 0.2),
        0 0.0625rem 0.125rem rgba(129, 142, 163, 0.3);
}

.btn.btn-white {
    border: 1px solid #e1e5eb;
    color: #3d5170;
}
.btn.btn-white:not([disabled]):not(.disabled).active-primary.active,
.btn.btn-white:not([disabled]):not(.disabled).active-primary:active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-primary.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-primary:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-secondary.active,
.btn.btn-white:not([disabled]):not(.disabled).active-secondary:active {
    background-color: #5a6169;
    border-color: #5a6169;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-secondary.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-secondary:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-success.active,
.btn.btn-white:not([disabled]):not(.disabled).active-success:active {
    background-color: #17c671;
    border-color: #17c671;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-success.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-success:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-info.active,
.btn.btn-white:not([disabled]):not(.disabled).active-info:active {
    background-color: #00b8d8;
    border-color: #00b8d8;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-info.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-info:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-warning.active,
.btn.btn-white:not([disabled]):not(.disabled).active-warning:active {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-warning.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-warning:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-danger.active,
.btn.btn-white:not([disabled]):not(.disabled).active-danger:active {
    background-color: #c4183c;
    border-color: #c4183c;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-danger.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-danger:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-light.active,
.btn.btn-white:not([disabled]):not(.disabled).active-light:active {
    background-color: #fbfbfb;
    border-color: #fbfbfb;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-light.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-light:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-dark.active,
.btn.btn-white:not([disabled]):not(.disabled).active-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-dark.active + .btn,
.btn.btn-white:not([disabled]):not(.disabled).active-dark:active + .btn {
    border-left: 1px solid red;
}

/* Custom Toggle */

.was-validated
    .custom-toggle
    .custom-control-input:not(:checked):valid
    ~ .custom-control-label::before,
.custom-toggle
    .custom-control-input:not(:checked).is-valid
    ~ .custom-control-label::before {
    background-color: #fff;
}

.was-validated
    .custom-toggle
    .custom-control-input:valid
    ~ .custom-control-label::before,
.custom-toggle .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #17c671;
}

.was-validated
    .custom-toggle
    .custom-control-input:invalid
    ~ .custom-control-label::after,
.custom-toggle .custom-control-input.is-invalid ~ .custom-control-label::after {
    background-color: #eb8c95;
}

.was-validated
    .custom-toggle
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-toggle
    .custom-control-input.is-invalid:focus
    ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(23, 198, 113, 0.1),
        0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.custom-toggle {
    position: relative;
    padding-left: 3.75rem;
}
.custom-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.125rem;
    height: 1.75rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #e1e5eb;
}
.custom-toggle .custom-control-label::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #e1e5eb;
    border-radius: 6.25rem;
    transition: 350ms;
}
.custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background: #17c671;
    border-color: #17c671;
}
.custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
    left: 2.875rem;
    transform: translateX(-100%);
    background: #fff;
}
.custom-toggle
    .custom-control-input:checked:disabled
    ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #e1e5eb;
}
.custom-toggle
    .custom-control-input:checked:disabled
    ~ .custom-control-label::after {
    background: #e1e5eb;
}
.custom-toggle
    .custom-control-input:active:not(:disabled)
    ~ .custom-control-label::after {
    width: 1.625rem;
}
.custom-toggle
    .custom-control-input:active:not(:checked)
    ~ .custom-control-label::before {
    background-color: #fff;
}
.custom-toggle
    .custom-control-input:disabled:active
    ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(23, 198, 113, 0.1),
        0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.custom-toggle
    .custom-control-input:focus:not(:checked)
    ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1),
        0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.custom-toggle.custom-toggle-sm {
    padding-left: 2.625rem;
}
.custom-toggle.custom-toggle-sm .custom-control-label::before {
    top: 0.1875rem;
    position: absolute;
    display: block;
    width: 2.1875rem;
    height: 1.125rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #e1e5eb;
}
.custom-toggle.custom-toggle-sm .custom-control-label::after {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.75rem;
}
.custom-toggle.custom-toggle-sm
    .custom-control-input:checked
    ~ .custom-control-label::after {
    left: 1.9375rem;
}
.custom-toggle.custom-toggle-sm
    .custom-control-input:active:not(:disabled)
    ~ .custom-control-label::after {
    width: 1rem;
}

.custom-control {
    line-height: 1.5rem;
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::after {
    border-color: #becad6;
}

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::after {
    background: #becad6;
}

.custom-toggle
    .custom-control-input:checked:disabled
    ~ .custom-control-label::after {
    background: #becad6;
}

.custom-control {
    min-height: 1.5rem;
    padding-left: 1.688rem;
}
.custom-control:hover {
    cursor: pointer;
}
.custom-control .custom-control-label:before {
    pointer-events: all;
}

.custom-control-inline {
    margin-right: 1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #007bff;
    box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1),
        0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #868e96;
}
.custom-control-input:disabled ~ .custom-control-label:hover {
    cursor: not-allowed;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: static;
}
.custom-control-label:hover {
    cursor: pointer;
}
.custom-control-label::before {
    top: 0.1875rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    box-shadow: none;
}
.custom-control-label::after {
    top: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 50% 50%;
}

.custom-toggle.custom-toggle-sm {
    padding-left: 2.625rem;
}
.custom-toggle.custom-toggle-sm .custom-control-label::before {
    top: 0.1875rem;
    position: absolute;
    display: block;
    width: 2.1875rem;
    height: 1.125rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #e1e5eb;
}
.custom-toggle.custom-toggle-sm .custom-control-label::after {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.75rem;
}
.custom-toggle.custom-toggle-sm
    .custom-control-input:checked
    ~ .custom-control-label::after {
    left: 1.9375rem;
}
.custom-toggle.custom-toggle-sm
    .custom-control-input:active:not(:disabled)
    ~ .custom-control-label::after {
    width: 1rem;
}


.custom-control {
    min-height: 1.5rem;
    padding-left: 1.688rem;
  }
  .custom-control:hover {
    cursor: pointer;
  }
  .custom-control .custom-control-label:before {
    pointer-events: all;
  }
  
/* start css for studio_schedule_details */

.schedule-tabs-wrapper .table td {
    padding: 0;
}
.schedule-tabs-wrapper .table td div.schedule-item {
    padding: 10px;
    border-bottom: solid 1px #dee2e6;
    color: #5a6169;
    font-weight: normal;
}
.schedule-tabs-wrapper .table td div.schedule-item div {
    font-weight: 600;
}
.schedule-tabs-wrapper .table td div.schedule-item div:first-child {
    font-weight: normal;
    font-size: 85%;
}
.schedule-tabs-wrapper .table td div.schedule-item:first-child {
    border-top: solid 0px #dee2e6;
}
.schedule-tabs-wrapper .nav-link {
    color: #495057;
    padding: 10px 30px;
}

/* end css for studio_schedule_details */

/* start css for Buttons Radius */
.br-0 {
    border-radius: 0px;
}
.btrr-0 {
    border-top-right-radius: 0px;
}
/* end css for Buttons Radius */

.center-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}