@layer components {
  input[type="checkbox"]:checked~label span svg {
    @apply inline-flex;
  }

  .sticky .header-logo {
    @apply py-5 lg:py-2;
  }

  .sticky .menu-scroll.active {
    @apply opacity-70;
  }

  input#togglePlan:checked~.dot {
    @apply translate-x-full;
  }

  input#checkboxLabel:checked~.box span {
    @apply opacity-100;
  }
}

.react-tel-input .special-label {
  display: none !important;
}

.hreohome {
  height: 100vh;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar:hover {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #b1bcff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7fa6fa;
}

.examresult table,
tr {
  width: 100%;
}

.examresult,
td {
  border: 1px solid var(--border-color);
}

.examresult,
td svg {
  color: var(--title-color);
}

.cancelbuttonsnakebar {
  background: url("../icons/x.svg") no-repeat center;
  padding: 10px;
  background-color: transparent !important;
  position: absolute !important;
  top: -8px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  z-index: 9999;
  /* bottom:  0px !important;
right:5px !important;
position:absolute !important;
background-color: transparent  !important;
color:#dadada */
}

[dir="ltr"] .cancelbuttonsnakebar {
  right: -5px !important;
}

[dir="rtl"] .cancelbuttonsnakebar {
  left: -5px !important;
}

.actionssnakebar {
  display: contents !important;
}

.cancelbuttonsnakebar:hover {
  background: url("../icons/bluex.svg") no-repeat center !important;
}

.swal2-confirm {
  background-color: cornflowerblue;
}

.swal2-cancel,
.swal2-deny {
  background-color: rgb(243, 150, 185);
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  background: #3b82f6 !important;
  height: 2px !important;
}

.swal2-html-container {
  padding: 1rem !important;
}

.alertconfirmbutton2 {
  font-size: 13px !important;
  min-width: 120px !important;
  border-radius: 25px !important;
  background-color: transparent !important;
  color: var(--white-color) !important;
  background-color: var(--primary-color1) !important;
  border: 1px solid var(--border-color) !important;
  height: 48px;
}

.alertconfirmbutton {
  font-size: 13px !important;
  min-width: 120px !important;
  border-radius: 25px !important;
  background-color: transparent !important;
  color: var(--white-color) !important;
  background-color: var(--primary-color1) !important;
  border: 1px solid var(--primary-color2) !important;
}

.alertdenybutton {
  font-size: 13px !important;
  min-width: 120px !important;
  border-radius: 25px !important;
  color: var(--text-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--primary-color2) !important;
}

.alertcancelbutton {
  background: url("../icons/bluex.svg") no-repeat center;
  padding: 10px;
  background-color: transparent !important;
  position: absolute !important;

  top: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  z-index: 9999;
}

.alertcancelbutton:hover {
  background: url("../icons/bluex.svg") no-repeat center !important;
}

.alerttitle {
  font-size: 1.2em !important;
  text-align: start !important;

  padding: 10px 25px !important;
  border-bottom: 1px solid #dfdfdf;
}

.alertactions {
  flex-direction: row-reverse !important;
  margin-bottom: -12px;
  width: 100% !important;
  justify-content: end !important;
}

.container {
  border-radius: 25px !important;
}

.swal2-html-container {
  text-align: justify !important;
  overflow: visible !important;
}

.MuiStepper-horizontal {
  width: 100% !important;
}

.MuiStepLabel-label {
  margin-top: 5px !important;
}

.MuiStepButton-root {
  padding: 10px 7px !important;
  margin: -10px -7px !important;
}

.steperbtn {
  height: 50px;
  width: 25%;
  background-image: url("/images/1.jpg");
  background-repeat: no-repeat;

  background-position: center;
}

.swal2-popup {
  border-radius: 22px !important;
  /* box-shadow: 5px 5px 2px rgb(240, 240, 240)  !important; */
}

.swal2-html-container p {
  padding-inline: 15px !important;
}


.btn-circle,
#to-top {
  border-radius: 50%;
  background: #111e6c;
  padding: 6px;
  font-size: 14px;
  /* border-radius: 50%; */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;

}

.c2a-btn {
  max-width: 600px;
  margin: 0.2rem auto 0;
  z-index: 98;
}

.btn-default {
  color: #48559f;
  background-color: #efefef;
  /* border-color: #111e6c; */
  transition: all 1s ease;
  box-shadow: 2px 2px 4px rgba(95, 95, 95, 0.6);
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 24px 28px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 50px;
  width: 100%;
}

.btn-group .btn-or {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  line-height: 24px !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  box-shadow: 0;
  border: 2px solid #fff;
}

/* when hovered/focused/active (or if you add .is-active class from JS) */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.is-active {
  background-color: #111e6c;
  /* white after transition */
  color: #FFF;
  /* adjust text color to remain readable */
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.08);
  border-color: rgba(0, 0, 0, 0.06);
}

/* optional: smooth reverse on mouse out */
.btn-default {
  will-change: background-color, color;
}


.gelatine {
  animation: gelatine 0.5s infinite;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}