@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Gothic-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gothic/ITCAvantGardeStdBold.woff");
}
@font-face {
  font-family: "Gothic-Medium";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gothic/ITCAvantGardeStdMd.woff");
}
@font-face {
  font-family: "Gothic-Regular";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gothic/ITCAvantGardeStdXLt.woff");
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0px;
  font-family: "Roboto", sans-serif !important;
  display: flex;
  flex-direction: column;
  font-weight: 400 !important;
  color: #262626 !important;
}
button {
  font-family: "Roboto" !important;
}
.contentSection {
  height: 100%;
  margin-top: 50px;
  background-color: #f9f9f9;
}
.contentSection .map-image {
  flex: 1;
}
.contentSection .map-image img {
  width: 100%;
  object-fit: cover;
}
.contentSection.withSidePadding {
  padding: 0px 15px;
}
.contentSection#shipments-content {
  position: relative;
}
.marketing-page {
  background-color: #fff;
  margin-top: 50px;
  height: auto !important;
  overflow-x: hidden !important;
}
button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
button:focus {
  outline: none !important;
}
button:disabled {
  color: #929292;
}
button:disabled.block-btn,
button:disabled.mark-block-btn {
  background-color: #929292 !important;
  color: #fff !important;
  border-color: #929292;
  cursor: default !important;
}
button:disabled.block-btn:hover:after,
button:disabled.mark-block-btn:hover:after {
  display: none;
}
a.disabled.block-btn,
a.disabled.mark-block-btn {
  background-color: #929292 !important;
  color: #fff !important;
  border-color: #929292;
  cursor: default !important;
}
a.disabled.block-btn:hover:after,
a.disabled.mark-block-btn:hover:after {
  display: none;
}
.no-padding-right {
  padding-right: 0px !important;
}
.d-none {
  display: none !important;
}
.primaryColor {
  color: #e84f14 !important;
}
.gray {
  color: #a4a4a4 !important;
}
.lightGrayBg {
  background-color: #f2f2f2 !important;
  color: #262626 !important;
}
.text {
  font-size: 14px !important;
}
.small-text {
  font-size: 12px !important;
}
.extra-small-text {
  font-size: 10px !important;
}
.heading-text {
  font-size: 16px !important;
}
.bold-text {
  font-weight: 700 !important;
}
.semiBold {
  font-weight: 500;
}
.nopadding {
  padding: 0px !important;
}
.nomargin {
  margin: 0px !important;
}
.border {
  border: 1px solid rgba(107, 121, 131, 0.2) !important;
}
.border-top {
  border-top: 1px solid rgba(107, 121, 131, 0.2) !important;
}
.border-left {
  border-left: 1px solid rgba(107, 121, 131, 0.2) !important;
}
.border-right {
  border-right: 1px solid rgba(107, 121, 131, 0.2) !important;
}
.border-bottom {
  border-right: 1px solid rgba(107, 121, 131, 0.2) !important;
}
.white {
  color: #fff !important;
}
.black {
  color: #262626 !important;
}
.row {
  margin: 0px !important;
  padding: 0px !important;
}
.col {
  margin: 0px !important;
  padding: 0px !important;
}
.block-btn {
  color: #6b7983;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}
.block-btn.small {
  padding: 0px 10px;
  height: 25px;
  font-size: 10px;
}
.block-btn.medium {
  height: 35px;
  padding: 0px 30px;
}
.block-btn.withIcon {
  height: 25px !important;
  width: 25px !important;
  padding: 0px !important;
  justify-content: center !important;
  font-size: 12px !important;
}
.block-btn.raised {
  background-color: #e84f14;
  color: #fff;
}
.block-btn.raised.ripple {
  background-position: center;
  transition: background 0.5s;
}
.block-btn.raised.ripple:hover {
  background: #e84f14 radial-gradient(circle, transparent 1%, #e84f14 1%)
    center/15000%;
}
.block-btn.raised.ripple:active {
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 100%;
  transition: background 0s;
}
.block-btn.raised:hover {
  background-color: rgba(232, 79, 20, 0.07);
}
.block-btn.trans {
  background-color: transparent;
  color: #6b7983;
}
.block-btn.trans.ripple {
  background-position: center;
}
.block-btn.trans.ripple:hover {
  background: rgba(0, 0, 0, 0.05)
    radial-gradient(circle, transparent 1%, rgba(0, 0, 0, 0.05) 1%)
    center/15000%;
}
.block-btn.trans.ripple:active {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 100%;
  transition: background 0s;
}
.block-btn.trans:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.block-btn.raisedHover:hover {
  background-color: rgba(232, 79, 20, 0.07);
}
.block-btn.active {
  background-color: #e84f14 !important;
  color: #fff !important;
  border-color: #e84f14 !important;
}
.showPassword.active {
  font-weight: bold;
  color: #262626 !important;
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-selected {
  cursor: pointer;
}
.dropdown .dropdown-menu-wrapper {
  min-width: 150px;
  background-color: #fff;
  position: absolute;
  bottom: -100px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  min-height: 0px;
}
.dropdown .dropdown-menu-wrapper .dropdown-menu {
  padding: 15px 20px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0px;
  color: #6b7983;
}
.dropdown .dropdown-menu-wrapper .dropdown-menu img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.dropdown .dropdown-menu-wrapper .dropdown-menu:hover {
  background-color: #e1e4e6;
  cursor: pointer;
}
.dropdown .dropdown-menu-wrapper .dropdown-menu.selected {
  background-color: #e1e4e6;
}
.dropdown .dropdown-menu-wrapper .dropdown-menu:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu-wrapper.show {
  min-height: 50px;
  visibility: visible;
  opacity: 1;
}
.no-border {
  border: none !important;
}
.text-margin-left {
  margin-left: 10px;
}
.extra-lightText {
  color: #b5bcc1;
}
.lightText {
  color: #929292;
}
.darkText {
  color: #6b7983;
}
.link-text {
  color: #6b7983;
  text-decoration: underline;
}
.daterangepicker td.active {
  background-color: #e84f14 !important;
}
.daterangepicker .off.ends.active {
  background-color: #fff !important;
  color: #999;
}
.daterangepicker .applyBtn {
  background-color: #e84f14 !important;
  border: none !important;
  color: #fff;
}
.mdtimepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdtimepicker .mdtp__wrapper {
  left: unset;
  bottom: unset;
  transform: none;
}
.mdtimepicker .mdtp__time_holder {
  background-color: #e84f14;
}
.mdtimepicker .mdtp__digit.active:before {
  background-color: #e84f14;
}
.mdtimepicker .mdtp__digit.active span,
.mdtimepicker .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
  background-color: #e84f14 !important;
}
.mdtimepicker .mdtp__clock_dot {
  background-color: #e84f14 !important;
}
.mdtimepicker .mdtp__clock .mdtp__am.active,
.mdtimepicker .mdtp__clock .mdtp__pm.active {
  background-color: #e84f14 !important;
}
.mdtimepicker .mdtp__button {
  color: #e84f14 !important;
}
.simplebar-scrollbar:before {
  background-color: #929292 !important;
}
.simplebar-track.simplebar-vertical {
  width: 10px !important;
}
.mdc-text-field {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  body {
    height: calc(100vh) !important;
    overflow: hidden;
  }
  body.marketing-page {
    height: auto !important;
    overflow: visible;
    margin-top: 3.66vw !important;
  }
  .contentSection {
    margin-top: 3.66vw !important;
    height: calc(100vh - 3.66vw);
  }
  .contentSection.withSidePadding {
    padding: 0px 1vw;
  }
  .text {
    font-size: 1.02vw !important;
  }
  .small-text {
    font-size: 0.87vw !important;
  }
  .extra-small-text {
    font-size: 0.73vw !important;
  }
  .heading-text {
    font-size: 1.17vw !important;
  }
  .block-btn.small {
    height: 1.83vw;
    padding: 0px 0.73vw;
    font-size: 0.73vw;
  }
  .block-btn.medium {
    height: 2.56vw !important;
    padding: 0px 2.196vw !important;
  }
  .block-btn.withIcon {
    height: 1.83vw !important;
    width: 1.83vw !important;
    font-size: 0.87vw !important;
  }
  .text-margin-left {
    margin-left: 0.73vw !important;
  }
  .dropdown .dropdown-menu-wrapper {
    min-width: 10.98vw !important;
    bottom: -7.32vw !important;
    border-radius: 0.21vw !important;
  }
  .dropdown .dropdown-menu-wrapper .dropdown-menu {
    padding: 1.09vw 1.46vw !important;
  }
  .dropdown .dropdown-menu-wrapper .dropdown-menu img {
    margin-right: 0.73vw !important;
    height: 1.46vw !important;
    width: 1.46vw !important;
  }
  .dropdown .dropdown-menu-wrapper.show {
    min-height: 3.66vw !important;
  }
}
@media only screen and (max-width: 1024px) {
  .contentSection.withSidePadding {
    padding: 0 !important;
  }
}
.header {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 99;
}
.header .topbar-inner-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}
.header .topbar-inner-wrapper .topbar-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .topbar-inner-wrapper .topbar-left .tablet-mobile-menu-btn {
  margin-right: 20px;
  display: none;
}
.header .topbar-inner-wrapper .topbar-left .company-logo {
  margin-right: 40px;
  display: flex;
}
.header .topbar-inner-wrapper .topbar-left .company-logo img {
  height: 28px;
}
.header .topbar-inner-wrapper .topbar-left .rounded-btn {
  border: 1px solid #e84f14;
  border-radius: 30px;
  text-transform: none;
  height: 30px;
  padding: 0px 15px;
  color: #e84f14;
}
.header .topbar-inner-wrapper .topbar-left .rounded-btn.active {
  background-color: #e84f14;
  color: #fff;
}
.header .topbar-inner-wrapper .topbar-left .rounded-btn:hover {
  background-color: rgba(232, 79, 20, 0.07);
}
.header .topbar-inner-wrapper .topbar-left .page-nav-link {
  text-decoration: none;
  color: #a4a4a4;
  margin-left: 25px;
}
.header .topbar-inner-wrapper .topbar-left .page-nav-link.active {
  font-weight: bold;
  color: #262626;
}
.header .topbar-inner-wrapper .topbar-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .topbar-inner-wrapper .topbar-right button {
  margin: 0 10px;
  position: relative;
}
.header .topbar-inner-wrapper .topbar-right button i {
  color: #929292;
}
.header .topbar-inner-wrapper .topbar-right button .count {
  position: absolute;
  top: -5px;
  right: 0;
  background: #21b2e8;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.header .topbar-inner-wrapper .topbar-right button.active {
  z-index: 99;
}
.header .topbar-inner-wrapper .topbar-right button.active i {
  color: #262626;
}
.header .topbar-inner-wrapper .topbar-right .user-details {
  text-align: right;
  margin: 0 10px;
  line-height: 1.2;
}
.header .topbar-inner-wrapper .topbar-right .user-details .greet {
  font-size: 12px;
}
.header .topbar-inner-wrapper .topbar-right .user-details .user-name {
  font-size: 16px;
}
.header .topbar-inner-wrapper .topbar-right .profileWrapper {
  cursor: pointer;
  position: relative;
}
.header
  .topbar-inner-wrapper
  .topbar-right
  .profileWrapper
  .user-profile-dropdown {
  min-height: 0;
  width: 150px;
  background-color: #fff;
  position: absolute;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  right: 5px;
}
.header
  .topbar-inner-wrapper
  .topbar-right
  .profileWrapper
  .user-profile-dropdown
  .menu-item {
  padding: 10px 15px;
  font-size: 14px;
}
.header
  .topbar-inner-wrapper
  .topbar-right
  .profileWrapper
  .user-profile-dropdown
  .menu-item
  i {
  margin-right: 10px;
}
.header
  .topbar-inner-wrapper
  .topbar-right
  .profileWrapper
  .user-profile-dropdown
  .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #e84f14;
}
.header
  .topbar-inner-wrapper
  .topbar-right
  .profileWrapper
  .user-profile-dropdown.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header .topbar-inner-wrapper .topbar-right .overlay {
  transition: all 0.3s ease;
}
.header .topbar-inner-wrapper .topbar-right .overlay.animated {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu {
  padding: 0px 15px;
  text-decoration: none;
  color: #929292;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 0px 5px;
  letter-spacing: 1.9px;
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu.login-btn {
  background-color: #e84f14;
  color: #fff;
  margin: 0px !important;
  position: relative;
  z-index: 1;
  border: 1px solid #e84f14;
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu.login-btn::after {
  content: "";
  height: 100% !important;
  width: 100%;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu.login-btn:hover {
  color: #e84f14;
}
.header
  .topbar-inner-wrapper
  .topbar-right
  .navbar-menu.login-btn:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(0.95);
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu:after {
  position: absolute;
  bottom: 1px;
  content: "";
  height: 3px;
  width: 0px;
  background-color: #e84f14;
  transition: all 0.3s ease;
  left: 0;
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu:hover::after {
  width: 100%;
}
.header .topbar-inner-wrapper .topbar-right .navbar-menu.active {
  font-weight: bold;
  color: #e84f14;
}
.header .topbar-inner-wrapper.no-padding-right {
  padding-right: 0px !important;
}
@media only screen and (min-width: 1025px) {
  .header {
    height: 3.66vw !important;
  }
  .header .topbar-inner-wrapper {
    padding: 0 1.1vw !important;
  }
  .header .topbar-inner-wrapper .topbar-left .company-logo {
    margin-right: 2.92vw !important;
  }
  .header .topbar-inner-wrapper .topbar-left .company-logo img {
    height: 2.04vw !important;
  }
  .header .topbar-inner-wrapper .topbar-left .rounded-btn {
    border-radius: 2.19vw !important;
    height: 2.196vw !important;
    padding: 0 1.09vw !important;
  }
  .header .topbar-inner-wrapper .topbar-left .page-nav-link {
    margin-left: 1.83vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right button {
    margin: 0 0.73vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right button .count {
    height: 1.09vw !important;
    width: 1.09vw !important;
    font-size: 0.73vw !important;
    top: -0.366vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right .user-details {
    margin: 0 0.73vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right .user-details .greet {
    font-size: 0.83vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right .user-details .user-name {
    font-size: 1.17vw !important;
  }
  .header
    .topbar-inner-wrapper
    .topbar-right
    .profileWrapper
    .user-profile-dropdown {
    width: 10.9vw !important;
    margin-top: 0.36vw !important;
    border-radius: 0.366vw !important;
    right: 0.366vw !important;
  }
  .header
    .topbar-inner-wrapper
    .topbar-right
    .profileWrapper
    .user-profile-dropdown
    .menu-item {
    padding: 0.73vw 1.09vw !important;
    font-size: 1.02vw !important;
  }
  .header
    .topbar-inner-wrapper
    .topbar-right
    .profileWrapper
    .user-profile-dropdown
    .menu-item
    i {
    margin-right: 0.73vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right .navbar-menu {
    padding: 0 1.09vw !important;
    height: 3.66vw !important;
    margin: 0 0.366vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right .navbar-menu img {
    height: 1.46vw !important;
    width: 1.46vw !important;
  }
  .header .topbar-inner-wrapper .topbar-right .navbar-menu:after {
    height: 0.21vw !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header .topbar-inner-wrapper .topbar-left .tablet-mobile-menu-btn {
    margin-right: 20px;
    display: block;
  }
  .header .topbar-inner-wrapper .topbar-left .rounded-btn {
    display: none;
  }
  .header .topbar-inner-wrapper .topbar-left .page-nav-link {
    display: none;
  }
  .header .topbar-inner-wrapper .topbar-right #currency-converter-btn {
    display: none;
  }
  .header .topbar-inner-wrapper .topbar-right #notifications-btn {
    margin-right: 0px;
  }
  .header .topbar-inner-wrapper .topbar-right .user-details {
    display: none;
  }
  .header .topbar-inner-wrapper .topbar-right .profileWrapper {
    display: none;
  }
  .header .topbar-inner-wrapper .topbar-right .country-selection-dropdown {
    display: flex !important;
  }
  .header .topbar-inner-wrapper .topbar-right .navbar-menu {
    display: none;
  }
}
footer {
  height: 245px;
  background-color: #25282d;
  padding: 10px 50px;
  overflow: hidden;
}
footer .footer-top {
  border-bottom: 1px solid #fff;
  height: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top .menu-section {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top .menu-section .menu-item {
  color: #fff;
  letter-spacing: 1.92px;
  font-weight: lighter;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
footer .footer-top .menu-section .menu-item img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
footer .footer-top .menu-section .menu-item:after {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 0px;
  height: 1px;
  background-color: #fff;
  left: 0;
  transition: all 0.3s ease;
}
footer .footer-top .menu-section .menu-item.active {
  font-weight: bold;
}
footer .footer-top .menu-section .menu-item:hover::after {
  width: 100%;
}
footer .footer-top .app-download-btns button {
  margin-left: 10px;
}
footer .footer-top .app-download-btns button img {
  height: 50px;
  width: auto;
  object-fit: contain;
}
footer .footer-bottom {
  height: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .lorryz-logo-bottom {
  height: 28px;
  width: auto;
}
footer .footer-bottom .lorryz-logo-bottom img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
footer.no-margin {
  margin-top: 0px !important;
}
@media only screen and (min-width: 1025px) {
  footer {
    height: 17.93vw !important;
    padding: 0.73vw 3.66vw !important;
  }
  footer .footer-top .menu-section .menu-item img {
    height: 1.46vw !important;
    width: 1.46vw !important;
  }
  footer .footer-top .menu-section .menu-item:after {
    bottom: -0.366vw !important;
  }
  footer .footer-top .app-download-btns button {
    margin-left: 0.73vw !important;
  }
  footer .footer-top .app-download-btns button img {
    height: 3.66vw !important;
    width: auto;
    object-fit: contain;
  }
  footer .footer-bottom .lorryz-logo-bottom {
    height: 2.04vw !important;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    height: auto;
    padding: 50px;
    margin-top: 0;
  }
  footer .footer-top {
    flex-direction: column;
    height: auto;
  }
  footer .footer-top .menu-section {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer-top .app-download-btns {
    margin: 30px 0px;
    width: 100%;
    justify-content: flex-end;
    display: flex;
  }
  footer .footer-top .app-download-btns button {
    margin-left: 10px;
  }
  footer .footer-bottom {
    height: auto;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    height: auto;
    padding: 50px;
  }
  footer .footer-top {
    flex-direction: column;
    height: auto;
  }
  footer .footer-top .menu-section {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  footer .footer-top .menu-section a {
    text-align: center;
    margin: 10px 0px;
    font-size: 14px !important;
  }
  footer .footer-top .app-download-btns {
    margin: 20px 0px;
    width: 100%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
  }
  footer .footer-top .app-download-btns button {
    margin: 10px 0px !important;
  }
  footer .footer-bottom {
    height: auto;
    padding-top: 30px;
    flex-direction: column;
  }
  footer .footer-bottom .lorryz-logo-bottom {
    height: auto;
  }
  footer .footer-bottom .lorryz-logo-bottom img {
    height: 35px;
    margin: 20px 0px;
  }
}
.iconButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconButton.small {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 14px;
}
.iconButton.medium {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 16px;
}
.iconButton.large {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 18px;
}
.iconButton.active {
  color: #262626 !important;
  background-color: #f2f2f2;
}
.iconButton.active i {
  color: #262626 !important;
}
.iconButton:hover {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1025px) {
  .iconButton.small {
    height: 2.19vw !important;
    width: 2.19vw !important;
    font-size: 1.02vw;
  }
  .iconButton.medium {
    height: 2.92vw !important;
    width: 2.92vw !important;
    font-size: 1.31vw;
  }
  .iconButton.large {
    height: 3.66vw !important;
    width: 3.66vw !important;
    font-size: 1.46vw;
  }
}
.avatar {
  border: 1px solid #a4a4a4;
  border-radius: 50%;
}
.avatar.small {
  height: 30px !important;
  width: 30px !important;
}
.avatar.medium {
  height: 40px !important;
  width: 40px !important;
}
.avatar.large {
  height: 50px !important;
  width: 50px !important;
}
.avatar.extralarge {
  height: 80px !important;
  width: 80px !important;
}
.avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
  .avatar.small {
    height: 2.19vw !important;
    width: 2.19vw !important;
  }
  .avatar.medium {
    height: 2.92vw !important;
    width: 2.92vw !important;
  }
  .avatar.large {
    height: 3.66vw !important;
    width: 3.66vw !important;
  }
}
.pointer {
  position: absolute;
  right: 10px;
  z-index: -99;
  color: #fff;
  top: -13px;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .pointer {
    font-size: 1.02vw;
    top: -0.95vw;
    right: 0.73vw;
  }
}
.overlay {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-settings-popup {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.profile-settings-popup .profile-settings-panel {
  height: 75%;
  width: 55%;
  background-color: #fff;
  border-radius: 5px;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-settings-popup .profile-settings-panel .profile-settings {
  min-height: 0;
  height: 100%;
}
.profile-settings-popup .profile-settings-panel .panel-heading i {
  margin-right: 5px;
}
.profile-settings-popup .profile-settings-panel .info-section {
  display: flex;
  align-items: center;
}
.profile-settings-popup
  .profile-settings-panel
  .info-section
  .avatar.extralarge {
  height: 70px;
  width: 70px;
}
.profile-settings-popup .profile-settings-panel .info-section .details {
  margin-left: 25px;
}
.profile-settings-popup
  .profile-settings-panel
  .info-section
  .details
  .website-name {
  font-size: 24px;
}
.profile-settings-popup .profile-settings-panel .info-section .user-info {
  display: flex;
  align-items: center;
}
.profile-settings-popup
  .profile-settings-panel
  .info-section
  .user-info
  .separator {
  margin: 0px 15px;
}
.profile-settings-popup .profile-settings-panel .prf-sett-section {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(107, 121, 131, 0.2);
}
.profile-settings-popup .profile-settings-panel .chang-psd-heading {
  padding-bottom: 15px;
}
.profile-settings-popup .profile-settings-panel .profile-settings-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.profile-settings-popup
  .profile-settings-panel
  .profile-settings-actions
  button {
  margin-left: 10px;
}
.profile-settings-popup.show {
  opacity: 1;
  visibility: visible;
}
.profile-settings-popup.show .profile-settings-panel {
  transform: translateY(0px);
}
.custom-col {
  padding: 0px !important;
}
@media only screen and (min-width: 1025px) {
  .custom-col.padding-right {
    padding-right: 0.73vw !important;
  }
  .custom-col.padding-left {
    padding-left: 0.73vw !important;
  }
}
.progress {
  background-color: transparent !important;
  overflow: visible;
  border-radius: 0 !important;
  align-items: center;
}
.progress .progress-bar {
  height: 5px !important;
  border-radius: 10px;
}
.progress.primaryColor .progress-bar {
  background-color: #e84f14 !important;
}
.progress.skyBlueColor .progress-bar {
  background-color: #21b2e8 !important;
}
.pill {
  padding: 3px 7px;
  border-radius: 10px;
  background-color: #5a667a;
  color: #fff;
}
.create-new-shipments-fabBtn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
.create-new-shipments-fabBtn button {
  background-color: #e84f14;
  color: #fff;
}
.create-new-shipments-fabBtn button:hover {
  background-color: transparent;
}
.dropdown-wrapper {
  position: relative;
}
.dropdown-wrapper .dropdown-btn {
  color: #6b7983;
}
.dropdown-wrapper .dropdown-menu-wrapper {
  position: absolute;
  background-color: #fff;
  z-index: 999;
  padding: 10px 0px;
  min-width: 200px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  top: 25px;
}
.dropdown-wrapper .dropdown-menu-wrapper .dropdown-item-wrapper {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.dropdown-wrapper
  .dropdown-menu-wrapper
  .dropdown-item-wrapper
  .dropdown-item-action {
  color: #e84f14;
  cursor: pointer;
}
.dropdown-wrapper .dropdown-menu-wrapper .dropdown-item-wrapper:hover {
  background-color: #f2f2f2;
}
.dropdown-wrapper.active .dropdown-menu-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.dashboard-filter-panel {
  position: absolute;
  top: 0;
  height: 230px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  transform: translateY(-100%);
  visibility: hidden;
  padding: 22px;
  z-index: 9;
}
.dashboard-filter-panel .dashboard-filter-form {
  margin-top: 10px;
}
.dashboard-filter-panel .dashboard-filter-form .custom-filter-col {
  width: 242px;
  margin-right: 20px;
}
.dashboard-filter-panel
  .dashboard-filter-form
  .custom-filter-col
  .mdc-text-field {
  height: 35px;
}
.dashboard-filter-panel
  .dashboard-filter-form
  .custom-filter-col
  .mdc-select--outlined
  .mdc-select__anchor {
  height: 35px;
}
.dashboard-filter-panel .dashboard-filter-form .duration-picker-btns {
  display: flex;
  justify-content: space-between;
}
.dashboard-filter-panel .dashboard-filter-formfield {
  margin-top: 12px;
  width: 100%;
}
.dashboard-filter-panel .dashboard-filter-actions {
  display: flex;
  justify-content: flex-end;
}
.dashboard-filter-panel .dashboard-filter-actions .block-btn {
  margin-left: 20px;
}
.dashboard-filter-panel.show {
  transform: translateY(0%);
  visibility: visible;
}
.applied-filters-section {
  display: flex;
  align-items: center;
}
.applied-filters-section #clear-dashboard-applied-filters {
  margin-left: 15px;
  text-decoration: underline;
}
.applied-filters-section.marginLeft {
  margin-left: 10px;
}
.snack-bar-wrapper {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  left: 0;
  z-index: 9999;
  background-color: #e84f14;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snack-bar-wrapper .snack-bar-msg-wrapper {
  color: #fff;
}
.snack-bar-wrapper .close-snack-bar {
  position: absolute;
  right: 15px;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .profile-settings-popup .profile-settings-panel {
    min-height: 75%;
    width: 55%;
    padding: 1.83vw !important;
  }
  .profile-settings-popup .profile-settings-panel .panel-heading i {
    margin-right: 0.366vw !important;
  }
  .profile-settings-popup
    .profile-settings-panel
    .info-section
    .avatar.extralarge {
    height: 5.12vw !important;
    width: 5.12vw !important;
  }
  .profile-settings-popup .profile-settings-panel .info-section .details {
    margin-left: 1.83vw !important;
  }
  .profile-settings-popup
    .profile-settings-panel
    .info-section
    .details
    .website-name {
    font-size: 1.75vw !important;
  }
  .profile-settings-popup
    .profile-settings-panel
    .info-section
    .user-info
    .separator {
    margin: 0 1.09vw !important;
  }
  .profile-settings-popup .profile-settings-panel .prf-sett-section {
    padding: 2.196vw 0 !important;
  }
  .profile-settings-popup .profile-settings-panel .chang-psd-heading {
    padding-bottom: 1.09vw !important;
  }
  .profile-settings-popup
    .profile-settings-panel
    .profile-settings-actions
    button {
    margin-left: 0.73vw !important;
  }
  .pill {
    padding: 0.21vw 0.51vw !important;
    border-radius: 0.73vw !important;
  }
  .progress .progress-bar {
    height: 0.366vw !important;
    border-radius: 0.73vw !important;
  }
  .create-new-shipments-fabBtn {
    display: none;
  }
  .dropdown-wrapper .dropdown-menu-wrapper {
    padding: 0.736vw 0 !important;
    min-width: 14.64vw !important;
    top: 1.83vw !important;
  }
  .dropdown-wrapper .dropdown-menu-wrapper .dropdown-item-wrapper {
    padding: 0.736vw 1.09vw !important;
  }
  .dashboard-filter-panel {
    height: 16.83vw !important;
    padding: 1.61vw !important;
  }
  .dashboard-filter-panel .dashboard-filter-form {
    margin-top: 0.73vw !important;
  }
  .dashboard-filter-panel .dashboard-filter-form .custom-filter-col {
    width: 17.71vw !important;
    margin-right: 1.46vw !important;
  }
  .dashboard-filter-panel .dashboard-filter-form .custom-filter-col.nomargin {
    margin-right: 0 !important;
  }
  .dashboard-filter-panel
    .dashboard-filter-form
    .custom-filter-col
    .mdc-text-field {
    height: 2.56vw !important;
  }
  .dashboard-filter-panel
    .dashboard-filter-form
    .custom-filter-col
    .mdc-select--outlined
    .mdc-select__anchor {
    height: 2.56vw !important;
  }
  .dashboard-filter-panel .dashboard-filter-formfield {
    margin-top: 0.87vw !important;
  }
  .dashboard-filter-panel .dashboard-filter-actions .block-btn {
    margin-left: 1.46vw !important;
  }
  .applied-filters-section #clear-dashboard-applied-filters {
    margin-left: 1.09vw !important;
  }
  .applied-filters-section.marginLeft {
    margin-left: 0.73vw !important;
  }
  .snack-bar-wrapper {
    height: 3.66vw !important;
  }
  .snack-bar-wrapper .close-snack-bar {
    right: 1.09vw !important;
  }
}
@media only screen and (max-width: 1024px) {
  .profile-settings-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .profile-settings-popup .profile-settings-panel {
    height: 92%;
    width: 90%;
    background-color: #fff;
    border-radius: 5px;
    transform: translateY(-10px);
    transition: all 0.8s ease;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .profile-settings-popup .profile-settings-panel .profile-settings {
    min-height: 0;
    height: 100%;
  }
  .profile-settings-popup .profile-settings-panel .panel-heading i {
    margin-right: 5px;
  }
  .profile-settings-popup .profile-settings-panel .info-section {
    display: flex;
    align-items: center;
  }
  .profile-settings-popup
    .profile-settings-panel
    .info-section
    .avatar.extralarge {
    height: 50px !important;
    width: 50px !important;
  }
  .profile-settings-popup .profile-settings-panel .info-section .details {
    margin-left: 10px !important;
    line-height: 1.2;
  }
  .profile-settings-popup
    .profile-settings-panel
    .info-section
    .details
    .website-name {
    font-size: 18px !important;
  }
  .profile-settings-popup .profile-settings-panel .info-section .user-info {
    display: flex;
    align-items: center;
  }
  .profile-settings-popup
    .profile-settings-panel
    .info-section
    .user-info
    .separator {
    margin: 0px 5px;
  }
  .profile-settings-popup .profile-settings-panel .custom-col {
    margin-bottom: 20px;
  }
  .profile-settings-popup
    .profile-settings-panel
    .custom-col.noMargin-mobile-tab {
    margin-bottom: 0px !important;
  }
  .profile-settings-popup .profile-settings-panel .prf-sett-section {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(107, 121, 131, 0.2);
  }
  .profile-settings-popup .profile-settings-panel .chang-psd-heading {
    padding-bottom: 15px;
  }
  .profile-settings-popup .profile-settings-panel .profile-settings-actions {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .profile-settings-popup
    .profile-settings-panel
    .profile-settings-actions
    button {
    margin-left: 10px;
  }
  .dashboard-filter-panel {
    position: fixed !important;
    top: 0;
    height: 100% !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: all 0.3s ease;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    padding: 22px;
    z-index: 99;
    overflow: scroll;
  }
  .dashboard-filter-panel .dashboard-filter-form {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .dashboard-filter-panel .dashboard-filter-form .custom-filter-col {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 25px;
  }
  .dashboard-filter-panel
    .dashboard-filter-form
    .custom-filter-col
    .mdc-text-field {
    height: 35px;
  }
  .dashboard-filter-panel
    .dashboard-filter-form
    .custom-filter-col
    .mdc-select--outlined
    .mdc-select__anchor {
    height: 35px;
  }
  .dashboard-filter-panel
    .dashboard-filter-form
    .custom-filter-col.dashboard-filter-location-col
    .dashboard-filter-formfield {
    width: 49% !important;
    margin: auto;
  }
  .dashboard-filter-panel .dashboard-filter-form .duration-picker-btns {
    display: flex;
    justify-content: flex-start !important;
  }
  .dashboard-filter-panel
    .dashboard-filter-form
    .duration-picker-btns
    .dashboard-filter-btn {
    margin-right: 10px !important;
  }
  .dashboard-filter-panel .dashboard-filter-formfield {
    margin-top: 12px;
    width: 100%;
  }
  .dashboard-filter-panel .dashboard-filter-actions {
    display: flex;
    justify-content: flex-end;
  }
  .dashboard-filter-panel .dashboard-filter-actions .block-btn {
    margin-left: 20px;
  }
  .dashboard-filter-panel.show {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }
  .applied-filters-section {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .dashboard-filter-panel
    .dashboard-filter-form
    .custom-filter-col.dashboard-filter-location-col
    .dashboard-filter-formfield {
    width: 100% !important;
    margin: auto;
    margin-top: 10px;
  }
  .applied-filters-section {
    margin-left: 5px;
  }
}
.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  position: absolute;
  left: 0;
  transform-origin: left top;
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
[dir="rtl"] .mdc-floating-label,
.mdc-floating-label[dir="rtl"] {
  right: 0;
  left: auto;
  transform-origin: right top;
  text-align: right;
}
.mdc-floating-label--float-above {
  cursor: auto;
}
.mdc-floating-label--required::after {
  margin-left: 1px;
  margin-right: 0px;
  content: "*";
}
[dir="rtl"] .mdc-floating-label--required::after,
.mdc-floating-label--required[dir="rtl"]::after {
  margin-left: 0;
  margin-right: 1px;
}
.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
}
.mdc-line-ripple::before,
.mdc-line-ripple::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-style: solid;
  content: "";
}
.mdc-line-ripple::before {
  border-bottom-width: 1px;
  z-index: 1;
}
.mdc-line-ripple::after {
  transform: scaleX(0);
  border-bottom-width: 2px;
  opacity: 0;
  z-index: 2;
}
.mdc-line-ripple::after {
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-line-ripple--active::after {
  transform: scaleX(1);
  opacity: 1;
}
.mdc-line-ripple--deactivating::after {
  opacity: 0;
}
.mdc-notched-outline {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
[dir="rtl"] .mdc-notched-outline,
.mdc-notched-outline[dir="rtl"] {
  text-align: right;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}
.mdc-notched-outline__leading {
  border-left: 1px solid;
  border-right: none;
  width: 12px;
}
[dir="rtl"] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir="rtl"] {
  border-left: none;
  border-right: 1px solid;
}
.mdc-notched-outline__trailing {
  border-left: none;
  border-right: 1px solid;
  flex-grow: 1;
}
[dir="rtl"] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir="rtl"] {
  border-left: 1px solid;
  border-right: none;
}
.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}
.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75);
}
.mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-left: 0;
  padding-right: 8px;
  border-top: none;
}
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
  padding-left: 8px;
  padding-right: 0;
}
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0;
}
.mdc-top-app-bar {
  background-color: #e84f14;
  background-color: var(--mdc-theme-primary, #e84f14);
  color: white;
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  z-index: 4;
}
.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  color: #fff;
  color: var(--mdc-theme-on-primary, #fff);
}
.mdc-top-app-bar .mdc-top-app-bar__action-item::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
  background-color: #fff;
  background-color: var(--mdc-theme-on-primary, #fff);
}
.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
  opacity: 0.08;
}
.mdc-top-app-bar
  .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar
  .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-top-app-bar
  .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar
  .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.mdc-top-app-bar
  .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-top-app-bar
  .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.mdc-top-app-bar
  .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}
.mdc-top-app-bar__row {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
}
.mdc-top-app-bar__section {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  padding: 8px 12px;
  z-index: 1;
}
.mdc-top-app-bar__section--align-start {
  justify-content: flex-start;
  order: -1;
}
.mdc-top-app-bar__section--align-end {
  justify-content: flex-end;
  order: 1;
}
.mdc-top-app-bar__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-headline6-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  padding-left: 20px;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
[dir="rtl"] .mdc-top-app-bar__title,
.mdc-top-app-bar__title[dir="rtl"] {
  padding-left: 0;
  padding-right: 20px;
}
.mdc-top-app-bar--short-collapsed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 0;
}
[dir="rtl"] .mdc-top-app-bar--short-collapsed,
.mdc-top-app-bar--short-collapsed[dir="rtl"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 24px;
}
.mdc-top-app-bar--short {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
[dir="rtl"] .mdc-top-app-bar--short,
.mdc-top-app-bar--short[dir="rtl"] {
  right: 0;
  left: auto;
}
.mdc-top-app-bar--short .mdc-top-app-bar__row {
  height: 56px;
}
.mdc-top-app-bar--short .mdc-top-app-bar__section {
  padding: 4px;
}
.mdc-top-app-bar--short .mdc-top-app-bar__title {
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
.mdc-top-app-bar--short-collapsed {
  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);
  width: 56px;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
  display: none;
}
.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
  transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
  width: 112px;
}
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item
  .mdc-top-app-bar__section--align-end {
  padding-left: 0;
  padding-right: 12px;
}
[dir="rtl"]
  .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item
  .mdc-top-app-bar__section--align-end,
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item
  .mdc-top-app-bar__section--align-end[dir="rtl"] {
  padding-left: 12px;
  padding-right: 0;
}
.mdc-top-app-bar--dense .mdc-top-app-bar__row {
  height: 48px;
}
.mdc-top-app-bar--dense .mdc-top-app-bar__section {
  padding: 0 4px;
}
.mdc-top-app-bar--dense .mdc-top-app-bar__title {
  padding-left: 12px;
  padding-right: 0;
}
[dir="rtl"] .mdc-top-app-bar--dense .mdc-top-app-bar__title,
.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir="rtl"] {
  padding-left: 0;
  padding-right: 12px;
}
.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 128px;
}
.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  align-self: flex-end;
  padding-bottom: 2px;
}
.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
  align-self: flex-start;
}
.mdc-top-app-bar--fixed {
  transition: box-shadow 200ms linear;
}
.mdc-top-app-bar--fixed-scrolled {
  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);
  transition: box-shadow 200ms linear;
}
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 96px;
}
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
  padding: 0 12px;
}
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 9px;
}
[dir="rtl"]
  .mdc-top-app-bar--dense.mdc-top-app-bar--prominent
  .mdc-top-app-bar__title,
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent
  .mdc-top-app-bar__title[dir="rtl"] {
  padding-left: 0;
  padding-right: 20px;
}
.mdc-top-app-bar--fixed-adjust {
  padding-top: 64px;
}
.mdc-top-app-bar--dense-fixed-adjust {
  padding-top: 48px;
}
.mdc-top-app-bar--short-fixed-adjust {
  padding-top: 56px;
}
.mdc-top-app-bar--prominent-fixed-adjust {
  padding-top: 128px;
}
.mdc-top-app-bar--dense-prominent-fixed-adjust {
  padding-top: 96px;
}
@media (max-width: 599px) {
  .mdc-top-app-bar__row {
    height: 56px;
  }
  .mdc-top-app-bar__section {
    padding: 4px;
  }
  .mdc-top-app-bar--short {
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mdc-top-app-bar--short-collapsed {
    transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
    padding-left: 0;
    padding-right: 12px;
  }
  [dir="rtl"]
    .mdc-top-app-bar--short-collapsed
    .mdc-top-app-bar__section--align-end,
  .mdc-top-app-bar--short-collapsed
    .mdc-top-app-bar__section--align-end[dir="rtl"] {
    padding-left: 12px;
    padding-right: 0;
  }
  .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-bottom: 6px;
  }
  .mdc-top-app-bar--fixed-adjust {
    padding-top: 56px;
  }
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list:focus {
  outline: none;
}
.mdc-list-item {
  height: 48px;
}
.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__graphic {
  background-color: transparent;
}
.mdc-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item--disabled .mdc-list-item__text {
  opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__text,
.mdc-list-item--disabled .mdc-list-item__primary-text,
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected,
.mdc-list-item--activated {
  color: #e84f14;
  color: var(--mdc-theme-primary, #e84f14);
}
.mdc-list-item--selected .mdc-list-item__graphic,
.mdc-list-item--activated .mdc-list-item__graphic {
  color: #e84f14;
  color: var(--mdc-theme-primary, #e84f14);
}
.mdc-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}
.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
}
.mdc-list-item:focus {
  outline: none;
}
.mdc-list-item:not(.mdc-list-item--selected):focus::before,
.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
}
.mdc-list-item.mdc-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
}
[dir="rtl"] .mdc-list-item,
.mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list--icon-list .mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir="rtl"] .mdc-list--icon-list .mdc-list-item,
.mdc-list--icon-list .mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list--avatar-list .mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir="rtl"] .mdc-list--avatar-list .mdc-list-item,
.mdc-list--avatar-list .mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list--thumbnail-list .mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
}
[dir="rtl"] .mdc-list--thumbnail-list .mdc-list-item,
.mdc-list--thumbnail-list .mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list--image-list .mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
  height: 72px;
}
[dir="rtl"] .mdc-list--image-list .mdc-list-item,
.mdc-list--image-list .mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-list--video-list .mdc-list-item {
  padding-left: 0px;
  padding-right: 16px;
  height: 72px;
}
[dir="rtl"] .mdc-list--video-list .mdc-list-item,
.mdc-list--video-list .mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 0px;
}
.mdc-list--dense .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,
.mdc-list--dense .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list-item__graphic {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  object-fit: cover;
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir="rtl"] .mdc-list-item__graphic,
.mdc-list-item__graphic[dir="rtl"] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-list--icon-list .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
}
[dir="rtl"] .mdc-list--icon-list .mdc-list-item__graphic,
.mdc-list--icon-list .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 32px;
  margin-right: 0;
}
.mdc-list--avatar-list .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,
.mdc-list--avatar-list .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list--thumbnail-list .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
[dir="rtl"] .mdc-list--thumbnail-list .mdc-list-item__graphic,
.mdc-list--thumbnail-list .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list--image-list .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 56px;
  height: 56px;
}
[dir="rtl"] .mdc-list--image-list .mdc-list-item__graphic,
.mdc-list--image-list .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list--video-list .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 100px;
  height: 56px;
}
[dir="rtl"] .mdc-list--video-list .mdc-list-item__graphic,
.mdc-list--video-list .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-list .mdc-list-item__graphic {
  display: inline-flex;
}
.mdc-list-item__meta {
  margin-left: auto;
  margin-right: 0;
}
.mdc-list-item__meta:not(.material-icons) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-caption-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item[dir="rtl"] .mdc-list-item__meta,
[dir="rtl"] .mdc-list-item .mdc-list-item__meta {
  margin-left: 0;
  margin-right: auto;
}
.mdc-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-list-item__text[for] {
  pointer-events: none;
}
.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list--video-list .mdc-list-item__primary-text,
.mdc-list--image-list .mdc-list-item__primary-text,
.mdc-list--thumbnail-list .mdc-list-item__primary-text,
.mdc-list--avatar-list .mdc-list-item__primary-text,
.mdc-list--icon-list .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list--video-list .mdc-list-item__primary-text::before,
.mdc-list--image-list .mdc-list-item__primary-text::before,
.mdc-list--thumbnail-list .mdc-list-item__primary-text::before,
.mdc-list--avatar-list .mdc-list-item__primary-text::before,
.mdc-list--icon-list .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-list--video-list .mdc-list-item__primary-text::after,
.mdc-list--image-list .mdc-list-item__primary-text::after,
.mdc-list--thumbnail-list .mdc-list-item__primary-text::after,
.mdc-list--avatar-list .mdc-list-item__primary-text::after,
.mdc-list--icon-list .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list--dense .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-list--dense .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-list--dense .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-body2-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-list--dense .mdc-list-item__secondary-text {
  font-size: inherit;
}
.mdc-list--dense .mdc-list-item {
  height: 40px;
}
.mdc-list--two-line .mdc-list-item__text {
  align-self: flex-start;
}
.mdc-list--two-line .mdc-list-item {
  height: 64px;
}
.mdc-list--two-line.mdc-list--video-list .mdc-list-item,
.mdc-list--two-line.mdc-list--image-list .mdc-list-item,
.mdc-list--two-line.mdc-list--thumbnail-list .mdc-list-item,
.mdc-list--two-line.mdc-list--avatar-list .mdc-list-item,
.mdc-list--two-line.mdc-list--icon-list .mdc-list-item {
  height: 72px;
}
.mdc-list--two-line.mdc-list--icon-list .mdc-list-item__graphic {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-list--two-line.mdc-list--dense .mdc-list-item,
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
  height: 60px;
}
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 36px;
  height: 36px;
}
[dir="rtl"] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 16px;
  margin-right: 0;
}
:not(.mdc-list-item--disabled).mdc-list-item {
  cursor: pointer;
}
a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mdc-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-list-divider--padded {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir="rtl"] .mdc-list-divider--padded,
.mdc-list-divider--padded[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list-divider--inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir="rtl"] .mdc-list-divider--inset,
.mdc-list-divider--inset[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list-divider--inset.mdc-list-divider--padded {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir="rtl"] .mdc-list-divider--inset.mdc-list-divider--padded,
.mdc-list-divider--inset.mdc-list-divider--padded[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list .mdc-list-divider--inset-leading {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir="rtl"] .mdc-list .mdc-list-divider--inset-leading,
.mdc-list .mdc-list-divider--inset-leading[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir="rtl"]
  .mdc-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing,
.mdc-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir="rtl"]
  .mdc-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding,
.mdc-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir="rtl"]
  .mdc-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding,
.mdc-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--icon-list .mdc-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir="rtl"] .mdc-list--icon-list .mdc-list-divider--inset-leading,
.mdc-list--icon-list .mdc-list-divider--inset-leading[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list--icon-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir="rtl"]
  .mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing,
.mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir="rtl"]
  .mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding,
.mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir="rtl"]
  .mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding,
.mdc-list--icon-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--avatar-list .mdc-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir="rtl"] .mdc-list--avatar-list .mdc-list-divider--inset-leading,
.mdc-list--avatar-list .mdc-list-divider--inset-leading[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list--avatar-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir="rtl"]
  .mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing,
.mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir="rtl"]
  .mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding,
.mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir="rtl"]
  .mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding,
.mdc-list--avatar-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--thumbnail-list .mdc-list-divider--inset-leading {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
[dir="rtl"] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading,
.mdc-list--thumbnail-list .mdc-list-divider--inset-leading[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list--thumbnail-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir="rtl"]
  .mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing,
.mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir="rtl"] {
  margin-left: 0;
  margin-right: 72px;
}
.mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir="rtl"]
  .mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding,
.mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir="rtl"]
  .mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding,
.mdc-list--thumbnail-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--image-list .mdc-list-divider--inset-leading {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 88px);
}
[dir="rtl"] .mdc-list--image-list .mdc-list-divider--inset-leading,
.mdc-list--image-list .mdc-list-divider--inset-leading[dir="rtl"] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-list--image-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  margin-left: 88px;
  margin-right: 0;
  width: calc(100% - 104px);
}
[dir="rtl"]
  .mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing,
.mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir="rtl"] {
  margin-left: 0;
  margin-right: 88px;
}
.mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir="rtl"]
  .mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding,
.mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  margin-left: 16px;
  margin-right: 0;
  width: calc(100% - 32px);
}
[dir="rtl"]
  .mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding,
.mdc-list--image-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 16px;
}
.mdc-list--video-list .mdc-list-divider--inset-leading {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px);
}
[dir="rtl"] .mdc-list--video-list .mdc-list-divider--inset-leading,
.mdc-list--video-list .mdc-list-divider--inset-leading[dir="rtl"] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-list--video-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}
.mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 132px);
}
[dir="rtl"]
  .mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing,
.mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir="rtl"] {
  margin-left: 0;
  margin-right: 116px;
}
.mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 0px);
}
[dir="rtl"]
  .mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding,
.mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  margin-left: 0px;
  margin-right: 0;
  width: calc(100% - 16px);
}
[dir="rtl"]
  .mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding,
.mdc-list--video-list
  .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir="rtl"] {
  margin-left: 0;
  margin-right: 0px;
}
.mdc-list-group .mdc-list {
  padding: 0;
}
.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-evolution-list-item__primary-text {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-evolution-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-evolution-list-item__start {
  background-color: transparent;
}
.mdc-evolution-list-item__start {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-evolution-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-evolution-list-item--disabled .mdc-evolution-list-item__content {
  opacity: 0.38;
}
.mdc-evolution-list-item--disabled .mdc-evolution-list-item__content,
.mdc-evolution-list-item--disabled .mdc-evolution-list-item__primary-text,
.mdc-evolution-list-item--disabled .mdc-evolution-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-evolution-list-item--selected .mdc-evolution-list-item__primary-text,
.mdc-list-item--activated .mdc-evolution-list-item__primary-text {
  color: #e84f14;
  color: var(--mdc-theme-primary, #e84f14);
}
.mdc-evolution-list-item--selected .mdc-evolution-list-item__start,
.mdc-list-item--activated .mdc-evolution-list-item__start {
  color: #e84f14;
  color: var(--mdc-theme-primary, #e84f14);
}
.mdc-evolution-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.mdc-evolution-list:focus {
  outline: none;
}
.mdc-evolution-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  align-items: stretch;
}
.mdc-evolution-list-item:focus {
  outline: none;
}
[dir="rtl"] .mdc-evolution-list-item,
.mdc-evolution-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-one-line {
  height: 48px;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-two-lines {
  height: 64px;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-three-lines {
  height: 88px;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-one-line
  .mdc-evolution-list-item__start {
  align-self: center;
  margin-top: 0;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-one-line
  .mdc-evolution-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__end {
  align-self: center;
  margin-top: 0;
}
.mdc-evolution-list-item.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}
.mdc-evolution-list-item:not(.mdc-evolution-list-item--selected):focus::before,
.mdc-evolution-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
}
.mdc-evolution-list-item.mdc-evolution-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
}
.mdc-evolution-list-item:not(.mdc-evolution-list-item--disabled) {
  cursor: pointer;
}
a.mdc-evolution-list-item {
  color: inherit;
  text-decoration: none;
}
.mdc-evolution-list-item__start {
  fill: currentColor;
}
.mdc-evolution-list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  min-width: 50%;
  flex: 1;
}
.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__content,
.mdc-evolution-list-item--with-three-lines .mdc-evolution-list-item__content {
  align-self: stretch;
}
.mdc-evolution-list-item__content[for] {
  pointer-events: none;
}
.mdc-evolution-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-evolution-list-item--with-two-lines .mdc-evolution-list-item__primary-text,
.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before,
.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after,
.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-body2-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-evolution-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item__overline-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__overline-text,
.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__overline-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__overline-text::before,
.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__overline-text::after,
.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-one-line {
  height: 56px;
}
.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-avatar
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-avatar
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-avatar.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-avatar .mdc-evolution-list-item__start {
  border-radius: 50%;
}
.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-one-line {
  height: 56px;
}
.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-icon .mdc-evolution-list-item__start {
  width: 24px;
  height: 24px;
}
.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"] .mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-icon .mdc-evolution-list-item__start {
  margin-left: 16px;
  margin-right: 32px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-icon
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-icon
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 32px;
  margin-right: 16px;
}
.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-icon.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-one-line {
  height: 56px;
}
.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-thumbnail
  .mdc-evolution-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-thumbnail
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-thumbnail
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-evolution-list-item--with-leading-thumbnail
  .mdc-evolution-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-thumbnail.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-one-line {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-image .mdc-evolution-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-image
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-image
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-evolution-list-item--with-leading-image .mdc-evolution-list-item__start {
  width: 56px;
  height: 56px;
}
.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-image.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-one-line {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-video .mdc-evolution-list-item__start {
  margin-left: 0;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-video
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-video
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 16px;
  margin-right: 0;
}
.mdc-evolution-list-item--with-leading-video .mdc-evolution-list-item__start {
  width: 100px;
  height: 56px;
}
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-video.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-one-line {
  height: 56px;
}
.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-checkbox
  .mdc-evolution-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-checkbox
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-checkbox
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-evolution-list-item--with-leading-checkbox
  .mdc-evolution-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-checkbox.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-one-line {
  height: 56px;
}
.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-radio .mdc-evolution-list-item__start {
  margin-left: 8px;
  margin-right: 24px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-radio
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-radio
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 24px;
  margin-right: 8px;
}
.mdc-evolution-list-item--with-leading-radio .mdc-evolution-list-item__start {
  width: 40px;
  height: 40px;
}
.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-radio.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-one-line {
  height: 56px;
}
.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines {
  height: 72px;
}
.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item {
  padding-left: 0;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item,
.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item[dir="rtl"] {
  padding-left: auto;
  padding-right: 0;
}
.mdc-evolution-list-item--with-leading-switch .mdc-evolution-list-item__start {
  margin-left: 16px;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-leading-switch
  .mdc-evolution-list-item__start,
.mdc-evolution-list-item--with-leading-switch
  .mdc-evolution-list-item__start[dir="rtl"] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-evolution-list-item--with-leading-switch .mdc-evolution-list-item__start {
  width: 36px;
  height: 20px;
}
.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}
.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-leading-switch.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}
.mdc-evolution-list-item--with-trailing-icon.mdc-evolution-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-icon.mdc-evolution-list-item,
.mdc-evolution-list-item--with-trailing-icon.mdc-evolution-list-item[dir="rtl"] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-evolution-list-item--with-trailing-icon .mdc-evolution-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-icon
  .mdc-evolution-list-item__end,
.mdc-evolution-list-item--with-trailing-icon
  .mdc-evolution-list-item__end[dir="rtl"] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-evolution-list-item--with-trailing-icon .mdc-evolution-list-item__end {
  width: 24px;
  height: 24px;
}
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item,
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item[dir="rtl"] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-evolution-list-item--with-trailing-meta .mdc-evolution-list-item__end {
  margin-left: 28px;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-meta
  .mdc-evolution-list-item__end,
.mdc-evolution-list-item--with-trailing-meta
  .mdc-evolution-list-item__end[dir="rtl"] {
  margin-left: 16px;
  margin-right: 28px;
}
.mdc-evolution-list-item--with-trailing-meta .mdc-evolution-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-caption-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__end,
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__end {
  display: block;
  margin-top: 0;
  line-height: normal;
}
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-two-lines
  .mdc-evolution-list-item__end::before,
.mdc-evolution-list-item--with-trailing-meta.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}
.mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item,
.mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item[dir="rtl"] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-evolution-list-item--with-trailing-checkbox .mdc-evolution-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-checkbox
  .mdc-evolution-list-item__end,
.mdc-evolution-list-item--with-trailing-checkbox
  .mdc-evolution-list-item__end[dir="rtl"] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-evolution-list-item--with-trailing-checkbox .mdc-evolution-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-evolution-list-item--with-trailing-checkbox.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item,
.mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item[dir="rtl"] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-evolution-list-item--with-trailing-radio .mdc-evolution-list-item__end {
  margin-left: 24px;
  margin-right: 8px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-radio
  .mdc-evolution-list-item__end,
.mdc-evolution-list-item--with-trailing-radio
  .mdc-evolution-list-item__end[dir="rtl"] {
  margin-left: 8px;
  margin-right: 24px;
}
.mdc-evolution-list-item--with-trailing-radio .mdc-evolution-list-item__end {
  width: 40px;
  height: 40px;
}
.mdc-evolution-list-item--with-trailing-radio.mdc-evolution-list-item--with-three-lines
  .mdc-evolution-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}
.mdc-evolution-list-item--with-trailing-switch.mdc-evolution-list-item {
  padding-left: auto;
  padding-right: 0;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-switch.mdc-evolution-list-item,
.mdc-evolution-list-item--with-trailing-switch.mdc-evolution-list-item[dir="rtl"] {
  padding-left: 0;
  padding-right: auto;
}
.mdc-evolution-list-item--with-trailing-switch .mdc-evolution-list-item__end {
  margin-left: 16px;
  margin-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-item--with-trailing-switch
  .mdc-evolution-list-item__end,
.mdc-evolution-list-item--with-trailing-switch
  .mdc-evolution-list-item__end[dir="rtl"] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-evolution-list-item--with-trailing-switch .mdc-evolution-list-item__end {
  width: 36px;
  height: 20px;
}
.mdc-evolution-list-group .mdc-list {
  padding: 0;
}
.mdc-evolution-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-evolution-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdc-evolution-list-divider {
  height: 1px;
  padding: 0;
  background-clip: content-box;
}
.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-padding {
  padding-left: 16px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-padding,
.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-padding[dir="rtl"] {
  padding-left: auto;
  padding-right: 16px;
}
.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 16px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 16px;
}
.mdc-evolution-list-divider.mdc-evolution-list-divider--with-trailing-inset {
  padding-left: auto;
  padding-right: 16px;
}
[dir="rtl"]
  .mdc-evolution-list-divider.mdc-evolution-list-divider--with-trailing-inset,
.mdc-evolution-list-divider.mdc-evolution-list-divider--with-trailing-inset[dir="rtl"] {
  padding-left: 16px;
  padding-right: auto;
}
.mdc-evolution-list-divider--with-leading-icon.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 72px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-icon.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-icon.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 72px;
}
.mdc-evolution-list-divider--with-leading-image.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 88px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-image.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-image.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 88px;
}
.mdc-evolution-list-divider--with-leading-thumbnail.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 72px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-thumbnail.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-thumbnail.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 72px;
}
.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-padding {
  padding-left: 0px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-padding,
.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-padding[dir="rtl"] {
  padding-left: auto;
  padding-right: 0px;
}
.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 116px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-video.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 116px;
}
.mdc-evolution-list-divider--with-leading-avatar.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 72px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-avatar.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-avatar.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 72px;
}
.mdc-evolution-list-divider--with-leading-checkbox.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 72px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-checkbox.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-checkbox.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 72px;
}
.mdc-evolution-list-divider--with-leading-switch.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 84px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-switch.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-switch.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 84px;
}
.mdc-evolution-list-divider--with-leading-radio.mdc-evolution-list-divider--with-leading-inset {
  padding-left: 72px;
  padding-right: auto;
}
[dir="rtl"]
  .mdc-evolution-list-divider--with-leading-radio.mdc-evolution-list-divider--with-leading-inset,
.mdc-evolution-list-divider--with-leading-radio.mdc-evolution-list-divider--with-leading-inset[dir="rtl"] {
  padding-left: auto;
  padding-right: 72px;
}
@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item,
:not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded
  .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded
  .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item.mdc-ripple-upgraded--unbounded
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded
  .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item.mdc-ripple-upgraded--foreground-activation
  .mdc-list-item__ripple::after,
:not(
    .mdc-list-item--disabled
  ).mdc-list-item.mdc-ripple-upgraded--foreground-activation
  .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item.mdc-ripple-upgraded--foreground-deactivation
  .mdc-list-item__ripple::after,
:not(
    .mdc-list-item--disabled
  ).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation
  .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded
  .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  background-color: #000;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item:hover
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:hover
  .mdc-list-item__ripple::before {
  opacity: 0.04;
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item:not(
    .mdc-ripple-upgraded
  ):focus
  .mdc-list-item__ripple::before,
:not(
    .mdc-list-item--disabled
  ).mdc-list-item.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus
  .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item:not(.mdc-ripple-upgraded)
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)
  .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item:not(
    .mdc-ripple-upgraded
  ):active
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active
  .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item.mdc-ripple-upgraded,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated
  .mdc-list-item__ripple::before {
  opacity: 0.12;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item--activated
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated
  .mdc-list-item__ripple::after {
  background-color: #e84f14;
  background-color: var(--mdc-theme-primary, #e84f14);
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:hover
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:hover
  .mdc-list-item__ripple::before {
  opacity: 0.16;
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item--activated.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:not(
    .mdc-ripple-upgraded
  ):focus
  .mdc-list-item__ripple::before,
:not(
    .mdc-list-item--disabled
  ).mdc-list-item--activated.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(
    .mdc-ripple-upgraded
  ):focus
  .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:not(
    .mdc-ripple-upgraded
  )
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(
    .mdc-ripple-upgraded
  )
  .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--activated:not(
    .mdc-ripple-upgraded
  ):active
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(
    .mdc-ripple-upgraded
  ):active
  .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item--activated.mdc-ripple-upgraded,
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected
  .mdc-list-item__ripple::before {
  opacity: 0.08;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item--selected
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected
  .mdc-list-item__ripple::after {
  background-color: #e84f14;
  background-color: var(--mdc-theme-primary, #e84f14);
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:hover
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:hover
  .mdc-list-item__ripple::before {
  opacity: 0.12;
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item--selected.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:not(
    .mdc-ripple-upgraded
  ):focus
  .mdc-list-item__ripple::before,
:not(
    .mdc-list-item--disabled
  ).mdc-list-item--selected.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(
    .mdc-ripple-upgraded
  ):focus
  .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:not(
    .mdc-ripple-upgraded
  )
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)
  .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item--selected:not(
    .mdc-ripple-upgraded
  ):active
  .mdc-list-item__ripple::after,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(
    .mdc-ripple-upgraded
  ):active
  .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
}
:not(
    .mdc-list-item--disabled
  ).mdc-evolution-list-item--selected.mdc-ripple-upgraded,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.2;
}
:not(.mdc-list-item--disabled).mdc-evolution-list-item .mdc-list-item__ripple,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded
  .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation
  .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation
  .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
}
.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus
  .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-menu-surface {
  display: none;
  position: absolute;
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 0;
  transform: scale(1);
  transform-origin: top left;
  opacity: 0;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    height 250ms cubic-bezier(0, 0, 0.2, 1);
  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);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px);
  transform-origin-left: top left;
  transform-origin-right: top right;
}
.mdc-menu-surface:focus {
  outline: none;
}
.mdc-menu-surface--open {
  display: inline-block;
  transform: scale(1);
  opacity: 1;
}
.mdc-menu-surface--animating-open {
  display: inline-block;
  transform: scale(0.8);
  opacity: 0;
}
.mdc-menu-surface--animating-closed {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.075s linear;
}
[dir="rtl"] .mdc-menu-surface,
.mdc-menu-surface[dir="rtl"] {
  transform-origin-left: top right;
  transform-origin-right: top left;
}
.mdc-menu-surface--anchor {
  position: relative;
  overflow: visible;
}
.mdc-menu-surface--fixed {
  position: fixed;
}
.mdc-menu-surface--fullwidth {
  width: 100%;
}
.mdc-elevation-overlay {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  opacity: var(--mdc-elevation-overlay-opacity, 0);
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  background-color: var(--mdc-elevation-overlay-color, #fff);
}
.mdc-menu {
  min-width: 112px;
}
.mdc-menu .mdc-list-item__meta {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-list-item__graphic {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-list {
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}
.mdc-menu .mdc-list .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-menu .mdc-list-divider {
  margin: 8px 0;
}
.mdc-menu .mdc-list-item {
  user-select: none;
}
.mdc-menu .mdc-list-item--disabled {
  cursor: auto;
}
.mdc-menu a.mdc-list-item .mdc-list-item__text,
.mdc-menu a.mdc-list-item .mdc-list-item__graphic {
  pointer-events: none;
}
.mdc-menu__selection-group {
  padding: 0;
  fill: currentColor;
}
.mdc-menu__selection-group .mdc-list-item {
  padding-left: 56px;
  padding-right: 16px;
}
[dir="rtl"] .mdc-menu__selection-group .mdc-list-item,
.mdc-menu__selection-group .mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 56px;
}
.mdc-menu__selection-group .mdc-menu__selection-group-icon {
  left: 16px;
  right: initial;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon,
.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
  left: initial;
  right: 16px;
}
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
  display: inline;
}
.mdc-select {
  display: inline-flex;
  position: relative;
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-select.mdc-select--disabled .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: rgba(232, 79, 20, 0.87);
}
.mdc-select.mdc-select--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.mdc-select:not(.mdc-select--disabled).mdc-select--focused
  .mdc-select__dropdown-icon {
  fill: #e84f14;
  fill: var(--mdc-theme-primary, #e84f14);
}
.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-select.mdc-select--disabled + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-select.mdc-select--disabled .mdc-select__icon {
  color: rgba(0, 0, 0, 0.38);
}
@media screen and (-ms-high-contrast: active) {
  .mdc-select.mdc-select--disabled .mdc-select__selected-text {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
    fill: red;
  }
  .mdc-select.mdc-select--disabled .mdc-floating-label {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-notched-outline__leading,
  .mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
  .mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-select__icon {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled + .mdc-select-helper-text {
    color: GrayText;
  }
}
.mdc-select .mdc-floating-label {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.mdc-select .mdc-select__anchor {
  padding-left: 16px;
  padding-right: 0;
}
[dir="rtl"] .mdc-select .mdc-select__anchor,
.mdc-select .mdc-select__anchor[dir="rtl"] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
  padding-left: 0;
  padding-right: 0;
}
[dir="rtl"] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir="rtl"] {
  padding-left: 0;
  padding-right: 0;
}
.mdc-select .mdc-select__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.mdc-select .mdc-select__dropdown-icon {
  width: 24px;
  height: 24px;
}
.mdc-select .mdc-select__menu .mdc-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
[dir="rtl"] .mdc-select .mdc-select__menu .mdc-list-item,
.mdc-select .mdc-select__menu .mdc-list-item[dir="rtl"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mdc-select .mdc-select__menu .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 12px;
}
[dir="rtl"] .mdc-select .mdc-select__menu .mdc-list-item__graphic,
.mdc-select .mdc-select__menu .mdc-list-item__graphic[dir="rtl"] {
  margin-left: 12px;
  margin-right: 0;
}
.mdc-select__dropdown-icon {
  margin-left: 12px;
  margin-right: 12px;
  display: inline-flex;
  position: relative;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  pointer-events: none;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  position: absolute;
  top: 0;
  left: 0;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic {
  width: 41.6666666667%;
  height: 20.8333333333%;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  opacity: 1;
  transition: opacity 75ms linear 75ms;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
  opacity: 0;
  transition: opacity 75ms linear;
}
[dir="rtl"] .mdc-select__dropdown-icon,
.mdc-select__dropdown-icon[dir="rtl"] {
  margin-left: 12px;
  margin-right: 12px;
}
.mdc-select--activated
  .mdc-select__dropdown-icon
  .mdc-select__dropdown-icon-inactive {
  opacity: 0;
  transition: opacity 49.5ms linear;
}
.mdc-select--activated
  .mdc-select__dropdown-icon
  .mdc-select__dropdown-icon-active {
  opacity: 1;
  transition: opacity 100.5ms linear 49.5ms;
}
.mdc-select__anchor {
  width: 200px;
  min-width: 0;
  flex: 1 1 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-select__selected-text-container {
  display: flex;
  appearance: none;
  pointer-events: none;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  flex-grow: 1;
  height: 28px;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.mdc-select__selected-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: left;
}
[dir="rtl"] .mdc-select__selected-text,
.mdc-select__selected-text[dir="rtl"] {
  text-align: right;
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
  .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid
  + .mdc-select-helper-text--validation-msg {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: #b00020;
  fill: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
  .mdc-select__dropdown-icon {
  fill: #b00020;
  fill: var(--mdc-theme-error, #b00020);
}
.mdc-select--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item {
  padding-left: 12px;
  padding-right: 12px;
}
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item,
.mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item[dir="rtl"] {
  padding-left: 12px;
  padding-right: 12px;
}
.mdc-select__menu .mdc-list .mdc-select__icon {
  margin-left: 0;
  margin-right: 0;
}
[dir="rtl"] .mdc-select__menu .mdc-list .mdc-select__icon,
.mdc-select__menu .mdc-list .mdc-select__icon[dir="rtl"] {
  margin-left: 0;
  margin-right: 0;
}
.mdc-select__menu .mdc-list .mdc-list-item--selected,
.mdc-select__menu .mdc-list .mdc-list-item--activated {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-select__menu .mdc-list .mdc-list-item--selected .mdc-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-list-item--activated .mdc-list-item__graphic {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-select--filled .mdc-select__anchor {
  height: 56px;
  display: flex;
  align-items: baseline;
}
.mdc-select--filled .mdc-select__anchor::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}
.mdc-select--filled.mdc-select--no-label
  .mdc-select__anchor
  .mdc-select__selected-text::before {
  content: "​";
}
.mdc-select--filled.mdc-select--no-label
  .mdc-select__anchor
  .mdc-select__selected-text-container {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before {
  display: none;
}
.mdc-select--filled .mdc-select__anchor {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: whitesmoke;
}
.mdc-select--filled.mdc-select--disabled .mdc-select__anchor {
  background-color: #fafafa;
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #e84f14;
  border-bottom-color: var(--mdc-theme-primary, #e84f14);
}
.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-select--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}
.mdc-select--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}
.mdc-select--filled .mdc-menu-surface--is-open-below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after {
  transform: scale(1, 2);
  opacity: 1;
}
.mdc-select--filled .mdc-floating-label {
  left: 16px;
  right: initial;
}
[dir="rtl"] .mdc-select--filled .mdc-floating-label,
.mdc-select--filled .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 16px;
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
  left: 48px;
  right: initial;
}
[dir="rtl"]
  .mdc-select--filled.mdc-select--with-leading-icon
  .mdc-floating-label,
.mdc-select--filled.mdc-select--with-leading-icon
  .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 48px;
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
  max-width: calc(100% - 96px);
}
.mdc-select--filled.mdc-select--with-leading-icon
  .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined {
  border: none;
}
.mdc-select--outlined .mdc-select__anchor {
  height: 56px;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-select--outlined
  .mdc-select__anchor.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined
  .mdc-select__anchor
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}
.mdc-select--outlined
  .mdc-select__anchor.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined
  .mdc-select__anchor
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-56px {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
[dir="rtl"]
  .mdc-select--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-select--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(12px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch {
    max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
  }
}
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
[dir="rtl"]
  .mdc-select--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-select--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-select__anchor {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir="rtl"] .mdc-select--outlined .mdc-select__anchor,
.mdc-select--outlined .mdc-select__anchor[dir="rtl"] {
  padding-left: 0;
}
@supports (top: max(0%)) {
  [dir="rtl"] .mdc-select--outlined .mdc-select__anchor,
  .mdc-select--outlined .mdc-select__anchor[dir="rtl"] {
    padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-select--outlined + .mdc-select-helper-text {
    margin-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir="rtl"] .mdc-select--outlined + .mdc-select-helper-text,
.mdc-select--outlined + .mdc-select-helper-text[dir="rtl"] {
  margin-left: 0;
}
@supports (top: max(0%)) {
  [dir="rtl"] .mdc-select--outlined + .mdc-select-helper-text,
  .mdc-select--outlined + .mdc-select-helper-text[dir="rtl"] {
    margin-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: transparent;
}
.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor {
  background-color: transparent;
}
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__anchor:hover
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__anchor:hover
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__anchor:hover
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #e84f14;
  border-color: var(--mdc-theme-primary, #e84f14);
}
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-select--outlined
  .mdc-select__anchor
  :not(.mdc-notched-outline--notched)
  .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}
.mdc-select--outlined .mdc-select__anchor {
  display: flex;
  align-items: baseline;
  overflow: visible;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-select--outlined
  .mdc-select__anchor.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined
  .mdc-select__anchor
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}
.mdc-select--outlined
  .mdc-select__anchor.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined
  .mdc-select__anchor
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-select--outlined
  .mdc-select__anchor
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before {
  content: "​";
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.mdc-select--outlined .mdc-select__anchor::before {
  display: none;
}
.mdc-select--outlined .mdc-select__selected-text-container {
  display: flex;
  border: none;
  z-index: 1;
  background-color: transparent;
}
.mdc-select--outlined .mdc-select__icon {
  z-index: 2;
}
.mdc-select--outlined .mdc-floating-label {
  line-height: 1.15rem;
  left: 4px;
  right: initial;
}
[dir="rtl"] .mdc-select--outlined .mdc-floating-label,
.mdc-select--outlined .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 4px;
}
.mdc-select--outlined.mdc-select--focused
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 2px;
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled)
  .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled)
  .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled)
  .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(
    .mdc-select--focused
  )
  .mdc-select__anchor:hover
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(
    .mdc-select--focused
  )
  .mdc-select__anchor:hover
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(
    .mdc-select--focused
  )
  .mdc-select__anchor:hover
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined.mdc-select--invalid:not(
    .mdc-select--disabled
  ).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(
    .mdc-select--disabled
  ).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(
    .mdc-select--disabled
  ).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-select--outlined.mdc-select--invalid:not(
    .mdc-select--disabled
  ).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(
    .mdc-select--disabled
  ).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(
    .mdc-select--disabled
  ).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
  left: 36px;
  right: initial;
}
[dir="rtl"]
  .mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label,
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 36px;
}
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label--float-above {
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}
[dir="rtl"]
  .mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-37.25px) translateX(32px) scale(1);
}
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}
[dir="rtl"]
  .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
}
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px
    250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
  0% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
}
[dir="rtl"]
  .mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label--shake,
.mdc-select--outlined.mdc-select--with-leading-icon[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px
    250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
  0% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-select__anchor
  :not(.mdc-notched-outline--notched)
  .mdc-notched-outline__notch {
  max-width: calc(100% - 96px);
}
.mdc-select--outlined .mdc-menu-surface {
  margin-bottom: 8px;
}
.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,
.mdc-select--outlined .mdc-menu-surface--is-open-below {
  margin-bottom: 0;
}
.mdc-select__anchor {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-select__anchor .mdc-select__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation
  .mdc-select__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation
  .mdc-select__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
}
.mdc-select__anchor:hover .mdc-select__ripple::before {
  opacity: 0.04;
}
.mdc-select__anchor.mdc-ripple-upgraded--background-focused
  .mdc-select__ripple::before,
.mdc-select__anchor:not(.mdc-ripple-upgraded):focus
  .mdc-select__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-select__anchor .mdc-select__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-select__menu
  .mdc-list
  .mdc-list-item--selected
  .mdc-list-item__ripple::before,
.mdc-select__menu
  .mdc-list
  .mdc-list-item--selected
  .mdc-list-item__ripple::after {
  background-color: #000;
  background-color: var(--mdc-theme-on-surface, #000);
}
.mdc-select__menu
  .mdc-list
  .mdc-list-item--selected:hover
  .mdc-list-item__ripple::before {
  opacity: 0.04;
}
.mdc-select__menu
  .mdc-list
  .mdc-list-item--selected.mdc-ripple-upgraded--background-focused
  .mdc-list-item__ripple::before,
.mdc-select__menu
  .mdc-list
  .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus
  .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-select__menu
  .mdc-list
  .mdc-list-item--selected:not(.mdc-ripple-upgraded)
  .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-select__menu
  .mdc-list
  .mdc-list-item--selected:not(.mdc-ripple-upgraded):active
  .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-select-helper-text {
  margin: 0;
  margin-left: 16px;
  margin-right: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-caption-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
}
[dir="rtl"] .mdc-select-helper-text,
.mdc-select-helper-text[dir="rtl"] {
  margin-left: 16px;
  margin-right: 16px;
}
.mdc-select-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
.mdc-select-helper-text--validation-msg {
  opacity: 0;
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-select--invalid + .mdc-select-helper-text--validation-msg,
.mdc-select-helper-text--validation-msg-persistent {
  opacity: 1;
}
.mdc-select--with-leading-icon .mdc-select__icon {
  display: inline-block;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  align-self: center;
  background-color: transparent;
  fill: currentColor;
}
.mdc-select--with-leading-icon .mdc-select__icon {
  margin-left: 12px;
  margin-right: 12px;
}
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__icon,
.mdc-select--with-leading-icon .mdc-select__icon[dir="rtl"] {
  margin-left: 12px;
  margin-right: 12px;
}
.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-button {
  padding: 0px 20px !important;
}
.mdc-button .mdc-button__label {
  text-transform: none;
}
.mdc-button.mdc-button-transparent:not(:disabled) {
  color: #6b7983;
}
.mdc-button.mdc-button-transparent:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.05);
}
.dashboard-filter-formfield {
  margin-bottom: 0px !important;
}
.dashboard-filter-formfield:not(.mdc-select--disabled)
  .mdc-notched-outline__leading,
.dashboard-filter-formfield:not(.mdc-select--disabled)
  .mdc-notched-outline__notch,
.dashboard-filter-formfield:not(.mdc-select--disabled)
  .mdc-notched-outline__trailing {
  border-color: #e1e4e6;
}
.dashboard-filter-formfield .mdc-floating-label--float-above {
  transform: translateY(-23.75px) scale(0.75) !important;
}
@media only screen and (min-width: 1025px) {
  .dashboard-filter-formfield .mdc-floating-label--float-above {
    transform: translateY(-1.738vw) scale(0.75) !important;
  }
}
.mdc-floating-label--float-above {
  transform: translateY(-30.75px) scale(0.75) !important;
}
@media only screen and (min-width: 1025px) {
  .mdc-floating-label--float-above {
    transform: translateY(-2.251vw) scale(0.75) !important;
  }
}
.custom-field {
  height: 45px !important;
  margin-bottom: 15px;
}
.custom-field.nomargin {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .custom-field {
    height: 3.294vw !important;
    margin-bottom: 1.09vw !important;
  }
  .custom-field.nomargin {
    margin-bottom: 0 !important;
  }
}
.custom-textarea-field {
  width: 100% !important;
}
.custom-textarea-field .mdc-text-field__resizer {
  resize: none;
}
.mdc-select {
  width: 100%;
  margin-bottom: 15px;
}
.mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #e1e4e6;
}
.mdc-select .mdc-select__menu {
  max-height: 230px !important;
}
.mdc-select .mdc-select__menu.mdc-select__menu-above {
  transform-origin: center bottom !important;
  bottom: 55px;
  top: unset !important;
}
.mdc-select .mdc-select__anchor {
  height: 45px;
}
@media only screen and (min-width: 1025px) {
  .mdc-select {
    margin-bottom: 1.09vw;
  }
  .mdc-select .mdc-select__menu {
    max-height: 16vw;
  }
  .mdc-select .mdc-select__menu.mdc-select__menu-above {
    bottom: 4.026vw !important;
  }
  .mdc-select .mdc-select__anchor {
    height: 3.294vw !important;
  }
}
.mdc-text-field__icon--trailing {
  padding: 0px !important;
  color: #929292 !important;
}
.mdc-text-field__icon--trailing:focus {
  outline: none !important;
}
.mdc-text-field__icon--trailing:hover {
  color: #262626 !important;
}
.mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #e1e4e6;
}
.mdc-text-field__icon--leading {
  margin-left: 0px !important;
}
.mdc-touch-target-wrapper {
  display: inline;
}
.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-button-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  padding: 0 8px 0 8px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  line-height: inherit;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
  border-radius: var(--mdc-shape-small, 4px);
  height: 36px;
}
.mdc-button .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mdc-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-button:active {
  outline: none;
}
.mdc-button:hover {
  cursor: pointer;
}
.mdc-button:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-button .mdc-button__ripple {
  border-radius: 4px;
  border-radius: var(--mdc-shape-small, 4px);
}
.mdc-button:not(:disabled) {
  background-color: transparent;
}
.mdc-button:disabled {
  background-color: transparent;
}
.mdc-button .mdc-button__icon {
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  vertical-align: top;
}
[dir="rtl"] .mdc-button .mdc-button__icon,
.mdc-button .mdc-button__icon[dir="rtl"] {
  margin-left: 8px;
  margin-right: 0;
}
.mdc-button .mdc-button__touch {
  position: absolute;
  top: 50%;
  right: 0;
  height: 48px;
  left: 0;
  transform: translateY(-50%);
}
.mdc-button:not(:disabled) {
  color: #e84f14;
  color: var(--mdc-theme-primary, #e84f14);
}
.mdc-button:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-button__label + .mdc-button__icon {
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .mdc-button__label + .mdc-button__icon,
.mdc-button__label + .mdc-button__icon[dir="rtl"] {
  margin-left: 0;
  margin-right: 8px;
}
svg.mdc-button__icon {
  fill: currentColor;
}
.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  margin-left: -4px;
  margin-right: 8px;
}
[dir="rtl"] .mdc-button--raised .mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button--unelevated .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button--outlined .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon[dir="rtl"] {
  margin-left: 8px;
  margin-right: -4px;
}
.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  margin-left: 8px;
  margin-right: -4px;
}
[dir="rtl"] .mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--raised .mdc-button__label + .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir="rtl"] {
  margin-left: -4px;
  margin-right: 8px;
}
.mdc-button--raised,
.mdc-button--unelevated {
  padding: 0 16px 0 16px;
}
.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  background-color: #e84f14;
  background-color: var(--mdc-theme-primary, #e84f14);
}
.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  color: #fff;
  color: var(--mdc-theme-on-primary, #fff);
}
.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-button--raised {
  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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-button--raised:hover,
.mdc-button--raised:focus {
  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);
}
.mdc-button--raised:active {
  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);
}
.mdc-button--raised:disabled {
  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);
}
.mdc-button--outlined {
  padding: 0 15px 0 15px;
  border-width: 1px;
  border-style: solid;
}
.mdc-button--outlined .mdc-button__ripple {
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
}
.mdc-button--outlined .mdc-button__touch {
  left: -1px;
  width: calc(100% + 2 * 1px);
}
.mdc-button--outlined:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-button--outlined:disabled {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-button--touch {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mdc-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-button .mdc-button__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-button.mdc-ripple-upgraded--foreground-activation
  .mdc-button__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-button.mdc-ripple-upgraded--foreground-deactivation
  .mdc-button__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  background-color: #e84f14;
  background-color: var(--mdc-theme-primary, #e84f14);
}
.mdc-button:hover .mdc-button__ripple::before {
  opacity: 0.04;
}
.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-button .mdc-button__ripple {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
  top: 0;
  left: 0;
}
.mdc-button--raised .mdc-button__ripple::before,
.mdc-button--raised .mdc-button__ripple::after,
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
  background-color: #fff;
  background-color: var(--mdc-theme-on-primary, #fff);
}
.mdc-button--raised:hover .mdc-button__ripple::before,
.mdc-button--unelevated:hover .mdc-button__ripple::before {
  opacity: 0.08;
}
.mdc-button--raised.mdc-ripple-upgraded--background-focused
  .mdc-button__ripple::before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused
  .mdc-button__ripple::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus
  .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active
  .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}
.mdc-icon-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  fill: currentColor;
  color: inherit;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mdc-icon-button svg,
.mdc-icon-button img {
  width: 24px;
  height: 24px;
}
.mdc-icon-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
}
.mdc-icon-button:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-icon-button__icon {
  display: inline-block;
}
.mdc-icon-button__icon.mdc-icon-button__icon--on {
  display: none;
}
.mdc-icon-button--on .mdc-icon-button__icon {
  display: none;
}
.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
  display: inline-block;
}
.mdc-icon-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-icon-button::before,
.mdc-icon-button::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-icon-button::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-icon-button.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-icon-button.mdc-ripple-upgraded::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-icon-button.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-icon-button.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-icon-button::before,
.mdc-icon-button::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-icon-button.mdc-ripple-upgraded::before,
.mdc-icon-button.mdc-ripple-upgraded::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-icon-button.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-icon-button::before,
.mdc-icon-button::after {
  background-color: #000;
}
.mdc-icon-button:hover::before {
  opacity: 0.04;
}
.mdc-icon-button.mdc-ripple-upgraded--background-focused::before,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-icon-button:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-icon-button:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-text-field--filled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-text-field--filled .mdc-text-field__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-text-field--filled.mdc-ripple-upgraded--unbounded
  .mdc-text-field__ripple::after {
  top: var(--mdc-ripple-top, 0);
  left: var(--mdc-ripple-left, 0);
}
.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation
  .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation
  .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-text-field__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-text-field {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-flex;
  align-items: baseline;
  padding: 0 16px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  will-change: opacity, transform, color;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled)
    .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled)
    .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: #e84f14;
  caret-color: var(--mdc-theme-primary, #e84f14);
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field .mdc-floating-label {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 0;
  background: none;
  appearance: none;
  padding: 0;
}
.mdc-text-field__input::-ms-clear {
  display: none;
}
.mdc-text-field__input::-webkit-calendar-picker-indicator {
  display: none;
}
.mdc-text-field__input:focus {
  outline: none;
}
.mdc-text-field__input:invalid {
  box-shadow: none;
}
@media all {
  .mdc-text-field__input::placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field__input:-ms-input-placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field--no-label .mdc-text-field__input::placeholder,
  .mdc-text-field--focused .mdc-text-field__input::placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
@media all {
  .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
  .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-subtitle1-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  white-space: nowrap;
}
.mdc-text-field--label-floating .mdc-text-field__affix,
.mdc-text-field--no-label .mdc-text-field__affix {
  opacity: 1;
}
@supports (-webkit-hyphens: none) {
  .mdc-text-field--outlined .mdc-text-field__affix {
    align-items: center;
    align-self: center;
    display: inline-flex;
    height: 100%;
  }
}
.mdc-text-field__affix--prefix {
  padding-left: 0;
  padding-right: 2px;
}
[dir="rtl"] .mdc-text-field__affix--prefix,
.mdc-text-field__affix--prefix[dir="rtl"] {
  padding-left: 2px;
  padding-right: 0;
}
.mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
  padding-left: 0;
  padding-right: 12px;
}
[dir="rtl"] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,
.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir="rtl"] {
  padding-left: 12px;
  padding-right: 0;
}
.mdc-text-field__affix--suffix {
  padding-left: 12px;
  padding-right: 0;
}
[dir="rtl"] .mdc-text-field__affix--suffix,
.mdc-text-field__affix--suffix[dir="rtl"] {
  padding-left: 0;
  padding-right: 12px;
}
.mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
  padding-left: 2px;
  padding-right: 0;
}
[dir="rtl"] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,
.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir="rtl"] {
  padding-left: 0;
  padding-right: 2px;
}
.mdc-text-field--filled {
  height: 56px;
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before {
  opacity: 0.04;
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused
  .mdc-text-field__ripple::before,
.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus
  .mdc-text-field__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-text-field--filled::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled)
  .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover
  .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: #e84f14;
  border-bottom-color: var(--mdc-theme-primary, #e84f14);
}
.mdc-text-field--filled .mdc-floating-label {
  left: 16px;
  right: initial;
}
[dir="rtl"] .mdc-text-field--filled .mdc-floating-label,
.mdc-text-field--filled .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 16px;
}
.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  height: 100%;
}
.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
  display: none;
}
.mdc-text-field--filled.mdc-text-field--no-label::before {
  display: none;
}
@supports (-webkit-hyphens: none) {
  .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix {
    align-items: center;
    align-self: center;
    display: inline-flex;
    height: 100%;
  }
}
.mdc-text-field--outlined {
  height: 56px;
  overflow: visible;
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-text-field--outlined .mdc-text-field__input {
  height: 100%;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #e84f14;
  border-color: var(--mdc-theme-primary, #e84f14);
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(12px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch {
    max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
  }
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-left-radius: 0;
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-top-left-radius: 4px;
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined {
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined + .mdc-text-field-helper-line {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined + .mdc-text-field-helper-line {
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-leading-icon {
  padding-left: 0;
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
[dir="rtl"] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir="rtl"] {
  padding-right: 0;
}
@supports (top: max(0%)) {
  [dir="rtl"] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,
  .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir="rtl"] {
    padding-left: max(16px, var(--mdc-shape-small, 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
  padding-right: 0;
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir="rtl"] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir="rtl"] {
  padding-left: 0;
}
@supports (top: max(0%)) {
  [dir="rtl"] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
  .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir="rtl"] {
    padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
  padding-left: 0;
  padding-right: 0;
}
.mdc-text-field--outlined
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  content: none;
}
.mdc-text-field--outlined .mdc-floating-label {
  left: 4px;
  right: initial;
}
[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  border: none !important;
  background-color: transparent;
}
.mdc-text-field--outlined .mdc-notched-outline {
  z-index: 1;
}
.mdc-text-field--textarea {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  transition: none;
}
.mdc-text-field--textarea .mdc-floating-label {
  top: 19px;
}
.mdc-text-field--textarea
  .mdc-floating-label:not(.mdc-floating-label--float-above) {
  transform: none;
}
.mdc-text-field--textarea .mdc-text-field__input {
  flex-grow: 1;
  height: auto;
  min-height: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  resize: none;
  padding: 0 16px;
  line-height: 1.5rem;
}
.mdc-text-field--textarea.mdc-text-field--filled::before {
  display: none;
}
.mdc-text-field--textarea.mdc-text-field--filled
  .mdc-floating-label--float-above {
  transform: translateY(-10.25px) scale(0.75);
}
.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-textarea-filled {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
  margin-top: 23px;
  margin-bottom: 9px;
}
.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label
  .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mdc-text-field--textarea.mdc-text-field--outlined
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 0;
}
.mdc-text-field--textarea.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}
.mdc-text-field--textarea.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}
.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-textarea-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
  top: 18px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter
  .mdc-text-field__input {
  margin-bottom: 2px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter
  .mdc-text-field-character-counter {
  align-self: flex-end;
  padding: 0 16px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter
  .mdc-text-field-character-counter::after {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: -16px;
}
.mdc-text-field--textarea.mdc-text-field--with-internal-counter
  .mdc-text-field-character-counter::before {
  display: none;
}
.mdc-text-field__resizer {
  align-self: stretch;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
  max-width: 100%;
  min-height: 56px;
  min-width: fit-content;
  min-width: -moz-available;
  min-width: -webkit-fill-available;
  overflow: hidden;
  resize: both;
}
.mdc-text-field--filled .mdc-text-field__resizer {
  transform: translateY(-1px);
}
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--filled
  .mdc-text-field__resizer
  .mdc-text-field-character-counter {
  transform: translateY(1px);
}
.mdc-text-field--outlined .mdc-text-field__resizer {
  transform: translateX(-1px) translateY(-1px);
}
[dir="rtl"] .mdc-text-field--outlined .mdc-text-field__resizer,
.mdc-text-field--outlined .mdc-text-field__resizer[dir="rtl"] {
  transform: translateX(1px) translateY(-1px);
}
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--outlined
  .mdc-text-field__resizer
  .mdc-text-field-character-counter {
  transform: translateX(1px) translateY(1px);
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-text-field__resizer
  .mdc-text-field__input,
.mdc-text-field--outlined
  .mdc-text-field__resizer
  .mdc-text-field__input[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-text-field__resizer
  .mdc-text-field-character-counter,
.mdc-text-field--outlined
  .mdc-text-field__resizer
  .mdc-text-field-character-counter[dir="rtl"] {
  transform: translateX(-1px) translateY(1px);
}
.mdc-text-field--with-leading-icon {
  padding-left: 0;
  padding-right: 16px;
}
[dir="rtl"] .mdc-text-field--with-leading-icon,
.mdc-text-field--with-leading-icon[dir="rtl"] {
  padding-left: 16px;
  padding-right: 0;
}
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 48px);
  left: 48px;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--filled
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--filled
  .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--filled
  .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label {
  left: 36px;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label[dir="rtl"] {
  left: initial;
  right: 36px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  :not(.mdc-notched-outline--notched)
  .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-37.25px) translateX(32px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon
    250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon
    250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-text-field--with-trailing-icon {
  padding-left: 16px;
  padding-right: 0;
}
[dir="rtl"] .mdc-text-field--with-trailing-icon,
.mdc-text-field--with-trailing-icon[dir="rtl"] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}
.mdc-text-field--with-trailing-icon.mdc-text-field--filled
  .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  :not(.mdc-notched-outline--notched)
  .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
  padding-left: 0;
  padding-right: 0;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled
  .mdc-floating-label {
  max-width: calc(100% - 96px);
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled
  .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}
.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 16px;
  padding-left: 16px;
}
.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(232, 79, 20, 0.87);
}
.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--focused
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}
.mdc-text-field--focused.mdc-text-field--outlined
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 2px;
}
.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 0;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover
  .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #b00020;
  caret-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-text-field__icon--trailing {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}
.mdc-text-field--disabled {
  pointer-events: none;
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled
    + .mdc-text-field-helper-line
    .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled
    + .mdc-text-field-helper-line
    .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
  display: none;
}
.mdc-text-field--disabled .mdc-text-field__input {
  pointer-events: auto;
}
.mdc-text-field--end-aligned .mdc-text-field__input {
  text-align: right;
}
[dir="rtl"] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir="rtl"] {
  text-align: left;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__input,
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__affix,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__input,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__affix {
  direction: ltr;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__affix--prefix {
  padding-left: 0;
  padding-right: 2px;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__affix--suffix {
  padding-left: 12px;
  padding-right: 0;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__icon--leading {
  order: 1;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__affix--suffix {
  order: 2;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__input,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__input {
  order: 3;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__affix--prefix {
  order: 4;
}
[dir="rtl"] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,
.mdc-text-field--ltr-text[dir="rtl"] .mdc-text-field__icon--trailing {
  order: 5;
}
[dir="rtl"]
  .mdc-text-field--ltr-text.mdc-text-field--end-aligned
  .mdc-text-field__input,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir="rtl"]
  .mdc-text-field__input {
  text-align: right;
}
[dir="rtl"]
  .mdc-text-field--ltr-text.mdc-text-field--end-aligned
  .mdc-text-field__affix--prefix,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir="rtl"]
  .mdc-text-field__affix--prefix {
  padding-right: 12px;
}
[dir="rtl"]
  .mdc-text-field--ltr-text.mdc-text-field--end-aligned
  .mdc-text-field__affix--suffix,
.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir="rtl"]
  .mdc-text-field__affix--suffix {
  padding-left: 2px;
}
.mdc-text-field-helper-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-caption-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}
.mdc-text-field-character-counter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-caption-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 0;
  white-space: nowrap;
}
.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-text-field__icon {
  align-self: center;
  cursor: pointer;
}
.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-text-field__icon svg {
  display: block;
}
.mdc-text-field__icon--leading {
  margin-left: 16px;
  margin-right: 8px;
}
[dir="rtl"] .mdc-text-field__icon--leading,
.mdc-text-field__icon--leading[dir="rtl"] {
  margin-left: 8px;
  margin-right: 16px;
}
.mdc-text-field__icon--trailing {
  padding: 12px;
  margin-left: 0px;
  margin-right: 0px;
}
[dir="rtl"] .mdc-text-field__icon--trailing,
.mdc-text-field__icon--trailing[dir="rtl"] {
  margin-left: 0px;
  margin-right: 0px;
}
.sidebar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.sidebar-wrapper .details-panel {
  width: 550px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}
.sidebar-wrapper .details-panel .sidebar-top {
  display: flex;
  flex-direction: column;
  height: 94%;
}
.sidebar-wrapper .details-panel .sidebar-top .main-heading {
  font-size: 24px;
  font-weight: 700;
  height: 6%;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .main-heading
  .refresh-notifications {
  font-size: 18px;
  margin-left: 5px;
}
.sidebar-wrapper .details-panel .sidebar-top .currency-converter-form {
  margin-top: 20px;
  flex: 1;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .currency-converter-form
  .currency-convert-btn-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .currency-converter-form
  .section-gap {
  height: 30px;
}
.sidebar-wrapper .details-panel .sidebar-top .new-shipment-form {
  margin-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sidebar-wrapper .details-panel .sidebar-top .new-shipment-form .form-stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step {
  display: flex;
  align-items: center;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step
  .count-circle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #e84f14;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e84f14;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step
  .count-circle
  .check-icon {
  display: none;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step
  .label {
  color: #929292;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step
  .step-line {
  height: 2px;
  background-color: #f2f2f2;
  flex: 1;
  margin: 0px 7px;
  position: relative;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step
  .step-line::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 0;
  background-color: #e84f14;
  transition: all 0.5s ease;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.active
  .count-circle {
  background-color: #e84f14;
  color: #fff;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.active
  .label {
  color: #262626;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.completed
  .count-circle {
  background-color: #e84f14;
  color: #fff;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.completed
  .count-circle
  .step-no {
  display: none;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.completed
  .count-circle
  .check-icon {
  display: block;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.completed
  .label {
  color: #262626;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.completed
  .step-line::before {
  width: 100%;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-stepper
  .step.with-step-line {
  flex-grow: 1;
}
.sidebar-wrapper .details-panel .sidebar-top .new-shipment-form .sub-heading {
  margin-bottom: 20px;
}
.sidebar-wrapper .details-panel .sidebar-top .new-shipment-form .form-wrapper {
  min-height: 0;
  margin-bottom: 10px;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-wrapper
  .shipment-review-item {
  min-height: 45px;
  border-bottom: 1px solid rgba(107, 121, 131, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-wrapper
  .shipment-review-item
  .left-content {
  color: #929292;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .form-wrapper
  .shipment-review-item
  .right-content {
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .ship-vehicle-images-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .ship-vehicle-images-wrap
  .vehicle-img {
  height: 90px;
  width: 110px;
  border: 1px solid rgba(107, 121, 131, 0.2);
  border-radius: 5px;
  margin-bottom: 15px;
  margin-left: 18px;
  position: relative;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .ship-vehicle-images-wrap
  .vehicle-img
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .ship-vehicle-images-wrap
  .vehicle-img:hover {
  border-color: #e84f14;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .ship-vehicle-images-wrap
  .vehicle-img:nth-child(1) {
  margin-left: 0;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .ship-vehicle-images-wrap
  .vehicle-img.selected {
  border-color: #e84f14;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .new-shipment-form
  .ship-vehicle-images-wrap
  .vehicle-img.selected::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -13px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #e84f14;
  font-size: 14px;
}
.sidebar-wrapper .details-panel .sidebar-top .notifications-wrapper {
  height: 94%;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .notifications-wrapper
  .notification-time {
  margin-top: 15px;
  margin-bottom: 5px;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .notifications-wrapper
  .notification-item {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(107, 121, 131, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.sidebar-wrapper
  .details-panel
  .sidebar-top
  .notifications-wrapper
  .notification-item.new-notification {
  font-weight: bold;
}
.sidebar-wrapper .details-panel .sidebar-bottom {
  display: flex;
  justify-content: space-between;
  height: 6%;
}
.sidebar-wrapper .details-panel .sidebar-bottom .block-btn.raised {
  margin-left: 10px;
}
.sidebar-wrapper .details-panel .sidebar-padding {
  padding: 0px 25px;
}
.sidebar-wrapper .details-panel.openSmall {
  width: 350px;
}
.sidebar-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.sidebar-wrapper.show .details-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.sidebar-wrapper.notifications-sidebar .sidebar-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .sidebar-wrapper .details-panel {
    width: 40vw;
    padding: 1.46vw 0 !important;
  }
  .sidebar-wrapper .details-panel .sidebar-top .main-heading {
    font-size: 1.75vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .main-heading
    .refresh-notifications {
    font-size: 1.31vw !important;
    margin-left: 0.366vw !important;
  }
  .sidebar-wrapper .details-panel .sidebar-top .currency-converter-form {
    margin-top: 1.46vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .currency-converter-form
    .currency-convert-btn-wrap {
    margin-top: 0.73vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .currency-converter-form
    .section-gap {
    height: 2.196vw !important;
  }
  .sidebar-wrapper .details-panel .sidebar-top .new-shipment-form {
    margin-top: 1.46vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .form-stepper {
    margin-bottom: 1.46vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .form-stepper
    .step
    .count-circle {
    height: 1.83vw !important;
    width: 1.83vw !important;
    margin-right: 0.51vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .form-stepper
    .step
    .step-line {
    height: 0.14vw !important;
    margin: 0 0.512vw !important;
  }
  .sidebar-wrapper .details-panel .sidebar-top .new-shipment-form .sub-heading {
    margin-bottom: 1.43vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .form-wrapper {
    margin-bottom: 0.73vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .form-wrapper
    .shipment-review-item {
    min-height: 3.29vw !important;
    padding: 0.366vw 0 !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .ship-vehicle-images-wrap
    .vehicle-img {
    height: 6.58vw !important;
    width: 8.05vw !important;
    border-radius: 0.366vw !important;
    margin-bottom: 1.09vw !important;
    margin-left: 1.31vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .ship-vehicle-images-wrap
    .vehicle-img
    img {
    border-radius: 0.366vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .ship-vehicle-images-wrap
    .vehicle-img:nth-child(1) {
    margin-left: 0 !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .ship-vehicle-images-wrap
    .vehicle-img:nth-child(4n + 5) {
    margin-left: 0 !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .new-shipment-form
    .ship-vehicle-images-wrap
    .vehicle-img.selected::after {
    right: -0.58vw !important;
    top: -0.95vw !important;
    font-size: 1.02vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .notifications-wrapper
    .notification-time {
    margin-top: 1.09vw !important;
    margin-bottom: 0.366vw !important;
  }
  .sidebar-wrapper
    .details-panel
    .sidebar-top
    .notifications-wrapper
    .notification-item {
    padding: 1.09vw 0 !important;
  }
  .sidebar-wrapper .details-panel .sidebar-padding {
    padding: 0 1.83vw !important;
  }
  .sidebar-wrapper .details-panel #mobile-tablet-close-sidebar-btn {
    display: none !important;
  }
  .sidebar-wrapper .details-panel.openSmall {
    width: 25.62vw !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sidebar-wrapper {
    position: fixed;
  }
  .sidebar-wrapper .details-panel {
    width: 100vw !important;
    position: relative;
  }
  .sidebar-wrapper .details-panel .ship-vehicle-images-wrap {
    justify-content: space-between;
  }
  .sidebar-wrapper .details-panel .ship-vehicle-images-wrap .vehicle-img {
    height: 200px !important;
    width: 49% !important;
    margin-bottom: 16px !important;
    margin-left: 0px !important;
  }
  .sidebar-wrapper .details-panel .ship-vehicle-images-wrap .vehicle-img img {
    border-radius: 0.366vw !important;
  }
  .sidebar-wrapper .details-panel #mobile-tablet-close-sidebar-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 10px;
    background-color: #fff;
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-wrapper {
    position: fixed;
  }
  .sidebar-wrapper .details-panel {
    width: 100vw;
  }
  .sidebar-wrapper .details-panel .new-shipment-form .count-circle {
    margin-right: 0px !important;
  }
  .sidebar-wrapper .details-panel .new-shipment-form .label {
    display: none;
  }
  .sidebar-wrapper .details-panel .new-shipment-form .ship-vehicle-images-wrap {
    justify-content: space-between;
  }
  .sidebar-wrapper
    .details-panel
    .new-shipment-form
    .ship-vehicle-images-wrap
    .vehicle-img {
    height: 200px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
    margin-left: 0px !important;
  }
  .sidebar-wrapper
    .details-panel
    .new-shipment-form
    .ship-vehicle-images-wrap
    .vehicle-img
    img {
    border-radius: 0.366vw !important;
  }
  .sidebar-wrapper .details-panel .sidebar-padding {
    padding: 0px 7px !important;
  }
}
.tablet-mobile-sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  visibility: hidden;
  transition: all 0.5s ease;
  background-color: #fff;
  transform: translateX(-100%);
}
.tablet-mobile-sidebar-menu .upper-section .close-tablet-menu {
  padding: 15px 25px;
  font-size: 26px;
}
.tablet-mobile-sidebar-menu .upper-section .menu-items-wrapper {
  padding: 0px 50px;
}
.tablet-mobile-sidebar-menu .upper-section .menu-items-wrapper .menu-item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(107, 121, 131, 0.2);
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #262626;
  text-decoration: none;
}
.tablet-mobile-sidebar-menu .bottom-section {
  position: absolute;
  bottom: 20px;
  padding: 0px 50px;
  width: 100%;
}
.tablet-mobile-sidebar-menu .bottom-section .user-details-tablet-menu {
  display: flex;
  border-bottom: 1px solid rgba(107, 121, 131, 0.2);
  padding: 15px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.tablet-mobile-sidebar-menu .bottom-section .user-details-tablet-menu .avatar {
  margin-right: 10px;
}
.tablet-mobile-sidebar-menu .bottom-section .tablet-menu-logout-btn {
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  color: #e84f14;
  align-items: center;
}
.tablet-mobile-sidebar-menu .bottom-section .tablet-menu-logout-btn i {
  margin-right: 10px;
}
.tablet-mobile-sidebar-menu.show {
  visibility: visible;
  transform: translateX(0);
}
.tablet-mobile-sidebar-menu.marketing-page-menu
  .upper-section
  .close-tablet-menu {
  padding: 10px 15px;
  font-size: 20px;
}
.tablet-mobile-sidebar-menu.marketing-page-menu .menu-items-wrapper {
  padding: 0px 50px;
}
.tablet-mobile-sidebar-menu.marketing-page-menu .menu-items-wrapper .menu-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(107, 121, 131, 0.2);
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #262626;
  text-decoration: none;
}
.tablet-mobile-sidebar-menu.marketing-page-menu
  .menu-items-wrapper
  .menu-item.active {
  color: #e84f14;
}
.tablet-mobile-sidebar-menu.marketing-page-menu .bottom-section {
  padding-left: 0;
}
.tablet-mobile-sidebar-menu.marketing-page-menu .bottom-section .menu-item {
  border: 1px solid #262626;
  margin-top: 10px;
}
.tablet-mobile-sidebar-menu.marketing-page-menu
  .bottom-section
  .menu-item.login-btn {
  background-color: #e84f14;
  color: #fff;
  border-color: #e84f14;
}
@media only screen and (min-width: 1025px) {
  .tablet-mobile-sidebar-menu {
    display: none;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .row .col-lg-1 {
    width: 8.333% !important;
  }
  .row .col-lg-2 {
    width: 16.66% !important;
  }
  .row .col-lg-3 {
    width: 25% !important;
  }
  .row .col-lg-4 {
    width: 33.33% !important;
  }
  .row .col-lg-5 {
    width: 41.66% !important;
  }
  .row .col-lg-6 {
    width: 50% !important;
  }
  .row .col-lg-7 {
    width: 58.33% !important;
  }
  .row .col-lg-8 {
    width: 66.66% !important;
  }
  .row .col-lg-9 {
    width: 75% !important;
  }
  .row .col-lg-10 {
    width: 83.33% !important;
  }
  .row .col-lg-11 {
    width: 91.66% !important;
  }
  .row .col-lg-12 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .row .col-md-1 {
    width: 8.333% !important;
  }
  .row .col-md-2 {
    width: 16.66% !important;
  }
  .row .col-md-3 {
    width: 25% !important;
  }
  .row .col-md-4 {
    width: 33.33% !important;
  }
  .row .col-md-5 {
    width: 41.66% !important;
  }
  .row .col-md-6 {
    width: 50% !important;
  }
  .row .col-md-7 {
    width: 58.33% !important;
  }
  .row .col-md-8 {
    width: 66.66% !important;
  }
  .row .col-md-9 {
    width: 75% !important;
  }
  .row .col-md-10 {
    width: 83.33% !important;
  }
  .row .col-md-11 {
    width: 91.66% !important;
  }
  .row .col-md-12 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .row .col-sm-1 {
    width: 8.333% !important;
  }
  .row .col-sm-2 {
    width: 16.66% !important;
  }
  .row .col-sm-3 {
    width: 25% !important;
  }
  .row .col-sm-4 {
    width: 33.33% !important;
  }
  .row .col-sm-5 {
    width: 41.66% !important;
  }
  .row .col-sm-6 {
    width: 50% !important;
  }
  .row .col-sm-7 {
    width: 58.33% !important;
  }
  .row .col-sm-8 {
    width: 66.66% !important;
  }
  .row .col-sm-9 {
    width: 75% !important;
  }
  .row .col-sm-10 {
    width: 83.33% !important;
  }
  .row .col-sm-11 {
    width: 91.66% !important;
  }
  .row .col-sm-12 {
    width: 100% !important;
  }
}
.loader-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.truck-wrapper {
  height: 200px;
  width: 200px;
  border: 4px solid #e84f14;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  background: #fff;
  animation: bg 0.5s linear infinite;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.3),
    inset 0px 0px 5px 0px #e84f14;
}
.truck-wrapper:after {
  content: "Loading";
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #e84f14;
  background: #1efcc8;
  background: -moz-linear-gradient(
    left,
    rgba(232, 79, 20, 0.5) 0%,
    #e84f14 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(232, 79, 20, 0.5) 0%,
    #e84f14 100%
  );
  background: linear-gradient(
    to right,
    rgba(232, 79, 20, 0.5) 0%,
    #e84f14 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1efcc8", endColorstr="#E84F14", GradientType=1);
  color: #fff;
  padding-top: 8px;
  padding-bottom: 18px;
  animation: bg 3s linear infinite;
}
.truck {
  height: 110px;
  width: 150px;
  position: absolute;
  bottom: 48px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
}
.truck > .truck-container {
  background: #afbdc3;
  background: -moz-linear-gradient(
    -45deg,
    #afbdc3 0%,
    #afbdc3 50%,
    #8fa3ad 51%,
    #8fa3ad 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #afbdc3 0%,
    #afbdc3 50%,
    #8fa3ad 51%,
    #8fa3ad 100%
  );
  background: linear-gradient(
    135deg,
    #afbdc3 0%,
    #afbdc3 50%,
    #8fa3ad 51%,
    #8fa3ad 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#afbdc3", endColorstr="#8fa3ad", GradientType=1);
  height: 50px;
  width: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
  animation: container 0.4s linear infinite;
}
.truck > .glases {
  background: #28b5f5;
  background: -moz-linear-gradient(
    -45deg,
    #28b5f5 0%,
    #28b5f5 50%,
    #0299e3 52%,
    #0299e3 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #28b5f5 0%,
    #28b5f5 50%,
    #0299e3 52%,
    #0299e3 100%
  );
  background: linear-gradient(
    135deg,
    #28b5f5 0%,
    #28b5f5 50%,
    #0299e3 52%,
    #0299e3 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#28b5f5", endColorstr="#0299e3", GradientType=1);
  position: absolute;
  height: 25px;
  width: 25px;
  border: 4px solid #21b2e8;
  border-bottom: none;
  top: 35px;
  left: 95px;
  border-top-right-radius: 6px;
  animation: updown-half 0.4s linear infinite;
}
.truck > .glases:after {
  content: "";
  display: block;
  background-color: #21b2e8;
  height: 13px;
  width: 10px;
  position: absolute;
  right: -10px;
  bottom: 0px;
  border-radius: 10px/15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.truck > .glases:before {
  content: "";
  display: block;
  background-color: #21b2e8;
  height: 12px;
  width: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top-right-radius: 4px;
}
.truck > .bonet {
  background-color: #21b2e8;
  position: absolute;
  width: 124px;
  height: 15px;
  top: 64px;
  left: 10px;
  z-index: -1;
  animation: updown 0.4s linear infinite;
}
.truck > .bonet:after {
  content: "";
  display: block;
  background: #fff;
  background: -moz-linear-gradient(
    -45deg,
    white 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    white 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  );
  background: linear-gradient(
    135deg,
    white 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f6f6f6", GradientType=1);
  height: 10px;
  width: 6px;
  position: absolute;
  right: 0px;
  bottom: 2px;
  border-top-left-radius: 4px;
}
.truck > .base {
  position: absolute;
  background-color: #445a64;
  width: 106px;
  height: 15px;
  border-top-right-radius: 10px;
  top: 70px;
  left: 14px;
  animation: updown 0.4s linear infinite;
}
.truck > .base:before {
  content: "";
  display: block;
  background-color: #21b2e8;
  height: 12px;
  width: 5px;
  position: absolute;
  left: -4px;
  bottom: 0px;
  border-bottom-left-radius: 4px;
}
.truck > .base:after {
  content: "";
  display: block;
  background-color: RGB(84, 110, 122);
  height: 10px;
  width: 20px;
  position: absolute;
  right: -16px;
  bottom: 0px;
  border-bottom-right-radius: 4px;
  z-index: -1;
}
.truck > .base-aux {
  width: 82px;
  height: 8px;
  background-color: #21b2e8;
  position: absolute;
  top: 65px;
  left: 14px;
  border-bottom-right-radius: 4px;
  animation: updown 0.4s linear infinite;
}
.truck > .wheel-back {
  left: 20px;
}
.truck > .wheel-front {
  left: 95px;
}
.truck > .wheel-back,
.truck > .wheel-front {
  border-radius: 100%;
  position: absolute;
  background: #546e7a;
  background: -moz-linear-gradient(
    -45deg,
    #546e7a 0%,
    #546e7a 49%,
    #445a64 52%,
    #445a64 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #546e7a 0%,
    #546e7a 49%,
    #445a64 52%,
    #445a64 100%
  );
  background: linear-gradient(
    135deg,
    #546e7a 0%,
    #546e7a 49%,
    #445a64 52%,
    #445a64 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#546e7a", endColorstr="#445a64", GradientType=1);
  top: 80px;
  height: 22px;
  width: 22px;
  animation: spin 0.6s linear infinite;
}
.truck > .wheel-back:before,
.truck > .wheel-front:before {
  content: "";
  border-radius: 100%;
  left: 5px;
  top: 5px;
  position: absolute;
  background: #afbdc3;
  background: -moz-linear-gradient(
    -45deg,
    #afbdc3 0%,
    #afbdc3 50%,
    #8fa3ad 51%,
    #8fa3ad 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #afbdc3 0%,
    #afbdc3 50%,
    #8fa3ad 51%,
    #8fa3ad 100%
  );
  background: linear-gradient(
    135deg,
    #afbdc3 0%,
    #afbdc3 50%,
    #8fa3ad 51%,
    #8fa3ad 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#afbdc3", endColorstr="#8fa3ad", GradientType=1);
  height: 12px;
  width: 12px;
}
@keyframes spin {
  50% {
    top: 81px;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes container {
  30% {
    transform: rotate(1deg);
  }
  50% {
    top: 11px;
  }
  70% {
    top: 10px;
    transform: rotate(-1deg);
  }
}
.truck > .smoke {
  position: absolute;
  background-color: #afbdc3;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  top: 90px;
  left: 6px;
  animation: fade 0.4s linear infinite;
  opacity: 0;
}
.truck > .smoke:after {
  content: "";
  position: absolute;
  background-color: RGB(143, 163, 173);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  top: -4px;
  left: 4px;
}
.truck > .smoke:before {
  content: "";
  position: absolute;
  background-color: RGB(143, 163, 173);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  top: -2px;
  left: 0px;
}
@keyframes fade {
  30% {
    opacity: 0.3;
    left: 7px;
  }
  50% {
    opacity: 0.5;
    left: 6px;
  }
  70% {
    opacity: 0.1;
    left: 4px;
  }
  90% {
    opacity: 0.4;
    left: 2px;
  }
}
@keyframes bg {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -400px;
  }
}
@keyframes updown {
  50% {
    transform: translateY(-20%);
  }
  70% {
    transform: translateY(-10%);
  }
}
@keyframes updown-half {
  50% {
    transform: translateY(-10%);
  }
  70% {
    transform: translateY(-5%);
  }
}
.mark-full-page {
  height: calc(100vh - 50px);
}
.mark-heading-1 {
  font-size: 56px;
  font-weight: bold;
  color: #e84f14;
  line-height: 1.33;
  margin: 10px 0px;
  letter-spacing: -1.255px;
}
.mark-heading-2 {
  font-size: 50px;
  font-weight: bold;
  color: #262626;
  margin: 20px 0px;
}
.mark-heading-3 {
  font-size: 38px;
  font-weight: bold;
}
.mark-heading-4 {
  font-size: 18px;
  margin: 15px 0px;
}
.normal-text {
  font-size: 18px;
}
p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0px;
}
.text-align-center {
  text-align: center;
}
.mark-sub-heading-1 {
  font-size: 20px;
  font-weight: 500;
}
.mark-sub-heading-2 {
  font-size: 22px;
  font-weight: 500;
}
.mark-sub-heading-3 {
  font-size: 26px;
}
.mark-block-btn {
  padding: 15px 50px;
  background: #e84f14;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border: 3px solid #e84f14;
  text-decoration: none;
}
.mark-block-btn::after {
  content: "";
  height: 100%;
  width: 100%;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.mark-block-btn:hover {
  color: #e84f14;
}
.mark-block-btn:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.half-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-moving-lines {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: 0;
}
.background-moving-lines img {
  height: 92%;
  width: 92%;
  object-fit: contain;
  animation-name: rotation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.8;
}
@keyframes rotation {
  0% {
    transform: skew(0deg, 0deg);
  }
  50% {
    transform: skew(20deg, 12deg);
  }
  100% {
    transform: skew(0deg, 0deg);
  }
}
.mark-divider {
  display: flex;
  position: relative;
}
.mark-divider .mark-divider-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mark-divider .mark-divider-left img {
  height: 90%;
  width: 90%;
  object-fit: contain;
}
.mark-divider .mark-divider-left img.object-cover {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.mark-divider .mark-divider-right {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mark-divider .mark-divider-right .content-wrapper {
  padding: 0px 70px;
}
.mark-divider .mark-divider-right .content-wrapper p {
  line-height: 2;
  font-size: 20px;
}
.mark-divider .mark-divider-right .content-wrapper ul {
  list-style: none;
  padding: 0;
}
.mark-divider .mark-divider-right .content-wrapper ul li {
  margin: 20px 0px;
  color: #fff;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.mark-divider .mark-divider-right .content-wrapper ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0px;
}
.mark-divider .mark-divider-right.vehicles-types .content-wrapper h4 {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-right: 60%;
  font-weight: 500;
}
.mark-divider .mark-divider-right.vehicles-types .content-wrapper ul li {
  padding-left: 0px !important;
}
.mark-divider
  .mark-divider-right.vehicles-types
  .content-wrapper
  ul
  li::before {
  display: none;
}
.mark-divider .withBgColor {
  background: #e84f14;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mark-divider .withBgColor::before {
  content: "";
  background-image: url("../../assets/images/divider-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -35%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.mark-divider.row-inverse {
  flex-direction: row-reverse;
}
.mark-divider.row-inverse .withBgColor::before {
  transform: scaleX(-1);
  left: -35%;
}
.mark-divider.carriers-features .mark-divider-right .content-wrapper {
  padding-left: 100px;
}
.mark-divider.carriers-features .mark-divider-right .content-wrapper ul li {
  color: #262626;
  margin: 30px 0px;
  letter-spacing: 0.5px;
}
.mark-divider.carriers-features .mark-divider-right .content-wrapper ul li img {
  margin-right: 30px;
}
.mark-divider.carriers-features.with-arrow-bg .mark-divider-left {
  position: relative;
}
.mark-divider.carriers-features.with-arrow-bg .mark-divider-left::after {
  background-image: url("../images/carriers_page/arrow-right.svg");
  content: "";
  position: absolute;
  bottom: -85px;
  right: -36px;
  height: 170px;
  width: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mark-divider.carriers-driveway .mark-divider-right .content-wrapper p {
  font-size: 16px;
  margin-bottom: 50px;
}
.mark-divider.carriers-driveway .mark-divider-right .content-wrapper ul li {
  font-size: 16px;
}
.mark-divider.carriers-driveway
  .mark-divider-right
  .content-wrapper
  ul
  li::before {
  background-color: #262626;
  height: 5px;
  width: 5px;
}
.iconLabel-row {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 20px 0px;
}
.iconLabel-row .iconLabel-item {
  display: flex;
  width: 20%;
  position: relative;
  padding-left: 60px;
  align-items: center;
}
.iconLabel-row .iconLabel-item .iconLabel-icon {
  height: 80px;
  width: 80px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconLabel-row .iconLabel-item .iconLabel-icon img {
  height: 35px;
  width: 35px;
  margin: 5px;
}
.iconLabel-row .iconLabel-item .iconLabel-label {
  font-weight: 500;
  padding-left: 10px;
  flex: 1;
}
.mark-sign-up-section {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
  padding: 0px 70px;
  align-items: center;
}
.mark-sign-up-section h2 {
  margin: 0px;
}
.mark-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.mark-popup .mark-popup-body {
  min-height: 100px;
  min-width: 300px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-30px);
  transition: all 0.3s ease;
}
.mark-popup .mark-popup-body h3 {
  margin-top: 0;
}
.mark-popup .mark-popup-body .mark-popup-form-btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.mark-popup .mark-popup-body .mark-popup-form-btns button,
.mark-popup .mark-popup-body .mark-popup-form-btns a {
  width: 40%;
  height: 40px;
  padding: 0px !important;
  font-weight: 500;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mark-popup .mark-popup-body .mark-popup-form-btns button.mark-trans-btn,
.mark-popup .mark-popup-body .mark-popup-form-btns a.mark-trans-btn {
  color: #6b7983;
}
.mark-popup .mark-popup-body.wide-popup {
  max-width: 400px;
}
.mark-popup .mark-popup-body.wide-popup .custom-field {
  margin-bottom: 20px !important;
}
.mark-popup .mark-popup-body .checkbox-container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  user-select: none;
  color: #6b7983;
}
.mark-popup .mark-popup-body .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mark-popup .mark-popup-body .checkbox-container .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.mark-popup .mark-popup-body .checkbox-container:hover input ~ .checkmark {
  background-color: #e84f14;
}
.mark-popup .mark-popup-body .checkbox-container input:checked ~ .checkmark {
  background-color: #e84f14;
}
.mark-popup .mark-popup-body .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mark-popup
  .mark-popup-body
  .checkbox-container
  input:checked
  ~ .checkmark:after {
  display: block;
}
.mark-popup .mark-popup-body .checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mark-popup .mark-popup-body form {
  width: 100%;
}
.mark-popup .mark-popup-body .forgot-password-btn {
  margin: 10px 0px;
  text-decoration: none;
  color: #e84f14;
}
.mark-popup .mark-popup-body .forgot-password-btn:hover {
  text-decoration: underline;
}
.mark-popup .mark-popup-body .otp-input-wrapper {
  margin: 50px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.mark-popup .mark-popup-body .otp-input-wrapper.digit-group input {
  width: 50px;
  height: 50px;
  margin: 0px 7px;
  border-radius: 5px;
  border: 1px solid #6b7983;
  background-color: #fff;
  font-size: 40px;
  text-align: center;
  color: #6b7983;
}
.mark-popup .mark-popup-body .otp-input-wrapper.digit-group input:focus {
  outline: none;
}
.mark-popup .mark-popup-body .icon-success-message {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.54;
  font-size: 22px;
  letter-spacing: -0.39px;
  font-weight: 500;
}
.mark-popup .mark-popup-body .icon-success-message i {
  font-size: 70px;
  margin-bottom: 40px;
}
.mark-popup .mark-popup-body .resend-otp-code {
  margin: 10px 0;
  color: #6b7983;
  font-weight: 500;
}
.mark-popup .mark-popup-body .resend-otp-code span {
  color: #e84f14;
  font-weight: bold;
}
.mark-popup .mark-popup-body .resend-otp-code a {
  text-decoration: none;
}
.mark-popup .mark-popup-body .resend-otp-code a:hover {
  text-decoration: underline;
}
.mark-popup .mark-popup-body .alter-block {
  margin-top: 15px;
  text-align: center;
}
.mark-popup .mark-popup-body .alter-block a {
  margin-left: 3px;
  text-decoration: none;
}
.mark-popup .mark-popup-body .alter-block a:hover {
  text-decoration: underline;
}
.mark-popup .overlay {
  height: 100%;
  width: 100%;
}
.mark-popup.signup-options-wrapper-popup .signup-options {
  display: flex;
}
.mark-popup.signup-options-wrapper-popup .signup-options .signup-option {
  border: 2px solid #d9dde0;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  padding-bottom: 50px;
  color: #6b7983;
  text-decoration: none;
  transition: transform 0.3s ease;
  position: relative;
}
.mark-popup.signup-options-wrapper-popup .signup-options .signup-option i {
  font-size: 35px;
  padding: 35px;
}
.mark-popup.signup-options-wrapper-popup .signup-options .signup-option span {
  margin-top: 30px;
}
.mark-popup.signup-options-wrapper-popup .signup-options .signup-option:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-color: #e84f14;
}
.mark-popup.signup-options-wrapper-popup
  .signup-options
  .signup-option:hover
  i {
  background-color: #e84f14;
  color: #fff;
}
.mark-popup.signup-options-wrapper-popup
  .signup-options
  .signup-option:hover
  span {
  color: #e84f14;
}
.mark-popup.signup-options-wrapper-popup
  .signup-options
  .signup-option:hover:after {
  position: absolute;
  left: calc(50% - 8px);
  bottom: 20px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #e84f14;
  font-size: 18px;
}
.mark-popup.show {
  visibility: visible;
  opacity: 1;
}
.mark-popup.show .mark-popup-body {
  transform: translateY(0px);
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top {
  margin-top: 0px !important;
}
@media only screen and (min-width: 1025px) {
  .mark-full-page {
    height: calc(100vh - 3.66vw) !important;
  }
  .mark-heading-1 {
    font-size: 4vw !important;
    margin: 0.73vw 0 !important;
    letter-spacing: -0.091vw !important;
  }
  .mark-heading-2 {
    font-size: 3.66vw;
    margin: 1.46vw 0;
  }
  .mark-heading-3 {
    font-size: 2.78vw;
  }
  .mark-heading-4 {
    font-size: 1.31vw !important;
    margin: 1.09vw 0 !important;
  }
  .normal-text {
    font-size: 1.31vw !important;
  }
  p {
    font-size: 1.46vw !important;
  }
  .mark-sub-heading-1 {
    font-size: 1.46vw !important;
  }
  .mark-sub-heading-2 {
    font-size: 1.61vw !important;
  }
  .mark-sub-heading-3 {
    font-size: 1.9vw !important;
  }
  .mark-block-btn {
    padding: 1.09vw 3.66vw !important;
    font-size: 1.17vw !important;
  }
  .mark-divider .mark-divider-right .content-wrapper {
    padding: 0 5.12vw !important;
  }
  .mark-divider .mark-divider-right .content-wrapper p {
    font-size: 1.46vw !important;
  }
  .mark-divider .mark-divider-right .content-wrapper ul li {
    margin: 1.46vw 0 !important;
    font-size: 1.46vw !important;
    padding-left: 1.46vw !important;
  }
  .mark-divider .mark-divider-right .content-wrapper ul li::before {
    height: 0.58vw !important;
    width: 0.58vw !important;
  }
  .mark-divider .mark-divider-right.vehicles-types .content-wrapper h4 {
    padding-bottom: 0.73vw !important;
  }
  .mark-divider.carriers-features .mark-divider-right .content-wrapper {
    padding-left: 7.32vw !important;
  }
  .mark-divider.carriers-features .mark-divider-right .content-wrapper ul li {
    margin: 2.19vw 0 !important;
  }
  .mark-divider.carriers-features
    .mark-divider-right
    .content-wrapper
    ul
    li
    img {
    margin-right: 2.19vw !important;
  }
  .mark-divider.carriers-driveway .mark-divider-right .content-wrapper p {
    font-size: 1.17vw !important;
    margin-bottom: 3.66vw !important;
  }
  .mark-divider.carriers-driveway .mark-divider-right .content-wrapper ul li {
    font-size: 1.17vw !important;
  }
  .mark-divider.carriers-driveway
    .mark-divider-right
    .content-wrapper
    ul
    li::before {
    height: 0.366vw !important;
    width: 0.366vw !important;
  }
  .iconLabel-row {
    margin: 1.46vw 0 !important;
  }
  .iconLabel-row .iconLabel-item {
    padding-left: 5.12vw !important;
  }
  .iconLabel-row .iconLabel-item .iconLabel-icon {
    height: 5.85vw !important;
    width: 5.85vw !important;
  }
  .iconLabel-row .iconLabel-item .iconLabel-icon img {
    height: 2.56vw !important;
    width: 2.56vw !important;
    margin: 0.366vw !important;
  }
  .iconLabel-row .iconLabel-label {
    padding-left: 0.73vw !important;
  }
  .iconLabel-row.customer-page {
    margin: 4vw 0 !important;
  }
  .mark-popup .mark-popup-body {
    min-height: 7.32vw !important;
    min-width: 21.96vw !important;
    padding: 2.19vw !important;
    border-radius: 0.366vw !important;
  }
  .mark-popup .mark-popup-body .mark-popup-form-btns {
    margin-top: 1.46vw !important;
  }
  .mark-popup .mark-popup-body .mark-popup-form-btns button,
  .mark-popup .mark-popup-body .mark-popup-form-btns a {
    height: 2.92vw !important;
    font-size: 1.02vw !important;
  }
  .mark-popup .mark-popup-body.wide-popup {
    max-width: 29.28vw !important;
  }
  .mark-popup .mark-popup-body.wide-popup .custom-field {
    margin-bottom: 1.46vw !important;
  }
  .mark-popup .mark-popup-body .checkbox-container {
    padding-left: 1.61vw !important;
    margin-bottom: 0.87vw !important;
    font-size: 0.87vw !important;
  }
  .mark-popup .mark-popup-body .checkbox-container .checkmark {
    height: 1.09vw !important;
    width: 1.09vw !important;
  }
  .mark-popup .mark-popup-body .checkbox-container .checkmark:after {
    left: 0.366vw !important;
    top: 0.14vw !important;
    width: 0.21vw !important;
    height: 0.51vw !important;
    border-width: 0 0.14vw 0.14vw 0;
  }
  .mark-popup .mark-popup-body .forgot-password-btn {
    margin: 0.73vw 0 !important;
  }
  .mark-popup .mark-popup-body .otp-input-wrapper {
    margin: 3.66vw 0 !important;
  }
  .mark-popup .mark-popup-body .otp-input-wrapper.digit-group input {
    width: 3.66vw !important;
    height: 3.66vw !important;
    margin: 0 0.51vw !important;
    border-radius: 0.366vw !important;
    font-size: 2.92vw !important;
  }
  .mark-popup .mark-popup-body .icon-success-message {
    margin-bottom: 1.46vw !important;
    font-size: 1.61vw !important;
    letter-spacing: -0.02vw !important;
  }
  .mark-popup .mark-popup-body .icon-success-message i {
    font-size: 5.12vw !important;
    margin-bottom: 2.92vw !important;
  }
  .mark-popup .mark-popup-body .resend-otp-code {
    margin: 0.73vw 0 !important;
  }
  .mark-popup .mark-popup-body .alter-block {
    margin-top: 1.09vw !important;
  }
  .mark-popup .mark-popup-body .alter-block a {
    margin-left: 0.21vw !important;
  }
  .mark-popup.signup-options-wrapper-popup .signup-options .signup-option {
    margin: 0.73vw !important;
    padding: 2.92vw !important;
    padding-bottom: 3.66vw !important;
  }
  .mark-popup.signup-options-wrapper-popup .signup-options .signup-option i {
    font-size: 2.56vw !important;
    padding: 2.56vw !important;
  }
  .mark-popup.signup-options-wrapper-popup .signup-options .signup-option span {
    margin-top: 2.19vw !important;
  }
  .mark-popup.signup-options-wrapper-popup
    .signup-options
    .signup-option:hover:after {
    left: calc(50% - 0.58vw) !important;
    bottom: 1.46vw !important;
    font-size: 1.31vw !important;
  }
  .mark-popup .mark-popup-close-mobTab {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mark-full-page {
    height: auto !important;
  }
  .mark-heading-1 {
    font-size: 45px;
    margin: 10px 0px;
  }
  .mark-heading-2 {
    font-size: 38px;
    margin: 15px 0px;
  }
  .mark-heading-3 {
    font-size: 32px;
  }
  .mark-heading-4 {
    font-size: 14px;
    margin: 10px 0px;
  }
  .normal-text {
    font-size: 14px;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  .mark-sub-heading-1 {
    font-size: 18px;
    font-weight: 500;
  }
  .mark-sub-heading-2 {
    font-size: 20px;
    font-weight: 500;
  }
  .mark-sub-heading-3 {
    font-size: 24px;
  }
  .mark-block-btn {
    padding: 10px 30px;
    font-size: 14px;
  }
  .background-moving-lines {
    display: none;
  }
  .mark-divider {
    flex-direction: column !important;
  }
  .mark-divider .mark-divider-left {
    width: 100%;
  }
  .mark-divider .mark-divider-right {
    width: 100%;
  }
  .mark-divider .mark-divider-right .content-wrapper {
    padding: 70px;
  }
  .mark-divider .mark-divider-right .content-wrapper h2 {
    margin-top: 0px;
  }
  .mark-divider .mark-divider-right .content-wrapper p {
    line-height: 2;
    font-size: 16px;
  }
  .mark-divider .mark-divider-right .content-wrapper ul li {
    margin: 10px 0px;
    font-size: 16px;
    padding-left: 15px;
  }
  .mark-divider .mark-divider-right .content-wrapper ul li::before {
    height: 5px;
    width: 5px;
  }
  .mark-divider .withBgColor::before {
    background-image: none;
  }
  .mark-divider.text-center-mobile-tab .mark-divider-right .content-wrapper {
    text-align: center;
  }
  .mark-divider.row-inverse {
    flex-direction: column-reverse !important;
  }
  .mark-divider.carriers-features {
    flex-direction: column !important;
  }
  .mark-divider.carriers-features .mark-divider-right .content-wrapper {
    padding-left: 70px;
  }
  .mark-divider.carriers-features .mark-divider-right .content-wrapper ul li {
    color: #262626;
    margin: 30px 0px;
    letter-spacing: 0.5px;
  }
  .mark-divider.carriers-features
    .mark-divider-right
    .content-wrapper
    ul
    li
    img {
    margin-right: 30px;
  }
  .mark-divider.carriers-features.with-arrow-bg .mark-divider-left {
    position: relative;
  }
  .mark-divider.carriers-features.with-arrow-bg .mark-divider-left::after {
    display: none;
  }
  .iconLabel-row {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0px;
    flex-direction: column;
  }
  .iconLabel-row .iconLabel-item {
    display: flex;
    width: 100% !important;
    position: relative;
    padding-left: 0px !important;
    margin: 15px 0px !important;
    align-items: center;
  }
  .iconLabel-row .iconLabel-item .iconLabel-icon {
    height: 70px !important;
    width: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .iconLabel-row .iconLabel-item .iconLabel-icon img {
    height: 60% !important;
    width: 60% !important;
    object-fit: contain;
  }
  .iconLabel-row .iconLabel-item .iconLabel-label {
    position: relative;
    top: 0px !important;
    left: 0px !important;
    font-weight: 300 !important;
    font-weight: 500 !important;
    margin-left: 15px !important;
    flex: 1;
  }
  .iconLabel-row .iconLabel-item .iconLabel-label br {
    display: none;
  }
  .iconLabel-row.customer-page {
    margin: 0px !important;
  }
  .iconLabel-row.customer-page .iconLabel-item {
    padding-left: 0px !important;
    justify-content: center;
    width: 100% !important;
  }
  .iconLabel-row.customer-page .iconLabel-item .iconLabel-label {
    font-weight: 500;
    left: 0px !important;
    top: 0px !important;
  }
  .mark-sign-up-section {
    margin: 20px 0px;
    padding: 0px 40px;
  }
  .mark-popup .mark-popup-body {
    width: 70%;
    padding: 20px 10px;
    min-width: 70%;
    max-height: 90%;
    text-align: center;
  }
  .mark-popup .mark-popup-body .mark-popup-form-btns button,
  .mark-popup .mark-popup-body .mark-popup-form-btns a {
    width: 50% !important;
  }
  .mark-popup .mark-popup-body .checkbox-container {
    text-align: left;
  }
  .mark-popup.signup-options-wrapper-popup .signup-options {
    width: 100%;
    flex-direction: column;
  }
  .mark-popup .mark-popup-close-mobTab {
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 20px;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .mark-heading-1 {
    font-size: 32px;
  }
  .mark-heading-2 {
    font-size: 26px;
  }
  .mark-heading-3 {
    font-size: 20px;
  }
  .mark-heading-4 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .mark-sub-heading-1 {
    font-size: 16px;
    font-weight: 500;
  }
  .mark-sub-heading-2 {
    font-size: 18px;
    font-weight: 500;
  }
  .mark-sub-heading-3 {
    font-size: 20px;
  }
  .mark-divider .mark-divider-right .content-wrapper {
    padding: 50px 30px;
  }
  .mark-divider .mark-divider-right .content-wrapper p {
    line-height: 1.5;
    font-size: 14px;
  }
  .mark-divider .mark-divider-right .content-wrapper ul li {
    margin: 10px 0px;
    font-size: 14px;
    padding-left: 15px;
  }
  .mark-divider .withBgColor::before {
    background-image: none;
  }
  .mark-divider.carriers-features .mark-divider-right .content-wrapper {
    padding: 30px;
  }
  .mark-divider.carriers-features .mark-divider-right .content-wrapper ul li {
    color: #262626;
    margin: 30px 0px;
    letter-spacing: 0.5px;
    padding-left: 0px;
  }
  .mark-divider.carriers-features
    .mark-divider-right
    .content-wrapper
    ul
    li
    img {
    margin-right: 10px;
  }
  .iconLabel-row .iconLabel-item .iconLabel-icon {
    height: 50px;
    width: 50px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .iconLabel-row .iconLabel-item .iconLabel-icon img {
    height: 60%;
    width: 60%;
    object-fit: contain;
  }
  .iconLabel-row .iconLabel-item .iconLabel-label {
    font-size: 14px !important;
  }
  .mark-sign-up-section {
    margin: 20px 0px;
    padding: 0px;
    flex-direction: column;
  }
  .mark-sign-up-section .mark-block-btn {
    margin: 20px 0;
  }
  .mark-popup .mark-popup-body {
    width: 90%;
    min-width: 90%;
    max-height: 90%;
  }
  .mark-popup.signup-options-wrapper-popup .signup-options {
    flex-direction: column;
  }
}
