:root {
  --ctbtn: #ffcb12;
}

.custom-ui {
  background: white;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  gap: 20px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm-msg .confirm-action {
  justify-content: center;
}
.custom-ui h1 {
  margin-bottom: 20px;
}
.custom-ui button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  background-color: #161615;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  max-height: 36px;
  line-height: 1;
  min-height: 36px;
}
.confirm-msg {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.confirm-msg p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  padding: 0px 10px;
}
.custom-ui button:first-of-type {
  background-color: #fff;
  color: #161615;
  border: 1px solid #161615;
}

.custom-ui button:hover {
  opacity: 0.9;
}
.confirm-action {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
}
.confirm-action button {
  margin: 0;
}

.connect-btn {
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--ctbtn);
  border: 1px solid var(--ctbtn);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: #131007;
  height: 40px;
  text-decoration: none;
  display: block;
}

.con-btn-margin {
  margin-top: 24px;
}

.table-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0 15px 15px;
  /*position: absolute;
    top: 6px;
    right: 12px;*/
}
.table-pagination .pagination {
  margin: 0;
  display: flex;
  gap: 5px;
}
.table-pagination .pagination li a {
  padding: 6px;
  border: 1px solid #eee;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  color: #161615;
  border-radius: 6px;
}
.table-pagination .pagination li.active a {
  background: #161615;
  border: 1px solid #161615;
  color: #ffffff;
}

.pagination li.disabled a {
  background: #f8f8f8;
}
.searchResets {
  display: flex;
  gap: 10px;
}
.fields-block ul {
  margin: 20px 0;
}
.breadcrumbs .path-title::first-letter {
  text-transform: capitalize;
}
.page-table-header .templates-head::first-letter {
  text-transform: capitalize;
}

/*********** css ***********/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

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

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

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f0aa67;
}

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

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

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

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

.on {
  display: none;
}

.on {
  color: #161615;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 34%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  font-weight: 600;
}
.off {
  color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 67%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

.profile-pic {
  height: auto !important;
}
.editor-panel ul,
.editor-panel ol {
  margin-left: 20px;
}
.editor-panel ul,
.editor-panel ol li {
  margin-bottom: 10px;
}
.fileInput {
  max-width: 520px;
  position: relative;
}
.loader-icon {
  position: absolute;
  top: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
}
.loading {
  background: #fff;
  border-radius: 10px;
}
.loading .focus-label {
  opacity: 0.3;
}
.loading label {
  opacity: 0.3;
}

.max-800 {
  max-width: 800px !important;
}

/* .primary-btn {
  background: #161615;
  border: 1px solid #161615;
}
.primary-btn:hover {
  background: #f0aa67;
  border: 1px solid #f0aa67;
} */
.site-logo img {
  width: 200px;
  height: 20px;
}
.logo img {
  width: 150px;
  height: 24px;
}
.form-control:not(:placeholder-shown) {
  border: 1px solid #161615 !important;
}
.seller-status-0 {
  background: #faf9f1 !important;
  color: #68675a !important;
}
.seller-status-1 {
  background: #fff6ed !important;
  color: #f0aa67 !important;
}
.seller-status-2 {
  background: #eff8fe !important;
  color: #1877f2 !important;
}
.seller-status-3 {
  background: #f1fff9 !important;
  color: #12b76a !important;
}
.seller-status-4 {
  background: #f1fff9 !important;
  color: #12b76a !important;
}
.seller-status-5 {
  background: #fef3ef !important;
  color: #e36055 !important;
}
.seller-status-6 {
  background: #f3ecff !important;
  color: #6d3ebe !important;
}
.seller-status-7 {
  background: #eff8fe !important;
  color: #1877f2 !important;
}
.seller-status-8 {
  background: #f1fff9 !important;
  color: #12b76a !important;
}

.toast_toastSuccessMessage__Uudge {
  background-color: #fff6ed;
  color: #f0aa67;
  font-size: 20px;
  padding: 20px 20px;
  margin-top: 20px;
  font-family: "Inter", sans-serif !important;
}
.Toastify__toast {
  border-radius: 0px;
}
:root {
  --toastify-color-success: #faa067;
}

.Toastify__toast-icon svg {
  color: var(--toastify-color-success) !important;
}

.toast_toastBody__nmVzV {
  font-family: "Inter", sans-serif !important;
  font-weight: 410 !important;
}

.Toastify__toast-container {
  min-width: 425px;
}
.Toastify__close-button {
  align-self: center !important;
}

.Toastify__toast-container .toast_toastSuccessMessage__Uudge {
  min-height: 55px;
  padding: 5px 10px;
}
.justify-right {
  justify-content: right !important;
  padding: 0 16px 0 0;
}

div.custom-select__control {
  min-height: 40px;
  box-shadow: none;
  border-radius: 8px;
}
span.custom-select__indicator-separator {
  display: none;
}

div.custom-select__control--is-focused,
div.custom-select__control--is-focused:hover {
  border-color: #161615;
}
.ck.ck-editor__editable_inline {
  min-height: 200px;
}

.json-loader {
  /*! position: fixed; */
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.json-loader .loader-icon {
  height: 100%;
  position: fixed;
}
.json-loader .loader-icon .lf-player-container {
  display: flex;
  align-content: center;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.logo {
  text-align: center;
}
.card-inner .optionAction {
  width: 50px;
  height: 45px;
  font-size: 31px;
  display: flex;
  align-content: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1;
  padding-top: 3px;
}

.feild-add-margin {
  margin-top: 26px !important;
}

.optionAction.field-add {
  margin-left: 10px;
  background: #f0aa67;
  transition: all 0.6s;
  color: #fff;
  border: 1px solid #f0aa67;
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 1;
  padding-top: 3px;
}

.fm-cards-form .card {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.ck-content h2 {
  font-size: 2rem !important;
}

.check-box-margin {
  margin: 0 0 10px 0;
}

/* .ck-content p {
  font-size: 16px !important;
} */

.order-details-block-ui {
  /* padding: 16px 0px; */
  width: 100%;
}
.product-detail-ui {
  display: block !important;
}
.order-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
  border: 1px dotted #ccc;
}
.customer-info .order-full-info ul li label {
  width: 80px;
  vertical-align: top;
}
.customer-info .order-full-info ul li p {
  width: calc(100% - 100px);
  vertical-align: top;
}
.order-heading-ui {
  border-radius: 4px 4px 0 0;
  background-color: #dee6f1;
  min-height: 36px;
}
.order-heading-ui h4 {
  color: #0c1f36;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 6px 26px;
}

.order-info p {
  opacity: 1;
}
.order-id-ui ul li label {
  color: #6d7986;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.order-id-ui ul li p {
  color: #0c1f36;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  opacity: 1;
}
.order-full-info {
  padding: 26px;
}
.order-full-info ul li {
  display: inline-block;
  width: 49%;
  /* margin-bottom: 12px; */
}
.order-full-info ul li label {
  color: #6d7986;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  width: 190px;
}
.order-full-info ul li p {
  color: #0c1f36;
  font-size: 14px;
  margin: 0;
  width: calc(100% - 200px);
  display: inline-block;
  font-weight: 500;
  opacity: 1;
  padding-left: 15px;
  word-break: break-all;
}
.order-items-info ul {
  padding: 26px 26px 0;
}
.order-items-info li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.order-items-info li .left-ui,
.total-price-ui .left-ui {
  display: inline-block;
  width: calc(100% - 100px);
}
.order-items-info li .right-ui,
.total-price-ui .right-ui {
  display: inline-block;
  width: 90px;
  text-align: right;
  vertical-align: top;
}
.order-items-info li .left-ui .qnty {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.order-items-info li .left-ui .qnty label {
  color: #0c1f36;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
  vertical-align: top;
}
.order-items-info li .left-ui .item-name-block {
  display: inline-block;
  vertical-align: top;
}
.order-items-info li .left-ui .item-name-block p {
  color: #0c1f36;
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
  margin-bottom: 4px;
}
.order-items-info li .left-ui .item-name-block span {
  font-size: 12px;
  color: #6d7986;
  line-height: 14px;
  margin-bottom: 3px;
  display: block;
}
.disabled-icon {
  opacity: 0.2; /* Makes the icon look faded */
  cursor: not-allowed; /* Changes the cursor to indicate disabled state */
  filter: grayscale(100%); /* Converts the icon to grayscale */
  pointer-events: none; /* Disables any interaction with the icon */
}

/* For most modern browsers */
input::placeholder {
  color: #cccccc; /* Set your desired color */
}

/* For older versions of Firefox */
input:-moz-placeholder {
  color: #cccccc;
}

/* For older versions of Internet Explorer */
input:-ms-input-placeholder {
  color: #cccccc;
}
.errorlist a {
  color: red;
}

.errorlist a::first-letter {
  text-transform: capitalize;
}

.p-title {
  display: flex;
  align-content: center;
  gap: 15px;
}
.p-detail .templates-head {
  line-height: 1;
  margin-bottom: 0px;
  padding-top: 3px;
}
.p-title .table-action {
  padding: 0px;
}

.cards-inner-row {
  min-height: 300px;
}
.cards-inner-row .custom-select__menu {
  max-height: 180px;
  overflow: auto;
}
.cards-inner-row .custom-select__menu .custom-select__menu-list {
  max-height: 180px;
}
.p-detail {
  margin: 10px 0 0 0;
}
.product-info-detail {
  display: flex;
  align-items: start;
  gap: 30px;
}

.product-info-detail .p-gallery {
  width: 25%;
}

.image-gallery-slide-wrapper {
  min-height: 200px;
}

.product-info-detail .p-info {
  width: 75%;
}
.product-info-detail .p-info ul li {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
  display: flex;
  align-items: start;
}
.image-gallery-right-nav .image-gallery-svg,
.image-gallery-left-nav .image-gallery-svg {
  height: 60px !important;
}

.p-detail ul {
  padding-left: 15px;
}
.p-detail ul li {
  position: relative;
}
.p-detail ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #445568;
  border-radius: 10px;
  left: -12px;
  top: 9px;
}
.form-field .react-datepicker-wrapper{
  width: 100%;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0;
  z-index: 9999;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width:500px;
      margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
      height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
      max-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg,.modal-xl {
      max-width:800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
      max-width:1140px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-md-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-md-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
      width:100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0
  }
}
.modal.fade:before{
  background: transparent !important;
  z-index: 1;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
  cursor: pointer;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
  opacity: 1
}

.btn-close:disabled,.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}
/* custom css start here */

@media screen and (max-width: 992px) {
  .cstm_logo {
    visibility: hidden;
    height: 30px;

  }
  .logo_with_bg{
    visibility: hidden;

  }
  
}
.logo_with_bg{
  background: #f2f2f2;
  border-radius: 10px;
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
}

.form-fields_text{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

/* custom css ends here */
.not_found_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}