/* =========== PALLETE COLORS =========== */
/* #230d6d
#e15613 */

::selection {
  color: #fff;
  background: #e15613;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

* {
  /* font-family: "ABeeZee", sans-serif; */
  font-family: "League Spartan", sans-serif;
}

/* =========== Admin Login =========== */
.login-screen-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-section-img {
  background-image: url("../assets/images/login-banner.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.login-brand {
  display: none;
}
.login-form-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px;
  margin-top: 250px;
  margin-left: 150px;
}
.login-form-header {
  margin-bottom: 20px;
}
.login-form-header h1 {
  margin: 0;
  color: #e15613;
  font-weight: bold;
  font-size: 30px;
}
.login-form-header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.login-form {
  border: 1px solid #e7e7e7e7;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 999;
}
.login-form-btn {
  background-color: #230d6d;
  border: 0;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}
.login-form-btn:hover {
  background-color: #0f052e;
  border: 0;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  transition: 0.3s all ease-in-out;
}

/* ============= TOP NAVBAR ============= */
.navbar-brand {
  max-width: 10%;
  display: none;
}
.navbar-brand img {
  width: 100%;
}
.nav-item {
  visibility: hidden;
}
.page-item a {
  border: 1px solid #e7e7e7;
  padding: 12px;
  text-decoration: none;
  margin: 0;
}

/* ============= SIDE NAVBAR ============= */
.menu-open-btn {
  width: 100%;
  height: 80px;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #4123a6;
  font-size: 40px;
}
.menu-open-btn ion-icon {
  color: #12233f;
  margin-left: 20px;
}
.menu-open-btn ion-icon:hover {
  color: #12233f;
  margin-left: 20px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #12233f;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.side-nav-menu {
  margin-top: 30px;
}
.side-nav-menu li {
  list-style: none;
}
.sidenav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidenav-link ion-icon {
  color: #fff;
  font-size: 20px;
}
.sidenav a {
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 300;
  margin-left: 15px;
}
.sidenav-brand {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #818181;
}
.sidenav-brand img {
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.sidenav a:hover {
  color: #e15613;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* ============= DASHBOARD HEADER ============= */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
.dashboard-header {
  margin-bottom: 20px;
  width: 100%;
}
.dashboard-header h1 {
  color: #4123a6 !important;
  font-weight: 400;
  font-size: 20px !important;
  margin: 0;
  text-align: left;
}
.dashboard-header h3 {
  color: #4123a6 !important;
  font-weight: 500;
  margin: 0 !important;
}

.dashboard-header h4 {
  color: #4123a6 !important;
  font-weight: 600;
  margin: 0 !important;
}
.dashboard-header h5 {
  color: #4123a6 !important;
  font-weight: 500;
  margin: 0 !important;
}

.dashboard-header p {
  color: #777777 !important;
  font-size: 16px;
  margin: 0;
}
.section {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ============= DASHBOARD NOTICE SECTION ============= */
.dashboard-db-notice-section {
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
}
.dashboard-notice-bar {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.notice-date-section {
  margin: 0;
  font-size: 14px;
}
.notice-title {
  margin: 0;
  font-weight: 500;
  font-size: 24px !important;
  color: #12233f !important;
  margin-top: 20px;
}
.notice-details {
  line-height: 20px;
}
.notice-main-section {
  flex: 1;
  padding-right: 30px;
  padding-left: 10px;
}
.notice-active {
  background-color: #e15613;
  padding: 5px;
  border-radius: 3px;
}
.notice-active p {
  color: #fff !important;
  border-radius: 3px;
}
.notice-disabled {
  background-color: #777;
  padding: 5px;
  border-radius: 3px;
}
.notice-disabled p {
  color: #fff !important;
  border-radius: 3px;
}

/* ============= DASHBOARD CONTACT ============= */
.section-table {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 30px;
}
/* ============= ADD NOTICE ============= */
.add-notice-form {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}
.add-notice-btn {
  background-color: #e15613;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}
.add-notice-btn:hover {
  background-color: #ab410e;
  transition: 0.3s all ease-in-out;
}

/* ============= ADD NOTICE ============= */
.add-faq-btn-row {
  display: flex;
}
.add-fq-btn {
  margin-right: 10px;
}

/* ============= VIEW NOTICE ============= */
.notice-form-row {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-content: center;
}
.view-notice-section {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;
}

/* ============= ADD CAREER ============= */
.add-career-form {
  border: 1px solid #e7e7e7e7;
  padding: 40px;
  border-radius: 5px;
}
.section-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-table {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 20px;
}
.btn-row {
  display: flex;
}
.del-btn {
  font-size: 22px;
  margin-right: 20px;
  color: red;
}
.upload-btn {
  font-size: 24px;
  margin-right: 20px;
  color: green;
}
.edit-btn {
  font-size: 22px;
  color: blue;
}
.no-btn {
  background-color: #00000000;
  border: 0;
}
.cell-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cell {
  flex: 1;
}
#progress-bar {
  width: 100%;
  height: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

#progress {
  width: 0%;
  height: 100%;
  background-color: #4caf50;
}

/* ============= VIEW PHOTOS ============= */
.view-photos {
  max-width: 30% !important;
  max-height: 100%;
  border: 1px solid #000;
  margin: 10px;
}
.view-photos img {
  width: 100% !important;
  height: auto;
}
.del-btn-white {
  color: #fff;
  font-size: 22px;
}

/* ============= ADMIN FOOTER ============= */
.admin-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #e7e7e7e7;
  background-color: #fff;
  z-index: 999;
}
.admin-footer p {
  margin: 0;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.admin-footer a {
  text-decoration: none;
  color: #e15613;
}

@media only screen and (max-width: 768px) {
  .login-screen-container {
    display: initial !important;
    justify-content: initial;
    align-items: initial;
    width: 100% !important;
  }
  .login-section-img {
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: initial !important;
    top: initial;
    bottom: initial;
  }
  .login-form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin-top: 100px;
    margin-left: 0 !important;
  }
  .login-brand {
    display: initial;
    width: 30%;
    margin-bottom: 20px;
  }

  /* ============= TOP NAVBAR ============= */
  .navbar-brand {
    max-width: 30%;
    display: initial;
  }
  .nav-item {
    visibility: visible;
  }

  /* ============= SIDE NAVBAR ============= */
  .menu-open-btn {
    width: 100%;
    height: 50px;
    border: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .side-navbar {
    background-color: #230d6d;
    display: none;
  }

  /* ============= DASHBOARD HEADER ============= */
  .dashboard-header {
    margin-bottom: 50px;
    width: 100%;
  }

  /* ============= DASHBOARD NOTICE SECTION ============= */
  .dashboard-db-notice-section {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px;
  }
  .dashboard-notice-bar {
    align-items: flex-start;
    flex-direction: column;
  }
  .notice-active {
    margin-left: 10px;
    margin-top: 5px;
  }
  .notice-disabled {
    margin-left: 10px;
    margin-top: 5px;
  }

  /* ============= ADD NOTICE ============= */
  .add-notice-form {
    width: 100%;
    margin-bottom: 50px;
  }

  /* ============= VIEW NOTICE ============= */
  .notice-form-row {
    flex-direction: column;
  }

  /* ============= ADD CAREER ============= */
  .section-grid {
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .add-career-form {
    border: 1px solid #e7e7e7e7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 50px !important;
    width: 100% !important;
  }
  .section-table {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 20px;
  }
  .btn-row {
    display: flex;
  }
  .del-btn {
    font-size: 22px;
    margin-right: 20px;
    color: red;
  }
  .view-btn {
    font-size: 22px;
    margin-right: 20px;
    color: green !important;
  }
  .edit-btn {
    font-size: 22px;
    color: blue;
  }
  .no-btn {
    background-color: #00000000;
    border: 0;
  }

  /* ============= ADMIN FOOTER ============= */
  .admin-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #e7e7e7e7;
    background-color: #fff;
    z-index: 0;
  }
  .admin-footer p {
    margin: 0;
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  .admin-footer a {
    text-decoration: none;
    color: #e15613;
  }
}
