
.btn-next{
    padding: 15px 50px;
    border-radius: 5px;
    background: #FFF4FA;
    box-shadow: 4px 4px 9px #fadeed, -4px -4px 5px #ffffff;
}
.text-bold{
    font-weight: bold;
}
.box-neo:ho{
    border-radius: 5px;
    width: 60%;
    background: #FFF4FA;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;}
.search-input{
    border: 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    height: 45px;

}

.bg-none{
    background: none !important;
}
.daily-image img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.justify-content-space-around{
    justify-content: space-around !important;
}

 
.num-cercle{
    background: #803A9A;
    width: 25px;
    border-radius: 20px;
    height: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.float-right{
    float:right;
}
.w-80{
    width:80% !important;
}
.w-40{
    width:40% !important;
}
.top-0{
    top: 0;
}
.w-70{
    width: 70%;
}
.w-65{
    width:65%;
}
.w-20{
    width:20% !important;
}
.justify-content-right{
    justify-content: right;
}
.justify-content-around{
    justify-content: space-around;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-evenly{
    justify-content: space-evenly;
}
.text-decoration-none{
    text-decoration: none;
}
.font-14{
    font-size: 14px;
}
a{
    color: black !important;
}
.h-100{
    height: 100%;
}
.total-service-box{
    background-color: #E2DEF0;
    padding: 20px;
    border-radius: 10px;
}
.btn-save{
    background-color: #BBAFE0 !important;
    border-radius: 5px;
    height: 37px;
    border:none;
    color:#fff;
}
.btn-empty{
    background-color: transparent !important;
    border-radius: 5px;
    height: 37px;
    border:1px solid #707070;
    display:flex;
    justify-content:center;
    align-items:center;
}
.btn-save-grey:focus{
    outline:none;
}

.color-a{
    color: #6F389B !important;
}
.btn-border{
    border: 1px solid #050505 !important;
    border-radius: 5px !important;
    width: 350px;
    height: 45px;
}
.cursor{
    cursor:pointer;
}

/* input{
    border: none;
    outline: transparent;
    border: none;
    width: 350px;
    height: 45px;
    padding: 10px;
    margin: 10px;
    font-size: 20px;
    text-align: left;
    cursor: auto;
    border-radius: 8px;
    background: linear-gradient(145deg, #f9f7ff, #f9f7ff);
    box-shadow: inset 2px 3px 7px #e1e1e1, inset 5px -5px 10px #f9f7ff;
}

textarea{
    border: none;
    outline: transparent;
    border: none;
    padding: 10px;
    margin: 10px;
    width: 90%;
    font-size: 20px;
    text-align: left;
    cursor: auto;
    border-radius: 8px;
    background: linear-gradient(145deg, #ffffff, #ffffff);
    box-shadow: inset 2px 3px 7px #e1e1e1, inset 5px -5px 10px #f9f7ff;
} */
.pb-20{
    padding-bottom:20px;
}
.pb-10{
    padding-bottom:10px;
}
.flex-column{
    flex-direction: column;
}
.height-inherit{
    height: inherit;
}
.btn-save:focus{
    outline:none;
}
.btn-empty:focus{
    outline:none;
}
.fs-20{
    font-size:20px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 27px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #067E27;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #067E27;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .form-control{
    border-radius:5px !important;
  }


 
  #top_main{
    background-color: #F9F7FF;
    padding: 18px;
    z-index: 99;
    position: fixed;
    width: 94%;
    top:0;
    right: 15px;
    border-top-left-radius: 70px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.185);

  }
  #left_main{
  
    z-index: 100;
  }

  #dropdownMenuButton{
    background-color: #F9F7FF;
    border: none;
  }
  .profile-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.num-notif {
    position: absolute;
    right:80%;
    text-align: center;
    width: 18px;
    background: #E11D7F;
    padding: 0px;
    border-radius: 50%;
    font-size: 12px !important;
    height: 18px;
    color: white;
    top: -5px;
}
.img-homepay{
    height: 150px;
    width: 150px;
    border-radius: 10px;
}
.w-30{
    width: 30%;
}
@media only screen and (max-width: 990px) {
    .justify-content-responsive-left{
        justify-content: left !important;
    }
    .mt-0-res{
        margin-top: 15px !important;
    }
       .justify-content-left-responsive{
        justify-content: left;
    }
  
}