body {
    background-color: #BBCAF0;
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.page {
    display: flex;
}
h2 {
    color:#1D3868;
}
.title-page {
    color: #1D3868;
}
.navbar {
    background-color: white;
    width: 12%;
    padding: 30px
}
.abstract {
    background-image: url('../img/client_back.png');
    background-size: cover;
}
.dropdown {
    position: absolute;
    transform: translate3d(30px, -30px, 0px);
    
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
  }
  .dropdown a {
    font-weight: 400 !important;
    background: none;
    display: block;
    border: none;
    
    padding: 8px 12px;
    text-align: left;
    cursor: pointer;
  }
  .dropdown a:hover {
    background: #f0f0f0;
  }

  .action-btn {
    background: #007BFF;
    color: white;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
  }
.menu-list div {
    padding: 10px;
}

.menu-list a {
    margin-left: 7px;
    color: #A3AED0;
}
.menu-list a:hover {
    margin-left: 7px;
    color: #18307B;
    font-weight: bold;
}
.menu-list i {
    color: #A3AED0;
}
.menu-list i:hover {
    color: red;
}
.logo {
    width: 130px;
    margin-left: 13%;
    margin-bottom: 40px;
}
.main {
    padding: 25px;
    width: 80%;
}

.rsm-blc {
    display: flex;
    background-color: #4014ea;
    margin: auto;
    color: white;
    width: 73%;

    border-radius: 20px;
}
.icon img {
    width: 20px;
  border-radius: 30px;
}
.rsm-blc div {
    width: 50%;
}
.btn-list {
    margin-top: 40px;
    width: 100% !important;
    display: flex;
}
.text-1 {
    padding: 30px;
    color: #a4a8d9;
}

.text-1 h2 {
    color: white !important;
}
a, input{
    outline: none;
    text-decoration: none;
    color: unset;
}

.documentation {
    padding: 15px;
    border-radius: 15px;
    background-color: white;
    color: #0b022e;;
}
.video {
    padding: 15px;
    color: #a4a8d9;
}

.second-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.search-zone {
    border-radius: 20px;
    padding: 7px;
    height: 30px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    background-color: white;
}

.search {
    background-color: #baaeeb1c;
    border-radius: 20px;
    padding:5px
}
.search input {
    background-color: unset;
    border: none;
    margin-left: 7px;
}

.search-zone i {
    color: #9b8dd4;
    margin-left: 10px;
}
.icon {
    padding: 5px;
}
.service-list img {
    width: 200px;
    height: 190px;
}

.service-list {
    margin-top:40px;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap:15px;
}
.service {
    
    width: 300px;
    border-radius: 7px;
    text-align: center;
    
    background-color: #1D3868;
}
.file {
    
    width: 300px;
    border-radius: 17px;
    text-align: center;
    
    background-color: hsla(218, 100%, 83%, 0.589);
}

.file iframe {
    width: 200px;
    height: 190px;
}
select {
    background:
unset;
  border:
none;
}
.file canvas {
    width: 200px;
    height: 190px;
}
.file object {
    width: 200px;
    height: 190px;
}
.client-list {
    margin-top:40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap:15px;
}

.client-commandes {
    
    width: 320px;
    border-radius: 25px;
    background: #EEEEF024;
    padding: 15px;
    border: 1px solid white;
    backdrop-filter: blur(10px);
}
.client-img {
    width: 35px !important;
  height: 40px !important;
}

.progressbar {
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
}
.bar {
    width: 70%;
    height: 100%;
    background-color: green;
}
.client-div-title {
    
    color: white;
    font-size: 16px;
    
    display: flex;
    justify-content: space-between;
}
.client-title {
    font-weight: bold;
    margin: auto;
    color: #2B3674;
    margin-left: 0px;
}
.client-title2 {
    margin: auto;
    margin-right: 0px;
    font-size: 16px;
    color: yellow;
}
.client-stats {
    color:#606B8C;
    font-size: 16px;
    margin-top:5px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.user-icon {
    width: 30px !important;
    height: 30px !important;
}
.service-name {
    padding: 30px;
    background: linear-gradient(to right,#1D3868,#4f74b3);
    
    border-radius: 0 0 7px 7px;
}
.service-name span {
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.file-name {
    padding: 15px;
    background: white;
    
    border-radius: 0 0 17px 17px;
}
.file-name span {
    color: black;
    margin-left: 5px;
    font-size: 18px;
    font-weight: bold;
}

.file-name i {
    color: rgb(255, 102, 0);
}
.date {
    font-size: 14px;
    color: white;
    font-weight: 400;
}
input {
    outline: none;
    border: none;
    background: unset;
   width: auto;
}
.login-content{
    display: flex;
}
.first-section{
    
    width: 50%;
    height: 100vh;

}
.second-section{
    border-radius: 0 0 0 150px;
    width: 50%;
    height: 100vh;
    background-image: url('../img/back3.png');
    background-size: cover;
}
.logo-img{
    width: 430px;
}
.img-div{
    margin: auto;
    width: fit-content;
    margin-top: 30%;
}
.learn {
    color: white;
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
    border: 0.5px solid #ffffff78;
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
}

.form {
    width: fit-content;
    margin: auto;
    margin-top: 20%;

}

.form-input {
    background-color: white; border-radius: 5px; padding: 10px;  margin: 0 0 20px 0;
}

.contact-form {
    display: none;
    position: absolute;
  top: 17%;
  left: 35%;
    box-shadow:
    4px 4px 200px rgba(0, 0, 0, 0.3), 6px 6px 10px rgba(255, 0, 0, 0.4);
    margin:
auto;
  width: 35%;
  padding:
25px;
  border-radius:
15px;
  background:
white;
}
.contact-form-input {
    background-color: #f0f3ff !important;
}
.login-title {
    color: #2B3674;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.1;

}
.login-input {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 150%;
    padding: 10px;
    border-radius: 15px;
    border: 0.5px solid #ffffff78;
}
button {
    border: none;
    background: unset;
    color:unset;
    font-size: unset;
    text-decoration: none;
}
.login-btn {
    margin-top: 40px;
    width: 150%;
    padding: 15px;
    text-align: center;
    background-color: #4014ea;
    border-radius: 20px;
    font-size: 14px;
    color: white;

}
label {
    color:#2B3674;
}

#eye, #eye-slash {
    color: #8690AE;
    cursor: pointer;
}
.footer {
    color:#8690AE;
    margin-top: 15%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.footer2 {
    color:white;
    margin-top: 18%;
    text-align: center;
    
}
a:hover {
    text-decoration: none !important;
    color: unset !important;
}
.footer2 span {
    margin-right: 30px;
}
.search i {
    margin-left: 0px;
}
.no-back {
    background: none !important;
}
.flex {
    display: flex;
}
.folder {
    padding: 20px;
    border-radius: 20px;
    justify-content: space-between;
    width: 250px;
    background-color: white;
}
.folder div {
    margin: auto;
}
.folder img {
    width: 50px;
    height: 50px;
}

.folder-img {
    padding: 5px;background: #91dbffb5;border-radius: 15px;
}
#produits {
    margin-bottom: 30px;
   
}
.ajout_produit {
    border-radius: 5px;
    background-color: #4318FF;
}
.generer_bon {
    border-radius: 5px;
    background-color: #b31111;
}
@media (max-width: 470px) {
    
    .login-content {
        display: block;
    }
    .second-section{
        display: none;
    }
    .first-section{
        width: auto;
    }
    .form {
        width: 80%;
    }
    .login-input, .login-btn{
        width: auto;
    }

    .navbar, .second-header, .rsm-blc{
        display: none;
    }
    .main{
        width: 100%;
    }
    
}
.table-section {
    background-color: white;
    padding: 20px;
    border-radius: 25px;
}

.table-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.table-head button {
    background-color: rgb(228, 36, 36);
    color: white;
    padding: 10px;
    border-radius: 13px;
}

.btn-link {
    background-color: rgb(228, 36, 36);
  color: white;
  padding:
10px;
  border-radius:
13px;
}
table {
    width: 100%;
}
table td {
    border-top: unset !important;
}
thead tr {
    color: #8690AE;
    display: flex;
    justify-content: space-between;
    
  margin-bottom: 20px;
}
tbody tr {
    color: #303a57;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
}
td{
    width: 13%;
}
.sigle span {
    padding: 3px;
    background-color: #4014ea;
    color: white;
    margin: 2px;
}