@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff");
}

:root {
  --text-dark: #3f4254;
  --text-light: #a1a5b7;
  --shadow: #eeeeeec7;
  --theme: #ff6900;
  --light-theme: #009ef73d;
  --white: #fff;
}

.link-primary {
  color: var(--theme) !important;
}

.wrap.fast-courier {
  font-family: "poppinsregular";
}

.wrap.fast-courier {
  min-height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

/* .wrap.fast-courier {
  min-height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -65px;
  margin-left: -20px;
  background: #fff;
  position: absolute;
  z-index: 1;
} */

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #181c32;
}

.fast-courier .pl-2 {
  padding-left: 1em;
}

.fast-courier .pr-0 {
  padding-right: 0px;
}

.fast-courier h1,
.fast-courier label {
  color: var(--text-dark);
}

.fast-courier .fc-header {
  width: 100%;
  padding: 33px 25px 25px;
  border-bottom: 1px solid #eee;
}

.fast-courier .page-title {
  font-size: 30px;
}

.fast-courier .logo {
  width: 100%;
  padding: 25px 10px;
  text-align: center;
}

.fast-courier .form-group label {
  font-size: 15px;
  font-weight: 500;
}

.fast-courier .form-group select {
  max-width: 100%;
}

.fast-courier .sub-title {
  color: var(--text-light);
  font-size: 25px;
}

.fast-courier .card {
  max-width: 100% !important;
  border-radius: 0.475rem;
  border: 0px;
  box-shadow: 0px 0px 22px 0px var(--shadow);
}

.fast-courier .nav-item {
  margin-bottom: 0px !important;
}

.fast-courier .input-group-text {
  font-size: 1rem;
  color: #ffffff;
  background-color: #48c340;
  border: 0px;
  border-radius: 0;
  height: 100%;
}

.fast-courier .unverified {
  background-color: #c34040;
}

.fast-courier .form-group {
  margin: 8px 0px;
}

.fast-courier .form-group .form-control {
  border: 1px solid #eee !important;
}

.fast-courier .input-group .btn {
  border-radius: 0px;
}

.fast-courier .btn-primary {
  background-color: var(--theme) !important;
  border-color: var(--theme) !important;
}

.fast-courier .card {
  padding: 0.2em 1em 0.5em !important;
}

.fast-courier .text-right {
  text-align: right;
}

.fast-courier #wpbody-content {
  padding-bottom: 0px;
  height: 96.6vh;
}

.package-dimensions {
  width: 70px !important;
}

table.table-packages {
  counter-reset: rowNumber;
}

table.table-packages tbody tr {
  counter-increment: rowNumber;
}

table.table-packages tbody tr td:first-child::before {
  content: counter(rowNumber);
  min-width: 1em;
  margin-right: 0.5em;
}

.fast-courier .pull-right {
  float: right;
}

.fast-courier .woocommerce-billing-fields .form-row,
.fast-courier .woocommerce-shipping-fields .form-row,
.fast-courier .woocommerce form .form-row {
  display: block;
}

.fast-courier .woocommerce .col2-set .col-1,
.fast-courier .woocommerce-page .col2-set .col-1,
.fast-courier .woocommerce .col2-set .col-2,
.fast-courier .woocommerce-page .col2-set .col-2 {
  width: unset;
}

.fast-courier .side-nav {
  padding: 0px;
  height: 100%;
  /* box-shadow: 1px 0px 2px 0px var(--shadow); */
  z-index: 9;
  position: relative;
  /* background: #f5f8fa; */
  background: transparent !important;
  background-color: transparent !important;
}

.fast-courier .side-nav ul {
  padding: 0px;

}

.fast-courier .side-nav ul li {
  margin: 0px;
}

.fast-courier .side-nav ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5em;
  padding: 10px;
  display: block;
}

.fast-courier .side-nav ul li.active {
  background: var(--theme);
  border-radius: 0.42rem;
}

.fast-courier .side-nav ul li.active>a {
  font-weight: 500;
  color: var(--white);
}

.fast-courier a:focus {
  box-shadow: unset;
  outline: unset;
}

.fast-courier .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.fast-courier .lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.fast-courier .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.fast-courier .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000075;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.fast-courier .loader.active {
  display: flex;
}

.fast-courier .side-nav ul li {
  position: relative;
}

.fast-courier .fc-wraper {
  padding: 10px 20px;
  background: #fbfbfb4a;
  min-height: 85.9vh;
}

.fast-courier .form-title {
  font-size: 1.25rem;
}

.fast-courier .table> :not(:first-child) {
  border-top: 0px;
}

.fast-courier .fc-table tr td {
  padding: 1.5rem 0.5rem;
}

.fast-courier .wp-core-ui select {
  border-color: #e4e6ef;
  font-size: 1rem;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  border: 1px solid #e4e6ef;
  padding: 3px 10px;
  line-height: 2;
  min-height: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #5e6278;
  border-radius: 0.42rem !important;
}

.fast-courier input[type="file"] {
  padding: 3px 10px !important;
}

.fast-courier .required-label:after {
  content: " *";
  color: #e32;
}

.fast-courier .inputwidth {
  max-width: unset !important;
}

.fast-courier .select2-container--default .select2-selection--single {
  border: 1px solid #e4e6ef !important;
}

.fast-courier .status-chip {
  font-size: 12px;
  border-radius: 5px;
  padding: 10px 10px;
  border: 2px solid;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  max-width: 120px;
  display: block;
}

.fast-courier .status-chip.warning {
  background: #ffe0a740;
  color: #e78a18;
  border-color: #e78a18;
}

.fast-courier .status-chip.processing {
  color: #008f00;
  background: #90ee9040;
}

.fast-courier .status-chip.success {
  background: #c8d7e1;
  color: #2e4453;
}

.fast-courier .status-chip.disabled {
  color: #686868;
  background: #dbdbdb;
}

.fast-courier .status-chip.error {
  color: #cf0000;
  background: #cf00002e;
}

.fast-courier hr:not([size]) {
  height: 0.1px;
  color: #e4e6ef;
}

/*
* Orders modal
*/

.modal {
  background-color: #0000002b;
}

.modal.show {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
}

.modal.show .modal-dialog {
  transform: none;
  width: 98%;
  max-width: 100%;
}

.modal-dialog {
  min-width: 500px;
}

.order-boxes {
  box-shadow: 0px 0px 10px 0px #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.order-modal-body {
  max-height: 75vh;
  overflow-y: scroll;
}

.order-modal-title {
  font-size: 16px;
  font-weight: 600;
}

table.table-packages tbody tr:last-child td {
  border-width: 0px !important;
}

.order-details {
  font-size: 15px;
}

.order-details li {
  display: flex;
  justify-content: space-between;
}

.order-details li span {
  min-width: 40%;
}

.instructions-index {
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.instructions-index {
  width: 30px;
  height: 30px;
  border: 2px solid #e4e6ef;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e4e6ef;
  margin-right: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
}

.instructions-index>img {
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.image-modal {
  display: none;
}

.image-modal.active {
  position: fixed;
  top: 0;
  left: 0px;
  background: #00000040;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-modal-body .close {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #000;
  font-size: 38px;
  text-decoration: none;
}

.card-details {
  width: 310px;
  height: 60px;
  border: 1px solid #e4e6ef;
  padding: 5px 10px;
  border-radius: 7px;
  margin-bottom: 20px;
  background: #fbfbfb;
  font-weight: 600;
}

.card-details.payment-methods {
  width: 300px;
}

.card-details i {
  margin-left: 15px !important;
  font-size: 40px;
}

.card-details.payment-methods i {
  margin-left: 0px !important;
}

.select2-container {
  /* z-index: 99999; */
  width: 100% !important;
}

.form-check-inline {
  display: inline-flex;
  margin-right: 1rem;
  align-items: center;
}

.tooltip-wrapper {
  position: relative;
}

.tooltip-wrapper:hover .tooltip {
  display: block;
  background: #3e3e3e;
  position: absolute;
  top: 23px;
  visibility: visible;
  opacity: 1;
  padding: 0px 10px;
  line-height: 1.7em;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px #a9a9a9;
}

.swal-button {
  background-color: var(--theme);
}

.btn-light {
  background-color: #e4e6ef !important;
}

/* .steps {
  counter-reset: step;
  margin-left: 56px;
  padding: 0px;
}

.steps > li {
  counter-increment: step;
  margin: 10px auto;
}

.steps > li::marker {
  content: "Step " counter(step) ": ";
  font-weight: 700;
} */

/* fonts  */

@font-face {
  font-family: "VAGRoundedStdBold";
  src: url("./VAGRoundedStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VAGRoundedStd";
  src: url("./VAGRoundedStd-Light.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.about-address {
  font-size: 13px;
}

.about-logo {
  width: 300px;
  margin-bottom: 20px;
}

.custom_inner_wrapper {
  max-width: 90%;
}

.steps {
  padding: 0px;
  margin-top: 50px;
}

.steps>li {
  counter-increment: step;
  margin: 0px 0px 25px 0px;
  list-style: none;
  color: #212529;
  font-size: 16px;
  font-family: "VAGRoundedStd";
  line-height: 1.85714285714286;
}

.steps>li>b {
  font-family: "VAGRoundedStdBold";
}

.about-address {
  font-size: 16px;
  font-family: "VAGRoundedStd";
  color: #e4e6ef;
}

.about-logo {
  width: 300px;
  margin-bottom: 20px;
}

.custom_outer_wrapper {
  /* background-color: #f7f7f7; */
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom_outer_wrapper .heading_text {
  font-family: "VAGRoundedStdBold";
  color: #333333;
  font-size: 30px;
  margin: 0px;
}

.custom_outer_wrapper .heading_text2 {
  font-family: "VAGRoundedStdBold";
  color: #333333;
  font-size: 25px;
  margin-bottom: 20px;
}

.custom_outer_wrapper .seperator {
  border-top: 2px solid #ffb400;
  width: 10%;
  display: inline-block;
}

.custom_outer_wrapper li a {
  color: #f76b00;
}

.custom_outer_wrapper li a:hover {
  color: #ffb400;
}

.custom_outer_wrapper p {
  color: #212529;
}

.footer_wrapper {
  background-color: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  margin: 0px;
  line-height: 1.85714285714286;
}

.footer-image {
  margin-bottom: 20px;
}

.copyright {
  background-color: #ffb400;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: "VAGRoundedStd";
  text-align: center;
  color: #333333;
}

.about-address a {
  color: #f76b00;
}

.about-address a:hover {
  color: #ffb400;
}

.setup_text {
  margin-top: 50px !important;
}

.logo_wrapper {
  padding-top: 16px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.config-errors {
  position: absolute;
  width: max-content;
  right: 0px;
  font-size: 15px;
  background: #818181;
  padding: 10px;
  z-index: 1;
  color: #fff;
  display: none;
}

.fc-master-error {
  display: flex;
  padding: 20px 10px !important;
  align-items: center;
  background: #ffe5e5;
}

.fc-master-error .notice-dismiss {
  display: none;
}

.fc-master-error .sf-icon {
  width: 90px;
  border-radius: 100%;
  background: #fff;
  padding: 14px;
  margin-right: 20px;
}

.fc-master-error .sf-icon img {
  width: 100%;
}

.batch-details p {
  font-size: 15px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.batch-details p span {
  font-weight: 500;
}

.mr-2 {
  margin-right: 0.5em;
}

.visibility-hidden {
  visibility: hidden;
}

.edit-address {
  color: #000;
  text-decoration: none !important;
  position: absolute;
  right: 0px;
}

.sub-label {
  margin: 0px;
}

.login-form h3,
.register-form h3,
.password-form h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.login-form a,
.register-form a,
.password-form a {
  text-decoration: none;
}

.fs-6 {
  font-size: 0.875rem !important;
}

.indicator-progress {
  display: none;
}

.shadow-sm {
  box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 5%) !important;
}

.text-gray-400 {
  color: #b5b5c3 !important;
}

/* .link-primary {
  color: #ff6900;
} */

.fs-4 {
  font-size: 1.05rem !important;
  font-weight: 600;
}

.fw-bold {
  font-weight: 500 !important;
}

.label-error {
  margin-left: 5px;
}

.swal2-container {
  z-index: 9999 !important;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4e6ef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 0px 1px 1px #838383;
}

input:checked+.slider {
  background-color: var(--theme);
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.test-mode-header {
  display: flex;
  justify-content: end;
  width: 99%;
  border-bottom: 1px solid #e4e6ef;
  padding-right: 10px;
  align-items: center;
  height: 32px;
  background: var(--theme);
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.test-mode-label {
  position: absolute;
  margin: auto;
  bottom: -29px;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.test-mode-label span {
  width: 100px;
  background-color: var(--theme) !important;
  display: flex;
  margin: auto;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  padding: 5px;
}

.test-mode-label span p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "poppinsregular";
  line-height: 1.5;
  width: 100%;
}

.border-orange {
  border-color: var(--theme);
}

.login-logo {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 5rem;
}

#wpfooter {
  display: none;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: var(--theme) !important;
}

.btn-light-primary {
  color: var(--theme);
  border-color: #fff3ea;
  background-color: #fff3ea;
}

.btn-light-primary:hover {
  color: var(--white);
  border-color: var(--theme);
  background-color: var(--theme);
}

.bg-light {
  background-color: #f5f8fa !important;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 1rem !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: unset !important;
}

.btn-primary:hover {
  background-color: #d65a02 !important;
  border-color: #d65a02 !important;
}

.btn-danger {
  color: #fff;
  background-color: #f1416c !important;
  border-color: #f1416c !important;
}

.w-lg-500px {
  width: 500px;
}

.form-box-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

::placeholder {
  color: #c2c5d2 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c2c5d2 !important;
}

::-ms-input-placeholder {
  color: #c2c5d2 !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: #f5f8fa !important;
  --bs-table-accent-bg: #f5f8fa !important;
}

.bg-grey {
  background-color: #eee;
}

.btn-outline-primary {
  border-color: var(--theme);
  color: var(--theme);
  box-shadow: unset !important;
}

.text-primary {
  color: var(--theme) !important;
}

.page-link:hover {
  background-color: #ff690066;
  border-color: #ff690066;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background-color: var(--theme);
  border-color: var(--theme);
}

.btn-outline-primary:focus {
  color: var(--theme);
}

.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary:focus:hover {
  color: #fff !important;
}

.page-link:focus {
  background-color: #ff690066;
}

.processed-order:hover::after {
  content: attr(title);
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  z-index: 9999;
  top: -10px;
  left: 10%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.virtual-product:hover::after {
  content: attr(title);
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  z-index: 9999;
  bottom: 100%;
  left: 10%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/**** order detail page css started ****/

table.fc3-table {
  border-collapse: collapse;
  width: 100%;
}

.fc3-title {
  color: #f76b00 !important;
  font-weight: 600 !important;
}

table.fc3-table th,
table.fc3-table td {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

table.fc3-table th {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  background-color: #f8f8f8;
  border-top: 1px solid #c3c4c7;
}

table.fc3-table th:first-child,
table.fc3-table td:first-child {
  border-left: 1px solid #c3c4c7;
}

table.fc3-table th:last-child,
table.fc3-table td:last-child {
  border-right: 1px solid #c3c4c7;
}

table.fc3-table tbody tr:last-child th,
table.fc3-table tbody tr:last-child td {
  border-bottom: 1px solid #c3c4c7;
}

/**** order detail page css ended ****/

/* Merchant configuration css started */
/* Custom tab styling */
.tabs-container {
  display: flex;
  justify-content: space-between;
  background-color: #eaebeb;
  border-radius: 4px;
  overflow: hidden;
}

.tab {
  flex-grow: 1;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  font-weight: bold;
  color: #555;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tab:hover,
.tab-active {
  background-color: #fff;
  color: var(--theme);
}

.tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}

.progress-bar {
  background-color: var(--theme);
}

.tab-content-child {
  display: none;
}

.tab-content-active {
  display: block !important;
}

.select2-dropdown {
  z-index: 1100 !important;
}

.tab i {
  float: right;
  line-height: 1.2em;
  margin-right: 5px;
}

.tab i.far.fa-check-circle {
  color: green;
}

.tab i.fas.fa-exclamation-circle {
  color: red;
}

.merchant-config-tabs {
  border: 1px solid #ddd;
  padding: 0px;
}

/* Merchant configuration css ended */

.fc-bg-color-light-gray {
  background-color: #eaebeb;
}

/* Suburb dropdown css started */
.fc-suburb-dropdown {
  position: relative;
  display: inline-block;
}

.fc-selected-suburb {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
}

.fc-suburb-list {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  width: 97%;
}

.fc-suburb-list li {
  padding: 5px;
}

.fc-suburb-list li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

/* Webkit (Safari, Chrome) */
.fc-suburb-dropdown .fc-suburb-list::-webkit-scrollbar {
  width: 1px;
}

/* Webkit (Safari, Chrome) */
.fc-suburb-dropdown .fc-suburb-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Webkit (Safari, Chrome) */
.fc-suburb-dropdown .fc-suburb-list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Suburb dropdown css ended */

/* START css for dril down of products configuration and processed orders */
.product-child-row {
  display: none;
}

.order-child-row {
  display: none;
}

/* END css for dril down of products configuration and processed orders */
.merchant-config-tab-content {
  overflow-x: auto;
}

.truncate-text {
  max-width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#custom-tooltip {
  position: absolute;
  max-width: 300px;
  background-color: #000;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 1000;
  white-space: normal;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  word-wrap: break-word;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.w-fit-content {
  width: fit-content;
}
/* CSS start placing logout button to right side */
.fast-courier .side-nav {
  width: 100%;
}

.side-nav .merchant-logout {
  margin-left: auto !important;
  margin-right: 1.2% !important;
}
/* CSS end placing logout button to right side */

.fc-default-color {
  color: #ff6900 !important;
}