.disabled-element {
    pointer-events: none;
    background-color: #e9e9ef;
}

.form-select:focus, button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.auth-page {
    background-color: #f0f3fb;
}

.pace-activity {
    display: none !important;
}

.user-thumb .img-thumbnail {
    object-fit: cover;
}

.form-switch .check-success:checked {
    background-color: #249a6a;
    border-color: #229164;
}

.page-item.active .page-link {
    color: #7a7878;
    background-color: #efefef;
    border-color: #ced4da;
}

#datatable tbody tr td {
    vertical-align: middle;
}

/* [BEGIN] Custom Checkbox */

/* Basic styling */
.modern-checkbox {
    width: 1.5rem;
    height: 1.5rem;
    color: dodgerblue;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #CCD3D8;
    transition: background 300ms;
    cursor: pointer;
}

/* Pseudo element for check styling */
.modern-checkbox::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}

/* Checked */
.modern-checkbox:checked {
    background-color: #2ab57d;
}

.modern-checkbox:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* Disabled */
.modern-checkbox:disabled {
    background-color: #CCD3D8;
    opacity: 0.84;
    cursor: not-allowed;
}

/* IE */
.modern-checkbox::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}

.modern-checkbox:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* [END] Custom Checkbox */

.ck-editor__editable {
    height: 280px;
}

.float-button {
    position: fixed;
    bottom: 34px;
    z-index: 999;
    left: 25%;
    right: 24%;
    height: 42px;
    min-width: 161px;
    max-width: 200px;
    font-size: 16px;
    border-radius: 100px;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .admin-menu {
        padding-left: inherit !important;
        margin-left: inherit !important;
        border-left: inherit !important;
    }
}

.form-select.is-invalid, .was-validated .form-select:invalid + .select2-container .selection .select2-selection {
    border: 1px solid #dc3545 !important;
}








