html, body {
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #1a4091;
}

label, p {
    font-size: .8rem;
}

/* Hide arrow in number input
 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;
}

.hw-100 {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.h-100 {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.login-div {
	background-color: #fff;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.heading {
	font-weight: 600;
	text-transform: uppercase; 
}

.heading-homepage {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 45px; /* Desktop */
  text-align: center;
}

.sub-heading {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: #48A15A;
  font-size: 30px; /* Desktop */
  text-align: center;
}

/* Tablet (md) */
@media (max-width: 992px) {
  .heading-homepage {
    font-size: 36px;
  }

  .sub-heading {
    font-size: 24px;
  }
}

/* Mobile (sm) */
@media (max-width: 576px) {
  .heading-homepage {
    font-size: 28px;
  }

  .sub-heading {
    font-size: 20px;
  }
}

.starter-label {
	font-size: .8rem;
}

.custom-input {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a4091;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  margin-bottom: 1rem;
}

.custom-input:focus {
  color: #1a4091;
  background-color: #fff;
  border-color: #1a4091;
  outline: 0;
  box-shadow: none;
}

.starter-button-primary {
  color: #fff;
  background-color: #1a4091;
  border-color: #1a4091;
  font-size: .8rem;
  border-radius: 2px;
}

.starter-button-primary:hover, .starter-button-primary:not(:disabled):not(.disabled):active, .starter-button-primary.focus, .starter-button-primary:focus {
  color: #1a4091;
  background-color: #fff;
  border-color: #1a4091;
  font-size: .8rem;
  border-radius: 2px;
  box-shadow: none;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1a4091;
  border-color: #1a4091;
}

.starter-button-primary:not(:disabled):not(.disabled).active:focus, .starter-button-primary:not(:disabled):not(.disabled):active:focus, .show>.starter-button-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.starter-button-secondary, .starter-button-secondary:active, .starter-button-secondary:focus {
  color: #1a4091;
  background-color: #fff;
  border-color: #1a4091;
  font-size: .8rem;
  border-radius: 2px;
}

.starter-button-secondary:hover, .starter-button-secondary:not(:disabled):not(.disabled):active, .starter-button-secondary.focus, .starter-button-secondary:focus {
  color: #fff;
  background-color: #1a4091;
  border-color: #1a4091;
  font-size: .8rem;
  border-radius: 2px;
  box-shadow: none;
}

.starter-button-secondary:not(:disabled):not(.disabled).active:focus, .starter-button-secondary:not(:disabled):not(.disabled):active:focus, .show>.starter-button-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

/* SESSION */
/* 
.navigation-sidebar {
    background-color: #1a4091;
}

.sidebar-ul {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}

.sidebar-li {
    background-color: #1a4091;
    padding: 15px 30px;
    border-bottom: 1px solid #b3b3b3;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.sidebar-li-active {
    background-color: #fff;
    color: #1a4091;
    border: 1px solid #1a4091;
}

.nm {
    margin: 0px !important;
} */

.starter-button-primary {
  color: #fff;
  background-color: #1a4091;
  border-color: #1a4091;
  font-size: .8rem;
  border-radius: 2px;
}

.video-header-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: relative;
  z-index: 2;
  height: 100vh;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.4);
}

.video-overlay h1,
.video-overlay p {
  color: #fff;
}

.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.video-content {
  position: relative;
  z-index: 3;
}

.video-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 50px; 
}

.lead {
  font-size: 1.2rem;
  font-style: italic;
}

@media (max-width: 992px) {
  .video-title {
    font-size: 36px;
  }

  .lead {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .video-title {
    font-size: 28px;
  }

  .lead {
    font-size: 1rem;
  }
}

.text-content {
  max-width: 1000px;
  margin-top: 350px;          
  padding-left: 100px;     
}

@media (max-width: 992px) {
  .text-content {
    padding-left: 50px;   
  }
}

@media (max-width: 768px) {
  .text-content {
    padding-left: 20px; 
  }
}

@media (max-width: 576px) {
  .text-content {
    padding-left: 20px;
    padding-right: 20px;   
  }
}

/* Desktop */
.indent-align {
  margin-left: 100px; 
}

/* Medium screens */
@media (max-width: 992px) {
  .indent-align {
    margin-left: 50px; 
  }
}

/* Small tablets */
@media (max-width: 768px) {
  .indent-align {
    margin-left: 20px; 
  }
}

/* Mobile */
@media (max-width: 576px) {
  .indent-align {
    margin-left: 0;
    padding-left: 20px; 
    padding-right: 20px; 
  }
}

.video-section {
  position: relative;
  overflow: hidden;
}

.text-success {
    font-weight: bold; 
    font-family: 'Inter', sans-serif; 
    font-size: 40px;
    color:#48A15A;
    margin-top: 20px;
}

label.required::after {
    content: " *";
    color: red;
}

/* .custom-btn {
    background-color: #1a4091;
    border-color: #1a4091;
    color: white;
}
.terms-btn, .apply-button-primary {
  padding: 0.6em 2em; 
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  text-align: center;
}

.terms-btn {
  background-color: #1a4091;
  border: 1px solid #1a5cc4;
  color: #ffffff;
}

.apply-button-primary {
  background-color: #28a745;
  border: 1px solid #28a745; 
  color: #ffffff;
}

.apply-button-primary:disabled {
  background-color: #28a745; 
  opacity: 0.5; 
  cursor: not-allowed; 
  border-color: #28a745; 
}

.terms-btn:hover, .apply-button-primary:hover {
  background-color: #1a5cc4; 
}

.custom-btn:hover {
  background-color: #1a4091; 
  border-color: #1a4091; 
  color: white;
} */

.row {
  margin-bottom: 15px;
}

.col-md-4 {
  display: flex;
  align-items: center;
}

button {
  padding: 5px 10px;
}

.btn-file {
  background-color: #48A15A;
  border-color: #48A15A;
  color: white; 
}

/* Modal Header */
/* .terms-header {
  background-color: #1a4091;
  color: white;
  font-weight: bold;
}

.terms-title {
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif; 
}

/* Modal Body */
/* .modal-body {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  background-color: #f4f7f9;
  font-family: 'Inter', sans-serif; 
  color: #333;
} */
/* Modal Body Terms and Conditions */
/* .terms-body {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  background-color: #f4f7f9;
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 1rem; 
  line-height: 1.6; 
}

.terms-body h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.terms-body p {
  margin-bottom: 15px;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .terms-body {
      font-size: 0.95rem;
      padding: 15px;
  }

  .terms-body h5 {
      font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .modal-content {
      border-radius: 0 !important;
  }

  .modal-body {
      padding: 15px !important;
  }
} */

/* Section Titles */
.section-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px;
  color: #1a4091;
  padding-bottom: 5px;
  border-bottom: 2px solid #1a4091;
  margin-bottom: 15px;
}

/* Divider Between Sections */
.modal-body .section-divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.review-content {
  padding: 10px 0 0 10px;
}

.review-field {
  display: flex;
  margin-bottom: 8px;
  padding-left: 20px;
}

.field-label {
  width: 200px;
  font-weight: bold;
  color: #444;
  flex-shrink: 0;
}

.field-value {
  color: #333;
  flex: 1;
  word-wrap: break-word;
}

.section-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #1a4091;
  padding-left: 10px;
  border-left: 4px solid #1a4091;
}

.section-divider {
  margin: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}

.btn-terms {
  background-color: #1a4091;
  color: white;
}

/* Modal Close Button */
.close {
    color: white;
    font-size: 1.5rem;
    opacity: 1;
}

/* RESUME BUTTON */
#resume-prompt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1051;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

.resume-modal {
  background: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.4s ease-out;
}

.resume-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.resume-text {
  font-size: 0.95rem;
  color: #555;
}

.resume-buttons {
  margin-top: 1.5rem;
}

.resume-btn {
  min-width: 120px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-navbar {
  background-color: #A7C7E7; 
}
  /* admin Membership form */
.form-wrapper {
  width: 100%;
  background-color: #fefefe;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.section-header h4 {
  background-color: #183A8D;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-weight: 600;
}

.form-control, .form-select {
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 0.95rem;
  padding: 0.6rem 1rem;
  background-color: #fff;
}

.form-label {
  font-weight: 500;
  font-size: 0.9rem;
  color: #1e1e2f;
}

.text-primary {
  font-weight: 600;
  color: #183A8D !important;
}

/* Responsive form layout */
@media (max-width: 768px) {
  .col-md-4, .col-md-6, .col-md-8 {
      flex: 1 1 100%;
  }
}

.bg-register-image {
  background: url('/img/image.png') no-repeat center center;
  background-size: cover;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

 .register-card-bg {
  min-height: 100vh; 
  background: url('/img/ownmtg/bg-screen.jpg') no-repeat center center fixed;
  background-size: cover;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sidebar */
/* === Toggle Button === */
.video-container {
  max-width: 950px;   
  width: 100%;       
  margin: 0 auto;
}

.video-container video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

/* .sidebar-toggle-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 2100;
  color: #16357c;
  border: none;
  background: transparent;
  padding: 5px 10px;
  font-size: 1.6rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.sidebar-toggle-btn:hover {
  color: white;
} */

@media (max-width: 767.98px) {
  #floating-sidebar.show {
    display: flex !important;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 8px;
  }
}

/* === Sidebar === */
#sidebar {
  display: none !important;
}

#floating-sidebar {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2000;
}

.circle-icon {
  width: 50px;
  height: 50px;
  background-color: #1a4091;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.circle-icon:hover {
  background-color: #16357c;
  transform: scale(1.1);
}

.circle-icon[title]:hover::after {
  content: attr(title);
  position: absolute;
  left: 60px;
  white-space: nowrap;
  background: #1a4091;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
/* === Wrapper === */
.session-wrapper {
  display: flex;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  
}
/* === Content === */
.session-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: #f8f9fa;
    width: 100%;
}

.session-content.expanded {
  margin-left: 0;
}

/* === Responsive === */
@media (max-width: 768px) {
  #sidebar {
    transform: translateX(-100%);
  }

  #sidebar.collapsed {
    transform: translateX(0);
  }

  .session-content {
    margin-left: 0;
    padding: 40px 20px;
  }
}

/* === quiz headsUp=== */
.heads-up-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 16px;
  max-width: 460px;
  width: 90%;
  max-height: 90vh;
  z-index: 1050;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid #e0e0e0;
}

.heads-up-modal-title {
  font-size: 1.6rem;
  margin-bottom: 16px;
  color: #1a4091;
  font-weight: 600;
}

.heads-up-modal-text {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 24px;
}

.segment-number {
  color: #1a4091;
}

.heads-up-modal-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.quiz-button {
  min-width: 140px;
  font-weight: 500;
  font-size: 1rem;
}

/* === quiz === */
  .choice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .choice-card {
    background-color: #f9f9f9;
    padding: 14px 18px;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .choice-card:hover {
    border-color: #1a4091;
    background-color: #e8f0fe;
  }

  .choice-card.selected {
    border-color: #28a745;
    background-color: #e6f9ec;
    color: #155724;
    font-weight: 600;
  }

   #quiz-modal::-webkit-scrollbar {
    width: 6px;
  }

  #quiz-modal::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 5px;
  }

  #quiz-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .quiz-form-modal{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0;
  border-radius: 16px;
  max-width: 700px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1050;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* === quiz pass === */
.quiz-pass-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  max-width: 700px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1051;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* === quiz failed=== */
.quiz-fail-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  max-width: 700px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1051;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-button {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-previous {
  background-color: #ffffff;
  color: #1a4091 !important;
  border: 2px solid #1a4091;
}

.btn-previous:hover {
  background-color: #f0f4ff;
  color: #1a4091 !important;
  box-shadow: 0 4px 10px rgba(26, 64, 145, 0.2);
  transform: translateY(-1px);
}

.btn-next {
  background-color: #1a4091;
  color: #ffffff !important;
  border: 2px solid #1a4091;
}

.btn-next:hover {
  background-color: #16366f;
  box-shadow: 0 4px 10px rgba(26, 64, 145, 0.3);
  transform: translateY(-1px);
}

.nav-button i {
  font-size: 18px;
}
.styled-table {
    font-size: 0.85rem;
    border-collapse: collapse;
    width: 100%;
}

.styled-table th, .styled-table td {
    padding: 8px 10px;
    vertical-align: middle;
}

.styled-table thead th {
    background-color: #f8f9fa;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
}

.date-separator-row td {
    border-top: 3px solid #6c757d !important;
    padding: 0;
    height: 2px;
    background-color: transparent;
}

.quiz-header {
  background-color: #1a4091;
  color: white;
  padding: 18px 30px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.quiz-title {
  margin: 0;
  font-size: 1.5rem;
}

.language-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.language-label {
  font-size: 1.1rem; 
  font-weight: 500;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  transition: .4s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #1a4091;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: white;
}
input:checked + .slider:before {
  transform: translateX(20px);
}

/* Payment Channel  */
/* .payment-content {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.modal-header h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a4091;
}

.instruction-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 15px;
}

.img-payment {
  max-width: 40%; 
  height: auto;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}
  .step-container {
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.btn-payment {
  background-color: #1a4091;
  border-color: #1a4091;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 40px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.btn-payment:hover {
  background-color: #214dac; 
  border-color: #2253be;
}

button.btn.btn-payment {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .img-payment {
    max-width: 80%; 
  }

  .modal-content {
    padding: 15px;
  }
} */

.responsive-container {
  border: 2px solid #1a4091;
  padding: 10px; 
  margin: 0; 
  border-radius: 5px; 
  width: 100%; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  text-align: center; 
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .responsive-container {
        width: 100%;
  }
}

.sidebar-toggle-btn {
  position: fixed;
  top: 18%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2100;
  background-color: #1a3f93;
  border: none;
  padding: 6px 4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  height: 60px; 
  width: 8px;   
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.sidebar-toggle-btn:hover {
  background-color: #16357c;
}
.sidebar-toggle-btn .arrow {
  color: white;
  font-size: 10px; 
  transition: transform 0.3s ease;
}
.arrow.rotated {
  transform: rotate(180deg);
}
.custom-header {
    background: linear-gradient(to right, #0a5200, #001589); 
    color: white;
    padding: 12px 20px;
    height: 67px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header-logo {
    height: 32px;
    width: auto;
}