.main-body {
  /* background-color: rgba(255, 255, 255, 0.8); */
  background: #fff !important;
  position: relative;
}

.main-body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/new-img/Registration.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.card {
  /* box-shadow: 0 4px 10px rgba(20, 83, 154, 0.8) !important;
  background: linear-gradient(rgba(169, 231, 252, 0.39), rgba(248, 94, 94, 0.096)) !important; */
  /* border: 1px solid #edf1fe;
  box-shadow: 0px 14px 24px 0px rgba(237, 240, 247, 0.5) !important; */
  padding: 15px;
  border-radius: 5px;
  border: 0.5px solid var(--border-color);
  background: rgba(255, 255, 255, 0.7);
}
.studentByAgeCard {
  /* box-shadow: 0 4px 10px rgba(20, 83, 154, 0.8) !important;
  background: linear-gradient(rgba(169, 231, 252, 0.39), rgba(248, 94, 94, 0.096)) !important; */
  border: 1px solid #edf1fe;
  box-shadow: 0px 14px 24px 0px rgba(237, 240, 247, 0.5) !important;
  border-radius: 6px;
  padding: 30px;
}

.card-with-no-padding {
  /* box-shadow: 0 4px 10px rgba(20, 83, 154, 0.8) !important;
  background: linear-gradient(rgba(169, 231, 252, 0.39), rgba(248, 94, 94, 0.096)) !important; */
  border: 1px solid #edf1fe;
  box-shadow: 0px 14px 24px 0px rgba(237, 240, 247, 0.5) !important;
  border-radius: 6px;
  padding: 0px;
}

/* Dark mode global rule */
body.dark-mode *:not(#uw-main *):not(#uw-main):not(#uw-widget-custom-trigger *):not(#uw-widget-custom-trigger) {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.548) !important;
}

/* Preserve solid background for layout containers */
body.dark-mode .sidebar,
body.dark-mode .main-content,
body.dark-mode header,
body.dark-mode footer,
body.dark-mode .card,
body.dark-mode .modal,
body.dark-mode .form-container {
  background-color: #1e1e1e !important;
  color: white !important;
}

body.dark-mode .edit-form {
  background-color: #1e1e1e !important;
  color: #fff !important;
  z-index: 1000;
  position: relative;
}

html[data-placement='vertical'] .nav-container .nav-content .menu-container .menu.show,
html[data-placement='horizontal'] .nav-container.mobile-side-ready .nav-content .menu-container .menu.show,
html[data-placement='vertical'] .nav-container.mobile-side-ready .nav-content .menu-container .menu.show {
  display: contents !important;
}

.uw-widget-custom-trigger {
  right: 2px !important;
}

.form-check .form-check-input {
  margin-top: 0.4em !important;
}

.uw-widget-custom-trigger {
  background-color: var(--primary) !important;
  width: 35px !important;
  height: 40px !important;
  max-width: 55px !important;
  right: 0px !important;
  bottom: 45% !important;
  padding: 10px !important;
  border-radius: 10px 0 0 10px !important;
}
.uw-widget-custom-trigger img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}
@media (max-width: 576px) {
  .uwaw {
    max-width: 300px !important;
    width: 100% !important;
  }
  .uw-widget-custom-trigger {
    /* width: 45px !important; */
    /* height: 45px !important; */
    max-width: 45px !important;
    padding: 7px !important;
    /* bottom: 22px !important; */
    /* right: 17px !important; */
    /* border-radius: 50% !important; */
  }
  .btn-reset-all {
    width: auto !important;
    padding: 1px 14px !important;
    font-size: 16px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
  }
  .uwaw-features {
    grid: none !important;
    gap: 1px !important;
  }
}
.copyrights-accessibility a img {
  display: none !important;
}

.second-panel {
  background-color: var(--primary) !important;
}
.btn-reset-all {
  padding: 6px !important;
}

.copyrights-accessibility span {
  display: none !important;
}
:root {
  --dark-background: #071135;
  --white-color: #fff;
}

@media (max-width: 580px) {
  .itemvideoinfo {
    text-align: justify;
  }
  .studentByAgeCard {
    padding: 10px;
  }
}

/* //Google Sign In Button Adjustments */

.nsm7Bb-HzV7m-LgbsSe-BPrWId {
  overflow: visible !important;
}
