/* media query for mobile */
@media screen and (max-width: 500px) {
  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    top: 60px;
    z-index: 1;
    margin-top: 14px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .login .man {
    width: 100%;
  }
  .loginform {
    width: 100%;
  }

  table {
    width: 100%;
    display: block;
  }
  .dropdown-content {
    width: 100%;
  }
  .modal-body .file-icon{
    display: flex !important;
    flex-wrap: nowrap !important
  }
}

/* media query for ipad-mini */
@media screen and (min-width: 501px) and (max-width: 768px) {
  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    top: 60px;
    z-index: 1;
    margin-top: 14px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .login {
    width: 58%;
  }
  /* table#task {
    display: block;
  } */
  .submit {
    font-size: 22px;
  }
  .dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 120px;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 1;
    right: 0;
  }
}

/* media query for ipad-air */
@media screen and (min-width: 769px) and (max-width: 900px) {
  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    top: 60px;
    z-index: 1;
    margin-top: 14px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow-y: auto;
    max-height: calc(90dvh - 50px);
  }
  .dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 1;
    width: 100%;
    right: 0;
  }

  .submit {
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) {
 .hometable table{
    display: block !important;
    overflow-x: auto;
  }
}
@media screen and (max-width: 900px) {
  .login_form_img {
    display: none;
  }
  .login {
    width: 80%;
    margin: auto;
  }
  .login .man,
  .loginform {
    width: 100%;
  }
  .logoimg img {
    margin: auto;
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 912px) {
  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    top: 60px;
    z-index: 1;
    margin-top: 14px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow-y: auto;
    max-height: calc(90dvh - 50px);
  }
}
@media only screen and (max-height:500px) and (orientation: landscape){
  .login .row{
    justify-content: center;
  }
  .login_form_img{display: none;}
  .loginform{
    height: 700px;
    width: 60%;
  }
}