@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(--bs-primary-bg-subtle);
}

.examresult,
td svg {
  color: var(--bs-text-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(--bs-light) !important;
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary-bg-subtle) !important;
  height: 48px;
}

.alertconfirmbutton {
  font-size: 13px !important;
  min-width: 120px !important;
  border-radius: 25px !important;
  background-color: transparent !important;
  color: var(--bs-light) !important;
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
}

.alertdenybutton {
  font-size: 13px !important;
  min-width: 120px !important;
  border-radius: 25px !important;
  color: var(--bs-text-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-primary2) !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-container {
   z-index: 99999;
  /* box-shadow: 5px 5px 2px rgb(240, 240, 240)  !important; */
}
.swal2-popup {
  border-radius: 22px !important;
 }

.swal2-html-container p {
  padding-inline: 15px !important;
}

 
 
  
  

.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);
  }
}