.fa,
.fas {
  font-family: FontAwesome;
}
.fa-images:before {
  content: "\f302";
}
.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
header {
/*height: 12.5625rem;*/
height: 7rem;
/*  background-color: #583789;*/
/*  background-image: linear-gradient(to right, #583789, #7246b5);*/
}

.main-panel {
  background: #fff;
  position: relative;
  margin: auto;
/*  width: 85vw;*/
  /* min-height: 100%; */
  top: -115px;
  box-shadow: 0px 0 16px 0px #00000026;
  border-radius: 5px;
  /* margin-bottom: 100px; */
}
.text-success {
  color: #7145b3!important;
}
.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}

/*****************Start css page Login ****************/
.wrapper.page_login {
  background-image: none;
}
.page_login {
  background-color: #5a388c !important;
}
.page_login button {
  background: white;
  border-radius: 20px;
  padding: 7px 45px;
  color: #7246b5;
  font-weight: bold;
  border: 2px solid white;
}
.page_login button:hover {
  background: #5a388c;
  color: white;
}
.page_login .container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.page_login .container img {
  display: block;
  margin: 0 auto 130px;
}
.page_login .form-control {
  width: 40vw;
  margin: auto;
  font-family: Arial, FontAwesome;
  color: #5a388c !important;
}
input[type="email"]::placeholder,
input[type="password"]::placeholder {
  color: #c29de3;
}
.page_login .mp a {
  /* display: block; */
  width: 40vw;
  margin: auto;
  text-align: right;
  color: white;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  /* margin-bottom: 64px; */
}
.page_login .mp .remember {
  color: white;
  visibility: visible;
}
.page_login .mp .remember + label {
  color: white;
  font-size: 12px;
  font-weight: 400;
}
/*****************End css page Login ****************/

/*****************Start css page password  ****************/
.wrapper.page_password {
  background-image: none;
}
.page_password {
  background-color: #5a388c !important;
}
.page_password .cadre {
  width: 500px;
  margin: auto;
  border: 2px solid #ccc;
  border-radius: 50px;
  padding: 50px 40px;
  color: white;
}

.page_password .cadre h3 {
  font-size: 22px;
}
.page_password button {
  background: white;
  border-radius: 30px;
  padding: 10px;
  width: 55%;
  margin-top: 15px;
  color: #7246b5;
  font-weight: bold;
  border: 2px solid white;
}
.page_password button:hover {
  background: #5a388c;
  color: white;
}
.page_password .container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.page_password .container img {
  display: block;
  width: 200px;
  margin: 0 auto 60px;
}
.page_password .form-control {
  width: 100%;
  margin: auto;
  font-family: Arial, FontAwesome;
  color: #5a388c !important;
  padding-left: 20px;
}
input[type="email"]::placeholder,
input[type="password"]::placeholder {
  color: #c29de3;
  font-size: 13px;
}
.page_password .mp a {
  color: white;
  font-weight: bold;
}
.page_password .mp p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}
.page_password p {
  font-size: 14px;
  line-height: 1.3;
  color: #efeeee;
  margin: 25px 0;
}
.digit-group input {
  width: 40px;
  height: 45px;
  text-align: center;
  border-radius: 8px;
  margin: 0px 2px 50px;
  border: none;
  color: #5a388c;
  font-size: 20px;
  font-weight: bold;
  outline: none;
}
/*****************End css page password ****************/

.sidebar {
  right: 0 !important;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(-19.25rem, 0, 0);
  -moz-transform: translate3d(-19.25rem, 0, 0);
  -o-transform: translate3d(-19.25rem, 0, 0);
  -ms-transform: translate3d(-19.25rem, 0, 0);
  transform: translate3d(-19.25rem, 0, 0) !important;
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.sidebar .sidebar-wrapper {
  position: relative;
  max-height: calc(100vh - 75px);
  min-height: 100%;
  overflow: auto;
  width: 19.25rem;
  z-index: 4;
  padding-bottom: 100px;
}
.sidebar {
  overflow: auto;
  max-height: 100%;
  height: 100%;
  -webkit-transition-property: top, bottom;
  transition-property: top, bottom;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: linear, linear;
  transition-timing-function: linear, linear;
  -webkit-overflow-scrolling: touch;
}
.navbar-toggler .burger-lines {
  display: block;
  position: relative;
  background-color: #fff;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  margin: 7px auto;
}
button.navbar-toggler {
  position: relative;
  top: 20px;
  outline: none;
  left: 15px;
}
.inbox_people {
  background: #fff none repeat scroll 0 0;
  width: 35%;
  float: left;
  overflow: hidden;
  border-right: 1px solid #c4c4c4;
}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.chat_people {
  overflow: hidden;
  clear: both;
}
.media-out .media-body .content.has-text {
  background: #dbdadb none repeat scroll 0 0;
  color: #000;
}
.media.media-in {
  padding-right: 200px;
}
.media.media-out {
  padding-left: 200px;
}
.inbox_msg {
  border: none;
  clear: both;
  overflow: hidden;
}
.nav-link {
  display: block;
  padding: 1px 1rem;
}
.nav-tabs {
  border-bottom: none;
  margin: 10px auto;
  width: 70%;
  border: 1px solid #949596;
  border-radius: 13px;
}
.nav-tabs .nav-link {
  border: none;
  text-transform: capitalize;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 5px;
  font-size: 14px;
  color: #656565;
}
.nav-tabs .nav-item:first-child  {
  border-right: 1px solid;
}
.nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  padding: 0 5px;
    margin: 5px 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #7246b5;
  background-color: transparent;
  font-weight: bold;
  box-shadow: 0px 0px 3px 0px #d9d9d9;
    border-radius: 10px;
}
.media.media-out img,
.media.media-in img {
  border-radius: 10px;
}
.media.media-out img.avatar,
.media.media-in img.avatar {
  display: none;
}
.media-in .media-body .content img,
.media-out .media-body .content img {
  max-width: 250px;
}
.messaging {
  padding: 0;
}
.record_send_btn {
  background: none;
  color: #5a388c;
  font-size: 21px;
  right: 30px;
  top: 20px;
  border: medium none;
  border-radius: 50%;
  height: 33px;
  position: absolute;
  width: 33px;
}
.picture_send_btn {
  border: medium none;
  border-radius: 50%;
  color: #5a388c;
  cursor: pointer;
  font-size: 22px;
  height: 33px;
  position: absolute;
  right: 70px;
  top: 20px;
  width: 33px;
}
.msg_history {
  height: 575px;
  padding: 20px 30px;
  overflow-y: auto;
}
.inbox_chat {
  height: 575px;
  overflow-y: scroll;
}
.active_chat {
  background: #ebebeb;
}
.time_date {
  color: #9e9e9e;
  display: block;
  font-size: 11px;
  margin: 0;
  position: absolute;
    bottom: 0;
    right: -31px;
}
.media-out span.time_date {
  /* margin: 25px 7px 0;
  float: right; */
  left: -33px;
    right: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.7rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #5a388c solid 2px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5a388c;
  background-color: transparent;
}
.custom-control-label::after {
  position: absolute;
  top: -0.09rem;
  left: -2.1rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/true.svg);
}
.btn-purple {
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #7246b4;
    border-radius: 30px;
    background: #7146b3;
    padding: 7px 50px;
    font-weight: 600;
    margin-right: 35px;
}
.btn-purple:hover {
  color: #5a388c;
  background: #fff;
}
.btn-outline-primary {
  color: #558e6f;
  font-size: 16px;
  border: 1px solid #bbb7bb;
  border-radius: 30px;
  padding: 7px 70px;
  font-weight: bold;
  margin-right: 35px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #558e6f;
  border-color: #558e6f;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #cc2525;
  border-color: #cc2525;
}
.btn-outline-secondary {
  color: #cc2525;
  font-size: 16px;
  border: 1px solid #bbb7bb;
  border-radius: 30px;
  padding: 7px 70px;
  font-weight: bold;
}

.msg_send_btn {
  background: #5a388c none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  display: none;
  position: absolute;
  outline: none;
  right: 15px;
  top: 18px;
  width: 39px;
  height: 39px;
  text-align: center;
  padding: 8px;
  margin: auto;
}
.msg_send_btn img {
  display: block;
}
.mesgs {
  padding: 0;
  width: 65%;
  background: #ededed;
  float: left;
}
.admin_info .media-body {
  padding-left: 17px;
}
.media-in:first-child:first-child .media-body .content,
.media-body.border-l .content {
  border-top-left-radius: 0 !important;
}

.media-in .media-body .content.has-text {
  background: #ffffff none repeat scroll 0 0;
  color: #616161;
}
.media-in .media-body .content {
  display: inline-block;
  border-radius: 17px;
  font-size: 14px;
  margin: 0;
  padding: 13px 30px 13px 15px;
}
.media-out .media-body .content {
  display: inline-block;
  border-radius: 17px;
  font-size: 14px;
  margin: 0;
  padding: 13px 15px 13px 15px;
}
.media-in .media-body .content p,
.media-out .media-body .content p {
  margin: 0;
}
.media-out .media-body .content {
  float: right;
  position: relative;
}
.type_msg {
  border-top: 2px solid #c1c1c1;
  padding: 15px;
  background-color: #f8f8f8;
  position: relative;
  display: none;
  /* visibility: hidden; */
}

.type_msg.show {
  display: block;
  /* visibility: visible; */
}

.input_msg_write input {
  background: white none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: calc(100% - 92px);
  border-radius: 31px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #bbb7bb;
}
.d_flex {
  display: flex;
  background: #dadada;
}
.admin_info {
  width: 35%;
  padding: 20px;
  border-right: 2px solid #afafaf;
}
.conv_info {
  width: 65%;
  padding: 20px;
}
.conv_info > div {
  display: none;
}

.conv_info.show > div {
  display: block;
}

.chat_img {
  width: 10%;
  float: left;
  border-radius: 47%;
}
.chat_img img {
  border-radius: 47%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 80%;
}
.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0;
}
.chat_ib h5 span {
  font-size: 11px;
  float: right;
}
.chat_ib p {
  font-size: 12px;
  color: #989898;
  margin: auto;
}
img {
  max-width: 100%;
}
.expert_image img {
  width: 50px;
  border-radius: 47%;
}
.list-group-item {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  border: none !important;
  border-bottom: 1px solid rgb(173, 171, 171) !important;
  padding: 0.75rem 0.1rem;
}
#modal_choose_expert .modal-content {
  padding: 30px 45px 20px;
  border-radius: 15px;
}
#modal_choose_expert .custom-control {
  padding-top: 12px;
}
#modal_choose_expert .modal-footer {
  border: none;
  display: block;
  text-align: center;
}
#modal_choose_expert .modal-header {
  padding: 5px 4px;
  border-bottom: 2px solid #ccc;
}
#modal_choose_expert .modal-body {
  padding: 0rem;
}
#modal_choose_expert .modal-title {
  font-size: 14px;
}
#modal_choose_expert .btn-primary {
  width: 60%;
  display: block;
  padding: 9px 0;
  background-color: rebeccapurple;
  border-color: rebeccapurple;
  border-radius: 25px;
  margin: 15px auto 0;
  font-weight: 600;
}
#modal_choose_expert .custom-checkbox .custom-control-label::before {
  border-radius: 50%;
}
#modal_choose_expert
  .custom-control-input:checked
  ~ .custom-control-label::before {
  color: #fff;
  border-color: #663399;
  background-color: rebeccapurple;
}
#modal_choose_expert .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #a09b9b solid 1px;
}
.list-group {
  overflow: auto;
  height: 60vh;
}
.list-group-item:last-child {
  border-radius: 0;
}
#modal_choose_expert
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

#modal_choose_expert .custom-control-label::after {
  position: absolute;
  top: 2px;
  left: -38px;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
#modal_choose_expert .btn-primary:hover {
  box-shadow: 0 0 0 0.2rem #5f3b957d;
}
#modal_choose_expert .btn-secondary {
  background: none;
  color: rebeccapurple;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 5px 2px;
    font-size: 18px;
}
.name_expert {
  padding-left: 16px;
  padding-top: 13px;
  margin: 0;
  font-weight: 600;
}
.admin_img,
.conv_img {
  float: left;
  width: 50px;
  border-radius: 47%;
}
.admin_img img,
.conv_img img {
  border-radius: 47%;
}
.conv_info h5 {
  display: contents;
}
.conv_info a {
  float: right;
  color: #807d7d;
  font-weight: bold;
  text-decoration: none;
}
.conv_info .media-body {
  position: relative;
  top: 15px;
  padding-left: 20px;
}
.navbar-expand-lg .navbar-toggler {
  display: block;
  -webkit-transform: translate3d(0, 0, 0); 
  -moz-transform: translate3d(0, 0, 0);  
  -o-transform: translate3d(0, 0, 0);   
  -ms-transform: translate3d(0, 0, 0);  
  transform: translate3d(0, 0, 0) !important; 
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); 
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); 
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); 
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); 
}
.sidebar .sidebar-wrapper,
body > .navbar-collapse .sidebar-wrapper {
  position: relative;
  max-height: calc(100vh - 75px);
  min-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 19.25rem;
  z-index: 4;
  padding-bottom: 100px;
  background-image: linear-gradient(to top, #d9d9d9, #f4f4f4);
}
.sidebar .sidebar-wrapper::-webkit-scrollbar, 
body > .navbar-collapse .sidebar-wrapper::-webkit-scrollbar {
  width: 0px; /* For Chrome, Safari, and Opera */
}
.sidebar li {
  border-bottom: 2px solid #cbcbcb6e;
}

.sidebar .nav li a {
  color: black;
  font-weight: 500;
  font-size: 14px;
}
.sidebar .media-body h5.mt-0 {
  color: grey;
  font-size: 14px;
  margin: 0;
  padding-top: 3px;
}
.sidebar .media img {
  border-radius: 47%;
  width: 40px;
  margin-top: 0px;
}
.sidebar .media-body {
  padding-left: 7px;
}
.sidebar,
body > .navbar-collapse {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 19.25rem;
  display: block;
  z-index: 1;
  color: #fff;
  font-weight: 200;
  background-size: cover;
  background-position: center center;
}
.close-layer {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: auto;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transition: all 370ms ease-in;
  -moz-transition: all 370ms ease-in;
  -o-transition: all 370ms ease-in;
  -ms-transition: all 370ms ease-in;
  transition: all 370ms ease-in;
}
.visible {
  visibility: visible !important;
}
html{
  overflow: hidden;
}
body {
  overflow-x: hidden;
}
.nav-open .main-panel {
  /* position: absolute; */
  left: 0;
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0) !important;
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.nav-open .sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.main-panel {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0) !important;
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.nav-item.active-pro {
  position: relative !important;
}
/* .nav-mobile-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
} */
.nav-mobile-menu .dropdown .dropdown-menu {
  position: static !important;
  float: none;
  width: auto;
  color: #ffffff;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.nav-mobile-menu .dropdown .dropdown-menu .dropdown-item {
  margin: 5px 15px 0px 40px;
  border-radius: 4px;
  color: #ffffff;
  opacity: 0.86;
  padding: 8px 50px;
}
.nav-mobile-menu .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.23);
}
.nav-mobile-menu .nav-item .nav-link span {
  display: inline-block !important;
}
.nav-mobile-menu .nav-item .nav-link .no-icon {
  padding-left: 50px;
}
/* .main-panel {
    width: 100%;
} */
.navbar-brand {
  padding: 15px 15px;
}
.navbar-transparent {
  padding-top: 15px;
  background-color: rgba(0, 0, 0, 0.45);
}
body {
  position: relative;
  background-image: linear-gradient(to bottom, #d9d9d9 30%, #f4f4f4);
}
.wrapper {
  left: 0;
}
.navbar .container {
  left: 15px;
  width: 100%;
  position: relative;
  top: -10px;
}
.navbar-nav .nav-item {
  float: none;
  position: relative;
  display: block;
}
body > .navbar-collapse {
  position: fixed;
  display: block;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  z-index: 1032;
  visibility: visible;
  background-color: #999;
  overflow-y: visible;
  border-top: none;
  text-align: left;
  padding: 0;
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
body > .navbar-collapse > ul {
  position: relative;
  z-index: 4;
  overflow-y: scroll;
  height: calc(100vh - 61px);
  width: 100%;
}
body > .navbar-collapse::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #282828;
  display: block;
  content: "";
  z-index: 1;
}
body > .navbar-collapse .logo {
  position: relative;
  z-index: 4;
}
body > .navbar-collapse .nav li > a {
  padding: 10px 15px;
}
.nav-show .navbar-collapse {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.nav-show .navbar .container {
  left: -250px;
}
.nav-show .wrapper {
  left: 0;
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
.navbar-toggle .icon-bar {
  display: block;
  position: relative;
  background: #fff;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto;
}
.navbar-header .navbar-toggle {
  margin: 10px 15px 10px 0;
  width: 40px;
  height: 40px;
}
.logo img {
  width: 150px;
  display: block;
  margin: auto;
  padding-top: 34px;
}

.logo {
  height: 12.5625rem;
  background-color: #643e9d;
}
.nav-open span.navbar-toggler-bar.burger-lines:nth-child(3) {
  display: none;
}

.nav-open span.navbar-toggler-bar.burger-lines:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  bottom: 10px;
}
.nav-open span.navbar-toggler-bar.burger-lines:first-child {
  transform: rotate(45deg);
}
.nav-open .navbar-expand-lg .navbar-toggler {
  z-index: 9;
  left: 212px;
  top: 18.92px;
  /* position: fixed; */
}

/*-----------------------Liste Users----------------------*/
.container-fluid.listusers {
  padding: 0 50px;
  height: 80vh;
  overflow: auto;
}

.listusers h1 {
    font-size: 22px;
    color: #5a388c;
    font-family: 'ralewayextrabold';
    padding: 40px 0 15px 0;
}

.listusers .d_flex {
  background: #ffffff;
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
}
.listusers .d_flex img {
  width: 45px;
  border-radius: 47%;
}
input[type="checkbox"] {
  visibility: hidden;
}
.listusers h5.mt-0 {
  font-size: 16px;
  padding: 13px 0px 0 12px;
}

/* SLIDE THREE */
.slideThree {
  width: 50px;
  height: 26px;
  background: #c3c2c2;
  margin: auto 15px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree label {
  display: block;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;

  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type="checkbox"]:checked + label {
  left: 25px;
}
.listusers .media {
  width: 87%;
}
.listusers span {
  padding-top: 13px;
  font-size: 12px;
  color: grey;
}

/*---------------------------------Responsive------------------------------*/

@media only screen and (max-width: 600px) {
  .page_password .cadre {
    width: 85vw;
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page_login .container img {
    width: 200px;
    margin-bottom: 80px;
  }
  .page_login .form-control,
  .page_login .mp a {
    width: 60vw;
  }
}
@media only screen and (max-width: 500px) {
  .page_login .container img {
    width: 160px;
    margin-bottom: 70px;
  }
  .page_login .form-control,
  .page_login .mp a {
    width: 90vw;
  }

  .page_password .cadre h3 {
    font-size: 18px;
  }
  .page_password .container img {
    width: 150px;
  }
  .digit-group input {
    width: 35px;
    height: 40px;
    margin: 0px 2px 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .digit-group input {
    width: 30px;
    height: 35px;
    margin: 0px 0px 25px;
  }
}

#audio_div .btn{
  background-color: transparent;
  display: inline-block;
  /* padding: 0.5rem 0.3125rem; */
  border-radius: 100px;
}
#audio_div{
  display: inline-block;
}

.bd-example-modal-lg .modal-dialog{
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content{
  background-color: transparent;
  border: none;
}











.trasfert_list .listex a {
    color: #707070;
    font-size: 0.6875rem;
    font-family: 'ralewaybold';
    padding-bottom: 0.375rem;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.filterex {
    padding-top: 0.625rem!important;
}
.filterex {
    display: none;
}


.filterex .limit {
    /* padding-bottom: 5rem !important; */
}

.filterex .type, .filteru .type {
    position: relative;
}
.filterex .type > span, .filteru .type > span {
    color: #643E9E;
    font-size: 1rem;
    font-family: 'ralewaybold';
    position: absolute;
    padding: 0.75rem 0.9375rem;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-bottom: 25px;
    width:100%!important;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.filterex .bootstrap-select > .dropdown-menu, .filteru .bootstrap-select > .dropdown-menu {
    color: #707070!important;
    background-color: transparent!important;
    border: 1px solid #643E9E!important;
    border-radius: 15px;
    font-size: 0.8125rem;
    font-family: 'ralewaymedium';
    margin-top: 0.3125rem;
    width: 100%;
}


.filterex .type, .filteru .type {
    position: relative;
}
.pays-tags .btn.tag {
    color: #707070!important;
    background-color: transparent!important;
    border: 1px solid #643E9E!important;
    border-radius: 15px;
    font-size: 0.8125rem;
    font-family: 'ralewaymedium';
    padding: 0.75rem;
    margin: 2px;
}

.trasfert_list .annuler_filter {
    background-color: #5F3B95;
    padding: 0.5rem 2.2em;
    border-radius: 100px;
    font-size: 0.9375rem;
    color: #fff;
    font-family: 'ralewayextrabold';
}

.trasfert_list .modal-header {
    padding: 0.6rem 0 0.2rem 0px;
    border-bottom: 1px solid #707070;
}

.trasfert_list .modal-body {
    padding: 0.4rem 0;
}

.bootstrap-select>.dropdown-toggle, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #707070!important;
    background-color: transparent!important;
    /*border: 1px solid #643E9E!important;*/
    /*border-radius: 15px;*/
    font-size: 0.8125rem;
    font-family: 'ralewaymedium';
    padding: 0.75rem;
    border-bottom: 1px solid #643E9E!important;
    border-radius: 0;
    margin-bottom: 10px;
}

.filterex .bootstrap-select > .dropdown-menu, .filteru .bootstrap-select > .dropdown-menu {
    color: #707070!important;
    background-color: transparent!important;
    border: 1px solid #643E9E!important;
    border-radius: 15px;
    font-size: 0.8125rem;
    font-family: 'ralewaymedium';
    margin-top: 0.3125rem;
    width: 100%;
}

.dropdown-menu.show {
    position: inherit!important;
    transform: inherit!important;
    top: auto!important;
}

.bootstrap-select .dropdown-menu li{
    position: relative;
}
.bootstrap-select .dropdown-menu li a{
    padding: 0.8rem;
}

.bootstrap-select .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #6A41A7;
}

.bootstrap-select .dropdown-menu li:not(:last-child) a{
    padding-bottom: 0.625rem;
}


.bootstrap-select .dropdown-menu.inner {
    position: static;
    padding: 0 1rem!important;
}

.trasfert_list .filterex a {
    margin: 0;
    padding: 0;
    color: #707070;
    font-size: 16px;
}
.trasfert_list .dropdown-item {
    color: #A5A5A5!important;
    font-size: 16px;
    font-family: 'ralewaybold';
    padding-left: 0;
    cursor: pointer;
}

.bootstrap-select.show-tick .dropdown-menu span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
    background: #fff0;
    padding: 8px 12px;
    box-shadow: 0 0 3px 0px #a9a9a9;
    border-radius: 50%;
    color: #fff0;
}

.filter-option-inner-inner {
    padding-right: 1.25rem;
}
.filter-option-inner-inner {
    text-align: right;
}.bootstrap-select .dropdown-toggle .filter-option {
    min-height: 20px;
}


.dropdown-toggle::after {
    border-top: .5em solid #5f3b95;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.select-pays .dropdown-toggle:after {
    content: "+";
    border: 0;
    font-size: 30px;
    position: absolute;
    right: 10px;
    color: #5f3b95;
    font-family: "ralewaymedium";
    width: auto;
    height: auto;
    vertical-align: middle;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
    background: #5f3b95;
    padding: 8px 12px;
    border-radius: 50%;
    color: #fff;
}

 .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    outline: 0;
}
.filterex .row{
  margin:0;
}

.bootstrap-select>.dropdown-toggle:after {
    border-bottom: 0;
}
.filterex .bootstrap-select .dropdown-toggle:focus,
.filterex .bootstrap-select>select.mobile-device:focus+.dropdown-toggle ,
.filteru .bootstrap-select .dropdown-toggle:focus,
.filteru .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
    box-shadow: none;
}
.btn-light {
    border: 0;
}

.listusers ul {
    padding: 4.8px 0;
    list-style: none;
    margin: 0;
}
.listusers ul li {
    padding: 10px 0;
}
.listusers ul li:not(:last-child) {
    border-bottom: 1px solid #BABABA;
}
 ul .row {
    margin: 0!important;
}

.listusers .p0 {
    padding: 0!important;
}

.listusers ul .img_user_expert img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
    float: left;
}
.listusers ul .name_user  {
    padding-left: 40px;
    padding-top: 8px;
}

.listusers ul .name_pays {
    padding-left: 80px;
    padding-top: 16px;
    padding: 8px 0px 8px 70px;
}
.listusers ul .name_user h3 ,
.listusers ul .name_pays h3 ,
.listusers ul .name_expertise h3 {
    color: #707070;
    font-size: 14px;
    font-family: 'ralewaymedium';
    margin: 0;
}

.listusers .switch-btn .switch {
    position: relative;
    display: inline-block;
    width: 39.59px;
    height: 22.51px;
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
}
.listusers label {
    display: block;
    margin-bottom: 0!important;
}

.listusers .switch-btn .switch input {
    opacity: 0;
}

.listusers .switch-btn .switch .checkbox:checked + .slider {
    background-color: #583789;
    background-image: linear-gradient(to bottom, #583789 , #7246B5);
}

.listusers .switch-btn .switch .slider.round {
    border-radius: 100px;
}
.listusers .switch-btn .switch .slider {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A19FA4;
    will-change: transform, background-color;
    transition: transform 375ms cubic-bezier(.215, .61, .355, 1), background-color 375ms cubic-bezier(.215, .61, .355, 1);
}

.listusers .switch-btn .switch .checkbox:checked + .slider:before {
    transform: translateX(18px);
}
.listusers .switch-btn .switch .slider.round:before {
    border-radius: 50%;
}
.listusers .switch-btn .switch .slider:before {
    position: absolute;
    content: "";
    height: 17.95px;
    width: 17.95px;
    left: 2px;
    bottom: 2px;
    background-color: #EBEBEB;
    transition: transform 375ms cubic-bezier(.215, .61, .355, 1);
}

.listusers ul span {
    color: #808080;
    font-size: 10px;
    font-family: 'ralewaymedium';
    vertical-align: middle;
}

.listusers h2{
  color: #643E9E;
    font-size: 16px;
    font-family: 'ralewaybold';
    padding: 62px 0px 0 0;
}

.listusers h2.first{
    padding-left:70px;
}

.listusers .row {
    position: relative;
}

.listusers a.icon-filter {
    position: absolute;
    right: 0;
    top: 60px;
}
.listusers .pr0 {
    padding-right: 0;
}

#filter_users .modal-body {
    padding: 30px 65px;
}
.btn .badge {
    position: relative;
    top: 0;
    border: 1px solid #707070!important;
    padding: 2px 4px!important;
    margin-left: 10px;
}

@media(min-width: 992px){
div#cf-toggle-btn {
    margin-right: 100px;
}
}

