.method_locked {
    display: none;
}

.method_unlocked {
    display: block;
}

.switch-container {
    width: 100%;
    display: flex;
    align-items: center;
}



.toggle-wrapper {
    position: relative;
    min-width: 35pt;
    height: 20pt;
    border: 1px solid #000;
    border-radius: 100vw;
    cursor: pointer;
}

.toggle-button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5%, -50%);
    width: 15pt;
    height: 15pt;
    background-color: #7b2d26;
    border-radius: 50%;
    transition: all ease 600ms;
    z-index: 1;
}

.toggle-button.on {
    left: 100%;
    transform: translate(-105%, -50%);
    background-color: #0b7a75;
}

.on-off-icon {
    position: absolute;
    top: 50%;
    z-index: 0;
}

.toggle-on {
    left: 25%;
    width: 0;
    height: 10pt;
    transform: translate(-50%, -50%);
    border: 1px solid #19535f;
}

.toggle-off {
    right: 25%;
    height: 10pt;
    width: 10pt;
    border-radius: 50%;
    transform: translate(50%, -50%);
    border: 2px solid #7b2d26;
}

.fc-dayGridMonth-view .fc-scrollgrid-sync-table {
    width: 100% !important
}

.fc-dayGridMonth-view .fc-col-header {
    width: 100% !important
}

.fc-dayGridMonth-view .fc-daygrid-body {
    width: 100% !important
}

.active.disabled>.page-link {
    color: #fff;
}

.fix-head .table-responsive {
    max-height: 600px;
    overflow-y: auto !important;
}

.fix-head table thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 100;
}