@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import "icons/style.css";
.pcoded-navbar {
  background: white;
}
.pcoded-navbar .pcoded-mtext {
  display: none;
}
.pcoded-navbar .pcoded-navigatio-lavel {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding-top: 34px !important;
}
.pcoded-navbar .pcoded-micon {
  margin: 0;
  width: initial !important;
  height: initial !important;
}
.pcoded-navbar .pcoded-micon span, .pcoded-navbar .pcoded-micon i {
  font-size: 28px;
  color: #d7d7d7;
}
.pcoded-navbar .pcoded-item > li {
  margin-bottom: 40px !important;
}
.pcoded-navbar .pcoded-item > li > a {
  display: flex !important;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.pcoded-navbar .pcoded-item > li > a:before {
  left: initial !important;
  right: 0 !important;
}
.pcoded-navbar .pcoded-item > li.active > a {
  background: none !important;
}
.pcoded-navbar .pcoded-item > li.active > a span, .pcoded-navbar .pcoded-item > li.active > a i {
  color: #2c2c2c;
}

.chat-desc {
  color: #575757;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}

.chi-h-back, .chi-h-close {
  display: none;
}

.lp-patients-list {
  overflow-y: scroll;
  height: calc(100% - 140px);
}

.listPatients {
  height: 100%;
}

.listPatients .lp-sortBy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.listPatients .lp-sortBy span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.listPatients .lp-sortBy span.lp-bolder {
  font-weight: 600;
}
.listPatients .lp-patient {
  cursor: pointer;
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.3);
}
.listPatients .lp-patient .lp-patient-content {
  display: flex;
  align-items: center;
}
.listPatients .lp-patient .lp-patient-id {
  color: rgba(87, 87, 87, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  adding-bottom: 9px;
}
.listPatients .lp-patient .lp-patient-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
}
.listPatients .lp-patient .lp-patient-container {
  display: flex;
  flex-direction: column;
  margin-left: 7px;
}
.listPatients .lp-patient .lp-patient-text {
  font-family: Poppins;
  color: #232323;
  font-size: 16px;
  line-height: 24px;
}
.listPatients .lp-patient .lp-patient-desc {
  color: #7a7a7a;
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
}

.navbar.header-navbar.pcoded-header {
  display: none;
}

.pcoded-main-container {
  margin-top: 0 !important;
}

.logo-icon-header {
  height: 40px;
}

.main-menu, .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-header .pcoded-left-header, .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar {
  width: calc(100px + 15px) !important;
}

.pcoded-container .pcoded-main-container {
  background-color: #f8fafc !important;
}

.title-page {
  font-size: 22px;
  color: #232323;
  font-weight: bold;
  margin-bottom: 57px;
}

.sub-title-page {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}

.quick-links {
  margin-bottom: 30px;
}
.quick-links .sub-title-page {
  margin-bottom: 24px;
}
.quick-links .list-links {
  display: flex;
}
.quick-links .list-links .item {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 16px;
  height: 80px;
  padding: 30px;
  color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-links .list-links .item .icon-blue-circle {
  background: #0C4CFF;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
}
.quick-links .list-links .item .icon-blue-circle span {
  color: #fff;
  line-height: 42px;
  font-size: 24px;
  text-align: center;
}
.quick-links .list-links .item .text {
  margin-left: 14px;
  font-size: 16px;
  color: #232323;
}

.line {
  background: #d8d8d8;
  border: 1.5px solid #d2d2D2;
  opacity: 0.2;
}

.pending-tasks .sub-title-page {
  margin-top: 30px;
  margin-bottom: 20px;
}
.pending-tasks .list-tasks {
  display: flex;
}
.pending-tasks .list-tasks .item {
  height: 175px;
  width: 200px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FE4A4B, #FFBBBB);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-right: 20px;
}
.pending-tasks .list-tasks .item .task-nb {
  font-size: 45px;
  font-weight: 600;
  line-height: 78px;
  letter-spacing: 1.3px;
}
.pending-tasks .list-tasks .item .task-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.pending-tasks .list-tasks .item .task-detail {
  font-size: 14px;
  line-height: 21px;
}
.pending-tasks .list-tasks .item.blue-bg {
  background: linear-gradient(90deg, #4A82FE, #BED2FF);
}
.pending-tasks .list-tasks .item.yellow-bg {
  background: linear-gradient(90deg, #FEC54A, #FFE6B0);
}

.margin-line {
  margin: 28px 0;
}

.order-detail {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  height: 254px;
  padding: 36px 27px;
  margin-bottom: 17px;
}
.order-detail .sub-title-page {
  margin-bottom: 50px;
}
.order-detail .text-gray {
  color: #232323;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 18px;
}
.order-detail .count-order {
  display: flex;
  justify-content: space-between;
}
.order-detail .count-order .total-order {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.order-detail .count-order .total-order .nb-total-order {
  font-size: 30px;
  color: #0c4cff;
  line-height: 45px;
}
.order-detail .count-order .total-order .text-total-order {
  font-size: 14px;
  color: #232323;
  line-height: 21px;
  margin-left: 5px;
}
.order-detail .count-order .since-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-detail .count-order .since-order .nb-since-order {
  font-size: 11px;
  line-height: 16px;
  color: #10c176;
}
.order-detail .count-order .since-order .text-since-order {
  margin-left: 5px;
  font-size: 11px;
  color: #79828B;
}
.order-detail .static-order {
  display: flex;
  justify-content: space-between;
}
.order-detail .static-order .static-one-order {
  display: flex;
  align-items: center;
}
.order-detail .static-order .static-one-order .nb-order {
  color: #232323;
  font-size: 22px;
}
.order-detail .static-order .static-one-order .text-order {
  margin-left: 5px;
  color: #232323;
  font-size: 14px;
}

.box-shadow {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  padding: 36px 27px;
}

.active-patients .sub-title-page {
  line-height: 24px;
  margin-bottom: 19px;
  padding-left: 11px;
}
.active-patients .table-status thead th {
  color: #232323;
  opacity: 0.5;
  line-height: 21px;
  font-size: 14px;
  padding: 11px;
  background: none;
  border: none;
}
.active-patients .table-status thead th:last-child {
  text-align: right;
}
.active-patients .table-status tbody tr {
  font-size: 16px;
  color: #232323;
  padding: 11px;
  border-top: solid 1.5px rgba(210, 210, 210, 0.11);
}
.active-patients .table-status tbody tr td:last-child {
  text-align: right;
}
.active-patients .table-status .status {
  display: flex;
  justify-content: flex-end;
}
.active-patients .table-status .status > * {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background: #D2D2D2;
  margin-right: 6px;
}

.header-page {
  display: flex;
}

.table-new-design thead tr th {
  color: #232323;
  opacity: 0.5;
  line-height: 21px;
  font-size: 14px;
  padding: 11px;
  background: none;
  border: none;
}
.table-new-design thead tr th:last-child {
  text-align: right;
}
.table-new-design tbody tr {
  font-size: 16px;
  color: #232323;
  padding: 11px;
  border-top: solid 1.5px rgba(210, 210, 210, 0.11);
}

.box-upload-photo {
  margin-bottom: 38px;
}
.box-upload-photo .image {
  width: 100%;
  height: 140px;
  background: #f5f5f5;
  object-fit: contain;
  margin-bottom: 30px;
  font-size: 12px;
}
.box-upload-photo .btn {
  margin-bottom: 20px;
  width: 100%;
}
.box-upload-photo .list-images .item-image {
  display: flex;
  border-top: solid 1.5px rgba(210, 210, 210, 0.11);
  align-items: center;
  padding: 5px;
}
.box-upload-photo .list-images .item-image .item-thumb img {
  width: 25px;
  height: 25px;
  object-fit: fill;
}
.box-upload-photo .list-images .item-image .item-name {
  margin-left: 5px;
  font-size: 12px;
  color: #232323;
  opacity: 0.7;
  width: 80%;
}
.box-upload-photo .icon-trash {
  color: #fe203a;
  cursor: pointer;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-wrapper:before {
  content: "Upload STL";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  pointer-events: none;
  border: dashed 1px rgba(35, 35, 35, 0.5);
  background: #ffffff;
}
.file-upload-wrapper:hover:before {
  background: #cacaca;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-wrapper:before {
  content: "Upload STL";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  pointer-events: none;
  border: dashed 1px rgba(35, 35, 35, 0.5);
  background: #ffffff;
}
.file-upload-wrapper:hover:before {
  background: #cacaca;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.file-upload-photo {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-photo:before {
  content: "Upload un fichier";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  pointer-events: none;
  border: dashed 1px rgba(35, 35, 35, 0.5);
  background: #ffffff;
}
.file-upload-photo:hover:before {
  background: #cacaca;
}
.file-upload-photo input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.file-upload-no-item {
  position: relative;
  width: 100%;
}
.file-upload-no-item:before {
  content: url(/assets/images/iconMobile/upload.svg) "  Upload un fichier";
  position: relative;
  top: 0;
  right: 0;
  display: block;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.file-upload-no-item input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.divRadio {
  margin-top: 30%;
  margin-bottom: 15px;
  border: 1px solid white;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: max-content;
  padding: 30px;
  background-color: white;
}

.file-upload-doc {
  position: relative;
  width: 100%;
  height: 200px;
}
.file-upload-doc:before {
  content: "Upload des fichiers";
  position: relative;
  padding-top: 15%;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  pointer-events: none;
  border: dashed 1px rgba(35, 35, 35, 0.5);
  background: #ffffff;
}
.file-upload-doc:hover:before {
  background: #cacaca;
}
.file-upload-doc input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.file-wrapper-upload {
  position: relative;
}
.file-wrapper-upload:after {
  content: url(/assets/images/button/upload.png);
  border: dashed 1px rgba(35, 35, 35, 0.5);
  position: inherit;
  border-top: none;
  top: 0;
  right: 0;
  display: block;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  background: #ffffff;
}
.file-wrapper-upload:before {
  content: "Upload un fichier ";
  position: relative;
  margin-top: 20px;
  padding-top: 40px;
  top: 0;
  right: 0;
  display: block;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  border: dashed 1px rgba(35, 35, 35, 0.5);
  background: #ffffff;
  border-bottom: none;
}
.file-wrapper-upload:hover:before {
  background: #cacaca;
}
.file-wrapper-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

#sidebarChat {
  height: calc(100vh - 371px);
  position: relative;
  background: #fff;
  bottom: 0;
  right: 0;
  padding: 15px 30px;
  padding-bottom: 0;
}

.SelectUserChat .chat-inner-header {
  border: none !important;
}
.SelectUserChat .ch-listUser {
  margin-top: 28px;
  overflow: hidden;
  height: 350px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  margin-top: 22px;
}
.SelectUserChat .ch-listUser::-webkit-scrollbar {
  width: 10px;
}
.SelectUserChat .ch-listUser::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}
.SelectUserChat .ch-listUser::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
.SelectUserChat .ch-listUser::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.SelectUserChat .ch-listUser:hover {
  overflow-y: scroll;
}
.SelectUserChat .ch-user {
  display: flex;
  padding: 10px 0;
  border-bottom: solid 1.5px #f8fafc;
}
.SelectUserChat .ch-user .ch-user-link .ch-user-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.SelectUserChat .ch-user .ch-user-name {
  margin-left: 10px;
  color: #232323;
  font-family: Poppins;
  font-size: 14px;
  line-height: 24px;
}

.startChat .chat-inner-header .header-second {
  margin-top: 24px;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.startChat .chat-inner-header .header-desc {
  opacity: 0.5;
  color: #232323;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 24px;
}
.startChat .btn-start {
  width: 200px;
  height: 40px;
  background: #0c4cff;
  box-shadow: 9px 9px 25px -5px rgba(12, 76, 255, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.showChat_inner {
  width: 230px;
  display: block;
  position: relative !important;
  height: 100%;
  bottom: 0;
  top: initial;
  border: none;
  border-top: solid 1.5px #f8fafc;
}
.showChat_inner .chat-inner-header {
  position: relative;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: solid 1.5px #f8fafc;
  margin-bottom: 0;
}
.showChat_inner .chat-inner-header .header-chat {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #232323;
}
.showChat_inner .chat-inner-header .text-see-previous {
  color: #575757;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}
.showChat_inner .chat-inner-header .receiver {
  display: flex;
  align-items: center;
}
.showChat_inner .chat-inner-header .receiver .receiver-image img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  margin-right: 15px;
}
.showChat_inner .chat-inner-header .receiver .receiver-name {
  color: #232323;
  font-size: 16px;
  line-height: 24px;
}
.showChat_inner .listMessage {
  height: calc(100% - 221px) !important;
  width: 100%;
}
.showChat_inner .listMessage .readOldMessage {
  color: #575757;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}
.showChat_inner .media.chat-messages.isDentiste {
  justify-content: flex-end;
}
.showChat_inner .media.chat-messages .media-left {
  padding-right: 5px;
}
.showChat_inner .media.chat-messages .media-left .media-object {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 50%;
  margin: 0;
}
.showChat_inner .chat-menu-content {
  max-width: 131px;
  border-radius: 19px;
  background: #f3f3f3;
}
.showChat_inner .chat-menu-reply {
  max-width: 131px;
  border-radius: 19px;
  background: #c8d6ff;
}
.showChat_inner .chat-menu-content .chat-cont, .showChat_inner .chat-menu-reply .chat-cont {
  line-height: 18px;
  font-size: 12px;
  color: #232323;
  margin-bottom: 0;
}
.showChat_inner .chat-menu-content:before, .showChat_inner .chat-menu-reply:before {
  content: initial;
}
.showChat_inner .chat-box-input {
  border: none;
  background: #f3f3f3;
  border-radius: 5px;
  height: 50px;
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-content {
  margin-left: calc(116px + 40px - 38px);
}

.pcoded-container {
  display: flex;
}
.pcoded-container .pcoded-main-container {
  min-height: 100vh;
  width: calc(100% - 280px);
}
.pcoded-container .pcoded-main-container .pcoded-navbar {
  min-height: 100vh;
}
.pcoded-container .sidebarContainer {
  position: relative;
  width: 280px;
  border-left: solid 1.5px rgba(210, 210, 210, 0.5);
  background: #fff;
}
.pcoded-container .sidebarContainer .chat-reply-box {
  bottom: 0;
  padding-left: 0;
  border: none;
  padding-top: 20px;
}
.pcoded-container .sidebarContainer .chat-reply-box .form-icon {
  top: 14px;
}
.pcoded-container .sidebarContainer .listMessage {
  height: calc(100vh - 153px);
}

.slimScrollDiv {
  border: 1px solid #ccc;
  margin: 10px;
}

#notifModule {
  width: 100%;
  background: #fff;
  padding-left: 40px;
}
#notifModule .sidebar-user {
  padding: 15px 0px 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1.5px #f8fafc;
}
#notifModule .sidebar-user .sidebar-user-name {
  display: flex;
}
#notifModule .sidebar-user .sidebar-user-name span:first-child {
  font-size: 18px;
  color: #232323;
  line-height: 25px;
}
#notifModule .sidebar-user .sidebar-user-name span:last-child {
  font-size: 22px;
  color: #232323;
  font-weight: bold;
  line-height: 25px;
}
#notifModule .sidebar-user .sidebar-user-img img {
  border-radius: 10%;
  width: 45px;
  height: 45px;
  box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.5);
  object-fit: contain;
  object-position: center;
}
#notifModule .sidebar-notification {
  height: 600px;
  overflow: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  margin-top: 22px;
}
#notifModule .sidebar-notification::-webkit-scrollbar {
  width: 10px;
}
#notifModule .sidebar-notification::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}
#notifModule .sidebar-notification::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
#notifModule .sidebar-notification::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
#notifModule .sidebar-notification:hover {
  overflow-y: scroll;
}
#notifModule .sidebar-notification .sd-notif {
  display: flex;
}
#notifModule .sidebar-notification .sd-notif .sd-notif-text {
  font-size: 18px;
  color: #232323;
  line-height: 27px;
}
#notifModule .sidebar-notification .sd-notif .sd-notif-badge {
  margin-left: 15px;
  padding: 0 5px;
  height: 21px;
  border-radius: 6px;
  background: #0c4cff;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}
#notifModule .sidebar-notification .sd-notif-content {
  margin-top: 32px;
}
#notifModule .sidebar-notification .sd-notif-content .sd-no-notif {
  color: #232323;
  opacity: 0.2;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
#notifModule .sidebar-notification .notif-container {
  padding: 15px 5px 15px;
  margin-right: 14px;
  transition: 0.3s all;
  cursor: pointer;
  border-bottom: solid 1px rgba(210, 210, 210, 0.31);
}
#notifModule .sidebar-notification .notif-container:hover {
  background-color: #f1f1f1;
}
#notifModule .sidebar-notification .notif-container .notif-body {
  padding-bottom: 10px;
  padding-left: 58px;
  position: relative;
}
#notifModule .sidebar-notification .notif-container .notif-body .notif-icon {
  position: absolute;
  left: 0;
}
#notifModule .sidebar-notification .notif-container .notif-body .notification-user {
  margin: 0;
  font-size: 13px;
}
#notifModule .sidebar-notification .notif-container .notif-body .notification-msg {
  margin: 0;
  display: inline;
}
#notifModule .sidebar-notification .notif-container .notif-body .notification-time {
  float: right;
  margin-right: 21px;
  font-size: 10px;
  line-height: 28px;
}

.chartLineContainer {
  height: 182px;
}
.chartLineContainer .lastMonthBox {
  border-radius: 5px;
  background-color: #0c4cff;
  width: 42px;
  height: 33px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 33px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.page-header.filter-header {
  display: flex;
  align-items: center;
}
.page-header.filter-header .btn-add-header .btn-primary {
  margin-left: 10px;
}
.page-header.filter-header .page-header-title h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #232323;
}
.page-header.filter-header .searchDentisteContainer {
  position: relative;
}
.page-header.filter-header .searchDentisteContainer:before {
  position: absolute;
  content: " ";
  background-image: url(/assets/images/iconsImage/search.png);
  width: 17px;
  height: 24px;
  opacity: 0.8;
  left: 37px;
  top: 15px;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-header.filter-header .searchDentiste {
  padding-left: 53px;
  width: 188px;
  height: 53px;
  border-radius: 5px;
  box-shadow: none;
  background-color: #fff;
  position: relative;
}
.page-header.filter-header .spacer {
  width: auto;
  margin: 0 auto;
}
.page-header.filter-header .formVilleContainer {
  display: flex;
  align-items: center;
}
.page-header.filter-header .formVilleContainer .control-label {
  opacity: 0.5;
  color: #232323;
  font-size: 13px;
  font-weight: 500;
}
.page-header.filter-header .formVilleContainer .filterBox {
  margin-left: 10px;
  width: 117px;
  height: 53px;
  background-color: #ffffff;
  margin-right: 30px;
  box-shadow: none;
}

.table > thead > tr > th, .table > thead > tr > th > a {
  opacity: 0.5;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid rgba(210, 210, 210, 0.1);
}
.table > thead > tr > th > a, .table > thead > tr > th > a > a {
  opacity: 1;
}
.table > tbody {
  border: none;
}

.newPagination .pagination {
  justify-content: flex-end !important;
}
.newPagination .pagination a.page-link {
  background: none;
  border: none;
}
.newPagination .pagination .active a.page-link {
  font-size: 14px;
  font-weight: 500;
  color: #0c4cff;
}
.newPagination .pagination .page-item a.page-link {
  font-size: 14px;
  font-weight: 500;
  color: rgba(87, 87, 87, 0.51);
}

.link-btn {
  width: 98px;
  height: 21px;
  color: #134dff;
  font-size: 14px;
  font-weight: 500;
}

.dentistDashboard .order-detail {
  margin-top: 20px;
}

.active .imageNavbar {
  filter: contrast(0) brightness(0);
}

.pcoded-navbar {
  position: fixed;
}

.loadingBar {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.42);
  top: 0;
  left: 0;
  z-index: 999999999999999;
}
.loadingBar.show {
  display: block;
}
.loadingBar .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  max-width: 400px;
  height: 40px;
  margin: auto;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
}
.loadingBar .bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  transform: translateX(-120%);
  animation: 1s loading ease-in-out infinite;
}
@keyframes loading {
  100% {
    transform: translateX(120%);
  }
}

.progress-container {
  width: fit-content;
}
.progress-container .progress-title {
  width: max-content;
}
.progress-container .progress {
  display: list-item;
  height: 30px;
  background: #fff;
  border: 1px solid #147ce5 !important;
  margin-bottom: 10px;
  padding: 5px;
  width: 400px;
}
.progress-container .progress > .abort {
  float: right;
  font-size: 18px;
  cursor: pointer;
  line-height: 18px;
  opacity: 0.5;
}
.progress-container .progress > .abort:hover {
  opacity: 1;
}
.progress-container .progress .progress-bar {
  width: 0%;
  transition: width ease 0.1s;
  background-color: #147ce5 !important;
  max-width: 100%;
  height: 5px !important;
  margin-top: 5px;
}
.progress-container .progress-error {
  border: 1px solid #e65442;
  color: #e65442;
}
.progress-container .progress-error > .progress-bar {
  background-color: #e65442;
}

.iconNotif {
  margin-left: -40px !important;
  margin-right: -5px !important;
}

.searchBox {
  position: relative;
}

.searchBoxInput {
  height: 53px;
  border-radius: 5px !important;
  box-shadow: none;
  position: relative;
}

.filterBoxInput {
  color: #575757;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 53px;
  margin-right: 30px;
  box-shadow: none;
}

.labelMobile {
  height: 24px;
  color: #575757;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}

.labelBlack {
  height: 24px;
  color: #232323 !important;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.labelProfil {
  padding: 0.5rem !important;
  height: 21px !important;
  color: #7a7a7a !important;
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 21px !important;
}

.labelGrey {
  opacity: 0.5;
  color: #575757 !important;
  font-family: Poppins;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.margin-line-mobile {
  margin: 15px 0;
}

.loginLabel {
  color: blue;
  margin-bottom: 15px;
  font-size: 1.7rem !important;
}

.textLogin {
  margin-bottom: 140px;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 27px;
  color: #575757;
}

.inputLogin {
  padding: 20px 30px !important;
  line-height: 24px;
}

.loginButton {
  width: 100%;
  height: 65px;
  text-align: center;
  border: none !important;
  background-color: #0C4CFF !important;
  min-width: 80%;
  color: white;
  border-radius: 0px;
  padding: 20px 30px !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.title-m-border-b {
  border-bottom: solid 1px rgba(210, 210, 210, 0.31);
  padding-bottom: 30px;
}

.scrollDiv {
  overflow: hidden;
}
.scrollDiv .scrollElement {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100px;
  -webkit-overflow-scrolling: touch;
}
.scrollDiv .scrollElement::-webkit-scrollbar {
  display: none;
}
.scrollDiv .scrollElement a {
  display: inline-block;
  text-align: center;
}

.gridDiv {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.tasksMobile {
  text-align: center !important;
  height: 150px !important;
  width: auto !important;
}

.imagePatientDiv {
  display: grid;
  margin-left: -30px;
  margin-bottom: 20px;
  text-align: center;
}
.imagePatientDiv div {
  margin-left: auto;
  margin-right: auto;
}
.imagePatientDiv .imagePatient {
  margin-bottom: 20px;
}
.imagePatientDiv .patientName {
  height: 27px;
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.imagePatientDiv .patientStatus {
  height: 21px;
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.backButton {
  height: 27px;
}

/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs label {
  order: 1;
  display: block;
  cursor: pointer;
  height: 24px;
  color: #d2d2d2;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem 0rem;
}
.tabs .tab .d-flex .labelBlack {
  max-width: 75%;
  word-wrap: break-word;
  height: max-content;
}
.tabs input[type=radio] {
  display: none;
}
.tabs input[type=radio]:checked + label {
  height: 24px;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.tabs input[type=radio]:checked + label + .tab {
  display: block;
  margin-top: 25px;
}
.tabs .patientBoxMobile {
  height: 65px;
  background: #ffffff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.tabs .patientBoxMobile .row {
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 15px;
}
.tabs .patientBoxMobile .row label {
  padding-top: 5px !important;
}

.formInputMobile {
  border: 1px !important;
  background-color: #ffffff;
  height: 65px !important;
  font-size: 16px;
  border-radius: 0px !important;
  padding: 15px;
  box-shadow: 10px 20px 20px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.labelRadio {
  font-size: 16px;
}

@media (min-width: 769px) {
  .sidebarContainer {
    position: fixed !important;
    right: 0;
    height: 100%;
  }
  .sidebarContainer .showChat_inner .chat-inner-header .header-chat {
    font-size: 16px;
  }
  .sidebarContainer .chi-h-back {
    position: absolute;
    display: block !important;
    top: calc(50% - 9px);
    font-size: 9px;
    font-family: FontAwesome !important;
    cursor: pointer;
    left: -29px;
  }
  .sidebarContainer .listPatients {
    padding-right: 15px;
  }
  .sidebarContainer .listPatients .lp-patient-text {
    font-size: 14px;
  }
  .sidebarContainer .listPatients .lp-patient-desc {
    font-size: 12px;
  }
  .sidebarContainer .listPatients .lp-sortBy span {
    font-size: 14px !important;
  }

  .chat-desc {
    font-size: 12px;
  }

  .pcoded[theme-layout=vertical].pcoded-wrapper, .pcoded[theme-layout=vertical] .pcoded-main-container {
    margin: 0;
  }
}
.showChat_inner .chat-messages {
  padding-left: 0 !important;
}

body {
  font-size: calc(100vw / 1366 * 13);
}
body .card .card-block p, body .table td {
  font-size: 13px;
}
@media (max-width: 1366px) {
  body .card .card-block p, body .table td {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  body .card .card-block p, body .table td {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
  body .main-menu, body .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-header .pcoded-left-header, body .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar {
    width: -webkit-fill-available !important;
  }
  body .pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-content {
    margin-left: 0px !important;
  }
}

.icons-mobile {
  margin-right: 20px;
}

.notif-badge {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  text-align: center;
  background: #134dff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  right: 77px;
  top: 19px;
  display: none;
}

.msg-badge {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  text-align: center;
  background: #134dff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  right: 30px;
  top: 19px;
  display: none;
}

.msg-sidebar-badge {
  position: absolute;
  display: none;
  right: 35px !important;
  top: 5px !important;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  text-align: center;
  background: #134dff;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}

.file-mobile-upload {
  position: relative;
}
.file-mobile-upload:after {
  content: url(/assets/images/iconMobile/upload.svg);
  position: inherit;
  border-top: none;
  top: 0;
  right: 0;
  display: block;
  color: #232323;
  font-weight: 700;
  z-index: 25;
  text-align: center;
  pointer-events: none;
  background: #ffffff;
}
.file-mobile-upload:hover:before {
  background: #cacaca;
}
.file-mobile-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.listPreviewPhotoMobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0px -10px;
}
.listPreviewPhotoMobile .photoItem .deleteItem {
  float: right;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
  top: 24px;
  right: 0%;
  background-color: white;
}
.listPreviewPhotoMobile .photoItem .photo {
  height: 145px;
  width: 100%;
  padding: 10px !important;
}

.uploadDiv {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  height: 80px;
  padding: 30px;
  color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uploadDiv .typePhoto {
  height: 60px;
}

img[src="/assets/images/iconMobile/backspace.png"] {
  position: relative;
  z-index: 100;
}

.interfacesMobile {
  margin: 30px;
}

.cas-patient {
  width: 100%;
}
.cas-patient .wizard-header {
  display: none;
}
.cas-patient .vue-form-wizard.md .wizard-icon-circle {
  width: 15px !important;
  height: 15px !important;
}
.cas-patient .lineBar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  transition: width 0.3s ease;
  background-color: #134dff !important;
  color: #134dff !important;
  width: 100%;
}
.cas-patient .wizard-btn {
  background-color: #134dff !important;
  border-color: #134dff !important;
  color: white;
}
.cas-patient .vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  top: 11px !important;
  height: 2px !important;
}
.cas-patient .wizard-footer-left > span > button {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
  border-width: 1px !important;
}
.cas-patient button[tabindex="-1"] {
  border-radius: inherit !important;
  line-height: 2.5 !important;
}

#listPhoto {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90%;
}

.imageNotif {
  border-radius: 50%;
  background-color: white;
  padding: 7px;
  margin-right: 15px;
  height: 35px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.imageNotif.msg {
  width: 35px;
  background: url(assets/images/button/message.svg) no-repeat center;
  background-size: 57%;
}

.image-notif-container {
  border-radius: 50%;
  background-color: white;
  margin-left: 10px;
  height: 35px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  width: 35px;
  text-align: center;
  padding: 7px 7px 7px 6px;
}
.image-notif-container img {
  width: 16px;
  height: 16px;
}

.icon-m {
  color: #575757;
}

.alertMessage {
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #ef5350;
  border-radius: 8px;
  font-weight: 600;
  color: #c62828;
}

.active .icon-m {
  color: #134dff !important;
}
.active .icon-m:before {
  color: #134dff !important;
}

.list-radio {
  display: flex;
  flex-direction: column;
}

.cardImg {
  background: url(/assets/images/card.jpg) no-repeat;
  width: 22px;
  background-size: contain;
  height: 100%;
}
.cardImg.c-i-big {
  background: url(/assets/images/card.jpg) no-repeat center;
  width: 119px;
  background-size: contain;
  height: 94px;
}

.designOffer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.designOffer:last-child {
  border: none;
}

.radio-circle {
  display: flex;
  margin-bottom: 4px;
  cursor: pointer;
}
.radio-circle input {
  display: none;
}
.radio-circle input:checked + .box-radio:before {
  box-shadow: inset 0 0 0 4px #ffffff;
}
.radio-circle .box-radio {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 2px 12px 2px 2px;
  transition: 0.25s;
}
.radio-circle .box-radio:before {
  display: flex;
  content: "";
  background-color: #393939;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 6px;
  transition: 0.25s;
  box-shadow: inset 0 0 0 10px #ffffff;
  border: 2px solid #393939;
}

#conversationInterface .listPatient {
  overflow: hidden;
  height: 590px;
  /* Track */
  /* Handle */
  /* Handle on hover */
  margin-top: 22px;
}
#conversationInterface .listPatient::-webkit-scrollbar {
  width: 5px;
}
#conversationInterface .listPatient::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey !important;
  border-radius: 10px;
}
#conversationInterface .listPatient::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
#conversationInterface .listPatient::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
#conversationInterface .listPatient:hover {
  overflow-y: scroll;
}
#conversationInterface .patientChatItem {
  width: 100%;
  border-radius: 7px;
}
#conversationInterface .patientSelected .patient-icon {
  position: absolute;
  left: 0;
}
#conversationInterface .patientSelected .patient-icon img {
  border-radius: 50% !important;
  width: 60px !important;
}
#conversationInterface .patientSelected .media-body {
  padding-left: 80px;
}
#conversationInterface .patientChatItem {
  padding: 10px 0px 10px 80px;
  margin-right: 14px;
  transition: 0.3s all;
  cursor: pointer;
  border-bottom: solid 1px rgba(210, 210, 210, 0.31);
  position: relative;
}
#conversationInterface .patientChatItem:hover {
  background-color: #f1f1f1;
}
#conversationInterface .patientChatItem .patient-icon {
  padding-left: 15px;
  position: absolute;
  left: 0;
}
#conversationInterface .patientChatItem .patient-icon img {
  border-radius: 45% !important;
  width: 45px !important;
}
#conversationInterface .patientChatItem .patient-name {
  margin: 0;
  font-size: 13px;
}
#conversationInterface .patientChatItem .patient-msg {
  margin: 0;
}
#conversationInterface .patientChatItem .patient-time {
  float: left;
  margin-right: 21px;
  font-size: 10px;
  line-height: 28px;
}
#conversationInterface .vertical {
  height: auto;
  border-left: solid 1px rgba(210, 210, 210, 0.31);
}
#conversationInterface .listMessageConversation {
  overflow: hidden;
  width: 100%;
}
#conversationInterface .listMessageConversation::-webkit-scrollbar {
  width: 5px;
}
#conversationInterface .listMessageConversation::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey !important;
  border-radius: 10px;
}
#conversationInterface .listMessageConversation::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
#conversationInterface .listMessageConversation::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
#conversationInterface .listMessageConversation:hover {
  overflow-y: scroll;
}
#conversationInterface .listMessageConversation .chat-menu-content {
  max-width: max-content !important;
}
#conversationInterface .listMessageConversation div .media {
  display: inline-flex;
  position: fixed !important;
  max-width: fit-content;
}
#conversationInterface .chat-input-box {
  border: none;
  position: absolute;
  bottom: 5px;
  width: 85%;
  padding-top: 20px;
}
#conversationInterface .chat-input-box .chat-reply-box {
  border-top: none;
  border-top: none;
  width: 100%;
  bottom: 10px;
  background-color: #F5F5F5;
}
#conversationInterface .chat-input-box .chat-box-input {
  width: 100%;
  border: none;
  height: 30px;
  padding: 0px;
  background-color: #F5F5F5;
}
#conversationInterface .headerInnerDivChat {
  padding: 15px;
  border-bottom: solid 1px rgba(210, 210, 210, 0.31);
}
#conversationInterface .notSeenMsg {
  color: #001df6;
  font-weight: 600;
}
.filterDentisteContainer {
  height: 50px;
  border-radius: 7px;
  border: none;
  background-color: #F5F5F5;
  margin: 10px 15px 10px 15px;
  border: none;
}

.labelBackListDentiste {
  text-align: center;
  border-bottom: solid 1px rgba(210, 210, 210, 0.31);
  margin-bottom: -15px;
}

#search-form {
  display: none;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src: url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
.display-mobile {
  display: none;
}

@media (max-width: 768px) {
  .m-logo {
    height: 88px;
    display: block;
    margin-bottom: 39px;
  }

  .formInput {
    border: none !important;
    border-radius: 5px !important;
    background-color: #f6f4f4;
    padding: 15px;
  }

  .login-block {
    background: #fff;
    display: block;
    padding: 80px 35px;
  }
  .login-block .auth-box {
    margin: 0;
  }
  .login-block .card {
    box-shadow: none;
  }
  .login-block a {
    color: #292323;
  }
  .login-block .card-block {
    padding: 0;
  }
  .login-block .m-container {
    min-height: calc(100vh - 180px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .m-flex {
    display: flex;
  }

  .m-text-h1 {
    font-size: 43px;
    font-weight: bold;
    color: #0C4CFF;
  }

  .m-text-desc {
    font-size: 23px;
    line-height: 29px;
    font-weight: 500;
  }

  .display-mobile {
    display: block;
  }

  .display-desktop {
    display: none !important;
  }

  .m-text-font-s {
    font-size: 16px;
  }

  .pcoded-main-container {
    width: 100% !important;
  }

  .pcoded-content {
    margin-bottom: 45px;
  }

  nav.pcoded-navbar {
    width: 100% !important;
    bottom: 0;
    position: fixed;
    min-height: auto !important;
    height: auto !important;
  }
  nav.pcoded-navbar .pcoded-navigatio-lavel {
    display: none;
  }
  nav.pcoded-navbar .pcoded-inner-navbar.main-menu {
    width: 100% !important;
  }
  nav.pcoded-navbar .pcoded-micon {
    margin-right: 0 !important;
  }
  nav.pcoded-navbar .pcoded-item.pcoded-left-item {
    display: flex;
    justify-content: center;
  }
  nav.pcoded-navbar .pcoded-item > li {
    margin-bottom: 0px !important;
  }
  nav.pcoded-navbar .pcoded-item > li > a {
    display: flex !important;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  nav.pcoded-navbar .pcoded-item > li > a:before {
    left: initial !important;
    right: 0 !important;
    content: "";
    display: none;
  }
  nav.pcoded-navbar .pcoded-item > li.active > a {
    background: none !important;
  }
  nav.pcoded-navbar .pcoded-item > li.active > a span, nav.pcoded-navbar .pcoded-item > li.active > a i {
    color: #2c2c2c;
  }

  .order-detail {
    height: auto;
  }

  .m-margin {
    margin-bottom: 17px;
  }

  .list-tasks {
    flex-wrap: wrap;
  }
  .list-tasks .task-text {
    text-align: center;
  }
  .list-tasks .item {
    margin-bottom: 20px;
  }

  .pcoded-container .sidebarContainer {
    background: #F8FAFC;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .pcoded-container .sidebarContainer #notifModule, .pcoded-container .sidebarContainer #sidebarChat {
    display: none;
    background: #F8FAFC;
    padding-left: 30px;
    height: calc(100vh - 60px);
  }
  .pcoded-container .sidebarContainer #notifModule.activeMobile, .pcoded-container .sidebarContainer #sidebarChat.activeMobile {
    height: calc(100vh - 120px);
  }
  .pcoded-container .sidebarContainer .showChat_inner {
    background: #F8FAFC;
    border: none;
    width: 100%;
    height: 90%;
  }
  .pcoded-container .sidebarContainer .showChat_inner .listMessage {
    height: calc(100% - 243px) !important;
  }
  .pcoded-container .sidebarContainer .showChat_inner .chat-inner-header {
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(210, 210, 210, 0.31);
    padding: 26px 30px;
    position: relative;
  }
  .pcoded-container .sidebarContainer .showChat_inner.startChat .btn-start {
    width: 100%;
  }
  .pcoded-container .sidebarContainer .showChat_inner .chat-reply-box {
    background: #f8fafc;
  }
  .pcoded-container .sidebarContainer .showChat_inner .lp-patients-list {
    overflow-y: scroll;
    height: calc(100vh - 303px);
  }
  .chi-h-back, .chi-h-close {
    position: absolute;
    display: block !important;
    top: calc(50% - 9px);
    font-size: 18px;
    font-family: FontAwesome !important;
    cursor: pointer;
  }

  .chi-h-back {
    left: 0;
  }

  .chi-h-close {
    right: 0;
  }

  #notifModule .sd-notif {
    position: relative;
    padding-right: 30px;
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: solid 1px rgba(210, 210, 210, 0.31);
  }
  #notifModule .sidebar-notification {
    padding-right: 30px;
    height: calc(100% - 58px);
  }
  #notifModule .notif-container {
    width: 100% !important;
  }
  #notifModule .sd-notif-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  #notifModule .notif-body .notification-user {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  #notifModule .notif-body .notification-msg {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .patientProfileMobile .display-mobile {
    position: relative;
    z-index: 1;
  }
  .patientProfileMobile:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0%;
    height: 360px;
    z-index: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  .pp-m-btns {
    display: flex;
    margin-top: 19px;
  }

  .pp-m-btn {
    min-width: 150px;
    border-radius: 31px !important;
  }

  .pp-m-btn-chat {
    background-image: url("/assets/images/iconMobile/chat.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 100% !important;
    min-width: 0;
    background-color: transparent !important;
    padding: 18px;
    margin-left: 10px;
  }

  .quick-links {
    margin-bottom: 12px;
  }

  .cas-patient-page .page-header {
    margin-bottom: 0 !important;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 18px;
  }
  .cas-patient-page .cas-patient-card {
    box-shadow: none;
    background: none;
  }
  .cas-patient-page .cas-patient-card .card-block {
    padding: 0;
  }
  .cas-patient-page .cas-patient-card .wizard-icon-circle {
    display: none;
  }
  .cas-patient-page .cas-patient-card .wizard-progress-with-circle {
    display: none;
  }
  .cas-patient-page .cas-patient-card .wizard-nav.wizard-nav-pills {
    width: 118%;
    border-bottom: solid 1px #d2d2d2;
    padding: 17px 0 0;
    margin-left: 14px;
    transition: 0.3s all;
  }
  .cas-patient-page .cas-patient-card .vue-form-wizard.finishFirstStep .wizard-nav.wizard-nav-pills {
    transform: translateX(-79px);
  }
  .cas-patient-page .cas-patient-card .vue-form-wizard .wizard-nav-pills li {
    align-items: start;
    flex: auto;
    padding-bottom: 17px;
  }
  .cas-patient-page .cas-patient-card .vue-form-wizard .wizard-nav-pills li .stepTitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .cas-patient-page .cas-patient-card .vue-form-wizard .wizard-nav-pills li.active {
    border-bottom: solid 3px #134dff;
  }
  .cas-patient-page .cas-patient-card .vue-form-wizard .wizard-nav-pills > li.active > a,
.cas-patient-page .cas-patient-card .vue-form-wizard .wizard-nav-pills > li.active > a:focus,
.cas-patient-page .cas-patient-card .vue-form-wizard .wizard-nav-pills > li.active > a:hover {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .cas-patient-page .cas-patient-card .wizard-tab-container {
    padding-top: 25px !important;
  }
  .cas-patient-page .cas-patient-card .wizard-tab-container .line {
    display: none;
  }
  .cas-patient-page .cas-patient-card .vue-form-wizard .wizard-tab-content {
    padding: 0;
  }
  .cas-patient-page .cas-patient-card .vue-form-wizard .wizard-tab-content #steps-forms {
    margin-top: 0 !important;
  }

  .m-title {
    display: flex;
  }

  .m-t-patient {
    display: flex;
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .m-t-patient .m-t-p-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    flex-basis: 50%;
  }
  .m-t-patient .m-t-p-date {
    color: rgba(87, 87, 87, 0.51);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    flex-basis: 50%;
  }
  .m-t-patient .m-t-p-id {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    flex-basis: 100%;
  }

  .btn-backspace {
    background: url("/assets/images/iconMobile/backspace.png") no-repeat center;
    background-size: contain;
    height: 27px;
    width: 13px;
  }

  .m-title-cas {
    margin-left: 19px;
    font-size: 20px;
    font-weight: 600;
  }

  .m-btn-circle {
    width: 88px;
    height: 88px;
    background: #134dff;
    box-shadow: 0px 10px 20px rgba(19, 77, 255, 0.5);
    position: fixed;
    bottom: 75px;
    right: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
  }
  .m-btn-circle .icon-m-plus {
    font-size: 28px;
    color: #fff;
  }
}

/*# sourceMappingURL=style.css.map */
