.nk-header.nk-header-fixed.is-light,
.nk-sidebar-head{
    background-color: #8891db !important;
    color: white !important;
    height: 61px !important;
}
.nk-quick-nav-icon, .nk-sidebar-logo,.user-name{color:white !important}
.form-control{
    border: 0.5px solid #8891db;
}
.card .actions{
    position: absolute;
    top: 20px;
    right: 8px;
}
.sliders .slider-actions button{
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    border:none;
    outline: none;
}
.sliders .slider-actions .edit{
    position: absolute;
    top: 15px;
    right: 30px;
    color:#1e921e;
}
.productImgs .img-action .delete, .sliders .slider-actions .delete{
    position: absolute;
    top: 50px;
    right: 30px;
    color:#fb323f;
}
.faq-card{
    border: 1px solid #dfd9e7;
    padding: 10px 8px;
    border-radius: 10px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
}
.faq-card .delete{
    position: absolute;
    font-size: 22px;
    right: 2px;
    top: 10px;
}
.customFile {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.testimonial video{
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
.testimonial .avatar{
    border: 1px solid black;
    border-radius: 30%;
    position: relative;
    right: -35px;
    top: 70px;
    object-fit: fill;
}
.events .icon-box {
    text-align: center;
    padding: 10px 6px;
    transition: all ease-in-out 0.3s;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 12px;
}
.events .date{
  border-bottom: 1px solid #c1c1c1;
}
.events .footer .show{
  color: white;
  font-size: 12px;
  background: var(--main-color);
  padding: 5px 10px;
  border-radius: 20px;
}
.team-logo img{
    object-fit: contain;
    background: white;
    border-radius: 15px;
    border: 1px solid #a9a9a9;
}
.statut-color{
    padding:8px;
    border-radius: 6px;
    margin-top: 5px;
}
.cats .cat{
    display: inline-block;
    margin: 8px;
    border: 1px solid #564b4b;
}
.cats .cat, .types .type{
    background-color: white;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    position: relative;
}
.cats .cat:hover, .types .type:hover{transform: scale(1.05)}
.cats input[type="radio"], .types input[type="radio"]{
    opacity: 0;
    position: fixed;
    width: 0;
}
.cats input[type="radio"]:checked + label, .types input[type="radio"]:checked + label{
    background-color: #8e248b;
    color: white;
}
.progress-container {
    width: 100%;
    margin: 2em auto;
}
  
.progress-steps {
    counter-reset: step;
    display: flex; /* Add this line for better alignment */
    justify-content: space-between; /* Add this line for better alignment */
    max-width: 800px;
    margin: 0 auto; /* Center the steps */
}
  
.progress-steps li {
    list-style-type: none;
    flex-basis: 30%; /* Adjust this value as needed */
    font-size: 0.8em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
}
  
.progress-steps li:before {
    width: 4.5em;
    height: 4.5em;
    content: counter(step);
    counter-increment: step;
    line-height: 4.5em;
    border: 2px dashed #999;
    display: block;
    text-align: center;
    margin: 0 auto 1.7em auto;
    border-radius: 50%;
    background-color: white;
}
  
.progress-steps li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #999;
    top: 2em;
    left: -55%;
    z-index: -1;
}
  
.progress-steps li:first-child:after {
    content: none;
}
  
.progress-steps li.active {
    color: #101b62;
}
  
.progress-steps li.active:before {
    border-color: #101b62;
    border-style: solid;
    color: white;
    background-color:#101b62;
}
  
.progress-steps li.active + li:after {
    background-color: #101b62;
}
.check-box{
    background: white;
    margin-bottom: 10px;
    padding: 5px 7px;
    border-radius: 10px;
}
.btn-primary {
    background-color: #101b62 !important;
    border-color: #101b62 !important;
}
#searchResult{
    border: 1px solid #192945;
    border-top: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.nk-order-ovwg-data.sell {
    border-color: #ffc4b2;
}
.nk-order-ovwg-data.sell .amount, .nk-order-ovwg-data.sell .title .icon{
    color:#9c2c0c;
}
.nk-order-ovwg-data.profit {
    border-color: #a077ff58;
}
.nk-order-ovwg-data.profit .amount, .nk-order-ovwg-data.profit .title .icon{
    color:#0c1a9c;
}
.nk-menu-item {
    padding: 4px 12px;
}
.is-light .nk-menu-link:hover, .is-light .active > .nk-menu-link {
    background: #ebeef2;
    border-radius: 8px;
}
.user-avatar-sm, .user-avatar.sm{
    font-size:32px
}
.user-avatar, [class^="user-avatar"]:not([class*="-group"]){
    background: unset;
}
.choose{
    font-size: 17px;
    padding-left: 6px;
    padding-top: 6px;
}
.choose a{color:#1c2b46}