.table thead th {
    padding: 0.9rem 0.75rem;
    border-top: 1px solid #e7eaee;
    border-bottom: 1px solid #e7eaee;
    font-size: 13px;
    color: #262626;
    background: rgba(248, 249, 250, .5);
    text-transform: uppercase;
}

.table thead th a {
    color: #000;
}
.table thead th a:hover {
    color: #000000a4;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-active {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-active:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 5px;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider-active {
    background-color: #2196F3;
}

input:focus + .slider-active {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-active:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-active.round {
    border-radius: 34px;
}

.slider-active.round:before {
    border-radius: 50%;
}

a.js-delete.remove {
    position: absolute;
    top: 10px;
}
.select2-container--open {
    z-index: 9999999
}

.select2-container .select2-selection--single {
    height: 32px;
}

.form-control,
.form-select {
    padding: 0.375rem 0.7rem;
}
.maintenance-block {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom-btn {
    font-size: 12px !important;
    padding: 0.45em  0.8em !important;
    line-height: 1 !important;
    border: none !important;
}
.custom-btn i {
    font-size: 12px !important;
}

.webhook-wrapper {
    margin-top: 10px;
}

.webhook-wrapper .webhook-link {
    word-break: break-all; 
    padding: 5px 10px 10px 0; 
    color: rgb(118, 118, 219);
    /* margin-top: 5; */
}