ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #212121;
}
a.navigation {
  text-decoration: underline;
}
a:hover {
  color: #e4565c;
}
@font-face {
  font-family: "Robodron";
  src: url(fonts/Robodron_Font/Robodron.woff);
  /* url(/static/css/fonts/Robodron_Font/Robodron.ttf) format("truetype"),
    url(/static/css/fonts/Robodron_Font/Robodron.eot), url(/static/css/fonts/Robodron_Font/); */
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* background-image: url("/media/image/back.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

.chevron-left {
  cursor: pointer;
  position: absolute;
  left: 40px;
}
.main-btn {
  min-width: 230px;
  height: 45px;
  padding: 13px 20px;
  background: #b7b7b7;
  border: none;
  border-radius: 5px !important;
  color: #fff;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.main-btn.active {
  background: linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: linear-gradient(180deg, rgba(28, 57, 96, 0.2) 0%, rgba(0, 0, 0, 0.2) 0.01%, rgba(0, 0, 0, 0.2) 100%); */
  background: linear-gradient(
    180deg,
    rgba(28, 57, 96, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 0.01%,
    rgba(0, 0, 0, 0.7) 100%
  );
  overflow-y: auto;
}
.color-gradient {
  background: -webkit-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.color-second-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c1727), to(#1c3960));
  background: -o-linear-gradient(top, #0c1727 0%, #1c3960 100%);
  background: linear-gradient(180deg, #0c1727 0%, #1c3960 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
/* POPUP */
.popup-wrapper {
  /* min-height: 760px; */
  padding: 24px;
  background: #fafafd;
  border-radius: 8px;
}
.popup-wrapper > .close-btn {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0c1727 0%, #1c3960 100%);
}
.popup-wrapper > .back-btn {
  display: flex;
  align-items: center;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: transparent;
}
.popup-wrapper > .back-btn i {
  background: linear-gradient(180deg, #0c1727 0%, #1c3960 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 34px;
}
.popup-wrapper > .back-btn .back-btn__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  background: linear-gradient(180deg, #0c1727 0%, #1c3960 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-left: 5px;
}
.main-title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  margin-top: 72px;
  margin-bottom: 0;
  color: #1c3960;
}
.subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c3960;
  margin-top: 10px;
}
.subtitle a {
  cursor: pointer;
  font-weight: 500;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #d3dcfb;
  outline: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}
.form-floating > .form-select {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  height: 50px;
  max-width: 304px;
  width: 100%;
  border: 1px solid #dadee3;
  border-radius: 6px;
}

.form-floating > .form-control {
  height: 50px;
  line-height: 20px;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding: 20px 25px 10px 20px;
}
.form-floating > .form-control {
  padding: 20px 25px 10px 20px;
}
.form .button-submit {
  padding: 17px 10px;
  border-radius: 8px;
}
.form .button-submit span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  /* font-family: "Ubuntu"; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background: #ffffff;
  border: 1px solid #dadee3;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03) !important; */
  border-radius: 4px;
  padding: 20px 25px 10px 20px;
  height: 50px;
  max-width: 304px;
}
textarea::placeholder,
input[type="number"]::placeholder input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
  opacity: 40%;
  color: rgba(28, 57, 96, 1);
}
textarea + label,
input + label {
  /* font-family: "Ubuntu"; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #b7b7b7;
}
.form-floating > label {
  padding: 13px 20px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
  opacity: 1;
}
.toggle-password i {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  background: linear-gradient(0deg, #1c3960, #1c3960),
    linear-gradient(180deg, #ffffff 0%, #d1daee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.send-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
  margin-left: auto;
  cursor: pointer;
  border: none;
  background: transparent;
}
.send-btn i {
  display: inline-block;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  font-size: 24px;
  margin-right: 5px;
}
.send-btn span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  background: linear-gradient(180deg, #0c1727 0%, #1c3960 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
/* SEPARATOR WITH SOCIAL MEDIA LOGIN */
.form-separator span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #b7b7b7;
}
.form-separator div {
  width: 120px;
  border: 1px solid #b7b7b7;
}
.social-media {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.social-media button {
  /* width: 48%;
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0.5px; */
  color: #000;
  background-color: #ffffff;
  border: 1px solid #dadee3;
  border-radius: 50%;
  padding: 12px;
}
.social-media button + button {
  margin-left: 20px;
}
/* .social-media button.login-google{
   border-color: #4285F4;
   margin-right: 2%;
}
.social-media button.login-linkedin{
   border-color: #0A66C2;
}
.social-media button.login-facebook{
   border-color: #1877F2;
   margin-right: 2%;
}
.social-media button.login-apple{
   border-color: #000000;
}
@media (max-width: 575.98px) {
   .social-media button{
      width: 98%;
      margin-right: 1%;
      margin-left: 1%;
   }
 }
*/
/* Standard checkbox */
.new-form-check {
  max-width: 304px;
  width: 100%;
  height: 45px;
  background: rgb(183 183 183 / 70%);
  border-radius: 5px;
  padding: 12px 15px;
  opacity: 1;
}
.new-form-check.form-check {
  margin: auto;
  background: #f0f0f0;
  border: 3px solid transparent;
  padding: 0;
}

.new-form-check .form-check-label {
  font-size: 16px;
}

.new-form-check.border-solid {
  background: #f0f0f0;
  border: 3px solid #ff4f56;
  border-radius: 5px;
}
.new-form-check .form-check-input {
  margin-right: 10px !important;
}

.new-form-check.form-check.form-check-custom .form-check-label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.new-form-check.form-check-custom.form-check-sm .form-check-input {
  width: 18px !important;
  height: 18px !important;
  position: relative;
  border-radius: 3px !important;
  margin-right: 0.5rem;
}
.new-form-check.form-check-solid .form-check-input {
  background: #fff;
  border: 1px solid #e2e2e2;
}

.new-form-check.form-check-solid .form-check-input:active,
.new-form-check.form-check-solid .form-check-input:focus {
  filter: none;
  background-color: #7a7a7a;
}
.new-form-check.form-check-solid .form-check-input:checked {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #fff;
  position: relative;
}
.new-form-check.form-check-solid .form-check-input:checked:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(
    90.96deg,
    #fea621 -4.96%,
    #f0047f 51.45%,
    #f0047f 85.9%,
    #e0013f 107.85%
  );
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.new-form-check.form-check-custom .form-check-label,
.new-form-check.form-check-custom .form-check-label a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.new-form-check.form-check-custom .form-check-label a {
  font-weight: 600;
}

.scro {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.logo-centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px;
}

.bouton {
  padding: 0;
  border: none;
  display: inline-flex;
  /* height: 45px; */
  /* width: 140px; */
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}

.bouton-sup {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 45px;
  width: 140px;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: rgba(255, 0, 0, 0.788);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}

.bouton-prev {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 45px;
  width: 140px;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: rgba(51, 51, 51, 0.658);
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}

.btn-add {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 45px;
  width: 140px;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}

.title {
  font-size: 35px;
  color: #333;
  font-weight: 700;
  margin: 0;
  padding-bottom: 18px;
}

.bouton2 {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 45px;
  width: 140px;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(242, 113, 33) 0%,
    rgb(233, 64, 87) 50%,
    rgb(138, 35, 135) 100%
  );
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: not-allowed !important;
  color: #fff;
  filter: grayscale(2);
}

.main-head {
  height: 150px;
  background: #fff;
}

.centre-login {
  padding-left: 9.5rem !important;
  padding: 2.5rem;
}

.p21 {
  padding-left: 9.5rem !important;
  padding: 2.5rem;
}

.main {
  padding: 0px 10px;
  width: 100%;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

@media screen and (max-width: 450px) {
  .login-form {
    margin-top: 10%;
  }

  .register-form {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .main {
    margin-left: 48%;
  }

  .sidenav {
    width: 55%;
    /* position: fixed;
   z-index: 1;
   top: 0;
   left: 0; */
  }

  .login-form {
    margin-top: 80%;
  }

  .register-form {
    margin-top: 20%;
  }
}

.login-main-text {
  margin-top: 5%;
  padding: 60px;
  color: #fff;
}

.login-main-text h2 {
  font-weight: 300;
}

.btn-black {
  background-color: #000 !important;
  color: #fff;
}

/* Start Card */
.card-holder {
  padding: 0;
  border: 2px solid #dadee3;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
.border-gradient {
  background-image: linear-gradient(
    90.96deg,
    #fea621 -4.96%,
    #f0047f 51.45%,
    #f0047f 85.9%,
    #e0013f 107.85%
  );
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  padding: 2px;
  border-radius: 5px;
  border: 0;
}
.card-holder .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 24px;
  /* width: 248px; */
  height: 100%;
  background: #ffffff;
  /* border: 1px solid #DADEE3; */
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  cursor: pointer;
}
.card-holder p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin: 15px;
}
/* End Card */
.colored {
  color: #e54b6e;
}
/* Start checkbox style */
.checkbox-form-check {
  border: 1px solid #000;
  background: #fff;
  border-radius: 3px;
}
.checkbox-form-check input:focus {
  background-color: #fff;
}
/* End checkbox style */

.split-hr {
  width: 100%;
  max-width: 209px;
  height: 1px;
  background-color: #d9d9d9;
  border: 0;
}

/* Start adapt Svelecte */
.svelecte.svelecte-control {
  text-align: left;
}

.sv-control,
.sv-control.is-active {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 10px 15px 10px;
  height: 50px;
  /* max-width: 304px; */
  width: 100%;
  border: 1px solid #dadee3 !important;
  outline: #dadee3 !important;
  border-radius: 6px;
}
.svelecte-control .sv-item-content,
.svelecte-control .inputBox {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.svelecte-control .highlight {
  /* position: relative;
   background: #1e1e3f;
   border-radius: 0.475rem; */
  padding: 0;
}
.fit-svelecte-control .sv-dropdown {
  width: fit-content !important;
}

.outline-svelecte-control .sv-control {
  border: none !important;
  font-size: 14px !important;
  border-bottom: 1px solid #c6c6c8 !important;
  border-radius: 0px !important;
  padding: 7px 11px 5px 0px;
  height: 36px;
  caret-color: #ff8287;
  padding-right: 0 !important;
}
.outline-svelecte-control .sv-control.is-active {
  border: none !important;
  font-size: 14px !important;
  border-bottom: 1px solid #c6c6c8 !important;
  border-radius: 0px !important;
  padding: 7px 11px 5px 0px;
  height: 36px;
  caret-color: #ff8287;
  padding-right: 0 !important;
}

.border-none-svelecte-control .sv-control {
  border: none !important;
  font-size: 14px !important;
  /* border-bottom: 1px solid #c6c6c8 !important; */
  border-radius: 0px !important;
  padding: 7px 11px 5px 0px;
  height: 36px;
  caret-color: #ff8287;
  padding-right: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.border-none-svelecte-control .sv-control.is-active {
  border: none !important;
  font-size: 14px !important;
  /* border-bottom: 1px solid #c6c6c8 !important; */
  border-radius: 0px !important;
  padding: 7px 11px 5px 0px;
  height: 36px;
  caret-color: #ff8287;
  padding-right: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.border-none-svelecte-control .sv-control .inputBox {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.border-none-svelecte-control .sv-control .indicator-container {
  color: #ff8287 !important;
}

.border-none-svelecte-control .sv-item-content {
  color: #bec0ca !important;
  font-weight: 500 !important;
  font-size: 16px;
}

.border-none-svelecte-control .indicator-container {
  /* transform: rotate(0deg) !important; */
}
.border-none-svelecte-control .is-active .indicator-container {
  /* transform: rotate(180deg) !important; */
}

.rotate-svelecte-control .sv-control .indicator-container {
  /* transform: rotate(180deg) !important; */
}
/* End adapt Svelecte */

.svelecte.svelecte-control input::placeholder {
  color: #dbdee2;
  font-weight: 500;
  font-size: 15px !important;
}

.btn-get-certif {
  height: auto;
  width: 90%;
  min-width: unset !important;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  font-size: 10px;
}

.lite-youtube {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  max-width: unset !important;
}

.is-disabled {
  flex-wrap: unset !important;
}

.pos-absolute {
  position: absolute;
}
.warning-msg-flex {
  position: absolute;
}
.warning-wrapper-custom {
  height: auto !important;
  flex-direction: unset !important;
  justify-content: unset !important;
  align-items: unset !important;
}

/*  Modal : */
.modal-body {
  max-height: none !important;
}

.modal--body {
  display: flex;
  flex-direction: column;
}

.modal--label {
  font-weight: 500;
  font-size: 15px;
  color: #544f5a;
  margin-bottom: 0.5rem;
}

.modal--footer {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #f0f2f5;
}

.topic-conrol-select .sv-control {
  height: auto;
  max-width: 291px;
  padding: 0.46rem;
}

.w-100 .sv-control {
  height: auto;
  max-width: 100%;
  width: 100%;
  padding: 0.46rem;
}

.outline-button {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #ff8287;
  background: #ffffff;
  border: 2px solid #ff8287;
  border-radius: 5px;
  padding: 3px 24px;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
}
.tooltip.right {
  top: -25px;
}

.toggler-wrapper {
  display: block;
  width: 45px;
  height: 13px;
  cursor: pointer;
  position: relative;
}
.toggler-wrapper input[type="checkbox"] {
  display: none;
}
.toggler-wrapper .toggler-knob {
  width: 20px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  top: -1px;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.toggler-wrapper .toggler-slider {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 38px;
  height: 13px;
  background-color: #d9d9d9;
  box-shadow: inset -1px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
}
.toggler-wrapper > input[type="checkbox"]:checked + .toggler-slider .toggler-knob {
  right: 0;
}
.toggler-wrapper input[type="checkbox"]:checked + .toggler-slider {
  background: #ff8287;
  box-shadow: inset -1px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
}

.swal2-border-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

._toastMsg {
  padding: 0 !important;
}

._toastContainer {
  min-width: 400px;
}
._toastItem {
  width: 100% !important;
  border-radius: 10px !important;
}

._toastBtn {
  position: absolute !important;
  right: 10px !important;
  top: 15px !important;
  height: auto !important;
  color: #000;
}

._toastBar {
  display: none !important;
}

canvas {
  width: 100%;
}

/* .viewer{
  max-height: 550px;
} */

#topBtn {
  display: none !important;
}
.control {
  height: 650px;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

/* Customize callendar */

.fc-event-time {
  font-size: 14px !important;
  font-weight: 600;
  /* margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important; */
  padding: 0 0.5rem !important;
  padding-right: 0 !important;
}

.fc-event-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-left: 0.5rem !important;
  line-height: normal !important;
  color: #b4b5bc !important;
}

.fc .fc-timegrid-slot {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.fc .fc-timegrid-slot {
  height: 2.25rem !important;
}

.fc .fc-timegrid-axis-cushion {
  max-width: 66px;
  flex-shrink: 0;
  color: #1a1c1e !important;
  font-weight: 500 !important;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: center !important;
}

.fc-timegrid-event
  .fc-v-event
  .fc-event
  .fc-event-start
  .fc-event-end
  .fc-event-today
  .fc-event-future {
  border-color: rgb(215, 0, 11) !important;
  background-color: rgb(237 158 162) !important;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: #f3bfc2 !important;
  border-bottom-color: #f3bfc2 !important;
  border-bottom: none !important;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #f2c0c3 !important;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: #e2585f !important;
}
.fc-timegrid-event .fc-event-time {
  margin-bottom: 0px !important;
}

/* Swiper : */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
  color: #932c81 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 30px;
  right: auto;
  color: #932c81 !important;
}
.flatpickr-current-month .numInputWrapper {
  width: 7ch\0 !important;
  display: inline-block !important;
  width: 6rem !important;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  display: flex !important;
  gap: 0.75rem;
}

.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute {
  color: #5e6278;
  font-size: 1.5rem;
  font-weight: 500;
}

/* .sv-option .optgroup-header b {
  font-size: 15px !important;
  color: #e4565c !important;
}

.sv-option .sv-item-content {
  font-size: 13px !important;
  font-weight: 500 !important;
} */

.optgroup-header b {
  font-size: 15px !important;
  color: #e4565c !important;
}

.sv-item-content {
  /* font-size: 13px !important; */
  font-weight: 500 !important;
}

.spinner-border-sm {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 0.145em;
}

.flat-outline {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  color: rgb(84, 79, 90) !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-image: initial !important;
  border-bottom: 1px solid rgb(198, 198, 200) !important;
  border-radius: 0px !important;
  padding: 5px 24px 8px 0px !important;
  height: min-content !important;
  font-weight: 400 !important;
}

.auto-height-sv-control .sv-control {
  height: auto;
  padding: 6px 10px 6px 10px;
}
/*
.sv-dd-item:hover {
  background-color: red !important;
}

/* .sv-item-content:hover, */
/* .sv-dd-item-active {
  background-color: red !important;
}  */

.sv-dd-item .sv-item {
  border-bottom: 0.2px solid #9d9ea0;
  border-radius: 0 !important;
  padding: 0.5rem 1rem !important;
  cursor: pointer !important;
}

.sv-dd-item.sv-dd-item-active .sv-item {
  background-color: #ff868ba1 !important;
}

.sv-dd-item.sv-dd-item-active .sv-item .sv-item-content {
  color: #494a4b !important;
  /* font-weight: 500 !important; */
}

.sv-item-content {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.sv-dropdown-scroll::-webkit-scrollbar {
  width: 5px !important;
}

.sv-dropdown-scroll::-webkit-scrollbar-track {
  background-color: #d9d9d9 !important;
  /* border-radius: 10px !important; */
  border-left: 1px solid #f1f3f5 !important;
  border-right: 1px solid #f1f3f5 !important;
}

.sv-dropdown-scroll::-webkit-scrollbar-thumb {
  border-radius: 15px !important;
  width: 15px !important;
  background: #303234 !important;
}
