.text-sm {
    font-size: small;
}

.sidebar-nav .nav-title {
    font-weight: 600;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}

.modal-header {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}

.card-body {
    padding: 1.2rem;
}

.dropify-wrapper .dropify-message p {
    font-size: 20px !important;
}

.form-label {
    font-weight: 500;
}

.table > :not(caption) > * > * {
    background-color: unset;
}

.table > thead {
    background-color: #f4f6f8;
}

.table > thead > tr > th {
    font-weight: 600;
}

.table.table-rounded {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.table.table-rounded tr th,
.table.table-rounded tr td {
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    vertical-align: middle;
}

.table.table-rounded tr th:first-child,
.table.table-rounded tr td:first-child {
    border-left: 1px solid #dee2e6 !important;
}

.table.table-rounded thead tr th {
    border-top: 1px solid #dee2e6 !important;
}

/* top-left border-radius */
.table.table-rounded thead tr:first-child th:first-child {
    border-top-left-radius: 0.4rem !important;
}

/* top-right border-radius */
.table.table-rounded thead tr:first-child th:last-child {
    border-top-right-radius: 0.4rem !important;
}

/* bottom-left border-radius */
.table.table-rounded tr:last-child td:first-child {
    border-bottom-left-radius: 0.4rem !important;
}

/* bottom-right border-radius */
.table.table-rounded tr:last-child td:last-child {
    border-bottom-right-radius: 0.4rem !important;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.custom-search {
    position: relative;
}

.custom-search i {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 13px;
    left: 12px;
    align-items: center;
    display: flex;
    color: #b9bdc3;
}

.custom-search input {
    padding-left: 2.2rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.wrapper {
    background-color: #f1f4f6;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 300px;
}

.avatar-wrapper {
    position: relative;
    display: inline-block;
    object-fit: cover;
    object-position: top;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-md {
    width: 3rem;
    height: 3rem;
}

.avatar-lg {
    width: 4rem;
    height: 4rem;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper-hover-dark:hover {
    background-color: #27354c;
    transition: 0.3s;
}

.icon-wrapper-hover-dark:hover i {
    color: #fff !important;
}

.icon-wrapper-sm {
    width: 2rem;
    height: 2rem;
}

.icon-wrapper-md {
    width: 3.5rem;
    height: 3.5rem;
}

.sidebar {
    background-color: #27354c !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 24px !important;
}

.bg-warning-soft {
    background-color: rgba(255, 193, 7, 0.1);
    color: #f59e0b;
}

.bg-success-soft {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.bg-danger-soft {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.bg-primary-soft {
    background-color: rgba(98, 75, 255, 0.1);
    color: #624bff;
}

.bg-info-soft {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.bg-dark-soft {
    background-color: rgba(30, 41, 59, 0.1);
    color: #1e293b;
}

.bg-primary-soft-2 {
    background-color: #e0dcfe !important;
}

.bg-light-2 {
    background-color: #f8fbfc;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
}

.btn-success:hover,
.btn-success:focus {
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus {
    color: #fff;
}

.btn-info {
    color: #fff;
}

.btn-info:hover,
.btn-info:focus {
    color: #fff;
}

.table > :not(caption) > * > * {
    padding: 0.7rem 0.7rem;
}

.img-fit {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.form-group {
    margin-bottom: 1.5rem;
}

.sidebar-nav .nav-title {
    margin-top: 0.6rem;
}

.min-h-screen {
    min-height: 100vh;
}

.bg-hero-light {
    background-image: url("./../img/hero-bg-light.webp");
}

.shadow-fe {
    box-shadow: 0px 3px 6px rgba(17, 24, 39, 0.1);
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator:not(:empty):before {
    margin-right: 0.25em;
}
.separator:before,
.separator:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #d4d0cf;
}

.separator:before,
.separator:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #d4d0cf;
}

.footer .social-links a {
    cursor: pointer;
}

.blink_me {
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-hover:hover {
    -webkit-line-clamp: unset;
}

a {
    text-decoration: none;
}
