:root {
  --primaryColor--: #1f3b63;
  --secondaryColor--: #eb2c2d;
  --cancelBtn--: #68bcdc;
}
.same-color-switch {
  background-color: gray !important; /* same color for both states */
}

.same-color-switch.ant-switch-checked {
  background-color: var(--primaryColor--) !important;
}
.no_arrow .accordion-button::after {
  display: none !important;
}

.form-label-req::after {
  content: " *" !important;
  color: red !important;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.loader {
  width: 40px;
  height: 40px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loader-small {
  width: 18px;
  height: 18px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.primary-color {
  background-color: var(--primaryColor--);
  color: #fff;
}

.secondary-color {
  background-color: var(--secondaryColor--);
  color: #fff;
}
.cancel-btn {
  background-color: var(--cancelBtn--);
  color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-date-picker .ant-picker {
  /* height: 38px; */
  /* border-radius: 1px; */
  /* border: 1px solid #ced4da; */
  /* font-size: 1rem; */
  /* padding: 6px 12px; */
  /* width: 100%; */
  /* background-color: #fff; */
  /* box-shadow: none; */
}

.custom-date-picker .ant-picker-input > input {
  /* font-size: 0.5rem; */
  padding: 0;
  height: 30px;
  color: #000;
}

.custom-date-picker .ant-picker-input > input::placeholder {
  color: gray !important;
  font-size: 0.8525rem !important;
  font-weight: 400 !important;
}

.custom-date-picker .ant-picker-focused {
  border-color: #1f3b63 !important;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.swal-cancel-black {
  color: #000 !important;
}

.swal-cancel-white {
  color: #fff !important;
}
.swal-title-space {
  font-size: 16px !important ;
  padding: 30px 0 30px 0 !important;
  font-weight: bold !important ;
}

.ant-select-tree-treenode {
  border-bottom: 1px solid rgba(211, 211, 211, 0.5) !important;
}

/* .menu-link-item:hover{
  color: var(--secondaryColor--);
} */
/* .main-menu-parent:hover{ */
/* background-color: #68bbdc59 !important; */
/* } */
@media screen and (min-resolution: 144dpi) {
  .seller-title {
    font-size: 12px !important;
  }

  .seller-value {
    font-size: 12px !important;
  }
}

.DraftEditor-root {
  min-height: 300px;
  padding: 10px;
}

.public-DraftEditor-content {
  min-height: 300px;
}
