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

 :root {
            --bs-primary: #036EB2;
            --bs-primary-rgb: 3, 110, 178;
        }

        .btn-primary {
            --bs-btn-bg: #036EB2;
            --bs-btn-border-color: #036EB2;
            --bs-btn-hover-bg: #025a94;
            --bs-btn-hover-border-color: #025a94;
            --bs-btn-active-bg: #024775;
            --bs-btn-active-border-color: #024775;
        }

        .text-primary {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        }

        .bg-primary {
            --bs-bg-opacity: 1;
            background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
        }

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

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

}
.container{

    margin-top: 90px;
}

.shadow,
.shadow-sm,
.shadow-md {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
}

.img-result{
    width: 200px !important;
}

/* .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, .menu i:hover, .menu i:active {
    background: #fde047 !important;
    color: #036EB2 !important;

}
.ps-5 {
    color: grey !important;
}
.active-link, .active-link i{
    color: #036EB2 !important;
    font-weight: bold;
}
.dropdown-item a:hover{
    color: white;
}
.sidebar .menu a i {
    font-size: 18px;
    margin-right: 10px;
    color: white;
}
.sidebar .menu a:hover i {
    font-size: 18px;
    margin-right: 10px;
    color: #036EB2 !important;
}
.menu .active i{
    color: #036EB2 !important;
}
.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: #036EB2;
}

.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;
    color: #036EB2 !important;
    background-color: #fde047;
}

.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%;
    width: 260px;
    height: auto;
    padding: 12px;
    border-radius: 12px;
    background-color: white;
    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 a{
    text-decoration: none;
  }

  .active{
    display: block;
    font-weight: bold;
  }

  #main-content-side-nav, #main-content{
    display: none;
  }
/* Optional: animated glow for placeholders */
.placeholder-glow .placeholder {
    animation: glow 1.5s infinite;
}

@keyframes glow {
    0% {opacity: 0.4;}
    50% {opacity: 0.7;}
    100% {opacity: 0.4;}
}

/* Placeholder with secondary background */
.placeholder {
    background-color: var(--bs-secondary-bg-subtle) !important;
    opacity: 0.7;
}

/* Card icon placeholder */
.icon-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-secondary-bg-subtle);
}

/* Improved card shadows */
.card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Table placeholder improvements */
.table .placeholder {
    background-color: var(--bs-secondary-bg-subtle);
}

/* Sidebar placeholder improvements */
.bg-primary .placeholder {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
@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 !important;
    }

    #div-end form{
        width: 100% !important;
    }
    .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;
    }

    .spinner{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;          /* ifit screen ya simu */
        max-width: 260px;
    }
}


 .message-box {
    /*display: none !important;*/
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.message-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
    animation: shake 2.5s infinite;
}

/* Shake animation */
@keyframes shake {
    0% { transform: translateX(0); }
    10% { transform: translateX(-5px); }
    20% { transform: translateX(5px); }
    30% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    50% { transform: translateX(0); }
    100% { transform: translateX(0); }
}
