@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary-color: #e86020;
  --body-color: #f8f9fa;
  --gray: #b7aaaa54;
  --white: #fff;
  --black: #000;
  --red: red;
  --font-family1: "Inter", sans-serif;
}
body {
  background: #e9ecef9c;
}
/* Common Css */
p {
  padding: 0;
  margin: 0;
  line-height: 1.563rem;
}

nav.navbar {
  padding: 1rem 0;
}
a.navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
}
.site_logo {
  width: 75%;
}
.bg-header {
  background: var(--body-color);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.input-group-text {
  font-size: 14px;
  /* padding: 0.295rem 0.75rem !important; */
}
.form-control {
  /* padding: 0.295rem 0.75rem !important; */
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.form-control:focus {
  box-shadow: none !important;
}
.login_form_card {
  padding: 1rem;
  border: 0.063rem solid #dfe5eb;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
  border-radius: 1rem;
}
.login_form_card {
  padding: 1rem;
  border: 0.063rem solid #dfe5eb;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
  border-radius: 1rem;
}
main {
  padding: 6rem 0 3rem 0;
}
.login_form_card .form-group.row {
  margin: 0;
}
.col-form-label {
  font-size: 0.875rem;
}
span#login_pass {
  color: var(--red);
  font-size: 0.75rem;
}
.form-label {
  font-size: 0.875rem;
}
.loging_btn {
  background: var(--primary-color);
  color: var(--white);
  font-size: 0.875rem;
  width: 100%;
  max-width: 15rem;
}
.btn-theam,
.btn-theam:hover,
.btn-theam:focus,
.btn-theam:active {
  background: var(--primary-color);
  color: var(--white);
  font-size: 0.875rem;
  border: none;
  box-shadow: none !important;
  outline: 0 !important;
}
.footer p {
  font-size: 0.875rem;
}

/* Dashboard Section */
.form_box {
  padding: 1rem;
  /* margin: 0.875rem 0 0.625rem 0; */
  border: 0.063rem solid #ccc;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
  border-radius: 0.5rem;
  background: #e9ecef9c;
}
.form_box .form-group.row {
  margin: 0.5rem;
}
.new_list_attested {
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
  border: 1px solid #ced4da;
  background: #e9ecef45;
  font-size: 14px !important;
  color: #000000;
  padding: 8px 12px;
  margin: 0.5rem 0;
}
td,
th {
  font-size: 12px;
  /* border: 1px solid #ccc; */
}
.summary_payment td,
th {
  width: 80%;
}
.new_table_design table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.new_table_design table tr {
  border: 1px solid #ddd;
}

.new_table_design table th,
.new_table_design table td {
  padding: 0.625em;
  text-align: center;
}
.table-active {
  margin: 0;
  background: #e9ecef;
  border-radius: 0.5rem;
}
.plus_btn {
  height: auto;
  width: 30px;
  cursor: pointer;
}
.max-size-btn {
  width: 100%;
  max-width: 12rem;
}
.star_required {
  color: var(--red);
}
@media (max-width: 767px) {
  .overflow-vertical {
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.overflow-vertical {
  height: 30vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.overflow-vertical-report {
  height: 45vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 600px) {
  .new_table_design table {
    border: 0;
  }

  .new_table_design table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .new_table_design table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .new_table_design table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .new_table_design table td::before {
    /*
	  * aria-label has no advantage, it won't be read inside a table
	  content: attr(aria-label);
	  */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .new_table_design table td:last-child {
    border-bottom: 0;
  }
  .new_table_design table td:first-child {
    color: var(--black);
    background: #e9ecef;
  }
}

.common_svg_icon {
  width: 1rem;
}

/* width */
::-webkit-scrollbar {
  width: 0.313rem;
  height: 0.313rem;
  visibility: hidden;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.313rem transparent;
  border-radius: 0.625rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.625rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 930px;
    padding-left: 0 !important;
    padding-right: 0% !important;
  }
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.55) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
ul.nav.nav_logout.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.nav_logout .nav-item a {
  color: var(--black);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (max-width: 767px) {
  /* button.navbar-toggler {
        display: none;
    } */
  .select2-container {
    width: 100% !important;
  }
  .navbar-dark .navbar-brand {
    color: #fff;
    width: 125px;
  }
  .form_title {
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .site_logo {
    width: 100%;
  }

  .footer p {
    font-size: 0.75rem;
    text-align: center;
  }

  .navbar-nav {
    display: flex;
    list-style: none;
    /* width: 10rem; */
    max-width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .alert_required {
    color: var(--red);
    text-align: justify;
    font-size: 0.875rem;
  }
  .alert {
    position: relative;
    padding: 0.8rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 10px;
    line-height: 1.6;
    padding-right: 1.5rem;
  }
  .form_box {
    padding: 0rem;
  }
}

@media (min-width: 768px) {
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    text-align: right;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 0.5rem;
    font-size: 9px;
  }
  .one {
    text-align: left !important;
    line-height: 3;
    gap: 0.4rem;
    margin: 0;
  }
  .select2-container {
    width: 100% !important;
  }
}

.dropdown-item {
  font-size: 0.8rem;
}
.common_card {
  padding: 1rem;
  margin: 0;
  font-size: 0.8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.nav-pills .nav-link {
  text-align: left;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--primary-color) !important;
  background-color: transparent !important;
  font-weight: 600;
  font-size: 0.8rem;
}
.nav-pills .nav-link.active svg {
  color: #000 !important;
  fill: red;
}
.nav-pills a {
  color: var(--black);
}
.nav-pills .nav-link.active i {
  color: var(--primary-color);
}
.help_session {
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
.alert_card {
  padding: 1rem;
  border: 0.063rem solid #ccc;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
  border-radius: 0.5rem;
  background: #e9ecef9c;
  font-size: 13px;
}
.alert_title {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.6;
}
.alert_para {
  color: var(--black);
  font-size: 0.813rem;
  line-height: 1.6;
}
.package_total {
  margin: 1rem 0 0;
}
.package_total ul {
  padding: 0;
}
.package_total ul li {
  display: flex;
  /* justify-content: space-between; */
  text-align: center;
  align-items: center;
  gap: 3rem;
}
.package_tot,
.package_tot2 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.6;
}
.package_cont {
  color: var(--black);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.New_application_session {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.border-right {
  border-right: 0.125rem solid #ccc;
}
.accordion-button:focus {
  box-shadow: none;
}

/* Accordion Start */
.accordion-item {
  margin-bottom: 1rem;
}

.accordion-button.collapsed {
  border: 0.063rem solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-button:not(.collapsed) {
  /* color: var(--primary-color); */
  color: var(--black);
  border-radius: 0;
  border-right: 0.313rem solid #e8602030;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--black);
  background-color: transparent;
}

.tooltip-inner {
  background-color: #ccc !important; /* Change this color to your desired background color */
  color: #000 !important; /* Optionally change the text color */
}
.custom-tooltip .tooltip-inner {
  max-width: 200px !important; /* Change this value to your desired width */
  width: 100% !important;
}
.tooltip-arrow::before {
  border-top-color: #ccc !important; /* Change this color to match the tooltip background */
}
.info_icon_btn {
  cursor: pointer;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  /* border-color: #888 transparent transparent transparent; */
  /* border-style: solid; */
  /* border-width: 5px 4px 0 4px;
    height: 0;
    left: -25%;
    /* margin-left: -4px; */
  /* margin-top: -2px; */
  /* position: absolute; */
  /* top: 50%; */
  /* width: 0; */
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat; */
  /* background-position: right .75rem center; */
  /* background-size: 16px 12px; */
  /* border: 1px solid #ced4da; */
  /* height: 56px;
    width: 100px; */
  /* background-repeat: no-repeat; */
  /* background-position: left .65rem center; */
  /* background-size: 25px 15px; */
}
/* Optional: Style to match Bootstrap */
.select2-container .select2-selection--single {
  height: 38px; /* Matches Bootstrap's form-select height */
}
.select2-container .select2-selection__rendered {
  padding: 6px 12px;
}
.sticky-sidebar {
  position: sticky;
  top: 100px; /* Adjust the top offset */
}

.pass_index_session h6 {
  color: burlywood;
  font-size: 1rem;
}
.pass_index_session p {
  font-size: 0.8rem;
  line-height: 1.6;
}
.pass_index_session ul {
  padding: 0;
  margin: 1rem 0;
}
.pass_index_session ul li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 2;
}
.pass_index_session ul li .badge {
  color: var(--black);
}
.create_account_para {
  font-size: 0.8rem;
  color: #5d5d5d;
}
label {
  font-size: 0.8rem;
}

/* .make_number
{
    border-radius: 50rem;
    background-color: #198754;
    font-size: .75em;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    height: 25px;
    width: 25px;
} */

.left_wizard_session li .number_icon {
  background: green;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.left_wizard_session li {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.ar {
  direction: rtl;
  text-align: right;
}

.ar
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 10px; /* spacing from the right edge */
}

/* Dropdown & results (when appended inside .ar via dropdownParent) */
.ar .select2-container--default .select2-dropdown,
.ar .select2-container--open .select2-dropdown,
.ar .select2-container--default .select2-results__options,
.ar .select2-container--default .select2-results__option {
  direction: rtl !important;
  text-align: right !important;
}

/* Search box inside dropdown */
.ar .select2-container--default .select2-dropdown .select2-search__field {
  text-align: right !important;
  direction: rtl !important;
}

/* Optional: move the arrow to the left for Arabic UI */
.ar .select2-selection--single .select2-selection__arrow {
  left: 8px !important;
  right: auto !important;
}

/* 17-Sep-2025 */
/* New Design Start */
.new_login_tab .nav-tabs .nav-link {
  border: none !important;
}
.new_login_tab .nav-tabs .nav-item.show .nav-link,
.new_login_tab .nav-tabs .nav-link.active {
  color: var(--primary-color) !important;
  background-color: #fff;
  border-bottom: 1px solid var(--primary-color) !important;
}
.new_login_tab .hidden {
  display: none;
}
html[dir="rtl"] .modal-header .btn-close {
  margin-left: 0 !important;
  margin-right: auto !important;
}
/* New Design End */

label {
  text-align: start !important;
  width: 100% !important;
}


/* Direction-based layout */
.rtl-layout {
  direction: rtl;
  text-align: right;
}

.ltr-layout {
  direction: ltr;
  text-align: left;
}

/* Language-specific styling */
.lang-ar {
  font-family: 'Amiri', serif; /* Example Arabic font */
  font-size: 1.1em;
}

.lang-en {
  font-family: 'Helvetica', sans-serif;
  font-size: 1em;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75) url("../img/loading.gif") no-repeat center center;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

