
.navbar {
    background: #13265C;
}

.nav-link:hover {
    color: #9ffb00 !important;
}

.dropdown-menu.left {
    left: auto;
    right: 0;
}

.active {

    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    border: 2px solid white;

}

body {
    /* padding-top: 50px;  */
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body {
    padding: 15px;
}

.card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col,
.gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}

.h-100 {
    height: 100% !important;
}

.shadow-none {
    box-shadow: none !important;
}

.rounded {
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;

}

.profile-img {
    text-align: center;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -25%;
    width: 51%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.preloder {
    display: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffffbd;
    justify-content: center;
    align-items: center;
    display: flex;
}

.lds-hourglass,
.lds-hourglass:after {
    box-sizing: border-box;
}

.lds-hourglass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.row {
    margin: 0 !important;
}


.header {
    background-color: #72a3e0;
    padding: 0;
    border-radius: 2px;
    text-align: center;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    max-height: 30px;
}

.title {
    padding: 0px;
    border-radius: 10px;
}

.all_backgr {
    background-color: rgb(237, 240, 244);
}

.white {
    background-color: white;
}

.vl {
    border-left: 10px solid rgb(237, 240, 244);
    height: 500px;
}

.chart_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #72a3e0;
    padding: 0px;
    border-radius: 10px;
}

.monthly_chart_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #72a3e0;
    padding: 0px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {

    /* Adjust max-width as needed */
    .vl {
        display: none;
    }
}


#preloder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffffbd;
    justify-content: center;
    align-items: center;
    display: flex;
}

.lds-hourglass,
.lds-hourglass:after {
    box-sizing: border-box;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}
.preloder {
        display: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999999;
        background: #ffffffbd;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .lds-hourglass,
    .lds-hourglass:after {
        box-sizing: border-box;
    }

    .lds-hourglass {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 80px;
        height: 80px;
    }

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid currentColor;
        border-color: currentColor transparent currentColor transparent;
        animation: lds-hourglass 1.2s infinite;
    }

    @keyframes lds-hourglass {
        0% {
            transform: rotate(0);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        50% {
            transform: rotate(900deg);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        100% {
            transform: rotate(1800deg);
        }
    }

    .col-md-6 {
        height: 400px;
    }

    table.dataTable {
        font-size: 12px;
    }

    .navbar-nav {
        margin-left: 240px;
    }

    .fullscreen-mode {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 75vh; /* You can go 100vh if you want full screen */
        background: #fff; /* Optional: or keep it transparent */
        z-index: 9999;
        padding: 1rem;
        overflow: auto;
    }
    
    /* Hide everything except chart */
    .fullscreen-mode .chart_title {
        display: none !important;
    }
    
    .fullscreen-mode #chartpred {
        flex: 1;
        height: 100%;
    }

    .flatpickr-calendar {
        font-size: 12px; /* Smaller text */
        transform: scale(0.9); /* Slightly reduce overall size */
        
    }
    
    .flatpickr-days, .flatpickr-months {
        font-size: 12px !important;
    }
    
    .flatpickr-day, .flatpickr-month {
        padding: 2px 4px !important;
    }

    /* #abstractTable tbody tr {
        height: 50px; 
    } */
    
    #abstractTable tbody tr:last-child {
        font-weight: bold;
    }

    #tableAppstrike {
        font-size: 10px; /* already there, good */
        height: 250px;
        max-height: 250px;
    }
    
    #tableAppstrike th,
    #tableAppstrike td {
        padding: 4px 6px; /* tighten the padding */
        line-height: 1.2; /* make text hug itself */
        vertical-align: middle; /* center the text better */
    }
    
    .tdayFooterTotal,.prodlink {
        cursor: pointer;
        text-decoration: none; 
        color:#5927E5 !important; 
    }

    table tbody tr:not(:last-child) td {
        border-bottom: none;
    }
   
    #tableAppstrike tbody td:nth-child(3),
    #tableAppstrike tbody td:nth-child(4),
    #tableAppstrike tbody td:nth-child(5),
    #tableAppstrike tbody td:nth-child(6),
    #tableAppstrike tbody td:nth-child(7),
    #tableAppstrike tbody td:nth-child(8) {
        text-align: right;
    }
   
    #tableAppstrike tfoot th {
        text-align: right;
    }