/*html body{*/
/*    background: url(./bg-image.jpg);*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: fixed;*/
/*}*/
.page-wrapper{
    min-height: 80vh;
}
.header-navbar.floating-nav{
    /*background: #ffffff80 ;*/
    /*backdrop-filter: blur(15px);*/
    background: #fff ;
}

.main-menu.menu-dark .navigation > li ul .open > a,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
    background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7)) !important;
    box-shadow: 0 0 10px 1px rgb(115 103 240 / 70%) !important;
    color: #fff !important;
    font-weight: 400;
    border-radius: 4px;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.dropdown-item {
    padding: 1rem 1rem !important;
}

.notification-dropdown {
    width: 310px !important;
}


.notification-box {
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}





/* Hide the Google Translate bar */
.goog-te-banner-frame {
    display: none !important;
}

/* Hide the Google Translate label */
.goog-te-gadget {
    font-size: 0 !important;
}

/* Hide the Google Translate dropdown arrow */
.goog-te-combo {
    display: none !important;
}
.goog-te-gadget-simple {
    width: 100%;
    border-radius: 7px;
    padding: 4px 6px !important;
    border: 1px solid #7367f0 !important;
}
div#google_translate_element {
    margin: 0 20px;
    max-width: 170px;
}

.btn-circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
}
html body{
    color: black;
}
.page-wrapper .card {
    background: #fff;
    border-radius: 5px;
}
.page-wrapper .page-header {
    background: white;
    padding: 12px 18px;
    border-radius: 7px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
.card .card-header{
    border: 0;
    background: white;
    margin: 0px;
}
.table > :not(caption) > * > *{
    padding: 0.72rem 1rem;
}
.software-version{
    padding: 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #10163a;
}
.software-version .box{
    padding: 18px 0px;
    white-space: normal;
    text-align: center;
    background: #050530;
    border-radius: 16px;
    margin: 20px 21px;
    font-size: 15px;
    height: 80px;
    color: #c2c2c2;
}
.software-version .box span.version {
    display: inline-block;
    height: 23px;
    width: 40px;
    background: #10163a;
    color: #c2c2c2;
    border-radius: 50px;
}
.software-version-mini-sidebar{
    padding: 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #10163a;
    width: 100%;
}
.software-version-mini-sidebar .box{
    padding: 9px 0px;
    text-align: center;
    background: #050530;
    border-radius: 20px;
    margin: 8px 21px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    color: #fff;
}

.menu-collapsed .software-version{
    display: none;
}
.menu-collapsed .software-version-mini-sidebar{
    display: block;
}
.menu-expanded .software-version-mini-sidebar{
    display: none;
}

.border-radius-50 {
    border-radius: 50px;
}

.statistic .icon-box {
    width: 60px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 13px;
    color: #fff;
}
.statistic .card {
    height: 120px;
}
.col-border-right{
    border-right: 2px solid #0b62a4;
}
.text h4 {
    color: #191a1a;
}
.text h6 {
    color: #0b62a4;
}

table.table .edit-button {
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
table.table .delete-button {
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

table.table .show-button {
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
table.table .gap-1 {
    gap: .5rem !important;
}

.main-menu-content li.menu-devider {
    margin: 12px 24px;
    font-size: 13px;
    color: #aaaaaa;
    font-weight: 600;
}



/* Stats card */
.stats-card {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.stats-card .stats-icon {
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-info h6 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}
.stats-info p {
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
}
/* Dynamic colors using nth-child */
.stats-wrap:nth-child(1) .stats-icon {
    background-color: #28a745; /* Green */
}

.stats-wrap:nth-child(2) .stats-icon {
    background-color: #007bff; /* Blue */
}

.stats-wrap:nth-child(3) .stats-icon {
    background-color: #ffc107; /* Yellow */
}

.stats-wrap:nth-child(4) .stats-icon {
    background-color: #dc3545; /* Red */
}

.stats-wrap:nth-child(5) .stats-icon {
    background-color: #6f42c1; /* Purple */
}

.stats-wrap:nth-child(6) .stats-icon {
    background-color: #20c997; /* Teal */
}

.stats-wrap:nth-child(7) .stats-icon {
    background-color: #fd7e14; /* Orange */
}

.stats-wrap:nth-child(8) .stats-icon {
    background-color: #17a2b8; /* Cyan */
}

.stats-wrap:nth-child(9) .stats-icon {
    background-color: #343a40; /* Dark */
}

.stats-wrap:nth-child(10) .stats-icon {
    background-color: #6610f2; /* Indigo */
}

.stats-wrap:nth-child(11) .stats-icon {
    background-color: #ff5733; /* Light Red */
}

.stats-wrap:nth-child(12) .stats-icon {
    background-color: #4caf50; /* Lime Green */
}

.stats-wrap:nth-child(13) .stats-icon {
    background-color: #795548; /* Brown */
}

.stats-wrap:nth-child(14) .stats-icon {
    background-color: #cddc39; /* Lime */
}

.stats-wrap:nth-child(15) .stats-icon {
    background-color: #607d8b; /* Blue Gray */
}

.stats-wrap:nth-child(16) .stats-icon {
    background-color: #ff9800; /* Deep Orange */
}

.stats-wrap:nth-child(17) .stats-icon {
    background-color: #f44336; /* Red */
}

.stats-wrap:nth-child(18) .stats-icon {
    background-color: #2196f3; /* Light Blue */
}

.stats-wrap:nth-child(19) .stats-icon {
    background-color: #00bcd4; /* Aqua */
}

.stats-wrap:nth-child(20) .stats-icon {
    background-color: #9c27b0; /* Dark Purple */
}

.menu-collapsed .main-menu-content li.menu-devider{
    display: none;
}
.brand-logo.sm{
    display: none
}

.menu-collapsed .brand-logo.lg {
    display: none
}
.menu-collapsed .brand-logo.sm {
    display: block;
}