/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
}

/*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {
}

/*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding: 5px 10px !important;
  }

  .header-menu img {
    margin-top: 20px;
    width: 64px;
  }

  .header-menu .white-color {
    font-size: 12px;
  }

  .grooming-content {
    display: none;
  }

  .grooming-content-mobile {
    display: block;
    padding-top: 110px;
  }

  .grooming-menu-card {
    width: 65% !important;
    height: 180px;
    border-radius: 31px;
    margin: 0px auto;
  }

  .service-content {
    padding: 0em 2em !important;
  }

  .grooming-menu-card.grooming-dog {
    background-image: url("/front/app-assets/images/blank/dog-mobile.png");
    background-size: cover;
  }

  .grooming-menu-card.grooming-cat {
    background-image: url("/front/app-assets/images/blank/cat-mobile.png");
    background-size: cover;
  }

  .header-grooming {
    color: #39c4a9 !important;
  }

  .header .section-title {
    text-decoration: underline;
    top: -1.5em;
  }

  .landing-text-title {
    font-size: 25px;
    color: #585e85;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .landing-text-container {
    position: absolute;
    bottom: 0;
  }

  .landing-text-bottom {
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 0 !important;
  }
}

/*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header {
    padding: 5px 10px !important;
  }

  .header-menu img {
    width: 64px;
  }

  .header-menu .white-color {
    font-size: 12px;
  }

  .grooming-content {
    display: none;
  }

  .grooming-content-mobile {
    display: block;
    padding-top: 110px;
  }

  .grooming-menu-card {
    width: 100%;
    height: 180px;
    border-radius: 31px;
  }

  .grooming-menu-card.grooming-dog {
    background-image: url("/front/app-assets/images/blank/dog-mobile.png");
    background-size: cover;
  }

  .grooming-menu-card.grooming-cat {
    background-image: url("/front/app-assets/images/blank/cat-mobile.png");
    background-size: cover;
  }

  .header-grooming {
    color: #39c4a9 !important;
  }

  .header .section-title {
    text-decoration: underline;
    top: 1em;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 32px;
  }

  .landing-text-title {
    font-size: 25px;
    color: #585e85;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .landing-text-container {
    position: absolute;
    bottom: 0;
  }

  .landing-text-bottom {
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 0 !important;
  }

  .booking-event {
    width: 20px;
    height: 20px;
  }

  .booking-event-custom {
    margin-top: 24px;
  }

  .category-business,
  .category-work,
  .category-personal {
    font-size: 14px;
    font-weight: bold;
  }

  .fc-toolbar {
    display: unset;
    justify-content: unset;
    align-items: unset;
  }

  .calendar-service-title {
    background: linear-gradient(
      104deg,
      rgba(255, 181, 69, 1) 0%,
      rgba(255, 203, 51, 1) 100%
    );
    display: flex !important;
    color: #fff;
    font-size: 14px;
    left: 0;
    right: 0;
    top: 59px;
    position: fixed;
    z-index: 99;
    padding: 4px;
  }

  #service-filter,
  #package-filter-input {
    padding: 0em 10em;
  }

  .get-type-filter {
    display: flex;
  }
}

/*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
  .booking-event {
    width: 14px;
    height: 14px;
  }

  .booking-event-custom {
    margin-top: 24px;
  }

  .category-business,
  .category-work,
  .category-personal {
    font-size: 14px;
    font-weight: bold;
  }

  .calendar-service-title {
    background: linear-gradient(
      104deg,
      rgba(255, 181, 69, 1) 0%,
      rgba(255, 203, 51, 1) 100%
    );
    display: flex !important;
    color: #fff;
    font-size: 14px;
    left: 0;
    right: 0;
    top: 59px;
    position: fixed;
    z-index: 99;
    padding: 4px;
  }

  #service-filter,
  #package-filter-input {
    padding: 0em 10em;
  }

  .get-type-filter {
    display: flex;
  }
}

@media (max-width: 992px) {
  .service-card-header {
    height: 120px !important;
  }
}

/*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (max-width: 480px) {
/* @media (min-width: 320px) and (max-width: 480px) { */
  .header {
    padding: 5px 10px !important;
  }

  .header-menu img {
    margin-top: 20px;
    width: 55px;
  }

  .header-menu .white-color {
    font-size: 12px;
  }

  .grooming-content {
    display: none;
  }

  .grooming-content-mobile {
    display: block;
    padding-top: 110px;
  }

  .grooming-menu-card {
    width: 100%;
    height: 180px;
    border-radius: 31px;
  }

  .grooming-menu-card.grooming-dog {
    background-image: url("/front/app-assets/images/blank/dog-mobile.png");
    background-size: cover;
  }

  .grooming-menu-card.grooming-cat {
    background-image: url("/front/app-assets/images/blank/cat-mobile.png");
    background-size: cover;
  }

  .header-grooming {
    color: #39c4a9 !important;
  }

  .header .section-title {
    text-decoration: underline;
    top: -1.5em;
  }

  .landing-text-title {
    font-size: 25px;
    color: #585e85;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .landing-text-container {
    position: absolute;
    bottom: 0;
  }

  .landing-text-bottom {
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 0 !important;
  }

  #navbar-mobile.navbar-collapse .navbar-nav {
    position: absolute;
    top: 20px;
    height: 50px;
    width: 50px;
  }

  .no-padding-mobile {
    padding: 0;
  }

  .add-booking-container {
    display: none;
  }

  #service-filter label {
    width: 100%;
  }

  #package-filter-input label {
    width: 100%;
  }

  body.horizontal-layout .content .content-wrapper {
    margin-top: 50px;
  }

  .booking-event {
    width: 14px;
    height: 14px;
  }

  .booking-event-custom {
    margin-top: 24px;
  }

  .get-type-filter {
    height: 25px;
    padding-top: 5px;
    display: flex;
  }

  .service-filter-container {
    min-width: unset;
  }

  .user-toolbar-mobile {
    display: flex;
  }

  .user-toolbar {
    display: none;
  }

  .fc .fc-view-container .fc-body .fc-day-top.fc-today a {
    padding: 1px;
  }

  .fc-scroller.fc-day-grid-container {
    height: 100% !important;
  }

  .fc .fc-header-toolbar {
    margin-bottom: 0em !important;
  }

  .custom-modal-body {
    margin: 1em !important;
  }

  body.horizontal-layout .header-navbar {
    background: unset;
  }

  .calendar-service-title {
    background: linear-gradient(
      104deg,
      rgba(255, 181, 69, 1) 0%,
      rgba(255, 203, 51, 1) 100%
    );
    display: flex !important;
    color: #fff;
    font-size: 14px;
    left: 0;
    right: 0;
    top: 59px;
    position: fixed;
    z-index: 99;
    padding: 4px;
  }

  .fc-toolbar > * > :not(:first-child) {
    margin-left: 0em;
  }

  .fc .fc-header-toolbar .bullets-group-1 {
    display: flex;
    font-size: 11px;
    letter-spacing: -1px;
  }

  .text-center-sm {
    text-align: center;
  }

  .service-content-mobile {
    display: block !important;
  }

  .service-content {
    display: none !important;
  }

  .category-business,
  .category-work,
  .category-personal {
    font-size: 10px;
    font-weight: normal;
  }
}
