*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  :root {

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  
/* body{
    margin:0;
    padding:0; 
} */
body {
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  
.content{
    display:flext;
    flex-direction: column;
    
    
}
.content .body{
    margin:0px 10px; 
}
.main-menu{
    background-color: rgb(29, 34, 197);
    /* background-color: #0d6efd; */
    /* background-color: rgb(180 118 233); */
}
nav.nav-bar {
    width: 100%;
    /* background-color: #4CAF50; */
    /* overflow: hidden; */
    /* position: fixed; */
    top: 0;
}

.layout-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
    margin-bottom: 0;
  }
  
.layout-footer-not-fixed .wrapper .main-footer {
position: static;
}
.wrapper {
    min-height: 100%;
  }

nav.nav-bar ul.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content:flex-start
}

nav.nav-bar ul.nav-list li.nav-item {
font-size: 17px; 
font-weight: 500;

}

nav.nav-bar ul.nav-list li.nav-item a.nav-link {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav.nav-bar ul.nav-list li.nav-item a.nav-link:hover {
    /* background-color: #111; */
    color: #ede8e8;

}

.menu-list {
    display: flex;
    border-bottom: 1px solid #ccc;
    list-style: none;
}

.menu-item {
    margin-right: 10px;
}

.menu-item a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}

.menu-item a:hover {
    background-color: #e9e9e9;
}

.menu-item a.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    background-color: #aaa;
    color: #fff;
}
.data-table{
    width: 100%;
    border-collapse: collapse;
}

.data-table th, .data-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.data-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.data-table tr:hover {
    background-color: #ddd;
}

.data-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #999;
    color: white;
}

.home-title{
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
}

.userLogin{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    /* background-color: #258934; */
}


.content {
    /* padding: 20px; */
    background-color: #f4f5f7;
}

    .card {
        background-color: #fff;
        border-radius: 15px;
        border: none;
        position: relative;
        margin-bottom: 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    } */

    .l-bg-cherry {
        /* background: linear-gradient(135deg, #6a11cb, #2575fc); */
        background-color: #0F7DC2  !important ;
        color: #fff;
    }

    .l-bg-blue-dark {
        /* background: linear-gradient(135deg, #1e3c72, #2a5298); */
     background-color: #04AA6D!important;
        color: #fff;
    }

    .l-bg-green-dark {
        /* background: linear-gradient(135deg, #00b09b, #96c93d); */
        background-color: #0c6375 !important;
        color: #fff;
    }

    .l-bg-orange-dark {
        /* background: linear-gradient(135deg, #ff7e5f, #feb47b); */
        background-color: #06a7a7  !important;
        color: #fff;
    }

    .card-icon-large {
        font-size: 80px;
        opacity: 0.2;
        position: absolute;
        right: 20px;
        top: 20px;
        transition: opacity 0.3s ease;
    }

    .card:hover .card-icon-large {
        opacity: 0.4;
    }

    .card-title {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .progress {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        height: 8px;
    }

    .progress-bar {
        border-radius: 10px;
    }

    .badge {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .l-bg-cyan {
        background: linear-gradient(135deg, #00c6fb, #005bea);
    }

    .l-bg-green {
        background: linear-gradient(135deg, #00d2ff, #3a7bd5);
    }

    .l-bg-orange {
        background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    }


    #otpLoader span {
    font-size: 0.9rem;
    animation: fadeBlink 1.4s ease-in-out infinite;
    }
    @keyframes fadeBlink {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
    }