* {
  color: #282142;
  font-family: YekanBakh !important;
}

body {
  overflow-x: hidden;
}

#preloader {
  background-color: #f4f0ef4f;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
}

#preloader .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: block;
  width: 70px;
  height: 75px;
}

.loading {
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  animation: 3s SpinAround infinite ease alternate;
  border-left: 3px solid #ff6b43;
  border-bottom: 3px solid #ff6b43;
  box-shadow: inset 0 3px 0px 0 #d64545;
}

@keyframes SpinAround {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.page-title {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.bg-orange-dark {
  background-color: #ff6b4326;
}

.input_auth_style {
  background-color: #ffcfc2;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 600;
}

.position-relative {
  position: relative !important;
}

.btn-beauty {
  background-color: #ff6b43;
  color: white;
  border-radius: 18px;
}

.beauty-bold {
  color: #ff6b43;
  font-size: 20px;
  font-weight: bold;
}

.flex-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-label-beauty {
  color: #ff6b43;
  font-size: 14px;
  font-weight: 550 !important;
  padding-right: 12px;
  margin-block: 0.25rem;
}

.form-control-beauty {
  border-radius: 18px;
  color: #282142;
}

.form-control-beauty:focus {
  color: #282142;
}

#footer {
  background-color: white;
  height: 72px;
  position: fixed;
  width: 100%;
  bottom: 0;
  border-radius: 18px 18px 0 0;
  padding: 10px;
  z-index: 1000;
}

.menu-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
}

.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.w-50 {
  width: 50% !important;
}

.border-radius-15 {
  border-radius: 15px;
}

.color-black {
  color: black !important;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

input[type="radio"].beauty-radio {
  background-color: transparent;
  border: 0.0625em solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 1em;
  outline: none;
  width: 1em;
}

input[type="radio"].beauty-radio:checked {
  background-color: white;
  box-shadow: inset 0 0 0 0.1875em #ff6b43;
  -webkit-transition: background 0.7s, box-shadow 0.7s;
  transition: background 0.7s, box-shadow 0.7s;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 10px;
  }

  50% {
    height: 20px;
    width: 10px;
  }
}

.checkbox {
  background-color: #fff;
  display: inline-block;
  height: 28px;
  margin: 0 .25em;
  width: 28px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.checkbox span {
  display: block;
  height: 28px;
  position: relative;
  width: 28px;
  padding: 0
}

.checkbox span:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  content: '';
  display: block;
  height: 20px;
  left: 3px;
  position: absolute;
  top: 15px;
  width: 10px
}

.checkbox span:hover:after {
  border-color: #999
}

.checkbox input {
  display: none
}

.checkbox input:checked+span:after {
  -webkit-animation: check .8s;
  -moz-animation: check .8s;
  -o-animation: check .8s;
  animation: check .8s;
  border-color: #555
}

.checkbox input:checked+.default:after {
  border-color: #ff6b43;
  border-right: 4px solid #ff6b43;
  border-top: 4px solid #ff6b43;
}

.default:hover {
  border: none;
}

.p-0 {
  padding: 0 !important;
}

.text-right {
  text-align: right !important;
}

.dashboard-link {
  border-radius: 15.75px;
  height: 25px;
  background: rgba(255, 107, 67, 0.15);
  padding: 3px 6px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 12px;
  color: #ff6b43;
}

.white-card {
  width: 100%;
  background: white;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  position: relative;
}

.bg-beauty {
  border-radius: 15.556px;
  background: #ff6b43;
  color: white !important;
  padding: 5px;
}

.bg-beauty-light {
  border-radius: 15.556px;
  background-color: #FFEEEA;
  color: #ff6b43 !important;
  padding: 5px;
}


.bg-white-beauty {
  border-radius: 15.556px;
  background: white;
  color: #ff6b43 !important;
  padding: 5px;
}

.br-beauty {
  border-radius: 10px 10px 0 0 !important;
}

.m-0 {
  margin: 0;
}

.text-black {
  color: #282142;
}

.pointer-events-none {
  pointer-events: none !important;
}

.fs-15 {
  font-size: 15px;
}

.fs-10 {
  font-size: 10px;
}

.fs-8 {
  font-size: 8px;
}

.fs-14 {
  font-size: .775rem !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-40 {
  width: 40% !important;
}

.w-20 {
  width: 20% !important;
}

.text-beauty {
  color: #ff6b43 !important;
}

.profile-type {
  font-size: 12px !important;
}

.profile-type-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 2.625rem !important;
}

.br-11 {
  border-radius: 11px !important;
}

.img-pre {
  max-width: 100%;
  max-height: auto;
  display: none;
}

.checkbox-wrapper-12 {
  position: relative;
}

.checkbox-wrapper-12>svg {
  position: absolute;
  top: -130%;
  left: -170%;
  width: 110px;
  pointer-events: none;
}

.checkbox-wrapper-12 * {
  box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
  outline: 0;
}

.checkbox-wrapper-12 .cbx {
  width: 15px;
  height: 15px;
  top: calc(50vh - 12px);
  left: calc(50vw - 12px);
}

.checkbox-wrapper-12 .cbx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #bfbfc0;
  border-radius: 50%;
}

.checkbox-wrapper-12 .cbx label {
  width: 15px;
  height: 15px;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: url("#goo-12");
  filter: url("#goo-12");
  transform: trasnlate3d(0, 0, 0);
  pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 1;
  pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
  transition: stroke-dashoffset 0.3s ease;
  transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked+label {
  animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked+label+svg path {
  stroke-dashoffset: 0;
}

@-moz-keyframes splash-12 {
  40% {
    background: #ff6b43;
    box-shadow: 0 -18px 0 -8px #ff6b43, 16px -8px 0 -8px #ff6b43,
      16px 8px 0 -8px #ff6b43, 0 18px 0 -8px #ff6b43, -16px 8px 0 -8px #ff6b43,
      -16px -8px 0 -8px #ff6b43;
  }

  100% {
    background: #ff6b43;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-webkit-keyframes splash-12 {
  40% {
    background: #ff6b43;
    box-shadow: 0 -18px 0 -8px #ff6b43, 16px -8px 0 -8px #ff6b43,
      16px 8px 0 -8px #ff6b43, 0 18px 0 -8px #ff6b43, -16px 8px 0 -8px #ff6b43,
      -16px -8px 0 -8px #ff6b43;
  }

  100% {
    background: #ff6b43;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-o-keyframes splash-12 {
  40% {
    background: #ff6b43;
    box-shadow: 0 -18px 0 -8px #ff6b43, 16px -8px 0 -8px #ff6b43,
      16px 8px 0 -8px #ff6b43, 0 18px 0 -8px #ff6b43, -16px 8px 0 -8px #ff6b43,
      -16px -8px 0 -8px #ff6b43;
  }

  100% {
    background: #ff6b43;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@keyframes splash-12 {
  40% {
    background: #ff6b43;
    box-shadow: 0 -18px 0 -8px #ff6b43, 16px -8px 0 -8px #ff6b43,
      16px 8px 0 -8px #ff6b43, 0 18px 0 -8px #ff6b43, -16px 8px 0 -8px #ff6b43,
      -16px -8px 0 -8px #ff6b43;
  }

  100% {
    background: #ff6b43;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

.opacity-5 {
  opacity: .5 !important;
}

.visually-hidden {
  visibility: hidden;
}

.btn-success {
  background-color: #4AC482 !important;
}

.btn-danger {
  background-color: #D64545 !important;
}

.back-link {
  background-color: #ff6b43;
  width: 18%;
  color: #fff;
  border-radius: 25px;
}

.back-link:hover svg path{
  fill: #ff6b43;
}