.card {
  box-shadow: none !important;
}

:root {
  --line-border-fill: #3498db;
  --line-border-empty: #e0e0e0;
}

@media only screen and (max-width: 576px) {
  .btn {
    padding: 0.2rem 0.6rem !important;
    font-size: 10px !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .btn {
    padding: 0.4rem 0.9rem !important;
    font-size: 12px !important;
  }
}

.btn-outline-primary {
  background-color: #fff !important;
  box-shadow: none !important;
  border-color: #2e83f2 !important;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  font-family: "Hind", sans-serif;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  box-shadow: none;
  background-color: #fff !important;
  color: #2e83f2 !important;
}

.is-invalid {
  border-color: #ff3e1d !important;
}

form {
  font-size: 14px;
}
@media (max-width: 768px) {
  form {
    font-size: 12px;
  }
}

.table-responsive {
  border-radius: 22px;
}
.table-responsive th[scope=col] {
  background: #EDEFFF;
  font-weight: 400 !important;
  color: rgba(0, 56, 79, 0.6);
  text-transform: capitalize;
  height: 2rem;
  text-align: left !important;
  vertical-align: center !important;
}
.table-responsive th[scope=row] {
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-responsive tr.dt-hasChid .dtr-control {
  padding-left: 1rem !important;
}
.table-responsive table.dataTable td.dt-center {
  text-align: left !important;
}
.table-responsive td {
  font-weight: 600 !important;
  height: 2rem;
  text-align: left;
}
#dataTable thead th {
  padding-right: 30px !important;
  padding-left: 15px !important;
  white-space: nowrap;
}

.table-responsive table.dataTable td.dt-center {
  padding-left: 15px !important;
}
.table-responsive td.child {
  text-align: left;
  padding-left: 2rem !important;
}
.table-responsive td.child .dtr-details {
  width: 100%;
}
.table-responsive td.child .dtr-details li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.table-responsive td.child .dtr-details li .dtr-title {
  width: 50%;
}
.table-responsive td.child .dtr-details li .dtr-data {
  width: 50%;
}
.table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.table-responsive div#dataTable_paginate a#dataTable_previous,
.table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}

.create_project #addSubType,
.create_project #addoffice,
.create_project #addtype,
.create_project #addnotary,
.edit_project #addSubType,
.edit_project #addoffice,
.edit_project #addtype,
.edit_project #addnotary,
.create_lot #addSubType,
.create_lot #addoffice,
.create_lot #addtype,
.create_lot #addnotary,
.edit_lot #addSubType,
.edit_lot #addoffice,
.edit_lot #addtype,
.edit_lot #addnotary {
  background-color: #2e83f2 !important;
  border: 0.5px solid #009fe3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 0.375rem 0.375rem;
  text-align: center;
}

.create_expense .input-group .form-select,
.update_expense .input-group .form-select,
.create_sale .input-group .form-select,
.create_sale_lot .input-group .form-select,
.create_client .input-group .form-select,
.create_employee .input-group .form-select,
.create_project .input-group .form-select,
.create_lot .input-group .form-select,
.edit_lot .input-group .form-select,
.create_user .input-group .form-select,
.update_user .input-group .form-select,
.edit_project .input-group .form-select,
.create_supplier .input-group .form-select,
.expense_detail .input-group .form-select,
.update_employee .input-group .form-select,
.update_client .input-group .form-select,
.employee_versement_list .input-group .form-select,
.sale_detail_list .input-group .form-select {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 56, 79, 0.25);
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  flex-shrink: 0;
  background-position: right 0.5rem top 50%;
}
.create_expense .input-group .form-select input::-moz-placeholder, .update_expense .input-group .form-select input::-moz-placeholder, .create_sale .input-group .form-select input::-moz-placeholder, .create_sale_lot .input-group .form-select input::-moz-placeholder, .create_client .input-group .form-select input::-moz-placeholder, .create_employee .input-group .form-select input::-moz-placeholder, .create_project .input-group .form-select input::-moz-placeholder, .create_lot .input-group .form-select input::-moz-placeholder, .edit_lot .input-group .form-select input::-moz-placeholder, .create_user .input-group .form-select input::-moz-placeholder, .update_user .input-group .form-select input::-moz-placeholder, .edit_project .input-group .form-select input::-moz-placeholder, .create_supplier .input-group .form-select input::-moz-placeholder, .expense_detail .input-group .form-select input::-moz-placeholder, .update_employee .input-group .form-select input::-moz-placeholder, .update_client .input-group .form-select input::-moz-placeholder, .employee_versement_list .input-group .form-select input::-moz-placeholder, .sale_detail_list .input-group .form-select input::-moz-placeholder {
  font-size: 14px;
}
.create_expense .input-group .form-select input::placeholder,
.update_expense .input-group .form-select input::placeholder,
.create_sale .input-group .form-select input::placeholder,
.create_sale_lot .input-group .form-select input::placeholder,
.create_client .input-group .form-select input::placeholder,
.create_employee .input-group .form-select input::placeholder,
.create_project .input-group .form-select input::placeholder,
.create_lot .input-group .form-select input::placeholder,
.edit_lot .input-group .form-select input::placeholder,
.create_user .input-group .form-select input::placeholder,
.update_user .input-group .form-select input::placeholder,
.edit_project .input-group .form-select input::placeholder,
.create_supplier .input-group .form-select input::placeholder,
.expense_detail .input-group .form-select input::placeholder,
.update_employee .input-group .form-select input::placeholder,
.update_client .input-group .form-select input::placeholder,
.employee_versement_list .input-group .form-select input::placeholder,
.sale_detail_list .input-group .form-select input::placeholder {
  font-size: 14px;
}
@media (max-width: 768px) {
  .create_expense .input-group .form-select input::-moz-placeholder, .update_expense .input-group .form-select input::-moz-placeholder, .create_sale .input-group .form-select input::-moz-placeholder, .create_sale_lot .input-group .form-select input::-moz-placeholder, .create_client .input-group .form-select input::-moz-placeholder, .create_employee .input-group .form-select input::-moz-placeholder, .create_project .input-group .form-select input::-moz-placeholder, .create_lot .input-group .form-select input::-moz-placeholder, .edit_lot .input-group .form-select input::-moz-placeholder, .create_user .input-group .form-select input::-moz-placeholder, .update_user .input-group .form-select input::-moz-placeholder, .edit_project .input-group .form-select input::-moz-placeholder, .create_supplier .input-group .form-select input::-moz-placeholder, .expense_detail .input-group .form-select input::-moz-placeholder, .update_employee .input-group .form-select input::-moz-placeholder, .update_client .input-group .form-select input::-moz-placeholder, .employee_versement_list .input-group .form-select input::-moz-placeholder, .sale_detail_list .input-group .form-select input::-moz-placeholder {
    font-size: 12px;
  }
  .create_expense .input-group .form-select input::placeholder,
  .update_expense .input-group .form-select input::placeholder,
  .create_sale .input-group .form-select input::placeholder,
  .create_sale_lot .input-group .form-select input::placeholder,
  .create_client .input-group .form-select input::placeholder,
  .create_employee .input-group .form-select input::placeholder,
  .create_project .input-group .form-select input::placeholder,
  .create_lot .input-group .form-select input::placeholder,
  .edit_lot .input-group .form-select input::placeholder,
  .create_user .input-group .form-select input::placeholder,
  .update_user .input-group .form-select input::placeholder,
  .edit_project .input-group .form-select input::placeholder,
  .create_supplier .input-group .form-select input::placeholder,
  .expense_detail .input-group .form-select input::placeholder,
  .update_employee .input-group .form-select input::placeholder,
  .update_client .input-group .form-select input::placeholder,
  .employee_versement_list .input-group .form-select input::placeholder,
  .sale_detail_list .input-group .form-select input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .create_expense .input-group .form-select input::-moz-placeholder, .update_expense .input-group .form-select input::-moz-placeholder, .create_sale .input-group .form-select input::-moz-placeholder, .create_sale_lot .input-group .form-select input::-moz-placeholder, .create_client .input-group .form-select input::-moz-placeholder, .create_employee .input-group .form-select input::-moz-placeholder, .create_project .input-group .form-select input::-moz-placeholder, .create_lot .input-group .form-select input::-moz-placeholder, .edit_lot .input-group .form-select input::-moz-placeholder, .create_user .input-group .form-select input::-moz-placeholder, .update_user .input-group .form-select input::-moz-placeholder, .edit_project .input-group .form-select input::-moz-placeholder, .create_supplier .input-group .form-select input::-moz-placeholder, .expense_detail .input-group .form-select input::-moz-placeholder, .update_employee .input-group .form-select input::-moz-placeholder, .update_client .input-group .form-select input::-moz-placeholder, .employee_versement_list .input-group .form-select input::-moz-placeholder, .sale_detail_list .input-group .form-select input::-moz-placeholder {
    font-size: 10px;
  }
  .create_expense .input-group .form-select input::placeholder,
  .update_expense .input-group .form-select input::placeholder,
  .create_sale .input-group .form-select input::placeholder,
  .create_sale_lot .input-group .form-select input::placeholder,
  .create_client .input-group .form-select input::placeholder,
  .create_employee .input-group .form-select input::placeholder,
  .create_project .input-group .form-select input::placeholder,
  .create_lot .input-group .form-select input::placeholder,
  .edit_lot .input-group .form-select input::placeholder,
  .create_user .input-group .form-select input::placeholder,
  .update_user .input-group .form-select input::placeholder,
  .edit_project .input-group .form-select input::placeholder,
  .create_supplier .input-group .form-select input::placeholder,
  .expense_detail .input-group .form-select input::placeholder,
  .update_employee .input-group .form-select input::placeholder,
  .update_client .input-group .form-select input::placeholder,
  .employee_versement_list .input-group .form-select input::placeholder,
  .sale_detail_list .input-group .form-select input::placeholder {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .create_expense .input-group .form-select,
  .update_expense .input-group .form-select,
  .create_sale .input-group .form-select,
  .create_sale_lot .input-group .form-select,
  .create_client .input-group .form-select,
  .create_employee .input-group .form-select,
  .create_project .input-group .form-select,
  .create_lot .input-group .form-select,
  .edit_lot .input-group .form-select,
  .create_user .input-group .form-select,
  .update_user .input-group .form-select,
  .edit_project .input-group .form-select,
  .create_supplier .input-group .form-select,
  .expense_detail .input-group .form-select,
  .update_employee .input-group .form-select,
  .update_client .input-group .form-select,
  .employee_versement_list .input-group .form-select,
  .sale_detail_list .input-group .form-select {
    flex-shrink: 0;
    background-position: right 0.5rem top 1rem;
    display: flex;
    border-radius: 12px;
    align-items: center;
  }
}
.create_expense .input-group .form-select.disable,
.update_expense .input-group .form-select.disable,
.create_sale .input-group .form-select.disable,
.create_sale_lot .input-group .form-select.disable,
.create_client .input-group .form-select.disable,
.create_employee .input-group .form-select.disable,
.create_project .input-group .form-select.disable,
.create_lot .input-group .form-select.disable,
.edit_lot .input-group .form-select.disable,
.create_user .input-group .form-select.disable,
.update_user .input-group .form-select.disable,
.edit_project .input-group .form-select.disable,
.create_supplier .input-group .form-select.disable,
.expense_detail .input-group .form-select.disable,
.update_employee .input-group .form-select.disable,
.update_client .input-group .form-select.disable,
.employee_versement_list .input-group .form-select.disable,
.sale_detail_list .input-group .form-select.disable {
  background-color: #eceef1;
  color: #b9c2cb;
}

.form_sale .stepper_content {
  margin: auto;
  width: 100%;
  padding: 2rem;
}
.form_sale .stepper_content .stepper_button_val {
  position: relative;
  display: none;
  margin: auto;
  width: 80%;
  max-width: 800px;
  justify-content: space-between;
}
.form_sale .stepper_content .stepper_content_head, .form_sale .stepper_content .stepper_content_head_inforamtion, .form_sale .stepper_content .steps_title_stepper_form, .form_sale .stepper_content .stepper_button {
  position: relative;
  display: flex;
  margin: auto;
  width: 80%;
  max-width: 800px;
  justify-content: space-between;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .activestep, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .activestep, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .activestep, .form_sale .stepper_content .stepper_button .stepper_content_nbre .activestep {
  border: 1px solid #0085f2 !important;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .activestep span, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .activestep span, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .activestep span, .form_sale .stepper_content .stepper_button .stepper_content_nbre .activestep span {
  color: white !important;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border-radius: 24px;
  background: #2E83F2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 3px solid #fff;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .completedstep, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .completedstep, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .completedstep, .form_sale .stepper_content .stepper_button .stepper_content_nbre .completedstep {
  background: #3AAA35 !important;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .completedstep span, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .completedstep span, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .completedstep span, .form_sale .stepper_content .stepper_button .stepper_content_nbre .completedstep span {
  display: none !important;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .completedstep span#completedspan, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .completedstep span#completedspan, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .completedstep span#completedspan, .form_sale .stepper_content .stepper_button .stepper_content_nbre .completedstep span#completedspan {
  display: block !important;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .number_content, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .number_content, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .number_content, .form_sale .stepper_content .stepper_button .stepper_content_nbre .number_content {
  position: relative;
  z-index: 6;
  background-color: #fff;
  width: 37px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  border-radius: 40px;
  text-align: center;
  justify-content: center;
  align-content: center;
  border: 1px solid #DADADA;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .number_content span, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .number_content span, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .number_content span, .form_sale .stepper_content .stepper_button .stepper_content_nbre .number_content span {
  color: #DADADA;
  font-size: 20px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border-radius: 24px;
  text-align: center;
}
.form_sale .stepper_content .stepper_content_head .stepper_content_nbre .number_x, .form_sale .stepper_content .stepper_content_head_inforamtion .stepper_content_nbre .number_x, .form_sale .stepper_content .steps_title_stepper_form .stepper_content_nbre .number_x, .form_sale .stepper_content .stepper_button .stepper_content_nbre .number_x {
  width: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  z-index: 7;
}
.form_sale .stepper_content .stepper_content_head .txt_info_title, .form_sale .stepper_content .stepper_content_head_inforamtion .txt_info_title, .form_sale .stepper_content .steps_title_stepper_form .txt_info_title, .form_sale .stepper_content .stepper_button .txt_info_title {
  font-size: 14px;
  text-align: center;
  color: #153B6D;
  font-weight: 600;
}
.form_sale .stepper_content .stepper_content_head .progress_bar, .form_sale .stepper_content .stepper_content_head_inforamtion .progress_bar, .form_sale .stepper_content .steps_title_stepper_form .progress_bar, .form_sale .stepper_content .stepper_button .progress_bar {
  position: absolute;
  height: 4px;
  background: #DADADA;
  width: 100%;
  top: 50%;
}
.form_sale .stepper_content .stepper_content_head .progress_bar .indicator, .form_sale .stepper_content .stepper_content_head_inforamtion .progress_bar .indicator, .form_sale .stepper_content .steps_title_stepper_form .progress_bar .indicator, .form_sale .stepper_content .stepper_button .progress_bar .indicator {
  position: absolute;
  height: 100%;
  width: 0%;
  background: #3AAA35;
  z-index: 4;
}
.form_sale .stepper_content .stepper_content_head .progress_bar .indicator_notcompleted, .form_sale .stepper_content .stepper_content_head_inforamtion .progress_bar .indicator_notcompleted, .form_sale .stepper_content .steps_title_stepper_form .progress_bar .indicator_notcompleted, .form_sale .stepper_content .stepper_button .progress_bar .indicator_notcompleted {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 0%;
  background: #2E83F2;
}
.form_sale .stepper_content .stepper_content_head .progress_bar .completed, .form_sale .stepper_content .stepper_content_head_inforamtion .progress_bar .completed, .form_sale .stepper_content .steps_title_stepper_form .progress_bar .completed, .form_sale .stepper_content .stepper_button .progress_bar .completed {
  background: red;
}
.form_sale .stepper_content .stepper_button {
  display: flex;
}
.form_sale .stepper_content .stepper_button, .form_sale .stepper_content .stepper_button_val {
  width: 80%;
  justify-content: space-between;
}
.form_sale .stepper_content .stepper_button #stepper_button_prev, .form_sale .stepper_content .stepper_button #stepper_prev, .form_sale .stepper_content .stepper_button_val #stepper_button_prev, .form_sale .stepper_content .stepper_button_val #stepper_prev {
  border: 1px solid #2E83F2;
  border-radius: 31px;
  color: #2E83F2;
  font-weight: 500;
  padding: 0.5rem;
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.form_sale .stepper_content .stepper_button #stepper_button_prev:disabled, .form_sale .stepper_content .stepper_button #stepper_prev:disabled, .form_sale .stepper_content .stepper_button_val #stepper_button_prev:disabled, .form_sale .stepper_content .stepper_button_val #stepper_prev:disabled {
  background-color: var(--line-border-empty) !important;
  border: 1px solid var(--line-border-empty) !important;
  color: #aeaeae !important;
  cursor: not-allowed;
}
.form_sale .stepper_content .stepper_button button#stepper_button_submit, .form_sale .stepper_content .stepper_button_val button#stepper_button_submit {
  display: none;
}
@media (max-width: 576px) {
  .form_sale .stepper_content .stepper_button button#stepper_button_submit, .form_sale .stepper_content .stepper_button_val button#stepper_button_submit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.form_sale .stepper_content .stepper_button button#stepper_button_nex, .form_sale .stepper_content .stepper_button button#stepper_next, .form_sale .stepper_content .stepper_button button#stepper_button_submit, .form_sale .stepper_content .stepper_button_val button#stepper_button_nex, .form_sale .stepper_content .stepper_button_val button#stepper_next, .form_sale .stepper_content .stepper_button_val button#stepper_button_submit {
  background-color: #2E83F2;
  border-radius: 24px;
  color: #fff;
  border: none;
  padding: 0.5rem;
  width: 20%;
  text-align: center;
}
.form_sale .stepper_content .stepper_button button#stepper_button_nex:disabled, .form_sale .stepper_content .stepper_button button#stepper_next:disabled, .form_sale .stepper_content .stepper_button button#stepper_button_submit:disabled, .form_sale .stepper_content .stepper_button_val button#stepper_button_nex:disabled, .form_sale .stepper_content .stepper_button_val button#stepper_next:disabled, .form_sale .stepper_content .stepper_button_val button#stepper_button_submit:disabled {
  background-color: var(--line-border-empty) !important;
  border: 1px solid var(--line-border-empty) !important;
  color: #aeaeae !important;
  cursor: not-allowed;
}

.user_list .input-group .form-select,
.sale_list .input-group .form-select,
.entry_list .input-group .form-select,
.client_list .input-group .form-select,
.supplier_list .input-group .form-select,
.expense_list .input-group .form-select,
.expense_list_supplier .input-group .form-select,
.employee_list .input-group .form-select,
.project_list .input-group .form-select,
.lot_list .input-group .form-select,
.finance_table .input-group .form-select {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 56, 79, 0.25);
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  flex-shrink: 0;
  background-position: right 0.5rem top 0.7rem;
}
@media (max-width: 576px) {
  .user_list .input-group .form-select,
  .sale_list .input-group .form-select,
  .entry_list .input-group .form-select,
  .client_list .input-group .form-select,
  .supplier_list .input-group .form-select,
  .expense_list .input-group .form-select,
  .expense_list_supplier .input-group .form-select,
  .employee_list .input-group .form-select,
  .project_list .input-group .form-select,
  .lot_list .input-group .form-select,
  .finance_table .input-group .form-select {
    height: 32px;
  }
}
.user_list .input-group.disable,
.sale_list .input-group.disable,
.entry_list .input-group.disable,
.client_list .input-group.disable,
.supplier_list .input-group.disable,
.expense_list .input-group.disable,
.expense_list_supplier .input-group.disable,
.employee_list .input-group.disable,
.project_list .input-group.disable,
.lot_list .input-group.disable,
.finance_table .input-group.disable {
  background-color: #eceef1;
  color: #b9c2cb;
}

.hidden {
  display: none;
}

.SHOW {
  display: block;
}

#SHOWFLEX {
  display: flex;
}

nav .navbar-nav img {
  width: 25px;
}

#layout-menu {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  display: block;
  background-color: #0C34B2 !important;
  border-radius: 0 12px 12px 0;
}
#layout-menu div#layout-menu-top {
  height: 13%;
}
#layout-menu a#layout-menu-toggle {
  display: block;
  margin-top: 1rem !important;
  position: relative;
  margin-left: 80%;
  /* height: 1rem; */
}
@media only screen and (max-width: 768px) {
  #layout-menu {
    display: none;
  }
}

input#serachinsidebar {
  margin-top: 1rem;
  height: 32px;
  background-color: rgba(234, 243, 254, 0.3215686275);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14.2716 13.1684L11.3313 10.2281C12.0392 9.28574 12.4213 8.13865 12.42 6.96C12.42 3.94938 9.97062 1.5 6.96 1.5C3.94938 1.5 1.5 3.94938 1.5 6.96C1.5 9.97062 3.94938 12.42 6.96 12.42C8.13865 12.4213 9.28574 12.0392 10.2281 11.3313L13.1684 14.2716C13.3173 14.4046 13.5114 14.4756 13.711 14.47C13.9105 14.4645 14.1004 14.3827 14.2415 14.2415C14.3827 14.1004 14.4645 13.9105 14.47 13.711C14.4756 13.5114 14.4046 13.3173 14.2716 13.1684ZM3.06 6.96C3.06 6.18865 3.28873 5.43463 3.71727 4.79328C4.14581 4.15192 4.7549 3.65205 5.46753 3.35687C6.18017 3.06169 6.96433 2.98446 7.72085 3.13494C8.47738 3.28542 9.17229 3.65686 9.71772 4.20228C10.2631 4.74771 10.6346 5.44262 10.7851 6.19915C10.9355 6.95567 10.8583 7.73983 10.5631 8.45247C10.2679 9.1651 9.76808 9.77419 9.12672 10.2027C8.48537 10.6313 7.73135 10.86 6.96 10.86C5.92604 10.8588 4.93478 10.4475 4.20365 9.71635C3.47253 8.98522 3.06124 7.99396 3.06 6.96Z" fill="%23EFEFEF"/></svg>');
  background-repeat: no-repeat;
  background-position: left 10px center;
  color: #fff;
  border-radius: 8px;
  padding-left: 2rem;
  border: none;
  width: 100%;
  border-radius: 8px;
  outline: none;
}

input#serachinsidebar::-moz-placeholder {
  color: #fff;
}

input#serachinsidebar::placeholder {
  color: #fff;
}

#infouser__botton {
  display: flex;
  flex-direction: column;
}

#layout-menu-mobile {
  background-color: #0C34B2 !important;
  width: 100%;
  height: 100dvh;
  display: none;
}
@media only screen and (max-width: 768px) {
  #layout-menu-mobile {
    display: block;
  }
}
#layout-menu-mobile a.menu-link {
  margin: 0 !important;
}
#layout-menu-mobile .menu-item {
  width: 100% !important;
}
#layout-menu-mobile .menu-item.active:before {
  content: "";
  position: absolute;
  left: -16px !important;
  width: 0.25rem;
  height: 2.3rem !important;
  border-radius: 0 0.375rem 0.375rem 0 !important;
  background-color: #2e83f2;
}

#layout-navbar {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #layout-navbar {
    display: none;
  }
}

#layout-navbar-mobile {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 4.875rem !important;
}
@media only screen and (max-width: 768px) {
  #layout-navbar-mobile {
    display: block;
  }
}

#menu-sidebar {
  height: 100%;
  overflow-y: auto !important;
}
#menu-sidebar::-webkit-scrollbar {
  width: 6px;
}
#menu-sidebar::-webkit-scrollbar-track {
  background: rgba(0, 53, 177, 0.2117647059);
  border-radius: 10px;
}
#menu-sidebar::-webkit-scrollbar-thumb {
  background: #4a72ca;
  border-radius: 10px;
}
#menu-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(181, 196, 228, 0.6901960784);
}

.sidebar-footer {
  position: absolute;
  width: 100%;
  height: 8%;
  bottom: 0;
  list-style-type: none;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #0035b1;
  z-index: 9;
}
.sidebar-footer .menu-inner li#menu_company {
  background: rgba(128, 158, 255, 0.3215686275);
  border-radius: 8px;
}
.sidebar-footer .menu-inner li#menu_company div#logocompany_menu {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.sidebar-footer .menu-inner li#menu_company div#logocompany_menu img {
  border-radius: 12px;
}
.sidebar-footer .menu-inner li#menu_company .content_company {
  width: 70%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.sidebar-footer .menu-inner li#menu_company .content_company .content_companyinformation {
  width: 84%;
}
.sidebar-footer .menu-inner li#menu_company .content_company .content_companyinformation .content_companyinformation_name {
  font-size: 13px;
  font-family: "hind";
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 14px;
}
.sidebar-footer .menu-inner li#menu_company .content_company .content_companyinformation .content_companyinformation_linklist {
  margin-left: 1rem;
}
.sidebar-footer .menu-inner li#menu_company .menu-link #list_menu_company {
  display: flex;
  justify-content: space-between;
}

.content-wrapper .card {
  border-radius: 0px;
}

.choices {
  width: 100%;
  margin-bottom: 0px !important;
  z-index: 999;
}

element.style {
  border-radius: 7px;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices__inner {
  min-height: 44px !important;
  background: #fff !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0, 56, 79, 0.25) !important;
}

.choices__input {
  background-color: #fff !important;
  padding: 0px !important;
}
.choices__input::-moz-placeholder {
  font-family: "Hind";
  font-size: 12px !important;
  color: #ccc !important;
}
.choices__input::placeholder {
  font-family: "Hind";
  font-size: 12px !important;
  color: #ccc !important;
}

span.invalid-feedback {
  display: BLOCK !important;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

#select-multiple {
  border-color: red !important;
}

.user_list .title_section #adduser,
.project_list .title_section #adduser,
.lot_list .title_section #adduser {
  border-radius: 12px !important;
}
.user_list .title_section #title_pages,
.project_list .title_section #title_pages,
.lot_list .title_section #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media only screen and (max-width: 768px) {
  .user_list .title_section #title_pages,
  .project_list .title_section #title_pages,
  .lot_list .title_section #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .user_list .title_section #title_pages,
  .project_list .title_section #title_pages,
  .lot_list .title_section #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
.user_list .filter_section,
.project_list .filter_section,
.lot_list .filter_section {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(0, 159, 227, 0.03);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
@media (max-width: 768px) {
  .user_list .filter_section,
  .project_list .filter_section,
  .lot_list .filter_section {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .user_list .filter_section,
  .project_list .filter_section,
  .lot_list .filter_section {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.user_list .filter_section .search_section,
.project_list .filter_section .search_section,
.lot_list .filter_section .search_section {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 0rem 0rem 0rem 1rem;
  cursor: pointer;
}
.user_list .filter_section .search_section input,
.project_list .filter_section .search_section input,
.lot_list .filter_section .search_section input {
  border-radius: 12px;
  width: 87%;
  height: 37px;
  border: none !important;
}
@media (max-width: 576px) {
  .user_list .filter_section .search_section input,
  .project_list .filter_section .search_section input,
  .lot_list .filter_section .search_section input {
    width: 77%;
    font-size: 10px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .user_list .filter_section .search_section input,
  .project_list .filter_section .search_section input,
  .lot_list .filter_section .search_section input {
    width: 77%;
    font-size: 12px;
  }
}
.user_list .filter_section .search_section input::-moz-placeholder, .project_list .filter_section .search_section input::-moz-placeholder, .lot_list .filter_section .search_section input::-moz-placeholder {
  font-size: 13px;
}
.user_list .filter_section .search_section input::placeholder,
.project_list .filter_section .search_section input::placeholder,
.lot_list .filter_section .search_section input::placeholder {
  font-size: 13px;
}
@media (max-width: 576px) {
  .user_list .filter_section .search_section input::-moz-placeholder, .project_list .filter_section .search_section input::-moz-placeholder, .lot_list .filter_section .search_section input::-moz-placeholder {
    font-size: 11px;
  }
  .user_list .filter_section .search_section input::placeholder,
  .project_list .filter_section .search_section input::placeholder,
  .lot_list .filter_section .search_section input::placeholder {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .user_list .filter_section .search_section,
  .project_list .filter_section .search_section,
  .lot_list .filter_section .search_section {
    padding: 0rem 0rem 0rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .user_list .filter_section .search_section,
  .project_list .filter_section .search_section,
  .lot_list .filter_section .search_section {
    width: 80%;
  }
}
.user_list .filter_section .search_section i,
.project_list .filter_section .search_section i,
.lot_list .filter_section .search_section i {
  color: #2e83f2;
}
.user_list .filter_section .filter_square,
.project_list .filter_section .filter_square,
.lot_list .filter_section .filter_square {
  width: 110px !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  margin: 0rem 0rem 0rem 0.5rem !important;
}
@media (max-width: 576px) {
  .user_list .filter_section .filter_square,
  .project_list .filter_section .filter_square,
  .lot_list .filter_section .filter_square {
    margin: 0rem 0rem 0rem 0.3rem !important;
    width: 26% !important;
  }
}
.user_list .filter_section .filter_square #filter-name-selected,
.project_list .filter_section .filter_square #filter-name-selected,
.lot_list .filter_section .filter_square #filter-name-selected {
  border-radius: 12px !important;
}
@media (min-width: 576px) and (max-width: 768px) {
  .user_list .filter_section .filter_square #filter-name-selected,
  .project_list .filter_section .filter_square #filter-name-selected,
  .lot_list .filter_section .filter_square #filter-name-selected {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .user_list .filter_section .filter_square #filter-name-selected,
  .project_list .filter_section .filter_square #filter-name-selected,
  .lot_list .filter_section .filter_square #filter-name-selected {
    font-size: 10px;
  }
}
.user_list .filter_section .filter_square #date_filtre_project,
.project_list .filter_section .filter_square #date_filtre_project,
.lot_list .filter_section .filter_square #date_filtre_project {
  border: 0.5px solid rgba(0, 56, 79, 0.25) !important;
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  flex-shrink: 0;
  background-position: right 0.5rem top 0.7rem;
}
@media (max-width: 576px) {
  .user_list .filter_section .filter_square #date_filtre_project,
  .project_list .filter_section .filter_square #date_filtre_project,
  .lot_list .filter_section .filter_square #date_filtre_project {
    height: 32px;
    font-size: 10px;
  }
}
.user_list .table-responsive,
.project_list .table-responsive,
.lot_list .table-responsive {
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.user_list .table-responsive th,
.project_list .table-responsive th,
.lot_list .table-responsive th {
  background: #EDEFFF;
  font-weight: 600 !important;
  color: #001452;
  text-transform: capitalize;
  height: 2rem;
}
.user_list .table-responsive td,
.project_list .table-responsive td,
.lot_list .table-responsive td {
  font-weight: 400 !important;
  height: 2rem;
}
.user_list .table-responsive div#dataTable_paginate,
.project_list .table-responsive div#dataTable_paginate,
.lot_list .table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.user_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.user_list .table-responsive div#dataTable_paginate a#dataTable_next,
.project_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.project_list .table-responsive div#dataTable_paginate a#dataTable_next,
.lot_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.lot_list .table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.user_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.project_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.lot_list .table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.user_list .table-responsive div#dataTable_paginate a.paginate_button,
.project_list .table-responsive div#dataTable_paginate a.paginate_button,
.lot_list .table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.user_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.project_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.lot_list .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}
.user_list .dropdown-menu,
.project_list .dropdown-menu,
.lot_list .dropdown-menu {
  min-width: 220px;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .user_list .dropdown-menu,
  .project_list .dropdown-menu,
  .lot_list .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .user_list .dropdown-menu,
  .project_list .dropdown-menu,
  .lot_list .dropdown-menu {
    min-width: 175px;
  }
}
.user_list .dropdown-menu .scrollable-menu,
.project_list .dropdown-menu .scrollable-menu,
.lot_list .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  overflow-y: scroll;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.user_list .dropdown-menu .scrollable-menu li,
.project_list .dropdown-menu .scrollable-menu li,
.lot_list .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.user_list .dropdown-menu .scrollable-menu li:hover,
.project_list .dropdown-menu .scrollable-menu li:hover,
.lot_list .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.user_list #title_pages,
.project_list #title_pages,
.lot_list #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.user_list .filter_section .search_section {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .sale_list .title_section {
    display: none;
  }
}
.sale_list .title_section #addsale {
  border-radius: 12px !important;
}
.sale_list .title_section #addsale #addsaleweb {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section #addsale #addsaleweb {
    display: none;
  }
}
.sale_list .title_section #addsale #addsalemobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section #addsale #addsalemobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section #addsale {
    border-radius: 50px !important;
  }
}
.sale_list .title_section #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .sale_list .title_section #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .sale_list .title_section #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section #max_date {
    margin-top: 0.3rem;
    margin-left: 0.6rem;
  }
}
.sale_list .title_section #min,
.sale_list .title_section #max {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  display: inline-flex;
  padding: 0.39rem;
  color: rgba(0, 0, 0, 0.41);
  font-family: "Hind", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: 0.15px;
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section #min,
  .sale_list .title_section #max {
    padding: 0.1rem;
  }
}
.sale_list .title_section #min::-webkit-calendar-picker-indicator,
.sale_list .title_section #max::-webkit-calendar-picker-indicator {
  background-image: none;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IGlkPSJpY29uczgtY2FsZW5kcmllci0xMDAgMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMzUyXzUyODQiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMSkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8zNTJfNTI4NCIgZGF0YS1uYW1lPSJpY29uczgtY2FsZW5kcmllci0xMDAucG5nIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFHUUFBQUJrQ0FZQUFBQnc0cFZVQUFBQUNYQklXWE1BQUFzVEFBQUxFd0VBbXB3WUFBQUNoa2xFUVZSNG5PMmRRVzdiUUF4RjV4ek51dXZzTWtTdllFQ0QzTEpkQk1tcDZoWkJnYVp3MXlxa05BdEhrVFNTTGVrUDlSN0FqWjB4U0w0aERkdUxoTEFFOGZBNVdIb0lNZjBKbHVxemFCNkwxYmRnaDV1Z1NpdzgvMDR4c2ZyVkthUWJ6NUpGeGNMejc5RGNyUEZpL2tmMU5haGhoZWZmNGFNeDd5L29kMUFqRnA1L2gvZEpUMzErYTByUDMxMUJWbmorN2dxeXd2TjNWNUFwNW45M2Z4c3NQUVZMUC9MZjRIcGlyQ0QxZU0vbHIzbHNlOXYwZUlLTWszQkJkZUZDM3VLVUorVjFNa29vcUM1Y1NCMWk5WmdqNVBJMWhaQTZVOGpQSENIRERiMzAvS1d2dnpSTDV6LzVQRUpxaENoaENOSEMvQWw1S2ZyTE9WczQvOVdGdEQvZUZQejFkVnc0Ly9VbjVIRHordVBOYUVIUDRVdjFLYWhoQytlL3VwQ0dKdEhtOW53OC9pL3RjNG95MXNoL0V5SFFEMExFUUlnWUNCRURJV0lneEpzUW9sNjBCd2hKV3BjTUlXbDdDUWhKam9UQWRVR0lHQWdSQXlGaUlFUU1oSWlCRURFUXNuY2hXMy9RTXJVUGRnaXBFY0tFNU1QS1NxeXNXVHZXK3ptWkNlSGNPUWpwZ1FuWitXUzl3WVQwZ0JBbk45MllrR0VRNHFSQnhvUm9OY2dRb3RVZzI2c1E3ekVWaENTRWJINXJqUW5wSDBudlVkeks0dHc1Q0JHNU9MUFBNeUhESU1USmlweDluZ2taQmlFak1DRk9HbVNzTEswR0dVSzBHbVFJMFdxUTdWV0k5NWdLUWhKQ05yKzF4b1QwajZUM0tHNWxjZTRjaEloY25Obm5tWkJoRU9Ka1JjNCt6NFFNZzVBUm1CQW5EVEpXbGxhRERDRmFEVEtFYURYSTlpckVlMHdGSVFraG05OWFZMEw2UjlKN3lLOHNHQVloWWlCRURJU0lnUkF4RUNJR1FzUkFTUGxDcnZzUDdvbTZ2d2ZWOXh3aFR6UXhyWE9SWXZVNEx1VHUvalpZT2lFbExTM2tiOXZyTEpvL2JPeFpPaUltWFZ2RXNlMXR0Z3dBQUlDUXhUL0ZQZjh6TGF2QW5BQUFBQUJKUlU1RXJrSmdnZz09Ii8+CjwvZGVmcz4KPC9zdmc+Cg==");
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.sale_list .title_section #min::after,
.sale_list .title_section #max::after {
  color: rgba(0, 0, 0, 0.41) !important;
}
.sale_list .title_section form {
  position: absolute;
  border: 1px solid rgba(0, 56, 79, 0.25);
  border-radius: 12px !important;
  top: 10em;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 1em;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section form {
    top: 13.5em;
    padding: 0.5em;
  }
}
@media (max-width: 577px) {
  .sale_list .title_section form {
    top: 12.75em;
  }
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section form #print_filter {
    flex-direction: column;
  }
}
.sale_list .title_section form #validate_print {
  padding: 5px 1em !important;
}
@media only screen and (max-width: 768px) {
  .sale_list .title_section form #validate_print {
    padding: 1px 1em !important;
  }
}
.sale_list .title_section .print_sales {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  margin-right: 1em;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .sale_list .title_section .print_sales {
    margin-right: 0.4em;
  }
  .sale_list .title_section .print_sales svg {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .sale_list .title_section .print_sales svg {
    width: 15px;
    height: 15px;
  }
}
.sale_list .filter_section {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(0, 159, 227, 0.03);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
@media (max-width: 768px) {
  .sale_list .filter_section {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .sale_list .filter_section {
    flex-wrap: wrap;
  }
}
.sale_list .filter_section .search_section {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 0rem 0rem 0rem 1rem;
  cursor: pointer;
}
.sale_list .filter_section .search_section input {
  border-radius: 12px;
  width: 87%;
  height: 37px;
  border: none !important;
  cursor: pointer;
}
@media (max-width: 576px) {
  .sale_list .filter_section .search_section input {
    width: 77%;
    font-size: 10px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .sale_list .filter_section .search_section input {
    width: 77%;
    font-size: 12px;
  }
}
.sale_list .filter_section .search_section input::-moz-placeholder {
  font-size: 13px;
}
.sale_list .filter_section .search_section input::placeholder {
  font-size: 13px;
}
@media (max-width: 576px) {
  .sale_list .filter_section .search_section input::-moz-placeholder {
    font-size: 11px;
  }
  .sale_list .filter_section .search_section input::placeholder {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .sale_list .filter_section .search_section {
    padding: 0rem 0rem 0rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .sale_list .filter_section .search_section {
    width: 44%;
  }
}
.sale_list .filter_section .search_section i {
  color: #2e83f2;
}
.sale_list .filter_section .filter_square {
  border-radius: 12px !important;
  background-color: #fff !important;
  margin: 0rem 0rem 0rem 0.5rem !important;
}
@media (max-width: 576px) {
  .sale_list .filter_section .filter_square {
    margin: 0rem 0rem 0rem 0.3rem !important;
    width: 26% !important;
  }
}
.sale_list .filter_section .filter_square #filter-name-selected {
  border-radius: 12px !important;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 768px) {
  .sale_list .filter_section .filter_square #filter-name-selected {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .sale_list .filter_section .filter_square #filter-name-selected {
    font-size: 10px;
  }
}
.sale_list .table-responsive {
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
@media (max-width: 576px) {
  .sale_list .table-responsive {
    font-size: 10px;
  }
}
.sale_list .table-responsive th , .client_list  .table-responsive th , .credit_vent  .table-responsive th  {
  background: #EDEFFF;
  font-weight: 600 !important;
  color: #001452;
  text-transform: capitalize;
  height: 2rem;
}
.sale_list .table-responsive td {
  font-weight: 600 !important;
  height: 2rem;
}
.sale_list .table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.sale_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.sale_list .table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.sale_list .table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.sale_list .table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.sale_list .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}
.sale_list .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sale_list .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .sale_list .dropdown-menu {
    min-width: 175px;
  }
}
.sale_list .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.sale_list .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.sale_list .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}

.create_user .select-add option,
.update_user .select-add option {
  min-height: 1.5rem !important;
  padding: 14px !important;
}
.create_user .dropdown-menu,
.update_user .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .create_user .dropdown-menu,
  .update_user .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .create_user .dropdown-menu,
  .update_user .dropdown-menu {
    min-width: 175px;
  }
}
.create_user .dropdown-menu .scrollable-menu,
.update_user .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.create_user .dropdown-menu .scrollable-menu li,
.update_user .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.create_user .dropdown-menu .scrollable-menu li:hover,
.update_user .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.create_user .dropdown-menu #addcompany,
.update_user .dropdown-menu #addcompany {
  background-color: #2e83f2 !important;
  border: 0.5px solid #009fe3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 0.375rem 0.375rem;
  text-align: center;
}
.create_user .multiselect-dropdown,
.update_user .multiselect-dropdown {
  display: none;
}
.create_user .pagin_ation,
.update_user .pagin_ation {
  display: flex;
  justify-content: space-between;
}
.create_user .pagin_ation button#prev,
.update_user .pagin_ation button#prev {
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.create_user .pagin_ation button.btn.btn-primary,
.update_user .pagin_ation button.btn.btn-primary {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
}

.update_user .select-add option {
  min-height: 1.5rem !important;
  padding: 14px !important;
}
.update_user .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .update_user .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .update_user .dropdown-menu {
    min-width: 175px;
  }
}
.update_user .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.update_user .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.update_user .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.update_user .dropdown-menu #addcompany {
  background-color: #2e83f2 !important;
  border: 0.5px solid #009fe3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 0.375rem 0.375rem;
  text-align: center;
}

.create_lot .select-add option,
.edit_lot .select-add option {
  min-height: 1.5rem !important;
  padding: 14px !important;
}
.create_lot .dropdown-menu,
.edit_lot .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .create_lot .dropdown-menu,
  .edit_lot .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .create_lot .dropdown-menu,
  .edit_lot .dropdown-menu {
    min-width: 175px;
  }
}
.create_lot .dropdown-menu .scrollable-menu,
.edit_lot .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 90px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.create_lot .dropdown-menu .scrollable-menu li,
.edit_lot .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.create_lot .dropdown-menu #addnature,
.create_lot .dropdown-menu #addbloc,
.edit_lot .dropdown-menu #addnature,
.edit_lot .dropdown-menu #addbloc {
  background-color: #2e83f2 !important;
  border: 0.5px solid #009fe3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 0.375rem 0.375rem;
  text-align: center;
}
.create_lot #exterieur_section .addexterieurplus,
.edit_lot #exterieur_section .addexterieurplus {
  margin-left: 0.7rem;
  cursor: pointer;
}
.create_lot div#showexterieur,
.edit_lot div#showexterieur {
  width: 98%;
  border: 1px solid #bfcdd3;
  border-radius: 12px;
  padding: 0.5rem;
  display: none;
  margin: auto;
}
.create_lot div#dparking #labeltitleexterieur,
.edit_lot div#dparking #labeltitleexterieur {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 600px) {
  .create_sale .card-body,
  .create_sale_lot .card-body {
    padding: 2rem 1rem !important;
  }
}
.create_sale .dropdown-menu,
.create_sale_lot .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .create_sale .dropdown-menu,
  .create_sale_lot .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .create_sale .dropdown-menu,
  .create_sale_lot .dropdown-menu {
    min-width: 175px;
  }
}
.create_sale .dropdown-menu .scrollable-menu,
.create_sale_lot .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.create_sale .dropdown-menu .scrollable-menu li,
.create_sale_lot .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.create_sale .dropdown-menu .scrollable-menu li:hover,
.create_sale_lot .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.create_sale .dropdown-menu #addclient,
.create_sale .dropdown-menu #addbank,
.create_sale_lot .dropdown-menu #addclient,
.create_sale_lot .dropdown-menu #addbank {
  background-color: #2e83f2 !important;
  border: 0.5px solid #009fe3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 0.375rem 0.375rem;
  text-align: center;
  font-family: "Hind", sans-serif;
}
.create_sale .stepper,
.create_sale_lot .stepper {
  text-align: center;
}
.create_sale .stepper .progress-container,
.create_sale_lot .stepper .progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  width: 30rem;
}
@media only screen and (max-width: 600px) {
  .create_sale .stepper .progress-container,
  .create_sale_lot .stepper .progress-container {
    width: 15rem;
    margin-bottom: 10px;
  }
}
.create_sale .stepper .progress-container::before,
.create_sale_lot .stepper .progress-container::before {
  content: "";
  background-color: var(--line-border-empty);
  position: absolute;
  top: 50%;
  height: 4px;
  width: 79%;
  transform: translateX(13%);
}
@media only screen and (max-width: 600px) {
  .create_sale .stepper .progress-container::before,
  .create_sale_lot .stepper .progress-container::before {
    top: 40%;
  }
}
.create_sale .stepper .progress-container .progress,
.create_sale_lot .stepper .progress-container .progress {
  background-color: var(--line-border-fill);
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 0%;
  transition: 0.4s ease;
  width: 0%;
  transform: translateX(28%);
}
@media only screen and (max-width: 600px) {
  .create_sale .stepper .progress-container .progress,
  .create_sale_lot .stepper .progress-container .progress {
    top: 40%;
  }
}
.create_sale .stepper .progress-container .circle,
.create_sale_lot .stepper .progress-container .circle {
  background-color: #fff;
  color: #dadada;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dadada;
  transition: 0.4s ease;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .create_sale .stepper .progress-container .circle,
  .create_sale_lot .stepper .progress-container .circle {
    height: 30px;
    width: 30px;
  }
}
.create_sale .stepper .progress-container .circle .text,
.create_sale_lot .stepper .progress-container .circle .text {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .create_sale .stepper .progress-container .circle .text,
  .create_sale_lot .stepper .progress-container .circle .text {
    height: 24px;
    width: 24px;
  }
}
.create_sale .stepper .progress-container .circle.active,
.create_sale_lot .stepper .progress-container .circle.active {
  border-color: var(--line-border-fill);
}
.create_sale .stepper .progress-container .circle.active .text,
.create_sale_lot .stepper .progress-container .circle.active .text {
  background-color: #009fe3;
  color: #fff;
}
.create_sale .stepper .progress-container #back_ground, .create_sale .stepper .progress-container #back_ground4, .create_sale .stepper .progress-container #back_ground5,
.create_sale_lot .stepper .progress-container #back_ground,
.create_sale_lot .stepper .progress-container #back_ground4,
.create_sale_lot .stepper .progress-container #back_ground5 {
  width: 12.9%;
  padding-left: 2.8%;
  height: 35px;
  z-index: 13;
  background: #ffffff;
}
@media only screen and (max-width: 600px) {
  .create_sale .stepper .progress-container #back_ground, .create_sale .stepper .progress-container #back_ground4, .create_sale .stepper .progress-container #back_ground5,
  .create_sale_lot .stepper .progress-container #back_ground,
  .create_sale_lot .stepper .progress-container #back_ground4,
  .create_sale_lot .stepper .progress-container #back_ground5 {
    padding-left: 0;
  }
}
.create_sale .stepper .progress-container div#step_2,
.create_sale_lot .stepper .progress-container div#step_2 {
  display: none;
}
.create_sale .progress-container-text,
.create_sale_lot .progress-container-text {
  display: flex;
  justify-content: space-between;
  width: 39rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .create_sale .progress-container-text,
  .create_sale_lot .progress-container-text {
    width: 21.5rem;
  }
}
.create_sale .progress-container-text div#regroupe_infos,
.create_sale .progress-container-text div#regroupe_infos_2,
.create_sale .progress-container-text div#regroupe_infos_3,
.create_sale .progress-container-text div#regroupe_infos_5,
.create_sale .progress-container-text div#regroupe_infos_4,
.create_sale_lot .progress-container-text div#regroupe_infos,
.create_sale_lot .progress-container-text div#regroupe_infos_2,
.create_sale_lot .progress-container-text div#regroupe_infos_3,
.create_sale_lot .progress-container-text div#regroupe_infos_5,
.create_sale_lot .progress-container-text div#regroupe_infos_4 {
  display: flex;
  flex-direction: column;
}
.create_sale .progress-container-text div#regroupe_infos .step_nbre1,
.create_sale .progress-container-text div#regroupe_infos .step_nbre2,
.create_sale .progress-container-text div#regroupe_infos .step_nbre5,
.create_sale .progress-container-text div#regroupe_infos .step_nbre3,
.create_sale .progress-container-text div#regroupe_infos .step_nbre4,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre1,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre2,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre5,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre3,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre4,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre1,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre2,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre5,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre3,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre4,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre1,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre2,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre5,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre3,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre4,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre1,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre2,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre5,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre3,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre4,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre1,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre2,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre5,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre3,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre4,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre1,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre2,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre5,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre3,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre4,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre1,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre2,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre5,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre3,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre4,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre1,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre2,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre5,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre3,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre4,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre1,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre2,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre5,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre3,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre4 {
  color: var(--foundation-grey-normal, #5b5b5b);
  font-family: "Hind", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.create_sale .progress-container-text div#regroupe_infos .step_nbre1.active,
.create_sale .progress-container-text div#regroupe_infos .step_nbre2.active,
.create_sale .progress-container-text div#regroupe_infos .step_nbre5.active,
.create_sale .progress-container-text div#regroupe_infos .step_nbre3.active,
.create_sale .progress-container-text div#regroupe_infos .step_nbre4.active,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre1.active,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre2.active,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre5.active,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre3.active,
.create_sale .progress-container-text div#regroupe_infos_2 .step_nbre4.active,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre1.active,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre2.active,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre5.active,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre3.active,
.create_sale .progress-container-text div#regroupe_infos_3 .step_nbre4.active,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre1.active,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre2.active,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre5.active,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre3.active,
.create_sale .progress-container-text div#regroupe_infos_5 .step_nbre4.active,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre1.active,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre2.active,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre5.active,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre3.active,
.create_sale .progress-container-text div#regroupe_infos_4 .step_nbre4.active,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre1.active,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre2.active,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre5.active,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre3.active,
.create_sale_lot .progress-container-text div#regroupe_infos .step_nbre4.active,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre1.active,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre2.active,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre5.active,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre3.active,
.create_sale_lot .progress-container-text div#regroupe_infos_2 .step_nbre4.active,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre1.active,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre2.active,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre5.active,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre3.active,
.create_sale_lot .progress-container-text div#regroupe_infos_3 .step_nbre4.active,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre1.active,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre2.active,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre5.active,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre3.active,
.create_sale_lot .progress-container-text div#regroupe_infos_5 .step_nbre4.active,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre1.active,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre2.active,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre5.active,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre3.active,
.create_sale_lot .progress-container-text div#regroupe_infos_4 .step_nbre4.active {
  color: var(--foundation-blue-normal, #2e83f2);
}
.create_sale .progress-container-text div#regroupe_infos #step_infos1,
.create_sale .progress-container-text div#regroupe_infos #step_infos2,
.create_sale .progress-container-text div#regroupe_infos #step_infos5,
.create_sale .progress-container-text div#regroupe_infos #step_infos3,
.create_sale .progress-container-text div#regroupe_infos #step_infos4,
.create_sale .progress-container-text div#regroupe_infos_2 #step_infos1,
.create_sale .progress-container-text div#regroupe_infos_2 #step_infos2,
.create_sale .progress-container-text div#regroupe_infos_2 #step_infos5,
.create_sale .progress-container-text div#regroupe_infos_2 #step_infos3,
.create_sale .progress-container-text div#regroupe_infos_2 #step_infos4,
.create_sale .progress-container-text div#regroupe_infos_3 #step_infos1,
.create_sale .progress-container-text div#regroupe_infos_3 #step_infos2,
.create_sale .progress-container-text div#regroupe_infos_3 #step_infos5,
.create_sale .progress-container-text div#regroupe_infos_3 #step_infos3,
.create_sale .progress-container-text div#regroupe_infos_3 #step_infos4,
.create_sale .progress-container-text div#regroupe_infos_5 #step_infos1,
.create_sale .progress-container-text div#regroupe_infos_5 #step_infos2,
.create_sale .progress-container-text div#regroupe_infos_5 #step_infos5,
.create_sale .progress-container-text div#regroupe_infos_5 #step_infos3,
.create_sale .progress-container-text div#regroupe_infos_5 #step_infos4,
.create_sale .progress-container-text div#regroupe_infos_4 #step_infos1,
.create_sale .progress-container-text div#regroupe_infos_4 #step_infos2,
.create_sale .progress-container-text div#regroupe_infos_4 #step_infos5,
.create_sale .progress-container-text div#regroupe_infos_4 #step_infos3,
.create_sale .progress-container-text div#regroupe_infos_4 #step_infos4,
.create_sale_lot .progress-container-text div#regroupe_infos #step_infos1,
.create_sale_lot .progress-container-text div#regroupe_infos #step_infos2,
.create_sale_lot .progress-container-text div#regroupe_infos #step_infos5,
.create_sale_lot .progress-container-text div#regroupe_infos #step_infos3,
.create_sale_lot .progress-container-text div#regroupe_infos #step_infos4,
.create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos1,
.create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos2,
.create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos5,
.create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos3,
.create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos4,
.create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos1,
.create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos2,
.create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos5,
.create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos3,
.create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos4,
.create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos1,
.create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos2,
.create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos5,
.create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos3,
.create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos4,
.create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos1,
.create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos2,
.create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos5,
.create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos3,
.create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos4 {
  color: var(--foundation-blue-dark-active, #153b6d);
  font-family: "Hind", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15px;
}
@media only screen and (max-width: 600px) {
  .create_sale .progress-container-text div#regroupe_infos #step_infos1,
  .create_sale .progress-container-text div#regroupe_infos #step_infos2,
  .create_sale .progress-container-text div#regroupe_infos #step_infos5,
  .create_sale .progress-container-text div#regroupe_infos #step_infos3,
  .create_sale .progress-container-text div#regroupe_infos #step_infos4,
  .create_sale .progress-container-text div#regroupe_infos_2 #step_infos1,
  .create_sale .progress-container-text div#regroupe_infos_2 #step_infos2,
  .create_sale .progress-container-text div#regroupe_infos_2 #step_infos5,
  .create_sale .progress-container-text div#regroupe_infos_2 #step_infos3,
  .create_sale .progress-container-text div#regroupe_infos_2 #step_infos4,
  .create_sale .progress-container-text div#regroupe_infos_3 #step_infos1,
  .create_sale .progress-container-text div#regroupe_infos_3 #step_infos2,
  .create_sale .progress-container-text div#regroupe_infos_3 #step_infos5,
  .create_sale .progress-container-text div#regroupe_infos_3 #step_infos3,
  .create_sale .progress-container-text div#regroupe_infos_3 #step_infos4,
  .create_sale .progress-container-text div#regroupe_infos_5 #step_infos1,
  .create_sale .progress-container-text div#regroupe_infos_5 #step_infos2,
  .create_sale .progress-container-text div#regroupe_infos_5 #step_infos5,
  .create_sale .progress-container-text div#regroupe_infos_5 #step_infos3,
  .create_sale .progress-container-text div#regroupe_infos_5 #step_infos4,
  .create_sale .progress-container-text div#regroupe_infos_4 #step_infos1,
  .create_sale .progress-container-text div#regroupe_infos_4 #step_infos2,
  .create_sale .progress-container-text div#regroupe_infos_4 #step_infos5,
  .create_sale .progress-container-text div#regroupe_infos_4 #step_infos3,
  .create_sale .progress-container-text div#regroupe_infos_4 #step_infos4,
  .create_sale_lot .progress-container-text div#regroupe_infos #step_infos1,
  .create_sale_lot .progress-container-text div#regroupe_infos #step_infos2,
  .create_sale_lot .progress-container-text div#regroupe_infos #step_infos5,
  .create_sale_lot .progress-container-text div#regroupe_infos #step_infos3,
  .create_sale_lot .progress-container-text div#regroupe_infos #step_infos4,
  .create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos1,
  .create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos2,
  .create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos5,
  .create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos3,
  .create_sale_lot .progress-container-text div#regroupe_infos_2 #step_infos4,
  .create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos1,
  .create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos2,
  .create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos5,
  .create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos3,
  .create_sale_lot .progress-container-text div#regroupe_infos_3 #step_infos4,
  .create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos1,
  .create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos2,
  .create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos5,
  .create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos3,
  .create_sale_lot .progress-container-text div#regroupe_infos_5 #step_infos4,
  .create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos1,
  .create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos2,
  .create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos5,
  .create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos3,
  .create_sale_lot .progress-container-text div#regroupe_infos_4 #step_infos4 {
    font-size: 11px;
  }
}
.create_sale .information, .create_sale .step_5_details, .create_sale .step_6_details,
.create_sale_lot .information,
.create_sale_lot .step_5_details,
.create_sale_lot .step_6_details {
  border-radius: 22px;
  background: #FFF;
  box-shadow: 0px 0px 3px 0px rgba(0, 72, 102, 0.34);
  padding: 1rem;
  margin-bottom: 2rem;
}
.create_sale .information .section_lot .input-group textarea#description, .create_sale .step_5_details .section_lot .input-group textarea#description, .create_sale .step_6_details .section_lot .input-group textarea#description,
.create_sale_lot .information .section_lot .input-group textarea#description,
.create_sale_lot .step_5_details .section_lot .input-group textarea#description,
.create_sale_lot .step_6_details .section_lot .input-group textarea#description {
  height: 12rem;
}
.create_sale .firstverssement .information #chequecontent,
.create_sale_lot .firstverssement .information #chequecontent {
  display: none;
}
.create_sale .payment_of_sale .information button#adddata_step,
.create_sale_lot .payment_of_sale .information button#adddata_step {
  color: white;
  background: #2E83F2;
  border-radius: 20px;
  border: none;
  width: 6rem;
  padding: 0.5rem;
}
.create_sale .payment_of_sale .information #titleStep_,
.create_sale_lot .payment_of_sale .information #titleStep_ {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.create_sale .payment_of_sale #Aport_perso_conf, .create_sale .payment_of_sale #prest_add_conf, .create_sale .payment_of_sale #taravaux_supp_conf, .create_sale .payment_of_sale #remboursement,
.create_sale_lot .payment_of_sale #Aport_perso_conf,
.create_sale_lot .payment_of_sale #prest_add_conf,
.create_sale_lot .payment_of_sale #taravaux_supp_conf,
.create_sale_lot .payment_of_sale #remboursement {
  display: none;
  justify-content: space-between;
}
.create_sale .payment_of_sale #vente_conf,
.create_sale_lot .payment_of_sale #vente_conf {
  justify-content: space-between;
}
.create_sale #tabaport_perso #pers_chequecontent,
.create_sale_lot #tabaport_perso #pers_chequecontent {
  display: none;
}
.create_sale #pers_percent_section .col div#PersAddPercent,
.create_sale_lot #pers_percent_section .col div#PersAddPercent {
  display: none;
}
.create_sale #sale_percent_section .col div#saleAddPercent,
.create_sale_lot #sale_percent_section .col div#saleAddPercent {
  display: none;
}
.create_sale #additional_works_percent_section .col div#workAddPercent,
.create_sale_lot #additional_works_percent_section .col div#workAddPercent {
  display: none;
}
.create_sale #Additional_services_percent_section .col div#servicesAddPercent,
.create_sale_lot #Additional_services_percent_section .col div#servicesAddPercent {
  display: none;
}
.create_sale form .pagination,
.create_sale_lot form .pagination {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create_sale form .pagination .btn,
.create_sale_lot form .pagination .btn {
  cursor: pointer;
  border-radius: 36px !important;
  text-align: center;
  margin: 0 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 7em;
}
.create_sale form .pagination #prev,
.create_sale_lot form .pagination #prev {
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
}
@media only screen and (max-width: 600px) {
  .create_sale form .pagination #prev,
  .create_sale_lot form .pagination #prev {
    font-size: 12px;
  }
}
.create_sale form .pagination #prev:disabled,
.create_sale_lot form .pagination #prev:disabled {
  background-color: var(--line-border-empty);
  border: 1px solid var(--line-border-empty);
  color: #aeaeae;
  cursor: not-allowed;
}
.create_sale form .pagination #next,
.create_sale form .pagination #submit,
.create_sale_lot form .pagination #next,
.create_sale_lot form .pagination #submit {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 600px) {
  .create_sale form .pagination #next,
  .create_sale form .pagination #submit,
  .create_sale_lot form .pagination #next,
  .create_sale_lot form .pagination #submit {
    font-size: 12px;
  }
}
.create_sale form .pagination #next:disabled,
.create_sale form .pagination #submit:disabled,
.create_sale_lot form .pagination #next:disabled,
.create_sale_lot form .pagination #submit:disabled {
  background-color: var(--line-border-empty);
  border: 1px solid var(--line-border-empty);
  color: #aeaeae;
  cursor: not-allowed;
}
@media only screen and (max-width: 600px) {
  .create_sale form .resize-check,
  .create_sale_lot form .resize-check {
    font-size: 11px;
  }
}
.create_sale form hr,
.create_sale_lot form hr {
  color: #009fe3;
  margin: 1.5em 0 1.5em 0;
}
.create_sale form h5,
.create_sale_lot form h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media only screen and (max-width: 768px) {
  .create_sale form h5,
  .create_sale_lot form h5 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 576px) {
  .sale_detail_list #client_info {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.sale_detail_list #client_info .client_detail_section {
  padding: 15px;
  font-size: 12px !important;
  border-radius: 10px;
  border: 0.3px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .sale_detail_list #client_info .client_detail_section {
    margin-top: 1rem;
  }
}
.sale_detail_list #client_info .client_detail_section table {
  padding: 5px;
}
.sale_detail_list #client_info .client_detail_section table th {
  height: 30px;
  text-align: center;
  padding: 5px;
  font-family: "Hind", sans-serif;
  color: #2e83f2;
}
.sale_detail_list #client_info .client_detail_section table td {
  text-align: center;
  padding: 5px;
  font-family: "Hind", sans-serif;
}
.sale_detail_list .table-responsive {
  box-shadow: 0px 0px 3px 0px rgba(0, 72, 102, 0.34);
  border-radius: 22px;
  font-family: "Hind", sans-serif;
}
.sale_detail_list .table-responsive th {
  background: #EDEFFF;
  font-weight: 400 !important;
  color: rgba(0, 56, 79, 0.6);
  text-transform: capitalize;
  height: 2rem;
}
.sale_detail_list .table-responsive td {
  font-weight: 400 !important;
  height: 2rem;
}
.sale_detail_list .table-responsive div#dataTable_paginate ,  div#historyTable_paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.sale_detail_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.sale_detail_list .table-responsive div#dataTable_paginate a#dataTable_next, div#historyTable_paginate a#dataTable_previous , div#historyTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.sale_detail_list .table-responsive div#dataTable_paginate a.paginate_button.current,div#historyTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.sale_detail_list .table-responsive div#dataTable_paginate a.paginate_button ,div#historyTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.sale_detail_list .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}
.sale_detail_list .table-responsive table tbody tr.active {
  background: #d4f1f4 !important;
}
.sale_detail_list #add_versement_form,
.sale_detail_list #update_versement_form,
.sale_detail_list #show-versements,
.sale_detail_list #next_versement_form {
  padding: 20px;
  border-radius: 22px;
  border: 0.3px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.sale_detail_list #add_versement_form .dropdown-menu,
.sale_detail_list #update_versement_form .dropdown-menu,
.sale_detail_list #show-versements .dropdown-menu,
.sale_detail_list #next_versement_form .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sale_detail_list #add_versement_form .dropdown-menu,
  .sale_detail_list #update_versement_form .dropdown-menu,
  .sale_detail_list #show-versements .dropdown-menu,
  .sale_detail_list #next_versement_form .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .sale_detail_list #add_versement_form .dropdown-menu,
  .sale_detail_list #update_versement_form .dropdown-menu,
  .sale_detail_list #show-versements .dropdown-menu,
  .sale_detail_list #next_versement_form .dropdown-menu {
    min-width: 175px;
  }
}
.sale_detail_list #add_versement_form .dropdown-menu .scrollable-menu,
.sale_detail_list #update_versement_form .dropdown-menu .scrollable-menu,
.sale_detail_list #show-versements .dropdown-menu .scrollable-menu,
.sale_detail_list #next_versement_form .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.sale_detail_list #add_versement_form .dropdown-menu .scrollable-menu li,
.sale_detail_list #update_versement_form .dropdown-menu .scrollable-menu li,
.sale_detail_list #show-versements .dropdown-menu .scrollable-menu li,
.sale_detail_list #next_versement_form .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.sale_detail_list #add_versement_form .dropdown-menu .scrollable-menu li:hover,
.sale_detail_list #update_versement_form .dropdown-menu .scrollable-menu li:hover,
.sale_detail_list #show-versements .dropdown-menu .scrollable-menu li:hover,
.sale_detail_list #next_versement_form .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.sale_detail_list #add_versement_form .m-erreur,
.sale_detail_list #update_versement_form .m-erreur,
.sale_detail_list #show-versements .m-erreur,
.sale_detail_list #next_versement_form .m-erreur {
  display: none;
}
.sale_detail_list .print_versements {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
}
.sale_detail_list .print_versements svg {
  height: 19px;
  width: 19px;
}
@media only screen and (max-width: 768px) {
  .sale_detail_list .print_versements svg {
    height: 15px;
    width: 15px;
  }
}
.sale_detail_list #title_pages {
  color: #12103A;
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .sale_detail_list #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .sale_detail_list #title_pages {
    font-size: 15px;
    margin-bottom: 0 !important;
  }
}

.create_client h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.create_client h5 a {
  color: #000;
  text-decoration: none !important;
}
@media (min-width: 577px) and (max-width: 768px) {
  .create_client h5 a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .create_client h5 a {
    font-size: 14px;
  }
}
.create_client .information {
  border-radius: 22px;
  background: rgba(193, 234, 252, 0.02);
  box-shadow: 0px 0px 3px 0px rgba(0, 72, 102, 0.34);
  padding: 1rem;
  margin-bottom: 2rem;
}
.create_client .information h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .create_client .information h5 {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .create_client .information h5 {
    font-size: 14px;
  }
}
.create_client #searchCity::-moz-placeholder, .create_client #searchDaira::-moz-placeholder {
  color: #ccc;
}
.create_client #searchCity::placeholder,
.create_client #searchDaira::placeholder {
  color: #ccc;
}
.create_client h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.create_client h5 a {
  color: #000;
  text-decoration: none !important;
}
@media (min-width: 577px) and (max-width: 768px) {
  .create_client h5 a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .create_client h5 a {
    font-size: 14px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .create_client form {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .create_client form {
    font-size: 12px;
  }
}
.create_client form .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .create_client form .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .create_client form .dropdown-menu {
    min-width: 175px;
  }
}
.create_client form .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.create_client form .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.create_client form .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.create_client form .pagin_ation {
  display: flex;
  justify-content: space-between;
}
.create_client form .pagin_ation button#prev {
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.create_client form .pagin_ation button.btn.btn-primary {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
}

.dashboard #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .dashboard #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .dashboard #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
.dashboard .stat {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 11px;
}
.dashboard .text-muted {
  padding: 0.5rem 1rem 0.5rem 0px;
}
.dashboard .sale_section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.dashboard .sale_section .numbers {
  color: #009fe3;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 577px) and (max-width: 768px) {
  .dashboard .sale_section .numbers {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .dashboard .sale_section .numbers {
    font-size: 20px;
  }
}
.dashboard .sale_section .text {
  color: #00384f;
}
@media (min-width: 577px) and (max-width: 768px) {
  .dashboard .sale_section .text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .dashboard .sale_section .text {
    font-size: 12px;
  }
}
.dashboard #title_block_dash {
  color: var(--foundation-blue-dark-active, #153b6d);
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 25.5px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.dashboard div#global_container {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.admin #project_bloc {
  margin-bottom: 1rem;
  height: 10em;
  padding: 2em 1em 1em 1em;
  background: #e6f5fc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
}
.admin #project_bloc span {
  display: flex;
  height: 45px;
  width: 45px;
  /* margin: auto !important; */
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 576px) {
  .admin #project_bloc {
    height: 4em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1em;
  }
  .admin #project_bloc h6 {
    margin-left: 1em;
  }
  .admin #project_bloc span svg {
    height: 20px;
    width: 20px;
  }
}
.admin .title_section #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .admin .title_section #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .admin .title_section #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}

.admin_listlot #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .admin_listlot #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
  .admin_listlot #title_pages img {
    height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .admin_listlot #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .admin_listlot #title_pages img {
    height: 15px;
  }
}
@media (max-width: 576px) {
  .admin_listlot #import_text {
    font-size: 15px !important;
  }
}
.admin_listlot #project_bloc {
  height: 10em;
  padding: 2em 1em 1em 1em;
  background: #e6f5fc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 10px;
}
.admin_listlot #project_bloc span {
  display: flex;
  height: 45px;
  width: 45px;
  /* margin: auto !important; */
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 576px) {
  .admin_listlot #project_bloc {
    height: 4em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1em;
  }
  .admin_listlot #project_bloc h6 {
    margin-left: 1em;
  }
  .admin_listlot #project_bloc span svg {
    height: 20px;
    width: 20px;
  }
}
.admin_listlot #add_project_bloc {
  height: 10em;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0.5px solid rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  background: rgba(0, 159, 227, 0);
  border-radius: 10px;
}
@media (max-width: 576px) {
  .admin_listlot #add_project_bloc {
    height: 4em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1em;
  }
  .admin_listlot #add_project_bloc h6 {
    margin-left: 1em;
  }
  .admin_listlot #add_project_bloc svg {
    height: 40px;
    width: 40px;
  }
}
.admin_listlot #tab .row .col-4 #document {
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 0.15px;
}
.admin_listlot #tab .row .text-end .doc__ {
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 0.15px;
}
.admin_listlot .row #bloc_list #card_listlot {
  border-radius: 10px !important;
  background: #e6f5fc;
}
.admin_listlot .row #bloc_list #card_listlot .card-body .card-text .row .row.mt-4 #text {
  color: #000;
  /* Body/Body 1 */
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.admin_listlot .row #bloc_list #card_listlot .card-body .card-text .row #content_circle #round_circle {
  background: rgb(176, 225, 246);
  display: block;
  width: 43px;
  height: 43px;
  text-align: center;
}
.admin_listlot .row #FolderList .card {
  width: 100%;
  height: 95%;
  border-radius: 10px !important;
}
.admin_listlot .table-responsive {
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.admin_listlot .table-responsive th {
  background: #EDEFFF;
  font-weight: 600 !important;
  color: #001452;
  text-transform: capitalize;
  height: 2rem;
}
.admin_listlot .table-responsive td {
  font-weight: 400 !important;
  height: 2rem;
}
.admin_listlot .table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.admin_listlot .table-responsive div#dataTable_paginate a#dataTable_previous,
.admin_listlot .table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.admin_listlot .table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.admin_listlot .table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.admin_listlot .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}

.expense_list .filter_section,
.expense_detail .filter_section {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(0, 159, 227, 0.03);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
@media (max-width: 576px) {
  .expense_list .filter_section,
  .expense_detail .filter_section {
    padding: 1rem;
    flex-wrap: wrap;
    min-height: 8em;
  }
}
.expense_list .filter_section #filter_by_project_container #filterProject_text,
.expense_detail .filter_section #filter_by_project_container #filterProject_text {
  color: #00384f;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.15px;
}
.expense_list .filter_section .search_section,
.expense_detail .filter_section .search_section {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 0rem 0rem 0rem 1rem;
  margin-right: 1em;
  cursor: pointer;
}
.expense_list .filter_section .search_section input,
.expense_detail .filter_section .search_section input {
  border-radius: 12px;
  width: 87%;
  height: 37px;
  border: none !important;
}
@media (max-width: 576px) {
  .expense_list .filter_section .search_section input,
  .expense_detail .filter_section .search_section input {
    width: 77%;
    font-size: 10px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .expense_list .filter_section .search_section input,
  .expense_detail .filter_section .search_section input {
    width: 77%;
    font-size: 12px;
  }
}
.expense_list .filter_section .search_section input::-moz-placeholder, .expense_detail .filter_section .search_section input::-moz-placeholder {
  font-size: 13px;
}
.expense_list .filter_section .search_section input::placeholder,
.expense_detail .filter_section .search_section input::placeholder {
  font-size: 13px;
}
@media (max-width: 576px) {
  .expense_list .filter_section .search_section input::-moz-placeholder, .expense_detail .filter_section .search_section input::-moz-placeholder {
    font-size: 11px;
  }
  .expense_list .filter_section .search_section input::placeholder,
  .expense_detail .filter_section .search_section input::placeholder {
    font-size: 11px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .expense_list .filter_section .search_section,
  .expense_detail .filter_section .search_section {
    padding: 0rem 0rem 0rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .expense_list .filter_section .search_section,
  .expense_detail .filter_section .search_section {
    width: 12em;
    margin-right: 2%;
  }
}
@media (max-width: 359px) {
  .expense_list .filter_section .search_section,
  .expense_detail .filter_section .search_section {
    margin: 5px 0 5px 0;
    width: 12em;
  }
}
.expense_list .filter_section .search_section i,
.expense_detail .filter_section .search_section i {
  color: #2e83f2;
}
.expense_list .filter_section .filter_square,
.expense_detail .filter_section .filter_square {
  width: 110px !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  background: transparent;
}
.expense_list .filter_section .filter_square span,
.expense_detail .filter_section .filter_square span {
  background: transparent;
}
@media (max-width: 576px) {
  .expense_list .filter_section .filter_square span,
  .expense_detail .filter_section .filter_square span {
    padding-top: 10px;
    font-size: 10px !important;
  }
}
.expense_list .filter_section .filter_square #filter-name-selected,
.expense_detail .filter_section .filter_square #filter-name-selected {
  border-radius: 12px !important;
}
@media (min-width: 576px) and (max-width: 768px) {
  .expense_list .filter_section .filter_square #filter-name-selected,
  .expense_detail .filter_section .filter_square #filter-name-selected {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .expense_list .filter_section .filter_square #filter-name-selected,
  .expense_detail .filter_section .filter_square #filter-name-selected {
    font-size: 10px;
  }
}
.expense_list .filter_section .filter_square #min,
.expense_list .filter_section .filter_square #max,
.expense_detail .filter_section .filter_square #min,
.expense_detail .filter_section .filter_square #max {
  border: 0.5px solid rgba(0, 56, 79, 0.25) !important;
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  flex-shrink: 0;
  background-position: right 0.5rem top 0.7rem;
}
@media (max-width: 576px) {
  .expense_list .filter_section .filter_square #min,
  .expense_list .filter_section .filter_square #max,
  .expense_detail .filter_section .filter_square #min,
  .expense_detail .filter_section .filter_square #max {
    height: 32px;
    font-size: 10px;
  }
}
.expense_list .filter_section .filter_square #min::-webkit-calendar-picker-indicator,
.expense_list .filter_section .filter_square #max::-webkit-calendar-picker-indicator,
.expense_detail .filter_section .filter_square #min::-webkit-calendar-picker-indicator,
.expense_detail .filter_section .filter_square #max::-webkit-calendar-picker-indicator {
  background-image: none;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IGlkPSJpY29uczgtY2FsZW5kcmllci0xMDAgMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMzUyXzUyODQiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMSkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8zNTJfNTI4NCIgZGF0YS1uYW1lPSJpY29uczgtY2FsZW5kcmllci0xMDAucG5nIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFHUUFBQUJrQ0FZQUFBQnc0cFZVQUFBQUNYQklXWE1BQUFzVEFBQUxFd0VBbXB3WUFBQUNoa2xFUVZSNG5PMmRRVzdiUUF4RjV4ek51dXZzTWtTdllFQ0QzTEpkQk1tcDZoWkJnYVp3MXlxa05BdEhrVFNTTGVrUDlSN0FqWjB4U0w0aERkdUxoTEFFOGZBNVdIb0lNZjBKbHVxemFCNkwxYmRnaDV1Z1NpdzgvMDR4c2ZyVkthUWJ6NUpGeGNMejc5RGNyUEZpL2tmMU5haGhoZWZmNGFNeDd5L29kMUFqRnA1L2gvZEpUMzErYTByUDMxMUJWbmorN2dxeXd2TjNWNUFwNW45M2Z4c3NQUVZMUC9MZjRIcGlyQ0QxZU0vbHIzbHNlOXYwZUlLTWszQkJkZUZDM3VLVUorVjFNa29vcUM1Y1NCMWk5WmdqNVBJMWhaQTZVOGpQSENIRERiMzAvS1d2dnpSTDV6LzVQRUpxaENoaENOSEMvQWw1S2ZyTE9WczQvOVdGdEQvZUZQejFkVnc0Ly9VbjVIRHordVBOYUVIUDRVdjFLYWhoQytlL3VwQ0dKdEhtOW53OC9pL3RjNG95MXNoL0V5SFFEMExFUUlnWUNCRURJV0lneEpzUW9sNjBCd2hKV3BjTUlXbDdDUWhKam9UQWRVR0lHQWdSQXlGaUlFUU1oSWlCRURFUXNuY2hXMy9RTXJVUGRnaXBFY0tFNU1QS1NxeXNXVHZXK3ptWkNlSGNPUWpwZ1FuWitXUzl3WVQwZ0JBbk45MllrR0VRNHFSQnhvUm9OY2dRb3RVZzI2c1E3ekVWaENTRWJINXJqUW5wSDBudlVkeks0dHc1Q0JHNU9MUFBNeUhESU1USmlweDluZ2taQmlFak1DRk9HbVNzTEswR0dVSzBHbVFJMFdxUTdWV0k5NWdLUWhKQ05yKzF4b1QwajZUM0tHNWxjZTRjaEloY25Obm5tWkJoRU9Ka1JjNCt6NFFNZzVBUm1CQW5EVEpXbGxhRERDRmFEVEtFYURYSTlpckVlMHdGSVFraG05OWFZMEw2UjlKN3lLOHNHQVloWWlCRURJU0lnUkF4RUNJR1FzUkFTUGxDcnZzUDdvbTZ2d2ZWOXh3aFR6UXhyWE9SWXZVNEx1VHUvalpZT2lFbExTM2tiOXZyTEpvL2JPeFpPaUltWFZ2RXNlMXR0Z3dBQUlDUXhUL0ZQZjh6TGF2QW5BQUFBQUJKUlU1RXJrSmdnZz09Ii8+CjwvZGVmcz4KPC9zdmc+Cg==");
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.expense_list .filter_section .filter_square #min::after,
.expense_list .filter_section .filter_square #max::after,
.expense_detail .filter_section .filter_square #min::after,
.expense_detail .filter_section .filter_square #max::after {
  color: rgba(0, 0, 0, 0.41) !important;
}
.expense_list #title_pages,
.expense_detail #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .expense_list #title_pages,
  .expense_detail #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .expense_list #title_pages,
  .expense_detail #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
.expense_list .dropdown-menu,
.expense_detail .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .expense_list .dropdown-menu,
  .expense_detail .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .expense_list .dropdown-menu,
  .expense_detail .dropdown-menu {
    min-width: 175px;
  }
}
.expense_list .dropdown-menu .scrollable-menu,
.expense_detail .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.expense_list .dropdown-menu .scrollable-menu li,
.expense_detail .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.expense_list .dropdown-menu .scrollable-menu li:hover,
.expense_detail .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.expense_list .table-responsive,
.expense_detail .table-responsive {
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.expense_list .table-responsive th,
.expense_detail .table-responsive th {
  background: #EDEFFF;
  font-weight: 600 !important;
  color: #001452;
  text-transform: capitalize;
  height: 2rem;
}
.expense_list .table-responsive td,
.expense_detail .table-responsive td {
  font-weight: 400 !important;
  height: 2rem;
}
.expense_list .table-responsive div#dataTable_paginate,
.expense_detail .table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.expense_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.expense_list .table-responsive div#dataTable_paginate a#dataTable_next,
.expense_detail .table-responsive div#dataTable_paginate a#dataTable_previous,
.expense_detail .table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.expense_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.expense_detail .table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.expense_list .table-responsive div#dataTable_paginate a.paginate_button,
.expense_detail .table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.expense_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.expense_detail .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}

.expense_list_supplier .filter_section {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(0, 159, 227, 0.03);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
@media (max-width: 576px) {
  .expense_list_supplier .filter_section {
    padding: 1rem;
    flex-wrap: wrap;
  }
}
.expense_list_supplier .filter_section #filter_by_project_container #filterProject_text {
  color: #00384f;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.15px;
}
.expense_list_supplier .filter_section .search_section {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 0rem 0rem 0rem 1rem;
  margin-right: 1em;
  cursor: pointer;
}
.expense_list_supplier .filter_section .search_section input {
  border-radius: 12px;
  width: 87%;
  height: 37px;
  border: none !important;
}
@media (max-width: 576px) {
  .expense_list_supplier .filter_section .search_section input {
    width: 77%;
    font-size: 10px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .expense_list_supplier .filter_section .search_section input {
    width: 77%;
    font-size: 12px;
  }
}
.expense_list_supplier .filter_section .search_section input::-moz-placeholder {
  font-size: 13px;
}
.expense_list_supplier .filter_section .search_section input::placeholder {
  font-size: 13px;
}
@media (max-width: 576px) {
  .expense_list_supplier .filter_section .search_section input::-moz-placeholder {
    font-size: 11px;
  }
  .expense_list_supplier .filter_section .search_section input::placeholder {
    font-size: 11px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .expense_list_supplier .filter_section .search_section {
    padding: 0rem 0rem 0rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .expense_list_supplier .filter_section .search_section {
    width: 12em;
    margin-right: 2%;
  }
}
@media (max-width: 359px) {
  .expense_list_supplier .filter_section .search_section {
    margin: 5px 0 5px 0;
    width: 12em;
  }
}
.expense_list_supplier .filter_section .search_section i {
  color: #2e83f2;
}
.expense_list_supplier .filter_section .filter_square {
  width: 110px !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  background: transparent;
}
.expense_list_supplier .filter_section .filter_square span {
  background: transparent;
}
@media (max-width: 576px) {
  .expense_list_supplier .filter_section .filter_square span {
    padding-top: 10px;
    font-size: 10px !important;
  }
}
.expense_list_supplier .filter_section .filter_square #filter-name-selected {
  border-radius: 12px !important;
}
@media (min-width: 576px) and (max-width: 768px) {
  .expense_list_supplier .filter_section .filter_square #filter-name-selected {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .expense_list_supplier .filter_section .filter_square #filter-name-selected {
    font-size: 10px;
  }
}
.expense_list_supplier .filter_section .filter_square #min,
.expense_list_supplier .filter_section .filter_square #max {
  border: 0.5px solid rgba(0, 56, 79, 0.25) !important;
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  flex-shrink: 0;
  background-position: right 0.5rem top 0.7rem;
}
@media (max-width: 576px) {
  .expense_list_supplier .filter_section .filter_square #min,
  .expense_list_supplier .filter_section .filter_square #max {
    height: 32px;
    font-size: 10px;
  }
}
.expense_list_supplier .filter_section .filter_square #min::-webkit-calendar-picker-indicator,
.expense_list_supplier .filter_section .filter_square #max::-webkit-calendar-picker-indicator {
  background-image: none;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IGlkPSJpY29uczgtY2FsZW5kcmllci0xMDAgMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMzUyXzUyODQiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMSkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8zNTJfNTI4NCIgZGF0YS1uYW1lPSJpY29uczgtY2FsZW5kcmllci0xMDAucG5nIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFHUUFBQUJrQ0FZQUFBQnc0cFZVQUFBQUNYQklXWE1BQUFzVEFBQUxFd0VBbXB3WUFBQUNoa2xFUVZSNG5PMmRRVzdiUUF4RjV4ek51dXZzTWtTdllFQ0QzTEpkQk1tcDZoWkJnYVp3MXlxa05BdEhrVFNTTGVrUDlSN0FqWjB4U0w0aERkdUxoTEFFOGZBNVdIb0lNZjBKbHVxemFCNkwxYmRnaDV1Z1NpdzgvMDR4c2ZyVkthUWJ6NUpGeGNMejc5RGNyUEZpL2tmMU5haGhoZWZmNGFNeDd5L29kMUFqRnA1L2gvZEpUMzErYTByUDMxMUJWbmorN2dxeXd2TjNWNUFwNW45M2Z4c3NQUVZMUC9MZjRIcGlyQ0QxZU0vbHIzbHNlOXYwZUlLTWszQkJkZUZDM3VLVUorVjFNa29vcUM1Y1NCMWk5WmdqNVBJMWhaQTZVOGpQSENIRERiMzAvS1d2dnpSTDV6LzVQRUpxaENoaENOSEMvQWw1S2ZyTE9WczQvOVdGdEQvZUZQejFkVnc0Ly9VbjVIRHordVBOYUVIUDRVdjFLYWhoQytlL3VwQ0dKdEhtOW53OC9pL3RjNG95MXNoL0V5SFFEMExFUUlnWUNCRURJV0lneEpzUW9sNjBCd2hKV3BjTUlXbDdDUWhKam9UQWRVR0lHQWdSQXlGaUlFUU1oSWlCRURFUXNuY2hXMy9RTXJVUGRnaXBFY0tFNU1QS1NxeXNXVHZXK3ptWkNlSGNPUWpwZ1FuWitXUzl3WVQwZ0JBbk45MllrR0VRNHFSQnhvUm9OY2dRb3RVZzI2c1E3ekVWaENTRWJINXJqUW5wSDBudlVkeks0dHc1Q0JHNU9MUFBNeUhESU1USmlweDluZ2taQmlFak1DRk9HbVNzTEswR0dVSzBHbVFJMFdxUTdWV0k5NWdLUWhKQ05yKzF4b1QwajZUM0tHNWxjZTRjaEloY25Obm5tWkJoRU9Ka1JjNCt6NFFNZzVBUm1CQW5EVEpXbGxhRERDRmFEVEtFYURYSTlpckVlMHdGSVFraG05OWFZMEw2UjlKN3lLOHNHQVloWWlCRURJU0lnUkF4RUNJR1FzUkFTUGxDcnZzUDdvbTZ2d2ZWOXh3aFR6UXhyWE9SWXZVNEx1VHUvalpZT2lFbExTM2tiOXZyTEpvL2JPeFpPaUltWFZ2RXNlMXR0Z3dBQUlDUXhUL0ZQZjh6TGF2QW5BQUFBQUJKUlU1RXJrSmdnZz09Ii8+CjwvZGVmcz4KPC9zdmc+Cg==");
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.expense_list_supplier .filter_section .filter_square #min::after,
.expense_list_supplier .filter_section .filter_square #max::after {
  color: rgba(0, 0, 0, 0.41) !important;
}
.expense_list_supplier #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .expense_list_supplier #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .expense_list_supplier #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
.expense_list_supplier .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .expense_list_supplier .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .expense_list_supplier .dropdown-menu {
    min-width: 175px;
  }
}
.expense_list_supplier .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.expense_list_supplier .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.expense_list_supplier .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.expense_list_supplier .table-responsive {
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.expense_list_supplier .table-responsive th {
  background: #EDEFFF;
  font-weight: 600 !important;
  color: #001452;
  text-transform: capitalize;
  height: 2rem;
}
.expense_list_supplier .table-responsive td {
  font-weight: 400 !important;
  height: 2rem;
}
.expense_list_supplier .table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.expense_list_supplier .table-responsive div#dataTable_paginate a#dataTable_previous,
.expense_list_supplier .table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.expense_list_supplier .table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.expense_list_supplier .table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.expense_list_supplier .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}

.create_expense .dropdown-menu,
.update_expense .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .create_expense .dropdown-menu,
  .update_expense .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .create_expense .dropdown-menu,
  .update_expense .dropdown-menu {
    min-width: 175px;
  }
}
.create_expense .dropdown-menu .scrollable-menu,
.update_expense .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.create_expense .dropdown-menu .scrollable-menu li,
.update_expense .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.create_expense .dropdown-menu .scrollable-menu li:hover,
.update_expense .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.create_expense .pagin_ation,
.update_expense .pagin_ation {
  display: flex;
  justify-content: space-between;
}
.create_expense .pagin_ation button#prev,
.update_expense .pagin_ation button#prev {
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.create_expense .pagin_ation button.btn.btn-primary,
.update_expense .pagin_ation button.btn.btn-primary {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
}
.create_expense .information,
.update_expense .information {
  border-radius: 22px;
  background: rgba(193, 234, 252, 0.02);
  box-shadow: 0px 0px 3px 0px rgba(0, 72, 102, 0.34);
  padding: 1rem;
  margin-bottom: 2rem;
}
.create_expense #addfamily,
.update_expense #addfamily {
  background-color: #2e83f2 !important;
  border: 0.5px solid #009fe3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 0.375rem 0.375rem;
  text-align: center;
}
.create_expense #addsupplier,
.update_expense #addsupplier {
  background-color: #2e83f2 !important;
  border: 0.5px solid #009fe3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 0.375rem 0.375rem;
  text-align: center;
}

.create_supplier .information {
  border-radius: 22px;
  background: rgba(193, 234, 252, 0.02);
  box-shadow: 0px 0px 3px 0px rgba(0, 72, 102, 0.34);
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.create_supplier .dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .create_supplier .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .create_supplier .dropdown-menu {
    min-width: 175px;
  }
}
.create_supplier .dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.create_supplier .dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.create_supplier .dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}
.create_supplier .pagin_ation {
  display: flex;
  justify-content: space-between;
}
.create_supplier .pagin_ation button#prev {
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.create_supplier .pagin_ation button.btn.btn-primary {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
}

/*tableau financier*/
#finance_table #finance_project {
  width: auto;
  margin-left: 1%;
}
#finance_table div#filter-name-selected {
  border-radius: 11px !important;
}
#finance_table div#info {
  text-align: center;
  background: #cccccc;
  padding: 1rem;
  border-radius: 11px;
}
#finance_table #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
#finance_table h3#title_project {
  font-weight: 600;
  margin-bottom: 0%;
}
#finance_table .inclined_th {
  height: 56px;
}
#finance_table .table-responsive {
  border-radius: 12px;
}
#finance_table thead,
#finance_table tbody,
#finance_table tfoot,
#finance_table tr,
#finance_table td,
#finance_table th {
  padding: 13px !important;
}
#finance_table #combinedChart {
  margin: 0 auto;
}

.entry_list #title_pages,
.supplier_list #title_pages,
.company_list #title_pages,
.client_list #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .entry_list #title_pages,
  .supplier_list #title_pages,
  .company_list #title_pages,
  .client_list #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .entry_list #title_pages,
  .supplier_list #title_pages,
  .company_list #title_pages,
  .client_list #title_pages {
    font-size: 15px;
    margin-bottom: 0 !important;
  }
}
.entry_list .filter_section,
.supplier_list .filter_section,
.company_list .filter_section{
  padding: 1rem;
  border-radius: 22px;
  background: rgba(0, 159, 227, 0.03);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
.entry_list .filter_section .entry_total_amount,
.supplier_list .filter_section .entry_total_amount,
.company_list .filter_section .entry_total_amount,
.client_list .filter_section .entry_total_amount {
  display: flex;
  /* color bleu */
  color: #0050ba;
  /* in right  */
  margin-left: auto;
  /* en gras */
  font-weight: bolder;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 576px) {
  .entry_list .filter_section,
  .supplier_list .filter_section,
  .company_list .filter_section,
  .client_list .filter_section {
    padding: 1rem;
    flex-wrap: wrap;
  }
}
.entry_list .filter_section #filter_by_project_container #filterProject_text,
.supplier_list .filter_section #filter_by_project_container #filterProject_text,
.company_list .filter_section #filter_by_project_container #filterProject_text,
.client_list .filter_section #filter_by_project_container #filterProject_text {
  color: #00384f;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.15px;
}
.entry_list .filter_section .search_section,
.supplier_list .filter_section .search_section,
.company_list .filter_section .search_section,
.client_list .filter_section .search_section {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 0rem 0rem 0rem 1rem;
  cursor: pointer;
}
.entry_list .filter_section .search_section input,
.supplier_list .filter_section .search_section input,
.company_list .filter_section .search_section input,
.client_list .filter_section .search_section input {
  border-radius: 12px;
  height: 37px;
  width: 87%;
  border: none !important;
}
.entry_list .filter_section .search_section input::-moz-placeholder, .supplier_list .filter_section .search_section input::-moz-placeholder, .company_list .filter_section .search_section input::-moz-placeholder, .client_list .filter_section .search_section input::-moz-placeholder {
  font-size: 13px;
}
.entry_list .filter_section .search_section input::placeholder,
.supplier_list .filter_section .search_section input::placeholder,
.company_list .filter_section .search_section input::placeholder,
.client_list .filter_section .search_section input::placeholder {
  font-size: 13px;
}
@media (max-width: 576px) {
  .entry_list .filter_section .search_section input,
  .supplier_list .filter_section .search_section input,
  .company_list .filter_section .search_section input,
  .client_list .filter_section .search_section input {
    width: 77%;
    font-size: 10px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .entry_list .filter_section .search_section,
  .supplier_list .filter_section .search_section,
  .company_list .filter_section .search_section,
  .client_list .filter_section .search_section {
    padding: 0rem 0rem 0rem 0.5rem;
  }
}
.entry_list .filter_section .search_section i,
.supplier_list .filter_section .search_section i,
.company_list .filter_section .search_section i,
.client_list .filter_section .search_section i {
  color: #2e83f2;
}
.entry_list .filter_section .filter_square,
.supplier_list .filter_section .filter_square,
.company_list .filter_section .filter_square,
.client_list .filter_section .filter_square {
  width: 110px !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  margin: 0rem 0rem 0rem 0.5rem !important;
  background: transparent;
}
.entry_list .filter_section .filter_square span,
.supplier_list .filter_section .filter_square span,
.company_list .filter_section .filter_square span,
.client_list .filter_section .filter_square span {
  background: transparent;
  width: 50px;
}
@media (max-width: 576px) {
  .entry_list .filter_section .filter_square,
  .supplier_list .filter_section .filter_square,
  .company_list .filter_section .filter_square,
  .client_list .filter_section .filter_square {
    margin: 0rem 1% 0rem 0 !important;
  }
  .entry_list .filter_section .filter_square span,
  .supplier_list .filter_section .filter_square span,
  .company_list .filter_section .filter_square span,
  .client_list .filter_section .filter_square span {
    padding-top: 10px;
    font-size: 10px !important;
  }
}
.entry_list .filter_section .filter_square #filter-name-selected,
.supplier_list .filter_section .filter_square #filter-name-selected,
.company_list .filter_section .filter_square #filter-name-selected,
.client_list .filter_section .filter_square #filter-name-selected {
  border-radius: 12px !important;
}
@media (min-width: 576px) and (max-width: 768px) {
  .entry_list .filter_section .filter_square #filter-name-selected,
  .supplier_list .filter_section .filter_square #filter-name-selected,
  .company_list .filter_section .filter_square #filter-name-selected,
  .client_list .filter_section .filter_square #filter-name-selected {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .entry_list .filter_section .filter_square #filter-name-selected,
  .supplier_list .filter_section .filter_square #filter-name-selected,
  .company_list .filter_section .filter_square #filter-name-selected,
  .client_list .filter_section .filter_square #filter-name-selected {
    font-size: 10px;
  }
}
.entry_list .filter_section .filter_square #min,
.entry_list .filter_section .filter_square #max,
.supplier_list .filter_section .filter_square #min,
.supplier_list .filter_section .filter_square #max,
.company_list .filter_section .filter_square #min,
.company_list .filter_section .filter_square #max,
.client_list .filter_section .filter_square #min,
.client_list .filter_section .filter_square #max {
  cursor: pointer;
  border: 0.5px solid rgba(0, 56, 79, 0.25) !important;
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  flex-shrink: 0;
  background-position: right 0.5rem top 0.7rem;
}
@media (max-width: 576px) {
  .entry_list .filter_section .filter_square #min,
  .entry_list .filter_section .filter_square #max,
  .supplier_list .filter_section .filter_square #min,
  .supplier_list .filter_section .filter_square #max,
  .company_list .filter_section .filter_square #min,
  .company_list .filter_section .filter_square #max,
  .client_list .filter_section .filter_square #min,
  .client_list .filter_section .filter_square #max {
    height: 32px;
    font-size: 10px;
  }
}
.entry_list .filter_section .filter_square #min::-webkit-calendar-picker-indicator,
.entry_list .filter_section .filter_square #max::-webkit-calendar-picker-indicator,
.supplier_list .filter_section .filter_square #min::-webkit-calendar-picker-indicator,
.supplier_list .filter_section .filter_square #max::-webkit-calendar-picker-indicator,
.company_list .filter_section .filter_square #min::-webkit-calendar-picker-indicator,
.company_list .filter_section .filter_square #max::-webkit-calendar-picker-indicator,
.client_list .filter_section .filter_square #min::-webkit-calendar-picker-indicator,
.client_list .filter_section .filter_square #max::-webkit-calendar-picker-indicator {
  background-image: none;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IGlkPSJpY29uczgtY2FsZW5kcmllci0xMDAgMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMzUyXzUyODQiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMSkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8zNTJfNTI4NCIgZGF0YS1uYW1lPSJpY29uczgtY2FsZW5kcmllci0xMDAucG5nIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFHUUFBQUJrQ0FZQUFBQnc0cFZVQUFBQUNYQklXWE1BQUFzVEFBQUxFd0VBbXB3WUFBQUNoa2xFUVZSNG5PMmRRVzdiUUF4RjV4ek51dXZzTWtTdllFQ0QzTEpkQk1tcDZoWkJnYVp3MXlxa05BdEhrVFNTTGVrUDlSN0FqWjB4U0w0aERkdUxoTEFFOGZBNVdIb0lNZjBKbHVxemFCNkwxYmRnaDV1Z1NpdzgvMDR4c2ZyVkthUWJ6NUpGeGNMejc5RGNyUEZpL2tmMU5haGhoZWZmNGFNeDd5L29kMUFqRnA1L2gvZEpUMzErYTByUDMxMUJWbmorN2dxeXd2TjNWNUFwNW45M2Z4c3NQUVZMUC9MZjRIcGlyQ0QxZU0vbHIzbHNlOXYwZUlLTWszQkJkZUZDM3VLVUorVjFNa29vcUM1Y1NCMWk5WmdqNVBJMWhaQTZVOGpQSENIRERiMzAvS1d2dnpSTDV6LzVQRUpxaENoaENOSEMvQWw1S2ZyTE9WczQvOVdGdEQvZUZQejFkVnc0Ly9VbjVIRHordVBOYUVIUDRVdjFLYWhoQytlL3VwQ0dKdEhtOW53OC9pL3RjNG95MXNoL0V5SFFEMExFUUlnWUNCRURJV0lneEpzUW9sNjBCd2hKV3BjTUlXbDdDUWhKam9UQWRVR0lHQWdSQXlGaUlFUU1oSWlCRURFUXNuY2hXMy9RTXJVUGRnaXBFY0tFNU1QS1NxeXNXVHZXK3ptWkNlSGNPUWpwZ1FuWitXUzl3WVQwZ0JBbk45MllrR0VRNHFSQnhvUm9OY2dRb3RVZzI2c1E3ekVWaENTRWJINXJqUW5wSDBudlVkeks0dHc1Q0JHNU9MUFBNeUhESU1USmlweDluZ2taQmlFak1DRk9HbVNzTEswR0dVSzBHbVFJMFdxUTdWV0k5NWdLUWhKQ05yKzF4b1QwajZUM0tHNWxjZTRjaEloY25Obm5tWkJoRU9Ka1JjNCt6NFFNZzVBUm1CQW5EVEpXbGxhRERDRmFEVEtFYURYSTlpckVlMHdGSVFraG05OWFZMEw2UjlKN3lLOHNHQVloWWlCRURJU0lnUkF4RUNJR1FzUkFTUGxDcnZzUDdvbTZ2d2ZWOXh3aFR6UXhyWE9SWXZVNEx1VHUvalpZT2lFbExTM2tiOXZyTEpvL2JPeFpPaUltWFZ2RXNlMXR0Z3dBQUlDUXhUL0ZQZjh6TGF2QW5BQUFBQUJKUlU1RXJrSmdnZz09Ii8+CjwvZGVmcz4KPC9zdmc+Cg==");
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.entry_list .filter_section .filter_square #min::after,
.entry_list .filter_section .filter_square #max::after,
.supplier_list .filter_section .filter_square #min::after,
.supplier_list .filter_section .filter_square #max::after,
.company_list .filter_section .filter_square #min::after,
.company_list .filter_section .filter_square #max::after,
.client_list .filter_section .filter_square #min::after,
.client_list .filter_section .filter_square #max::after {
  color: rgba(0, 0, 0, 0.41) !important;
}
.entry_list .table-responsive,
.supplier_list .table-responsive,
.company_list .table-responsive,
.client_list .table-responsive {
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.entry_list .table-responsive th,
.supplier_list .table-responsive th,
.company_list .table-responsive th,
.client_list .table-responsive th {
  background: #EDEFFF;
  font-weight: 600 !important;
  color: #001452;
  text-transform: capitalize;
  height: 2rem;
  text-align: center;
}
.entry_list .table-responsive td,
.supplier_list .table-responsive td,
.company_list .table-responsive td,
.client_list .table-responsive td {
  font-weight: 600 !important;
  height: 2rem;
}
.entry_list .table-responsive div#dataTable_paginate,
.supplier_list .table-responsive div#dataTable_paginate,
.company_list .table-responsive div#dataTable_paginate,
.client_list .table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.entry_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.entry_list .table-responsive div#dataTable_paginate a#dataTable_next,
.supplier_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.supplier_list .table-responsive div#dataTable_paginate a#dataTable_next,
.company_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.company_list .table-responsive div#dataTable_paginate a#dataTable_next,
.client_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.client_list .table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.entry_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.supplier_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.company_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.client_list .table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.entry_list .table-responsive div#dataTable_paginate a.paginate_button,
.supplier_list .table-responsive div#dataTable_paginate a.paginate_button,
.company_list .table-responsive div#dataTable_paginate a.paginate_button,
.client_list .table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.entry_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.supplier_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.company_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.client_list .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}

.dropdown-menu {
  width: 100%;
  padding: 0 !important;
  border: 0.5px solid #d9dee3;
  border-radius: 0px 0px 0.375rem 0.375rem;
  position: absolute;
  left: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .dropdown-menu {
    font-size: 12px;
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .dropdown-menu {
    min-width: 175px;
  }
}
.dropdown-menu .scrollable-menu {
  font-family: "Hind", sans-serif;
  height: auto;
  max-height: 120px;
  overflow-y: scroll;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.dropdown-menu .scrollable-menu li {
  cursor: pointer;
}
.dropdown-menu .scrollable-menu li:hover {
  color: #2e83f2;
}

.create_sale #documents {
  color: #102e55;
}

.create_lot .text_select,
.create_client .text_select,
.create_employee .text_select,
.edit_lot .text_select,
.create_sale_lot .text_select,
.create_user .text_select,
.update_user .text_select,
.edit_project .text_select,
.create_supplier .text_select,
.update_supplier .text_select,
.update_employee .text_select,
.update_expense .text_select {
  color: #102e55 !important;
}
.create_lot #p_total,
.create_client #p_total,
.create_employee #p_total,
.edit_lot #p_total,
.create_sale_lot #p_total,
.create_user #p_total,
.update_user #p_total,
.edit_project #p_total,
.create_supplier #p_total,
.update_supplier #p_total,
.update_employee #p_total,
.update_expense #p_total {
  display: none;
}

.create_project h5,
.edit_project h5,
.create_lot h5,
.create_user h5,
.update_user h5,
.edit_lot h5,
.create_expense h5,
.expense_detail h5,
.employee_versement_list h5,
.update_expense h5,
.create_supplier h5,
.create_company h5,
.update_company h5,
.sale_detail_list h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .create_project h5,
  .edit_project h5,
  .create_lot h5,
  .create_user h5,
  .update_user h5,
  .edit_lot h5,
  .create_expense h5,
  .expense_detail h5,
  .employee_versement_list h5,
  .update_expense h5,
  .create_supplier h5,
  .create_company h5,
  .update_company h5,
  .sale_detail_list h5 {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .create_project h5,
  .edit_project h5,
  .create_lot h5,
  .create_user h5,
  .update_user h5,
  .edit_lot h5,
  .create_expense h5,
  .expense_detail h5,
  .employee_versement_list h5,
  .update_expense h5,
  .create_supplier h5,
  .create_company h5,
  .update_company h5,
  .sale_detail_list h5 {
    font-size: 15px;
  }
}
.create_project h5 a,
.edit_project h5 a,
.create_lot h5 a,
.create_user h5 a,
.update_user h5 a,
.edit_lot h5 a,
.create_expense h5 a,
.expense_detail h5 a,
.employee_versement_list h5 a,
.update_expense h5 a,
.create_supplier h5 a,
.create_company h5 a,
.update_company h5 a,
.sale_detail_list h5 a {
  color: #000;
  text-decoration: none !important;
}

.entry_list .multiselect-dropdown {
  display: flex !important;
  align-items: center !important;
  padding: 0.7rem !important;
  margin-right: 1rem !important;
  width: 11rem !important;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 768px) {
  .entry_list .multiselect-dropdown {
    margin-right: 0px !important;
    width: 11rem !important;
  }
}
@media (max-width: 576px) {
  .entry_list .multiselect-dropdown {
    margin-right: 2% !important;
    width: 11em !important;
    padding: 0.5rem !important;
  }
}
.entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}
.entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list {
  background: white;
  max-height: 9rem !important;
  height: auto !important;
  border: solid 1px #ced4da !important;
  border-radius: 12px !important;
  padding: 0 !important;
}
.entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list div {
  display: flex;
  align-items: center;
}
.entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list .multiselect-dropdown-all-selector {
  border-bottom: solid 1px #ced4da !important;
}
.entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  height: 30px !important;
  padding: 1.1rem !important;
  border: none !important;
}
@media (max-width: 576px) {
  .entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
    padding: 0.6rem !important;
  }
}
.entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::-moz-placeholder {
  font-size: 14px !important;
  font-family: "Hind", sans-serif;
}
.entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::placeholder {
  font-size: 14px !important;
  font-family: "Hind", sans-serif;
}
@media (max-width: 576px) {
  .entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::-moz-placeholder {
    font-size: 10px;
  }
  .entry_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::placeholder {
    font-size: 10px;
  }
}
.entry_list .optext {
  border-radius: 29px !important;
  background: white !important;
  display: inline-flex;
  padding: 2px !important;
  margin: 0px !important;
  align-items: flex-start;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  font-family: "Hind", sans-serif;
}

.expense_list .multiselect-dropdown,
.expense_list_supplier .multiselect-dropdown {
  display: flex !important;
  align-items: center !important;
  padding: 0.7rem !important;
  margin-right: 1em !important;
  width: 11rem !important;
}
@media (min-width: 576px) and (max-width: 768px) {
  .expense_list .multiselect-dropdown,
  .expense_list_supplier .multiselect-dropdown {
    margin-right: 0px !important;
    width: 11rem !important;
    margin-right: 2% !important;
  }
}
@media (max-width: 576px) {
  .expense_list .multiselect-dropdown,
  .expense_list_supplier .multiselect-dropdown {
    margin-right: 2% !important;
    width: 11em !important;
    padding: 0.5rem !important;
    margin-left: 0;
  }
}
.expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper,
.expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}
.expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list,
.expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list {
  background: white;
  max-height: 9rem !important;
  height: auto !important;
  border: solid 1px #ced4da !important;
  border-radius: 12px !important;
  padding: 0 !important;
}
.expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list div,
.expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list div {
  display: flex;
  align-items: center;
}
.expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list .multiselect-dropdown-all-selector,
.expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list .multiselect-dropdown-all-selector {
  border-bottom: solid 1px #ced4da !important;
}
.expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search,
.expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  height: 30px !important;
  padding: 1.1rem !important;
  border: none !important;
}
@media (max-width: 576px) {
  .expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search,
  .expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
    padding: 0.6rem !important;
  }
}
.expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::-moz-placeholder, .expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::-moz-placeholder {
  font-size: 14px !important;
  font-family: "Hind", sans-serif;
}
.expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::placeholder,
.expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::placeholder {
  font-size: 14px !important;
  font-family: "Hind", sans-serif;
}
@media (max-width: 576px) {
  .expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::-moz-placeholder, .expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::-moz-placeholder {
    font-size: 10px;
  }
  .expense_list .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::placeholder,
  .expense_list_supplier .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-search::placeholder {
    font-size: 10px;
  }
}
.expense_list .optext,
.expense_list_supplier .optext {
  border-radius: 29px !important;
  background: white !important;
  display: inline-flex;
  padding: 2px !important;
  margin: 0px !important;
  align-items: flex-start;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  font-family: "Hind", sans-serif;
}

.create_user .choices__list--multiple .choices__item,
.update_user .choices__list--multiple .choices__item {
  border-radius: 29px;
  background: #ecf9ff;
  display: inline-flex;
  padding: 8px 15px;
  /* flex-direction: column; */
  align-items: flex-start;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.13);
  color: rebeccapurple;
  color: #004866;
  font-family: "Hind", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
}
.create_user .choices[data-type*=select-multiple] .choices__button,
.create_user .choices[data-type*=text] .choices__button,
.update_user .choices[data-type*=select-multiple] .choices__button,
.update_user .choices[data-type*=text] .choices__button {
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iaWNvbi9uYXZpZ2F0aW9uL2Nsb3NlXzI0cHgiIGQ9Ik02IDAuNjA0Mjg2TDUuMzk1NzEgMEwzIDIuMzk1NzFMMC42MDQyODYgMEwwIDAuNjA0Mjg2TDIuMzk1NzEgM0wwIDUuMzk1NzFMMC42MDQyODYgNkwzIDMuNjA0MjlMNS4zOTU3MSA2TDYgNS4zOTU3MUwzLjYwNDI5IDNMNiAwLjYwNDI4NloiIGZpbGw9IiMwMDlGRTMiLz4KPC9zdmc+Cg==);
}
.create_user .choices__inner,
.update_user .choices__inner {
  min-height: 4em !important;
  font-family: "Hind", sans-serif;
}
.create_user .choices__input::-moz-placeholder, .update_user .choices__input::-moz-placeholder {
  color: #ccc !important;
}
.create_user .choices__input::placeholder,
.update_user .choices__input::placeholder {
  color: #ccc !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #eaedef !important;
}

.edit_project form#myForm,
.create_project form#myForm,
.create_lot form#myForm,
.edit_lot form#myForm {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 12px;
}
.edit_project .pagin_ation,
.create_project .pagin_ation,
.create_lot .pagin_ation,
.edit_lot .pagin_ation {
  display: flex;
  justify-content: space-between;
}
.edit_project .pagin_ation button#prev,
.create_project .pagin_ation button#prev,
.create_lot .pagin_ation button#prev,
.edit_lot .pagin_ation button#prev {
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.edit_project .pagin_ation button.btn.btn-primary,
.create_project .pagin_ation button.btn.btn-primary,
.create_lot .pagin_ation button.btn.btn-primary,
.edit_lot .pagin_ation button.btn.btn-primary {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
}
.edit_project .pagin_ation button.btn.btn-primary:disabled,
.create_project .pagin_ation button.btn.btn-primary:disabled,
.create_lot .pagin_ation button.btn.btn-primary:disabled,
.edit_lot .pagin_ation button.btn.btn-primary:disabled {
  background-color: var(--line-border-empty) !important;
  border: 1px solid var(--line-border-empty) !important;
  color: #aeaeae !important;
  cursor: not-allowed;
}
.edit_project .pagin_ation #saveprojectbtn,
.create_project .pagin_ation #saveprojectbtn,
.create_lot .pagin_ation #saveprojectbtn,
.edit_lot .pagin_ation #saveprojectbtn {
  display: none;
}
.edit_project #searchCity::-moz-placeholder, .edit_project #searchType::-moz-placeholder, .edit_project #searchOffice::-moz-placeholder, .edit_project #searchNotary::-moz-placeholder, .create_project #searchCity::-moz-placeholder, .create_project #searchType::-moz-placeholder, .create_project #searchOffice::-moz-placeholder, .create_project #searchNotary::-moz-placeholder, .create_lot #searchCity::-moz-placeholder, .create_lot #searchType::-moz-placeholder, .create_lot #searchOffice::-moz-placeholder, .create_lot #searchNotary::-moz-placeholder, .edit_lot #searchCity::-moz-placeholder, .edit_lot #searchType::-moz-placeholder, .edit_lot #searchOffice::-moz-placeholder, .edit_lot #searchNotary::-moz-placeholder {
  color: #ccc;
}
.edit_project #searchCity::placeholder,
.edit_project #searchType::placeholder,
.edit_project #searchOffice::placeholder,
.edit_project #searchNotary::placeholder,
.create_project #searchCity::placeholder,
.create_project #searchType::placeholder,
.create_project #searchOffice::placeholder,
.create_project #searchNotary::placeholder,
.create_lot #searchCity::placeholder,
.create_lot #searchType::placeholder,
.create_lot #searchOffice::placeholder,
.create_lot #searchNotary::placeholder,
.edit_lot #searchCity::placeholder,
.edit_lot #searchType::placeholder,
.edit_lot #searchOffice::placeholder,
.edit_lot #searchNotary::placeholder {
  color: #ccc;
}

.page_login {
  font-family: "Hind", "sans-serif";
  height: 100vh;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page_login {
    display: none;
  }
}
.page_login .col_left {
  height: 100vh;
  position: sticky;
  background: linear-gradient(161deg, #0050ba 12.97%, rgba(0, 111, 254, 0.72) 87.03%);
}
.page_login .col_left .top-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.page_login .col_left .text {
  width: 70%;
  font-size: 28px;
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 111.765% */
  letter-spacing: 2px;
}
.page_login .col_right {
  overflow-y: auto;
}
.page_login .col_right .col_right_logo {
  padding: 7% 7% 0 0;
}
.page_login .col_right .col_right_form {
  padding: 6rem;
}
.page_login .col_right .title {
  font-family: "Hind", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 106.25% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page_login .col_right input {
  box-shadow: none !important;
  border-radius: 12px !important;
  height: 3em !important;
  border: 0.5px solid #000 !important;
}
.page_login .col_right label {
  font-family: "Hind";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.page_login .col_right #submit {
  width: 100%;
  border-radius: 12px !important;
  height: 2.5em !important;
  color: #fff;
  font-family: "Hind";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  text-align: center;
  margin-top: 2.5em;
}
.page_login .col_right #eye {
  position: absolute;
  right: 3%;
  top: 29%;
  cursor: pointer;
  z-index: 9999;
}

th {
  text-align: center !important;
}

/* Custom CSS for sidebar collapse */
@media (max-width: 768px) {
  #div#mob_side {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 99999;
    padding: 1rem;
    background-color: #fff;
    border-left: 1px solid #ddd;
    overflow-x: hidden;
    transition: 0.3s;
  }
}
.swiper .swiper-slide {
  padding: 0 !important;
}

div#mob_side {
  display: none;
  height: 100%;
  background: #fff;
  position: fixed;
  right: 0;
  z-index: 10000000000000000;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
div#mob_side #menu-sidebar {
  height: 100%;
  overflow-y: auto !important;
}
@media (max-width: 576px) {
  div#mob_side {
    width: 65%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  div#mob_side {
    width: 35%;
  }
}

.page_login_mobile {
  display: none;
  background: linear-gradient(161deg, #0050ba 12.97%, rgba(0, 111, 254, 0.72) 87.03%);
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .page_login_mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.page_login_mobile .text {
  font-size: 18px;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 70%;
}
.page_login_mobile .form-section {
  border-radius: 70px 0px 0px 0px;
  height: 65%;
}
.page_login_mobile .form-section #eye2 {
  position: absolute;
  right: 3%;
  top: 22%;
  cursor: pointer;
  z-index: 9999;
}
.page_login_mobile .form-section input {
  box-shadow: none !important;
  border-radius: 12px !important;
  height: 2.5em !important;
}

@media only screen and (max-width: 576px) {
  .expense_detail #supplier_info {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.expense_detail .expense_detail_section {
  padding: 15px;
  font-size: 12px !important;
  border-radius: 10px;
  border: 0.3px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .expense_detail .expense_detail_section {
    margin-top: 1rem;
    width: 100%;
  }
}
.expense_detail .expense_detail_section table {
  padding: 5px;
}
.expense_detail .expense_detail_section table th {
  height: 30px;
  text-align: center;
  padding: 5px;
  font-family: "Hind", sans-serif;
  color: #2e83f2;
}
.expense_detail .expense_detail_section table td {
  text-align: center;
  padding: 5px;
  font-family: "Hind", sans-serif;
}
@media only screen and (max-width: 576px) {
  .expense_detail #versement,
  .expense_detail #cheque_number {
    height: 45px !important;
  }
}

.company_list .table-responsive,
.employee_list .table-responsive,
.employee_versement_list .table-responsive {
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.company_list .table-responsive th,
.employee_list .table-responsive th,
.employee_versement_list .table-responsive th {
  background: #EDEFFF;
  font-weight: 600 !important;
  color: #001452;
  text-transform: capitalize;
  height: 2rem;
}
.company_list .table-responsive td,
.employee_list .table-responsive td,
.employee_versement_list .table-responsive td {
  font-weight: 600 !important;
  height: 2rem;
}
.company_list .table-responsive div#dataTable_paginate,
.employee_list .table-responsive div#dataTable_paginate,
.employee_versement_list .table-responsive div#dataTable_paginate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.company_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.company_list .table-responsive div#dataTable_paginate a#dataTable_next,
.employee_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.employee_list .table-responsive div#dataTable_paginate a#dataTable_next,
.employee_versement_list .table-responsive div#dataTable_paginate a#dataTable_previous,
.employee_versement_list .table-responsive div#dataTable_paginate a#dataTable_next {
  color: rgba(0, 0, 0, 0.41) !important;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  box-shadow: none;
}
.company_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.employee_list .table-responsive div#dataTable_paginate a.paginate_button.current,
.employee_versement_list .table-responsive div#dataTable_paginate a.paginate_button.current {
  border-radius: 20px;
  background: #2e83f2;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25) inset;
  color: #fff !important;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.company_list .table-responsive div#dataTable_paginate a.paginate_button,
.employee_list .table-responsive div#dataTable_paginate a.paginate_button,
.employee_versement_list .table-responsive div#dataTable_paginate a.paginate_button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.company_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.employee_list .table-responsive div#dataTable_paginate a.paginate_button:hover,
.employee_versement_list .table-responsive div#dataTable_paginate a.paginate_button:hover {
  color: inherit !important;
  border: 1px solid transparent !important;
}
.company_list .filter_section,
.employee_list .filter_section,
.employee_versement_list .filter_section {
  background: rgba(0, 159, 227, 0.03);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  padding: 1rem;
}
.company_list .filter_section .filter_square,
.employee_list .filter_section .filter_square,
.employee_versement_list .filter_section .filter_square {
  width: 110px !important;
  border-radius: 15px !important;
  background-color: #fff !important;
  margin: 0rem 0rem 0rem 0.5rem !important;
}
@media (max-width: 576px) {
  .company_list .filter_section,
  .employee_list .filter_section,
  .employee_versement_list .filter_section {
    padding: 1rem;
  }
}
.company_list .filter_section .search_section,
.employee_list .filter_section .search_section,
.employee_versement_list .filter_section .search_section {
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 0rem 0rem 0rem 1rem;
  cursor: pointer;
}
.company_list .filter_section .search_section input,
.employee_list .filter_section .search_section input,
.employee_versement_list .filter_section .search_section input {
  border-radius: 12px;
  height: 37px;
  width: 87%;
  border: none !important;
}
.company_list .filter_section .search_section input::-moz-placeholder, .employee_list .filter_section .search_section input::-moz-placeholder, .employee_versement_list .filter_section .search_section input::-moz-placeholder {
  font-size: 13px;
}
.company_list .filter_section .search_section input::placeholder,
.employee_list .filter_section .search_section input::placeholder,
.employee_versement_list .filter_section .search_section input::placeholder {
  font-size: 13px;
}
@media (max-width: 576px) {
  .company_list .filter_section .search_section input,
  .employee_list .filter_section .search_section input,
  .employee_versement_list .filter_section .search_section input {
    width: 77%;
    font-size: 10px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .company_list .filter_section .search_section,
  .employee_list .filter_section .search_section,
  .employee_versement_list .filter_section .search_section {
    padding: 0rem 0rem 0rem 0.5rem;
  }
}
.company_list .filter_section .search_section i,
.employee_list .filter_section .search_section i,
.employee_versement_list .filter_section .search_section i {
  color: #2e83f2;
}
.company_list .filter_section .filter_square,
.employee_list .filter_section .filter_square,
.employee_versement_list .filter_section .filter_square {
  width: 110px !important;
  border-radius: 15px !important;
  background-color: #fff !important;
  margin: 0rem 0rem 0rem 0.5rem !important;
}
.company_list .filter_section .filter_square #filter-name-selected,
.employee_list .filter_section .filter_square #filter-name-selected,
.employee_versement_list .filter_section .filter_square #filter-name-selected {
  border-radius: 12px !important;
}
.company_list #title_pages,
.employee_list #title_pages,
.employee_versement_list #title_pages {
  color: var(--foundation-blue-dark-hover, #1c4f91);
  font-family: "Hind", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media only screen and (max-width: 768px) {
  .company_list #title_pages,
  .employee_list #title_pages,
  .employee_versement_list #title_pages {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .company_list #title_pages,
  .employee_list #title_pages,
  .employee_versement_list #title_pages {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 576px) {
  .employee_versement_list #versement,
  .employee_versement_list #cheque_number {
    height: 45px !important;
  }
}

.create_company .information,
.update_company .information {
  border-radius: 22px;
  background: rgba(193, 234, 252, 0.02);
  box-shadow: 0px 0px 3px 0px rgba(0, 72, 102, 0.34);
  padding: 1rem;
  margin-bottom: 2rem;
}
.create_company .information h5,
.update_company .information h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media only screen and (max-width: 768px) {
  .create_company .information h5,
  .update_company .information h5 {
    font-size: 19px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .create_company .information h5,
  .update_company .information h5 {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
.create_company .multiselect-dropdown,
.update_company .multiselect-dropdown {
  display: none;
}
@media (max-width: 768px) {
  .create_company .choices__inner,
  .update_company .choices__inner {
    min-height: 3em !important;
  }
}
@media (max-width: 576px) {
  .create_company .choices__inner,
  .update_company .choices__inner {
    min-height: 2em !important;
  }
}
@media (max-width: 768px) {
  .create_company form,
  .update_company form {
    font-size: 12px;
  }
}
.create_company .pagin_ation,
.update_company .pagin_ation {
  display: flex;
  justify-content: space-between;
}
.create_company .pagin_ation button#prev,
.update_company .pagin_ation button#prev {
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.create_company .pagin_ation button.btn.btn-primary,
.update_company .pagin_ation button.btn.btn-primary {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
}

.create_employee h5,
.update_employee h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.create_employee h5 a,
.update_employee h5 a {
  color: #000 !important;
  text-decoration: none !important;
}
@media (min-width: 577px) and (max-width: 768px) {
  .create_employee h5 a,
  .update_employee h5 a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .create_employee h5 a,
  .update_employee h5 a {
    font-size: 14px;
  }
}
.create_employee .information,
.update_employee .information {
  border-radius: 22px;
  background: rgba(193, 234, 252, 0.02);
  box-shadow: 0px 0px 3px 0px rgba(0, 72, 102, 0.34);
  padding: 1rem;
  margin-bottom: 2rem;
}
.create_employee .information h5,
.update_employee .information h5 {
  color: #5b5b5b;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media (min-width: 577px) and (max-width: 768px) {
  .create_employee .information h5,
  .update_employee .information h5 {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .create_employee .information h5,
  .update_employee .information h5 {
    font-size: 14px;
  }
}
.create_employee .pagin_ation,
.update_employee .pagin_ation {
  display: flex;
  justify-content: space-between;
}
.create_employee .pagin_ation button#prev,
.update_employee .pagin_ation button#prev {
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  border: 1px solid #2e83f2;
  color: #2e83f2;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.create_employee .pagin_ation button.btn.btn-primary,
.update_employee .pagin_ation button.btn.btn-primary {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  padding: 11px 26px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 36px !important;
  background: #2e83f2;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent background to dim the page */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999; /* Ensure the loader is on top of other elements */
}

.note-container {
  display: flex;
  gap: 10px;
  width: 100px;
  align-items: center;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

.custom-tooltip:hover::before {
  content: attr(title);
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  width: 300px;
  color: #333;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: wrap;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 12px;
  line-height: 16px;
}

.custom-tooltip:hover::before {
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 900;
}

.modal-action {
  position: fixed;
  z-index: 999;
  width: 250px;
  height: 100%;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-left: 1px solid rgba(194, 197, 200, 0.326);
  background-color: #fff;
  transition: right 0.5s ease;
  display: none;
}

.show {
  display: block;
  right: 0;
}

.PE-none {
  pointer-events: none;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  padding: 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

span#close_modal {
  padding: 5px;
  align-content: center;
  cursor: pointer;
}

#project_lots {
  color: #0C34B2;
  font-size: 24px;
  margin-bottom:12px
}
#project_lots::first-letter{
  text-transform: uppercase;
}

.modal-title {
  padding: 5px 10px;
}

.content_edit_sale {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  margin-bottom: 0;

}


.btn_action_sale {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.modal-bottom {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}
.modal-bottom .modal-content {
  border-radius: 1rem 1rem 0 0;
}

#filterModal .select2.select2-container.select2-container--default {
  width: inherit !important;
  margin: 0 !important;
}

@media (max-width: 992px) {
  .card-op, .card-op_bold {
    width: 45% !important;
    height: 100px;
    margin-left: 8px;
    padding: 8px;
  }
  .ValueContent, .ValueContentname, .titleCont {
    font-size: 12px !important;
  }
}
@media (max-width: 576px) {
  #surface_filter .filter_square {
    width: 110px !important;
  }
}

.gap-x3 {
  gap: 16px 0px;
}

.action-param .menu-param {
  position: absolute;
  right: 34px;
  background: #fff;
  box-shadow: 0px 5px 9px 0px rgba(78, 36, 158, 0.11);
  width: 270px;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.5s;
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}

.action-param .menu-param.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.action-param .menu-param h3 {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #555;
  line-height: 1.2em;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.action-param .menu-param h3 span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding-left: 10px;
}

.action-param .menu-param:before {
  content: "";
  position: absolute;
  display: none;
  top: -10px;
  right: 28px;
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 100;
  transform: rotate(45deg);
}

.action-param .menu-param ul {
  width: 100%;
  padding: 1px 0;
}

.action-param .menu-param ul li {
  list-style: none;
  padding: 10px 0;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
}

.action-param .menu-param ul li a {
  display: inline-block;
  text-decoration: none;
  font-family: Hind;
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;
  text-align: left;
  font-weight: 500;
  color: rgb(0, 20, 82);
  transition: 0.5s;
}

.infos__card {
  border-radius: 8px !important;
  box-shadow: 0px 0px 8.6px 0px rgba(0, 72, 102, 0.0784313725) !important;
  border: 0.5px solid rgba(110, 110, 110, 0.2);
}
.infos__card .card-header h6 {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0C34B2;
}
.infos__card .row__divider {
  border-bottom: 1px solid rgba(110, 110, 110, 0.2);
}
.infos__card .card__label {
  color: #00384F;
  font-family: "Hind";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}
.infos__card .card__info {
  color: #00384F;
  font-family: "Hind";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}/*# sourceMappingURL=structure.css.map */