/* Common styles */
.center-div {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-section-div {
  left: 25px;
  top: 25px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.back-section-div img {
  margin-bottom: 10px;
}

/* Login page */
.login-section img.logo {
  width: 121.05px;
}

.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}
.did-floating-label-content .did-floating-label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 50%;
  z-index: 10;
  color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.did-floating-label-content .did-floating-input {
  display: block;
}
.did-floating-label-content .did-floating-input:focus {
  outline: none;
}
.did-floating-label-content .did-floating-input:focus ~ .did-floating-label {
  top: -2px;
  color: black;
}
.did-floating-label-content .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -2px;
  color: black;
}

.did-floating-select-label {
  left: 21px;
  top: -14px;
  z-index: 10;
  background: white;
  padding: 0 5px;
}

.eye-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.eye-icon-open {
  display: none;
}

.eye-icon-close {
  display: block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.otp-box:focus {
  border-color: var(--bs-primary);
}

.btn-outline-primary:hover {
  color: white !important;
}

section.home-section {
  min-height: 100vh;
}
section.home-section .home-page-container {
  padding-left: 80px;
  padding-right: 80px;
}
section.home-section .home-page-content {
  background-color: #81D3CF;
  flex: 1;
}
section.home-section .home-page-content .backdrop-img-wrapper {
  height: 75vh;
}
section.home-section .home-page-content .btn {
  color: white;
}
section.home-section .home-page-content .auth-buttons {
  max-width: 550px;
}
section.home-section .home-page-content .auth-buttons .btn {
  flex: 1;
}
section.home-section .home-page-content .tool-btn {
  width: 200px;
}

section.dashboard-section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
}
section.dashboard-section .left-sidebar {
  width: 300px;
}
section.dashboard-section .right-sidebar {
  flex: 1;
}
section.dashboard-section .right-sidebar .main-heading {
  margin-top: 50px;
}
section.dashboard-section .right-sidebar .main-content {
  flex: 1;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .login-section img.logo {
    width: 73px;
  }
  .home-page-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .home-page-container .home-row {
    margin-top: 75px;
    text-align: center;
  }
  .home-page-container .home-row .auth-buttons {
    justify-content: center !important;
    max-width: 100% !important;
  }
  .backdrop-img-wrapper {
    margin-top: 100px;
    justify-content: center !important;
    height: 46vh !important;
  }
  section.dashboard-section .right-sidebar {
    background-color: white !important;
  }
  section.dashboard-section .main-content {
    align-items: center !important;
    border: none !important;
    padding: 0 !important;
  }
  section.dashboard-section .offcanvas {
    width: 300px !important;
  }
  .my_group {
    padding: 6px !important;
    align-items: center;
  }
  .grp_icon img{
    width: 30px !important;
  }
  .icons_div img{
    height:16px !important;
  }
  .icons_div a{margin-right: 4px !important;}
  .grp_icon div a,.grp_icon div span{
   font-size: 14px !important;
  }
  .modal-header{
    padding: 6px 12px !important;
  }
  .modal-body{
    padding: 6px 12px !important;
  }
  .modal-footer{
    padding:2px !important;
  }
  .modal-content{
    width: 325px !important;
    margin: 0 auto !important;
  }
  .grp_icon div span{
    color:#00000073;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
  }
  section.dashboard-section .right-sidebar .main-content{
    border-radius:0 !important;
    background-color:none !important;
  }
}
@media (min-width: 767.5px) and (max-width: 1199px) {
  .grp_icon div span{
    color:#00000073;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px !important;
  }
}

.reunion-background-color {
  background-color: #ECFFFB !important;
}

.gallery-background-color {
  background: linear-gradient(
      to right, 
      rgb(191, 245, 199), 
      rgb(226, 240, 228),
      rgb(226, 240, 228),
      rgb(226, 240, 228),
      rgb(191, 245, 199)
  ) !important;
}

.gallery-background-color-1 {
  background: linear-gradient(
    to bottom,
    rgb(191, 245, 199),
    rgb(226, 240, 228),
    rgb(226, 240, 228),
    rgb(226, 240, 228),
    rgb(191, 245, 199)
  ) !important;
}

.timeline-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  box-shadow: -20px -10px 0px 5px rgba(25, 211, 102, 1), -20px 10px 0px 5px rgba(25, 211, 102, 1);
}

.criteria-border-1 {
  border-radius: 25px;
  border: 3px solid #0F7234;
}

.criteria-border-2 {
  border-radius: 20px;
  border: 3px solid #0F7234;
}

.reunion-input {
  background-color: inherit; /* Match parent background color */
  border: none; /* Remove all borders */
  border-bottom: 2px solid #000; /* Add only the bottom border */
  width: 100%; /* Optional: Adjust input width */
  padding: 5px; /* Optional: Padding for better visibility */
  outline: none; /* Remove focus outline */
  border-radius: 0;
}

.reunion-input:hover {
  background-color: inherit;
}

.reunion-input:focus {
  background-color: inherit;
}

.reunion-select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  width:100%;
  padding: 5px;
  border-radius: 0;
  outline: none;
  color: black;
}

.reunion-select:hover {
  background-color: inherit;
}

.reunion-select:focus {
  background-color: inherit;
}