/* start responsive css  */
/* @media only screen and (max-width: 1696px) {
    .dashboardCard {
        width: 18.7%;
}
}

@media only screen and (max-width: 1591px) {
    .dashboardCard {
        width: 18.6%;
}
}
@media only screen and (max-width: 1501px) {
    .dashboardCard {
        width: 18.5%;
}
}
@media only screen and (max-width: 1424px) {
    .dashboardCard {
        width: 18.4%;
}
}
@media only screen and (max-width: 1424px) {
    .dashboardCard {
        width: 18.3%;
}
} */

@media only screen and (max-width: 1400px) {
  .dashboardCard {
    padding: 10px;
  }
  .dashUpGrowTxt {
    font-size: 12px;
    padding: 4px 6px;
  }
  .dashDownGrowTxt {
    font-size: 12px;
    padding: 4px 6px;
  }
  .dashCardDayTxt {
    font-size: 10px;
  }
  .dashCardHeading {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
   .employeeNotifPage {
    padding: 0 50px;
  }
  .addEmplModal .inputBox {
    padding: 13px 45px 12px 20px;
  }
  .submitBtn {
    font-size: 16px;
    border-radius: 14px;
    padding: 13px;
    margin-top: 20px;
  }
  .tableData,
  .tableHeading {
    padding: 16px 20px;
  }
  .sidebar-section {
    display: none;
  }
  .sidebar-section.active {
    display: block; /* Show when active */
  }
  .main-content {
    margin-left: 0px;
    padding: 112px 25px 35px 25px;
  }

  /* start header responsive css */
  .header-section {
    left: 0px;
  }
  .header-section {
    padding: 16px 30px;
    border-radius: 0px;
  }

  /* start employee responsive css */
  .emplChatLeftconatiner {
    display: none;
    border-radius: 0px;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 9;
  }
  .chatContainer {
    margin: 0;
  }
  .employeeHeader {
    padding: 22px 50px;
  }
  .employeeHeader .sidebarToggleBTn {
    display: block !important;
    margin-bottom: 0;
    font-size: 24px;
    z-index: 1;
  }
  .emplChatLeftconatiner::before {
    display: none;
  }
  .emplChatLeftconatiner.is-visible {
    display: block !important;
  }
  .priTermsContainer {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .employeeContent {
    padding-top: 110px;
  }
  .employeeHeader {
    padding: 20px 35px;
  }
   .employeeNotifPage {
    padding: 0 35px;
  }
  .employeeRytChatBoxParent {
    width: calc(100% - 280px);
    margin-left: 280px;
  }
  .logoNewChatBox {
    margin-bottom: 24px;
    gap: 30px;
    justify-content: space-between;
  }
  .leftHistoryChatBox {
    width: 280px;
    padding: 20px 14px 20px 20px;
  }
  .employeeChatPageHeader {
    padding: 16px 40px 16px 0px;
    left: 280px;
  }
  .employeeChatBoxParent .employeeChatMsgBox {
    padding: 16px;
  }
  .employeeChatBoxParent .employeeChatBody {
    height: calc(100dvh - 200px);
  }
  .employeeChatBoxParent {
    padding: 90px 30px 25px 0;
  }

  .toggle-container input:checked + .slider:before {
    transform: translateX(23px);
  }
  .toggle-container .slider:before {
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
  }
  .toggle {
    width: 45px;
    height: 22px;
  }
  .main-content {
    padding: 110px 20px 25px 20px;
  }
  .tableSortSeclect {
    width: auto;
    min-width: 100px;
    padding: 12px 29px 12px 20px;
    background-position: calc(100% - 17px) calc(1em - 3.4px),
      calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 16px 24px, 5px 5px, 2.5em 2.5em;
    font-size: 14px;
  }
  .searchGlassIcon {
    top: 24px;
  }
  .searchInput {
    padding: 10px 56px 11px;
  }
  .createEmplBtn {
    padding: 12px;
    min-width: 140px;
    max-width: 140px;
  }
  .authLogoImg {
    margin-bottom: 40px;
    width: 140px;
  }
  .auth-section .signWithGoogle {
    padding: 11px;
    border-radius: 14px;
    font-size: 16px;
  }
  .eyeIcon {
    right: 20px;
    top: 17px;
  }
  .authInputIcon {
    left: 16px;
    top: 15px;
  }
  .inputBox {
    border-radius: 14px;
    padding: 14px 40px;
  }
  .authBtns {
    padding: 12px;
    border-radius: 14px;
    font-size: 16px;
  }
  /* start employee responsive css */

  .contactLeft .fontSize16 br {
    display: none;
  }
  .contactRytForm {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 767px) {
  
  .employeeContent {
    padding-top: 90px;
  }
  .employeeHeader {
    padding: 18px 24px;
  }
   .employeeNotifPage {
    padding: 0 24px;
  }
  .leftHistoryChatBox .newChatBtn {
    padding: 6px 16px;
  }
  .employeeRytChatBoxParent {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  .logoNewChatBox {
    margin-bottom: 16px;
    gap: 20px;
  }
  .leftHistoryChatBox {
    width: 240px;
    padding: 12px 10px 12px 12px;
  }
  .employeeChatPageHeader {
    padding: 12px 30px 12px 0px;
    left: 240px;
  }
  .employeeChatBoxParent .employeeChatMsgBox {
    padding: 12px;
  }
  .employeeChatBoxParent .employeeChatBody {
    height: calc(100dvh - 160px);
  }
  .employeeChatBoxParent {
    padding: 70px 12px 20px 0;
  }

  .tableData,
  .tableHeading {
    padding: 12px 16px;
  }
  .tableSearchParent {
    border-radius: 16px;
    padding: 16px;
  }
  .header-section {
    padding: 12px 30px;
  }
  .main-content {
    padding: 100px 16px 20px 16px;
  }
  .auth-section {
    display: block;
    overflow: auto;
    padding: 30px 0px;
  }

  /* .form-container{
        margin-top: -40px;
    }  */
  /* start employee responsive css */

  .contactLeft .fontSize42 {
    font-size: 24px;
  }
  .contactLeft .fontSize16 {
    font-size: 14px;
  }
  .chatBody .fontSize34 {
    font-size: 20px;
  }
}

/* Hide the toggle button on desktop */
@media (min-width: 575px) {
  .sidebar-toggle-btn {
    display: none;
  }
  .leftHistoryChatBox {
    left: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 575px) {
  .employeeChatBoxParent .adminChatContainer {
  gap: 16px;

}
  .page-item.active .page-link {
  width: 25px;
  height: 25px;
}
  .m_start{
    margin-left: 15px ;
  }
  .fontSize42 {
    font-size: 30px;
  }

  .fontSize34 {
    font-size: 28px;
  }

  .fontSize32 {
    font-size: 25px;
  }

  .fontSize28 {
    font-size: 22px;
  }

  .fontSize24 {
    font-size: 18px;
  }

  .fontSize20 {
    font-size: 16px;
  }

  .fontSize18 {
    font-size: 15px;
  }

  .fontSize16 {
    font-size: 14px;
  }

  .fontSize14 {
    font-size: 12px;
  }

  .fontSize12 {
    font-size: 10px !important;
  }
  .notification-item {
    padding: 6px;
  }
  .notifyUserImg {
    width: 48px;
    height: 48px;
  }
  .notifyInBellImg {
    width: 24px;
    height: 24px;
  bottom: -1px;
  right: -7px;
}
  .employeeNotifPage {
    padding: 0 12px;
  }
  .leftHistoryChatBox .chatHistLinkTxt {
    width: 80%;
  }
  .headProDropdown .dropdown-menu {
    left: auto;
  }
 .mobileProfile{
  display: block !important;
}
  .hide_on_mobile {
    display: none;
  }
  .submitBtn {
    font-size: 14px;
    border-radius: 12px;
    padding: 12px;
    margin-top: 16px;
  }
  .addEmplModal .inputBox {
    padding: 12px 45px 11px 20px;
  }
  .employeeChatBoxParent .sendMsgBtn {
    padding: 4px 4.5px;
    max-width: 32px;
    height: 32px;
  }
  .employeeChatBoxParent .chatInputBox {
    padding: 9px 50px 9px 25px;
  }
  .employeeChatBoxParent .adminChatMsg {
    max-width: 80%;
    font-size: 12px;
    line-height: 18px;
  }
  .employeeChatBoxParent .userChatContainer {
    border-radius: 12px 4px 12px 12px;
    padding: 10px;
    margin-bottom: 15px;
    max-width: 80%;
    font-size: 12px;
    line-height: 14px;
  }
  .logo_hide {
    display: block;
  }
  .leftHistoryChatBox {
    position: fixed;
    top: 0;
    left: -250px;
    width: 220px;
    background: #f8f9fa;
    z-index: 999;
    transition: left 0.3s cubic-bezier(0.5, 0, 0.5, 1);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.08);
  }
  .leftHistoryChatBox.active {
    left: 0;
  }
  .sidebar-toggle-btn {
    display: block;
    background: transparent;
    color: #000000;
    border: none;
    font-size: 20px;
  }
  .employeeRytChatBoxParent {
    width: calc(100% - 0px);
    margin-left: 0px;
  }
  .logoNewChatBox {
    margin-bottom: 16px;
    gap: 20px;
  }
  .leftHistoryChatBox {
    width: 240px;
    padding: 12px 10px 12px 12px;
  }
  .employeeChatPageHeader {
    padding: 12px 20px 12px 20px;
    left: 0px;
  }
  .employeeChatBoxParent .employeeChatMsgBox {
    padding: 4px;
  }
  .employeeChatBoxParent .employeeChatBody {
    height: calc(100dvh - 135px);
  }
  .employeeChatBoxParent {
    padding: 70px 12px 20px 12px;
    overflow: hidden;
  }

  /* .leftHistoryChatBox{
        display: none;
    } */
  .toggle-container input:checked + .slider:before {
    transform: translateX(15px);
  }
  .toggle-container .slider:before {
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
  }
  .toggle {
    width: 35px;
    height: 18px;
  }
  .tableData,
  .tableHeading {
    padding: 10px 12px;
    font-size: 14px;
  }
  .tableSearchParent {
    border-radius: 12px;
    padding: 12px;
  }
  .bell {
    width: 26px;
    height: auto;
  }
  .main-content {
    padding: 80px 12px 16px 12px;
  }
  .deleteModal .modal-footer {
    padding: 20px 0 0 0;
  }
  .deleteModal .modal-content {
    border-radius: 12px;
    padding: 24px 12px;
  }
  .deleteModal .deleteBtn {
    border-radius: 12px;
    font-size: 14px;
    padding: 10px;
  }
  .cancelBtn {
    font-size: 14px;
    border-radius: 12px;
    padding: 10px 50px;
  }
  .deleteModal .cancelBtn {
    border-radius: 12px;
    font-size: 14px;
    padding: 10px;
  }
  .auth-section .signWithGoogle {
    padding: 7px;
    border-radius: 12px;
    font-size: 14px;
  }
  .eyeIcon {
    right: 16px;
    top: 13px;
  }
  .authInputIcon {
    left: 12px;
    top: 13px;
  }
  .inputBox {
    border-radius: 12px;
    padding: 12px 38px;
    font-size: 12px;
  }
  .authBtns {
    padding: 10px;
    border-radius: 12px;
    font-size: 14px;
    margin: 20px 0 10px 0;
  }
  .authLogoImg {
    width: 100px;
    margin-bottom: 20px;
  }

  .keyBoardImg {
    display: none;
  }

  /* start employee responsive css */
  .emplHeadLogoImg {
    width: 30px;
    height: 30px;
    margin-left: 2px;
  }
  .headerProfImg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .employeeHeader {
    padding: 20px;
  }
  .notificationProfile {
    gap: 5px;
  }
  .notificationProfile .profileName {
    font-size: 16px;
  }
  .employeeHeader .headHeading {
    display: none;
  }
  .employeeContent {
    padding-top: 90px;
  }
  .privacytermsBox {
    height: calc(100vh - 200px);
  }
}
