table.table td a.edit {
    color: #FFC107;
}

table.table td a.view {
    color: #27C46B;
}

table.table td a.delete {
    color: #ff0000;
}

table.table td a.add {
    color: #27C46B;
}

table.table td .add {
    display: none;
}

table.table td a.edit_deposit {
    color: #FFC107;
}

table.table td a.delete_deposit {
    color: #ff0000;
}

table.table td a.add_deposit {
    color: #27C46B;
}

table.table td .add_deposit {
    display: none;
}

table.table td a.edit_withdrawal {
    color: #FFC107;
}

table.table td a.delete_withdrawal {
    color: #ff0000;
}

table.table td a.add_withdrawal {
    color: #27C46B;
}

table.table td .add_withdrawal {
    display: none;
}

table.table td a.edit_customer-toggle {
    color: #FFC107;
}

table.table td a.delete_customer-toggle {
    color: #ff0000;
}

table.table td a.add_customer-toggle {
    color: #27C46B;
}

table.table td .add_customer-toggle {
    display: none;
}

table.table td a.edit_leave-toggle {
    color: #FFC107;
}

table.table td a.delete_leave-toggle {
    color: #ff0000;
}

table.table td a.add_leave-toggle {
    color: #27C46B;
}

table.table td .add_leave-toggle {
    display: none;
}

table.table td a.edit_offs_toggle {
    color: #FFC107;
}

table.table td a.delete_offs_toggle {
    color: #ff0000;
}

table.table td a.add_offs-toggle {
    color: #27C46B;
}

table.table td .add_offs-toggle {
    display: none;
}

table.table td a.edit_shift-toggle {
    color: #FFC107;
}

table.table td a.delete_shift_toggle {
    color: #ff0000;
}

table.table td a.add_shift-toggle {
    color: #27C46B;
}

table.table td .add_shift-toggle {
    display: none;
}

table.table td a.edit_team-toggle {
    color: #FFC107;
}

table.table td a.delete_team-toggle {
    color: #ff0000;
}

table.table td a.add_team-toggle {
    color: #27C46B;
}

table.table td .add_team-toggle {
    display: none;
}

table.table td a.edit_deposit-toggle {
    color: #FFC107;
}

table.table td a.status_deposit-toggle {
    color: #ff0000;
}

table.table td a.add_deposit-toggle {
    color: #27C46B;
}

table.table td .add_deposit-toggle {
    display: none;
}

table.table td a.edit_withdrawal-toggle {
    color: #FFC107;
}

table.table td a.status_withdrawal-toggle {
    color: #ff0000;
}

table.table td a.add_withdrawal-toggle {
    color: #27C46B;
}

table.table td .add_withdrawal-toggle {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-active {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #27C46B;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-deactive {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-disabled {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-cost {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #37517e;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-active:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-deactive:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-disabled:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-cost:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-active {
    background-color: #ff0000;
}

input:checked+.slider-deactive {
    background-color: #27C46B;
}

input:checked+.slider-disabled {
    background-color: #27C46B;
}

input:checked+.slider-cost {
    background-color: #27C46B;
}

input:focus+.slider-active {
    box-shadow: 0 0 1px #ff0000;
}

input:focus+.slider-deactive {
    box-shadow: 0 0 1px #27C46B;
}

input:focus+.slider-disabled {
    box-shadow: 1 0 0px #27C46B;
}

input:focus+.slider-cost {
    box-shadow: 0 0 1px #37517e;
}

input:checked+.slider-active:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}

input:checked+.slider-deactive:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}

input:checked+.slider-disabled:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked+.slider-cost:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider-active.round {
    border-radius: 34px;
}

.slider-deactive.round {
    border-radius: 34px;
}

.slider-disabled.round {
    border-radius: 34px;
}

.slider-cost.round {
    border-radius: 34px;
}

.slider-active.round:before {
    border-radius: 50%;
}

.slider-deactive.round:before {
    border-radius: 50%;
}

.slider-disabled.round:before {
    border-radius: 50%;
}

.slider-cost.round:before {
    border-radius: 50%;
}

.btnsn {
    background: color #379;
    color: peru;
}

.notification1 {
    color: #27C46B;
    text-align: center;
}

.notification2 {
    color: #ce1111;
    text-align: center;
}

.notification3 {
    color: #dfdc1b;
    text-align: center;
}

.assigningbtn {
    width: 100%;
    border: 1px solid #b3b3b3;
    color: #000;
}

.assigningbtn:hover {
    border: 1px solid #000 !important;
    background-color: #99ff99 !important;
    color: #fff;
}

.choose_business_light {
    width: 80%;
    margin-left: 10%;
    border: 1px solid #0052cc;
    background-color: #37517e !important;
    color: #ffffff;
}

.choose_business_light:hover {
    border: 1px solid #007acc !important;
    background-color: #005c99 !important;
    color: #fff;
}

.choose_business_dark {
    width: 80%;
    margin-left: 10%;
    border: 1px solid #19334d !important;
    background-color: #132639 !important;
    color: #ffffff;
}

.choose_business_dark:hover {
    border: 1px solid #204060 !important;
    background-color: #19334d !important;
    color: #fff;
}

.shiftperiods {
    width: 100%;
    border: 1px solid #b3b3b3;
    color: #000;
}

.shiftperiods:hover {
    border: 1px solid #000 !important;
}

.collapsible-header {
    cursor: pointer;
}

.chevron-icon {
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
    transform: rotate(90deg);
    /* added initial rotation */
}

.chevron-icon.collapsed {
    transform: rotate(0deg);
}

.collapsible-content {
    display: none;
}

.collapsible-content.show {
    display: block;
}

.btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 140px;
    height: 30px;
    background: #37517e;
    color: #fff;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    right: 20px;

}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
    content: attr(data-off);
    width: 70px;
    height: 28px;
    background: #fff;
    color: #000;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 1px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;
}

.btn-color-mode-switch input[type="checkbox"] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner {
    background: #00b359;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    left: 68px;
    background: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    right: auto;
    left: 20px;
}

/* Hover state */
.batch_name:hover {
    background-color: #e6e6e6;
}

/* Selected state */
.batch_name.selected-batch {
    background-color: #37517e;
    color: white;
}

/* three dimention switch  */
.tri-state-toggle {
    background: #37517e;
    box-shadow: inset 0 2px 8px 0 rgba(165, 170, 174, 0.25);
    border-radius: 24px;
    display: inline-block;
    overflow: hidden;
    display: inline-flex;
    flex-direction: row;
    transition: all 500ms ease;
}

.tri-state-toggle-button {
    border-radius: 22px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    background-color: transparent;
    border: 0px solid transparent;
    margin: 2px;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease;
}

.tri-state-toggle-button.active {
    background-image: linear-gradient(90deg,
            rgba(229, 3, 87, 1) 0%,
            rgba(229, 3, 56, 1) 35%,
            rgba(219, 101, 17, 1) 100%) !important;
    border: 0px solid rgba(207, 207, 207, 0.6);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    color: white;
    font-weight: 500;
    transition: all .5s ease-in;
}

.tri-state-toggle-button:focus {
    outline: none;
}

.tri-state-toggle-button-clients {
    border-radius: 22px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    background-color: transparent;
    border: 0px solid transparent;
    margin: 2px;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease;
}

.tri-state-toggle-button-clients.active {
    background-image: linear-gradient(90deg,
            rgba(229, 3, 87, 1) 0%,
            rgba(229, 3, 56, 1) 35%,
            rgba(219, 101, 17, 1) 100%) !important;
    border: 0px solid rgba(207, 207, 207, 0.6);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    color: white;
    font-weight: 500;
    transition: all .5s ease-in;
}

.tri-state-toggle-button-clients:focus {
    outline: none;
}

/* Basic loader spinner */
.loader.switch_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #37517e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Overlay background */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Loader spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pointer_div {
    cursor: pointer;
}

.switch_web_div {
    left: -20px;
    width: 400px;
    cursor: pointer;
    position: absolute;
}

.input_fields {
    display: none;
    margin-top: 10px;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}