.logo {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.logo-small {
    width: 80px;
    margin: 0 auto;
    display: block;
}

.error {
    color: red;
    padding-top: 5px;
}

.pc-header .dropdown-user-profile .dropdown-item:hover {
    background: #cff2fc;
    color: #106ef2;
}

.pc-link :hover {
    background: #cff2fc;
    color: #106ef2;
}

[data-pc-preset=preset-1] .pc-sidebar .pc-item.active>.pc-link,
[data-pc-preset=preset-1] .pc-sidebar .pc-item:focus>.pc-link,
[data-pc-preset=preset-1] .pc-sidebar .pc-item:hover>.pc-link {
    color: #106ef2 !important;
}

[data-pc-preset=preset-1] .pc-sidebar .pc-item.active>.pc-link .pc-micon i,
[data-pc-preset=preset-1] .pc-sidebar .pc-item.active>.pc-link .pc-micon svg,
[data-pc-preset=preset-1] .pc-sidebar .pc-item:focus>.pc-link .pc-micon i,
[data-pc-preset=preset-1] .pc-sidebar .pc-item:focus>.pc-link .pc-micon svg,
[data-pc-preset=preset-1] .pc-sidebar .pc-item:hover>.pc-link .pc-micon i,
[data-pc-preset=preset-1] .pc-sidebar .pc-item:hover>.pc-link .pc-micon svg {
    color: #0e64dd !important;
}

.profile-card .rounded-circle {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    border-radius: 50%;
}

.label {
    font-weight: 700;
}

.datatable-top,
.datatable-bottom {
    padding: 0px 0px 10px 0px;
}

table.datatable-table>tbody>tr>td>div.btn-group>button {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

table.datatable-table>tbody>tr>td>div.btn-group>a {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.datatable-custom {
    width: 100% !important;
    padding-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    background: none;
}


.upload-photo-placeholder {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.upload-photo-placeholder i {
    position: absolute;
    bottom: -21px;
    right: -21px;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background-color: black;
    padding: 9px;
    border-radius: 27px;
}

.upload-photo-placeholder img {
    width: 150px;
    height: 150px;
    display: block;
}

.notifyjs-corner {
    position: fixed;
    margin: 5px;
    z-index: 9999999999 !important;
}

.font-weight-bold {
    font-weight: bold;
}

.ck-editor__editable {
    min-height: 200px;
}

.btn-circle {
    border-radius: 50%;
}