body{
    font-family: "Poppins", sans-serif !important;
}
.body-landing{
    background-color:aliceblue;
    transition: 0.6s;
}

.center{
    padding: 6px;
    justify-items: center;
}

.center span i{
    font-size: 40px;
}
.content{
    margin-top: 90px;

}
.container{

    margin-top: 90px;
}

/* .center img{
    width: 300px;
    height: 80px;
} */

.input-group input{
    padding: 10px !important;
}

.input-group input:focus{
    outline: none !important;
    box-shadow: none !important;
}

.container-fluid{
    /*background-color: rgb(27, 47, 80) !important;*/
}

.mb-0{
    font-size: 24px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#mb-0{
    display: none;
}

.d-flex small{
    color: #FFFFFF !important;
}

.screen-view{
    position: absolute;
    display: none;
    left: 0% !important;
    width: 100% !important;
    top: 0% !important;
    z-index: 9;
    background-color: rgba(14,14,14,0.87);
    height: 100vh !important;
}

@keyframes slideFromLeft {
    from{
        opacity: 0.5;
        transform: translateX(-50%);
    }
    to{
        opacity: 1;
        transform: translateX(0%);
    }
}

.sidebar {
    animation: slideFromLeft 0.5s ease-in;
    display: block;
    width: 20%;
    min-height: 100vh;
    background: white;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

#menu-user img{

    border-radius: 50%;
    width: 40px;
    cursor: pointer;
    height: 40px;
}

.menu{
    overflow-y: auto;
    max-height: 85vh;
}

.menu::-webkit-scrollbar {
  width: 5px;
}

.menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

.menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.arrow-back{
    cursor: pointer;
}
.details-student  table tr:last-child td {
      border-bottom: 2px solid grey; /* Set border thickness and color */
    }
#menu-user div.dropdown-toggle::after{
    display: none;
}
#notification .dropdown-toggle::after{
    display: none;
}
.sidebar .profile {
    text-align: center;
    margin-bottom: 20px;
}
.sidebar .profile img {
    width: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.sidebar .profile h5 {
    font-size: 18px;
    font-weight: bold;
}
.sidebar .profile span {
    font-size: 14px;
    color: gray;
}
.cover {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    height: 100px;
    border-radius: 10px;
}
.profile-detail{
  margin-top: -50px;

}
.sidebar .menu a {
    display: block;
    align-items: center;
    padding: 12px;
    color: white;
    font-size: 13px;
    width: 100% !important;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}
#btn-menu{
    display: none;
}
.sidebar .menu a:hover, .sidebar .menu a.active {
    background: #027dff;
    color: white;
}
.dropdown-item a:hover{
    color: white;
}
.sidebar .menu a i {
    font-size: 18px;
    margin-right: 10px;
    color: white;
}
.icon-dashboard:hover{
    transform: scale(1.6);
    transition: transform 0.6s ease-in-out;
}

 @keyframes blinkZoom {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}
.blink-zoom {
    animation: blinkZoom 1s infinite;
    font-weight: bold;
    color: red;
}

.accordion {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}
.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.accordion-header {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}
#header{
    position: fixed;
    top: 0;
    z-index: 7;
    width: 100%;
}
main{

     margin-top: 100px;
     width: 80%;
     float: right;
}

.tab-pane{

    font-size: 13px !important;
}

.accordion-body {
    padding: 10px;
    display: none; /* Hidden by default */
    background-color: #f9f9f9;
}
.nested-accordion {
    margin-top: 10px;
}
.nested-accordion .accordion-item {
    margin-bottom: 10px;
}
.form-check {
    margin: 5px 0;
}
.pro-badge {
    background: #ffc107;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    margin-left: 5px;
}
.dropdown-menu {
    background: white;
    border: none;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-menu a {
    padding: 10px 15px;
    font-size: 14px;
    color: #6c757d;
}
.dropdown-menu a:hover {
    background: #e9ecef;
    color: #6f42c1;
}

.shortcut-report{
    padding: 25px !important;
    width: 100% !important;
}


.md-4{
    background-color: #FFF;
    box-shadow:  0 0 1px rgba(0,0,0,0.1);
    width: 65% !important;
    border-radius: 8px;
    padding: 10px;
}

.md-6{
    background-color: #FFF;
    box-shadow:  0 0 1px rgba(0,0,0,0.1);
    width: 100% !important;
    border-radius: 8px;
    padding: 10px;
}

.md-6 h3{
    padding: 6px;
    font-size: 20px;
}

.md-4 h3, a{
    padding: 6px;
    display: inline-block !important;
}

.prevYear, .currentYear{
    padding-left: 5px;
    padding-right: 5px;
}
    textarea:focus, input:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #ced4da; /* Optional: Keep border neutral */
}
.md-4 h3{
    font-size: 20px;
    float: left;
}

.md-4 a{
    color: #3b3a3a;
    float: right;
    text-decoration: none;
}

.md-4, .md-5{
    display: inline-block;
}

.md-4 #stock-in{
    background-color: #007BFF;
    font-size: 15px;
    border: none;
    padding: 5px;
    float: right;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    color: #FFF;
}

.md-4 #stock-inn{
    background-color: #008800;
    font-size: 15px;
    border: none;
    margin-left: 1%;
    padding: 5px;
    float: right;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    color: #FFF;
}

.md-4 .img-view{
    justify-items: center;
    width: 300px;
}

#link-top{
    text-decoration: none;
    font-size: 12px;
    border: 0.5px solid white;

}
#link-top:hover{
    border: none;
    transition: 0.6s;
    background-color: blue;
}

.md-4 .col-3{
    cursor: pointer;
    height: 220px;
    padding: 16px;
    width: 22%;
    border-radius: 10px;
    margin-left: 2%;
    display: inline-block;
}

.md-4 .col-3 i{
    font-size: 30px;
    text-align: center;
}

.md-4 .col-3 h2{
    padding-top: 40%;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.md-4 .col-3 .rate{
    background-color: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    text-align: center;
    width: auto;
    border-radius: 10px;
    margin-top: 10%;
}

.md-4 .col-3 span{
    font-size: 16px;
    text-align: center !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.md-4 img{
    width: 100%;
    height: 100%;
}

#list-counter a{
    color: #0000FF;
    text-decoration: none !important;
}


.md-5{
    float: right;
    height: auto;
    background-color: #FFF;
    box-shadow:  0 0 1px rgba(0,0,0,0.1);
    width: 33% !important;
    border-radius: 8px;
    padding: 10px;
    margin-left: 1.5%;
}

.md-6{
    float: none !important;
    width: 100% !important;
    height: auto;
    background-color: #FFF;
    box-shadow: 0 0 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px;
}

.md-5 h3, span{
    display: inline-block;
}

.md-5 h3{
    font-size: 16px;
    padding: 4px;
    float: left;
}

.md-5 span{
    color: #FFF;
    padding: 4px;
    font-size: 12px;
    border-radius: 6px;
    float: right;
}

.status{
    width: 95%;
    background-color: rgb(219, 236, 251);
    border-radius: 6px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

.status .flex{
    display: flex;
    float: left;
}

.status .aside-left{
    display: flex-end;
    float: right;
}

.status .flex, .aside-left{
    display: inline-flex;
}

.table thead tr th{
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    padding: 6px !important;
}

.loading{
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    background-color: rgba(14,14,14,0.87);
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

.spinner{
    position: absolute;
    left: 46%;
    top: 46%;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from{
        opacity: 0.5;
    }
    to{
        opacity: 1;
    }
}

.jsx{
    display: none;
    /* animation: fadeIn 1.2s ease-in; */
    position: absolute;
    top: 14% !important;
    background-color: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.2) !important;
    right: 7% !important;
    width: 120px;
    border-radius: 6px !important;
}

.jsx a{
    display: block !important;
    padding: 12px !important;
    text-decoration: none;
    text-align: center;
}

.jsx a:hover{
    background-color: #ccc;
}

.visible{
    display: block;
}

.modal{
    display: none;
}

.hidden {
    display: none;
  }
  #div-end form{
    width: 75%;
  }
  #div-end a{
    text-decoration: none;
  }

  .active{
    display: block;
  }

@media(max-width: 768px){
    .container{
        width: 95% !important;
        height: 50vh !important;
    }

    #link-top label{
        display: none;
    }
    #link-top {
        font-size: 15px;
    }
    #div-start{
        display: none;
    }
    #div-end{
        border-radius: 4px;
        margin-top: 90px;
    }
    #div-end form{
        width: 100%;
    }
    .alert{
        top: 2% !important;
        left: 5% !important;
        width: 90% !important;
    }
    #btn-menu{
        display: block;
    }
    .center img{
        height: 80px;
        width: 80px;
    }
    .sidebar{
        display: none;
    }
    main{
        width: 100%;
        float: none;
    }
    .center img, h3{
        display: block;
        margin-left: 10% !important;
    }

    .row{
        margin-top: 4% !important
    }

    .mb-0, .text-muted{
        display: none;
    }

    #mb-0{
        display: block !important;
        color: #FFF;
    }

    .md-4{
        float: none;
        width: 100% !important;
    }

    .md-5{
        float: none;
        width: 100% !important;
        margin-top: 2% !important;
    }

    .md-4 h3{
        font-size: 18px;
        float: none;
    }

    .md-4 a{
        font-size: 10px;
        float: none;
    }

    .md-4 .col-3{
        margin-top: 1%;
        height: 180px;
        width: 47% !important;
    }

    .status .aside-left{
        display: none;
    }

    .breaker{
        display: none;
    }

    .sidebar{
        width: 80% !important;
        z-index: 9;
    }

    .jsx{
        top: 11% !important;
        right: 1% !important;
    }
}
