/* Extra small devices (phones, 600px and down) */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}




/* Dashboard Page media query starts */

/* Media query for header starts */
@media (min-width:320px) and (max-width:991px) {
  .leftsideheader {
    display: none;
  }

  .rightsideheader {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    white-space: nowrap;
  }

  .dropdown-menu-right {
    margin-left: -200px;
  }
}

@media (min-width:320px) and (max-width:700px) {
  .dropdown-menu-right .form-group {
    display: none;
  }

  .button2 {
    display: inline;
  }

  #sidebarCollapse {
    display: none !important;
  }

  .leftsideheader .nav-item .dropdown span .fa-th {
    display: block !important;
  }
}

@media (min-width:990px) and (max-width:1030px) {

  #sidebarCollapse {
    margin-left: -20px !important
  }

  .nav-item {
    margin-left: -13px !important;
  }

  .content_div {
    margin: 3px 0 3px 20px;
    width: 93%;
  }

}

/* Media query for header ends */



@media (min-width:320px) and (max-width:991px) {
  .searchbar {
    min-width: 0 !important;
  }
}

@media (min-width:320px) and (max-width:420px) {
  .create .createsite, .createsite1, .createsite2, .createsite3 {
    display: none;
    ;
  }
}

@media (min-width:320px) and (max-width:420px) {
  .content-innerarea .viewdesign .button-side1 .folder1 {
    margin-right: 0 !important;
  }
}

/* card media  */

@media (min-width:320px) and (max-width:420px) {
  .content-innerarea .viewdesign .site-list .d-card {
    margin-top: 20px;
  }
}

/* end  */