@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Overlay that covers the entire screen */
.sk-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  z-index: 999;
  /* Ensure it's above other content but below the spinner */
}

/* Center the spinner */
.sk-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  /* Ensure the spinner is above the overlay */
}

.textCenter {
  text-align: center;
}

@media only screen and(max-width: 990px) {
  .textCenter {
    text-align: center !important;
    align-items: center !important;
  }
}


.role-tab-icon-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  /* Example size */
  height: 40px;
  /* Example size */
  border-radius: 50%;
  /* Ensures it's a circle */
}


.iconHover:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  border-radius: 50%;
  padding: 10%;

}

.widthSize {
  height: 10rem !important;
  width: 50px;
}

.myFont {
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}

.textColor {
  fill: #6f4af7;
}

.emoji-button {
  padding: 2px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 100%;
}

.emoji-button:hover {
  border: 1px solid #ccc;
  background-color: #e0e0e0;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.grid-cell {
  border-radius: 15px;
  margin: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  word-wrap: break-word;
  color: #000000!important;
  font-size: 0.9rem;
}
.grid-cell img {
  max-width: 120px;
  margin-bottom: 10px;
}

.grid-cell a {
  color: #000000!important;
}

.bg-color-1 { background-color: #ffffff; }
.bg-color-2 { background-color: #ffffff; }
.bg-color-3 { background-color: #ffffff; }
.bg-color-4 { background-color: #ffffff; }
.bg-color-5 { background-color: #ffffff; }
.bg-color-6 { background-color: #ffffff; }
.bg-color-7 { background-color: #ffffff; }
.bg-color-8 { background-color: #ffffff; }
.bg-color-9 { background-color: #ffffff; }

.layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link::before {
  content: "";
  height: 11.67px;
  width: 11.67px;
  border-radius: 80rem;
  position: absolute;
  left: 1.55rem;
  border: 0 solid #89868d;
}
.layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-sub .menu-link {
  padding-left: 1.55rem;
}
.layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-sub .submenu-link {
  padding-left: 1.9rem;
}
.layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-sub .submenu2-link {
  padding-left: 2.4rem;
  font-size: 0.9rem;
}

#login-intro {
  p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
  }
  li {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ccffff;
    list-style-type: none;

    &:before {
      content: "\2713";
      color: #ccffff;
      display: inline-block;
      margin-right: 10px;
      font-size: 1.7rem;
    }
  }
}

.bg-menu-theme.menu-vertical .menu-item:not(.active) .menu-link:hover {
  background-color: rgba(244,245,250,.05);
  color: #ffffff!important;
}
.bg-menu-theme .menu-horizontal-next,.bg-menu-theme .menu-horizontal-prev,.bg-menu-theme .menu-link {
  color: #ffffff!important;
}

/* Ensure the dropdown overlays instead of pushing content */
#menu-dropdown-container .dropdown-menu {
  position: absolute !important; /* Position absolutely to avoid pushing content */
  top: 100%; /* Align just below the button */
  left: 0; /* Align to the left edge */
  z-index: 1050; /* Ensure it appears above other elements */
  margin: 0 1rem !important; /* Margin on both sides */
  width: calc(100% - 2rem) !important; /* Set the width */
  background-color: #4622cc !important;
  font-size: 1rem; /* Set font size */
}

/* Dropdown menu item styles */
#menu-dropdown-container .dropdown-menu a {
  color: white !important; /* White text for dropdown items */
  font-size: 1rem !important; /* Ensure consistent font size for links */
}

#menu-dropdown-container .dropdown-menu a:hover {
  background-color: rgba(244, 245, 250, 0.05); /* Subtle background effect on hover */
  color: #ffffff !important; /* White text on hover */
}

/* Add padding or margin for space around the dropdown container */
#menu-dropdown-container {
  margin: 1rem 0;
}

.menu-vertical .menu-sub .menu-link {
  padding-top: 0.39rem;
  padding-bottom: 0.39rem;
}

.iti {
  width: 100%!important;
}
.iti input{
  padding: calc(0.5rem - 1px) calc(0.875rem - 1px)!important;
}
.iti__flag-container {
  display: none !important;
}
/* Always hide placeholder unless focused */
.form-floating.iti input::placeholder {
  color: transparent;
  transition: color 0.15s ease-in-out;
}
.form-floating.iti input:focus::placeholder {
  color: #6c757d; /* Bootstrap's default placeholder color */
}
/* Handles label float behavior when intl-tel-input wraps the input inside a new div */
.iti.form-floating {
  position: relative;
}
.iti.form-floating input.form-control {
  padding: calc(0.7813rem - 1px) calc(0.7813rem - 1px)!important;
}
/* Match Bootstrap label behavior using JS-added class */
.iti.form-floating.floating-active > label {
  transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem);
  color: #572aff;
  background-color: #fff;
  padding: 0 0.2rem;
  margin-left: 0.75rem;
  pointer-events: none;
  width: auto;
  height: auto;
}
.iti.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  transform-origin: left top;
  color: #6c757d;
  pointer-events: none;
  z-index: 2;
  background-color: transparent;
}
.iti.form-floating input::placeholder {
  color: transparent;
}
.iti.form-floating input:focus::placeholder {
  color: #6c757d;
}
