/* You can add global styles to this file, and also import other style files */
/** 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 10px;
}
@media (min-width: 1280px) and (max-width: 1400px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 1900px) {
  html {
    font-size: 8px;
  }
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Muli", sans-serif;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #00d7bd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #02e9cd;
  border-radius: 5px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
}
a:hover {
  color: #00d7bd !important;
}
a .mat-icon:hover {
  color: #00d7bd !important;
}
.primary-link {
  color: #00d7bd;
}
.primary-link:hover {
  color: #02e9cd !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.primary-color {
  color: #00d7bd !important;
}
.red-color {
  color: #ff5555 !important;
}
.blue-color {
  color: #39a0ed !important;
}
.blue-color span {
  color: #39a0ed !important;
}
.blue-color mat-icon {
  color: #39a0ed !important;
}
.error {
  font-size: 1.2rem;
  color: #ff6e6e;
}
.app-section::after, .app-section::before {
  content: "";
  display: table;
  clear: both;
}
.app-section__left {
  position: fixed;
  left: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .app-section__left {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .app-section__left {
    display: none;
  }
}
.app-section__left__one__small-img {
  width: 15rem;
  position: fixed;
  left: 4rem;
  top: 4rem;
  z-index: 4;
}
.app-section__left__one h3 {
  color: #ffffff;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.app-section__left__one p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 0 auto;
  position: relative;
}
.app-section__right {
  left: calc(50% + 17rem);
  position: relative;
  width: calc(50% - 17rem);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .app-section__right {
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .app-section__right {
    left: auto;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .app-section__right {
    left: calc(50% + 6rem);
    width: calc(100% - calc(50% + 9rem));
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .app-section__right {
    left: calc(50% + 10rem);
    width: calc(100% - calc(50% + 13rem));
  }
}
.app-section__right__container {
  width: 58rem;
}
.app-section__right__container h2 {
  color: #1d2c3c;
  font-size: 3.6rem;
  margin-bottom: 2rem;
  /*@include respond('phone'){
    font-size: 2rem;
  }*/
}
.app-section__right__container p {
  color: rgba(29, 44, 60, 0.8);
  font-size: 2rem;
  margin-bottom: 4.9rem;
  /*@include respond('phone'){
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }*/
}
.width-80 {
  width: 80%;
}
.swiper-pagination-bullet {
  height: 1.6rem !important;
  width: 1.6rem !important;
  border-radius: 50% !important;
  background: #e6e6e6 !important;
  border: 0.2rem solid #e6e6e6 !important;
  opacity: 1 !important;
  display: block !important;
  margin: 0 auto !important;
  cursor: pointer !important;
}
.swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00d7bd !important;
  border: 0.2rem solid #e6e6e6 !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span:nth-child(2) {
  margin: 4rem 0 !important;
}
.sign-up-layout {
  left: 25rem;
  width: 58rem;
  position: relative;
}
@media (max-width: 767px) {
  .sign-up-layout {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .sign-up-layout {
    width: 80%;
    left: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .sign-up-layout {
    left: 5rem;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .sign-up-layout {
    left: 18rem;
  }
}
.sign-up-layout h2 {
  font-size: 3.2rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .sign-up-layout h2 {
    font-size: 2.8rem;
  }
}
.sign-up-layout h2 mat-icon {
  height: 3.4rem;
  width: 3.4rem;
  margin-right: 1.6rem;
}
@media (max-width: 767px) {
  .sign-up-layout h2 mat-icon {
    height: 3rem;
    width: 3rem;
    margin-right: 0.6rem;
    vertical-align: middle;
  }
}
.sign-up-layout p {
  color: rgba(29, 44, 60, 0.8);
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .mat-ripple-element {
    display: none;
  }
}
.password-show-hide-icon mat-icon {
  height: 2rem;
  width: 2rem;
  color: #778088;
}
.panel {
  top: 7rem;
  position: relative;
  padding: 0 calc(6rem - 15px);
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .panel {
    padding: 0 1.5rem;
    margin-top: 0;
  }
}
.panel h3 {
  color: #1d2c3c;
  font-size: 2.6rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .panel h3 {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
.filter-field .mat-form-field-appearance-outline .mat-form-field-suffix {
  width: 2rem;
}
.filter-field .mat-form-field-infix {
  width: auto !important;
}
.filter-field button {
  min-width: auto !important;
  height: 3rem !important;
  width: 3rem !important;
  margin: 0 !important;
  position: relative;
  top: 0.4rem;
  right: 0.5rem;
}
.filter-field button mat-icon[svgIcon=cross] {
  height: 1.4rem;
  width: 1.4rem;
}
.filter-row {
  background: #ffffff;
  top: 7rem;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .filter-row {
    position: initial;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .filter-row {
    position: initial;
  }
}
.hide-in-mobile {
  display: block;
}
@media (max-width: 767px) {
  .hide-in-mobile {
    display: none;
  }
}
.hide-in-web {
  display: none !important;
}
@media (max-width: 767px) {
  .hide-in-web {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .mobile-bottom-menu-space {
    padding-bottom: 10rem !important;
  }
}
.text-decoration-none {
  text-decoration: none;
}
.trip-details__total-price {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .trip-details__total-price {
    padding-bottom: 0;
  }
}
.trip-details__total-price .cancel-icon {
  height: 5rem;
  width: 5rem;
}
.trip-details__total-price b {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin: 2rem 0 3rem 0;
}
.trip-details__total-price h2 {
  color: rgba(29, 44, 60, 0.6);
  font-weight: normal;
  font-size: 2rem;
}
.trip-details__total-price h3 {
  color: #00d7bd;
  font-size: 2.2rem;
  font-weight: normal;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .trip-details__total-price h3 {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}
.trip-details__total-price h4,
.trip-details__total-price h5 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 3rem;
}
.trip-details__total-price h4 {
  color: #1d2c3c;
}
.trip-details__total-price h5 {
  color: rgba(29, 44, 60, 0.8);
}
.trip-details__total-price h6 {
  color: #00d7bd;
  font-size: 2rem;
  font-weight: 600;
}
.trip-details-service-container {
  max-width: 95% !important;
  position: relative !important;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .trip-details-service-container .trip-details-service-dialog__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 5;
  }
}
.add-trip-confirm-message-container .mat-checkbox-label {
  white-space: normal;
}
.disabled-daterangepicker {
  pointer-events: none;
  opacity: 0.6;
}
.upload-file-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 5rem;
  -webkit-box-align: start;
          align-items: flex-start;
}
.upload-file-section .upload-front-view,
.upload-file-section .upload-back-view {
  height: 16rem;
  width: 16rem;
  border: dashed 2px #e8eaec;
  border-radius: 3px;
  text-align: center;
  margin-right: 5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.upload-file-section .upload-front-view:hover,
.upload-file-section .upload-back-view:hover {
  border-color: #00d7bd;
}
.upload-file-section .upload-front-view .mat-icon,
.upload-file-section .upload-back-view .mat-icon {
  height: 3.6rem;
  width: 3.6rem;
  color: rgba(29, 44, 60, 0.2);
  margin-bottom: 1rem;
}
.upload-file-section .upload-front-view a,
.upload-file-section .upload-back-view a {
  display: inline-block;
}
.upload-file-section .upload-front-view a .mat-icon,
.upload-file-section .upload-back-view a .mat-icon {
  height: 6rem;
  width: 6rem;
  color: #1d2c3c;
}
.upload-file-section .upload-front-view a.delete-icon,
.upload-file-section .upload-back-view a.delete-icon {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0.8rem;
  right: 0.6rem;
}
.upload-file-section .upload-front-view a.delete-icon .mat-icon,
.upload-file-section .upload-back-view a.delete-icon .mat-icon {
  width: 1.8rem;
  height: 1.8rem;
  color: #1d2c3c;
}
.upload-file-section .upload-front-view img,
.upload-file-section .upload-back-view img {
  max-width: 100%;
  height: auto;
}
.upload-file-section .upload-front-view .view-label,
.upload-file-section .upload-back-view .view-label {
  background: #f8f9fc;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 0.5rem;
}
.upload-file-section .upload-front-view span,
.upload-file-section .upload-back-view span {
  display: block;
  color: rgba(29, 44, 60, 0.2);
  font-size: 1.6rem;
}
.upload-file-section .upload-front-view .uploaded-image:hover .uploaded-image__hover,
.upload-file-section .upload-back-view .uploaded-image:hover .uploaded-image__hover {
  opacity: 1;
}
.upload-file-section .upload-front-view .uploaded-image__hover,
.upload-file-section .upload-back-view .uploaded-image__hover {
  background: rgba(248, 249, 252, 0.8);
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2rem;
  opacity: 0;
}
.upload-file-section .upload-front-view .uploaded-image__hover a,
.upload-file-section .upload-back-view .uploaded-image__hover a {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.upload-file-section .upload-front-view .uploaded-image__hover a:hover mat-icon,
.upload-file-section .upload-back-view .uploaded-image__hover a:hover mat-icon {
  color: #00d7bd;
}
.upload-file-section .upload-front-view .uploaded-image__hover a:first-child,
.upload-file-section .upload-back-view .uploaded-image__hover a:first-child {
  right: 4.5rem;
}
.upload-file-section .upload-front-view .uploaded-image__hover a mat-icon,
.upload-file-section .upload-back-view .uploaded-image__hover a mat-icon {
  height: 2.2rem;
  width: 2.2rem;
  color: rgba(29, 44, 60, 0.8);
}
.upload-file-section .upload-front-view .uploaded-image__hover span,
.upload-file-section .upload-back-view .uploaded-image__hover span {
  color: rgba(29, 44, 60, 0.8);
  margin-top: 3rem;
  display: inline-block;
  height: 6rem;
  overflow: hidden;
  width: 100%;
  word-break: break-word;
}
.upload-file-section .upload-front-view .uploaded-image__file-type,
.upload-file-section .upload-back-view .uploaded-image__file-type {
  height: 6rem;
  width: 6rem;
}
.trip-list-container .custom-pagination-section {
  margin-right: 0 !important;
  margin-top: 0.75rem;
}
.trip-list-container .search-field .mat-form-field-wrapper {
  padding-bottom: 2rem;
}
.trip-list-container .search-field mat-icon path {
  fill: #1d2c3c !important;
}
.panel .flight-no-data {
  margin-top: 15.7rem;
}
.panel .flight-no-data .mat-icon {
  width: 62.9rem;
  height: 26.3rem;
}
.panel .flight-no-data h4 {
  color: #1d2c3c;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 4rem;
}
.panel .flight-no-data p {
  color: #1d2c3c;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 1.4rem;
}
.check-validation {
  margin-bottom: 3rem;
}
.check-validation li {
  background: #f8f9fc;
  color: rgba(29, 44, 60, 0.8);
  display: inline-block;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 1rem 0.6rem;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
}
.check-validation li.active {
  background: rgba(0, 215, 189, 0.2);
  color: rgba(0, 215, 189, 0.8);
}
.offer {
  color: rgba(29, 44, 60, 0.8);
  background: #faf9f0;
  padding: 1rem 3.2rem;
  font-size: 1.4rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.overflow-hidden {
  overflow: hidden !important;
}
/*EMPLOYEE LIST GRID SCSS*/
@media (max-width: 767px) {
  .list-tab {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 5;
    height: 100%;
    top: 7rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .list-tab li a {
    padding: 0.5rem !important;
  }
}
.list-tab .company-setting-in-mobile {
  display: none;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .list-tab .company-setting-in-mobile {
    display: block !important;
  }
}
.list-tab .company-setting-in-mobile h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  padding-left: 3rem;
}
.list-tab .company-setting-in-mobile a {
  height: 5.7rem;
  width: 5.7rem;
  top: calc(7rem + 1rem);
  background-color: #f8f9fc;
  position: absolute;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  right: 3rem;
  border-radius: 50%;
  line-height: 6.7rem;
  z-index: 7;
}
@media (max-width: 767px) {
  .list-tab .company-setting-in-mobile a {
    height: 4rem;
    width: 4rem;
    line-height: 4.5rem;
    right: 3rem;
    top: 2rem;
  }
}
.list-tab .company-setting-in-mobile a:hover mat-icon {
  color: #00d7bd;
}
.list-tab .company-setting-in-mobile a .mat-icon {
  height: 1.8rem;
  width: 1.8rem;
}
@media (max-width: 767px) {
  .list-tab .company-setting-in-mobile a .mat-icon {
    height: 1.4rem;
    width: 1.4rem;
  }
}
.list-tab ul {
  border-bottom: 1px solid #f4f4f4;
  display: inline-block;
  margin: 0 1.2rem;
}
@media (max-width: 767px) {
  .list-tab ul {
    display: block;
    border-bottom: 0;
  }
}
.list-tab ul li {
  border-bottom-color: #e8eaec;
  display: inline-block;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .list-tab ul li {
    display: block;
    margin-bottom: 1rem;
  }
}
.list-tab ul li a {
  color: rgba(29, 44, 60, 0.8);
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .list-tab ul li a {
    display: block;
  }
}
.list-tab ul li a:hover mat-icon {
  color: #00d7bd;
}
.list-tab ul li a.active {
  color: #00d7bd;
}
.list-tab ul li a.active mat-icon {
  color: #00d7bd;
}
.list-tab ul li a mat-icon {
  height: 1.6rem;
  width: 1.6rem;
  color: rgba(29, 44, 60, 0.8);
  margin-right: 1rem;
  vertical-align: baseline;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .list-tab ul li a mat-icon {
    display: none;
  }
}
.faq-container {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq-container {
    width: 100%;
  }
}
.faq {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .faq {
    margin-top: 0;
  }
}
.faq__header {
  position: relative;
  margin-bottom: 5rem;
}
.faq__header h1 {
  color: #1d2c3c;
  margin-bottom: 1.5rem;
  font-size: 4.2rem;
}
.faq__header p {
  font-size: 2rem;
  color: rgba(29, 44, 60, 0.5);
  font-weight: 600;
}
.faq__header mat-icon {
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  left: -5rem;
  top: 1rem;
  color: #00d7bd;
}
.faq__body {
  margin-bottom: 50px;
}
.faq__body h6 {
  color: #39a0ed;
  font-size: 2rem;
  padding: 5rem 0;
  text-transform: uppercase;
}
.faq__body h3 {
  color: #1d2c3c;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.faq__body mat-expansion-panel {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(29, 44, 60, 0.2);
}
.faq__body .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
  background: none;
}
.faq__body .mat-accordion .mat-expansion-panel:last-of-type {
  border-radius: 0 !important;
}
.faq__body .mat-expansion-indicator {
  display: none;
}
.faq__body mat-expansion-panel-header {
  height: 70px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.faq__body .mat-expansion-panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.faq__body mat-panel-title {
  margin-right: 0;
  position: relative;
}
.faq__body mat-panel-title mat-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.faq__body mat-panel-title mat-icon[svgIcon=minus-faq] {
  display: none;
}
.faq__body .mat-expanded mat-icon[svgIcon=minus-faq] {
  display: block !important;
}
.faq__body .mat-expanded mat-icon[svgIcon=plus-faq] {
  display: none !important;
}
.faq__body .mat-content {
  overflow: visible !important;
}
.faq__body .mat-expanded h4 {
  color: #00d7bd !important;
}
.faq__body h4,
.faq__body p {
  color: #1d2c3c;
}
.faq__body h4 {
  font-weight: 700;
  font-size: 1.8rem;
  padding-right: 3rem;
}
.faq__body p {
  line-height: 2.4rem;
  font-size: 1.6rem;
}
.faq__body ul li {
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}
.faq__body ul li:before {
  height: 0.7rem;
  width: 0.7rem;
  background: #1d2c3c;
  position: absolute;
  left: 0;
  top: 0.8rem;
  content: "";
  border-radius: 50%;
}
.trip-details-summary {
  border-radius: 5px;
  margin-bottom: 3.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}
.trip-details-summary .box {
  padding: 3rem;
}
@media (max-width: 767px) {
  .trip-details-summary {
    padding: 2rem;
    margin-bottom: 18rem;
  }
}
.trip-details-summary .trip-details__total-price {
  padding-bottom: 2.5rem;
}
.trip-details-summary__options .mat-radio-label-content {
  font-size: 2rem;
  font-weight: 600;
  color: #1d2c3c;
}
.trip-details-summary__options .mat-radio-button {
  padding-bottom: 3rem;
}
.trip-details-summary__options h3 {
  color: #00d7bd;
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
.trip-details-summary__options input {
  color: #1d2c3c;
  font-size: 2rem;
  font-weight: 600;
}
.trip-details-summary__reason h3 {
  color: rgba(18, 33, 63, 0.6);
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  margin-top: 6rem;
  border-bottom: 1px solid rgba(29, 44, 60, 0.4);
}
.trip-details-summary__text span {
  font-weight: 600;
}
.trip-details-summary__text p {
  color: #42526e;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.44;
}
.trip-details-summary__text__policy {
  background-color: #f8f9fc;
  padding: 2rem 3rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .trip-details-summary__text__policy {
    padding: 1rem;
  }
}
.trip-details-summary__text__bypass {
  background-color: #f8f9fc;
  padding: 2rem 3rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .trip-details-summary__text__bypass {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .paid-unpaid-text {
    text-align: right;
    position: absolute !important;
    top: 0.8rem;
    right: 1.5rem;
  }
}
.paid-unpaid-text small {
  color: #00d7bd !important;
  font-size: 2.2rem !important;
  line-height: 0;
  display: inline-block;
}
.paid-unpaid-text small.red-color {
  color: #ff5555 !important;
}
.refund-section {
  position: relative;
}
.refund-section a {
  color: #39a0ed;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 3rem;
}
.refund-section a mat-icon {
  height: 1.6rem;
  width: 1.6rem;
  position: relative;
  margin-left: 0.5rem;
  top: 0.1rem;
}
.refund-section__box {
  background: #ffffff;
  position: absolute;
  padding: 2.8rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px rgba(29, 44, 60, 0.2);
  width: 36rem;
  top: 4.5rem;
  left: 0;
  z-index: 1;
}
.refund-section__box .time-price-last div div {
  color: rgba(29, 44, 60, 0.6) !important;
}
.refund-section__box:after, .refund-section__box:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.refund-section__box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.refund-section__box:before {
  border-color: rgba(245, 236, 230, 0);
  border-bottom-color: rgba(29, 44, 60, 0.2);
  border-width: 17px;
  margin-left: -17px;
}
.refund-section__box h4 {
  color: #1d2c3c;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1.9rem;
}
.refund-section__box h3 {
  color: #39a0ed;
  display: inline-block;
  margin-bottom: 2.7rem;
  font-size: 1.8rem;
  margin-top: 0;
  font-weight: 500;
}
.refund-section__box h5 {
  color: #1d2c3c;
  font-size: 2rem;
  font-weight: 600;
}
.refund-section__box h5 span {
  color: rgba(29, 44, 60, 0.6);
  font-size: 1.6rem;
}
.refund-section__box ul li {
  list-style: none;
  display: block;
  margin-bottom: 2rem;
}
.refund-section__box ul li div::after, .refund-section__box ul li div::before {
  content: "";
  display: table;
  clear: both;
}
.refund-section__box ul li div div {
  color: #1d2c3c;
  float: left;
  font-size: 1.8rem;
}
.refund-section__box ul li div div:first-child {
  width: 65%;
}
.refund-section__box ul li div div:last-child {
  width: 35%;
}
.white-layer-policy {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(29, 44, 59, 0.3);
  z-index: 899;
}
.report-container .custom-pagination-section {
  margin-right: 0 !important;
}
.filter-container .submit-btn {
  border: 1px solid #02e9cd;
  height: 4.6rem !important;
  min-width: 12rem !important;
  width: 12rem !important;
  border-radius: 3px;
}
@media (max-width: 767px) {
  app-flight-details .final-price {
    bottom: -3rem !important;
  }
}
.scroll-gallary {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .scroll-gallary {
    padding-top: 2.5rem;
  }
}
.btn-block {
  display: block;
  width: 100%;
}
.hotel-price-filter {
  font-weight: 800 !important;
  font-size: 1.3rem !important;
  color: rgba(29, 44, 60, 0.9) !important;
}
.primary-booking-link {
  color: #ffffff !important;
  background: #fcaa4b !important;
  display: block;
  padding: 0.4rem 1rem;
  border-radius: 4rem;
  font-size: 1.4rem !important;
  margin-top: 0.4rem;
}
.warn-booking-link {
  color: #ffffff !important;
  background: red !important;
  padding: 0.4rem 1rem;
  border-radius: 4rem;
  font-size: 1.4rem !important;
  margin-top: 0.4rem;
}
.booking-in-progress-btn-orange {
  font-size: 1.6rem !important;
  background: #fcaa4b;
  display: inline-block !important;
  padding: 1rem;
  border-radius: 2rem;
  height: 4rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 700 !important;
  color: #ffffff !important;
}
.MT-0 {
  margin-top: 0rem !important;
}
.PT-0 {
  padding-top: 0rem !important;
}
.ML-0 {
  margin-left: 0rem !important;
}
.PL-0 {
  padding-left: 0rem !important;
}
.MR-0 {
  margin-right: 0rem !important;
}
.PR-0 {
  padding-right: 0rem !important;
}
.MB-0 {
  margin-bottom: 0rem !important;
}
.PB-0 {
  padding-bottom: 0rem !important;
}
.MT-1 {
  margin-top: 1rem !important;
}
.PT-1 {
  padding-top: 1rem !important;
}
.ML-1 {
  margin-left: 1rem !important;
}
.PL-1 {
  padding-left: 1rem !important;
}
.MR-1 {
  margin-right: 1rem !important;
}
.PR-1 {
  padding-right: 1rem !important;
}
.MB-1 {
  margin-bottom: 1rem !important;
}
.PB-1 {
  padding-bottom: 1rem !important;
}
.MT-2 {
  margin-top: 2rem !important;
}
.PT-2 {
  padding-top: 2rem !important;
}
.ML-2 {
  margin-left: 2rem !important;
}
.PL-2 {
  padding-left: 2rem !important;
}
.MR-2 {
  margin-right: 2rem !important;
}
.PR-2 {
  padding-right: 2rem !important;
}
.MB-2 {
  margin-bottom: 2rem !important;
}
.PB-2 {
  padding-bottom: 2rem !important;
}
.MT-3 {
  margin-top: 3rem !important;
}
.PT-3 {
  padding-top: 3rem !important;
}
.ML-3 {
  margin-left: 3rem !important;
}
.PL-3 {
  padding-left: 3rem !important;
}
.MR-3 {
  margin-right: 3rem !important;
}
.PR-3 {
  padding-right: 3rem !important;
}
.MB-3 {
  margin-bottom: 3rem !important;
}
.PB-3 {
  padding-bottom: 3rem !important;
}
.MT-4 {
  margin-top: 4rem !important;
}
.PT-4 {
  padding-top: 4rem !important;
}
.ML-4 {
  margin-left: 4rem !important;
}
.PL-4 {
  padding-left: 4rem !important;
}
.MR-4 {
  margin-right: 4rem !important;
}
.PR-4 {
  padding-right: 4rem !important;
}
.MB-4 {
  margin-bottom: 4rem !important;
}
.PB-4 {
  padding-bottom: 4rem !important;
}
.MT-5 {
  margin-top: 5rem !important;
}
.PT-5 {
  padding-top: 5rem !important;
}
.ML-5 {
  margin-left: 5rem !important;
}
.PL-5 {
  padding-left: 5rem !important;
}
.MR-5 {
  margin-right: 5rem !important;
}
.PR-5 {
  padding-right: 5rem !important;
}
.MB-5 {
  margin-bottom: 5rem !important;
}
.PB-5 {
  padding-bottom: 5rem !important;
}
.MT-6 {
  margin-top: 6rem !important;
}
.PT-6 {
  padding-top: 6rem !important;
}
.ML-6 {
  margin-left: 6rem !important;
}
.PL-6 {
  padding-left: 6rem !important;
}
.MR-6 {
  margin-right: 6rem !important;
}
.PR-6 {
  padding-right: 6rem !important;
}
.MB-6 {
  margin-bottom: 6rem !important;
}
.PB-6 {
  padding-bottom: 6rem !important;
}
.MT-7 {
  margin-top: 7rem !important;
}
.PT-7 {
  padding-top: 7rem !important;
}
.ML-7 {
  margin-left: 7rem !important;
}
.PL-7 {
  padding-left: 7rem !important;
}
.MR-7 {
  margin-right: 7rem !important;
}
.PR-7 {
  padding-right: 7rem !important;
}
.MB-7 {
  margin-bottom: 7rem !important;
}
.PB-7 {
  padding-bottom: 7rem !important;
}
.MT-8 {
  margin-top: 8rem !important;
}
.PT-8 {
  padding-top: 8rem !important;
}
.ML-8 {
  margin-left: 8rem !important;
}
.PL-8 {
  padding-left: 8rem !important;
}
.MR-8 {
  margin-right: 8rem !important;
}
.PR-8 {
  padding-right: 8rem !important;
}
.MB-8 {
  margin-bottom: 8rem !important;
}
.PB-8 {
  padding-bottom: 8rem !important;
}
.MT-9 {
  margin-top: 9rem !important;
}
.PT-9 {
  padding-top: 9rem !important;
}
.ML-9 {
  margin-left: 9rem !important;
}
.PL-9 {
  padding-left: 9rem !important;
}
.MR-9 {
  margin-right: 9rem !important;
}
.PR-9 {
  padding-right: 9rem !important;
}
.MB-9 {
  margin-bottom: 9rem !important;
}
.PB-9 {
  padding-bottom: 9rem !important;
}
.MT-10 {
  margin-top: 10rem !important;
}
.PT-10 {
  padding-top: 10rem !important;
}
.ML-10 {
  margin-left: 10rem !important;
}
.PL-10 {
  padding-left: 10rem !important;
}
.MR-10 {
  margin-right: 10rem !important;
}
.PR-10 {
  padding-right: 10rem !important;
}
.MB-10 {
  margin-bottom: 10rem !important;
}
.PB-10 {
  padding-bottom: 10rem !important;
}
.PL-0 {
  padding-left: 0;
}
.PR-0 {
  padding-right: 0;
}
.PLR-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.PL-1 {
  padding-left: 1rem !important;
}
.PL-15 {
  padding-left: 1.5rem !important;
}
.MB-5 {
  margin-bottom: 5rem;
}
.MB-2 {
  margin-bottom: 2rem;
}
.MT-1 {
  margin-top: 1rem;
}
.MB-1 {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .xs-PR-0 {
    padding-right: 0 !important;
  }

  .xs-PL-0 {
    padding-left: 0 !important;
  }

  .xs-PR-0 {
    padding-right: 0 !important;
  }

  .xs-PB-4 {
    padding-bottom: 4rem !important;
  }

  .xs-PLR-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xs-PLR-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xs-PLR-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xs-text-left {
    text-align: left !important;
  }

  .xs-text-right {
    text-align: right !important;
  }

  .xs-text-center {
    text-align: center !important;
  }

  .xs-ML-1 {
    margin-left: 1rem !important;
  }

  .xs-MT-0 {
    margin-top: 0 !important;
  }

  .xs-MT-1 {
    margin-top: 1rem !important;
  }

  .xs-MB-1 {
    margin-bottom: 1rem !important;
  }

  .xs-MB-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .row .PL-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .row .PR-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .sm-PR-0 {
    padding-right: 0 !important;
  }

  .sm-PL-0 {
    padding-left: 0 !important;
  }

  .sm-text-left {
    text-align: left !important;
  }

  .sm-MB-2 {
    margin-bottom: 2rem !important;
  }

  .sm-MB-4 {
    margin-bottom: 4rem !important;
  }

  .sm-ML-0 {
    margin-left: 0 !important;
  }

  .sm-MT-3 {
    margin-top: 3rem !important;
  }
}
button.book-btn.MT-0,
button.btn-block.MT-0 {
  margin-top: 0 !important;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-right: -15px;
  padding-left: -15px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-grow {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-shrink {
  flex-basis: fit-content;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.d-flex {
  display: -webkit-box;
  display: flex;
}
.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.jc-center {
  -webkit-box-pack: center;
          justify-content: center;
}
.ai-center {
  -webkit-box-align: center;
          align-items: center;
}
/*@media (min-width: 1800px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) and (max-width: 1800px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}*/
@media (min-width: 1025px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .col-xs {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.333333%;
  }

  .offset-xs-2 {
    margin-left: 16.666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.333333%;
  }

  .offset-xs-5 {
    margin-left: 41.666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.333333%;
  }

  .offset-xs-8 {
    margin-left: 66.666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.333333%;
  }

  .offset-xs-11 {
    margin-left: 91.666667%;
  }
}
.flex,
.flex-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 1rem;
}
.flex-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1rem;
}
.grow {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.nowrap {
  white-space: nowrap;
}
.gap-0 {
  gap: 0rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-4 {
  gap: 4rem;
}
.gap-5 {
  gap: 5rem;
}
.mat-flat-button.mat-warn {
  background: #ff5555;
  min-width: 17rem;
  height: 4.6rem;
  font-size: 1.8rem;
  border-radius: 0.3rem;
}
.mat-flat-button.mat-warn span {
  color: #ffffff !important;
  padding: 0 !important;
  font-size: 1.8rem !important;
}
.mat-flat-button.mat-primary {
  color: #ffffff;
  min-width: 17rem;
  height: 6.4rem;
  font-size: 2rem;
  border-radius: 0.3rem;
  /*@include respond('phone'){
    width: 18rem;
    height: 5rem;
    font-size: 1.6rem;
  }*/
}
@media (max-width: 767px) {
  .mat-flat-button.mat-primary {
    min-width: 14rem;
    height: 5rem;
  }
}
.mat-flat-button.mat-primary:hover {
  background: #02e9cd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.mat-flat-button.mat-primary:focus {
  background: #02e9cd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.mat-stroked-button.mat-primary {
  min-width: 12rem;
  height: 6.4rem;
  font-size: 2rem;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .mat-stroked-button.mat-primary {
    height: 5rem;
  }
}
.mat-stroked-button.mat-primary .mat-button-wrapper {
  color: rgba(29, 44, 60, 0.4);
}
.mat-stroked-button.mat-primary .mat-button-ripple.mat-ripple {
  display: none;
}
.mat-stroked-button.mat-primary:focus {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.mat-stroked-button.mat-primary:focus span {
  color: #1d2c3c;
}
.mat-stroked-button.mat-primary:focus .mat-button-focus-overlay {
  opacity: 0;
}
.mat-stroked-button.mat-primary:hover {
  border-color: #02e9cd;
}
.mat-stroked-button.mat-primary:hover span {
  color: #1d2c3c;
}
.mat-stroked-button.mat-primary:hover .mat-button-focus-overlay {
  opacity: 0;
}
.header .mat-stroked-button.mat-primary {
  width: 14.5rem;
  height: 5.4rem;
  border-radius: 5rem;
}
.header .mat-stroked-button.mat-primary .mat-button-wrapper {
  color: #00d7bd !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .search-box__btn {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .search-box__btn {
    margin-bottom: 2rem;
  }
}
.search-box__btn button {
  margin-right: 1rem;
  border-radius: 3rem;
  height: 5rem;
  padding: 0 2rem;
  border-width: 2px;
  border-color: transparent !important;
  box-shadow: none !important;
}
.search-box__btn button span {
  color: rgba(29, 44, 60, 0.6);
  font-weight: 700 !important;
  font-size: 1.47rem;
}
.search-box__btn button.active {
  border-color: #00d7bd !important;
}
.search-box__btn button.active span {
  color: #1d2c3c;
}
.btn-rounded {
  border-radius: 5rem !important;
  height: 5.5rem !important;
  width: 17rem !important;
}
@media (max-width: 767px) {
  .btn-rounded {
    width: 13rem !important;
  }
}
.trip-details-summary__reason .mat-raised-button {
  width: 100%;
  margin-top: 3rem;
  padding: 2rem 0;
  border-radius: 0;
  line-height: 0;
  box-shadow: none !important;
  height: 6rem;
}
.trip-details-summary__reason .mat-button-wrapper {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.trip-details-summary__reason .reject-btn .mat-flat-button {
  background-color: transparent;
  border: 2px solid #f15642 !important;
  width: 100%;
  margin-top: 1.5rem;
  padding: 2rem 0;
  border-radius: 0;
  line-height: 0;
  height: 6rem;
}
.trip-details-summary__reason .reject-btn .reject .mat-button-wrapper {
  color: #f15642 !important;
}
.trip-details-summary__reason .mat-raised-button[disabled] {
  background-color: rgba(0, 215, 189, 0.5) !important;
  width: 100%;
  margin-top: 1.5rem;
  padding: 2rem 0;
  border-radius: 0;
  line-height: 0;
  box-shadow: none !important;
  height: 6rem;
}
.trip-details-summary__reason .mat-flat-button {
  width: 100%;
  margin-top: 1.5rem;
  padding: 2rem 0;
  border-radius: 0;
  line-height: 0;
  height: 6rem;
}
.trip-details-summary__reason .mat-flat-button[disabled] {
  background-color: rgba(241, 86, 66, 0.5) !important;
  width: 100%;
  margin-top: 1.5rem;
  padding: 2rem 0;
  border-radius: 0;
  line-height: 0;
  height: 6rem;
}
.trip-details-summary__reason .mat-button {
  width: 100%;
  margin-top: 1.5rem;
  padding: 2rem 0;
  border-radius: 0;
  line-height: 0;
  height: 6rem;
}
.trip-details-summary__reason .bypass .mat-button-wrapper {
  color: #1d2c3c;
}
.search-btn mat-icon svg {
  height: 1.6rem;
  width: 1.6rem;
  vertical-align: super;
  display: inline-block;
  margin-right: 1rem;
}
.search-btn:disabled {
  cursor: not-allowed !important;
}
.small-btn {
  min-width: auto !important;
  height: 5rem !important;
  padding: 0 2.5rem !important;
}
.hotel-view-btn {
  height: 4.6rem !important;
  margin-top: 1rem !important;
}
.hotel-view-btn--disabled {
  background-color: #ff6e6e !important;
  color: white !important;
}
.box__header__right__paid button span {
  color: #ffffff;
}
@media (max-width: 767px) {
  .box__header__right__paid button.mat-flat-button.small-btn-mbl.mat-primary {
    min-width: 5rem !important;
    padding: 0;
    width: 5rem !important;
    line-height: 2rem !important;
  }
  .box__header__right__paid button.mat-flat-button.small-btn-mbl.mat-primary mat-icon {
    height: 2rem;
    width: 2rem;
  }
}
.table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.table__thead-roles tr th {
  height: 0 !important;
  padding: 0 !important;
}
.table thead {
  border-top: 1px solid #e8eaec;
  border-bottom: 1px solid #e8eaec;
  text-align: left;
  /*&:after {
    position: absolute;
    height: calc(7rem - 2px);
    border-top: 1px solid $grey-color-4;
    border-bottom: 1px solid $grey-color-4;
    content: '';
    top: 2.5rem;
    width: 100%;
  }*/
}
.table thead tr div {
  text-align: left !important;
}
.table thead tr:first-child th {
  color: rgba(29, 44, 60, 0.7);
  font-size: 1.7rem;
  height: 5rem;
  position: relative;
  text-align: left;
}
.table thead tr:first-child th:first-child {
  padding-left: 1rem;
}
.table thead tr:first-child th a {
  display: block;
}
.table thead tr:first-child th a mat-icon {
  width: 1.6rem;
  height: 1.3rem;
  margin-left: 1rem;
}
.table thead tr:last-child th:first-child {
  padding-left: 1rem;
}
.table thead tr:last-child th > div {
  text-align: left;
  width: 85%;
}
.table thead tr:last-child .mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick {
  color: #e8eaec;
}
.table thead tr:last-child .mat-form-field-infix {
  border-top: 0;
}
.table thead tr:last-child .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 0.8em 0;
}
.table thead tr:last-child input,
.table thead tr:last-child .mat-select-placeholder {
  font-weight: 600;
}
.table thead tr:last-child .mat-select-arrow {
  position: relative;
  top: 0.2rem;
}
.table tbody {
  text-align: left;
}
.table tbody .clickable-row {
  background: #f8f9fc;
}
.table tbody tr {
  border-bottom: 1px solid #e8eaec;
  position: relative;
}
.table tbody tr .user-name-link-placeholder mat-icon {
  height: 3rem;
  width: 3rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.table tbody tr .user-name-link-placeholder + a {
  vertical-align: middle;
}
.table tbody tr:hover {
  background: #f8f9fc;
}
.table tbody tr:hover .user-name-link {
  color: #00d7bd;
}
.table tbody tr:hover .user-name-link:hover {
  text-decoration: underline;
}
.table tbody tr td {
  color: #1d2c3c;
  font-size: 1.8rem;
  font-weight: 600;
  height: 6rem;
}
.table tbody tr td:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}
.table tbody tr td div {
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.table tbody tr:last-child {
  border-bottom-width: 0;
}
.hover-action {
  background: #f8f9fc;
  position: absolute;
  padding: 0 !important;
  width: 180px;
  min-width: 180px;
}
.hover-action button {
  position: relative;
  top: 1rem;
  height: 4rem !important;
  padding: 0 !important;
  text-align: center;
  line-height: 4rem;
  width: 80px !important;
}
.hover-action button span {
  color: #00d7bd;
  font-size: 1.8rem;
  font-weight: 600;
}
.hover-action button .mat-button-focus-overlay {
  background: #00d7bd;
}
.hover-action a {
  display: inline-block;
  margin-right: 4rem;
}
.hover-action a mat-icon {
  height: 6rem;
  width: 2rem;
  line-height: 6rem;
  vertical-align: middle;
}
.mat-dialog-content {
  max-height: 100vh !important;
  /*overflow: hidden !important;*/
}
@media (max-width: 767px) {
  .mat-dialog-content {
    max-height: auto !important;
    padding: 5rem 1rem 5rem 1rem !important;
    margin: 0 !important;
  }
}
.dialog-section {
  width: 65rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dialog-section {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .dialog-section {
    padding-top: 15rem;
  }
}
.dialog-section--large {
  width: calc(100% - 40rem);
}
@media (max-width: 767px) {
  .dialog-section--large {
    width: 100%;
  }
}
.dialog-section h2 {
  color: #1d2c3c;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .dialog-section h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.dialog-section h2 .mat-icon {
  height: 3.5rem;
  width: 3.5rem;
  vertical-align: middle;
}
.dialog-section p {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.44;
  text-align: left;
  color: #1d2c3c;
  margin-bottom: 5rem;
}
.dialog-section__logo {
  line-height: 7rem;
  position: fixed;
  left: 6rem;
  top: 0;
}
@media (max-width: 767px) {
  .dialog-section__logo {
    display: none;
  }
}
.dialog-section__logo img {
  vertical-align: middle;
  width: 13rem;
}
.dialog-section__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.dialog-section__close a {
  height: 5.4rem;
  width: 5.4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .dialog-section__close a {
    height: 4rem;
    width: 4rem;
    line-height: 4.5rem;
    right: -0.5rem;
    top: 4.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .dialog-section__close a {
    top: -0.5rem;
    right: 0;
  }
}
.dialog-section__close a:hover {
  background-color: #f8f9fc;
}
.dialog-section__close a:hover mat-icon {
  color: #00d7bd;
}
.dialog-section__close a .mat-icon {
  height: 1.8rem;
  width: 1.8rem;
}
@media (max-width: 767px) {
  .dialog-section__close a .mat-icon {
    height: 1.4rem;
    width: 1.4rem;
  }
}
.dialog-section .mat-stroked-button.mat-primary {
  margin-bottom: 1rem;
}
.form-control {
  position: relative;
}
@media (max-width: 767px) {
  .form-control {
    height: 9rem;
  }
}
.form-control--autocomplete {
  position: relative;
}
.form-control--autocomplete:before {
  color: rgba(29, 44, 60, 0.4);
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  margin: 0 4px;
  right: 10px;
  top: 3rem;
}
.form-control--prifix {
  position: relative;
}
.form-control--prifix input,
.form-control--prifix mat-icon {
  cursor: pointer;
}
.form-control--prifix mat-icon {
  height: 2.2rem;
  width: 2.2rem;
  color: rgba(29, 44, 60, 0.3);
  z-index: -1;
}
.form-control--prifix .mat-form-field-suffix {
  position: relative !important;
  top: 0 !important;
  width: 3rem !important;
}
.form-control mat-error + mat-error {
  display: none;
}
.form-control mat-icon[matprefix] {
  height: 1.8rem;
  width: 1.8rem;
  color: rgba(29, 44, 60, 0.4);
  position: relative;
  top: -0.6rem;
  left: 0.7rem;
}
.form-control mat-error {
  font-size: 1.4rem;
}
.form-control .mat-form-field-appearance-outline .mat-form-field-outline {
  background-color: white;
  color: rgba(29, 44, 60, 0.2);
}
.form-control .mat-form-field-label {
  color: rgba(29, 44, 60, 0.4);
  font-size: 1.8rem;
  font-weight: 600;
}
.form-control .mat-input-element,
.form-control .mat-select {
  color: #1d2c3c;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  top: -0.4rem;
}
.form-control .mat-input-element[type=time]::after {
  content: none;
}
.form-control .mat-form-field-label-wrapper {
  top: -1.8rem;
}
.form-control-textarea {
  height: 14rem;
}
.form-control-textarea textarea {
  resize: none !important;
}
.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
  width: 4rem;
}
.mat-form-field-appearance-outline .mat-form-field-outline-end,
.mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 3px;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid.ng-untouched .mat-form-field-outline-thick,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick,
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: rgba(29, 44, 60, 0.4) !important;
}
.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: rgba(29, 44, 60, 0.4) !important;
}
.sign-up-layout .mat-form-field-appearance-outline .mat-form-field-flex {
  padding: 0 0.75em 0 3rem;
}
.mat-select-arrow-wrapper {
  color: rgba(29, 44, 60, 0.4);
  position: relative;
  top: 0.4rem;
}
@media (max-width: 767px) {
  .mat-form-field-appearance-outline .mat-form-field-label {
    top: 2.2em !important;
  }
}
.short-input .mat-form-field-wrapper {
  padding: 0;
}
.short-input .mat-form-field-infix {
  border-top: 0.5rem;
}
.dropdown .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding: 0;
}
.form-control .dropdown .mat-input-element,
.form-control .mat-select {
  top: 0;
}
.report-container .mat-form-field-wrapper {
  padding: 0;
}
.form-control-radio {
  margin-bottom: 4rem;
}
.form-control-radio__title {
  color: #1d2c3c;
  margin-right: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
}
.form-control-radio .mat-radio-label-content {
  color: rgba(29, 44, 60, 0.4);
  font-size: 1.8rem;
}
.form-control-radio .mat-radio-button {
  margin-right: 4rem;
}
.form-control-radio .mat-radio-button.mat-radio-checked .mat-radio-label-content {
  color: #1d2c3c;
}
.form-control-radio .mat-radio-outer-circle {
  border-color: rgba(29, 44, 60, 0.4);
}
.management-layout {
  margin-top: 5rem;
}
.management-layout::after, .management-layout::before {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .management-layout {
    margin-top: 1rem;
  }
}
.management-layout__left {
  float: left;
  width: 26rem;
}
@media (max-width: 767px) {
  .management-layout__left {
    width: 100%;
  }
}
.management-layout__left h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1.8rem;
}
.management-layout__left div:first-child button {
  height: 5rem;
}
.management-layout__left__list {
  max-height: 65rem;
  overflow-y: auto;
  margin-right: 1rem;
}
.management-layout__left__list--roles {
  max-height: 25rem !important;
}
.management-layout__left__list--view-only {
  max-height: 25rem !important;
}
.management-layout__left__list--view-only li {
  padding: 1.3rem;
  font-size: 1.8rem;
  cursor: default !important;
  display: block;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.management-layout__left__list--view-only li:hover {
  color: #1d2c3c !important;
  background: #ffffff !important;
}
.management-layout__left__list ul {
  padding-right: 1rem;
}
.management-layout__left__list ul li {
  position: relative;
}
.management-layout__left__list ul li a {
  padding: 1.3rem;
  font-size: 1.8rem;
  cursor: pointer;
  display: block;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.management-layout__left__list ul li a:hover {
  background: rgba(0, 215, 189, 0.04);
  color: #1d2c3c !important;
}
.management-layout__left__list ul li a:hover mat-icon {
  display: inline-block;
}
.management-layout__left__list ul li a.active {
  background: rgba(0, 215, 189, 0.04);
  color: #00d7bd;
  font-weight: 600;
}
.management-layout__left__list ul li a.active:hover {
  background: rgba(0, 215, 189, 0.04) !important;
  color: #00d7bd !important;
  font-weight: 600 !important;
}
.management-layout__left__list ul li a mat-icon {
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: none;
}
@media (max-width: 767px) {
  .management-layout__left__list ul li a mat-icon {
    display: block;
  }
}
.management-layout__left__list ul li a mat-icon:hover {
  color: #00d7bd;
}
.management-layout__right {
  float: left;
  width: calc(100% - 26rem);
}
@media (max-width: 767px) {
  .management-layout__right {
    width: 100%;
  }
}
.management-layout__right__box {
  border: 1px solid #e8eaec;
  border-radius: 0.8rem;
  padding: 4rem 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .management-layout__right__box {
    margin-top: 5rem;
    padding: 2rem 0;
  }
}
.management-layout__right__box__header__title {
  color: rgba(29, 44, 60, 0.8);
  font-weight: 500 !important;
  margin-bottom: 4rem;
}
.management-layout__right__box__header .primary-button-color span {
  color: #00d7bd;
  font-weight: 500;
  font-size: 2rem;
}
.management-layout__right__box__header .primary-button-color .mat-button-focus-overlay {
  background: #00d7bd;
}
.management-layout__right__box__header .text-right button {
  height: 5rem;
  min-width: auto !important;
}
.management-layout__right__box__header .text-right button span {
  margin-right: 0;
}
.management-layout__right__box__header h2 {
  color: #1d2c3c;
  margin-bottom: 1.2rem;
  font-size: 2.6rem;
  font-weight: 600;
}
.management-layout__right__box__header p {
  color: rgba(29, 44, 60, 0.8);
  font-size: 1.8rem;
}
.management-layout__right__box__header span {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 1rem;
  font-weight: 700;
}
.management-layout__right__box__header a {
  color: #00d7bd;
  font-size: 1.8rem;
}
.management-layout__right__box__table {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .management-layout__right__box__table {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .management-layout__right__box__table .scroll-table-roles-and-privilege {
    width: 100%;
    overflow: auto;
  }
  .management-layout__right__box__table .scroll-table-roles-and-privilege table {
    width: 1000px;
  }
}
.management-layout__right__box__table__tab {
  border-bottom: 1px solid #e8eaec;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.management-layout__right__box__table__tab li {
  display: inline-block;
  position: relative;
  top: 1px;
}
.management-layout__right__box__table__tab li.active {
  border-bottom: 1px solid #ffffff;
}
.management-layout__right__box__table__tab li a {
  display: inline-block;
  padding: 2rem 3rem;
  font-size: 2rem;
  font-weight: 600;
  border: 1px solid transparent;
}
.management-layout__right__box__table__tab li a.active, .management-layout__right__box__table__tab li a:hover {
  color: #39a0ed !important;
}
.management-layout__right__box__table__tab li a.active {
  border-color: #e8eaec;
  border-bottom-color: #ffffff !important;
}
.management-layout__right__box__table table {
  width: 100%;
}
.management-layout__right__box__table table tbody tr div {
  word-break: break-word;
  white-space: normal;
  padding-right: 1rem;
  font-size: 1.8rem;
}
.management-layout__right__box__details h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.management-layout__right__box__details__border {
  border-top: 1px solid #e8eaec;
}
.management-layout__right__box__details__row {
  /*border-bottom: 1px solid $grey-color-4;*/
  margin: 0 15px;
  padding-bottom: 3rem;
}
.management-layout__right__box__details__row::after, .management-layout__right__box__details__row::before {
  content: "";
  display: table;
  clear: both;
}
.management-layout__right__box__details__row__left {
  color: rgba(29, 44, 60, 0.6);
  float: left;
  width: 25rem;
  font-size: 2rem;
}
.management-layout__right__box__details__row__right {
  color: #1d2c3c;
  float: left;
  width: calc(100% - 25rem);
  font-size: 2rem;
}
.management-layout__right__box__details__row__right__add-icon mat-icon {
  height: 1.7rem;
  width: 1.7rem;
  color: rgba(29, 44, 60, 0.6);
  margin-top: 1.4rem;
}
.management-layout__right__box__details__row__right__add-more-button mat-icon {
  height: 1.4rem;
  width: 1.4rem;
  color: #39a0ed;
}
.management-layout__right__box__details__row__right__add-more-button a span {
  font-weight: 600 !important;
}
.management-layout__right__box__details__row__right__add-more-button .mat-icon.mat-icon-no-color {
  vertical-align: top;
  margin-right: 0.5rem;
}
.management-layout__right__box__details__row__right__add-more-button .mat-button {
  color: #39a0ed;
  font-size: 1.6rem;
}
.management-layout__right__box__details__row__right__add-more-button .mat-button:hover {
  color: #39a0ed !important;
}
.management-layout__right__box__details__row__right__form-control .mat-form-field-outline {
  background: #fff;
  border-radius: 0.5rem;
}
.management-layout__right__box__details__row__right__form-control .mat-form-field-infix {
  padding: 0.1rem 0 0.7rem 0;
  border-top: 0;
  width: 100%;
}
.management-layout__right__box__details__row__right__form-control .mat-form-field-subscript-wrapper {
  padding: 0 !important;
  margin-top: 4px !important;
}
.management-layout__right__box__details__row__right__form-control .mat-form-field-flex:hover .mat-form-field-outline-start,
.management-layout__right__box__details__row__right__form-control .mat-form-field-flex:hover .mat-form-field-outline-end {
  border-color: rgba(29, 44, 60, 0.12);
}
.profile-view-container .mat-tab-labels {
  -webkit-box-pack: center;
          justify-content: center;
}
.profile-view-container .mat-tab-labels .mat-tab-label {
  opacity: 1;
}
.profile-view-container .mat-tab-labels .mat-tab-label-active .mat-tab-label-content {
  color: #00d7bd;
}
.profile-view-container .mat-tab-labels .mat-tab-label-content {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #1d2c3c;
}
.document-menu .mat-menu-content:not(:empty) {
  padding: 0;
}
.document-menu .mat-menu-item {
  line-height: 3.5rem;
  height: 3.5rem;
}
.profile-view-container .mat-tab-body-content {
  overflow: hidden;
}
.emp-admin-profile-container {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .emp-admin-profile-container {
    padding: 0 1.5rem;
    margin-top: 2rem;
  }
}
.emp-admin-profile-container .profile-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.emp-admin-profile-container .profile-info__image {
  width: 23rem;
  min-width: 23rem;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__image {
    height: 10rem;
    width: 10rem;
    min-width: 10rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .emp-admin-profile-container .profile-info__image {
    width: 16rem;
    min-width: 16rem;
  }
}
.emp-admin-profile-container .profile-info__image .profile-image {
  height: 22.2rem;
  width: 22.2rem;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__image .profile-image {
    height: 10rem;
    width: 10rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .emp-admin-profile-container .profile-info__image .profile-image {
    height: 15rem;
    width: 15rem;
  }
}
.emp-admin-profile-container .profile-info__image .profile-image img,
.emp-admin-profile-container .profile-info__image .profile-image .mat-icon.user-placeholder-icon {
  height: 22.2rem;
  width: 22.2rem;
  border: solid 0.2rem rgba(18, 33, 63, 0.1);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__image .profile-image img,
.emp-admin-profile-container .profile-info__image .profile-image .mat-icon.user-placeholder-icon {
    height: 10rem;
    width: 10rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .emp-admin-profile-container .profile-info__image .profile-image img,
.emp-admin-profile-container .profile-info__image .profile-image .mat-icon.user-placeholder-icon {
    height: 15rem;
    width: 15rem;
  }
}
.emp-admin-profile-container .profile-info__image .profile-image:hover > .file-upload-layer {
  display: -webkit-box;
  display: flex;
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer {
  background: rgba(29, 44, 60, 0.4);
  height: 22.2rem;
  width: 22.2rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer {
    height: 10rem;
    width: 10rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer {
    height: 100%;
    width: 100%;
  }
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer a {
  display: inline-block;
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer a .mat-icon {
  height: 2rem;
  width: 2rem;
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer .upload-image-section {
  height: 100%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer .upload-image-section__add mat-icon {
  height: 4rem;
  width: 4rem;
  color: #ffffff !important;
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer .upload-image-section .mat-icon {
  height: 3rem;
  width: 3rem;
  color: #ffffff;
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer .delete-image-section {
  background: #1d2c3c;
  height: 6rem;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.emp-admin-profile-container .profile-info__image .profile-image .file-upload-layer .delete-image-section .mat-icon {
  text-align: center;
  color: #ffffff;
}
.emp-admin-profile-container .profile-info__image .profile-lable {
  text-align: center;
  margin-top: 1rem;
}
.emp-admin-profile-container .profile-info__content {
  margin-left: 5rem;
  width: calc(100vw - 23rem);
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content {
    margin-left: 2rem;
    width: calc(100vw - 12rem);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .emp-admin-profile-container .profile-info__content {
    width: calc(100vw - 17rem);
    margin-left: 2rem;
  }
}
.emp-admin-profile-container .profile-info__content .edit-profile-icon {
  text-align: right;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content .edit-profile-icon {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}
.emp-admin-profile-container .profile-info__content .edit-profile-icon a {
  display: inline-block;
}
.emp-admin-profile-container .profile-info__content .edit-profile-icon a mat-icon {
  color: rgba(29, 44, 60, 0.6);
}
.emp-admin-profile-container .profile-info__content .edit-profile-icon a:hover mat-icon {
  color: #00d7bd !important;
}
.emp-admin-profile-container .profile-info__content .edit-profile-icon a .mat-icon {
  height: 2.9rem;
  width: 2.9rem;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content .edit-profile-icon a .mat-icon {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.emp-admin-profile-container .profile-info__content--personal-info {
  border-bottom: 1px solid #e8eaec;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--personal-info {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .emp-admin-profile-container .profile-info__content--personal-info {
    padding-bottom: 3rem;
  }
}
.emp-admin-profile-container .profile-info__content--personal-info h2 {
  color: #1d2c3c;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 4rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--personal-info h2 {
    font-size: 2.5rem;
    margin-top: -1.8rem;
    padding-right: 5rem;
  }
}
.emp-admin-profile-container .profile-info__content--personal-info .user-email-mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 70rem;
  margin-top: 4rem;
}
.emp-admin-profile-container .profile-info__content--personal-info .user-email-mobile .personal-email {
  margin-top: 8px;
  opacity: 0.6;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--personal-info .user-email-mobile {
    margin-top: 1rem;
    display: block;
  }
}
.emp-admin-profile-container .profile-info__content--personal-info .user-email-mobile div {
  font-size: 2.2rem;
  line-height: 1.27;
  text-align: left;
  color: #1d2c3c;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--personal-info .user-email-mobile div {
    font-size: 1.6rem;
  }
}
.emp-admin-profile-container .profile-info__content--other-info {
  border-bottom: 1px solid #e8eaec;
  padding: 0 0 3rem 0;
}
.emp-admin-profile-container .profile-info__content--other-info .row .col-md-3 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--other-info .row .col-md-9.col-xs-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.emp-admin-profile-container .profile-info__content--other-info .row label,
.emp-admin-profile-container .profile-info__content--other-info .row span {
  padding: 1.5rem 0;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.25;
  color: #1d2c3c;
}
.emp-admin-profile-container .profile-info__content--other-info .row label {
  font-weight: 600;
  opacity: 0.6;
}
.emp-admin-profile-container .profile-info__content--other-info .row a {
  color: #00d7bd;
}
.emp-admin-profile-container .profile-info__content--other-info .row a:hover {
  color: #00d7bd;
}
.emp-admin-profile-container .profile-info__content--documents {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--documents {
    padding: 3rem 0;
  }
}
.emp-admin-profile-container .profile-info__content--documents .row .col-md-4:nth-child(2) {
  padding: 0;
}
.emp-admin-profile-container .profile-info__content--documents h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1d2c3c;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--documents h4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
.emp-admin-profile-container .profile-info__content--documents .card-section {
  min-height: 26rem;
  border: 1px solid rgba(29, 44, 60, 0.1);
  box-shadow: 0 1px 0.4rem rgba(29, 44, 60, 0.1);
  background-color: #ffffff;
  padding: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--documents .card-section {
    margin-top: 2rem;
  }
}
.emp-admin-profile-container .profile-info__content--documents .card-section:hover .card-section__content__upload {
  color: #00d7bd;
}
.emp-admin-profile-container .profile-info__content--documents .card-section--details-added {
  min-height: 32rem !important;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__header h5 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #1d2c3c;
  width: calc(100% - 2rem);
}
.emp-admin-profile-container .profile-info__content--documents .card-section__header .mat-icon {
  height: 2rem;
  width: 2rem;
  color: #1d2c3c;
  cursor: pointer;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__header .mat-icon:hover {
  color: #00d7bd;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__upload {
  font-size: 1.6rem;
  color: rgba(29, 44, 60, 0.6);
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__upload:hover {
  text-decoration: underline;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__document {
  margin-bottom: 3rem;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__document::after, .emp-admin-profile-container .profile-info__content--documents .card-section__content__document::before {
  content: "";
  display: table;
  clear: both;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__document__view {
  background: #f8f9fc;
  float: left;
  width: calc(50% - 1rem);
  padding: 3rem 1rem;
  text-align: center;
  margin-right: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--documents .card-section__content__document__view {
    padding: 4rem 1rem;
  }
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__document__view__name {
  background: #f8f9fc;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.4rem;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__document__view:last-child {
  margin-right: 0;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content__document__view .mat-icon {
  width: 6rem;
  height: 5rem;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content .document-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 0.5rem;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content .document-details div::after, .emp-admin-profile-container .profile-info__content--documents .card-section__content .document-details div::before {
  content: "";
  display: table;
  clear: both;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content .document-details div label {
  color: rgba(29, 44, 60, 0.6);
  float: left;
  width: 10rem;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.5rem 0;
}
.emp-admin-profile-container .profile-info__content--documents .card-section__content .document-details div span {
  color: #1d2c3c;
  float: left;
  width: calc(100% - 10rem);
  font-size: 1.6rem;
  padding: 0.5rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emp-admin-profile-container .profile-info__content--privacy {
  padding: 3rem 0 10rem 0;
}
.emp-admin-profile-container .profile-info__content--privacy h4 {
  color: #1d2c3c;
  font-size: 2.4rem;
}
.emp-admin-profile-container .profile-info__content--privacy .change-password-link {
  color: #39a0ed;
  font-weight: normal;
  float: right;
  font-size: 1.8rem;
  line-height: 1.28;
}
@media (max-width: 767px) {
  .emp-admin-profile-container .profile-info__content--privacy .change-password-link {
    margin-left: 0;
  }
}
.emp-admin-profile-container .profile-info__content--privacy .change-password-link:hover {
  color: #39a0ed;
}
.emp-admin-profile-container .profile-info__content--privacy p {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.25;
  color: #1d2c3c;
}
@media (max-width: 767px) {
  .profile-other-info .profile-info__image {
    display: none;
  }
}
@media (max-width: 767px) {
  .profile-other-info .profile-info__content {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .profile-other-info .profile-info__content--other-info {
    border-bottom: 1px solid #e8eaec;
    padding: 2rem 2rem 2rem 0;
    border-top: 1px solid #e8eaec;
    margin-top: 2.5rem;
  }
}
.traveller-information__body .mat-form-field-prefix {
  position: absolute;
  right: 0;
  top: 2.6rem !important;
}
.traveller-information__body .mat-form-field-appearance-outline .mat-form-field-infix {
  padding-right: 1.5em;
}
.box {
  border: 1px solid rgba(29, 44, 60, 0.2);
  border-radius: 5px;
}
.box__header {
  padding: 1.8rem 2rem 2.2rem 2rem;
  border-bottom: 1px solid rgba(29, 44, 60, 0.2);
}
@media (max-width: 767px) {
  .box__header {
    padding: 1rem 1rem 1.5rem 1rem;
  }
}
.box__header__left {
  white-space: nowrap;
}
.box__header__left mat-icon {
  height: 2.2rem;
  width: 2.2rem;
  margin-right: 2rem;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .box__header__left mat-icon {
    margin-right: 1rem;
  }
}
.box__header__left span,
.box__header__left b {
  color: #42526e;
  font-size: 2rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .box__header__left span,
.box__header__left b {
    font-size: 1.7rem;
  }
}
.box__header__left small {
  color: #42526e;
  white-space: nowrap;
  margin: 0 1.5rem;
  vertical-align: text-top;
}
.box__header__right__paid span.red-color {
  color: #ff5555;
  background: rgba(255, 85, 85, 0.1);
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  min-width: 8rem !important;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 6rem;
  vertical-align: top;
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  .box__header__right__paid span.red-color {
    height: 2.6rem;
    line-height: 2.6rem;
  }
}
.box__header__right__paid span.green-color {
  color: #00d7bd;
  background: rgba(0, 215, 189, 0.08);
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  min-width: 8rem !important;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 6rem;
  vertical-align: top;
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  .box__header__right__paid span.green-color {
    height: 2.6rem;
    line-height: 2.6rem;
  }
}
.box__header__right__paid span {
  color: rgba(29, 44, 60, 0.8);
  font-size: 1.8rem;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .box__header__right__paid span {
    font-size: 1.4rem;
  }
}
.box__header__right__paid small {
  color: #00d7bd;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .box__header__right__paid small {
    font-size: 2rem;
  }
}
.box__header__right__action a {
  margin-left: 2rem;
}
.box__header__right__action a mat-icon {
  height: 2rem;
  width: 2rem;
  color: #1d2c3c;
  position: relative;
  top: 0.5rem;
}
.box__header__right__action a:hover mat-icon {
  color: #00d7bd;
}
.date-details {
  margin: 1.5rem 0 1.5rem 0;
}
.date-details h4 {
  display: inline-block;
  margin-left: 1.3rem;
  font-size: 2rem;
}
.date-details mat-icon {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  top: 1px;
}
.date-details__type {
  background: rgba(57, 160, 237, 0.1);
  color: #39a0ed;
  display: inline-block;
  text-align: center;
  min-width: 11rem;
  border-radius: 4rem;
  margin-left: 2rem;
  height: 3.4rem;
  line-height: 3.4rem;
  font-size: 1.8rem;
}
.date-details__tag {
  background: rgba(128, 128, 128, 0.1);
  /* Faded grey background */
  color: #000;
  /* Change text color to black or any desired color */
  display: inline-block;
  text-align: center;
  border-radius: 4rem;
  height: auto;
  /* Allow height to adjust based on content */
  line-height: 1.4rem;
  /* Adjust line height for better readability */
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
  /* Italic text */
  padding: 10px;
  white-space: normal;
  /* Allow text to wrap */
  word-wrap: break-word;
  /* Break long words if necessary */
}
.error-container {
  position: absolute;
  left: 55%;
  padding-right: 30rem;
  padding-top: 13.5rem;
}
@media (max-width: 767px) {
  .error-container {
    position: relative;
    padding-top: 8rem;
    width: 85%;
    left: 7%;
    padding-right: 8%;
  }
}
.error-container h1 {
  color: #1d2c3c;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  font-size: 8rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .error-container h1 {
    font-size: 6rem;
    margin-bottom: 2.2rem;
  }
}
.error-container h4 {
  color: #1d2c3c;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  font-size: 3.2rem;
  margin-bottom: 2.2rem;
  line-height: 0.75;
}
@media (max-width: 767px) {
  .error-container h4 {
    margin-bottom: 3rem;
    font-size: 2.7rem;
  }
}
.error-container p {
  color: #1d2c3c;
  letter-spacing: normal;
  font-weight: normal;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .error-container p {
    font-size: 1.6rem;
  }
}
.error-container p:last-child {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .error-container p:last-child {
    margin-bottom: 3rem;
  }
}
.error-container button.ML-2 {
  color: #1d2c3c;
}
@media (max-width: 767px) {
  .error-container button.ML-2 {
    margin: 1rem !important;
  }
}
.error-container button.btn-rounded {
  font-weight: 600;
}
@media (max-width: 767px) {
  .error-container button.btn-rounded {
    width: 13rem !important;
    min-width: 0rem;
    padding: 0;
    font-size: 1.6rem;
  }
}
.filter {
  color: #1d2c3c;
  border-right: 1px solid #e4e6e8;
  padding-right: 5rem;
  font-weight: 500;
  width: 95%;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  max-height: calc(100vh - 7rem);
  overflow: auto;
}
@media (max-width: 767px) {
  .filter {
    border-right: none;
    padding-right: 0;
    width: 100%;
    padding: 1.5rem;
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .filter {
    padding-right: 2rem;
  }
}
.filter__close-position {
  display: none;
}
@media (max-width: 767px) {
  .filter__close-position {
    color: #0071b9;
    display: inline-block;
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    font-size: 1.6rem;
  }
}
.filter__head {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .filter__head {
    padding-top: 2rem;
  }
}
.filter__head h4 {
  color: #12213f;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .filter__head h4 {
    margin-bottom: 3rem;
  }
}
.filter__head a {
  color: rgba(18, 33, 63, 0.8);
  font-size: 2rem;
  font-weight: 600;
}
.filter__head a:hover {
  color: #00d7bd;
}
.filter__body {
  font-size: 1.8rem;
}
.filter__body__section {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .filter__body__section {
    margin-bottom: 2rem;
  }
}
.filter__body__section__see-more {
  color: #39a0ed;
}
.filter__body__section__see-more mat-icon {
  height: 1.2rem;
  width: 1.2rem;
  color: #39a0ed;
  margin-right: 0.5rem;
}
.filter__body__section__hotel-name input {
  display: inline-block;
}
.filter__body__section .filter-star {
  margin-left: -50px;
}
.filter__body__section .filter-star mat-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.filter__body__section .text-right {
  color: rgba(29, 44, 60, 0.8);
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.filter__body__section mat-slide-toggle {
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: text-top;
}
.filter__body__section mat-checkbox {
  display: block;
  margin-bottom: 0.8rem;
}
.filter__body__section mat-slider {
  display: block;
}
.filter__body__section h5 {
  color: #12213f;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.panel {
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .panel {
    padding: 0 1.5rem !important;
    position: relative;
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .panel {
    padding: 0 2rem !important;
  }
}
.panel .col-md-3.PL-0 {
  display: -webkit-box;
  display: flex;
}
.panel__filter-option {
  display: none;
}
@media (max-width: 767px) {
  .panel__filter-option {
    display: block;
  }
  .panel__filter-option a {
    color: #00d7bd !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 2rem;
    z-index: 9999;
  }
  .panel__filter-option a mat-icon {
    height: 1.6rem;
    width: 1.6rem;
    vertical-align: top;
    margin-right: 1.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .panel__filter-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1rem;
    background: #fff;
    z-index: 9999;
    overflow: auto;
  }
}
.hotel-container h3 {
  font-weight: bold;
  font-size: 3.2rem;
}
.hotel-container h4 {
  font-weight: bold;
  font-size: 2.2rem;
}
.hotel-container h5 {
  font-weight: bold;
  font-size: 2rem;
}
.hotel-container ul {
  margin-top: 2rem;
}
.hotel-container ul::after, .hotel-container ul::before {
  content: "";
  display: table;
  clear: both;
}
.hotel-container ul li {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(29, 44, 60, 0.8);
  list-style: none;
  float: left;
  width: 33.33%;
  margin-bottom: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
}
.hotel-container ul li mat-icon {
  width: 1.2rem;
  height: 1rem;
  margin-right: 0.7rem;
}
.hotel-container a {
  color: #39a0ed;
  font-weight: normal;
  display: block;
  font-size: 1.8rem;
  margin: 1rem;
}
.hotel-container a mat-icon {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
}
.report-container {
  padding-bottom: 4rem;
  margin-top: 3.5rem;
}
.report-container h4 {
  font-weight: bold;
  font-size: 2.6rem;
}
.report-container a {
  color: #39a0ed;
  font-size: 1.6rem;
  font-weight: 600;
}
.report-container a mat-icon {
  width: 1.6rem;
  height: 1.4rem;
  margin-left: 1rem;
}
.report-container .pagination-pdf {
  margin-top: 4rem;
}
.report-container .pagination-pdf .pdf-download {
  margin-top: 1rem;
}
.report-container .pagination-pdf .pdf-download a {
  color: #00d7bd;
  font-weight: normal;
  font-size: 1.8rem;
  margin-right: 4rem;
}
.report-container .pagination-pdf .pdf-download a:hover {
  color: #39a0ed !important;
}
.report-container .pagination-pdf .pdf-download a mat-icon {
  height: 1.4rem;
  width: 1.4rem;
  margin-right: 1rem;
}
.report-container .table {
  width: 100%;
  margin-top: 3rem;
}
.filter-container .report-form-field {
  margin-top: 4rem;
}
.filter-container .report-form-field::after, .filter-container .report-form-field::before {
  content: "";
  display: table;
  clear: both;
}
.filter-container .report-form-field__control {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.filter-container .report-form-field__control .form-control {
  height: 8rem !important;
}
.filter-container .report-form-field__control a {
  display: inline-block;
}
.filter-container .report-form-field__control a mat-icon[svgIcon=cross] {
  height: 1.2rem;
  width: 1.2rem;
}
.filter-container .report-form-field__control .mat-datepicker-toggle-default-icon {
  position: relative;
  top: 0.4rem;
  right: 1rem;
  height: 2rem !important;
  width: 2rem !important;
}
.filter-container a {
  color: #39a0ed;
  text-decoration: underline;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.employee-trip-srollbar {
  overflow-x: auto;
}
.employee-trip-srollbar table {
  width: 2300px !important;
}
.flight-charge-master-srollbar {
  overflow-x: auto;
}
.flight-charge-master-srollbar table {
  width: 5500px !important;
}
.flight-master-srollbar {
  overflow-x: auto;
}
.flight-master-srollbar table {
  width: 4500px !important;
}
.trip-amount {
  width: 5% !important;
  padding-right: 0 !important;
}
.amount {
  width: 15% !important;
}
.merge-table .table thead tr th,
.merge-table .table thead tr td,
.merge-table .table tbody tr th,
.merge-table .table tbody tr td {
  border: 1px solid #dddddd;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}
@-moz-document url-prefix() {
  .password-show-hide-icon {
    top: 0.5em !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .password-show-hide-icon {
    top: -0.3rem !important;
  }

  .mat-form-field-appearance-outline .mat-form-field-label {
    top: 3.5rem !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .app-section__right .form-control .mat-form-field-suffix {
    top: -2rem;
    position: relative;
    height: 0;
  }
  .app-section__right .form-control .mat-form-field-prefix {
    top: -1px;
  }

  .dropdown-actions__row__details h3,
.dropdown-actions__row__details a {
    line-height: 22px !important;
    margin-bottom: 0 !important;
    height: 22px !important;
  }

  .dropdown-actions ul li:last-child {
    height: 6.5rem !important;
    line-height: 6.5rem !important;
  }
  .dropdown-actions ul li:last-child a {
    height: 6.5rem !important;
    line-height: 6.5rem !important;
    padding: 0 2rem !important;
  }
  .dropdown-actions ul li:last-child a mat-icon {
    top: 0 !important;
  }

  .management-layout__left__list ul li a mat-icon {
    top: 3.2rem !important;
  }

  .search-box__relative .mat-form-field-appearance-outline .mat-form-field-prefix {
    top: 0 !important;
  }

  .dialog-section .mat-form-field-appearance-outline .mat-form-field-prefix,
.dialog-section .mat-form-field-appearance-outline .mat-form-field-suffix {
    top: -20px !important;
    height: 0 !important;
  }

  .sign-up-container .mat-form-field-appearance-outline .mat-form-field-suffix {
    top: -18px !important;
    height: 20px !important;
  }

  .user-placeholder {
    top: 11px !important;
    position: relative !important;
  }
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34375em) scale(0.75);
          transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34374em) scale(0.75);
          transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28122em) scale(0.75);
            transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28121em) scale(0.75);
            transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.2812em) scale(0.75);
            transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59375em) scale(0.75);
          transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59374em) scale(0.75);
          transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59375em) scale(0.75);
          transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59374em) scale(0.75);
          transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (-ms-high-contrast: active) {
  .mat-ripple-element {
    display: none;
  }
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation-name: cdk-text-field-autofill-start;
          animation-name: cdk-text-field-autofill-start;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation-name: cdk-text-field-autofill-end;
          animation-name: cdk-text-field-autofill-end;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #00d7bd;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #00d7bd;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff6e6e;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #00d7bd;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #00d7bd;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff6e6e;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: white;
  background: #00d7bd;
}
@media (-ms-high-contrast: active) {
  .mat-badge-content {
    outline: solid 1px;
    border-radius: 0;
  }
}
.mat-badge-accent .mat-badge-content {
  background: #00d7bd;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff6e6e;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  -webkit-transition: none;
  transition: none;
}
.mat-badge-content.mat-badge-active {
  -webkit-transform: none;
          transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #00d7bd;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #00d7bd;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #ff6e6e;
}
.mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #00d7bd;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #00d7bd;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #ff6e6e;
}
.mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay, .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #00d7bd;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #00d7bd;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #ff6e6e;
}
.mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  opacity: 0.1;
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab[disabled]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
@media (-ms-high-contrast: black-on-white) {
  .mat-checkbox-checkmark-path {
    stroke: #000 !important;
  }
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #00d7bd;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #00d7bd;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ff6e6e;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
@media (-ms-high-contrast: active) {
  .mat-checkbox-disabled {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: active) {
  .mat-checkbox-background {
    background: none;
  }
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #00d7bd;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #00d7bd;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #ff6e6e;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #00d7bd;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #ff6e6e;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #00d7bd;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  opacity: 0.4;
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-selected {
  background-color: #00d7bd;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 215, 189, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #00d7bd;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 215, 189, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff6e6e;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 110, 110, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #00d7bd;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #00d7bd;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #ff6e6e;
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #00d7bd;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #00d7bd;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff6e6e;
}
.mat-focused .mat-form-field-required-marker {
  color: #00d7bd;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #00d7bd;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #00d7bd;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff6e6e;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #00d7bd;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #00d7bd;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ff6e6e;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ff6e6e;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #ff6e6e;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #ff6e6e;
}
.mat-error {
  color: #ff6e6e;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #00d7bd;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #00d7bd;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #ff6e6e;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff6e6e;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #00d7bd;
}
.mat-icon.mat-accent {
  color: #00d7bd;
}
.mat-icon.mat-warn {
  color: #ff6e6e;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #00d7bd;
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-accent .mat-input-element {
  caret-color: #00d7bd;
}
.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #ff6e6e;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #ff6e6e;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar-fill::after {
  background-color: #00d7bd;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #00d7bd;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #ff6e6e;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #00d7bd;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #00d7bd;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #ff6e6e;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00d7bd;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #00d7bd;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00d7bd;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #00d7bd;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff6e6e;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #ff6e6e;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #00d7bd;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #00d7bd;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #ff6e6e;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #ff6e6e;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #00d7bd;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 215, 189, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #00d7bd;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #00d7bd;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 215, 189, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #00d7bd;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff6e6e;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 110, 110, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ff6e6e;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #00d7bd;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #00d7bd;
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #ff6e6e;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider-focus-ring {
  background-color: rgba(0, 215, 189, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #00d7bd;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff6e6e;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff6e6e;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #00d7bd;
}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #00d7bd;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #ff6e6e;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #00d7bd;
}
.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #00d7bd;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #ff6e6e;
}
.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #00d7bd;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #00d7bd;
}
.mat-toolbar.mat-warn {
  background: #ff6e6e;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #00d7bd;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Muli, sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Muli, sans-serif;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Muli, sans-serif;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Muli, sans-serif;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Muli, sans-serif;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Muli, sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Muli, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Muli, sans-serif;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Muli, sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Muli, sans-serif;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Muli, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Muli, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Muli, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Muli, sans-serif;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Muli, sans-serif;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Muli, sans-serif;
}
.mat-card {
  font-family: Muli, sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Muli, sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Muli, sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Muli, sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Muli, sans-serif;
}
.mat-expansion-panel-header {
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Muli, sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Muli, sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34373em) scale(0.75);
          transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34372em) scale(0.75);
          transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  -ms-transform: translateY(-1.28119em) scale(0.75);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  -ms-transform: translateY(-1.28118em) scale(0.75);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  -ms-transform: translateY(-1.28117em) scale(0.75);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28116em) scale(0.75);
            transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28115em) scale(0.75);
            transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28114em) scale(0.75);
            transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59373em) scale(0.75);
          transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59372em) scale(0.75);
          transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59373em) scale(0.75);
          transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59372em) scale(0.75);
          transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Muli, sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Muli, sans-serif;
}
.mat-select {
  font-family: Muli, sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Muli, sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Muli, sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Muli, sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Muli, sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: Muli, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Muli, sans-serif;
}
.mat-list-option {
  font-family: Muli, sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Muli, sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Muli, sans-serif;
}
.mat-simple-snackbar {
  font-family: Muli, sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Muli, sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-form-field {
  width: 100%;
  font-size: 1.6rem;
}
.mat-form-field-type-mat-select .mat-form-field-infix {
  background-color: white !important;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  background-color: unset !important;
}
/*LOGIN FLOW & FORGOT PASSWORD FLOW SCSS*/
@media (max-width: 767px) {
  .app-section .mat-horizontal-content-container {
    padding: 5rem 0 0 0;
    overflow: auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .app-section .mat-horizontal-content-container {
    padding: 0;
  }
}
.app-section .mat-checkbox-background,
.app-section .mat-checkbox-frame,
.app-section .mat-checkbox-inner-container {
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .app-section .mat-checkbox-background,
.app-section .mat-checkbox-frame,
.app-section .mat-checkbox-inner-container {
    margin-top: 0.15rem;
  }
}
.app-section .mat-checkbox-label {
  font-size: 1.8rem;
  position: relative;
  top: 0.1rem;
}
@media (max-width: 767px) {
  .app-section .mat-checkbox-label {
    top: -0.3rem !important;
  }
}
.app-section .mat-checkbox-inner-container {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .app-section .mat-checkbox-inner-container {
    margin-right: 1rem;
  }
}
.app-section .mat-checkbox-background svg {
  height: 2rem;
  width: 2rem;
  margin: 0 auto;
  top: 0.3rem;
}
/*SIGN UP FLOW SCSS*/
@media (max-width: 767px) {
  .sign-up-container__row__left .mat-horizontal-content-container {
    padding: 0;
  }
}
/*USER AUTH FLOW*/
.app-section .mat-horizontal-stepper-header-container,
.sign-up-container .mat-horizontal-stepper-header-container {
  display: none !important;
}
/*IN WHOLE APPLICATION*/
* {
  /*.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: $primary-hover-color;
  }*/
}
* .mat-menu-panel {
  min-height: auto !important;
}
* .mat-dialog-container {
  padding: 0 !important;
  height: auto !important;
}
* .mat-checkbox-frame {
  border-width: 1px !important;
  border-color: rgba(18, 33, 63, 0.3);
}
* .mat-button.cdk-keyboard-focused .mat-button-focus-overlay,
* .mat-button.cdk-program-focused .mat-button-focus-overlay,
* .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,
* .mat-flat-button.cdk-program-focused .mat-button-focus-overlay,
* .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,
* .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0 !important;
}
* .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 3px 0 0 3px !important;
}
* .mat-form-field-appearance-outline .mat-form-field-outline-end {
  background-color: white !important;
  border-radius: 0 3px 3px 0 !important;
}
* .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
* .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
* .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 1px !important;
}
* .mat-select-panel {
  max-width: 80vw !important;
}
* .mat-option {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
* .mat-option.mat-selected {
  background: rgba(0, 215, 189, 0.14) !important;
  color: #00d7bd !important;
}
* .mat-option-text {
  color: rgba(29, 44, 60, 0.8) !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  display: -webkit-box !important;
  display: flex !important;
  padding: 1.5rem 0;
  gap: 8px;
  white-space: normal;
  line-height: 2.75rem;
}
* .mat-option-disabled {
  background-color: #f8f9fc;
}
* .mat-option:hover:not(.mat-option-disabled),
* .mat-option:focus:not(.mat-option-disabled) {
  background: #f8f9fc;
}
* .mat-slide-toggle-thumb-container {
  cursor: pointer !important;
}
* .mat-option.mat-selected .mat-option-text {
  color: #00d7bd !important;
}
* .mat-checkbox-inner-container {
  height: 20px !important;
  width: 20px !important;
}
* .search-plane-icon mat-icon {
  height: 1.6rem;
  width: 1.6rem;
  color: rgba(29, 44, 60, 0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
* .search-plane-icon .location-rotate {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
* .search-hotel-icon mat-icon {
  height: 2rem;
  width: 2rem;
  color: rgba(29, 44, 60, 0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
* .search-hotel-icon .location-rotate {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
* .search-bus-icon mat-icon,
* .search-cab-icon mat-icon {
  height: 2.1rem;
  width: 2.1rem;
  margin-right: 0 !important;
  color: rgba(29, 44, 60, 0.5);
}
* .location-name {
  color: #1d2c3c;
  font-weight: 600;
}
* .hotel-option {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
* .hotel-option .option-details {
  line-height: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100% !important;
}
* .hotel-option .option-details .location-info {
  overflow: hidden;
  width: 90%;
}
* .hotel-option .option-details .location-info .location-name {
  white-space: wrap;
  color: #1d2c3c;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3px;
}
* .hotel-option .option-details .location-info .location-name .contracted-tag {
  color: #fff;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
  display: inline-block;
}
* .hotel-option .option-details .location-info .sub-location-name {
  color: rgba(29, 44, 60, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal !important;
  font-size: 1.6rem;
}
* .hotel-option .option-details .location-type {
  font-size: 1.4rem;
  line-height: normal !important;
  color: rgba(29, 44, 60, 0.8);
}
* .hotel-option .option-details strong {
  color: black !important;
}
* .white-snackbar {
  background: #1d2c3c;
  color: #ffffff;
  font-weight: 600;
}
/*HOTEL SEARCH AND FLIGHT SEARCH SCSS*/
.search-box__dropdown .mat-focused .mat-form-field-infix {
  background: #f8f9fc !important;
}
.search-box__dropdown .mat-form-field-appearance-legacy .mat-form-field-underline {
  height: 0 !important;
}
.search-box__dropdown .mat-form-field-infix {
  background: transparent;
  border-top: 0;
  height: 4.6rem;
}
.search-box__dropdown .mat-form-field-infix:hover {
  background: #f8f9fc;
}
.search-box__dropdown .mat-form-field-infix mat-label,
.search-box__dropdown .mat-form-field-infix .mat-select-value-text span {
  font-size: 1.8rem;
  line-height: 3rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .search-box__dropdown .mat-form-field-infix mat-label,
.search-box__dropdown .mat-form-field-infix .mat-select-value-text span {
    padding-left: 0 !important;
  }
}
.search-box__dropdown .mat-select-arrow,
.search-box__dropdown .mat-form-field-underline {
  opacity: 0;
}
.employee-list-header__pagination__dropdown button {
  color: rgba(29, 44, 60, 0.8);
  position: relative;
  display: block;
  padding-left: 5rem;
  font-size: 1.8rem;
  height: 5rem;
  line-height: 5rem;
}
.employee-list-header__pagination__dropdown button:hover {
  color: #00d7bd !important;
  background: rgba(0, 215, 189, 0.18) !important;
}
.employee-list-header__pagination__dropdown button:hover mat-icon {
  color: #00d7bd !important;
}
.employee-list-header__pagination__dropdown button.disable {
  color: rgba(29, 44, 60, 0.5);
}
.employee-list-header__pagination__dropdown button.disable:hover {
  background: transparent !important;
  color: rgba(29, 44, 60, 0.5) !important;
}
.employee-list-header__pagination__dropdown button.disable:hover mat-icon {
  color: rgba(29, 44, 60, 0.5) !important;
}
.employee-list-header__pagination__dropdown button mat-checkbox.mat-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  height: 100%;
  opacity: 0;
}
.employee-list-header__pagination__dropdown button .mat-checkbox-layout {
  height: 100%;
  width: 100%;
}
.employee-list-header__pagination__dropdown button mat-icon {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: 1.5rem;
  top: 1.7rem;
}
.create-grade-dialog-container,
.create-department-dialog-container,
.create-roles-dialog-container,
.create-trip-policy-dialog-container,
.additional-expenses-dialog-container,
.external-traveller-dialog-container,
.flight-details-container,
.hotel-details-container,
.hotel-gallery-container {
  max-width: 100vw !important;
  min-width: 100vw;
  min-height: 100vh;
}
.create-grade-dialog-container app-flight-list,
.create-grade-dialog-container app-grade-details,
.create-grade-dialog-container app-department-details,
.create-grade-dialog-container app-roles-and-privilege-details,
.create-grade-dialog-container app-trip-policy-detail-dialog,
.create-grade-dialog-container app-trip-details-additional-expenses-dialog,
.create-grade-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-grade-dialog-container app-hotel-gallery-dialog,
.create-department-dialog-container app-flight-list,
.create-department-dialog-container app-grade-details,
.create-department-dialog-container app-department-details,
.create-department-dialog-container app-roles-and-privilege-details,
.create-department-dialog-container app-trip-policy-detail-dialog,
.create-department-dialog-container app-trip-details-additional-expenses-dialog,
.create-department-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-department-dialog-container app-hotel-gallery-dialog,
.create-roles-dialog-container app-flight-list,
.create-roles-dialog-container app-grade-details,
.create-roles-dialog-container app-department-details,
.create-roles-dialog-container app-roles-and-privilege-details,
.create-roles-dialog-container app-trip-policy-detail-dialog,
.create-roles-dialog-container app-trip-details-additional-expenses-dialog,
.create-roles-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-roles-dialog-container app-hotel-gallery-dialog,
.create-trip-policy-dialog-container app-flight-list,
.create-trip-policy-dialog-container app-grade-details,
.create-trip-policy-dialog-container app-department-details,
.create-trip-policy-dialog-container app-roles-and-privilege-details,
.create-trip-policy-dialog-container app-trip-policy-detail-dialog,
.create-trip-policy-dialog-container app-trip-details-additional-expenses-dialog,
.create-trip-policy-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-trip-policy-dialog-container app-hotel-gallery-dialog,
.additional-expenses-dialog-container app-flight-list,
.additional-expenses-dialog-container app-grade-details,
.additional-expenses-dialog-container app-department-details,
.additional-expenses-dialog-container app-roles-and-privilege-details,
.additional-expenses-dialog-container app-trip-policy-detail-dialog,
.additional-expenses-dialog-container app-trip-details-additional-expenses-dialog,
.additional-expenses-dialog-container app-trip-details-manage-external-travelers-dialog,
.additional-expenses-dialog-container app-hotel-gallery-dialog,
.external-traveller-dialog-container app-flight-list,
.external-traveller-dialog-container app-grade-details,
.external-traveller-dialog-container app-department-details,
.external-traveller-dialog-container app-roles-and-privilege-details,
.external-traveller-dialog-container app-trip-policy-detail-dialog,
.external-traveller-dialog-container app-trip-details-additional-expenses-dialog,
.external-traveller-dialog-container app-trip-details-manage-external-travelers-dialog,
.external-traveller-dialog-container app-hotel-gallery-dialog,
.flight-details-container app-flight-list,
.flight-details-container app-grade-details,
.flight-details-container app-department-details,
.flight-details-container app-roles-and-privilege-details,
.flight-details-container app-trip-policy-detail-dialog,
.flight-details-container app-trip-details-additional-expenses-dialog,
.flight-details-container app-trip-details-manage-external-travelers-dialog,
.flight-details-container app-hotel-gallery-dialog,
.hotel-details-container app-flight-list,
.hotel-details-container app-grade-details,
.hotel-details-container app-department-details,
.hotel-details-container app-roles-and-privilege-details,
.hotel-details-container app-trip-policy-detail-dialog,
.hotel-details-container app-trip-details-additional-expenses-dialog,
.hotel-details-container app-trip-details-manage-external-travelers-dialog,
.hotel-details-container app-hotel-gallery-dialog,
.hotel-gallery-container app-flight-list,
.hotel-gallery-container app-grade-details,
.hotel-gallery-container app-department-details,
.hotel-gallery-container app-roles-and-privilege-details,
.hotel-gallery-container app-trip-policy-detail-dialog,
.hotel-gallery-container app-trip-details-additional-expenses-dialog,
.hotel-gallery-container app-trip-details-manage-external-travelers-dialog,
.hotel-gallery-container app-hotel-gallery-dialog {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .create-grade-dialog-container app-flight-list,
.create-grade-dialog-container app-grade-details,
.create-grade-dialog-container app-department-details,
.create-grade-dialog-container app-roles-and-privilege-details,
.create-grade-dialog-container app-trip-policy-detail-dialog,
.create-grade-dialog-container app-trip-details-additional-expenses-dialog,
.create-grade-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-grade-dialog-container app-hotel-gallery-dialog,
.create-department-dialog-container app-flight-list,
.create-department-dialog-container app-grade-details,
.create-department-dialog-container app-department-details,
.create-department-dialog-container app-roles-and-privilege-details,
.create-department-dialog-container app-trip-policy-detail-dialog,
.create-department-dialog-container app-trip-details-additional-expenses-dialog,
.create-department-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-department-dialog-container app-hotel-gallery-dialog,
.create-roles-dialog-container app-flight-list,
.create-roles-dialog-container app-grade-details,
.create-roles-dialog-container app-department-details,
.create-roles-dialog-container app-roles-and-privilege-details,
.create-roles-dialog-container app-trip-policy-detail-dialog,
.create-roles-dialog-container app-trip-details-additional-expenses-dialog,
.create-roles-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-roles-dialog-container app-hotel-gallery-dialog,
.create-trip-policy-dialog-container app-flight-list,
.create-trip-policy-dialog-container app-grade-details,
.create-trip-policy-dialog-container app-department-details,
.create-trip-policy-dialog-container app-roles-and-privilege-details,
.create-trip-policy-dialog-container app-trip-policy-detail-dialog,
.create-trip-policy-dialog-container app-trip-details-additional-expenses-dialog,
.create-trip-policy-dialog-container app-trip-details-manage-external-travelers-dialog,
.create-trip-policy-dialog-container app-hotel-gallery-dialog,
.additional-expenses-dialog-container app-flight-list,
.additional-expenses-dialog-container app-grade-details,
.additional-expenses-dialog-container app-department-details,
.additional-expenses-dialog-container app-roles-and-privilege-details,
.additional-expenses-dialog-container app-trip-policy-detail-dialog,
.additional-expenses-dialog-container app-trip-details-additional-expenses-dialog,
.additional-expenses-dialog-container app-trip-details-manage-external-travelers-dialog,
.additional-expenses-dialog-container app-hotel-gallery-dialog,
.external-traveller-dialog-container app-flight-list,
.external-traveller-dialog-container app-grade-details,
.external-traveller-dialog-container app-department-details,
.external-traveller-dialog-container app-roles-and-privilege-details,
.external-traveller-dialog-container app-trip-policy-detail-dialog,
.external-traveller-dialog-container app-trip-details-additional-expenses-dialog,
.external-traveller-dialog-container app-trip-details-manage-external-travelers-dialog,
.external-traveller-dialog-container app-hotel-gallery-dialog,
.flight-details-container app-flight-list,
.flight-details-container app-grade-details,
.flight-details-container app-department-details,
.flight-details-container app-roles-and-privilege-details,
.flight-details-container app-trip-policy-detail-dialog,
.flight-details-container app-trip-details-additional-expenses-dialog,
.flight-details-container app-trip-details-manage-external-travelers-dialog,
.flight-details-container app-hotel-gallery-dialog,
.hotel-details-container app-flight-list,
.hotel-details-container app-grade-details,
.hotel-details-container app-department-details,
.hotel-details-container app-roles-and-privilege-details,
.hotel-details-container app-trip-policy-detail-dialog,
.hotel-details-container app-trip-details-additional-expenses-dialog,
.hotel-details-container app-trip-details-manage-external-travelers-dialog,
.hotel-details-container app-hotel-gallery-dialog,
.hotel-gallery-container app-flight-list,
.hotel-gallery-container app-grade-details,
.hotel-gallery-container app-department-details,
.hotel-gallery-container app-roles-and-privilege-details,
.hotel-gallery-container app-trip-policy-detail-dialog,
.hotel-gallery-container app-trip-details-additional-expenses-dialog,
.hotel-gallery-container app-trip-details-manage-external-travelers-dialog,
.hotel-gallery-container app-hotel-gallery-dialog {
    height: auto;
  }
}
.mat-error + .mat-error {
  display: none;
}
.edit-profile-details-dialog-container {
  max-width: 100vw !important;
  min-width: 100vw;
  min-height: 100vh;
}
.edit-profile-details-dialog-container app-employee-organization-profile-details-edit {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .edit-profile-details-dialog-container app-employee-organization-profile-details-edit {
    height: auto;
  }
}
.confirm-message-container .mat-checkbox-label {
  font-size: 1.8rem;
  margin-left: 1rem;
  margin-top: 0.2rem;
  display: inline-block;
}
.confirm-message-container .yes-btn span {
  color: #00d7bd;
}
.confirm-message-container .yes-btn .mat-button-focus-overlay {
  background: #00d7bd !important;
}
.confirm-message-container .no-btn span {
  color: #ff5555;
}
.confirm-message-container .no-btn .mat-button-focus-overlay {
  background: #ff5555 !important;
}
.confirm-message-container .grey-btn span {
  color: #00d7bd;
}
.confirm-message-container .grey-btn .mat-button-focus-overlay {
  background: #00d7bd !important;
}
.confirm-message-container button span {
  font-size: 1.8rem;
  font-weight: 600;
}
.confirm-message-container {
  background: #1d2c3c;
  padding: 3rem 3rem 2.5rem 3rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .confirm-message-container {
    bottom: 7.5rem !important;
    padding: 2rem 3rem 1.5rem 3rem;
  }
}
.confirm-message-container .messages {
  text-align: center;
  position: relative;
}
.confirm-message-container .messages p {
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.27;
  text-align: left;
  margin-right: 10rem;
}
@media (max-width: 767px) {
  .confirm-message-container .messages p {
    text-align: center;
  }
}
.confirm-message-container .messages .close-icon {
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 0.8rem;
}
@media (max-width: 767px) {
  .confirm-message-container .messages .close-icon {
    top: 0.5rem;
    right: -1.4rem;
  }
}
.confirm-message-container .messages .close-icon .mat-icon {
  height: 2rem;
  width: 2rem;
  color: #00d7bd;
}
.trip-policy-details-container .mat-select-placeholder {
  font-weight: 600 !important;
}
.trip-policy-details-container .mat-form-field-infix input {
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .additional-expenses-dialog-container {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .additional-expenses-dialog-container h2 {
    margin-top: 2rem;
  }
}
.hotel-search .mat-form-field-infix {
  display: -webkit-box;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
}
.trip-list-container .mat-form-field-appearance-outline .mat-form-field-infix,
.filter .search-field .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
  border-top: 0;
}
.trip-list-container .mat-checkbox-layout .mat-checkbox-label,
.filter .search-field .mat-checkbox-layout .mat-checkbox-label {
  font-size: 1.8rem;
  color: rgba(29, 44, 60, 0.8);
}
.trip-list-container .mat-form-field-appearance-outline .mat-form-field-outline-end,
.filter .search-field .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border: 1px solid rgba(29, 44, 60, 0.2);
}
.trip-list-container .mat-form-field-appearance-outline .mat-form-field-outline-start,
.filter .search-field .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-style: none;
}
.trip-list-container .mat-checkbox,
.filter .search-field .mat-checkbox {
  color: rgba(29, 44, 60, 0.8);
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .trip-list-container .mat-checkbox,
.filter .search-field .mat-checkbox {
    margin-bottom: 2rem;
  }
}
.flight-box__body__details__basic .final-price button {
  min-width: 15rem;
  height: 5rem;
}
@media (max-width: 767px) {
  .flight-box__body__details__basic .final-price button {
    float: right;
    min-width: 13rem;
    height: 5rem;
  }
}
app-organization-profile-update .form-control.form-control-textarea .mat-form-field-flex {
  height: 10rem;
}
.flight-details-container,
.hotel-details-container,
.hotel-booking-details-dialog-container {
  overflow: auto !important;
}
.flight-add-trip {
  position: relative;
}
.flight-add-trip::after {
  border-top: 2px dashed rgba(29, 44, 60, 0.2);
  position: absolute;
  left: 1rem;
  width: calc(100% - 1rem);
  bottom: 8.8rem;
  content: "";
}
.flight-add-trip app-flight-search .search-box__button,
.flight-add-trip app-bus-search .search-box__button,
.flight-add-trip app-train-search .search-box__button,
.flight-add-trip app-bus-search .search-box__button,
.flight-add-trip app-cab-search .search-box__button {
  position: relative;
  text-align: right;
  right: 0;
  top: 0.8rem;
}
.flight-add-trip app-flight-search .search-box__button button,
.flight-add-trip app-bus-search .search-box__button button,
.flight-add-trip app-train-search .search-box__button button,
.flight-add-trip app-bus-search .search-box__button button,
.flight-add-trip app-cab-search .search-box__button button {
  height: 5rem !important;
}
.flight-add-trip app-flight-search .search-box__button button mat-icon,
.flight-add-trip app-bus-search .search-box__button button mat-icon,
.flight-add-trip app-train-search .search-box__button button mat-icon,
.flight-add-trip app-bus-search .search-box__button button mat-icon,
.flight-add-trip app-cab-search .search-box__button button mat-icon {
  display: none;
}
.flight-add-trip app-flight-search .search-box__button button span,
.flight-add-trip app-bus-search .search-box__button button span,
.flight-add-trip app-train-search .search-box__button button span,
.flight-add-trip app-bus-search .search-box__button button span,
.flight-add-trip app-cab-search .search-box__button button span {
  display: block !important;
  font-size: 2rem;
}
.hotel-add-trip {
  position: relative;
}
.hotel-add-trip::after {
  border-top: 2px dashed rgba(29, 44, 60, 0.2);
  position: absolute;
  left: 1rem;
  width: calc(100% - 1rem);
  bottom: 7.5rem;
  content: "";
}
.hotel-add-trip app-hotel-search .search-box__button {
  position: relative;
  text-align: right;
  right: 3rem;
  top: -1rem;
}
.hotel-add-trip app-hotel-search .search-box__button button {
  height: 5rem !important;
}
.hotel-add-trip app-hotel-search .search-box__button button mat-icon {
  display: none;
}
.hotel-add-trip app-hotel-search .search-box__button button span {
  display: block !important;
  font-size: 2rem;
}
.box__header__right__paid .mat-button-wrapper {
  color: #ffffff !important;
  margin-right: 0 !important;
}
.choose-trip .mat-checkbox-label {
  color: #1d2c3c !important;
  font-size: 1.8rem;
}
.choose-trip .mat-checkbox-inner-container {
  margin-right: 1.2rem;
}
.add-flight-dialog-container app-flight-search .search-box {
  min-height: 30rem;
}
.add-flight-dialog-container app-flight-search .search-box__button {
  top: 3.8rem !important;
}
.flight-add-trip .mat-form-field-appearance-outline .mat-form-field-prefix {
  display: none !important;
  width: 0 !important;
}
.trip-details-summary .mat-radio-button {
  display: block;
}
.trip-details-summary .mat-radio-container {
  position: relative;
  top: 2px;
  left: -3px;
}
.trip-details-summary mat-radio-group {
  display: block;
  margin-top: 1.4rem;
}
.trip-details-summary .mat-radio-button {
  margin-bottom: 2rem;
}
.trip-details-summary .mat-radio-label {
  -webkit-box-align: start;
          align-items: flex-start;
}
.flight-detail-pop-up-container,
.hotel-booking-details {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flight-detail-pop-up-container,
.hotel-booking-details {
    width: 100%;
  }
}
.hotel-booking-details {
  padding: 6rem 0 12rem 0;
}
@media (max-width: 767px) {
  .hotel-booking-details {
    padding: 7rem 0 3rem 0;
  }
}
.choose-trip__trip-datepicker h3 {
  margin-bottom: 1.6rem !important;
}
.choose-trip__trip-datepicker .mat-datepicker-toggle-default-icon {
  width: 1.8rem !important;
  height: 1.8rem !important;
}
.choose-trip__trip-datepicker .mat-icon-button {
  position: relative;
  left: 0.8rem;
  top: 1px;
}
@-moz-document url-prefix() {
  .choose-trip__trip-datepicker .mat-icon-button {
    top: 0.5em;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  @-moz-document url-prefix() {
    .traveller-information__body .row:last-child .form-control input {
      max-width: 140px;
      overflow: hidden;
    }
  }
}
.filter-container .mat-form-field-suffix {
  width: 2rem !important;
  top: -0.3em !important;
}
.report-btn-header mat-icon {
  display: none;
}
@media (max-width: 767px) {
  .report-btn-header mat-icon {
    display: block;
    margin: 3px auto 0px auto;
  }
}
.report-btn-header .mat-button-wrapper {
  color: rgba(29, 44, 60, 0.8) !important;
  font-size: 1.7rem !important;
}
.report-btn-header .mat-button-ripple.mat-ripple,
.report-btn-header .mat-button-focus-overlay {
  display: none;
}
.report-btn-header:hover .mat-button-wrapper {
  color: #00d7bd !important;
}
.report-dropdown .mat-menu-item {
  height: 4.4rem;
  line-height: 4.4rem;
  font-size: 1.6rem;
}
.room-rates-hotel .selectroom-btn {
  height: 4.6rem;
  min-width: 15rem;
  font-size: 1.8rem;
}
.booking-details .book-btn {
  height: 5rem;
  width: 100%;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.hotel-booking-details .book-btn {
  width: 100%;
  height: 5.4rem;
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .trip-traveller-infromation-container {
    width: 100%;
    max-width: 100% !important;
    height: 100vh;
  }
  .trip-traveller-infromation-container .search-box {
    padding: 2rem !important;
  }
  .trip-traveller-infromation-container .flight-add-trip::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .update-profile-dialog-container .dialog-section .mat-dialog-content,
.document-details-dialog-container .dialog-section .mat-dialog-content {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .update-profile-dialog-container .dialog-section__close a,
.document-details-dialog-container .dialog-section__close a {
    top: 4.5rem !important;
    right: -0.5rem !important;
  }

  .update-profile-dialog-container .dialog-section .mat-dialog-content,
.update-org-profile-dialog-container .dialog-section .mat-dialog-content {
    padding-top: 5rem !important;
  }
  .update-profile-dialog-container .dialog-section .cross-icon,
.update-org-profile-dialog-container .dialog-section .cross-icon {
    top: 4.5rem !important;
  }
}
.price-box-radio-btn {
  position: relative;
  cursor: pointer;
  border: solid 1px rgba(29, 44, 60, 0.2);
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.price-box-radio-btn.active {
  background: #00d7bd;
}
.price-box-radio-btn .mat-radio-checked .mat-radio-label {
  background: rgba(0, 215, 189, 0.14);
}
.price-box-radio-btn ul {
  padding-top: 2.5rem;
}
.price-box-radio-btn ul li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.price-box-radio-btn ul li mat-icon {
  height: 1.6rem;
  width: 1.6rem;
  margin-right: 1.2rem;
}
.price-box-radio-btn ul li:last-child {
  margin-bottom: 0;
}
.price-box-radio-btn mat-radio-button small {
  color: #1d2c3c !important;
  opacity: 0.8 !important;
  font-size: 1.8rem !important;
  margin-bottom: 1rem !important;
}
.price-box-radio-btn mat-radio-button span {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
}
.price-box-radio-btn mat-radio-button .mat-radio-label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  z-index: 2;
  padding: 2rem;
}
.price-box-radio-btn mat-radio-button .mat-radio-label .mat-radio-label-content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  gap: 1rem;
}
.price-box-radio-btn mat-radio-button .mat-radio-label .mat-radio-label-content small {
  -webkit-box-flex: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-box-radio-btn mat-radio-button .mat-radio-label .mat-radio-label-content span {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .mat-form-field-appearance-outline .mat-form-field-label {
    margin-top: -0.6em !important;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .trip-details-summary__reason .mat-radio-label-content small {
    line-height: 3rem !important;
  }
}
.multiline-tooltip {
  white-space: pre-line;
  text-align: center;
  line-height: 1.5em;
}
.onwardDetails {
  margin: 2rem 0;
  font-size: 2rem;
}
.onwardDetails mat-checkbox .mat-checkbox {
  display: block;
}
.onwardDetails mat-checkbox label.mat-checkbox-layout {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.onwardDetails mat-checkbox .mat-checkbox-label {
  white-space: normal;
}
.onwardDetails mat-checkbox .mat-checkbox-inner-container {
  margin: 0.5rem 1rem 0rem 0rem;
}
.mat-radio-group .mat-radio-label {
  margin-right: 1rem;
}
.mat-radio-group .mat-radio-label .mat-radio-container {
  height: 1.6rem;
  width: 1.6rem;
}
.mat-radio-group .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
  height: 100%;
  width: 100%;
}
.mat-radio-group .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  height: 100%;
  width: 100%;
}
.mat-radio-group .mat-radio-label .mat-radio-label-content {
  padding-left: 4px;
}
.booking-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: background-image 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-animation: fadeBg 0.6s ease-in-out;
          animation: fadeBg 0.6s ease-in-out;
  border-top-left-radius: 1rem;
}
.booking-background--business {
  background-image: url("https://ziptrrip.com/assets/images/businessTrip.svg");
}
.booking-background--personal {
  background-image: url("https://ziptrrip.com/assets/images/personalTrip.svg");
}
@-webkit-keyframes fadeBg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeBg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.additional-request-menu {
  min-width: 35rem !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.additional-request-menu__checkbox-group {
  color: #1d2c3c;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.additional-request-menu__checkbox-group .checkbox-item {
  margin-bottom: 6px;
}
.additional-request-menu__checkbox-group .checkbox-item .mat-form-field-wrapper {
  padding-top: 6px;
  padding-bottom: 0;
}
.additional-request-menu__checkbox-group .checkbox-item .mat-form-field-infix {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.additional-request-menu .additional-fields {
  margin-top: 1rem;
}
.additional-request-menu .additional-fields .mat-form-field-wrapper {
  padding-bottom: 1.2rem;
}
.additional-request-menu .action-button {
  display: -webkit-box;
  display: flex;
  gap: 1rem;
}
.additional-request-menu .action-button button {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  max-height: 4rem !important;
  font-size: 1.6rem !important;
}
.additional-request-menu ul {
  margin-top: 2rem;
  list-style-position: inside;
}
.additional-request-menu ul li {
  color: #42526e;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
/*Date picker scss*/
.daterangepicker_input {
  /*display: none;*/
}
.calendar-time {
  margin-bottom: 20px !important;
}
.calendar-time .hourselect,
.calendar-time .minuteselect,
.calendar-time .ampmselect {
  font-family: "Muli", sans-serif !important;
  cursor: pointer !important;
  padding: 8px 10px !important;
  width: 70px !important;
  background: #f6f6f6 !important;
  font-size: 16px !important;
}
.applyBtn,
.cancelBtn {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  font-weight: 500;
  border-radius: 3px;
}
.applyBtn:focus,
.cancelBtn:focus {
  outline: none;
}
.applyBtn {
  background: #00d7bd;
  color: #ffffff;
}
.daterangepicker_input .input-mini.form-control {
  display: none;
}
.ranges {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.daterangepicker:before {
  opacity: 0;
}
.daterangepicker:after {
  top: 0 !important;
}
.daterangepicker.dropdown-menu {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  border-width: 0;
  border-radius: 0;
}
app-flight-search > .daterangepicker.dropdown-menu,
app-hotel-search > .daterangepicker.dropdown-menu,
app-bus-search > .daterangepicker.dropdown-menu,
body > .daterangepicker.dropdown-menu {
  -webkit-transform: translateY(-70%) !important;
          transform: translateY(-70%) !important;
}
@media (max-width: 767px) {
  app-flight-search > .daterangepicker.dropdown-menu,
app-hotel-search > .daterangepicker.dropdown-menu,
app-bus-search > .daterangepicker.dropdown-menu,
body > .daterangepicker.dropdown-menu {
    -webkit-transform: scale(70%) translateY(-70%) !important;
            transform: scale(70%) translateY(-70%) !important;
  }
}
body:has(.report-container) .daterangepicker.dropdown-menu {
  -webkit-transform: translateY(-20%) !important;
          transform: translateY(-20%) !important;
  min-width: 62% !important;
}
@media (max-width: 767px) {
  body:has(.report-container) .daterangepicker.dropdown-menu {
    -webkit-transform: translateY(-30%) !important;
            transform: translateY(-30%) !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body:has(.report-container) .daterangepicker.dropdown-menu {
    -webkit-transform: translateY(-20%) !important;
            transform: translateY(-20%) !important;
  }
}
@media (max-width: 767px) {
  body:has(.report-container) .daterangepicker {
    min-width: 90% !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body:has(.report-container) .daterangepicker {
    -webkit-transform: translateY(-20%) !important;
            transform: translateY(-20%) !important;
    width: 61% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  body:has(.report-container) .daterangepicker {
    width: 81% !important;
  }
}
.daterangepicker .calendar th {
  color: #1d2c3c;
  font-size: 1.8rem;
}
.daterangepicker {
  position: absolute !important;
  font-family: "Muli", sans-serif !important;
  padding: 1.5rem 7rem 1rem 7rem !important;
  margin-top: 23px !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .daterangepicker {
    padding: 1rem !important;
    width: 90% !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .daterangepicker {
    padding: 1rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .daterangepicker {
    padding: 1rem !important;
  }
}
.daterangepicker .calendar td {
  font-size: 1.8rem;
  min-width: 5rem !important;
  height: 5rem !important;
  border-radius: 50% !important;
}
.daterangepicker .calendar {
  max-width: initial !important;
}
.table-condensed thead tr:first-child th {
  padding-bottom: 2.7rem !important;
}
.table-condensed thead tr:last-child th {
  padding-bottom: 1rem;
}
.active.start-date.available:not(.off) {
  background-color: #00d7bd !important;
}
.calendar.right {
  margin-left: 10rem !important;
}
@media (max-width: 767px) {
  .calendar.right {
    margin-left: 0 !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .calendar.right {
    margin-left: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .calendar.right {
    margin-left: 0 !important;
  }
}
.prev,
.next {
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  height: 5rem !important;
  width: 5rem !important;
  border-radius: 50% !important;
  top: 20rem !important;
  background-size: 7px !important;
  background-position: center !important;
}
.prev {
  background: url('chevronLeft.png') no-repeat #ffffff;
  left: -2rem;
}
.next {
  background: url('chevronRight.png') no-repeat #ffffff;
  right: -2rem;
}
.daterangepicker td.in-range:not(.off) {
  background: rgba(0, 215, 189, 0.2) !important;
}
.daterangepicker td.active.end-date:not(.off) {
  background: #00d7bd !important;
  color: #ffffff !important;
}
.daterangepicker th.month {
  color: #42526e;
}
.daterangepicker td.disabled {
  -webkit-text-decoration: solid !important;
          text-decoration: solid !important;
}
.daterangepicker.dropdown-menu.ltr.single.opensleft.show-calendar.dropup,
.daterangepicker.dropdown-menu.ltr.single.opensleft.show-calendar {
  padding-bottom: 5rem !important;
}
/* light */
.markdown-body {
  color-scheme: light;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}
.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}
.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}
.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}
.markdown-body summary {
  display: list-item;
}
.markdown-body [hidden] {
  display: none !important;
}
.markdown-body a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}
.markdown-body abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.markdown-body b,
.markdown-body strong {
  font-weight: 600;
}
.markdown-body dfn {
  font-style: italic;
}
.markdown-body h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #d1d9e0b3;
}
.markdown-body mark {
  background-color: #fff8c5;
  color: #1f2328;
}
.markdown-body small {
  font-size: 90%;
}
.markdown-body sub,
.markdown-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.markdown-body sub {
  bottom: -0.25em;
}
.markdown-body sup {
  top: -0.5em;
}
.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace;
  font-size: 1em;
}
.markdown-body figure {
  margin: 1em 2.5rem;
}
.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d1d9e0b3;
  height: 0.25em;
  padding: 0;
  margin: 1.5rem 0;
  background-color: #d1d9e0;
  border: 0;
}
.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
.markdown-body [type=checkbox],
.markdown-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.markdown-body [type=number]::-webkit-inner-spin-button,
.markdown-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
.markdown-body a:hover {
  text-decoration: underline;
}
.markdown-body ::-webkit-input-placeholder {
  color: #59636e;
  opacity: 1;
}
.markdown-body ::-moz-placeholder {
  color: #59636e;
  opacity: 1;
}
.markdown-body ::-ms-input-placeholder {
  color: #59636e;
  opacity: 1;
}
.markdown-body ::placeholder {
  color: #59636e;
  opacity: 1;
}
.markdown-body hr::before {
  display: table;
  content: "";
}
.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}
.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  font-variant: tabular-nums;
}
.markdown-body td,
.markdown-body th {
  padding: 0;
}
.markdown-body details summary {
  cursor: pointer;
}
.markdown-body a:focus,
.markdown-body [role=button]:focus,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=checkbox]:focus {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}
.markdown-body a:focus:not(:focus-visible),
.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body input[type=radio]:focus:not(:focus-visible),
.markdown-body input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}
.markdown-body a:focus-visible,
.markdown-body [role=button]:focus-visible,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus-visible {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}
.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=checkbox]:focus-visible {
  outline-offset: 0;
}
.markdown-body kbd {
  display: inline-block;
  padding: 0.25rem;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #1f2328;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px #d1d9e0b3;
  border-bottom-color: #d1d9e0b3;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 #d1d9e0b3;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.markdown-body h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #d1d9e0b3;
}
.markdown-body h3 {
  font-weight: 600;
  font-size: 1.25em;
}
.markdown-body h4 {
  font-weight: 600;
  font-size: 1em;
}
.markdown-body h5 {
  font-weight: 600;
  font-size: 0.875em;
}
.markdown-body h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: #59636e;
}
.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}
.markdown-body blockquote {
  margin: 0;
  padding: 0 1em;
  color: #59636e;
  border-left: 0.25em solid #d1d9e0;
}
.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}
.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}
.markdown-body dd {
  margin-left: 0;
}
.markdown-body tt,
.markdown-body code,
.markdown-body samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}
.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}
.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.markdown-body .mr-2 {
  margin-right: 0.5rem !important;
}
.markdown-body::before {
  display: table;
  content: "";
}
.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}
.markdown-body > *:first-child {
  margin-top: 0 !important;
}
.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}
.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.markdown-body .absent {
  color: #d1242f;
}
.markdown-body .anchor {
  float: left;
  padding-right: 0.25rem;
  margin-left: -20px;
  line-height: 1;
}
.markdown-body .anchor:focus {
  outline: none;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 1rem;
}
.markdown-body blockquote > :first-child {
  margin-top: 0;
}
.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1f2328;
  vertical-align: middle;
  visibility: hidden;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}
.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}
.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}
.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}
.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}
.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}
.markdown-body ol[type="a s"] {
  list-style-type: lower-alpha;
}
.markdown-body ol[type="A s"] {
  list-style-type: upper-alpha;
}
.markdown-body ol[type="i s"] {
  list-style-type: lower-roman;
}
.markdown-body ol[type="I s"] {
  list-style-type: upper-roman;
}
.markdown-body ol[type="1"] {
  list-style-type: decimal;
}
.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.markdown-body li > p {
  margin-top: 1rem;
}
.markdown-body li + li {
  margin-top: 0.25em;
}
.markdown-body dl {
  padding: 0;
}
.markdown-body dl dt {
  padding: 0;
  margin-top: 1rem;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
.markdown-body dl dd {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.markdown-body table th {
  font-weight: 600;
}
.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #d1d9e0;
}
.markdown-body table td > :last-child {
  margin-bottom: 0;
}
.markdown-body table tr {
  background-color: #ffffff;
  border-top: 1px solid #d1d9e0b3;
}
.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
.markdown-body table img {
  background-color: transparent;
}
.markdown-body img[align=right] {
  padding-left: 20px;
}
.markdown-body img[align=left] {
  padding-right: 20px;
}
.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}
.markdown-body span.frame {
  display: block;
  overflow: hidden;
}
.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d1d9e0;
}
.markdown-body span.frame span img {
  display: block;
  float: left;
}
.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #1f2328;
}
.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}
.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}
.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}
.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
.markdown-body span.float-left span {
  margin: 13px 0 0;
}
.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}
.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}
.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: #818b981f;
  border-radius: 6px;
}
.markdown-body code br,
.markdown-body tt br {
  display: none;
}
.markdown-body del code {
  text-decoration: inherit;
}
.markdown-body samp {
  font-size: 85%;
}
.markdown-body pre code {
  font-size: 100%;
}
.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.markdown-body .highlight {
  margin-bottom: 1rem;
}
.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.markdown-body .highlight pre,
.markdown-body pre {
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #1f2328;
  background-color: #f6f8fa;
  border-radius: 6px;
}
.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
.markdown-body .csv-data .blob-num {
  padding: 10px 0.5rem 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}
.markdown-body .csv-data tr {
  border-top: 0;
}
.markdown-body .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}
.markdown-body [data-footnote-ref]::before {
  content: "[";
}
.markdown-body [data-footnote-ref]::after {
  content: "]";
}
.markdown-body .footnotes {
  font-size: 12px;
  color: #59636e;
  border-top: 1px solid #d1d9e0;
}
.markdown-body .footnotes ol {
  padding-left: 1rem;
}
.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 1rem;
  margin-top: 1rem;
}
.markdown-body .footnotes li {
  position: relative;
}
.markdown-body .footnotes li:target::before {
  position: absolute;
  top: calc(0.5rem * -1);
  right: calc(0.5rem * -1);
  bottom: calc(0.5rem * -1);
  left: calc(1.5rem * -1);
  pointer-events: none;
  content: "";
  border: 2px solid #0969da;
  border-radius: 6px;
}
.markdown-body .footnotes li:target {
  color: #1f2328;
}
.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}
.markdown-body body:has(:modal) {
  padding-right: var(--dialog-scrollgutter) !important;
}
.markdown-body .pl-c {
  color: #59636e;
}
.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #0550ae;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6639ba;
}
.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #1f2328;
}
.markdown-body .pl-ent {
  color: #0550ae;
}
.markdown-body .pl-k {
  color: #cf222e;
}
.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #0a3069;
}
.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #953800;
}
.markdown-body .pl-bu {
  color: #82071e;
}
.markdown-body .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}
.markdown-body .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}
.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}
.markdown-body .pl-ml {
  color: #3b2300;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #0550ae;
}
.markdown-body .pl-mi {
  font-style: italic;
  color: #1f2328;
}
.markdown-body .pl-mb {
  font-weight: bold;
  color: #1f2328;
}
.markdown-body .pl-md {
  color: #82071e;
  background-color: #ffebe9;
}
.markdown-body .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}
.markdown-body .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}
.markdown-body .pl-mi2 {
  color: #d1d9e0;
  background-color: #0550ae;
}
.markdown-body .pl-mdr {
  font-weight: bold;
  color: #8250df;
}
.markdown-body .pl-ba {
  color: #59636e;
}
.markdown-body .pl-sg {
  color: #818b98;
}
.markdown-body .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}
.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
.markdown-body button:focus:not(:focus-visible),
.markdown-body summary:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.markdown-body [tabindex="0"]:focus:not(:focus-visible),
.markdown-body details-dialog:focus:not(:focus-visible) {
  outline: none;
}
.markdown-body g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}
.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}
.markdown-body .task-list-item {
  list-style-type: none;
}
.markdown-body .task-list-item label {
  font-weight: 400;
}
.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}
.markdown-body .task-list-item + .task-list-item {
  margin-top: 0.25rem;
}
.markdown-body .task-list-item .handle {
  display: none;
}
.markdown-body .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.4em;
  vertical-align: middle;
}
.markdown-body ul:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}
.markdown-body ol:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}
.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}
.markdown-body ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.markdown-body .markdown-alert {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border-left: 0.25em solid #d1d9e0;
}
.markdown-body .markdown-alert > :first-child {
  margin-top: 0;
}
.markdown-body .markdown-alert > :last-child {
  margin-bottom: 0;
}
.markdown-body .markdown-alert .markdown-alert-title {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
}
.markdown-body .markdown-alert.markdown-alert-note {
  border-left-color: #0969da;
}
.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #0969da;
}
.markdown-body .markdown-alert.markdown-alert-important {
  border-left-color: #8250df;
}
.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #8250df;
}
.markdown-body .markdown-alert.markdown-alert-warning {
  border-left-color: #9a6700;
}
.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #9a6700;
}
.markdown-body .markdown-alert.markdown-alert-tip {
  border-left-color: #1a7f37;
}
.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #1a7f37;
}
.markdown-body .markdown-alert.markdown-alert-caution {
  border-left-color: #cf222e;
}
.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #d1242f;
}
.markdown-body > *:first-child > .heading-element:first-child {
  margin-top: 0 !important;
}
.markdown-body .highlight pre:has(+ .zeroclipboard-container) {
  min-height: 52px;
}
.filter .ng5-slider.animate .ng5-slider-pointer {
  -webkit-transition: all linear 0s !important;
  transition: all linear 0s !important;
}
.filter .ng5-slider .ng5-slider-selection,
.filter .ng5-slider .ng5-slider-pointer {
  background: #00d7bd !important;
}
.filter .ng5-slider .ng5-slider-pointer {
  height: 15px !important;
  width: 15px !important;
  top: -6px !important;
}
.filter .ng5-slider .ng5-slider-pointer:focus {
  outline: none !important;
}
.filter .ng5-slider .ng5-slider-pointer:after {
  display: none;
}
.hotel-pagination .custom-pagination-section {
  margin-right: 0 !important;
}
.star-width {
  position: relative;
  top: 0;
  left: 0;
}
.star-width .mat-icon-button {
  width: 2rem !important;
}
@media (max-width: 767px) {
  .star-width .mat-icon-button {
    height: 0 !important;
  }
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

