: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 navigation css with animation starts */


.cstm_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
  padding: 40px;
  max-width: 1000px;
  margin: auto;
}

.tile {
  /* background: linear-gradient(to bottom right, #e0e0e0, #bdbdbd); */
  background: linear-gradient(to bottom right, #374bff, #212d99);
  border: 2px solid white;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  padding: 20px;
}

.tile:hover {
  transform: scale(1.05);
}

.app-layout {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.left-panel {
  width: 250px;
  background: #eff2f7;
  color: white;
  overflow-y: auto;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 2;
  border-right: 1px solid #d3dce6;
}

.left-panel.open {
  transform: translateX(0);
}

.nav-item {
  background: transparent;
  border: 1px solid #d3dce6;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.3s;
  color: #161615;
  overflow: hidden;
}

.nav-item:hover {
  background: #e5e9f1;
}

.nav-item.selected {
  background: #0556f3;
  color: #ffff;
  font-weight: 500;
  border: 1px solid #0556f3;
}

.right-panel {
  flex: 1;
  background: #fff;
  padding: 40px;
  overflow-y: auto;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}

.right-panel.visible {
  opacity: 1;
  transform: translateX(0px);
}

.tile-clone {
  position: absolute;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 10;
}
.nav-item {
  transition: transform 300ms ease, background 0.3s;
}

.tools_listing {
  padding: 160px 20px;
  background-image: url('../images/left-bg.png'), url('../images/right-bg.png');
    background-position-x: left, right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 180px auto, 190px auto;
    background-color: #ebedff80;
}
.dashboard-header_cstm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.cstm_heading_main {
  color: #393939;
}
@media screen and (max-width: 992px) {
   .left-panel {
    width: 80px;
    position: absolute;
    z-index: 1;
    transition: all 0.5s;
    height: 100%;
  }
  .right-panel.visible{
    transform: translateX(80px);
  }
  .logged-info{
    display: none;
  }
  .profileCards.with_leftPanel{
    width: unset !important;
  }
}
.left-panel {
  transition: all 0.5s;

}
.landing-container {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0 20px;
  margin: auto;
}
  .cstm_header {
    position: fixed;
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
      background-color: white;
}
.navigation_link{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  max-width: 380px;
}
.ham_burger{
  cursor: pointer;
}
@media screen and (max-width: 700px)  {
  .navigation_link{
    display: none;
  }
  
}
@media screen and (min-width:701px) {
  .ham_burger{
    display: none;
  }
}
.navigation_link .nav-links {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.nav-links li{
  margin: 0px;
}
.user_profile .profile_img {
  width: 40px;
  height: 40px;
  background-color: #374bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
}
.li_links {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter';
}
.user_profile .dropdown-toggle:after{
  display: none;
}
.nav-block .nav__item{
  display: block;
  border: none;
  width: 100%;
  cursor: pointer;

}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.15)
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.left_logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  

}

.mobile-menu {
  background-color: white;
  width: 100%;
  max-width: 310px;
  height: 100%;
  padding: 2rem;
  position: relative;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  animation: slideIn 0.3s ease-out forwards;
  transition: all 0.5s;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile-nav-links {
  list-style: none;
  padding: 0 10px;
  margin-top: 2rem;
}

.mobile-nav-links li {
  margin-bottom: 1rem;
}

.mobile-nav-links a,
.logout-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  display: block;
}
.mobile-nav-links a:hover{
  color: #0556f3;
}
.mobile-nav-links .logout-link:hover{
  color: #0556f3;
  cursor: pointer;
}
.mobile_logo {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #e7e7e7;
}
.profileCards.with_leftPanel {
  margin-top: 50px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  left: 0px;
  right: 0px;
  background-color: #eff2f7;
}
.output_wrap {
  background: #f7f7f7;
  padding: 16px;
  border-radius: 8px;
  margin-top: 20px;
}

.result-list {
  list-style: none;
  padding-left: 0;
}

.result-list li {
  margin: 4px 0;
}
.cstm_tile_title{
  font-size: 16px;
    text-align: center;
    line-height: 140%;
    color: #ffff;
}
.form-title{
  color: #000e28;
}
.dynamic_forms {
  width: 65%;
}
.tool_title_bar{
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* custom css with navigation ends here */

.nav-item.selected .tool_title_bar{
  color: #ffff;
}

.output_box {
  border: 1px solid #dfdfdf;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
  background-image: linear-gradient(#f9fbff, #f0f2f6);
  box-shadow: 0px 0px 9px #d6dff0;
  width: 60%;
}
.output_box_result {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000e28;
}
.inner_box {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 25px;
}
.inner_box ul li{
  margin: 0px;
}
.inner_box:last-child {
  margin: 0;
}
.output_box.small_value{
    display: flex;
    /* justify-content: space-between; */
    gap: 24px;
    flex-wrap: wrap;
}
.output_box.small_value .inner_box{
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 0;
    background: #fff;
    padding: 20px;
    text-align: center;
    /* width: 100%; */
    border: 1px solid #eaeaea;
    border-radius: 5px;
    flex: 0 0 22%;
    flex-wrap: wrap;
}
.tools-grid {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
  padding: 40px;
}
.tools-grid .react-loading-skeleton {
  border-radius: 12px;
}
.text_p_skelton{
  margin: 20px 0px;
}
.skelton_heading{
  overflow: hidden;
}
.cstm_header {
  z-index: 9999;
}

.table-forcast{
  width: 40%;
}
.forcast_cstm_wrapper{
  display: flex;
  width: 100%;
  overflow: hidden;
}

.logged-info p{
  margin-bottom: 0px;
}

.sideMenus {
  height: calc(100vh - 115px);
  overflow: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; 
}
.sideMenus::-webkit-scrollbar {
  display: none;
}
.not_found_wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}