/*---------------------------
UI Developer : Husien Adel @kfu
Code Generated at : 12/03/2024
-----------------------------*/


@font-face {
 font-family: 'tajwal';
 src: url('fonts/Tajawal-Regular.woff') format('woff'),
  url('fonts/Tajawal-Regular.woff2') format('woff2');
}

body {
 font-family: 'tajwal', Arial, Helvetica, sans-serif;
}

.accordion-button::after {
 margin-left: unset !important;
 margin-right: auto !important;
}

.accordion-item * {
 font-family: 'tajwal', Arial, Helvetica, sans-serif !important;
}

.accordion-button .icon {
 margin-left: 0.5rem;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 25px;
 height: 25px;
 background-color: #fcffff;
 border-radius: 50%;
 text-align: center;
 filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

.accordion-header button {
 color: #0A6C74 !important;
}

.form-control:focus {
  border-color: #0A6C74 ; /* Example: Change to your preferred highlight color */
  box-shadow: 0 0 0 0.2rem #0a6b743e; /* Subtle focus shadow */
}


.btn-primary {
  background-color: #0A6C74;
  border:none /* Example: Slightly darken primary color */
}
.btn-primary:hover {
  background-color: #986b11;
}