.text-small {
    font-size: .75rem!important;
}

.img-sm {
    width: 100%;
    height: auto;
    max-width: 75px;
}

.img-md {
    width: 100%;
    height: auto;
    max-width: 150px;
}

.sidebar .nav-item .nav-link.nav-logo:hover {
    background-color: transparent;
}

.sidebar .nav-link[data-bs-toggle=collapse][aria-expanded=true] .link-arrow {
    transform: rotate(90deg);
    transition: all 0.2s ease;
    margin-top: -0.4rem;
}

.dataTables_wrapper {
    margin: 1rem 0;
}

.dataTables_wrapper .dataTables_length select {
    padding-right: 1.5rem;
    background-position: right .5rem center;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    margin-top: 1rem!important;
}

.main-content {
    min-height: 72vh;
}

.main-content .card-text img {
    border-radius: 6px;
    margin: .75rem;
}

.icon-shape.icon-sm {
    width: 3.275rem;
    height: 3.275rem;
    min-width: 3.275rem;
    min-height: 3.275rem;
}

.note-modal .modal-content .modal-header {
    flex-direction: row-reverse;
}

.note-modal .modal-content .modal-header .close {
    background-color: transparent;
    border: 0;
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #111827;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111827'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.5rem;
    opacity: 0.5;
    content: '';
    color: transparent;
}

.note-modal .modal-content .modal-header .modal-title {
    font-size: 1rem;
}

.note-modal .modal-content .modal-body .note-form-group {
    margin-bottom: 1rem;
}

.note-modal .modal-content .modal-body .checkbox {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.625em;
    margin-bottom: 0.125rem;
}

.note-modal .modal-content .modal-body .checkbox label input[type=checkbox] {
    float: left;
    margin-left: -1.625em;
    width: 1.125em;
    height: 1.125em;
    margin-top: 0.1875em;
    vertical-align: top;
    background-color: #F2F4F6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #D1D5DB;
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color 0.2s ease-in-out, background-position 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 0.25em;
}

.note-modal .modal-content .modal-body .checkbox label input:checked[type=checkbox] {
    background-color: #1F2937;
    border-color: #1F2937;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.note-modal .modal-content .modal-body .note-image-input {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7280;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #d1d5db;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 7%);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

.note-popover.popover {
    padding: 0 .5rem;
    background-color: #E5E7EB;
}