/* Base Styling  */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
body {
  background: #F8FBFF;
  font-family: "Raleway", sans-serif;
}

.brand-subheading {
  color: #04C5BF;
  font-weight: 500;
}

.action-buttons .btn {
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-full {
  width: 100% !important;
}

.btn-secondary {
  background: #B1B1B1;
  border-color: #B1B1B1;
}

.btn {
  font-weight: 800;
}

html, body {
  height: 100%;
  margin: 0;
}

.main-app {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main-content {
  flex: 1; /* This tells the .main-content to expand and fill the available space */
  z-index: 0;
}

.footer {
  flex-shrink: 0; /* This protects your footer's size, preventing it from shrinking */
  font-family: "Open Sans";
  color: #04C5BF;
  background-color: #E2F7F6 !important;
}

.login-content {
  background-color: #E2F7F6 !important;
}

.text-primary {
  color: #04C5BF !important;
}

/* Subcomponents */
.dropdown-menu {
  box-shadow: 0 2px 18px 5px rgba(5, 66, 219, 0.15) !important;
  border: none !important;
}

.dropdown .dropdown-light {
  background-color: #DCEBFF;
  color: #000;
  border: none;
}
.dropdown .dropdown-light.btn-campus {
  padding-left: 25px;
  padding-right: 45px;
}
.dropdown .dropdown-light::before {
  color: #7A7A7A;
  z-index: 1;
  position: absolute;
  top: 13px;
  right: 54px;
  margin-left: 2.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  font-size: 28px;
}
.dropdown .dropdown-light.show::before {
  transform: rotate(180deg);
}
.dropdown .dropdown-light::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 0px;
  height: 100%;
  width: 40px;
  background: #DFDFDF;
  z-index: 0;
  border: none !important;
  border-radius: 0rem 0.375rem 0.375rem 0rem;
}

.dataTable {
  border-collapse: separate;
  border-spacing: 0px 5px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.dataTable th {
  background: #DCEBFF;
}
.dataTable th:first-child {
  border-radius: 15px 0px 0px 15px;
  padding-left: 40px;
}
.dataTable th:last-child {
  border-radius: 0px 15px 15px 0px;
}
.dataTable th:only-child {
  border-radius: 15px;
  padding-left: 40px;
}
.dataTable tr > td:first-child {
  border-radius: 15px 0px 0px 15px;
  padding-left: 40px;
  border-left: 2px solid transparent;
}
.dataTable tr > td:last-child {
  border-radius: 0px 15px 15px 0px;
  border-right: 2px solid transparent;
}
.dataTable tr > td:only-child {
  border-radius: 15px;
  padding-left: 40px;
}
.dataTable tr > td:nth-child(odd) {
  background: #ECECEC;
}
.dataTable tr > td:nth-child(even) {
  background: #DFDFDF;
}
.dataTable tr td {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.dataTable tr:hover td, .dataTable tr.selected td {
  cursor: pointer;
  border-top: 2px solid #87BAFF;
  border-bottom: 2px solid #87BAFF;
}
.dataTable tr:hover td:first-child, .dataTable tr.selected td:first-child {
  border-left: 2px solid #87BAFF;
}
.dataTable tr:hover td:last-child, .dataTable tr.selected td:last-child {
  border-right: 2px solid #87BAFF;
}
.dataTable.table-select tr > td:first-child [type=checkbox] {
  pointer-events: none;
}

.form-label {
  font-weight: bold;
  margin-bottom: 0px;
}

input, textarea, select {
  border-color: #979797 !important;
  font-family: "Open Sans", sans-serif;
}

.datepicker {
  font-family: "Open Sans" !important;
}

.datepicker .today {
  background-image: none !important;
  background-color: rgba(4, 197, 191, 0.8) !important;
  color: #FFF !important;
  border-radius: 5px;
}

.datepicker .active {
  background-image: none !important;
  background-color: #04C5BF !important;
  color: #FFF !important;
  border-radius: 5px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #04C5BF;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #04C5BF;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #04C5BF;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
  color: #04C5BF;
  color: var(--blue, #04C5BF);
}

.company_edit textarea {
  min-height: 110px;
  max-height: 150px;
  resize: vertical;
}

.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #04C5BF;
  padding-top: 25px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
}

.modal-footer {
  border-top: none;
  justify-content: center;
  padding-bottom: 45px;
}
.modal-footer .btn {
  width: 150px;
}

.modal .action-buttons {
  position: absolute;
  top: 19px;
  right: 40px;
}

.card {
  box-shadow: 0 2px 18px 5px rgba(5, 66, 219, 0.15) !important;
  border: none;
  padding: 30px 25px;
}

.card-header {
  padding-top: 25px;
  background: none;
  border-bottom: none;
}

h3.card-title {
  color: #04C5BF;
  font-weight: 600;
}

.card-header-logo {
  display: flex;
  height: 120px;
  border-radius: 5px 5px 0 0;
  background: #04C5BF;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.card-header-logo img {
  position: relative;
  top: 5px;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-body {
  padding: 0px;
}
.card-body:not(.form) {
  padding-top: 25px;
}
.card-body .card-text {
  margin-bottom: 15px;
}

.card-img-top {
  height: 140px !important;
}

.card-logo {
  padding: 0px;
}
.card-logo .card-body {
  padding: 25px;
}

.card.profile {
  padding: 15px;
  margin-bottom: 25px;
}

.card.schedule {
  box-shadow: none !important;
  padding: 10px;
  margin-bottom: 25px;
  background-color: #e2f7f6;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 17px;
}
.card.schedule .row {
  margin-bottom: 0px;
}
.card.schedule dt {
  margin-bottom: 10px;
}

.schedule-list {
  display: flex;
  height: auto;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}
.schedule-list .card.schedule {
  flex-basis: 30%;
  flex-shrink: 0;
  height: 100%;
  margin-right: 15px;
  box-shadow: none !important;
  padding: 10px;
  margin-bottom: 0px;
  background-color: #e2f7f6;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 17px;
}
.schedule-list .card.schedule .row {
  margin-bottom: 0px;
}
.schedule-list .card.schedule dt {
  margin-bottom: 10px;
}

.card.profile {
  padding: 15px;
  margin-bottom: 25px;
  background-color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 17px;
}
.card.profile .row {
  margin-bottom: 0px;
}
.card.profile dt {
  margin-bottom: 10px;
}

/* Components */
.navbar {
  padding: 10px 0px;
}
.navbar .brand-logo {
  position: relative;
  top: 2px;
  height: 30px;
  margin-right: 30px;
}
.navbar.navbar-dashboard {
  box-shadow: 0 2px 18px 5px rgba(5, 66, 219, 0.15) !important;
  background: #04C5BF;
}
.navbar.navbar-dashboard .nav-item {
  margin-right: 15px;
}
.navbar.navbar-dashboard .nav-item > a.nav-link {
  color: #FFF;
  font-weight: 500;
}
.navbar .nav-link {
  font-weight: 800;
  color: #000;
}
.navbar .nav-link:after {
  border: none;
  background-image: url(../img/caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 11px;
  top: 10px;
  position: relative;
  transition: 0.2s ease-in-out;
  transform-origin: center center;
}
.navbar .nav-link.show:after {
  transform-origin: center center;
  transform: scale(-1, -1);
  top: 0px;
}
.navbar .dropdown-menu[data-bs-popper] {
  top: 125%;
}
.navbar .navbar-right {
  top: 5px;
  position: relative;
}
.navbar-links > ul {
  padding-left: 0px;
}
.navbar-links > ul > li {
  margin-right: 25px;
}
.navbar-links > ul .dropdown-item {
  text-align: center;
}
@media (max-width: 575.98px) {
  .navbar-links > ul {
    padding-left: auto;
  }
}
.navbar .btn {
  border: none;
  padding: 5px 20px;
  border-radius: 25px;
}
.navbar .btn.no-caret::after {
  display: none;
}
.navbar .btn.btn-outline-secondary {
  color: #04C5BF;
  margin-right: 15px;
  box-shadow: 0 2px 18px 5px rgba(5, 66, 219, 0.15) !important;
}
.navbar .btn.btn-outline-secondary:hover, .navbar .btn.btn-outline-secondary:focus, .navbar .btn.btn-outline-secondary:active, .navbar .btn.btn-outline-secondary:focus-within, .navbar .btn.btn-outline-secondary:visited {
  color: #FFF;
  background-color: #04C5BF;
}
.navbar .btn.btn-outline-primary {
  color: #FFF;
  background-color: #04C5BF;
  box-shadow: 0 2px 18px 5px rgba(5, 66, 219, 0.15) !important;
}

.navbar-landing {
  background: #04C5BF;
}
.navbar-landing .brand-logo {
  height: 70px;
}
.navbar-landing .nav-item {
  padding-left: 0px;
}
.navbar-landing .navbar-nav {
  padding-left: 0px;
}
.navbar-landing .navbar-nav .dropdown-item {
  text-align: center;
}
@media (max-width: 575.98px) {
  .navbar-landing .navbar-nav {
    padding-left: auto;
  }
}

.landing {
  background-color: #F5F9FE;
}

.landing-title {
  text-align: center;
  margin-bottom: 80px;
}
.landing-title h1 {
  font-weight: 400;
  color: #0136B9;
}

.landing-flowchart {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.landing-flowchart .chart-card {
  background-color: #FFF;
  box-shadow: 0 2px 18px 5px rgba(5, 66, 219, 0.15) !important;
  border-radius: 15px;
  padding: 15px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: $brandPrimary;
  --bs-btn-border-color: $brandPrimary;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: $brandPrimary;
  --bs-btn-disabled-border-color: $brandPrimary;
}

body {
  background-color: #FFFFFF;
  color: #0B0B0C;
  font-family: "Raleway", sans-serif;
}

.navbar {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #04C5BF;
  font-weight: 400;
  color: #FFFFFF;
  border: none !important;
  border-color: #04C5BF !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-primary:focus-within, .btn-primary:focus-visible {
  background-color: #04C5BF !important;
  color: #FFFFFF !important;
  border-color: #04C5BF !important;
  border: none !important;
}

.header {
  display: flex;
  justify-content: space-between;
}

.admin-title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

.campus-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.datatable-container {
  margin-top: 30px;
}

.action-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
  }
}
.sales-team-profile {
  position: relative;
  color: #fff;
  padding: 0px;
  margin-bottom: 15px;
}
.sales-team-profile .card-text {
  background: rgba(4, 197, 191, 0.6);
  padding: 2px 10px;
  border-radius: 5px;
}

.sales-team-profile-img {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: top center;
  border-radius: 10px;
}

.sales-team-profile .btn {
  position: absolute; /* Positions your CTAs absolutely relative to the parent .card */
  top: 15px; /* 1rem from the top */
}

.sales-team-profile .btn:first-child {
  right: 3rem; /* Edit button positioned 4rem from the right */
}

.sales-team-profile .btn:last-child {
  right: 1rem; /* Delete button positioned 1rem from the right */
}/*# sourceMappingURL=main.css.map */