img {
    width: 20%;
}

.logo {
    margin-right: 40px;
    padding: 10px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 1000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-action {
    bottom: 20px;
    display: inline-block;
    position: absolute;
    right: 105px;
    text-align: right;
}

.dib {
    display: inline-block;
}

.card-header-right-icon {
    display: inline-block;
    float: right;
}

.card-header-right-icon li {
    float: right;
    padding-left: 14px;
    color: #252525;
    cursor: pointer;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    display: inline-block;
}

.card-header-right-icon li .ti-close {
    font-size: 12px;
}

.ti-close:before {
    content: "\e646";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    src: url('./themify.ttf');
}

.card-option {
    position: relative;
}

.ti-settings:before {
    content: "\e60f";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
}

.card-option-dropdown {
    display: none;
    left: auto;
    right: 0;
}

.doc-link {
    float: right;
    position: relative;
    transition: all .5s ease-in-out;
}

.ti-link:before {
    content: "\e62d";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
}

.doc-link a {
    outline: 0 !important;
    text-decoration: none !important;
    color: #252525;
    transition: all .2s ease 0s;
}

.pr {
    position: relative;
}

.card-header h4 {
    display: inline-block;
    font-weight: 500;
}

.form-control {
    border-radius: 20px !important;
}

.ti-pencil-alt:before {
    content: "\e61d";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    color: #1de9b6;
}

a {
    text-decoration: none !important;
}

.ti-eye:before {
    content: "\e63d";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    color: #252525;
}

.ti-trash:before {
    content: "\e605";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    color: #e74c3c;
}

.card-header::after {
    display: none !important;
}

#currencySymbol {
    cursor: pointer;
}

.card .small-box-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 0;
    height: 60px;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.15);
    transition: transform 0.3s linear;
}

.dt-length label {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    div.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: flex !important;
    }
}

@media screen and (max-width: 576px) {
    div.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: block !important;
    }

    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
        text-align: start !important;
    }
}


@media screen and (max-width: 991px) {
    .date-responsive {
        display: block !important; /* Converts the row to a block for stacking */
    }

    .date-responsive td {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 5px; /* Adjusts the gap between elements */
    }

    .date-responsive input,
    .date-responsive select {
        width: 100%; /* Ensures inputs and selects stretch fully */
        max-width: 100%; /* Prevents overflow */
        box-sizing: border-box; /* Includes padding and borders in element width */
        flex-grow: 1; /* Makes input expand as needed */
    }
    
    .date-responsive-row {
        width: 100px !important;
    }
}

div.dt-container div.dt-layout-row {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}


.card-header {
    padding: 15px;
    background-color: #f8f9fa; /* Optional: Light background for contrast */
    border-bottom: 1px solid #dee2e6; /* Optional: Border for separation */
    border-radius: 5px; /* Optional: Rounding the corners */
}

.card-header a {
    margin: 5px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 0.875rem;
    border-radius: 4px;
    color: white;
    background-color: #007bff;
    transition: background-color 0.3s ease;
}

.card-header a:hover {
    background-color: #0056b3; /* Darker shade for hover state */
}

@media screen and (max-width: 767px) {
    .card-header {
        flex-wrap: wrap;
    }

    .card-header a {
        width: 100%; /* Buttons take the full width on smaller screens */
        margin: 5px 0; /* Adds space between buttons */
        text-align: center;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

.ga-heading {
    margin-bottom: 0 !important;
}