html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.col-form-label {
    font-weight: 300 !important;
}

.pagination {
    margin-bottom: 2rem !important;
}

.dataTables_info {
    margin-bottom: 1rem !important;
}

.page-item .page-link, .page-item span {
    display: initial !important;
    align-items: center;
    justify-content: center;
    color: #7b809a;
    padding: 10px !important;
    margin: 0 4px;
    border-radius: 8% !important;
    width: 71px;
    height: 36px;
    font-size: 0.875rem !important;
}

.fa-pencil-alt:before {
    content: "\f303";
    /*color: #A4C639 !important;*/
    /*color: linear-gradient(90deg, rgba(84,180,93,1) 0%, rgba(164,198,57,1) 100%) !important;*/
    background-image: linear-gradient(90deg, rgba(84, 180, 93, 1), rgba(164, 198, 57, 1));
    background-clip: text;
    -webkit-background-clip: text; /* For better browser compatibility */
    color: transparent !important;
}

.fa.fa-trash:before {
    content: "\f2ed";
    /*color: #A4C639 !important;*/
    background-image: linear-gradient(90deg, rgba(84, 180, 93, 1), rgba(164, 198, 57, 1));
    background-clip: text;
    -webkit-background-clip: text; /* For better browser compatibility */
    color: transparent !important;
}

.ck-content {
    height: 400px; /* Adjust the height as desired */
}

div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}

.btn-primary {
    font-size: 15px;
}

.btn-outline-primary, .bg-gradient-primary {
    font-size: 15px;
}

.alignleft_th {
    padding-left: 8px;
}

.table th {
    padding-left: 8px !important;
}

.select2-container .select2-selection--single {
    height: 43px !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.dashboard-card {
    height: 80px;
}

.h-43 {
    height: 43px !important;
}

.table td, .table th {
    white-space: unset !important;
}

ul.dtr-details li {
    display: flex;
}

    ul.dtr-details li span.dtr-data {
        margin-left: auto;
    }

.dropdown-item {
    color: black !important;
}

.btn-check:checked + .btn:hover {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown.dropdown-hover:hover > .dropdown-menu, .dropdown .dropdown-menu.show {
    transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0, 54px, 0px) !important;
}

#welcome {
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 20px;
}

    #welcome #lblWelcome {
        font-size: 0.875rem;
        font-weight: bold;
    }

    #welcome #lblWelcomeda {
        font-size: 0.800rem;
    }

.navbar-nav .dropdown-menu {
    position: absolute !important;
    /* position:fixed !important; */
}
.alertify .ajs-header {
    color: #333;
    border-bottom: none!important;
    border-radius: 6px 6px 0 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
}
.alertify .ajs-footer {
    background-color: #fff;
    padding: 15px;
     border-top: none!important; 
    border-radius: 0 0 6px 6px;
}
.bg-gradient {
    background-image: linear-gradient(90deg, rgba(84,180,93,1) 0%, rgba(164,198,57,1) 100%) !important;
}