/* Start Media Query */

@media (min-width: 1700px) {
  /* .head_commandetails {
    padding: 60px 30px;
} */
}

@media (min-width: 1600px) {
  .sidebar_menu {
    max-height: 500px;
  }
  .profile_box {
    padding: 25px 14px 35px;
  }
}

@media (min-width: 1400px) {
  .head_details p {
    /* font-size: 23px; */
  }
}
#rightArea {
  padding: 0 0%;
}

@media (min-width: 1200px) {
  /* Start Hover Effects */
  .submit_btn:hover {
    background: transparent;
    color: #000;
  }
  .footer_menusLinks:hover {
    color: #000;
  }
  .forgot_password_ a:hover {
    color: #000;
  }
}
@media (max-width: 1399px) {
  #rightArea {
    padding: 0;
  }
  .head_commandetails {
    /* padding: 23px 31px; */
  }
}
@media (max-width: 1199px) {
  .loginContainer {
    padding: 0px 75px 15px;
  }
  .video-name {
    padding: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 155px;
  }
  .head_details p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .main {
    display: block;
  }
  .logo_img h3 {
    font-size: 38px;
  }
  .logo_img h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .loginContainer {
    padding: 0px 34px 15px;
  }
  .footer_bottom {
    margin: 55px 0 0;
  }
  #leftArea {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .main_container {
    width: 100%;
    padding-left: 0;
}
  .toogleIconBtn,
  .sidebarCloseBtn {
    display: block;
  }
  .sidebar.show {
    display: block; /* Show sidebar when the 'show' class is added */
    background-color: #273055;
    width: 219px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: center; */
    border-top: 1px solid #545252;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 19px 24px 24px 19px;
    z-index: 99;
  }

  .head_details p {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .footer_menus {
    left: 0;
  }
  .subheading_ {
    font-size: 36px;
  }
  .subtext_ {
    font-size: 18px;
  }
  .loginForget {
    display: block;
  }
  #rightArea {
    margin: 39px 0 0;
  }
  .loginForget {
    display: flex;
  }
  .roles_vb_itme,
  .roles_vh_itme {
    width: calc(100% / 4);
  }
}
@media (max-width: 600px) {
  .submit_btn {
    width: 100%;
    margin-top: 10px;
  }
  .footer_menusLinks {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .loginContainer {
    padding: 0px 41px 15px;
  }
  .roles_vb_itme,
  .roles_vh_itme {
    width: calc(100% / 2);
  }
}
/* End Media Query */
