@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body{
  font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #111184 !important;
  }
  ::selection{
    color: #fff;
    background: #111184 !important;
  }

.btnprim{
    background: #111184 !important;
    color: #fff !important;
    height: 3em;
    border-radius: 30px !important;
  }

  .btnpsecrim{
    background: #111184 !important;
    color: #fff !important;
    border-radius: 30px !important;
  }

  .btn{
    border-radius: 30px !important;
  }

.box-conf{
  border: 2px solid #e1e1e1;
  padding: 20px 5px 20px 5px;
  border-radius: 10px;
}


.h5 {
  color: #111184 !important;
}

.px-15 {
  font-size: 15px !important;
}

.mtadps {
  font-weight: bold !important;
  color: #ef2e41 !important;
}

.iconcard  {
  max-width: 20px;
  margin-bottom: 3px;
}

.iconanimate {
  animation: pulse 1.5s infinite;
}

/* Effet de pulsation */
@keyframes pulse {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0.6;
  }
}

.iconatt  {
  max-width: 40px;
  margin-bottom: 1em;
}


.wrapper {
  width: 35%; 
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
  margin: 0.5em; 
}

.form-label{
  font-size: 15px;
  color: #555;
}

@media (max-width: 1024px) {
  .wrapper {
    width: 50%;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 80%;
    padding: 15px; 
  }

}


@media (max-width: 480px) {
  .wrapper {
    width: 95%;
    padding:20px;
    border-radius:25px;
  }
}
.wrapper header{
  color: #111184;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.wrapper .upldfl{
  height: 150px;
  display: flex;
  cursor: pointer;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #111184;
}
form :where(i, p){
  color: #111184;
}


.bi-paperclip{
  font-size: 33px;
}

form p{
  font-size: 16px;
}
section .rowx{
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .rowx i{
  color: #111184;
  font-size: 30px;
}
section .details span{
  font-size: 14px;
}
.progress-area .rowx .content{
  width: 100%;
  margin-left: 15px;
}
.progress-area .details{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content .progress-bar{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #111184;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .rowx .content{
  display: flex;
  align-items: center;
}
.uploaded-area .rowx .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .rowx .details .size{
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.bi-trash{
  font-size: 20px;
  color: #ef2e41;
}

.bi-check{
    font-size: 17px !important;
  }
.text-footer{
  font-size: 12px;
  color: #a2a2a2;
}

.form-control {
  height: 45px !important;
}

.swal2-confirm {
    background: #111184 !important;
    color: #fff !important;
}

.cheque-card input[type="checkbox"]:checked+.card {
  border-right: 8px solid #329365 !important;
  background-color: #f0f0f0;
  position: relative;
}

.cheque-card input[type="checkbox"]:checked+.card::after {
  content: "";
  font-family: "bootstrap-icons";
  content: "\F26A";
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 20px;
  color: #329365;
}

.cheque-card .card {
  cursor: pointer;
}

.br882 {
  border-right: 10px solid #bcc1bf !important;
}

label {
  display: block !important;
}

#swal2-checkbox {
  display: none !important;
}

.cltit0 {
  display: none !important;
}


.sidebar {
    position: fixed;
    bottom: -100%;
    left: 0;
    height: 95vh;
    width: 100%;
    max-width: 100% !important;
    background-color: #f8f9fa;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-radius: 30px 30px 0 0 !important;
  }
.sidebar.active {
    bottom: 0;
  }

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background: none;
  border: 2px solid #d0d0d0;
  color: #666;
  border-radius: 50%;
  cursor: pointer;
}

.body-blur {
  overflow: hidden;
}

.body-blur::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  pointer-events: none;
}

.max-vh-93 {
  min-height: 89vh;
  max-height: 90vh;
}

#chequeForm button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.attente {
  background-color: #8b14bf;
}

.Accepté {
  background-color: #329365;
}

.Déposer  {
  background-color: #ef2e41;
}

.ftsz-5 {
  font-size: 0.875rem !important;
}

.c-grn {
  color: #329365;
}