@font-face {
  font-family: 'GothamRoundedMedium';
  src: url('../font/gotham-rounded-medium.woff') format('woff');
}

@font-face {
  font-family: 'GothamRoundedBold';
  src: url('../font/gotham-rounded-bold.woff') format('woff');
}

@font-face {
  font-family: 'GothamRoundedBook';
  src: url('../font/gotham-rounded-book.woff') format('woff');
}

#main_app {
  font-family: GothamRoundedBook !important;
}

h1 {
  font-family: GothamRoundedBold;
  font-size: 32px;
}

h2 {
  font-family: GothamRoundedMedium;
  font-size: 24px;
}

h3 {
  font-family: GothamRoundedMedium;
  font-size: 20px;
}

p {
  font-family: GothamRoundedBook;
  font-size: 16px;
  margin-bottom: 0px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  min-height: 100vh;
}

.navbar.navbar-inverse {
  background: #0066ff;
  border-color: #292929;
  border-bottom: 1px solid #000;
  padding: 15px;
  border: 0px;
}

.user_pic {
  margin-top: 0px;
  width: 30px;
  height: 30px;
}

.purse-affidavit-link {
  font-family: GothamRoundedBook;
  color: #0066ff;
}

.purse-affidavit-link:hover,
.purse-affidavit-link:visited,
.purse-affidavit-link:link,
.purse-affidavit-link:active {
  text-decoration: none;
}

.tile {
  border-radius: 10px;
  background-color: white;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.tile-header {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.tile-header-text {
  padding-left: 15px;
  font-size: 17px;
}

.tile-icon {
  color: blue;
  font-size: 20px;
}

.custom-tile-icon {
  height: 20px;
  width: auto;
}

.tile-centered-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}

.tile-wallet-purses {
  display: flex;
  flex-direction: column;
}

.tile-wallet-purse {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  flex-wrap: wrap;
  flex-direction: column;
}
.tile-wallet-purse-info {
  min-width: 30px;
  padding-bottom: 3px;
}

.tile-wallet-purse-info-expire {
  font-size: 12px;
  color: #949492;
}

element.style {
  width: 0;
  height: 0;
  padding: 0;
}

.tile-wallet-purse-name {
  font-weight: 900;
  flex: 1 1 auto;
  display: block;
  max-width: 380px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.tile-shop-image {
  height: 100%;
  width: 100%;
  position: absolute;
}

.tile-shop-image-container {
  position: relative;
  height: 175px;
}

.tile-shop-image-header {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  right: 5%;
  left: 5%;
  top: 20%;
  text-align: center;
}

.tile-shop-image-description {
  text-shadow: 0px 0px 0 #fff;
  font-size: 15px;
  font-weight: 500;
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  right: 5%;
  left: 5%;
  top: 45%;
  text-align: center;
  font-size: 13px;
}

.slick-slide img {
  filter: brightness(60%);
  opacity: 1;
}

.tab-icon {
  padding: 0 15px;
  margin-bottom: 0px !important;
  font-size: 20px !important;
  margin-left: -20px;
}

.tile-reimbursements-tabs {
  padding-top: 20px;
}

.tile-text {
  line-height: 1.4;
  display: flex;
  text-align: center;
}

.tile-center-content {
  display: flex;
  justify-content: center;
}

.tile-header {
  padding-bottom: 24px;
}

.tile-bottom-link {
  padding-top: 36px;
}

.navbar-collapse {
  border-top: 0px;
  box-shadow: 0px 0px 0px;
}

.navbar-collapse.collapse {
  display: flex !important;
  align-items: center;
}

.navbar {
  z-index: 900;
}

.order-request-receipts-upload-first {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  border-style: dashed;
  border-color: rgb(200, 200, 200);
  border-width: 2px;
  min-height: 230px;
  margin-top: 10px;
}

.reimbursements-receipts-upload-first {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  border-style: dashed;
  border-color: rgb(200, 200, 200);
  margin-top: 60px;
  border-width: 2px;
}

.reimbursement-has-receipt {
  height: 220px;
}

.has-receipt {
  height: 78px;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

.has-no-receipt {
  height: 300px;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

.reimbursement-without-receipt {
  height: 300px;
}

.order-request-has-receipt {
  height: 150px;
}

.order-request-without-receipt {
  height: 230px;
}

.reimbursement-receipts-upload-icon {
  font-size: 48px !important;
  color: rgb(128, 128, 128) !important;
}

.receipts-list {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.dropzone-receipts-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.notif--warning {
  background-color: rgb(255, 144, 54);
  white-space: pre;
}

.notification-message {
  white-space: pre-line;
}

.wait-deposit {
  width: 450px;
}

.micro-deposit-info {
  text-align: center;
  width: 650px;
}

.footer-link {
  padding-top: 10px;
}
.footer-header {
  color: #fff;
}

.review-space-between {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  font-family: GothamRoundedMedium;
  font-size: 20px;
}

.review-space-between > div,
.review-space-between > div > div {
  padding: 0.3rem;
}

.paperBlock {
  padding: 20px;
  border-radius: 5px !important;
  position: relative;
}

.stepHeader {
  font-size: 32px;
}

.stepperItem {
  position: relative;
  font-family: GothamRoundedMedium;
}

.stepperItem:after {
  /* margin-left: 15px; */
  content: '';
  position: absolute;
  height: 5px;
  /* border-bottom: 1px solid rgb(218, 217, 217); */
  border-top: 2px solid rgb(154, 147, 147);
  top: 11px;
  transform: translateX(21%);
  width: 68%;
  z-index: -1;
}
.stepperItem svg {
}

.addContact {
  display: block;
}

.contactWrapper {
  flex-direction: column;
  display: flex;
  margin-bottom: 20px;
  min-width: 750px;

  border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  border: 0px solid #000000;
}

.contactHeader {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  padding: 18px 30px;
  background-color: rgb(250, 250, 250);
}

.title {
  color: rgb(181, 181, 181);
  font-size: 24px;
  align-self: center;
  font-weight: 500;
}

.removeContact {
}

.contactWrapper:first-child .removeContact {
  display: none;
}

.contactFields {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.addContactWrapper {
  padding: 35px;
  border: 2px dashed rgb(223, 223, 223);
  border-radius: 10px !important;
  min-width: 750px;
}

.addContactBtn {
  justify-content: center;
  display: flex;
  padding-top: 10px;
}

.contactBtn {
  color: rgb(0, 134, 250) !important;
  border-color: rgb(0, 134, 250);
  border: 2px solid;
  padding: 5px 15px;
  border-radius: 5px !important;
}
.button {
  /*color: rgb(0, 117, 207) !important;*/
  /*border-color: rgb(0, 117, 207);*/
  /*border: 2px solid;*/
  border-radius: 5px !important;
  background-color: rgb(0, 134, 250) !important;
}
.contactBtn button,
.button button,
.submitButton button {
  font-size: 20px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  font-weight: 500 !important;
}
.contactBtn span,
.button span,
.submitButton span {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.termsWrapper {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.checkbox {
  width: 100%;
  font-size: 19px;
}

.checkbox svg {
  fill: rgb(0, 134, 250) !important;
}

.contacts {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  font-family: GothamRoundedMedium !important;
}

.stepperBlock {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  margin-top: 30px;
  /*-webkit-box-shadow: 0px -5px 10px -5px rgba(0,0,0,0.29);*/
  /*-moz-box-shadow: 0px -5px 10px -5px rgba(0,0,0,0.29);*/
  /*box-shadow: 0px -5px 10px -5px rgba(0,0,0,0.29);*/
  /*position: fixed;*/
  /*bottom: 0;*/
  /*width: 100%;*/
  /*padding-bottom: 25px;*/
  /*z-index: 999;*/
  /*background: white;*/
  /*margin-left: 0;*/
  /*left: 0;*/
}

.inputWrapper {
  margin: 10px;
}

.inputWrapper > div {
  width: 100% !important;
}

.textArea {
  width: 100%;
}

.group {
  display: flex;
  flex-direction: row;
}

.selectedVendorTitle {
  color: rgb(210, 210, 210);
  text-align: center;
  font-size: 18px;
  position: relative;
  padding: 10px 0;
}

.selectedVendorTitle:before,
.selectedVendorTitle:after {
  content: '';
  position: absolute;
  height: 5px;
  border-top: 2px solid rgba(211, 211, 211, 0.25);
  top: 22px;
  width: 38%;
}
.selectedVendorTitle:before {
  right: 60%;
  margin-right: 15px;
}
.selectedVendorTitle:after {
  left: 60%;
  margin-left: 15px;
  width: 38%;
}

.selectedVendorWrapper {
  min-width: 750px;
  padding: 10px;
}

.selectedVendorName {
  font-size: 20px;
  align-self: center;
}

.changeVendorBlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 20px;
  border-radius: 5px;
}

.button {
  text-transform: uppercase;
  border-radius: 5px !important;
}
.button button {
  border-radius: 5px !important;
}

.button button:disabled {
  color: white !important;
  background-color: rgba(211, 211, 211, 0.75) !important;
}

.hidden {
  display: none;
}

.notFound {
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .stepperItem {
    display: none;
  }
}

.vendorUsersList {
  padding: 10px;
}

.checkboxErrorMessage {
  color: #ff2332;
  font-size: 13px;
}

.editable {
}

.itemEditable {
  min-height: 100px;
  min-width: 100px;
  margin: 20px;
  text-align: center;
  border-radius: 5px !important;
  padding: 40px;
}

.editableMulti {
  min-height: 100px;
  min-width: 100px;
  margin: 20px;
  text-align: center;
  border-radius: 5px !important;
}

.subContent {
  padding: 40px;
}

.multiBlockTitle {
  padding: 20px 40px;
  color: rgb(172, 172, 172);
  font-size: 22px;
  font-weight: 200;
  text-align: left;
  background-color: rgb(250, 250, 250);
}

.itemEditableProp {
  font-size: 20px;
  color: rgb(45, 45, 45);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.headerWrapper {
  display: flex;
  justify-content: space-between;
  color: rgb(218, 217, 217);
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
}

.headerTitle {
  text-transform: uppercase;
  font-size: 15px;
  align-self: center;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.headerTitle .text {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 80px;
}
.headerTitle .text:before,
.headerTitle .text:after {
  content: '';
  position: absolute;
  height: 5px;
  /* border-bottom: 1px solid rgb(218, 217, 217); */
  border-top: 2px solid rgba(211, 211, 211, 0.25);
  top: 10px;
  width: 35%;
}
.headerTitle .text:before {
  right: 56%;
  margin-right: 15px;
}
.headerTitle .text:after {
  left: 69%;
  margin-left: 15px;
  width: 26%;
}

.editButton {
  color: rgb(218, 217, 217) !important;
  font-size: 20px !important;
  text-transform: capitalize !important;
}
.editButton span {
  text-transform: capitalize !important;
  font-size: 18px !important;
}
.editButtonIcon {
  color: rgb(218, 217, 217) !important;
}

.itemName {
  font-weight: 300;
}

.itemValue {
  font-weight: 700;
  max-width: 300px;
  text-align: right;
}

/* INPUTS */

.soloInput {
  border-radius: 5px !important;
  padding: 0 15px;
  border: 2px solid transparent;
  transition: all 450ms ease 0ms;
}

.soloInput.active {
  border: 2px solid rgb(0, 134, 250);
}

.soloInput.error {
  border: 2px solid rgb(244, 67, 54);
}

.soloInput input {
  font-size: 18px !important;
}

/* ALPHABET */
.lettersBlock {
}

.letterHeader {
  padding: 10px;
}

.letter {
  display: inline-block;
  padding: 7px;
  font-size: 23px;
  text-transform: capitalize;
  cursor: pointer;
}

.lettersWrapper {
}

.letterBlock {
  padding: 10px;
}

.letterName {
  color: rgb(210, 210, 210);
  text-align: center;
  font-size: 18px;
  position: relative;
}

.letterName:before,
.letterName:after {
  content: '';
  position: absolute;
  height: 5px;
  /* border-bottom: 1px solid rgb(218, 217, 217); */
  border-top: 2px solid rgba(211, 211, 211, 0.25);
  top: 10px;
  width: 47%;
}
.letterName:before {
  right: 51%;
  margin-right: 15px;
}
.letterName:after {
  left: 51%;
  margin-left: 15px;
  width: 47%;
}

.letterGroup {
}

.sortedUserItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 0;
}

.userName {
  font-size: 20px;
  align-self: center;
}

.activeLetter {
  color: rgb(0, 134, 250);
}

.passiveLetter {
  color: rgba(91, 111, 124, 0.17);
}

.button {
  text-transform: uppercase;
  border-radius: 5px !important;
}
.button button {
  border-radius: 5px !important;
}

/* END */

/* HEADER BLOCK */

.headerBlockTitle {
  color: rgb(210, 210, 210);
  text-align: center;
  font-size: 18px;
  position: relative;
  padding: 10px 0;
}

.headerBlockTitle:before,
.headerBlockTitle:after {
  content: '';
  position: absolute;
  height: 5px;
  border-top: 2px solid rgba(211, 211, 211, 0.25);
  top: 22px;
  width: 38%;
}
.headerBlockTitle:before {
  right: 60%;
  margin-right: 15px;
}
.headerBlockTitle:after {
  left: 60%;
  margin-left: 15px;
  width: 38%;
}

.headerBlockWrapper {
  padding: 10px;
}

.category-view {
  margin: 5px;
  padding: 10px;
  border-radius: 5px !important;
  max-width: 700px;
  width: 100%;
}

/* END */
.itemListEditable {
  min-height: 100px;
  min-width: 100px;
  margin: 20px;
  text-align: left;
  border-radius: 5px !important;
  padding: 40px;
}

/* itemsCheckBoxList */

.vendorUsersInList {
  margin-top: 10px;
  margin-left: 10px;
}

/* END */

.searchAllUSersHeader {
  height: 70px;
  border: 1px solid transparent;
  padding: 10px;
}

.addUserBtn {
  color: rgb(0, 134, 250) !important;
  border-color: rgb(0, 134, 250);
  border: 2px solid;
  border-radius: 5px !important;
  background-color: rgb(0, 134, 250) !important;
  height: 39px !important;
  padding-top: 0 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.addUserBtn.disabled {
  border-color: rgb(229, 229, 229);
  background-color: rgb(229, 229, 229) !important;
}

.userList {
  padding-bottom: 5px;
}

.userInList {
  margin: 5px;
}

.userName {
  padding-top: 15px;
}

.addUserBtn button {
  font-size: 20px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  font-weight: 500 !important;
  height: 35px !important;
  line-height: 35px !important;
}
/*custom header wrapper*/
.headerWrapper {
  display: flex;
  justify-content: space-between;
  color: rgb(218, 217, 217);
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
}

.headerTitle {
  text-transform: uppercase;
  font-size: 15px;
  align-self: center;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.headerTitle .remove-text {
  display: inline-block;
  /*position: relative;*/
  width: 290px;
  /*padding-left: 80px;*/
}
/*.headerTitle .remove-text:before,*/
/*.headerTitle .remove-text:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 5px;*/
/*    !* border-bottom: 1px solid rgb(218, 217, 217); *!*/
/*    border-top: 2px solid rgba(211, 211, 211, 0.25);*/
/*    top: 5px;*/
/*    width: 22%;*/
/*}*/
/*.headerTitle .remove-text:before {*/
/*    right: 50%;*/
/*    margin-right: 24%;*/
/*}*/
/*.headerTitle .remove-text:after {*/
/*    left: 69%;*/
/*    margin-left: 18px;*/
/*    width: 22%;*/
/*}*/

.stepHeaderCustom {
  width: 54%;
  font-size: 30px;
}

.uploadCsv {
  margin-bottom: 30px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1000px) {
  .stepper-lg {
    display: none;
  }
  .reimbursement-account-create-stepper {
    width: 80%;
  }
}

@media (min-width: 1000px) {
  .reimbursement-review {
    padding-right: 20%;
    padding-left: 20%;
  }
  .stepper-sm {
    display: none;
  }
}

@media (max-width: 900px) {
  .col-sm-6 {
    width: 100%;
  }
  .footer-info {
    display: none;
  }
  .userInList {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .navbar {
    margin-left: 0px;
  }
  .hidable-sm {
    display: none !important;
  }

  .micro-deposit-info {
    width: 100%;
  }

  .caret {
    margin-right: 0px !important;
    float: none;
  }
}

@media (min-width: 767px) {
  .showable-sm {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .hidable-xs {
    display: none !important;
  }

  .reimbursement-has-receipt {
    height: 50px;
  }

  .reimbursement-create-stepper {
    width: 100%;
  }
  .reimbursement-account-create-stepper {
    width: 100%;
  }

  .navbar.navbar-inverse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .wait-deposit {
    width: 100%;
  }

  .receipts-list {
    width: 100%;
  }
  .userName {
    padding-top: 15px;
  }

  .headerBlockWrapper {
    width: 100%;
  }

  .category-view {
    min-width: 100px;
    width: 100%;
  }

  .dropzone-receipts-list {
    width: 100%;
  }

  .tile-item {
    padding: 0;
  }
}

@media (min-width: 500px) {
  .showable-xs {
    display: none !important;
  }

  .userName {
    height: 40px;
  }
  .headerBlockWrapper {
    min-width: 750px;
  }
}

@media (max-width: 300px) {
  .hidable-xxs {
    display: none !important;
  }
}

@media (min-width: 300px) {
  .showable-xxs {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .tile {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.select_link_field {
  font-family: GothamRoundedBook;
}

.distributionMultiLevelApproval-add-user-paper {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 466px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 1rem;
  border-radius: 5px !important;
}

.distributionMultiLevelApproval-step-paper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding-bottom: 15px;
  width: 600px;
  margin: auto;
  margin-top: 15px;
  border-radius: 5px !important;
}

.order-header {
  display: flex;
  margin-bottom: 10px;
  background-color: #eae8ed;
  padding: 10px;
  border-radius: 15px;
}

.order-header__filters {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.order-header__action-panel {
  display: flex;
  margin: 10px 0;
  min-width: fit-content;
  margin-left: auto;
  max-height: 34px;
}

.order-header__left {
  display: flex;
  align-self: flex-start;
}

/*
    for reduxApp -> navigation
*/

#navigation fieldset {
  border: 0 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

#navigation #navPanel .MuiTabs-indicator {
  width: 3px;
  background-color: #0166ff;
}

#navigation #navPanel .MuiTabs-vertical .MuiTabs-indicator {
  left: 0 !important;
}

.d-flex {
  display: flex;
  flex-direction: column;
}

#navigation #navPanel .MuiTab-wrapper {
  align-items: flex-start;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

@media (min-width: 992px) {
  #navigation #navigationComponent {
    padding: 110px 0 0 110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #navigation #navigationComponent {
    padding: 110px 0 0 10px;
  }
}

@media (max-width: 767px) {
  #navigation #navPanel .MuiTab-root {
    max-width: 100%;
  }

  #navigation #navPanel .MuiTab-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  #navigation #navPanel .MuiSvgIcon-root {
    height: 0.7em;
    color: #0166ff;
    margin-bottom: 0;
  }
}

#navigation #navPanel .MuiTouchRipple-root {
  border-bottom: 0.5px solid #e2e2e2;
}

#navigation #navPanel .MuiTouchRipple-root {
  border-top: 0.5px solid #e2e2e2;
}

#navigation {
  font-family: GothamRoundedBook;
}

#navigation h3,
h5 {
  font-family: GothamRoundedBook;
}
#navigation h4 {
  font-family: 'Gotham Rounded Medium';
}

.expensesReportNotFound {
  font-family: GothamRoundedMedium;
  padding: 15px;
  text-align: center;
}

@media (max-width: 624px) {
  .order-header__filters {
    justify-content: center;
  }
  .order-header__action-panel {
    margin-left: 0;
  }
}

.register-vendor-agreement-upload-first {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  border-style: dashed;
  border-color: rgb(200, 200, 200);
  border-width: 2px;
  height: 300px;
  margin: 10px 0;
  box-sizing: border-box;
}

.receipt-modal-info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}

.receipt-modal-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 2rem;
}

.receipt-modal-nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  box-shadow: 0 -3px 5px #c2c2c2;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.cropper-wrap-box {
  background-color: black;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px dashed #fff !important;
  outline-color: rgb(255, 255, 255) !important;
  overflow: hidden;
  width: 100%;
}

.cropper-point {
  background-color: #e4e4e4 !important;
  height: 10px !important;
  opacity: 1 !important;
  width: 10px !important;
}

.receipt-image-editor {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 800px;
  background-color: black;
}

.receipt-image-container {
  min-height: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .receipt-image-editor {
    max-width: 630px;
  }
}

@media (min-width: 640px) {
  .receipt-image-editor {
    min-height: 800px;
  }
}

@media (max-height: 850px) {
  .receipt-image-editor {
    max-height: 600px !important;
  }

  .receipt-image-container {
    min-height: 600px;
  }

  .receipt-modal-info-container {
    height: 700px;
  }

  .cropper-container {
    height: 520px !important;
  }
}

@media (max-height: 640px) {
  .cropper-container {
    height: 360px !important;
  }
}

.receipt-image-editor-wrapper {
  background-color: black;
  max-height: 700px;
}

@media (max-width: 1000px) {
  .receipt-modal-info-section {
    display: none;
  }

  .receipt-modal-info-container {
    max-height: 4rem;
  }

  .receipt-image-container {
    min-height: 600px;
  }

  .receipt-image-editor {
    max-height: inherit;
    min-height: auto;
  }

  .receipt-image-editor-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .image-editor-rotate-caption {
    display: none;
  }

  .MuiSvgIcon-root {
    font-size: 40px !important;
  }

  #navigationComponent .MuiButton-startIcon .MuiSvgIcon-root {
    font-size: 18px !important;
  }
}

.receipt-alert {
  margin: 0.7rem;
}

.receipt-header {
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f1f1f1;
}

.MuiStepLabel-label {
  font-weight: 600 !important;
}

.MuiStepIcon-active,
.MuiStepIcon-completed {
  color: #0166ff !important;
}

.MuiStepConnector-lineHorizontal {
  border-top-width: 3px !important;
}

.MuiStepConnector-active .MuiStepConnector-line {
  border-color: #0166ff;
}

.MuiStepConnector-completed .MuiStepConnector-line {
  border-color: #0166ff;
}

.react-pdf__Page__canvas {
  margin-left: auto;
  margin-right: auto;
}
