@media (max-width: 1540px) {
    .page-title-container .info .icons button.notification,
    .top-content .info .icons button.notification {
        display: flex;
    }



    .index-page .page-title-container .info {

        display: flex;
    }


    .app-data {
        width: 100%;
    }
}


@media (max-width: 1300px) {

    .detail-container .details .lost-info .row-info {
        gap: 10px;  
    }
    .detail-container .details .lost-info .row-info .info-item {
        width: fit-content;
    }

}




@media (max-width: 1250px) {


    .detail-container {
        flex-direction: column;
    }

    .detail-container .detail-container-row:first-child {
        width: 100%;
    }

    .detail-container .detail-container-row:last-child {
        width: 100%;
    }


}


/* ======= Responsive ======= */
@media (max-width: 1200px) {
    .login-container {
        width: 450px;
        padding: 20px 25px;
    }

    .login .login-logo .logo img {
        width: 200px;
        height: auto;
    }
  
}


/* help-center-employee */
@media (max-width: 1024px) {
    .help-center .banner .banner-content{
        padding: 25px ;
        width: 80%;
    } 
    .help-center .banner .banner-content .banner-heading{
        font-size: 24px;
        font-weight: 600;
    }
    .help-center .banner .banner-content .search-container input {
        padding: 0 35px;
        font-size: 14px;
    }
    .help-center .banner .banner-content .search-icon{
        font-size: 14px;
    }
    .help-center .banner .banner-content .search-btn {
        font-size: 14px !important;
    }
    
    /* faq */
    .help-center-contact .tab-content .tab-pane .faq .faq-item .faq-question {
        font-size: 14px;
        font-weight: 600;
    }
    
    .help-center-contact .tab-content .tab-pane .faq-answer {
        font-size: 12px;
    }
    
    /* faq end */
    /* contact-form */
    .help-center-contact .tab-content .tab-pane .contact-form {
        max-width: 90%;
    }
    /* contact-form end */
}

@media (min-width: 992px) {

    /* sidebar responsive */
    .main-app.side-bar-minimize .content-app {
        width: calc(100% - 75px);
    }

    .main-app.side-bar-minimize .lisks-side-bar ul li a span,
    .main-app.side-bar-minimize .dropdown span,
    .main-app.side-bar-minimize .side-bar .logo
     {
        display: none;
    }

    .main-app.side-bar-minimize .side-bar-dropdown button{
        padding: 0;
    }

    .main-app.side-bar-minimize .side-bar-dropdown ul.dropdown-menu{
        width: 45px;
        right: 0 !important; 
        bottom: 0 !important;
    }
/* <<<<<<< HEAD */
/* ======= */
    .main-app.side-bar-minimize .side-bar .min-logo {
        display: flex;
        margin-top: 60px;
    }

/* >>>>>>> f186c48b4104bcc0fa63f8c1e4885398b2a3aca7 */
    .main-app.side-bar-minimize .side-bar-container,
    .main-app.side-bar-minimize .side-bar {
        width: 75px;
        padding: 20px 10px;
        gap: 20px;
    }

    .main-app.side-bar-minimize .side-bar .minimize-logo {

        display: block;
    }

    .main-app.side-bar-minimize .lisks-side-bar ul li {
        width: 50px;
        height: 50px;
    }

    .main-app.side-bar-minimize .lisks-side-bar ul li a {
        justify-content: center;
        padding: 8px;
    }


    .main-app.side-bar-minimize .side-bar .bar-header {

/* <<<<<<< HEAD */
        height: 50px;
/* ======= */
        height: fit-content;
        padding: 0 0 0 10px;
/* >>>>>>> f186c48b4104bcc0fa63f8c1e4885398b2a3aca7 */
    }

    .main-app.side-bar-minimize .side-bar .sidebar-bottom {
        height: fit-content;
    }




    
}

@media (max-width: 992px) {

    /* ********************************* */
    /* .app-data {
        padding-top: 100px;
    } */

    .index-page .content-app {
        width: 100%;
    }

    /* ********************************* */

    #app {
        padding: 0;
    }

    .side-bar.active {
        transform: translateX(0);
    }

    .side-bar {
        position: fixed;
        right: 0;
        -webkit-transform: translate3d(290px, 0, 0);
        -moz-transform: translate3d(290px, 0, 0);
        -o-transform: translate3d(290px, 0, 0);
        -ms-transform: translate3d(290px, 0, 0);
        transform: translate3d(290px, 0, 0) !important;
        transition: all 0.5s;
        margin-top: 0;
        height: calc(100vh - 10px);
        top: 0px;
        border-radius: 0px;
    }

    .nav_open .side-bar {
        transform: translate3d(0, 0, 0) !important;
    }

    .nav_open .content-app {
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0) !important;
    }

    .content-app,
    .top-bar {
        width: 100%;
    }

    .content-app {

        padding: 0;
        padding-top: 100px;
    }


    .top-bar {
        height: 90px;
        padding: 15px 20px;
        display: flex;
    }


    .content-app.bar-open {
        padding-top: 200px;
    }

    .content-app.bar-open .top-bar.main-bar {
        z-index: 100;
        transform: translate3d(0, 90px, 0) !important;
        transition: all 0.3s linear;
    }

    .top-bar.top-minimize .logo img {
        filter: brightness(0) invert(1);
    }

    .top-bar.top-minimize {
        background-color: var(--dark-green);
        color: white;
        z-index: 200;
    }

    .menu-div {
        width: 30px;
        display: flex;
        position: relative;
        height: 16px;
        align-items: center;
        justify-content: center;
    }

    .seach-top-bar {
        display: none;
    }

    .nav-toggle {
        display: none;
    }

    .nav-toggle.minimize {
        display: flex;
        left: 0;
    }

    /* login */
    .login-form {
        width: 80%;
    }

    .side-bar-container {
        padding: 0;
    }


    .side-bar {
        height: 100vh;
    }


    .lost-detail-info .row .col-lg-6:first-child {
        border-bottom: 1px solid #F1F1F1;
        border-left: none
    }



    

    .lost-progress {
        display: flex;
    }
    .lost-progress .progress-bar.item,
    .lost-progress .progress-bar {
        flex-direction: column;
        width: auto;
        margin: 0 auto;
        height: auto;
        padding: 0;
    }

    .row-colums {

        flex-direction: column;
        width: 70%;
    }

    .lost-progress .progress-bar::after,
    .lost-progress .progress-bar::before {
        width: 2px;
        height: 100%;
        left: 50%;
        right: unset;
        bottom: 0;
    }


    .lost-progress .progress-bar::after {
        top: 0;
        transform: translateY(0%);
        height: 0;
    }

    .lost-progress .progress-bar.progress-50::after {
        width: 2px;
        height: 25%;
        animation: get50 4s forwards infinite;

    }


    /* 75% */
    .lost-progress .progress-bar.progress-75::after {
        width: 2px;
        height: 75%;
        animation: get75 4s forwards infinite;


    }

    /* 100% */
    .lost-progress .progress-bar.progress-100::after {
        width: 2px;
        height: 100%;
    }


    .lost-progress.closed-lost .progress-item{
        width: auto;
      } 

      .lost-progress.closed-lost{

          align-items: center;
      }
      .lost-progress.closed-lost .progress-bar{
        height: 30px;
      }

    @keyframes get50 {
        0% {
            height: 0%;
        }

        100% {
            height: 25%;
        }
    }



    @keyframes get75 {
        0% {
            height: 50%;
        }

        100% {
            height: 75%;
        }
    }

    /* ************************ help-center and login ************************ */
    .login {
        flex-direction: column-reverse;
        gap: 30px;
        height: auto;
    }
    .login-container {
        width: 400px;
        padding: 15px;
        /* margin-top: 50px; */
    }

    .login .login-logo .logo img {
        width: 180px;
        height: auto;
    }

    .login .login-logo .logo-title h2 {
        font-size: 28px;
    }
   
}


@media (max-width: 930px){
    .cards-statistics {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .statistic-cards {
        height: 130px;
    }

    .statistic-cards p {
        font-size: 24px;
    }

    .statistic-cards span {
        font-size: 18px;
    }

    /* 
    .table .head {
        flex-direction: column;
    } */

    .table .head form input[type="search"] {
        width: 250px;
    }

    #dropdownBtn {
        padding: 7px;
        font-size: 14px;
    }


    .row-train .images .train {
        left: 8%
    }



    .detail-container .details {

        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }


    .chat-container {

        flex-direction: column;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .chat-users {
        width: 100%;

    }

    .user-list {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        height: fit-content;
    }


    .chat-users {
        height: 175px;
    }

    .list-item {
        flex-direction: column;
        align-items: center;
    }

    .list-item .list-item-text .info-user {
        width: fit-content;
    }

    .list-item .list-item-text .info-user p {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        /* يخفي الزيادة */
        text-overflow: ellipsis;
    }

    .list-item .list-item-text .info-user span {
        display: none;
    }

    .list-item-text .col-4 {
        display: none;
    }

    .list-item-text .col-8 {
        width: 100%;
    }

    .list-item-text {
        height: fit-content;
    }

    .chat-users .header {
        height: 70px;
    }


    .chat-messages {

        height: calc(100vh - 180px);
    }

    .cards-employee-info .my-card{

         min-width: 200px;
    }



    /* ************************ help-center and login ************************ */
    
    .login .login-logo .logo img {
        width: 120px;
    }

    .login .login-logo .logo-title h2 {
        font-size: 22px;
    }


    .inquiries .top-btn{
        padding: 20px 0 0 25px ;
    }
    .inquiries .contact-support .contact-support-box{
        justify-content: center;
        flex-direction: column; 
        align-items: center;
    }
    .inquiries .contact-support .contact-support-text h2{
        font-size: 18px;
        font-weight: 600;
    }
    .inquiries .contact-support .contact-support-text p{
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 650px) {

    /* header */
    .top-bar {
        padding: 15px 20px;
    }

    .top-bar .search-page input {
        width: 170px;
        background-color: rgba(36, 161, 156, 0.13);
        border-radius: 30px;
        height: 40px;
    }

    .table .head .left-part-form form {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }


    .table .head form input[type="search"] {
        width: 200px;
    }

    .table .head h3 {

        font-size: 16px;
    }

    #dropdownBtn {
        padding: 7px;
        font-size: 12px;
    }


    .chart-box {
        width: 600px;
    }


}


@media (max-width: 550px) {
    
    .head{
        flex-direction: column;
        align-items: start;
    }

    .left-part-form{
        width: 100%;
    }
    .table .head .left-part-form form{
        width: 100%;
        position: relative;
    }

    .table .head form input[type="search"]{
        width: auto;
        flex: 1;
    }
    .filter-table{
        position: unset;
    }

    .filter-container{
        width: 95%;
    }

    .app-data {
        padding: 25px 10px;
    }


    /*  */
    .page-title-container  .page-title button.main_btn{
        display: flex;
      }
    .page-title-container  .page-title{

        width: 100%;
        justify-content: space-between;
    }
    .page-title-container .info-container {
        width: 100%;
        justify-content: space-between;
    }


    .page-title-container .info-container .info{
        width: 100%;
    }
    .index-page .page-title-container .info-container button.main_btn{
        display: none;
    }
}

@media (max-width: 500px) {
    .statistic-cards {
        height: 100px;
    }

    .admin-statistic-cards .col-4 {
        padding: 0 5px;
    }

    .statistic-cards p {
        font-size: 20px;
    }

    .statistic-cards span {
        font-size: 16px;
    }

    .top-content {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .top-content .title {
        padding-top: 12px;
    }




    .top-content .title h2 {
        font-size: 22px;
    }

    .top-content .info {

        gap: 10px;
    }

    .page-title-container {

        margin-bottom: 20px;
    }


    .page-title-container .info {
        width: 100%;
    }



    .login-container {
        width: 100%;
        padding: 20px;
    }
    .login-container .logo {
        width: 70px;
        height: 70px;
    }
    .login-container .logo-title h3{
        font-weight: 600;
        font-size: 20px;
    }
    .login-container h2 {
        font-size: 18px;
        font-weight: 500;
    }
    .login .login-container .logo-desc h6{
        font-size: 22px;
    }
    .login .login-logo .logo img {
        width: 100px;
    }

    .login .login-logo .logo-title h2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .login input[type="email"],
    .login input[type="password"] {
        font-size: 12px;
        padding: 8px;
    }

    .login button {
        font-size: 14px;
    }
    .number-validate {
        gap: 5px;
    }
    .number-validate input {
        height: 35px;
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .statistic-cards {
        height: 90px;
    }

    .admin-statistic-cards .col-4 {
        padding: 0 5px;
    }

    .statistic-cards p {
        font-size: 20px;
    }

    .statistic-cards span {
        font-size: 16px;
    }


    .table .head .left-part-form {


        width: 100%;
        display: flex;
        justify-content: end;
    }

    .table .head .left-part-form form {
        width: 100%;
    }


    .table .head .left-part-form form {

        padding: 5px 0;
    }


    .table .head form input[type="search"]{
        width: 70%;
    }

    .dropdown {
        width: 30%;
    }




    #dropdownBtn {
        width: 100%;
        padding: 10px 5px;

    }


    .dropdown-list {
        width: fit-content;
    }



    .row-colums {
        width: 80%;
    }

/* <<<<<<< HEAD */
/* ======= */
    .list-item img {
        width: 40px;
        height: 40px;

    }

    .list-item .list-item-text .info-user p {
        font-size: 12px;
    }

    .chat-users .header input {
        height: 35px;
    }

    .chat-users .header a {
        width: 35px;
        height: 35px;
    }

    /* ************************ help-center and login ************************ */

    .inquiries .nav {
        gap: 10px;
        padding: 16px 0 0 0;
    }

    .inquiries .nav .nav-item:has(.nav-link.active) {
        padding: 5px 15px;
    }

    .inquiry-header {
        justify-content: end;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
    }
    .inquiries .row-container {
        padding: 15px;
    }

    .help-center-contact .nav .nav-item .nav-link{
        font-size: 14px;
        font-weight: 600;
    }   

    .verification-code>div input {
        
        width: 90%;
    }
}

@media (max-width: 375px) {
    .statistic-cards {
        height: 90px;
    }

    .admin-statistic-cards .col-4 {
        padding: 0 5px;
    }

    .statistic-cards p {
        font-size: 18px;
    }

    .statistic-cards span {
        font-size: 14px;
    }


    /* ************************ help-center and login ************************ */



    .inquiries .nav {
        gap: 5px;
        padding: 16px 0 0 0;
    }

    .inquiries .nav .nav-item:has(.nav-link.active) {
        padding: 5px;
    }
}


