@charset "UTF-8";
.user-sign-up {
  max-width: 640px;
  font-family: Manrope;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.user-sign-up .error {
  margin-top: 1rem;
  color: #e3342f;
  font-family: Manrope;
}
.user-sign-up .header {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.user-sign-up .header h3 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
}
.user-sign-up .header button {
  background: #ffffff;
  border: none;
}
.user-sign-up .body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.user-sign-up .body .intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1d1c1a;
}
.user-sign-up .body .center {
  display: flex;
  justify-content: center;
}
.user-sign-up .body .radio label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-left: 1rem;
  letter-spacing: 0.116667px;
  color: #666660;
}
.user-sign-up .body .input-container {
  width: 100%;
  padding: 0.5rem 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.116667px;
  color: #121416;
}
.user-sign-up .body .input-container input {
  width: 100% !important;
}
.user-sign-up .body .input-container .errorEmail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.116667px;
  color: #121416;
  margin-top: 0.5rem;
}
.user-sign-up .body .input-container .errorEmail a {
  padding-left: 1ch;
  color: #005392;
}
.user-sign-up .body .input-container input[type=text],
.user-sign-up .body .input-container input[type=email] {
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 1px;
  height: 44px;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  margin: 0.5rem 0 0 0;
}
.user-sign-up .body .input-container input[type=radio] {
  margin: 1rem 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.116667px;
  color: #000000;
}
.user-sign-up .body .submit-button {
  margin: 0 auto;
}
.user-sign-up .body .submit-button button {
  background: #005392;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  padding: 0.75rem;
  margin-top: 1rem;
  border: none;
  color: #ffffff;
}
.user-sign-up .body .submit-button button:hover {
  opacity: 0.75;
}
.user-sign-up .onSubmit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: #ffffff;
  text-align: center;
  padding: 0 100px;
}
.user-sign-up .onSubmit .header button {
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.user-sign-up .onSubmit h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.171429px;
  color: #58595b;
}
.user-sign-up .onSubmit h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #005392;
}
.user-sign-up .onSubmit p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #666660;
}
.user-sign-up .onSubmit .button-container {
  position: absolute;
  bottom: 3rem;
  left: calc(50% - 50px);
}
.user-sign-up .onSubmit .button-container button {
  width: 100px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  color: #000000;
}
.user-sign-up .onSubmit .button-container button:hover {
  background-color: #000000;
  color: #ffffff;
}
.user-sign-up .onSubmit .button-container-account {
  left: calc(50% - 50px);
}
.user-sign-up .onSubmit .button-container-account button {
  width: 100px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  color: #000000;
}
.user-sign-up .close-button:hover img {
  filter: brightness(75%);
  filter: brightness(100%);
  transform: scale(1.1);
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.portal-link {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #000000;
}
.portal-link a {
  color: #005392;
  cursor: pointer;
}

.feedback-trigger {
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #005392;
  opacity: 0.6;
  padding-right: 1.2rem;
  cursor: pointer;
  white-space: pre;
}
@media (max-width: 768px) {
  .feedback-trigger {
    padding: 10px 28px;
    color: #ffffff !important;
    float: none;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    justify-content: flex-start;
    opacity: 1;
    text-transform: uppercase;
  }
}

.submit-view {
  font-family: Manrope;
}
.submit-view .header {
  display: flex;
  justify-content: flex-end;
}
.submit-view .header button {
  background: #ffffff;
  border: none;
  cursor: pointer;
}
.submit-view .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 40px;
}
.submit-view .body h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.171429px;
  color: #58595b;
}
.submit-view .body h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #005392;
}
.submit-view .body p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.116667px;
  color: #121416;
}
.submit-view .footer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.submit-view .footer button {
  height: 44px;
  width: 100px;
  background: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
}

.feedback-container {
  padding: 40px;
  font-family: Manrope;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  max-width: 640px;
}
@media (max-width: 769px) {
  .feedback-container {
    position: fixed;
    top: 110px;
    max-width: 100vw;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.feedback-container .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.feedback-container .header h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
}
.feedback-container .header button {
  background: #ffffff;
  border: none;
  cursor: pointer;
}
.feedback-container .main p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.116667px;
  color: #121416;
  margin: 1.5rem 0 0.5rem 0;
}
.feedback-container .main p.error {
  color: #e3342f;
  font-family: Manrope;
}
.feedback-container .main .stars .stars-rating {
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: flex-start;
}
.feedback-container .main .stars .stars-rating button {
  cursor: pointer;
  background: #ffffff;
  border: none;
  font-size: 22px;
  color: #005392;
  padding: 5px;
}
.feedback-container .main .improve {
  margin: 1rem 0;
}
.feedback-container .main .improve textarea {
  width: 100%;
  max-width: calc(100% - 40px);
  min-height: 120px;
  padding: 1rem;
  font-family: inherit;
}
.feedback-container .main .image .image-upload {
  display: flex;
  width: 100%;
}
.feedback-container .main .image .image-upload .fileName {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 1px;
  padding: 1rem;
  margin: 0 1rem 1rem 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
}
.feedback-container .main .image .image-upload button {
  height: 100%;
  padding: 1rem;
  display: block;
  border: 1px solid #000000;
  background: #ffffff;
  cursor: pointer;
}
.feedback-container .footer-actions {
  display: flex;
  justify-content: center;
}
.feedback-container .footer-actions button {
  cursor: pointer;
  margin: 1rem;
  height: 44px;
  width: 100px;
  background: #ffffff;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  color: #000000;
}
.feedback-container .footer-actions button:nth-child(2) {
  background: #005392;
  color: #ffffff;
  border: none;
}

.inventory-report-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.inventory-report-modal .content {
  padding: 40px;
  font-family: Manrope;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 640px;
  width: 90%;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-align: center;
}
.inventory-report-modal .content .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #58595B;
}
.inventory-report-modal .content .body {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666660;
}
.inventory-report-modal .content .body span {
  font-weight: 600;
}
.inventory-report-modal .content .footer-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.inventory-report-modal .content .footer-actions button {
  cursor: pointer;
  margin: 1rem;
  height: 44px;
  width: 120px;
  background: #005392;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
}

.pay-my-balance-warning-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.pay-my-balance-warning-backdrop .content {
  padding: 40px;
  font-family: Manrope;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 640px;
  width: 90%;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-align: center;
}
.pay-my-balance-warning-backdrop .content .header {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #005391;
}
.pay-my-balance-warning-backdrop .content .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  color: #58595B;
}
.pay-my-balance-warning-backdrop .content .body {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666660;
}
.pay-my-balance-warning-backdrop .content .body span {
  font-weight: 600;
}
.pay-my-balance-warning-backdrop .content .footer-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pay-my-balance-warning-backdrop .content .footer-actions button {
  cursor: pointer;
  margin: 1rem;
  height: 44px;
  width: 120px;
  background: #ffffff;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  color: #000000;
}
.pay-my-balance-warning-backdrop .content .footer-actions button:nth-child(2) {
  background: #005392;
  color: #ffffff;
  border: none;
}

.add-account-button {
  margin-bottom: 0;
  cursor: pointer;
  padding: 10px 10px 10px 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .add-account-button {
    padding-left: 30px !important;
  }
}
.user-add-account {
  max-width: 640px;
  font-family: Manrope;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 9999;
}
.user-add-account .error {
  margin-top: 1rem;
  color: #e3342f;
  font-family: Manrope;
}
.user-add-account .close-button {
  background: #ffffff;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.user-add-account .header {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.user-add-account .header h3 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
}
.user-add-account .header button {
  background: #ffffff;
  border: none;
}
.user-add-account .body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.user-add-account .body .intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1d1c1a;
}
.user-add-account .body .center {
  display: flex;
  justify-content: center;
}
.user-add-account .body .radio label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-left: 1rem;
  letter-spacing: 0.116667px;
  color: #666660;
}
.user-add-account .body .input-container {
  width: 100%;
  padding: 0.5rem 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.116667px;
  color: #121416;
}
.user-add-account .body .input-container input {
  width: 100% !important;
}
.user-add-account .body .input-container .errorEmail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.116667px;
  color: #121416;
  margin-top: 0.5rem;
}
.user-add-account .body .input-container .errorEmail a {
  padding-left: 1ch;
  color: #005392;
}
.user-add-account .body .input-container input[type=text],
.user-add-account .body .input-container input[type=email] {
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 1px;
  height: 44px;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  margin: 0.5rem 0 0 0;
}
.user-add-account .body .input-container input[type=radio] {
  margin: 1rem 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.116667px;
  color: #000000;
}
.user-add-account .body .submit-button {
  margin: 0 auto;
}
.user-add-account .body .submit-button button {
  background: #005392;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  padding: 0.75rem;
  margin-top: 1rem;
  border: none;
  color: #ffffff;
}
.user-add-account .onSubmit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: #ffffff;
  text-align: center;
  padding: 0 100px;
}
.user-add-account .onSubmit .header button {
  position: fixed;
  top: 3rem;
  right: 3rem;
}
.user-add-account .onSubmit h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.171429px;
  color: #58595b;
}
.user-add-account .onSubmit h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #005392;
}
.user-add-account .onSubmit p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #666660;
}
.user-add-account .onSubmit .button-container {
  position: fixed;
  bottom: 3rem;
  left: calc(50% - 50px);
}
.user-add-account .onSubmit .button-container button {
  width: 100px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  color: #000000;
}
.user-add-account .onSubmit .button-container-account {
  left: calc(50% - 50px);
}
.user-add-account .onSubmit .button-container-account button {
  width: 100px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
  color: #000000;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.portal-link {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #000000;
}
.portal-link a {
  color: #005392 !important;
  cursor: pointer;
}

.dropdown-wrapper {
  position: relative;
  padding: 0 1rem;
}
.dropdown-wrapper .request-dropdown {
  border: 1px solid #000000;
  padding: 0.65rem 1rem;
  cursor: pointer;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  letter-spacing: 1.3125px;
  text-transform: uppercase;
}
.dropdown-wrapper .request-dropdown .caret {
  margin-left: 16px;
  height: 10px;
  width: 10px;
}
.dropdown-wrapper .dropdown-request-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 250px;
  background: #FFFFFF;
  z-index: 99;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  right: 0;
}
.dropdown-wrapper .dropdown-request-menu .dropdown-req {
  cursor: pointer;
  text-decoration: none;
  color: black;
  margin: 0 1rem;
  padding: 0.65rem 0;
}
.dropdown-wrapper .dropdown-request-menu .dropdown-req.gray {
  opacity: 0.3 !important;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 600px) {
  .dropdown-wrapper .request-dropdown {
    flex-direction: row;
    align-items: flex-start;
  }
  .dropdown-wrapper .request-dropdown .caret {
    margin-left: 0;
    margin-top: 0.5rem;
    align-self: flex-end;
  }
  .dropdown-wrapper .dropdown-request-menu {
    width: 100%;
  }
}

.cart-modal {
  font-family: Manrope;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 375px; /* Adjust the width as needed */
  max-width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 0; /* Full height side panel typically does not need border radius */
  z-index: 9999;
  transform: translateX(100%); /* Start hidden to the right */
  transition: transform 0.3s ease-in-out;
}
.cart-modal .cart-modal-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cart-modal {
    top: 0%;
    width: 100%;
  }
}
.cart-modal.open {
  transform: translateX(0);
}
.cart-modal button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
.cart-modal button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cart-modal button:focus {
  outline: none;
}
.cart-modal .cart-modal-content {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cart-modal .cart-modal-content .cart-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #005392;
  padding: 16px;
}
.cart-modal .cart-modal-content .cart-modal-header h2 {
  margin-bottom: 0;
}
.cart-modal .cart-modal-content .cart-modal-title {
  color: #FFF;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cart-modal .cart-modal-content .modal-instruction {
  color: #121416;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.117px;
}
.cart-modal .cart-modal-content .cart-request-select {
  display: block;
  font-family: Manrope;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 1px;
  height: 44px;
  width: 100%;
  padding: 0 1rem;
  margin: 0.5rem 0 1rem 0;
}
.cart-modal .cart-modal-content .cart-request-select:hover {
  border-color: #888;
}
.cart-modal .cart-modal-content .cart-request-select:focus {
  border-color: #aaa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  outline: none;
}
.cart-modal .cart-modal-content .cart-request-select option {
  font-weight: 400;
  background-color: #fff;
}
.cart-modal .cart-modal-content .empty-text {
  margin-top: 1rem;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px;
}
.cart-modal .cart-modal-content .item-count {
  margin-top: 1rem;
}
.cart-modal .cart-modal-content .items-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.cart-modal .cart-modal-content .items-container .item-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #121416;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.117px;
  padding-left: 0;
  height: calc(100vh - 452px);
  overflow-y: auto;
}
.cart-modal .cart-modal-content .items-container .item-list .item {
  display: flex;
  width: 100%;
  margin-top: -1px;
}
.cart-modal .cart-modal-content .items-container .item-list .item .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px;
  width: 100%;
}
.cart-modal .cart-modal-content .items-container .item-list .item .item-content .item-details {
  display: flex;
  align-items: center;
}
.cart-modal .cart-modal-content .items-container .item-list .item .item-content .item-details .item-image {
  width: 70px;
  height: 56px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-modal .cart-modal-content .items-container .item-list .item .item-content .item-details .item-title {
  color: #121416;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  font-weight: bold;
}
.cart-modal .cart-modal-content .items-container .item-list .item .item-content .item-details .item-artist {
  margin: 0;
}
.cart-modal .cart-modal-content .items-container .item-list .item .item-content .item-details .item-location {
  margin: 0;
}
.cart-modal .cart-modal-content .items-container .item-list .item .item-content .item-remove {
  color: #FF0808;
  text-align: right;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}
.cart-modal .cart-modal-content .modal-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.cart-modal .cart-modal-content .btn-close, .cart-modal .cart-modal-content .btn-continue {
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.313px;
  text-transform: uppercase;
  padding: 12px 16px;
  width: 200px;
}
.cart-modal .cart-modal-content .btn-close {
  border: 1px solid black;
}
.cart-modal .cart-modal-content .btn-continue {
  background: #005392;
  color: white;
}
.cart-modal .cart-modal-content .btn-continue:hover {
  background: #0d89ec;
  border-color: #0d89ec;
}

.notifications-modal {
  font-family: Manrope;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 375px; /* Adjust the width as needed */
  max-width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 0; /* Full height side panel typically does not need border radius */
  z-index: 9999;
  transform: translateX(100%); /* Start hidden to the right */
  transition: transform 0.3s ease-in-out;
}
.notifications-modal .notifications-modal-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .notifications-modal {
    top: 0%;
    width: 100%;
  }
}
.notifications-modal.open {
  transform: translateX(0);
}
.notifications-modal .notifications-modal-content {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.notifications-modal .notifications-modal-content .notifications-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #FFF;
  padding: 16px;
}
.notifications-modal .notifications-modal-content .notifications-modal-header h2 {
  margin-bottom: 0;
}
.notifications-modal .notifications-modal-content .notifications-modal-title {
  color: #555;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.notifications-modal .notifications-modal-content .items-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.notifications-modal .notifications-modal-content .items-container .item-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #121416;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.117px;
  padding-left: 0;
  height: calc(100vh - 150px);
  overflow-y: auto;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item {
  display: flex;
  width: 100%;
  margin-top: -1px;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px;
  width: 100%;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item .item-content .item-details {
  display: flex;
  align-items: center;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item .item-content .item-details .item-image {
  width: 70px;
  height: 56px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item .item-content .item-details .item-title {
  color: #121416;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  font-weight: bold;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item .item-content .item-details .item-artist {
  margin: 0;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item .item-content .item-details .item-location {
  margin: 0;
}
.notifications-modal .notifications-modal-content .items-container .item-list .item .item-content .item-remove {
  color: #FF0808;
  text-align: right;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}

/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.tw-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.tw-pointer-events-none{
  pointer-events: none;
}
.tw-fixed{
  position: fixed;
}
.tw-absolute{
  position: absolute;
}
.tw-relative{
  position: relative;
}
.tw-inset-0{
  inset: 0px;
}
.tw-left-0{
  left: 0px;
}
.tw-right-0{
  right: 0px;
}
.tw-top-0{
  top: 0px;
}
.tw-z-10{
  z-index: 10;
}
.tw-z-50{
  z-index: 50;
}
.tw-z-\[9999\]{
  z-index: 9999;
}
.tw-z-\[999\]{
  z-index: 999;
}
.tw--my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.tw--my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.tw-mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.tw-mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.tw-my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tw-my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw--mr-1{
  margin-right: -0.25rem;
}
.tw--mr-1\.5{
  margin-right: -0.375rem;
}
.tw-mb-2{
  margin-bottom: 0.5rem;
}
.tw-mb-4{
  margin-bottom: 1rem;
}
.tw-mb-8{
  margin-bottom: 2rem;
}
.tw-ml-2{
  margin-left: 0.5rem;
}
.tw-ml-auto{
  margin-left: auto;
}
.tw-mr-3{
  margin-right: 0.75rem;
}
.tw-mr-4{
  margin-right: 1rem;
}
.tw-mt-1{
  margin-top: 0.25rem;
}
.tw-mt-12{
  margin-top: 3rem;
}
.tw-mt-2{
  margin-top: 0.5rem;
}
.tw-mt-4{
  margin-top: 1rem;
}
.tw-mt-8{
  margin-top: 2rem;
}
.tw-mt-\[6px\]{
  margin-top: 6px;
}
.tw-mt-auto{
  margin-top: auto;
}
.tw-flex{
  display: flex;
}
.tw-grid{
  display: grid;
}
.tw-hidden{
  display: none;
}
.tw-h-10{
  height: 2.5rem;
}
.tw-h-12{
  height: 3rem;
}
.tw-h-2{
  height: 0.5rem;
}
.tw-h-32{
  height: 8rem;
}
.tw-h-4{
  height: 1rem;
}
.tw-h-5{
  height: 1.25rem;
}
.tw-h-8{
  height: 2rem;
}
.tw-h-\[22px\]{
  height: 22px;
}
.tw-h-\[30px\]{
  height: 30px;
}
.tw-h-full{
  height: 100%;
}
.tw-max-h-32{
  max-height: 8rem;
}
.tw-max-h-\[340px\]{
  max-height: 340px;
}
.tw-w-1\/2{
  width: 50%;
}
.tw-w-1\/3{
  width: 33.333333%;
}
.tw-w-10{
  width: 2.5rem;
}
.tw-w-16{
  width: 4rem;
}
.tw-w-2{
  width: 0.5rem;
}
.tw-w-4{
  width: 1rem;
}
.tw-w-5{
  width: 1.25rem;
}
.tw-w-6{
  width: 1.5rem;
}
.tw-w-72{
  width: 18rem;
}
.tw-w-80{
  width: 20rem;
}
.tw-w-\[120px\]{
  width: 120px;
}
.tw-w-\[170px\]{
  width: 170px;
}
.tw-w-\[30px\]{
  width: 30px;
}
.tw-w-\[335px\]{
  width: 335px;
}
.tw-w-\[640px\]{
  width: 640px;
}
.tw-w-full{
  width: 100%;
}
.tw-flex-1{
  flex: 1 1 0%;
}
.tw-flex-none{
  flex: none;
}
.tw-flex-shrink-0{
  flex-shrink: 0;
}
.tw-shrink-0{
  flex-shrink: 0;
}
.tw-flex-grow{
  flex-grow: 1;
}
.tw--translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-1\/4{
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes tw-spin{
  to{
    transform: rotate(360deg);
  }
}
.tw-animate-spin{
  animation: tw-spin 1s linear infinite;
}
.tw-cursor-not-allowed{
  cursor: not-allowed;
}
.tw-cursor-pointer{
  cursor: pointer;
}
.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.tw-flex-row{
  flex-direction: row;
}
.tw-flex-col{
  flex-direction: column;
}
.tw-items-start{
  align-items: flex-start;
}
.tw-items-center{
  align-items: center;
}
.tw-items-baseline{
  align-items: baseline;
}
.tw-justify-end{
  justify-content: flex-end;
}
.tw-justify-center{
  justify-content: center;
}
.tw-justify-between{
  justify-content: space-between;
}
.tw-justify-around{
  justify-content: space-around;
}
.tw-gap-1{
  gap: 0.25rem;
}
.tw-gap-2{
  gap: 0.5rem;
}
.tw-gap-2\.5{
  gap: 0.625rem;
}
.tw-gap-4{
  gap: 1rem;
}
.tw-gap-8{
  gap: 2rem;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tw-overflow-y-auto{
  overflow-y: auto;
}
.tw-overflow-y-scroll{
  overflow-y: scroll;
}
.tw-rounded-full{
  border-radius: 9999px;
}
.tw-rounded-lg{
  border-radius: 0.5rem;
}
.tw-rounded-md{
  border-radius: 0.375rem;
}
.tw-rounded-none{
  border-radius: 0px;
}
.tw-rounded-sm{
  border-radius: 0.125rem;
}
.tw-border{
  border-width: 1px;
}
.tw-border-b{
  border-bottom-width: 1px;
}
.tw-border-b-2{
  border-bottom-width: 2px;
}
.tw-border-t{
  border-top-width: 1px;
}
.tw-border-solid{
  border-style: solid;
}
.tw-border-none{
  border-style: none;
}
.tw-border-\[\#005392\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 83 146 / var(--tw-border-opacity));
}
.tw-border-\[\#0d89ec\]{
  --tw-border-opacity: 1;
  border-color: rgb(13 137 236 / var(--tw-border-opacity));
}
.tw-border-\[\#dadada\]{
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.tw-border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.tw-border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.tw-border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.tw-border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tw-border-transparent{
  border-color: transparent;
}
.tw-bg-\[\#005392\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 146 / var(--tw-bg-opacity));
}
.tw-bg-\[\#0d89ec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 137 236 / var(--tw-bg-opacity));
}
.tw-bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.tw-bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.tw-bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.tw-bg-transparent{
  background-color: transparent;
}
.tw-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-p-1{
  padding: 0.25rem;
}
.tw-p-1\.5{
  padding: 0.375rem;
}
.tw-p-2{
  padding: 0.5rem;
}
.tw-p-4{
  padding: 1rem;
}
.tw-p-5{
  padding: 1.25rem;
}
.tw-p-6{
  padding: 1.5rem;
}
.tw-px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-pl-2{
  padding-left: 0.5rem;
}
.tw-pl-4{
  padding-left: 1rem;
}
.tw-pr-4{
  padding-right: 1rem;
}
.tw-text-left{
  text-align: left;
}
.tw-text-center{
  text-align: center;
}
.tw-font-\[\'Manrope\'\]{
  font-family: 'Manrope';
}
.tw-text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-bold{
  font-weight: 700;
}
.tw-font-extrabold{
  font-weight: 800;
}
.tw-font-light{
  font-weight: 300;
}
.tw-font-medium{
  font-weight: 500;
}
.tw-font-normal{
  font-weight: 400;
}
.tw-font-semibold{
  font-weight: 600;
}
.tw-uppercase{
  text-transform: uppercase;
}
.tw-capitalize{
  text-transform: capitalize;
}
.tw-italic{
  font-style: italic;
}
.tw-leading-normal{
  line-height: 1.5;
}
.tw-tracking-\[-0\.17\]{
  letter-spacing: -0.17;
}
.tw-tracking-\[0\.12\]{
  letter-spacing: 0.12;
}
.tw-tracking-\[0\.5\]{
  letter-spacing: 0.5;
}
.tw-tracking-\[1\.31\]{
  letter-spacing: 1.31;
}
.tw-tracking-\[1\]{
  letter-spacing: 1;
}
.tw-tracking-tight{
  letter-spacing: -0.025em;
}
.tw-tracking-wide{
  letter-spacing: 0.025em;
}
.tw-text-\[\#005392\]{
  --tw-text-opacity: 1;
  color: rgb(0 83 146 / var(--tw-text-opacity));
}
.tw-text-\[\#121416\]{
  --tw-text-opacity: 1;
  color: rgb(18 20 22 / var(--tw-text-opacity));
}
.tw-text-\[\#1d1c1a\]{
  --tw-text-opacity: 1;
  color: rgb(29 28 26 / var(--tw-text-opacity));
}
.tw-text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.tw-text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.tw-text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.tw-text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.tw-text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tw-text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tw-text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tw-text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.tw-text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.tw-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-underline{
  text-decoration-line: underline;
}
.tw-no-underline{
  text-decoration-line: none;
}
.tw-shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-300{
  transition-duration: 300ms;
}
.tw-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes "pulse" {
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "sp-anime" {
  100% {
    transform: rotate(360deg);
  }
}
div {
  font-size: 16px;
  font-family: Manrope;
}

p {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
}

.p-component, .p-button-label, .p-link, .p-paginator-current, .p-inputtext {
  font-family: Manrope !important;
}

.p-column-title {
  text-transform: uppercase;
}

.main-navbar {
  position: sticky;
  top: 0;
  z-index: 1010;
  background-color: #ffffff;
  box-shadow: 0 2px 2px #999;
  padding: 0rem 1rem !important;
}
.main-navbar .navbar-brand {
  padding: 0 !important;
}
.main-navbar .navbar-brand img {
  height: 64px;
}
.main-navbar .navbar-nav li {
  display: inline-flex;
  align-items: center;
}
.main-navbar .navbar-nav li a {
  color: #005392;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.main-navbar .navbar-nav li a span {
  width: 37px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  color: #212121;
  background-color: white;
}
.main-navbar .navbar-nav li a:hover {
  color: #005392;
}
.main-navbar .navbar-nav li a:hover span {
  background-color: #212121;
  color: #ffffff;
  border-color: transparent;
}
.main-navbar .navbar-nav li a.nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.main-navbar .navbar-nav li .dropdown-menu {
  padding: 0;
  right: 0;
  border-radius: 0;
  font-size: 14px;
  left: unset;
}
.main-navbar .navbar-nav li .dropdown-menu a {
  padding: 10px;
  color: #222;
  text-transform: capitalize;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.loader h2 {
  font-size: 30px;
  font-weight: 700;
  color: #f36c2b;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.loader ul {
  margin: auto auto 0;
}
.loader ul li {
  padding: 20px;
}
.loader ul li a {
  color: #111;
}

.mainLogin {
  display: flex;
  flex-wrap: wrap;
}
.mainLogin .leftSide {
  background: url("/images/loginBg.jpg") no-repeat left center/cover;
}
.mainLogin .rightSide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mainLogin .rightSide .session-exp {
  color: darkred;
  margin-bottom: 3rem;
}

.portal-link a {
  color: #0036F0;
}
.portal-link a:hover {
  text-decoration: underline;
}

.modal-button {
  border: 1px solid transparent;
  min-width: 114px;
  height: 44px;
  border-radius: 0;
  background-color: #005392;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1.3125px;
}
.modal-button:hover {
  background-color: #80A5D1;
}

.mainLoginBox form {
  margin-top: 2rem;
}
.mainLoginBox form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #eee;
}
.mainLoginBox form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.mainLoginBox > a {
  justify-content: center;
  width: 100%;
  display: flex;
  height: 160px;
  min-height: 160px;
}
.mainLoginBox .dashboardNotification {
  background-color: transparent;
  padding-left: 50px;
}
.mainLoginBox .dashboardNotification .notifcationBg {
  width: 50px;
}
.mainLoginBox .dashboardNotification h6 {
  background-color: #005392;
  height: 55px;
  display: flex;
  align-items: center;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.mainLoginBox .dashboardNotification .dash-loading-bar-container {
  border: 1px solid #005392;
  display: flex;
  flex: 1;
  min-height: 55px;
}
.mainLoginBox .dashboardNotification .dash-loading-bar-container .dash-loading {
  background-color: #005392;
  width: 0;
}
.mainLoginBox .btn-login {
  margin-top: 30px;
}

.btn-link {
  color: #005392;
  font-size: 14px;
}

.btn-login, .btn-reset-password, .btn-second-factor {
  background-color: #005392;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  height: 50px;
  min-width: 220px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-login:hover, .btn-reset-password:hover, .btn-second-factor:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #80A5D1;
}

.loginBottomBtn ul {
  margin-top: 30px;
}
.loginBottomBtn ul li a {
  font-size: 16px;
  color: #005392;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 700;
}

.loginMultipleaBox .rightSide {
  flex-basis: 40%;
  max-width: 40%;
  padding: 5rem 5rem 0rem;
}
.loginMultipleaBox .leftSide {
  flex-basis: 60%;
  max-width: 60%;
}
.loginMultipleaBox h4 {
  margin: 50px 0 30px;
  font-weight: lighter;
  font-size: 28px;
}
.loginMultipleaBox p {
  color: #666;
  font-size: 14px;
}
.loginMultipleaBox p strong {
  color: #222;
}
.loginMultipleaBox address {
  margin: 0;
}
.loginMultipleaBox a.getid {
  font-size: 16px;
  border: 1px solid #666;
  padding: 15px 30px;
  color: #222;
  display: block;
  margin-bottom: 15px;
}
.loginMultipleaBox a.getid:hover {
  border-color: #005392;
  color: #005392;
}
.loginMultipleaBox select {
  height: 45px;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.loginMultipleaBox select:focus {
  box-shadow: none;
  outline: none;
}
.loginMultipleaBox select option {
  font-family: inherit;
}

.logoutBtn {
  background: #f8f9fa;
  color: #005392 !important;
}
.logoutBtn:hover {
  color: #ffffff !important;
  background-color: #80A5D1;
}

.menuTitle {
  color: #666;
  font-size: 13px;
  white-space: normal;
}

.selectArrow::before {
  content: "";
  font-size: 13px;
  position: absolute;
  bottom: 18px;
  right: 15px;
  background: url("/images/arrow-down-sign-to-navigate.png") no-repeat;
  height: 10px;
  width: 10px;
  background-size: 100%;
  pointer-events: none;
  opacity: 0.8;
}

.rightBottomPara {
  text-align: center;
  margin-top: auto;
}

.secondaryNavbar {
  border-bottom: 1px solid #979797;
  padding: 0;
  top: 48px;
  position: sticky;
  background: #ffffff !important;
  z-index: 1005;
}
@media (max-width: 768px) {
  .secondaryNavbar {
    display: none;
  }
}
.secondaryNavbar .navbar-nav {
  width: 100%;
}
.secondaryNavbar .navbar-nav li.active .nav-link {
  color: #000000;
}
.secondaryNavbar .navbar-nav li.active .nav-link:hover {
  color: #000000;
}
.secondaryNavbar .navbar-nav li.active .nav-link::after {
  width: 75%;
  bottom: 0;
  background-color: #005392;
  height: 2px;
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
.secondaryNavbar .navbar-nav li .nav-link {
  position: relative;
  padding-right: 1rem;
  padding: 1.2rem;
  color: #555;
}
.secondaryNavbar .navbar-nav li .nav-link:hover {
  color: #005392;
}

.dashboardLeftBorder {
  border-left: 1px solid #979797;
}

.mainDashboard h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 10px;
}
.mainDashboard h2 {
  font-size: 35px;
  margin: 30px 0;
  font-family: inherit;
}
.mainDashboard h3 {
  font-size: 25px;
  font-family: inherit;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.mainDashboard .container-fluid > .row > div {
  padding: 0;
}
.mainDashboard .mainDashboardPadding {
  padding: 25px;
}

.managerCard {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  height: 70px;
}
@media (max-width: 769px) {
  .managerCard {
    height: unset;
  }
}
.managerCard .cardImg {
  width: 100px;
  display: inline-flex;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.managerCard .cardImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.managerCard .cardContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  width: 100%;
}
@media (max-width: 769px) {
  .managerCard .cardContent .title {
    flex-direction: column;
  }
  .managerCard .cardContent .title h5 {
    font-size: 14px;
    line-height: 16px;
  }
  .managerCard .cardContent .title h5 p {
    font-size: 12px;
  }
  .managerCard .cardContent p {
    flex-direction: column;
  }
}
.managerCard .cardContent .title {
  display: flex;
  justify-content: space-between;
}
.managerCard .cardContent .title p {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.managerCard .cardContent h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.25rem;
}
.managerCard .cardContent h5 a {
  color: #111;
}
.managerCard .cardContent h5 a:hover {
  color: #005392;
}
.managerCard .cardContent p {
  justify-content: space-between;
}
.managerCard .cardContent p a {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.managerCard .cardContent p a:hover {
  color: #005392;
}

.manageTitleMargin {
  margin-top: 50px;
  margin-bottom: 20px !important;
}

.unovoService {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.unovoService .card {
  flex-basis: 50%;
  transition: 0.3s linear;
  max-width: 50%;
  overflow: hidden;
}
.unovoService .card a {
  position: relative;
}
.unovoService .card a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.034);
  transition: 0.3s linear;
}
.unovoService .card a h4 {
  font-size: 14px;
  max-width: 125px;
  color: #ffffff;
  position: absolute;
  left: 15px;
  bottom: -100%;
  margin: 0;
  transition: 1.3 ease-in-out;
}
.unovoService .card a .arrow-btn {
  position: absolute;
  z-index: 99;
  right: 15px;
  bottom: 15px;
  border: 1px solid #ffffff;
  width: 35px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.unovoService .card a .arrow-btn i {
  color: #ffffff;
}
.unovoService .card a .arrow-btn img {
  height: auto !important;
}
.unovoService .card img {
  height: 115px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.unovoService .card:hover a::before {
  background-color: #005392;
}
.unovoService .card:hover a h4 {
  bottom: 15px;
}

.newsUpdate {
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
}
.newsUpdate h5 {
  border: 1px solid #005392;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
  font-size: 15px;
  color: #005392;
  padding: 0 15px;
}
.newsUpdate a {
  display: inline-flex;
  width: 35px;
  justify-content: center;
  align-items: center;
  border: 1px solid #005392;
}
.newsUpdate a i {
  color: #005392;
}
.newsUpdate a:hover {
  display: inline-flex;
  background-color: #80A5D1;
}
.newsUpdate a:hover i {
  color: #ffffff;
}
.newsUpdate a:hover img {
  filter: brightness(0) invert(1);
}
.newsUpdate a img {
  width: 15px;
}

.sideFooter {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sideFooter > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #005392;
  text-decoration: underline;
}
.sideFooter ul {
  margin: 0;
}
.sideFooter ul li a {
  padding: 5px;
  color: #005392;
}
.sideFooter p {
  color: #666;
}

.dashboardNotification {
  display: flex;
  align-items: center;
  background-color: #005392;
  color: #ffffff;
  min-height: 55px;
  padding-left: 55px;
  position: relative;
}
.dashboardNotification .notificationBg {
  position: absolute;
  background: url("/images/Square.svg") repeat-y center/cover;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
}
.dashboardNotification h6 {
  color: #ffffff;
  margin: 0;
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.3;
}
.dashboardNotification h6 a {
  color: #ffffff;
  position: relative;
  text-decoration: underline;
}
.dashboardNotification h6 a:hover {
  color: rgba(255, 255, 255, 0.781) !important;
}
.dashboardNotification button {
  margin-left: auto;
  background-color: transparent;
  border: 0;
  margin-right: 10px;
  color: #ffffff;
}

.invoiceBox {
  border: 1px solid #979797;
  margin: 40px 0 30px;
}
.invoiceBox h6 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px;
  margin: 0;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  align-items: center;
}
.invoiceBox h6 a {
  color: #005392;
  font-size: 12px;
}
.invoiceBox .invoiceContent {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.invoiceBox .invoiceContent .btn-client {
  text-transform: uppercase;
  background-color: #005392;
  padding: 8px 30px;
}
.invoiceBox .invoiceContent .btn-client:hover {
  background-color: #80A5D1 !important;
}
.invoiceBox .invoiceContent h3 {
  font-size: 24px;
  margin: 0;
  color: #005392;
}
.invoiceBox .invoiceContent h3 span {
  color: #ff0808;
  font-size: 12px;
  display: block;
  font-weight: 100;
}
.invoiceBox .invoiceContent h3 a {
  color: #005392;
}

.mainDashboardPadding h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 19px;
  color: #666;
  font-size: 14px;
}
.mainDashboardPadding .dashboardNotification h6 {
  color: #ffffff;
  text-transform: none;
}
.mainDashboardPadding .table-responsive {
  border: 1px solid #d8d8d8;
}
.mainDashboardPadding .table-responsive th {
  font-size: 14px;
  color: #666;
}
.mainDashboardPadding .table-responsive td {
  color: #121416;
  font-weight: 100;
  border: 0;
  font-size: 14px;
}
.mainDashboardPadding .table-responsive td a {
  color: #005392;
}
.mainDashboardPadding .table-responsive td a:hover {
  text-decoration: underline;
}
.mainDashboardPadding .table-responsive td:nth-child(5) {
  position: relative;
}

.dashboardTitle {
  margin-top: 20px;
}

.btn-request {
  padding: 10px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  margin-bottom: 20px;
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
  position: relative;
}
.btn-request:hover {
  background-color: #80A5D1 !important;
  color: #ffffff;
  border-color: #80A5D1;
  display: block;
}
.btn-request span {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.btn-request span i {
  font-size: 10px !important;
  color: #999;
}
.btn-request span[data-tooltip]:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -320px;
  margin-bottom: 5px;
  padding: 20px;
  width: 300px;
  border-radius: 3px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #005392;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 0 3px #979797;
}
.btn-request span[data-tooltip]:after {
  position: absolute;
  top: 40%;
  transform: translateY(-50%) rotateZ(270deg);
  right: 18px;
  margin-left: -5px;
  width: 0;
  border-top: 10px solid #e0e0e0;
  border-top: 10px solid rgba(232, 232, 232, 0.986);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  z-index: 2;
  font-size: 0;
  line-height: 0;
}

.recentTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recentTitle .btn-request {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  border: 1px solid #222;
  padding: 13px 50px;
}
.recentTitle .btn-request:hover {
  background-color: #80A5D1;
  color: #ffffff;
  border-color: #80A5D1;
}

.tableButto {
  border-top: 1px solid #d8d8d8;
  padding: 15px;
}
.tableButto a {
  font-size: 12px;
  color: #005392;
  text-transform: uppercase;
}
.tableButto a:hover {
  text-decoration: underline;
}

#requestModal .modal-header {
  border-radius: 0;
  margin-top: 30px;
  border: 0;
}
#requestModal .modal-header h5 {
  color: #58595b;
  font-size: 30px;
}
#requestModal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#requestModal .modal-content {
  border-radius: 0;
  padding: 10px 20px 50px;
}
#requestModal .modal-dialog {
  max-width: 650px;
}
#requestModal .modalList {
  display: flex;
  margin: 15px 0;
}
#requestModal .modalList h6 {
  font-size: 14px;
  text-transform: none;
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
}
#requestModal .modalList h6 a {
  position: relative;
  right: 0;
  bottom: 2px;
  pointer-events: stroke;
  cursor: help;
  color: #555;
}
#requestModal .modalList h6 a:hover {
  z-index: 9;
}
#requestModal .modalList h6 a[data-tooltip]::before {
  left: 30px;
}
#requestModal .modalList .newsUpdate {
  flex-basis: 50%;
  max-width: 50%;
}

#saveErrorModal .modal-content {
  padding-bottom: 50px;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: help;
}
[data-tooltip]:before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  margin-bottom: 5px;
  padding: 20px;
  width: 300px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #005392;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 0 3px #979797;
}
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
  right: -20px;
  margin-left: -5px;
  width: 0;
  border-top: 10px solid #e0e0e0;
  border-top: 10px solid rgba(242, 242, 242, 0.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  z-index: 2;
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.tableAction {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #005392;
  margin-right: 5px;
  display: inline-block;
}

.tableAction.actionPending {
  background-color: #555;
}

div#inventoryTable_wrapper div#inventoryTable_filter {
  margin-top: 15px;
  margin-right: 15px;
}

body.inventory-body {
  overflow-x: hidden;
}
body.inventory-body .inventorySearch {
  position: static;
}
body.inventory-body span.blankitem {
  position: static;
  z-index: auto !important;
  width: auto;
  top: auto;
}

.inventory .inv-wrapper {
  width: 100%;
}
.inventory .inv-wrapper.menu-open {
  flex-basis: 75%;
  width: 75%;
}
.inventory #slider {
  flex: 0 0 24%;
  display: block;
  background: #f9f9f9;
  margin-right: 0;
  transition: margin-right 0.5s;
}
.inventory #slider.hidden {
  margin-right: calc(-24% + 35px);
}
.inventory .row {
  flex-wrap: nowrap;
}
.inventory .col-md-3 {
  position: unset;
}

#slider #trigger {
  color: #ffffff;
  width: 35px;
  height: 35px;
  background: #005392;
  position: absolute;
  top: 5;
  left: 0;
}

#trigger span {
  display: table;
  margin: 3px auto 0;
}

.addCarrierService {
  background: #f7f7f8;
  padding: 15px;
  display: none;
  border: 1px solid #ccc;
}

.mobileSideButton {
  display: flex;
  justify-content: flex-end;
}
.mobileSideButton #toggleSidebar {
  padding: 5px;
  margin: 40px 0 0;
}
.mobileSideButton #toggleSidebar img {
  width: 20px;
  transform: rotateZ(180deg);
}

nav.navbar.navbar-expand-lg.tableNav {
  position: sticky;
  top: 210px;
  z-index: 9;
  background: #ffffff;
}

td.day.active.today.disabled {
  background: #ffffff !important;
  border-color: #444 !important;
  color: #888 !important;
}

.btn-download {
  font-size: 14px;
  text-transform: uppercase;
  color: #005392;
  border-radius: 0;
  margin-bottom: 20px;
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
}
.btn-download i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #005392;
  margin-right: 10px;
  transition: 0.3s linear;
}
.btn-download:hover i {
  border-width: 2px;
}

.inventorySideBar {
  padding: 40px 15px;
  padding: 96px 35px 45px;
  position: sticky;
  top: 110px;
}
.inventorySideBar p {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.btn-selected {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #005392;
  font-size: 14px;
  color: #005392;
  margin: 30px 50px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 10px;
  min-width: 96px;
}
.btn-selected span {
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #005392;
  color: #ffffff;
  text-align: center;
  margin-right: 3px;
}
.btn-selected:hover {
  display: block !important;
}

.inventorySearch {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  position: sticky;
  top: 133px;
  transform: 0.3s linear;
  z-index: 999;
  background: #ffffff;
}
.inventorySearch .advanceForm {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 80%;
  max-width: 80%;
}
.inventorySearch .advanceForm form {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #979797;
  flex-wrap: wrap;
}
.inventorySearch .advanceForm .form-group {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}
.inventorySearch .advanceForm .form-group i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
}
.inventorySearch .advanceForm .form-control {
  padding-left: 30px;
  width: 100%;
  border: 0;
}
.inventorySearch .advanceForm .form-control:focus {
  outline: none;
  box-shadow: none;
}
.inventorySearch .advanceForm .btn {
  text-align: right;
  height: 40px;
  padding: 0;
  text-transform: uppercase;
}
.inventorySearch .advanceForm .btn:focus {
  outline: none;
  box-shadow: none;
}
.inventorySearch h3 {
  flex-basis: 20%;
  max-width: 20%;
  font-size: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  padding-top: 9px;
}

.advanceSearchBox {
  display: none;
  width: 100%;
  border: 1px solid #979797;
  background: #ffffff;
  z-index: 1;
}
.advanceSearchBox .advanceField form {
  display: block;
  padding: 20px;
  border: 0;
}
.advanceSearchBox .advanceField form label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.advanceSearchBox .advanceField .form-group {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}
.advanceSearchBox .advanceField .form-control {
  padding-left: 10px;
  font-size: 14px;
  border: 1px solid #979797;
  border-radius: 0;
  width: 100%;
}

.basic-search-wrapper {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}

#advButton {
  width: 250px;
}

#basic-search-btn {
  background-color: #005392 !important;
  border-radius: 0;
  min-width: 126px;
  font-size: 14px;
  text-align: center !important;
  margin-left: 18px;
}

#global_filter {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.advanceFooter {
  padding: 5px;
  text-align: right;
  border-top: 1px solid #979797;
  margin: 20px -20px -20px;
}
.advanceFooter .btn {
  font-size: 14px;
  text-align: center !important;
  min-width: 156px;
}
.advanceFooter .btn-client {
  background-color: #005392;
  border-radius: 0;
  min-width: 126px;
}

button#sideBarCloseButton {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 40px;
  border: 0;
  background: transparent;
  display: none;
}

.col-md-10 {
  position: absolute;
}

.artistTable {
  border: 1px solid #979797;
}
.artistTable h5 {
  font-size: 14px;
  color: #121416;
  margin: 0;
  white-space: break-spaces;
}
.artistTable p {
  font-size: 14px;
  margin: 0;
  color: #666;
}
.artistTable .artistImg {
  margin-right: 10px;
}
.artistTable .artistImg img {
  max-width: 56px;
}
.artistTable td {
  font-size: 14px;
  color: #121416;
  border: 0 !important;
}
.artistTable td a {
  display: block;
  color: #005392;
  text-decoration: underline;
}
.artistTable table.dataTable.no-footer {
  border-bottom: 0;
}
.artistTable table.dataTable.display tbody tr.even {
  background-color: #f9f9f9;
}
.artistTable table.dataTable.display tbody tr.even > .sorting_1 {
  background-color: unset;
}
.artistTable table.dataTable.display tbody tr.odd {
  background-color: #ffffff;
}
.artistTable table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: unset;
}
.artistTable table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: unset;
}
.artistTable table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: unset;
}
.artistTable table.dataTable thead th {
  text-transform: uppercase !important;
  font-size: 14px;
  padding: 20px 4px;
  border-bottom-color: #979797;
  font-weight: 400;
}
.artistTable table.dataTable thead th:first-child {
  background-image: unset !important;
}
.artistTable table.dataTable thead td {
  padding: 20px 4px;
  border-bottom-color: #979797;
  font-weight: 400;
}
.artistTable table.dataTable tbody th {
  padding: 20px 4px;
  border-bottom-color: #979797;
}
.artistTable table.dataTable tbody td {
  padding: 20px 4px;
  border-bottom-color: #979797;
}
.artistTable #inventoryTable thead th {
  border-bottom-color: transparent !important;
}
.artistTable .tableCheck {
  width: 30px;
}
.artistTable table.dataTable.stripe tbody tr.odd {
  background-color: #ffffff;
}
.artistTable table.dataTable.stripe tbody tr.even {
  background-color: #f9f9f9;
}
.artistTable .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0;
  letter-spacing: 1.5px;
}
.artistTable a.paginate_button.current {
  background: transparent !important;
}
.artistTable #inventoryTable_paginate .paginate_button {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
}
.artistTable #inventoryTable_paginate .paginate_button:hover {
  background: linear-gradient(to bottom, #80A5D1 0%, #80A5D1 100%);
  color: #ffffff !important;
}

.documentTable #inventoryTable_paginate {
  display: relative;
}
.documentTable #inventoryTable_paginate .paginate_button.disabled:hover {
  color: #ffffff !important;
}
.documentTable #inventoryTable_paginate .paginate_button.disabled:active {
  color: #ffffff !important;
}
.documentTable #inventoryTable_paginate .paginate_button:hover {
  background: linear-gradient(to bottom, #80A5D1 0%, #80A5D1 100%);
  color: #ffffff !important;
}
.documentTable #inventoryTable thead tr th:nth-child(1) {
  width: 30px !important;
  max-width: 0;
}
.documentTable #inventoryTable thead tr th:nth-child(2) {
  width: 190px !important;
}
.documentTable #inventoryTable thead tr th:nth-child(3) {
  width: 100px !important;
  max-width: 100px;
}
.documentTable #inventoryTable thead tr th:nth-child(4) {
  width: 100px !important;
  max-width: 100px;
}
.documentTable #inventoryTable thead tr th:nth-child(5) {
  width: 130px !important;
  max-width: 130px;
}
.documentTable #inventoryTable thead tr th:nth-child(6) {
  width: 50px !important;
}
.documentTable #inventoryTable thead tr th:nth-child(7) {
  width: 50px !important;
}
.documentTable #inventoryTable thead tr th:nth-child(8) {
  width: 100px !important;
}
.documentTable #inventoryTable thead tr th:nth-child(9) {
  width: 110px !important;
  max-width: 110px;
}
.documentTable #inventoryTable tbody tr td:nth-child(1) {
  width: 30px !important;
  max-width: 0;
}
.documentTable #inventoryTable tbody tr td:nth-child(2) {
  width: 170px !important;
}
.documentTable #inventoryTable tbody tr td:nth-child(3) {
  width: 100px !important;
  max-width: 100px;
}
.documentTable #inventoryTable tbody tr td:nth-child(4) {
  width: 100px !important;
  max-width: 100px;
}
.documentTable #inventoryTable tbody tr td:nth-child(5) {
  width: 130px !important;
  max-width: 130px;
}
.documentTable #inventoryTable tbody tr td:nth-child(6) {
  width: 50px !important;
}
.documentTable #inventoryTable tbody tr td:nth-child(7) {
  width: 50px !important;
}
.documentTable #inventoryTable tbody tr td:nth-child(8) {
  width: 100px !important;
}
.documentTable #inventoryTable tbody tr td:nth-child(9) {
  width: 110px !important;
  max-width: 110px;
}
.documentTable #inventoryTable .artistTitle {
  width: 90%;
  min-width: 200px;
  display: inline-flex !important;
}
.documentTable #inventoryTable .artistTitle h5 {
  word-break: break-word;
}
.documentTable #inventoryTable_length {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #e6e7e8;
  align-items: center;
}
.documentTable #inventoryTable_length select {
  width: 100px;
  border-radius: 0;
}
.documentTable #inventoryTable_length label {
  margin: 0;
}
.documentTable .tableMenu button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-110%);
}
.documentTable #inventoryTable_info {
  display: relative;
}
.documentTable .tableFooter div#inventoryTable_length {
  border-bottom: 0;
}
.documentTable .invoiceHistory #inventoryTable tr td.dataTables_empty {
  text-align: center !important;
}

.tableFooter {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px;
  align-items: center;
  border-top: 1px solid #979797;
  text-transform: uppercase;
}
.tableFooter div#inventoryTable_length {
  color: #666;
  font-size: 14px;
  margin-right: 15px;
  margin-left: auto;
}
.tableFooter div#inventoryTable_length select {
  border-radius: 0;
  height: 37px;
}
.tableFooter div#inventoryTable_length label {
  margin: 0;
}
.tableFooter div#inventoryTable_info {
  font-size: 14px;
  color: #666;
}

.paginate_button {
  border: 1px solid #979797 !important;
  font-size: 14px;
}

.flaticon-exclamation::before {
  font-size: 14px;
}

table.dataTable {
  border-collapse: collapse;
}
table.dataTable tbody tr:hover td {
  background: #e6e7e8 !important;
}
table.dataTable tbody tr:hover td .tableMenu {
  display: block;
}
table.dataTable thead .sorting_desc {
  background-image: none;
}
table.dataTable thead .sorting_desc div::after {
  display: inline-block;
  margin-left: 1em;
  vertical-align: 0.3em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #002dcc;
}
table.dataTable thead .sorting_asc {
  background-image: none;
}
table.dataTable thead .sorting_asc div::after {
  display: inline-block;
  margin-left: 1em;
  vertical-align: 0.3em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  color: #002dcc;
}
table.dataTable thead .sorting {
  background-image: none;
}

.tableMenu {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  display: none;
}
.tableMenu:hover ul {
  opacity: 1;
  visibility: visible;
  right: 20px;
  left: -160px;
}
.tableMenu button {
  background: transparent;
  border: 0;
  position: absolute;
  top: -40px;
  right: 0;
}
.tableMenu ul {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: -40px;
  border-radius: 5px;
  padding: 10px 0;
}
.tableMenu ul li a {
  padding: 5px 10px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000000;
  text-decoration: none;
}
.tableMenu ul li a:hover {
  color: #005392;
}

.dash-py {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.carrierService.submitDetails {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.btn-list {
  color: #005392 !important;
}

.selectLocation.interestBtn .locBox {
  flex-basis: 100%;
  max-width: 100%;
}
.selectLocation.interestBtn .locBox .btn-save {
  line-height: 34px;
  white-space: nowrap;
}

.modal-dialog .footerPara {
  font-size: 12px !important;
}

.btn:focus {
  box-shadow: none;
}

.datepicker tr td:last-child {
  position: relative;
  color: #777 !important;
}
.datepicker tr td:last-child:hover::after {
  opacity: 1;
  top: -100%;
  visibility: visible;
}
.datepicker tr td:last-child:hover::before {
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.datepicker tr td:last-child::after {
  content: "Unavailable. Kindly reach out to your Account Manager. ";
  position: absolute;
  top: -150%;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  padding: 5px;
  width: 200px;
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 3;
}
.datepicker tr td:last-child::before {
  position: absolute;
  top: -100%;
  transform: translateX(-50%) rotateZ(0deg);
  left: 50%;
  width: 0;
  border-top: 10px solid #222;
  border-top: 10px solid rgba(5, 1, 8, 0.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 3;
}
.datepicker tr td:first-child {
  position: relative;
  color: #777 !important;
}
.datepicker tr td:first-child:hover::after {
  opacity: 1;
  top: -100%;
  visibility: visible;
}
.datepicker tr td:first-child:hover::before {
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.datepicker tr td:first-child::after {
  content: "Unavailable. Kindly reach out to your Account Manager. ";
  position: absolute;
  top: -150%;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  padding: 5px;
  width: 200px;
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 3;
}
.datepicker tr td:first-child::before {
  position: absolute;
  top: -100%;
  transform: translateX(-50%) rotateZ(0deg);
  left: 50%;
  width: 0;
  border-top: 10px solid #222;
  border-top: 10px solid rgba(5, 1, 8, 0.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 3;
}
.datepicker tr td.disabled {
  position: relative;
}
.datepicker tr td.disabled:hover::after {
  opacity: 1;
  top: -100%;
  visibility: visible;
}
.datepicker tr td.disabled:hover::before {
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.datepicker tr td.disabled::after {
  content: "Unavailable. Kindly reach out to your Account Manager. ";
  position: absolute;
  top: -150%;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  padding: 5px;
  width: 200px;
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 3;
}
.datepicker tr td.disabled::before {
  position: absolute;
  top: -100%;
  transform: translateX(-50%) rotateZ(0deg);
  left: 50%;
  width: 0;
  border-top: 10px solid #222;
  border-top: 10px solid rgba(5, 1, 8, 0.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 3;
}

section.dashbardBanner > a {
  width: 100%;
}

.infoMargin {
  margin-bottom: 55%;
}

.btn-view {
  border: 0 !important;
}

.csvBox.d-flex {
  justify-content: center;
}

.btn-state {
  letter-spacing: 1.2px;
  font-size: 14px;
}

.btn-conditon {
  max-width: 260px;
  text-decoration: none !important;
  margin: 20px auto;
}
.btn-conditon:hover {
  text-decoration: none;
}

.conditionCheck h4 {
  margin: 20px 0 10px;
}

.modal-dialog.modal-dialog-centered.modal-xl {
  max-width: 1000px;
  overflow: hidden;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-prev {
  font-family: "Flaticon";
  src: url("/font/Flaticon.eot");
  src: url("/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("/font/Flaticon.woff2") format("woff2"), url("/font/Flaticon.woff") format("woff"), url("/font/Flaticon.ttf") format("truetype"), url("/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  position: absolute;
  border: 1px solid #005392;
  width: 35px;
  height: 35px;
  color: #005392;
  border-radius: 0;
  background-color: #ffffff;
  left: 0;
  top: 40%;
  transform: translateY(-50%) rotateZ(180deg);
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-prev:focus {
  box-shadow: none;
  outline: none;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #80A5D1;
  color: #ffffff;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-prev span {
  display: none !important;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-prev:before {
  content: "\f100";
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-next {
  font-family: "Flaticon";
  src: url("/font/Flaticon.eot");
  src: url("/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("/font/Flaticon.woff2") format("woff2"), url("/font/Flaticon.woff") format("woff"), url("/font/Flaticon.ttf") format("truetype"), url("/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  position: absolute;
  border: 1px solid #005392;
  width: 35px;
  height: 35px;
  color: #005392;
  border-radius: 0;
  background-color: #ffffff;
  left: 0;
  top: 40%;
  right: 0;
  left: unset;
  transform: translateY(-50%);
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-next:focus {
  box-shadow: none;
  outline: none;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-next:hover {
  background-color: #80A5D1;
  color: #ffffff;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-next span {
  display: none !important;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-nav .owl-next:after {
  content: "\f100";
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog.modal-dialog-centered.modal-xl h2 {
  color: #26272a;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.17142858px;
  max-width: 700px;
  margin: 20px auto 15px;
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}
.modal-dialog.modal-dialog-centered.modal-xl p {
  color: #6c6c6c;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 400px;
  margin: auto;
}
.modal-dialog.modal-dialog-centered.modal-xl .modalLogo {
  width: 150px;
  margin-bottom: 20px;
  margin-top: -50px;
}
.modal-dialog.modal-dialog-centered.modal-xl .modal-header img {
  width: 18px;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-theme .owl-dots .owl-dot.active span {
  background: #005392;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-theme .owl-dots .owl-dot:hover span {
  background: #80A5D1;
}
.modal-dialog.modal-dialog-centered.modal-xl .owl-theme .owl-nav .disabled {
  visibility: hidden;
  opacity: 0;
}

.artistTitle.d-flex {
  position: relative;
}
.artistTitle.d-flex .artistData {
  min-width: 125px;
  max-width: 125px;
}
.artistTitle.d-flex .found {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 60px;
}
.artistTitle.d-flex .found img {
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.custom-dropdown select {
  background-color: #ffffff;
  color: #111;
  padding: 0.5em;
  padding-right: 2.5em;
  border: 1px solid #ccc;
  max-width: 140px;
  margin: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  text-indent: 0.01px;
  text-transform: uppercase;
  text-overflow: "";
  -webkit-appearance: none !important;
}
.custom-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.custom-dropdown select option {
  font-family: Manrope;
}
.custom-dropdown::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
  content: "▼";
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
  color: rgba(0, 0, 0, 0.4);
}
.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, 0.1);
}

.custom-dropdown-inventory {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.custom-dropdown-inventory select {
  background-color: #ffffff;
  color: #111;
  padding: 0.5em;
  padding-right: 2.5em;
  border: 1px solid #ccc;
  max-width: 140px;
  margin: 0 !important;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  text-indent: 0.01px;
  text-transform: uppercase;
  text-overflow: "";
  -webkit-appearance: none !important;
}
.custom-dropdown-inventory select:focus {
  outline: none;
  box-shadow: none;
}
.custom-dropdown-inventory select option {
  font-family: Manrope;
}
.custom-dropdown-inventory::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.custom-dropdown-inventory::after {
  content: "";
  position: absolute;
  pointer-events: none;
  content: "▼";
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
  color: rgba(0, 0, 0, 0.4);
}
.custom-dropdown-inventory select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.custom-dropdown-inventory select[disabled]::after {
  color: rgba(0, 0, 0, 0.1);
}

.tableDropdown li {
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 400;
}

#dropTable .nav-tabs {
  border: 0;
}
#dropTable .nav-tabs .nav-item {
  margin-bottom: 0;
}
#dropTable .nav-tabs .nav-link {
  border: 0;
}

p.parentItems {
  min-width: 120px;
  white-space: break-spaces;
  max-width: 120px;
}

p.barcode {
  min-width: 120px;
  white-space: break-spaces;
  max-width: 120px;
}

p.PackingDetails {
  min-width: 80px;
  white-space: break-spaces;
  max-width: 80px;
}

span#export {
  width: 100%;
  margin: 0 0 20px;
  background: #005392;
  border: 0;
  line-height: 2;
  transition: 0.3s linear;
  text-transform: uppercase;
}
span#export:hover {
  background: #80A5D1;
}

ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0 {
  background: #ffffff;
}

.request {
  padding: 30px 0;
  position: relative;
}
.request .nav-tabs {
  border: 0;
  position: relative;
}
.request .nav-tabs li {
  text-align: center;
}
.request .nav-tabs li a.nav-link.active span {
  font-weight: 600;
}
.request .nav-tabs li a.nav-link.active i::before {
  color: #005392;
}
.request .nav-tabs li a.nav-link.active i::after {
  background-color: #ffffff;
}
.request .nav-tabs li a.nav-link {
  background-color: transparent;
  border: 0;
}
.request .nav-tabs li a.nav-link span {
  color: #222;
}
.request .nav-tabs li a.nav-link i {
  position: relative;
  height: 50px;
  border-radius: 60%;
  width: 50px;
  display: inline-block;
}
.request .nav-tabs li a.nav-link i::after {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 60%;
  content: "";
  background-color: #005392;
  border: 5px solid #ffffff;
}
.request .nav-tabs li a.nav-link i::before {
  font-size: 42px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
}
.request .nav-tabs li a.nav-link.disabled i::before {
  color: #b6b6b6;
}
.request .nav-tabs li a.nav-link.disabled i::after {
  background-color: #ffffff;
}
.request .nav-tabs li a span {
  display: block;
}
.request .nav-tabs::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 33px;
  width: 90%;
  height: 1px;
  background-color: #999;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0.3;
}
.request::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 72px;
  z-index: -2;
  box-shadow: 0 -5px 136px 0px rgba(0, 0, 0, 0.75);
  opacity: 0.6;
}
.request::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}
.request h1 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.request h1 > span {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.request h1 > span > span {
  color: #666660;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.request h1 i {
  display: inline-flex;
  width: 35px;
  height: 35px;
  color: #005392;
  align-items: center;
  justify-content: center;
  border: 1px solid #005392;
  margin-right: 15px;
  transition: 0.3s ease;
}
.request h1 i:hover {
  background-color: #80A5D1;
  color: #ffffff;
  border-color: #80A5D1;
}
.request h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.request h5 span[data-tooltip]::before {
  left: 210%;
}

request .nav-tabs li a.nav-link.active span {
  font-weight: 600;
}

.itemsForm > div {
  position: relative;
}
.itemsForm > div .btn_remove {
  position: absolute;
  right: 0;
  top: -5px;
  padding: 0;
  line-height: 1.8;
  height: 20px;
  width: 20px;
  font-size: 12px;
  border-radius: 0;
}
.itemsForm .btn-save {
  margin-top: 50px;
}
.itemsForm label {
  font-size: 14px;
}

.mainDashboardPadding.inventorySide2 .managerCard .cardContent p.m-0.d-flex {
  flex-direction: column !important;
}

span.modalToolTip {
  text-transform: initial;
}

.invoiceHistory {
  border: 1px solid #e6e7e8;
  margin: 0 0 40px;
}
.invoiceHistory #paymentHistory tr th:first-child {
  padding-left: 20px;
  text-align: left !important;
}
.invoiceHistory #paymentHistory tr td:first-child {
  padding-left: 20px;
  text-align: left !important;
}
.invoiceHistory #inventoryTable tr th:first-child {
  padding-left: 20px;
  text-align: left !important;
}
.invoiceHistory #inventoryTable tr td:first-child {
  padding-left: 20px;
  text-align: left !important;
}
.invoiceHistory h6 {
  color: #666660;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #e6e7e8;
  padding: 20px;
}
.invoiceHistory h6 a {
  color: #012fd4;
  font-size: 12px;
}
.invoiceHistory .nav-tabs .nav-link {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  border: 0;
  border-bottom: 1px solid #dee2e6;
  position: relative;
  font-size: 14px;
  padding: 20px;
}
.invoiceHistory .nav-tabs .nav-item.show .nav-link {
  color: #111;
  background-color: #ffffff;
}
.invoiceHistory .nav-tabs .nav-item.show .nav-link::after {
  content: "";
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #012fd4;
}
.invoiceHistory .nav-tabs .nav-link.active {
  color: #111;
  background-color: #ffffff;
}
.invoiceHistory .nav-tabs .nav-link.active::after {
  content: "";
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #012fd4;
}
.invoiceHistory .artistTable {
  position: relative;
  border: 0;
}
.invoiceHistory .artistTable table.dataTable thead th {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom-color: #e6e7e8 !important;
}
.invoiceHistory .artistTable .dataTables_length {
  position: absolute;
  right: 10px;
  top: -48px;
}
.invoiceHistory .artistTable .dataTables_length label {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.invoiceHistory .artistTable .dataTables_length select {
  width: 100px;
  border-radius: 0;
}
.invoiceHistory .flaticon-pdf::before {
  font-size: 14px;
}
.invoiceHistory .dataTable tr th:last-child {
  background: transparent;
}

.invoiceTableShow {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 999;
}

div#paymentHistory_length {
  display: none;
}

#confirmationModal .modal-footer.border-0.justify-content-center button.close.btn.btn-save.btn-save-border.btn-w {
  border: 1px solid;
  opacity: 1;
  background: #005392;
  color: #ffffff;
  text-shadow: none;
}
#confirmationModal .modal-footer.border-0.justify-content-center button.close.btn.btn-save.btn-save-border.btn-w:hover {
  background: #80A5D1;
}
#confirmationModal .modal-footer.border-0.justify-content-center a.btn.btn-save.btn-save-border.btn-w {
  display: flex;
  align-items: center;
  justify-content: center;
}
#confirmationModal h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #005392;
  margin-bottom: 20px;
}
#confirmationModal h3 {
  font-size: 30px;
  color: #58595b;
}
#confirmationModal p {
  font-size: 14px;
  color: #666;
}

.modal-content small {
  color: #005392;
  font-weight: bold;
}

.invoiceHistory.invoiceHistoryTable.position-relative table#inventoryTable {
  padding-top: 0;
}
.invoiceHistory.invoiceHistoryTable.position-relative table#inventoryTable thead {
  position: unset;
  margin: -1px;
  margin-top: 0;
  z-index: 2;
  background: #ffffff;
  display: table-header-group;
  width: 100%;
  border: 1px solid #999;
  border-bottom: 0;
}

table#inventoryTable thead {
  border-bottom: 1.1px solid #999;
  border-collapse: collapse;
  border-right-style: solid;
}

#toggleSidebar {
  display: none;
}

a.paginate_button.current {
  border-color: #005392 !important;
}

span.blankitem {
  width: 100%;
  z-index: 999999 !important;
}
span.blankitem .dashboardNotification {
  margin: 10px 0 0 !important;
}

.loading {
  margin: 0 auto;
  font-size: 1.5rem;
  padding-top: 2rem;
}

.inventoryMain.documentTable.documentNavigation table#inventoryTable tbody tr:first-child td {
  padding-left: 5px;
}
.inventoryMain.documentTable.documentNavigation .inventorySearch {
  padding-bottom: 0;
}
.inventoryMain.documentTable.documentNavigation nav.navbar.navbar-expand-lg.tableNav {
  border: 1px solid #e6e7e8;
  width: 100%;
  margin-top: 20px;
}

section.inventory.mainLoginBox form.theForm {
  box-shadow: 0 7px 15px #000000;
  padding: 30px;
  margin-top: 5rem;
}
section.inventory.mainLoginBox label {
  display: block;
}
section.inventory.mainLoginBox input {
  border-radius: 0;
  border: 1px solid #eee;
  margin: 0 0 20px;
  height: 45px;
  background: #f5f5f5;
  width: 100%;
  padding: 0 10px !important;
}

.tableTopHeader {
  top: 425px !important;
  transition: 0.3s linear;
}

.request.requestBg::after {
  display: none;
}
.request.requestBg::before {
  display: none;
}

.container-form {
  max-width: 750px;
  margin: auto;
}

.requestTab h2 {
  font-size: 30px;
  margin: 60px 0 50px;
}

.switch-field {
  display: flex;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field input:checked + label {
  background-color: #005392;
  box-shadow: none;
  color: #ffffff;
  border-color: #005392;
}
.switch-field input:checked + label i {
  color: #ffffff;
}
.switch-field label {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #222;
  text-align: center;
  flex-basis: 50%;
  max-width: 50%;
  padding: 9px 16px;
  transition: all 0.1s ease-in-out;
  margin: 0 10px;
}
.switch-field label i {
  color: #999;
}
.switch-field label span[data-tooltip]:after {
  right: -15px;
}
.switch-field label:hover {
  cursor: pointer;
}

.selectLocation {
  display: flex;
  justify-content: space-between;
}
.selectLocation .locBox {
  flex-basis: 23%;
  max-width: 23%;
}
.selectLocation .locBox input:disabled ~ label {
  opacity: 0.35 !important;
}
.selectLocation .locBox input + label {
  cursor: pointer;
}
.selectLocation .locBox input:checked + label {
  background-color: #005392;
  border-color: #005392;
  color: #ffffff;
}
.selectLocation .locBox .selectRadio {
  width: 0;
  height: 0;
  visibility: hidden;
}
.selectLocation .locBox .loc-btn {
  border: 2px solid;
  width: 100%;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mfa-radio-container input {
  height: unset !important;
}

.carrierService {
  margin: 50px 0;
  padding-bottom: 30px;
}
.carrierService h5 {
  margin-bottom: 30px;
}
.carrierService input {
  height: 45px;
  border-radius: 0;
}
.carrierService input:focus {
  outline: none;
  box-shadow: none;
}
.carrierService small {
  color: #454748;
  margin-top: 15px;
  display: inline-block;
}
.carrierService small a {
  color: #005392;
  text-decoration: underline;
  margin-left: 20px;
}
.carrierService textarea {
  border-radius: 0;
}
.carrierService textarea:focus {
  outline: none;
  box-shadow: none;
}

.bootstrap-datetimepicker-widget table {
  border-collapse: separate;
  border-spacing: 15px;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 55px;
  line-height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 14px !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #005392;
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #80A5D1;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 12px;
  font-weight: 400;
  width: 100px;
}
.bootstrap-datetimepicker-widget table td.active.today::before {
  border-bottom-color: transparent;
}

th.prev {
  text-align: left !important;
}

th.next {
  text-align: right !important;
}

th.picker-switch {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-save {
  border: 1px solid transparent;
  min-width: 114px;
  height: 44px;
  border-radius: 0;
  background-color: #005392;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1.3125px;
}
.btn-save:hover {
  background-color: #80A5D1;
  color: #ffffff;
}

.btn-save-border {
  border-color: #111;
  background-color: #ffffff;
  margin-right: 10px;
  color: #000000;
}
.btn-save-border:hover {
  background-color: #80A5D1;
  color: #ffffff;
  border-color: #80A5D1;
}

#locationTab {
  justify-content: space-around;
}
#locationTab li {
  flex-basis: 50%;
  max-width: 50%;
}
#locationTab li a {
  text-align: center;
  border: 1px solid #111;
  color: #111;
}
#locationTab li a:hover {
  display: block;
}
#locationTab li a.active {
  color: #ffffff;
  background-color: #005392;
  border-color: #005392;
}

ul#aboutItems {
  justify-content: space-around;
}
ul#aboutItems li {
  flex-basis: 50%;
  max-width: 50%;
}
ul#aboutItems li a {
  text-align: center;
  border: 1px solid #111;
  color: #111;
}
ul#aboutItems li a:hover {
  display: block;
}
ul#aboutItems li a.active {
  color: #ffffff;
  background-color: #005392;
  border-color: #005392;
}

.csvFileUpload {
  width: 0;
  height: 0;
  visibility: hidden;
}

.csvFileUploadBtn {
  margin: 50px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

div#aboutItemsContent {
  padding: 20px 0;
}

.csvBox a {
  font-size: 12px;
  text-transform: uppercase;
  color: #005392;
}
.csvBox a:hover {
  text-decoration: underline;
}
.csvBox a:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid;
}

.csvFileList li {
  background-color: rgba(245, 245, 245, 0.8);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.csvFileList li .csvBox {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.csvFileList li .csvBox .flaticon-csv-file-format-extension:before {
  font-size: 16px;
  margin-right: 5px;
}
.csvFileList li .csvBox a {
  font-size: 12px;
  text-transform: uppercase;
  color: #005392;
}
.csvFileList li .csvBox a:hover {
  text-decoration: underline;
}
.csvFileList li .csvBox a:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid;
}
*::-moz-placeholder {
  color: #bbb !important;
}
*::placeholder {
  color: #bbb !important;
}

input.form-control {
  font-size: 14px;
}

textarea.form-control {
  font-size: 14px;
}

select.form-control {
  font-size: 14px;
}

div#locationTabContent {
  padding: 70px 0;
}

.privateUnitLevel {
  align-items: center;
}
.privateUnitLevel .switch-field {
  margin-left: 5%;
  flex-basis: 50%;
  max-width: 50%;
}
.privateUnitLevel h5 {
  margin: 0;
}

.serviceList {
  margin: 80px 0;
}
.serviceList .col-md-7 {
  padding-left: 0;
}
.serviceList a.btn.btn-save.btn-save-border {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.serviceList h6 {
  font-size: 14px;
  text-transform: uppercase;
}
.serviceList p {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.serviceList .row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.serviceList .row:last-child::after {
  display: none;
}
.serviceList .row::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 96%;
  transform: translateX(-50%);
  background-color: #ddd;
  height: 1px;
  bottom: 0;
}
.serviceList .serviceImg {
  height: 80px;
  border: 1px solid #005392;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}

.submitDetails p {
  font-size: 14px;
  color: #666;
}
.submitDetails p span {
  min-width: 200px;
  display: inline-flex;
  color: #121416;
}
.submitDetails hr {
  margin: 30px auto 50px;
}

.confirmLiist li {
  padding: 20px;
  margin-bottom: 5px;
  background-color: rgba(245, 245, 245, 0.8);
}
.confirmLiist li h6 {
  font-size: 14px;
  margin: 0;
}
.confirmLiist li span {
  color: #666;
}
.confirmLiist li p {
  color: #111;
  margin: 0;
}

.footerMain {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
  z-index: 999;
  padding: 15px;
}
.footerMain .formFooter {
  flex-basis: 750px;
  max-width: 750px;
}

.btn-w {
  min-width: 40%;
}

.releaseStorageList {
  margin-top: 50px;
}
.releaseStorageList h5 {
  margin: 10px 0 !important;
  color: #666;
}
.releaseStorageList li p {
  position: relative;
}
.releaseStorageList li p a {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #005392;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.releaseStorageList li p a:hover {
  text-decoration: underline;
  color: #0227ad;
}

.day.new:not(.disabled) {
  color: #212529 !important;
}

.faqSearch.inventorySearch h3 {
  flex-basis: 10%;
  max-width: 10%;
}
.faqSearch.inventorySearch .advanceForm {
  flex-basis: 88%;
  max-width: 88%;
}
.faqSearch.inventorySearch .advanceForm .form-group {
  flex-basis: 100%;
  max-width: 100%;
}
.faqSearch.inventorySearch .advanceForm form {
  border-color: #212529;
}
.faqSearch.inventorySearch .advanceForm form input::-moz-placeholder {
  color: #212529;
}
.faqSearch.inventorySearch .advanceForm form input::placeholder {
  color: #212529;
}

.accordianFaq .faqCard {
  border-bottom: 1px solid #e6e7e8;
}
.accordianFaq .card-header {
  padding: 20px 0 20px 90px;
  background-color: transparent;
  position: relative;
  border: 0;
}
.accordianFaq .card-header h3 button {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.17142858px;
  color: #121416;
  padding: 0;
}
.accordianFaq .card-header h3 button span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  left: 0;
  border: 1px solid #121416;
  height: 35px;
  width: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #121416;
}
.accordianFaq .card-header h3 button:hover {
  color: #0227ad;
  text-decoration: none;
}
.accordianFaq .card-header h3 button:focus {
  outline: none;
  box-shadow: none;
  color: #0227ad;
  text-decoration: none;
}
.accordianFaq .card-header h3 button[aria-expanded=true] span {
  transform: translateY(-50%) rotateZ(90deg);
}
.accordianFaq .card-body {
  padding-left: 90px;
  color: #666660;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 40px;
}

.faqPage .dashboardLeftBorder {
  border-left: 0 !important;
}

.faqSearchBox .advanceForm {
  flex-basis: 90%;
  max-width: 90%;
}
.faqSearchBox h3 {
  flex-basis: 10%;
  max-width: 10%;
}
.faqSearchBox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-faq {
  color: #005392;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #005392;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 135px;
  margin: 0 5px;
}
.btn-faq:hover {
  display: inline-flex;
  background-color: #005392;
  color: #ffffff;
}

.btn-faq.active {
  display: inline-flex;
  background-color: #005392;
  color: #ffffff;
  border-color: #005392;
}

.inventorySearch.faqSearchBox {
  padding-bottom: 0;
}

.tableDropdown.document li {
  margin-left: auto;
}

.totalBalance .text-danger {
  color: #ff0808 !important;
}
.totalBalance .btn-client {
  background-color: #005392;
  text-align: center;
  line-height: 36px;
}
.totalBalance ul li h2 {
  color: #005392;
  font-size: 42px;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 0.5833333px;
  margin: 0;
}
.totalBalance ul li h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0;
}
.totalBalance ul li h4 span {
  font-size: 18px;
  color: #111;
}

.tableNav {
  border-bottom: 1px solid #e6e7e8;
  padding: 0;
}
.tableNav .navbar-nav {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.tableNav .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.6);
  padding: 1rem 0.6rem;
  position: relative;
}
.tableNav .navbar-nav .nav-link:hover {
  color: #80A5D1;
}
.tableNav .navbar-nav li.active .nav-link::after {
  content: "";
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #012fd4;
}

.accountDetails .accountTitle p {
  min-width: 200px;
  color: #121416;
}
.accountDetails p i a {
  font-style: normal;
  color: #666;
  margin-right: 10px;
}
.accountDetails p i a:hover {
  color: #005392;
}
.accountDetails p .pipe {
  margin-right: 6px;
  font-family: Manrope;
  min-width: unset;
  color: #666;
  display: inline-flex;
}
.accountDetails ul {
  min-width: 300px;
}
.accountDetails ul li {
  display: flex;
  justify-content: space-between;
  color: #666660;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.11666673px;
}
.accountDetails a {
  color: #666;
}
.accountDetails a:hover {
  color: #005392;
}
.accountDetails a.btn {
  color: #111;
}
.accountDetails a.btn:hover {
  color: #ffffff;
}
.accountDetails i {
  font-style: normal;
}

.am-details {
  margin-bottom: 1rem;
}
.am-details .am-title {
  min-width: 200px;
  color: #121416;
  font-size: 14px;
}
.am-details .details-text {
  font-style: normal;
  color: #666;
  font-size: 14px;
}

.modal-manager {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.modal-manager h6 {
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.modal-manager .manager-modal-button {
  background-color: white;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #005392;
}
.modal-manager .manager-modal-button:hover {
  background-color: #005392;
  transition: 0.3s ease-in-out;
  color: white;
  border: none;
}

.accountDetails .manager-modal-button {
  color: black;
}

.manager-modal .modal-header {
  margin-top: 0 !important;
}
.manager-modal .modal-header .modal-title {
  color: #000000;
  font-weight: 700;
}
.manager-modal .team-modal-button {
  margin: 0 auto;
  background-color: #005392;
  padding: 8px 30px;
  color: white;
  border: none;
  font-family: Manrope;
  font-weight: lighter;
}
.manager-modal .modal-body .modal-inner {
  display: flex;
  height: 70px;
  width: 100%;
  border: 1px solid #CCCCCC;
  margin-bottom: 1rem;
}
.manager-modal .modal-body .modal-inner .modal-inner-right {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.manager-modal .modal-body .modal-inner .modal-inner-right a {
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #666660;
}
.manager-modal .modal-body .modal-inner .modal-inner-right p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #666660;
  display: flex;
  justify-content: flex-end;
}
.manager-modal .modal-body .modal-inner .modal-inner-left {
  display: flex;
  width: 78%;
}
.manager-modal .modal-body .modal-inner .modal-inner-left img {
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 1px solid #CCCCCC;
}
.manager-modal .modal-body .modal-inner .modal-inner-left > div {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.manager-modal .modal-body .modal-inner .modal-inner-left > div h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
  text-transform: uppercase;
  color: #000000;
}
.manager-modal .modal-body .modal-inner .modal-inner-left > div a {
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #666660;
}

.request.accountDetails::after {
  display: none;
}
.request.accountDetails::before {
  display: none;
}
.request.accountDetails h5 span {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.11666673px;
  margin-top: 10px;
  text-transform: capitalize;
}
.request.accountDetails .btn-add {
  color: #005392;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.request.accountDetails .modal-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.request.accountDetails .modal-header {
  padding: 30px 15px 0px 15px;
}
.request.accountDetails .modal-content {
  padding: 20px;
}
.request.accountDetails .modal-content label {
  color: #121416;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.1166667px;
}
.request.accountDetails .modal-content h6 {
  color: #1d1c1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.detailHrLine {
  margin-bottom: 20px !important;
}

.accountCheckBox {
  margin-bottom: 30px;
}
.accountCheckBox .form-group {
  margin-bottom: 10px;
}
.accountCheckBox p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #1d1c1a;
}
.accountCheckBox label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.1166667px;
}
.accountCheckBox input {
  height: auto;
}

.footerPara {
  color: #666660;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin: 50px 15px 30px;
}

#inventoryTable tr td:first-child {
  text-align: center;
}
#inventoryTable tr th:first-child {
  text-align: center;
}

.modalList [data-tooltip]:after {
  right: -14px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
}
.select2-container--default .select2-selection--single:focus {
  box-shadow: none;
  outline: none;
}

input.select2-search__field:focus {
  box-shadow: none;
  outline: none;
}

.day.active.today {
  color: #ffffff !important;
}

.inventoryMain.documentTable nav.navbar.navbar-expand-lg.tableNav {
  position: unset;
  top: 0;
}

th div {
  font-size: 14px;
}

.invoiceHistoryTable thead tr th:nth-child(1) {
  width: 155px;
}
.invoiceHistoryTable thead tr th:nth-child(2) {
  width: 110px;
}
.invoiceHistoryTable thead tr th:nth-child(3) {
  width: 80px;
  white-space: initial;
}
.invoiceHistoryTable thead tr th:nth-child(4) {
  width: 230px !important;
  white-space: initial;
}
.invoiceHistoryTable thead tr th:nth-child(5) {
  width: 100px !important;
}
.invoiceHistoryTable thead tr th:nth-child(6) {
  width: 80px;
}
.invoiceHistoryTable thead tr th:nth-child(7) {
  width: 80px !important;
}
.invoiceHistoryTable thead tr th:nth-child(8) {
  width: 20px !important;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(1) {
  width: 155px;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(2) {
  width: 110px;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(3) {
  width: 80px;
  white-space: initial;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(4) {
  width: 230px !important;
  white-space: initial;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(5) {
  width: 100px !important;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(6) {
  width: 80px;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(7) {
  width: 80px !important;
}
.invoiceHistoryTable thead + tbody tr td:nth-child(8) {
  width: 20px !important;
}

pre {
  font-family: inherit !important;
}

.defaultAddress {
  display: inline-block;
  white-space: break-spaces !important;
}

td.dataTables_empty {
  font-size: 16px;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: Manrope;
}

html {
  scroll-behavior: smooth;
}

img {
  display: inline-block;
  max-width: 100%;
}

.btn-client {
  background-color: #005392;
  color: #ffffff;
  font-size: 16px;
  line-height: 29px;
  padding: 4px 17px;
}
.btn-client:hover {
  background-color: #80A5D1;
  color: #ffffff;
}

#progress {
  position: fixed;
  z-index: 2147483647 !important;
  top: 0;
  left: -6px;
  width: 0%;
  height: 2px;
  background: #005392;
  border-radius: 1px;
  transition: width 500ms ease-out, opacity 400ms linear;
}
#progress dd {
  position: absolute;
  top: 0;
  height: 2px;
  -ms-box-shadow: #005392 1px 0 6px 1px;
  box-shadow: #005392 1px 0 6px 1px;
  border-radius: 100%;
  opacity: 1;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}
#progress dt {
  position: absolute;
  top: 0;
  height: 2px;
  -ms-box-shadow: #005392 1px 0 6px 1px;
  box-shadow: #005392 1px 0 6px 1px;
  border-radius: 100%;
  opacity: 1;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

#progress.done {
  opacity: 0;
}

#progress.waiting dd {
  animation: pulse 2s ease-out 0s infinite;
}
#progress.waiting dt {
  animation: pulse 2s ease-out 0s infinite;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

.is-hide {
  display: none;
}

.disable-me {
  pointer-events: none;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

@media screen and (min-width: 1024px) {
  .mainLogin {
    height: 100vh;
  }
  .mainLogin .leftSide {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
  }
  .mainLogin .rightSide {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 1024px) {
  .mainLogin {
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .mainLogin .leftSide {
    display: none;
  }
  .mainLogin .rightSide {
    padding: 2rem;
  }
  .invoiceTableShow {
    position: unset !important;
    flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .invoiceTableShow .custom-dropdown select {
    width: 130px;
  }
  .invoiceTableShow li {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 20px;
  }
  nav.navbar.navbar-expand-lg.tableNav {
    position: unset !important;
  }
  .navbar-toggler {
    top: 0;
    background: #005392;
    border-radius: 0;
    background-color: #005392;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 8px;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    position: relative;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    top: -9px;
    height: 1px;
    left: 0;
    width: 100%;
    transition: 0.4s linear;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    top: -9px;
    height: 1px;
    left: 0;
    width: 100%;
    transition: 0.4s linear;
    top: unset;
    bottom: -9px;
  }
  #requestModal .modalList {
    flex-wrap: wrap;
  }
  #requestModal .modalList h6 {
    flex-basis: 100%;
    max-width: 100%;
  }
  #requestModal .modalList h6 a[data-tooltip]::before {
    left: -100px;
    transform: unset;
    top: 30px;
  }
  #requestModal .modalList h6 a {
    bottom: 0;
  }
  #requestModal .modalList .newsUpdate {
    flex-basis: 100%;
    max-width: 100%;
  }
  #requestModal .modal-header h5 {
    font-size: 20px;
  }
  [data-tooltip]:before {
    top: 380%;
  }
  [data-tooltip]:after {
    position: absolute;
    top: 110%;
    transform: translateY(-50%) rotateZ(180deg);
  }
  .modalList [data-tooltip]:after {
    right: 0px !important;
  }
  .table-responsive.artistTable {
    overflow: auto !important;
  }
  .container-form .nav-link {
    padding: 0.5rem 0rem !important;
  }
  .navbar.navbar-expand-lg.tableNav .navbar-nav {
    justify-content: flex-start;
  }
  .request {
    position: relative;
  }
  .request .nav-tabs li a.nav-link i {
    position: relative;
    height: 30px !important;
    width: 30px !important;
  }
  .request .nav-tabs li a.nav-link i::before {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .request .nav-tabs li a.nav-link span {
    font-size: 12px !important;
  }
  .request .nav-tabs::before {
    top: 22px !important;
  }
  .request h1 {
    font-size: 20px;
  }
  .totalBalance {
    padding: 15px;
  }
  .totalBalance li:first-child {
    margin-bottom: 20px;
  }
  .totalBalance .list-unstyled.d-inline-flex.mb-0 {
    flex-direction: column;
  }
  .totalBalance ul li h4 {
    display: flex;
    margin: 0px 0 20px !important;
  }
  .totalBalance ul li h4 span {
    margin-left: 10px;
  }
  .totalBalance ul li h2 {
    border-bottom: 1px solid #e6e7e8;
    margin: 0 -15px 30px;
    padding: 0 15px 15px;
  }
  #dropTable {
    flex-direction: column;
  }
  #dropTable .list-unstyled.ml-auto.d-flex.tableDropdown.mb-0 {
    flex-direction: column;
    margin-left: unset !important;
    padding: 10px 15px;
  }
  #dropTable .list-unstyled.ml-auto.d-flex.tableDropdown.mb-0 li {
    justify-content: space-between;
  }
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown a.nav-link {
    width: 100%;
  }
  .nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0 !important;
  }
  .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 769px) {
  .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #002dcc !important;
  }
}
@media only screen and (max-width: 1024px) {
  .list-unstyled.d-inline-flex.mb-0 {
    width: 100%;
  }
  .dashboardNotification img {
    height: 45px;
  }
  .dashboardNotification h6 {
    font-size: 12px;
    line-height: 18px;
  }
  .secondaryNavbar {
    overflow-x: scroll;
    top: 40px;
  }
  .secondaryNavbar .navbar-nav {
    flex-direction: row;
    height: 63px;
  }
  .secondaryNavbar .navbar-nav li .nav-link {
    white-space: nowrap;
  }
  .mainDashboardPadding .table-responsive th {
    white-space: nowrap;
  }
  .mainDashboard h2 {
    font-size: 25px;
    margin: 20px 0;
  }
  .mainDashboard h3 {
    font-size: 18px;
  }
  .mainDashboard .mainDashboardPadding {
    padding: 0 25px 10px;
  }
  .invoiceBox {
    margin: 30px 0 10px;
  }
  .invoiceBox .invoiceContent {
    flex-direction: column;
    align-items: flex-start;
  }
  .invoiceBox .invoiceContent h3 {
    font-size: 18px;
  }
  .invoiceBox .invoiceContent .btn-client {
    padding: 8px 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .recentTitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .recentTitle .btn-request {
    padding: 13px 10px;
  }
  .recentTitle a {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .dashbardBanner img {
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .navBg {
    background: #005392;
  }
  .navBg img {
    filter: saturate(0%) brightness(100);
  }
  .sideFooter {
    flex-direction: column;
  }
  .sideFooter p {
    order: 3;
  }
  .sideFooter ul {
    order: 1;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    height: 100vh;
    left: 0;
    width: 100%;
    background: #005392;
    z-index: 999;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-color: transparent;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  .navbar-brand img {
    width: 115px;
    height: auto !important;
  }
  .advanceSearchBox {
    position: relative;
    z-index: 1;
    position: unset;
  }
  .invoiceHistory {
    margin: 0 0 20px;
  }
  .invoiceHistory h6.d-flex.justify-content-between {
    flex-direction: column;
  }
  .invoiceHistory h6.d-flex.justify-content-between a {
    margin-top: 10px;
  }
  .newsUpdate h5 {
    font-size: 12px;
  }
  .tableNav {
    overflow-x: scroll;
  }
  .tableNav .navbar-nav {
    flex-direction: row;
    justify-content: flex-start;
  }
  .tableNav .navbar-nav .nav-link {
    white-space: nowrap;
  }
  .accountDetails ul {
    min-width: unset !important;
  }
  .accountDetails ul li > span {
    display: none;
  }
  .accountDetails .accountTitle p.storagePara {
    min-width: unset;
    width: 200px;
  }
  .carrierService.submitDetails {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
  .boxLeft {
    max-width: 180px;
  }
  .boxRight .btn {
    margin-top: 10px;
  }
  .modal-footer.border-0.justify-content-center button {
    width: 100%;
  }
  .modal-footer.border-0.justify-content-center .btn.btn-save.btn-save-border {
    order: 2;
  }
  .mainDashboard.faqPage #toggleSidebar {
    display: none;
  }
  .advanceForm.position-relative {
    z-index: 1;
  }
  .accordianFaq .card-body {
    padding: 20px 0 20px 50px !important;
  }
  .accordianFaq .card-header {
    padding: 20px 0 20px 50px !important;
  }
  .accordianFaq .card-header h3 button {
    font-size: 24px !important;
    line-height: 25px !important;
  }
  .btn-faq {
    margin-top: 15px !important;
  }
  #slider {
    width: 0;
    height: 0;
  }
  .inventory .inv-wrapper {
    max-width: 98% !important;
    flex-basis: 98% !important;
  }
  #trigger {
    display: none;
  }
  .d-flex.justify-content-between.align-items-baseline.accountAddressDetails {
    flex-direction: column;
  }
  .d-flex.justify-content-between.align-items-baseline.accountAddressDetails .boxLeft {
    max-width: 100%;
  }
  .mobileSideButton a#toggleSidebar {
    display: block !important;
  }
  .inventorySideBar.mobSideBar {
    height: 100vh;
    position: fixed;
    left: 20%;
    width: 80%;
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
  .inventorySearch {
    top: 90px;
    display: block;
  }
  .inventorySearch h3 {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .inventorySearch .advanceForm {
    flex-basis: 100%;
    max-width: 100%;
  }
  .inventorySearch .advanceForm .form-group {
    flex-basis: 100%;
    max-width: 100%;
  }
  .inventorySearch .advanceForm .form-control {
    border-bottom: 1px solid;
    border-radius: 0;
  }
  .inventorySearch .advanceForm form {
    border: 0;
    margin: 10px 0 0;
  }
  .inventorySearch .advanceForm .btn {
    margin-left: unset;
  }
  .btn-conditon {
    max-width: 260px;
    text-decoration: none !important;
    margin: 60px auto 0;
  }
  .artistTable table.dataTable tbody th {
    padding: 20px 20px !important;
    border-bottom-color: #979797;
    border-bottom-color: transparent;
  }
  .artistTable table.dataTable tbody td {
    padding: 20px 20px !important;
    border-bottom-color: #979797;
  }
  .artistTable table.dataTable thead th {
    padding: 20px 20px !important;
    border-bottom-color: #979797;
  }
  .artistTable table.dataTable thead td {
    padding: 20px 20px !important;
    border-bottom-color: #979797;
  }
  .artistTable .tableFooter {
    flex-wrap: wrap;
  }
  .artistTable .tableFooter .dataTables_length {
    max-width: 45%;
    flex-basis: 45%;
  }
  .artistTable .tableFooter .dataTables_info {
    flex-basis: 45%;
    max-width: 45%;
    text-align: left !important;
  }
  .inventory-table-wrapper .p-datatable-header .btn-selected {
    margin: 0;
    margin-top: 10px;
    padding: 10px 15px;
    position: relative;
    z-index: 11;
  }
  .inventory-table-wrapper #toggleSidebar {
    display: block;
  }
  .inventory-table-wrapper #toggleSidebar img {
    position: unset;
    left: 0;
    top: 50%;
    transform: unset;
    width: 17px;
    transform: rotateZ(180deg);
  }
  .inventorySideBar {
    position: fixed;
    left: 100%;
    width: 100%;
    padding: 70px 20px 20px;
    top: 130px;
    background: #ffffff;
    transition: 0.2s linear;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.171);
    opacity: 0;
    visibility: hidden;
  }
  button#sideBarCloseButton {
    display: block;
  }
  .invoiceHistory.invoiceHistoryTable.position-relative .dataTables_wrapper .dataTables_paginate {
    min-width: 810px;
    text-align: left;
  }
  .boxLeft.authorizedBox {
    min-width: 100%;
  }
  .requestTab h2 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  #locationTab li a {
    font-size: 14px;
  }
  .selectLocation .locBox .loc-btn {
    font-size: 12px;
  }
  .bootstrap-datetimepicker-widget table td.day {
    height: 35px;
  }
  .carrierService {
    margin: 30px 0;
    overflow-x: hidden;
  }
  .carrierService small a {
    margin-left: 0;
  }
  .footerMain {
    position: relative;
    flex-direction: column;
    padding: 10px 0;
  }
  .footerMain .formFooter {
    flex-basis: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .footerMain .formFooter .btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .serviceList {
    margin: 20px 0;
  }
  .serviceList .col-md-7 {
    padding-left: 15px;
    margin-top: 15px;
  }
  div#privateUnitDateCalendar {
    overflow: scroll;
  }
  div#locationTabContent {
    padding: 70px 0 0;
  }
  .uovoLoaction {
    margin-top: 20px;
  }
  .confirmLiist li {
    padding: 0;
    padding: 10px;
  }
  .releaseStorageList li p a {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  nav.navbar.navbar-expand-lg.tableNav {
    position: unset;
  }
  .btn-conditon {
    margin: 60px auto 0;
  }
  #requestModal .modalList {
    flex-wrap: wrap;
  }
  #requestModal .modalList h6 {
    flex-basis: 100%;
    max-width: 100%;
  }
  #requestModal .modalList h6 a[data-tooltip]::before {
    left: -150px;
    transform: unset;
    top: 30px;
  }
  #requestModal .modalList .newsUpdate {
    flex-basis: 100%;
    max-width: 100%;
  }
  #requestModal .modal-header h5 {
    font-size: 20px;
  }
  [data-tooltip]:before {
    top: 380%;
  }
  [data-tooltip]:after {
    position: absolute;
    top: 110%;
    transform: translateY(-50%) rotateZ(180deg);
  }
  .modalList [data-tooltip]:after {
    right: 0px !important;
  }
  .main-navbar .navbar-nav li a span {
    color: #ffffff;
  }
  .inventorySearch .advanceForm form {
    width: 80%;
    margin-left: auto;
  }
  .navbar-toggler {
    top: 0;
    background: #005392;
    border-radius: 0;
  }
  .table-responsive.artistTable {
    overflow: auto !important;
  }
  .container-form .nav-link {
    padding: 0.5rem 0rem !important;
  }
  .navbar.navbar-expand-lg.tableNav .navbar-nav {
    justify-content: flex-start;
  }
  .request .nav-tabs li a.nav-link i {
    position: relative;
    height: 30px !important;
    width: 30px !important;
  }
  .request .nav-tabs li a.nav-link i::before {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .request .nav-tabs li a.nav-link span {
    font-size: 12px !important;
  }
  .request .nav-tabs::before {
    top: 22px !important;
  }
  .totalBalance {
    padding: 15px;
  }
  .totalBalance li:first-child {
    margin-bottom: 20px;
  }
  .totalBalance .list-unstyled.d-inline-flex.mb-0 {
    flex-direction: column;
  }
  #dropTable {
    flex-direction: column;
  }
  #dropTable .list-unstyled.ml-auto.d-flex.tableDropdown.mb-0 {
    flex-direction: column;
    margin-left: unset !important;
    padding: 10px 15px;
  }
  #dropTable .list-unstyled.ml-auto.d-flex.tableDropdown.mb-0 li {
    justify-content: space-between;
  }
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown a.nav-link {
    width: 100%;
  }
  .nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0 !important;
  }
  .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding-left: 30px !important;
  }
  .list-unstyled.d-inline-flex.mb-0 {
    width: 100%;
  }
  .dashboardNotification img {
    height: 45px;
  }
  .dashboardNotification h6 {
    font-size: 12px;
    line-height: 18px;
  }
  .secondaryNavbar {
    overflow-x: scroll;
    top: 60px;
  }
  .secondaryNavbar .navbar-nav {
    flex-direction: row;
    height: 63px;
  }
  .secondaryNavbar .navbar-nav li .nav-link {
    white-space: nowrap;
  }
  #slider #trigger {
    top: 0 !important;
  }
  .mainDashboardPadding .table-responsive th {
    white-space: nowrap;
  }
  .mainDashboard h2 {
    font-size: 25px;
    margin: 20px 0;
  }
  .mainDashboard h3 {
    font-size: 18px;
  }
  .invoiceBox {
    margin: 30px 0 10px;
  }
  .invoiceBox .invoiceContent {
    flex-direction: column;
    align-items: flex-start;
  }
  .invoiceBox .invoiceContent h3 {
    font-size: 18px;
  }
  .invoiceBox .invoiceContent .btn-client {
    padding: 8px 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .recentTitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .recentTitle .btn-request {
    padding: 13px 10px;
  }
  .recentTitle a {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .dashbardBanner img {
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .navBg {
    background: #005392;
  }
  .sideFooter {
    flex-direction: column;
  }
  .sideFooter p {
    order: 3;
  }
  .sideFooter ul {
    order: 1;
  }
}
.mobile-nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .vertical-separator-desktop {
    display: none !important;
  }
  .notification-icon-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .notification-icon-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .cart-icon-desktop {
    display: none !important;
  }
}

.cart-icon-mobile {
  margin-right: 3.5rem !important;
}
@media (min-width: 768px) {
  .cart-icon-mobile {
    display: none !important;
  }
}

.desktop-faq {
  display: none;
}
@media (min-width: 768px) {
  .desktop-faq {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-items a {
    color: #005392;
  }
}
@media only screen and (min-width: 991px) {
  .nav-items {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    right: 0;
  }
  table#inventoryTable {
    padding-top: 70px;
  }
  table#inventoryTable thead {
    position: fixed;
    margin-top: -106px;
    z-index: 2;
    background: #ffffff;
    width: 72.8%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    display: table;
  }
  body.inventory-body table#inventoryTable thead {
    position: relative;
    margin-top: 0;
    display: table-header-group;
    border-top: 0;
    border-right-style: none;
  }
  .table-responsive.artistTable.artistTableInventories table#inventoryTable {
    padding-top: 0px !important;
  }
  .table-responsive.artistTable.artistTableInventories div#inventoryTable_length {
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    margin: 0;
    margin-left: auto;
    transition: 0.33s linear;
  }
  .table-responsive.artistTable.artistTableInventories .dataTables_info {
    margin: 0 15px;
  }
  .inventoryMain.documentTable table#inventoryTable {
    padding-top: 0;
  }
  .inventoryMain.documentTable table#inventoryTable thead {
    position: unset !important;
    width: 100%;
    display: table-header-group;
  }
  .inventoryMain.documentTable table#inventoryTable thead th {
    border-top: 1px solid #979797;
  }
  .navBg {
    background: #ffffff;
  }
  .main-navbar img {
    filter: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-toggler {
    display: none;
  }
  ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0.invoiceTableShow.inventoryTableDrop {
    position: fixed;
    top: 129px;
    left: 43.7%;
    width: 420px;
    right: unset;
  }
  thead.inventoryTableHeader {
    position: fixed !important;
    top: 186px;
    z-index: 5 !important;
    background: #ffffff !important;
    max-width: 72.8%;
    border-bottom: 1px solid #e6e7e8 !important;
    border-color: #e6e7e8 !important;
  }
  thead.inventoryTableHeader tr {
    width: 100%;
    display: table;
  }
  .col-md-4.dashboardLeftBorder {
    top: 20%;
  }
  .col-md-4.dashboardLeftBorder .mainDashboardPadding {
    padding-right: 17px;
    box-sizing: content-box;
  }
  .inventoryMain.documentTable.documentNavigation table#inventoryTable thead {
    position: fixed !important;
    top: 468px;
    width: 81.1%;
    display: table;
    border-color: #e6e7e8;
  }
  .inventoryMain.documentTable.documentNavigation table#inventoryTable thead tr {
    width: 100%;
  }
  .inventoryMain.documentTable.documentNavigation table#inventoryTable thead tr th {
    border-top: 0;
  }
  .inventoryMain.documentTable.documentNavigation table#inventoryTable tbody tr:first-child td {
    padding-top: 150px;
  }
  .inventoryMain.documentTable.documentNavigation ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0.document {
    position: fixed;
    z-index: 2;
    width: 80.9%;
    background: #ffffff !important;
    top: 306.2px;
    border-top: 1px solid #e6e7e8;
  }
  div#dropTable {
    position: sticky;
    top: 125px;
    z-index: 2;
    background: #ffffff;
  }
  ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0 {
    background-color: transparent !important;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(1) {
    width: 140px;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(2) {
    width: 110px;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(3) {
    width: 80px;
    white-space: initial;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(4) {
    width: 230px !important;
    white-space: initial;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(5) {
    width: 100px !important;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(6) {
    width: 80px;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(7) {
    width: 80px !important;
  }
  .invoiceHistoryTable thead.inventorySearchFix tr th:nth-child(8) {
    width: 20px !important;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(1) {
    width: 140px;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(2) {
    width: 110px;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(3) {
    width: 80px;
    white-space: initial;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(4) {
    width: 230px !important;
    white-space: initial;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(5) {
    width: 100px !important;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(6) {
    width: 80px;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(7) {
    width: 80px !important;
  }
  .invoiceHistoryTable thead.inventorySearchFix + tbody tr td:nth-child(8) {
    width: 20px !important;
  }
  td.dataTables_empty {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  table#inventoryTable thead {
    width: 73%;
  }
}
@media only screen and (min-width: 1550px) {
  table#inventoryTable thead {
    width: 73.2%;
  }
}
@media only screen and (min-width: 1700px) {
  table#inventoryTable thead {
    width: 73.5%;
  }
  .table-responsive.artistTable.artistTableInventories table#inventoryTable thead {
    width: 73.2%;
  }
  .table-responsive.artistTable.artistTableInventories div#inventoryTable_length {
    margin-left: auto;
  }
  .table-responsive.artistTable.artistTableInventories div#inventoryTable_length select {
    margin-left: 0.5rem;
  }
}
@media (max-width: 600px) {
  .tableFooter {
    position: sticky;
    left: 0;
  }
  .tableFooter #inventoryTable_length {
    margin-right: 0 !important;
  }
  .tableFooter #inventoryTable_length .custom-dropdown-inventory {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-dialog.modal-dialog-centered.modal-xl .owl-carousel .owl-item img {
    height: 400px;
  }
  .totalBalance {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .totalBalance .btn-client {
    margin-right: 20px;
    min-width: 200px;
  }
  .totalBalance ul {
    flex-basis: 70%;
    max-width: 70%;
    padding: 20px;
  }
  .totalBalance ul li {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    position: relative;
  }
  .totalBalance ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    right: 40px;
    background-color: #e6e7e8;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .navbar-toggler {
    background-color: #005392;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 8px;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    position: relative;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    top: -9px;
    height: 1px;
    left: 0;
    width: 100%;
    transition: 0.4s linear;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    top: -9px;
    height: 1px;
    left: 0;
    width: 100%;
    transition: 0.4s linear;
    top: unset;
    bottom: -9px;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-color: transparent;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    height: 100vh;
    left: 0;
    width: 100%;
    background: #005392;
    z-index: 999;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
  .navBg {
    background: #005392;
  }
  .navBg img {
    filter: saturate(0%) brightness(100);
  }
  .nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0 !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 680px;
  }
  #confirmationModal .modal-content {
    padding: 70px 50px 40px;
  }
  .recieveRightSide {
    position: fixed;
    right: 15px;
    width: 220px;
    top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .nav-items a {
    padding: 10px 28px;
    color: #ffffff !important;
  }
  .navBg {
    background-color: #005392 !important;
  }
  .user-container {
    padding-left: 28px;
    color: #ffffff !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .main-navbar img {
    filter: none;
  }
  .main-navbar .navbar-nav li a span {
    color: #111;
  }
  .navbar-collapse {
    position: unset;
    top: unset;
    height: unset;
    left: 0;
    width: unset;
    z-index: 999;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #005392;
  }
  .nav-items a {
    color: #005392 !important;
  }
  .nav-item.dropdown .dropdown-menu {
    right: 0 !important;
    left: unset !important;
  }
}
@media only screen and (min-width: 1380px) {
  .inventoryMain.documentTable.documentNavigation table#inventoryTable thead {
    width: 82%;
  }
  thead.inventoryTableHeader {
    max-width: 73.2%;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1500px) {
  .inventoryMain.documentTable.documentNavigation table#inventoryTable thead {
    width: 81.2%;
  }
  thead.inventoryTableHeader {
    max-width: 73%;
  }
  ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0 {
    background-color: transparent;
  }
  ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0.invoiceTableShow.inventoryTableDrop {
    left: 44.5%;
    background: transparent !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1766px) {
  ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0.invoiceTableShow.inventoryTableDrop {
    left: 46%;
    background: transparent !important;
  }
  thead.inventoryTableHeader {
    max-width: 73.1%;
  }
  .inventoryMain.documentTable.documentNavigation table#inventoryTable thead {
    width: 81.4%;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 2000px) {
  ul.list-unstyled.ml-auto.d-flex.tableDropdown.mb-0.invoiceTableShow.inventoryTableDrop {
    left: 51%;
    background: transparent !important;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 2400px) {
  .inventoryMain.documentTable.documentNavigation table#inventoryTable thead {
    width: 81.7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .managerCard {
    display: block;
  }
  .managerCard .cardContent p {
    display: block !important;
  }
  .recieveRightSide {
    position: unset;
    width: 100%;
    margin-left: 10px;
  }
  form#RequestSave {
    margin-bottom: 20%;
  }
}
.cart-back-button:hover {
  outline: 2px solid #0d89ec;
}

.cart-item-remove-button {
  padding: 1px;
}

.cart-item-remove-button:hover svg {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  padding: 0;
  border: 1px solid black;
}

.nav-tabs .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}

.btn-download-pdf:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-download-pdf:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.hover\:tw-bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:tw-text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:tw-text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:tw-underline:hover{
  text-decoration-line: underline;
}

.focus\:tw-outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
