
.card-body {
    padding: 0.75rem;
}

.download_label {
    display: none;
}

.letest {
    overflow: visible;
    position: absolute;
    left: -41px;
    top: 42px;
    bottom: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
}

.payrollbox, .feebox {
    margin-top: 10px;
    padding: 10px 10px 0;
    position: relative;
}

.row.display-flex .sameheight {
    margin-top: 10px;
    height: 92%;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #dadada;
}

.plusign {
    border-radius: 3px;
    float: right;
    outline: 0;
    transition: all 0.5s ease;
    padding: 0px 5px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.overvisible {
    overflow: visible !important;
}

.relative {
    position: relative;
}

.sfborder {
    border: 1px solid #dadada;
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}

.padd-en-rtl33 {
    padding-left: 33px;
}

.rotatetest {
    text-transform: uppercase;
    -moz-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
    position: absolute;
    padding: 4px 3px 3px 4px;
    border-bottom: 1px solid #dadada;
}

/*.dataTables_filter input {*/
/*    height: 26px !important;*/
/*    border-radius: 0px;*/
/*    font-weight: normal;*/
/*    border-top: 0;*/
/*    border-left: 0;*/
/*    border-right: 0;*/
/*    border-bottom: 1px solid #ddd;*/
/*    outline: none;*/
/*    padding: 0px 0px;*/
/*    font-size: 10pt;*/
/*}*/
.table td, .table th {
    /*padding: 0.35rem 1.05rem;*/
    /*padding: 0.15rem 0.55rem;*/
    padding: 0.15rem 0.15rem;
}
@media print {
    .table td, .table th {
        /*padding: 0.35rem 1.05rem;*/
        padding: 0.05rem 0.15rem;
    }
}

.datatable-footer, .datatable-header {
    padding: 0.75rem 0.75rem 0 0.75rem;
}

.dt-buttons {
    padding: 0.75rem 0 0 0;
    margin: 0 0 0.75rem 0.75rem;
}

.dataTable thead .sorting::after, .dataTable thead .sorting::before {
    opacity: 0;
}

.dataTable thead .sorting::after, .dataTable thead .sorting::before, .dataTable thead .sorting_asc::after, .dataTable thead .sorting_asc_disabled::after, .dataTable thead .sorting_desc::after, .dataTable thead .sorting_desc_disabled::after {
    right: 0.25rem;
}

.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc, .dataTable thead .sorting_desc_disabled {
    padding-right: 1rem;
}

.select2-results__option {
    padding: 0.2rem 1rem;
}

.select2-search--dropdown {
    padding: 0.6rem;
}

.select2-search--dropdown::after {
    left: 1.175rem;
}

.select2-search--dropdown .select2-search__field {
    padding: 0.238rem 0.275rem 0.238rem 1.763rem;
}

.text-sm {
    font-size: .775rem !important;
}

.text-sm h1 {
    font-size: 1.5rem;
}

.req {
    color: red;
}

.attachment-block {
    border: 1px solid rgba(244, 244, 244, 0.47);
    padding: 5px;
    margin-bottom: 10px;
    background: rgba(244, 244, 244, 0.47);
}

.noteinput {
    width: 160px;
}

.reportlists {
    margin: 0;
    padding: 0;
    list-style: none;

}

.reportlists li {
    display: block; /*border-bottom: 1px solid #ddd;*/
}

.reportlists li a {
    color: #444;
    padding: 10px 5px;
    display: block;
}

.reportlists li a.active {
    color: #0084B4;
    text-decoration: none;
    font-weight: 500;
    /*font-family: 'Roboto-Bold';*/
}

.reportlists li a:hover {
    color: #0084B4;
    text-decoration: none;
}

.reportlists li.active {
    font-weight: 500;
    /*font-family: 'Roboto-Bold';*/
    background: #dceeff;
}

.reportlists li a i {
    padding-right: 5px;
}

.video_container {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown-item.dropdown-item-sm {
    padding: 0.2rem 0.7rem;
}

/*
app alert start
 */
.alert .progress {
    background-color: transparent;
    box-shadow: none !important;
    height: 3px;
    border-radius: 0;
    margin: 19px 0px -15px -15px;
}

.alert .progress-bar {
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.3);
}


.app-alert-message {
    display: inline-block;
    margin-right: 5px;
    max-width: 350px;
    min-width: 165px;
}

.app-alert.animate {
    bottom: 0;
    position: fixed;
    z-index: 100000;
    border-radius: 2px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    opacity: 0.25;
    right: -350px;
}

.app-alert.alert-info {
    background-color: #20c5cb;
    color: #fff;
}

.app-alert.alert-success {
    background-color: #00b393;
    color: #fff;
}

.app-alert.alert-danger {
    background-color: #f06c71;
    color: #fff;
}

.app-alert.alert-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.app-alert a {
    color: #444;
}

.alert-warning {
    background-color: #fff2cc;
}

/*progress-bar*/
.progress.thin {
    height: 3px;
}

/*
app alert end
 */

/*
app modal
 */

/* fs modal*/
.app-modal {
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0,0,0, 0.9);*/
    /*z-index: 5000;*/


    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.app-modal:not(.import-client-app-modal) {
    animation: slidedown 300ms;
    -webkit-animation: slidedown 300ms;
}

.app-modal-fixed-close-button {
    position: absolute;
    z-index: 1;
    right: 20px;
    background: #fff;
}

@keyframes slidedown {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes slidedown {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

.app-modal-body {
    margin: 1% 1% 2%;
    width: 98%;
    height: 97%;
    background-color: #fff;
    display: table;
    table-layout: fixed;
    border-spacing: 0;
}

.app-modal-close {
    font-size: 20px;
    text-align: right;
    padding: 0 10px;
    cursor: pointer;
}

.app-modal-content {
    display: table-cell;
    vertical-align: central;
    height: 100%;
    text-align: center;
}

.app-modal-sidebar {
    width: 350px;
    border-left: 1px solid #f2f2f2;
    height: 100%;
    display: table-cell;
    vertical-align: top;
}

.app-modal-content .app-modal-content-area {
    position: relative;
}

.app-modal-content img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.app-modal.full-content .app-modal-sidebar {
    display: none;
}

.app-modal .compress,
.app-modal .expand {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    padding: 10px;
    color: #000;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5)
}

.app-modal .compress:hover,
.app-modal .expand:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.app-modal .compress {
    display: none;
}

.app-modal.full-content .expand {
    display: none;
}

.app-modal.full-content .compress {
    display: block;
}

.app-modal .expand {
    display: block;
    right: 370px !important;
}

.app-modal.loading .app-modal-sidebar {
    border-color: #fff;
}

.app-modal.loading .expand {
    display: none;
}


.dropzone .dz-default.dz-message > span {
    margin-top: 1rem;
}

/*
temporary datatable for apptable
 */
.app-table div.DTTT_container {
    margin-bottom: 15px;
}

.app-table div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 1em;
}

.app-table .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-right: 10px;
}

.app-table div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

select.dropdownloading {
    background: url('../../../backend/images/loading.gif') 99% 3px no-repeat;
    width: 100%;
    height: 28px;
    -moz-appearance: window;
    -webkit-appearance: none;
}

input.dropdownloading {
    background: url('../../../backend/images/loading.gif') 99% 3px no-repeat;
    width: 100%;
    height: 28px;
    -moz-appearance: window;
    -webkit-appearance: none;
}

.content_disable {
    padding: 1px 10px 1px;
    background: #ecebe5 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.upload_content select {
    pointer-events: visible;
}

.content_disable select {
    pointer-events: none;
}

.upload_content {
    background: transparent;
    opacity: 100;
    padding: 1px 10px 1px;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.cke_button_icon {
    width: 1.2rem !important;
    height: 1.1rem !important;
}

label {
    -webkit-user-select: none !important; /* Safari */
    -ms-user-select: none !important; /* IE 10 and IE 11 */
    user-select: none !important; /* Standard syntax */
}


/*
temporary style end
 */

@page {
    size: auto;
}


@media print {
    a[href]:after {
        content: none !important;
    }

    .d-print-none {
        display: none;
    }

    .navbar-md-md-top {
        padding: 0 !important;
    }

    .btn-to-top {
        display: none !important;
    }

    .dataTables_wrapper .dt-buttons, .dataTables_wrapper .datatable-header, .dataTables_wrapper .datatable-footer {
        display: none;
    }

    .card {
        border: none;
    }

    @page {
        size: auto;
    }

}

.form-control.form-control-xs {
    height: calc(1.092em + 0.625rem + 2px) !important;
}

.form-group.form-group-float {
    margin-bottom: 0;
    margin-top: 0;
}

.form-group-float-label {
    /* top: .4375rem; */
    top: 30px;
    left: 15px;
    margin-bottom: 0;
}
.form-group-float-label-sm {
    /* top: .4375rem; */
    top: 24px;
    left: 0.5rem;
    margin-bottom: 0;
}

.form-group-float-label.is-visible {
    /* top: 0; */
    top: 0.7rem;
    background: white;
}

/* Define the keyframes for the animated gradient.
   This animation shifts the background position to create a moving gradient effect. */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Base styles for your dropdown item */
.dropdown-item:not(.dropdown-item.active) {
    /* Ensure the element is positioned relative to use any pseudo-elements if needed */
    /*position: relative;*/

    /* Set up an initial gradient background.
       The colors here can be adjusted to fit your design palette.
       Using a large background size allows smooth animation of the gradient. */
    /*background: linear-gradient(-45deg, #ff7e5f, #feb47b, #ff7e5f, #feb47b);*/
    /*background-size: 400% 400%;*/

    /* Optional acrylic effect: add a subtle backdrop blur to simulate the frosted glass look.
       Note: This property works in modern browsers and might need vendor prefixes for older versions. */
    backdrop-filter: blur(8px);

    /* A smooth transition for any property change (if not using the animation) */
    transition: all 0.3s ease;
}

/* Hover (and focus) state styles */
.dropdown-item:hover:not(.dropdown-item.active),
.dropdown-item:focus:not(.dropdown-item.active) {
    /* Trigger the gradient animation when the item is hovered */
    animation: gradientAnimation 5s ease infinite;

    /* You can still define other style changes on hover */
    /*color: #333;*/
    text-decoration: none;
    /*background: linear-gradient(-45deg, #ff7e5f, #feb47b, #ff7e5f, #feb47b);*/
    /*background: linear-gradient(-45deg, #90EE90, #D3D3D3, #87CEEB, #90EE90);*/

    /* Updated gradient with 50% transparency using RGBA values:
     - Light green: rgba(144,238,144,0.5)
     - Light gray: rgba(211,211,211,0.5)
     - Sky blue: rgba(135,206,235,0.5) */
    background: linear-gradient(-45deg,
    rgba(144,238,144,0.3),
    rgba(211,211,211,0.3),
    rgba(135,206,235,0.3),
    rgba(144,238,144,0.3)
    );

    background-size: 400% 400%;


    /* Optionally, if you want to modify the backdrop blur or any other property on hover,
       you can include them here as well */
    /* For example: backdrop-filter: blur(12px); */
}
