.wimy-theme-font {
  font-family: Quicksand;
}

.checkbox-style {
  height: 18px;
  width: 18px;
  border: none;
  outline: none;
}

.wimy-grey-input-theme {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.wimy-grey-input-theme-font {
  color: rgba(255, 255, 255, 0.2) !important;
}

.wimy-blue-theme {
  background-color:rgba(0, 0, 0, 0.97);
}

.wimy-blue-theme-font {
  color:rgb(5, 5, 5);
}

.wimy-black-theme {
  background-color: rgba(255, 255, 255, 0);
}

.select-style {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  outline: none;
  border: none;
  color: white;
  padding: 10px 0;
  font-size: 15px;
}
.border-remove {
  border: 0;
}

/* Chrome, Safari, Edge, Opera */
.remove-inc-dec input::-webkit-outer-spin-button,
.remove-inc-dec input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.remove-inc-dec input[type="number"] {
  -moz-appearance: textfield;
}

.indicator {
  border-top: 1px solid white;
  padding: 0 10px;
}

.dialog > div {
  background-color: #24252680 !important;
  border-radius: 10px;
}

.dialog > div > div {
  background-color: #24252680 !important;
  border-radius: 10px;
}

.fullscreen {
  width: 100vw;
  border-radius: 0;
  height: 100vh;
}

.small-pop-up > div > div {
  min-width: 40vw;
}

.rotateClockwise {
  transform: rotate(90deg);
  transition: 1s;
}

.rotateAntiClockwise {
  transform: rotate(-90deg);
  transition: 1s;
}

.input-radio {
  width: 19px;
  height: 19px;
}

/* stepper style */
.css-117w1su-MuiStepIcon-text {
  fill: transparent !important;
}

.pointer {
  cursor: pointer;
}

.weight700 {
  font-weight: 700;
}

.weight600 {
  font-weight: 600;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight300 {
  font-weight: 300;
}

.border-radius-sm {
  border-radius: 5px;
}

.border-radius-20 {
  border-radius: 20px;
}

.transparent-bg {
  background-color: transparent;
  border: none;
}

.outline-none {
  outline: none;
}

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

.font-size-14 {
  font-size: 14px;
}

.font-size-12 {
  font-size: 12px;
}

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

.font-size-10 {
  font-size: 10px;
}

.letter-space-light {
  letter-spacing: 0.5px;
}

.letter-space-md {
  letter-spacing: 1px;
}

.letter-space-dark {
  letter-spacing: 3px;
}

.lag-style {
  transition: 500ms;
}

/* pagination style */
.pagination-style {
  text-decoration: none;
  list-style: none;
  color: white;
  padding: 5px;
  position: sticky;
  bottom: 0;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 17px;
  background-color: transparent;
}

.paginate-previous-btn,
.paginate-next-btn {
  text-decoration: none;
  padding: 3px 6px;
  background-color: white;
  color: rgb(46, 46, 46);
  border-radius: 3px;
}

.paginate-previous-btn:hover {
  color: grey;
}

.paginate-next-btn:hover {
  color: grey;
}

.paginate-disabled {
  color: grey;
}

.paginate-active {
  border-bottom: 1px solid white;
  padding: 5px;
}

.notification-shadowed-box {
  cursor: pointer;
  box-shadow: 0 0 3px 0px grey inset;
}

.notification-shadowed-box:hover {
  box-shadow: 0 0 3px 0px grey;
  transition: 100ms;
}

input:disabled,
select:disabled {
  color: grey;
}

.time-capsule-popup {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

.ql-editor {
  min-height: 115px;
}

@media (max-width: 486px) {
  .select-style {
    padding: 0;
  }
  .width {
    width: 10% !important;
  }
}

.animated-border-div {
  padding: 1px;
  animation: circleRotate 5s infinite linear forwards;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 3;
  border-radius: 5px;
  background-color: white;
}

.animated-warning-box {
  animation: warningFlash 3s infinite ease-in-out alternate;
}

@keyframes warningFlash {
  0% {
    color: #b7847f;
  }

  100% {
    color: red;
  }
}

.Toastify__progress-bar-theme--dark {
  /* background: #2196f3 !important; */
  background: black !important;
}

.Toastify__close-button {
  color: black !important;
}

.quill {
  display: flex;
  flex-direction: column;
  min-height: 150px;
}

.quill .ql-toolbar .ql-snow {
  display: none !important;
}
