@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

/* NEW DESIGNE TO PROPOSE */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

h2 {
  font-weight: 600;
}

h5 {
  font-weight: 500;
}

p {
  line-height: 1.5;
}

/* Form Section */
.form-control,
.form-select {
  margin-bottom: 25px;
  border-bottom: 2px solid var(--primary-color);
  border-radius: 0;
}

/* Side Section Styling */
.col-lg-4 {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
}

.col-lg-4 h2.primary-color {
  margin-bottom: 10px;
}

.col-lg-4 h2 span.primary-color {
  font-size: 1.2rem;
  line-height: 1.4;
}

/* Button Styling */
.btn-primary {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 700;
}

/* Datepicker Customization */
#ui-datepicker-div {
  border-radius: 10px;
}

.ui-datepicker-title {
  font-size: 1rem;
  font-weight: 600;
}

/* Layout Adjustments */
.box-center .row {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Poppins', sans-serif;
}

:root {
  --primary-color: #c8d327;
}

.btn-primary {
  color: #000000;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  opacity: 0.9;
  font-weight: bold;
  letter-spacing: 1px;
  transition: .5s;
  width: 100%;
}

.btn-primary:hover {
  color: #000000;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  opacity: 1;

}

.primary-color {
  color: #c8d327;
}

body {
  background-color: #0f0f0f;
  color: #fff;
}

.box-center {
  display: block;
  align-items: center;
  justify-content: center;
  height: unset;
  margin: 20px;
}

.box-center .row {
  /* width: 100%; */
}

.form-control {
  border: 0;
  background-color: transparent;
  color: #fff;
  /* padding: 0; */
  color: var(--primary-color);
}

.form-control:focus {
  background-color: #1f1f1f;
  box-shadow: unset;
  color: var(--primary-color);
}

select {
  color: #fff;
}

option {
  background-color: #808080;
  padding: 10px;
  border: 0;
}


#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a>span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

.form-select {
  background-color: #202020;
  /* Gris moyen */
}



@media (max-width: 991px) {


  .col-lg-4 h2:nth-child(1) {
    color: #fff;
  }

  .col-lg-4 h2.primary-color {
    color: var(--primary-color);
  }

  .col-lg-4 h2:nth-child(3) {
    color: #fff;
  }

  .col-lg-4 h2 span.primary-color {
    color: var(--primary-color);
  }

  body {
    line-height: 1.6;
    /* Improve readability */
  }

  .box-center {
    padding: 40px 20px;
    /* Add more padding to container */
  }

  h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 500;
  }

  p {
    font-size: 0.9rem;
    /* Adjust paragraph text size */
    margin-bottom: 15px;
  }


  

  /* .btn-primary {
    width: 90%;
    display: block;
    margin: 20px auto;
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
  } */

  .col-lg-8, .col-lg-4 {
    padding: 20px;
    /* Add padding to columns */
  }

  .col-lg-4 {
    background-color: rgba(255, 255, 255, 0.05);
    /* Add a subtle background to the second column */
    border-radius: 10px;
    /* Add rounded corners */
  }

  .text-end {
    text-align: center !important;
  }



}














html,
body
{
  height: 100%;
}
body>.container{height: 100%;display: flex;flex-direction: column;}
/* body>.container .box-center >.row , */
body>.container .box-center {
  flex-direction: column;
  flex: 1 0 auto;
  display: flex;
  padding: 20px;
  margin: 0;
}
.form-label {
  display: block;
}

@media(max-width:1200px) {
  .form-label {
    display: block;
  }

}

@media(max-width:992px) {


  .box-center {
    margin: 0;
    padding: 0;
  }

  .box-center>.row {
    padding: 0px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: unset;
  }

  .box-center .row .row {
    margin: 15px 0;
    padding: 15px 0;
  }

  :root {
    --litepicker-day-width: 33px;
  }
}

@media(max-width:768px) {

}

@media(max-width:576px) {

  .litepicker[data-plugins*="mobilefriendly"] .container__months {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: fit-content;
  }body>.container .box-center {
    padding: 0;
}.litepicker {
  display: flex !important;
  justify-content: center;
}

}