@media (max-width: 750px) {

  .top-bar{
    font-size:12px;
  }

    .flex-heading{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap:0px;

    }
    .flex-heading .heading-titles{


    }
    .flex-heading .heading-subtitle{
        margin-bottom:0px !important;
        padding-bottom:0px;
    }
    .flex-heading .heading-toolbar{
      flex-basis: 100%;
      width: 100%;
      flex-wrap: wrap;
      display: flex;

    }
   

    .list-group-conversations{
        padding-bottom:88px;
    }
    .header-mobile{
        display:block;
    }
    .header-mobile .sidebar-toggle{
        display:block;
    }
    .page-content{
        padding:20px;
    }
    .header-main{
        display:none;
    }
    .sidebar{
        display:none;
    }
    .sidebar .user-info{
        color:#000;
    }
    .body-account .page-wrapper{
        padding-left:0px;
        margin-left:0px;
    }
    .content-custom-account.medium{
   
        max-width:100%;
        margin:0 auto;
      }

    .sidebar.open{
        position:fixed;
        left:0px;
        top:0px;
        height:100%;
        overflow:auto;
        display:block;
        width:80%;
    }
    @keyframes slideIn {
        from {
            left: -100%;
        }
        to {
            left: 0;
        }
    }

    @keyframes slideOut {
        from {
            left: 0;
        }
        to {
            left: -100%;
        }
    }

    .sidebar {
        display:block;
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        overflow: auto;
        width: 80%;
      
    }

    .sidebar.open {
        animation: slideIn 0.3s forwards;
    }

    .sidebar{
         /* animation: slideOut 0.3s forwards;*/
    }
    .sidebar .logo img{
        max-width:170px;
    }
    

    /* Custom Heading */
    .heading-custom{
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        align-items:flex-start;
        margin-bottom:20px;
      }

      /* Transactions List */
      .transactions-list-new .transaction .date{
        display:block;
        margin-bottom:10px;
        text-align:left;
      }
      .transactions-list-new .transaction .date .transaction-type-badge{
        display:block;
      }


      .card-list .card-item {
       width:100%;
      }

      .btn{
        margin-bottom:5px;
      }



      .table-mags {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display:none;
      }
      .table-mags thead{
        display:none;
      }
      .table-mags thead,
      .table-mags tbody,
      .table-mags th,
      .table-mags td,
      .table-mags tr {
        display: table;
        width: 100%;
        white-space: nowrap;
        text-align:left;
      }
      .table-mags .mob-container{
        padding:4px;
        text-align:left;
      }
      .table-mags .mob-title{
        font-weight:600;
        font-size:14px;
        color:#000;
        margin-bottom:5px;
        text-align:left;
      }
      .chat-layout{
        min-height:auto;
      }
      .chat-layout .chat-panel{
        height:auto;
      }



      
.social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #f5f7f9;
  color: #1f2937;
  font-size: 1.25rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(31,41,55,0.07);
  text-decoration: none;
}


.career-page__job .social-share a,
.career-page__job .social-share a .fa {
  width: 52px;
  height: 52px;
  font-size: 1rem;
} 


.jobs-gallery .gallery-item img{
  max-height:80px;
  object-fit: cover;
  width:100%;
}





}