html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*By Shawqui*/
.w-99 {
    width: 99% !important;
}

.w-98 {
    width: 98% !important;
}

.w-95 {
    width: 95% !important;
}

.w-90 {
    width: 90% !important;
}

.w-85 {
    width: 85% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-2 {
    width: 2% !important;
}

.w-1 {
    width: 1% !important;
}

.w-20 {
    width: 20% !important;
}

.h-250px {
    height: 250px !important;
}

.image-input-placeholder {
    background-image: url('~/ThemeFile/assets/images/blank-image.svg');
}

[data-bs-theme="dark"] .image-input-placeholder {
    background-image: url('~/ThemeFile/assets/images/blank-image-dark.svg');
}

.indicator-progress {
    display: none
}

[data-kt-indicator=on] > .indicator-progress {
    display: inline-block
}

[data-kt-indicator=on] > .indicator-label {
    display: none
}
/* Start Override theme */
.form-floating > .form-select {
    padding-bottom: 0.225rem;
}
/* End Override theme */

/* Start Override Bootbox */

.bootbox-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.5rem;
    z-index: 1;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* End Override Bootbox */
/* Override default styles for a dark theme */

/* Sweet Alart override */
.swal2-popup, .apexcharts-menu, .swal2-radio {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
    border-color: var(--bs-body-color) !important;
}

.swal2-title {
    color: var(--bs-body-color) !important;
}

.swal2-content, .swal2-html-container {
    color: var(--bs-body-color) !important;
}


/* Start Custom Styles */

.dt-spinner + div {
    display: none !important;
}

.h-70px {
    height: 70px !important;
}

.h-lg-165px {
    height: 165px !important;
}

.Outlook-Email-Font {
    font-family: "Calibri (Body)";
    color: #0d47a1
}

.transform-x {
    transform: scaleX(-1);
}

.glass {
    /* From https://css.glass */
    background: rgb(246, 254, 253, 0.20);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.w-fit-content {
    width: fit-content;
}
/* End Custom Styles */

/* Start Override typeahead */
.twitter-typeahead {
    width: 100%;
}

.tt-suggestion {
    font-size: 16px;
}

    .tt-suggestion:not(:last-child) {
        border-bottom: 1px dashed #dcdcdc;
    }

    .tt-suggestion:hover,
    .tt-suggestion:focus {
        background-color: #e6e6e6;
    }

.tt-menu {
    width: 100%;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 430px;
    overflow-y: auto;
    padding: 8px;
}
/* End Override typeahead */
.select2 {
    padding: 0 !important;
}

.table {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Width and height for the scrollbar track */
body::-webkit-scrollbar {
    width: 0px !important;
}
/* Month Pciker Css */
.monthly-wrp {
    position: absolute; /* Change position to absolute */
    padding: 1em;
    z-index: 1000000;
    border-radius: 3px;
    background-color: #2C3E50;
    top: calc(100% + 15px); /* Position it below the input */
    left: 0; /* Adjust left position if needed */
}

    .monthly-wrp:before {
        content: "";
        border-bottom: 6px solid #2C3E50;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

    .monthly-wrp .years {
        margin-bottom: 0.8em;
        text-align: center;
    }

        .monthly-wrp .years select {
            border: 0;
            border-radius: 3px;
            width: 100%;
            padding:12px!important;
        }

            .monthly-wrp .years select:focus {
                outline: none;
            }

    .monthly-wrp table {
        border-collapse: collapse;
        table-layout: fixed;
    }

    .monthly-wrp td {
        padding: 1px;
    }

    .monthly-wrp table button {
        width: 100%;
        border: none;
        background-color: #1ABC9C;
        color: #FFFFFF;
        font-size: 14px;
        padding: 0.6em;
        cursor: pointer;
        border-radius: 3px;
    }

        .monthly-wrp table button:hover {
            background-color: #16A085;
        }

        .monthly-wrp table button:focus {
            outline: none;
        }
/* End Month Pciker Css */
.z-index-100 {
    z-index: 100 !important;
}

.tt-menu {
    max-height: 580px;
    overflow-y: auto;
    width: 350px !important;
   
}