@media
/* iPhoneX */ only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),
/* iPhone XR */ only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait),
/* iPhone XS */ only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),
/* iPhone XS Max */ only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait), {

  body {
    padding-top: 15px !important;
  }

  .header.header-sticky {
    height: 75px !important;
    padding-top: 15px !important;
  }

  .header.header-login {
    height: 145px !important;
    padding-top: 65px !important;
  }

  .modal-dialog {
    margin-top: 30px;
  }

  .addPartNotification {
    top: 30px !important;
  }

  .notification-wrapper {
    padding-top: 15px !important;
  }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape), only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape)
/* iPhoneX */ only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape),
/* iPhone XR */ only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : landscape),
/* iPhone XS */ only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape),
/* iPhone XS Max */ only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape), {
  body, .header {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .addPartNotification {
    top: 15px !important;
  }
}

body {
  font-size: 1.875rem;
}
