@font-face {
  font-family: 'Nunito';
  src: url('../../../fonts/Nunito/Nunito-Regular.ttf');
}

@font-face {
  font-family: 'OpenSauce-SemiBold';
  src: url('../../../fonts/Open-Sauce/OpenSauceOne-SemiBold.ttf');
}

@font-face {
  font-family: 'Telegraf';
  src: url('../../../fonts/Telegraf/PPTelegraf-Regular.otf');
}

@font-face {
  font-family: 'Telegraf-Bold';
  src: url('../../../fonts/Telegraf/PPTelegraf-UltraBold.otf');
}

body {
  direction: rtl;
}

.inner-loader-holder {
  position: relative;
}
.inner-loader-holder .preloader2 {
  position: absolute;
  z-index: 999;
}
.preloader-fixed {
  position: absolute;
  z-index: 999;
}

.dir-ltr {
  direction: ltr !important;
}
.dir-rtl {
  direction: rtl !important;
}

.pos-rel {
  position: relative !important;
}

.floatL {
  float: right !important;
}
.floatR {
  float: left !important;
}
.center {
  text-align: center !important;
}
.full-width {
  width: 100% !important;
}
.text-left {
  text-align: right !important;
}
.text-right {
  text-align: left !important;
}
.cursor-pointer {
  cursor: pointer !important;
}

.datepicker .prev,
.datepicker .next {
  transform: rotate(180deg);
}

.recaptcha-holder {
  position: relative;
}
.recaptcha-holder img.recaptcha-img {
  position: absolute;
  bottom: 1px;
  left: 8px;
}

div.scrollable {
  overflow: auto;
}

.select2-container {
  width: 100%;
  border: 1px solid #e4e7ea;
  border-radius: 0px;
  padding: 7px 12px;
  text-align: right;
}
.select2-container.select2-container-multi {
  border: none;
  padding: 0;
}
.select2-container-multi .select2-choices {
  border: 1px solid #e4e7ea;
}

#frmWizard .select2-container {
  border-color: #ccc;
  border-radius: 5px;
}
#frmWizard .select2-container.select2-container-multi {
  border-radius: 0px;
}
#frmWizard .select2-container-multi .select2-choices {
  border-color: #ccc;
  border-radius: 5px !important;
}

.top-left-part .logo img {
  width: 100%;
}
.top-left-part .logo .full-logo {
  margin-right: 5px;
}

.navbar-top-links .dropdown-user li a i {
  display: inline-block;
  width: 20px;
  text-align: right;
}

.doctorWizard#eliteregister li {
  width: calc(100% / 9);
}

.patientWizard.new#eliteregister li {
  width: calc(100% / 10);
}
.patientWizard.visits#eliteregister li {
  width: calc(100% / 6);
}

.invalid {
  border-color: #d9534f !important;
}

.wizard-box .form-group {
  margin-bottom: 0px !important;
}
span.required {
  color: #ff2525;
  margin-right: 2px;
}

/*.form-group label .mytooltip.info{

}*/
.form-group label .mytooltip.info .tooltip-item {
  background: none;
}
.form-group label .mypopover.info {
  margin-right: 10px;
  cursor: pointer;
}

.form-group .col-form-label {
  text-align: right;
}

.measurements-preferences {
  display: block;
  position: relative;
  width: 100%;
}
.measurements-preferences .bloc {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.measurements-preferences .bloc .title {
  margin: 0;
  text-align: right;
  font-size: 22px;
  line-height: 30px;
}
.measurements-preferences .bloc .list {
  display: block;
}
.measurements-preferences .bloc .list .list-item {
  float: left;
  width: 30%;
  margin-left: 3%;
}
.measurements-preferences .bloc .list .list-item.select-all {
  width: 96%;
  margin-right: 0;
}
.measurements-preferences .bloc .list .list-item a {
  color: #999;
  border-color: #dedede;
  background-color: #fff;
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0 6px 0;
}
.measurements-preferences .bloc .list .list-item a:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 7px;
  top: 10px;
  right: 5px;
  border-bottom: 2px solid #73c595;
  border-left: 2px solid #73c595;
  transform: rotate(-45deg);
  display: none;
}
.measurements-preferences .bloc .list .list-item a.active {
  color: #73c595;
  border-color: #73c595;
}
.measurements-preferences .bloc .list .list-item a.active:after {
  display: block;
}
.measurements-preferences .bloc .list .list-item input[type='checkbox'] {
  display: none;
}

.form-group .infotext,
.form-group .showhidepass {
  position: relative;
}
.form-group .infotext .infotextbtn,
.form-group .showhidepass .showhidebtn {
  position: absolute;
  z-index: 99;
}
.form-group .infotext .infotextbtn i,
.form-group .showhidepass .showhidebtn i {
  color: #359a71;
  transition: all 0.5s;
}
.form-group .infotext .infotextbtn:hover i,
.form-group .showhidepass .showhidebtn:hover i {
  opacity: 0.7;
}

.form-group .infotext .infotextbtn {
  top: 9px;
  left: 15px;
}
.form-group .showhidepass input {
  direction: ltr;
}
.form-group .showhidepass .showhidebtn {
  top: 9px;
  right: 15px;
}
.form-group .showhidepass .infotextbtn {
  right: 15px;
  left: unset;
}
.form-group .showhidepass .infotextbtn + .showhidebtn {
  right: 38px;
}
.form-group .infotext .infotextbtn:hover {
  cursor: help;
}
.form-group .showhidepass .showhidebtn:hover {
  cursor: pointer;
}

.subtitle {
  font-size: 12px;
  margin-top: -8px;
  display: block;
}

.label-bloc {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0px;
}
.label-square {
  border-radius: 3px;
}

.white-box-link {
  display: block;
  color: #686868;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.white-box-link:hover {
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.35);
}

.white-box-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.white-box-buttons .fa {
  float: right;
  margin-right: 6px;
}
.white-box-buttons .fa.active {
  color: #73c595;
}
.white-box-buttons .fa.not-active {
  color: #000;
}
.white-box-buttons .fa.not-active:hover {
  color: #73c595;
}

.input-group .asColorPicker-wrap,
.input-group .asColorPicker-wrap input {
  width: 100%;
}
.input-group .asColorPicker-trigger {
  z-index: 9;
}

.white-box > .btn {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

/*.table .actions{

}*/
.table th {
  text-align: right;
}
.actions .btn {
  padding: 0;
  margin-left: 5px;
}
.actions .btn.circle {
  background-color: #73c595;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #73c595;
}
.actions .btn.circle:hover {
  background-color: #fff;
  color: #73c595;
}
.btn {
  white-space: unset;
}
.btn.success {
  cursor: unset;
  opacity: 0.65;
}

.table.bill-items .form-control,
.table.payment-items .form-control {
  height: 24px !important;
  padding: 0px 6px !important;
}

.jsRedirecting {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.jsRedirecting .jsCount {
  font-weight: 600;
}
.jsRedirecting a {
  color: #fff;
  font-weight: 600;
}
#eliteregister li.active {
  cursor: pointer;
}

.table.draggable tbody td:hover {
  cursor: pointer;
}

.text-separator {
  position: relative;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #686868;
}
.text-separator:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #73c595;
  width: calc(50% - 20px);
  height: 2px;
}
.text-separator:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  background: #73c595;
  width: calc(50% - 20px);
  height: 2px;
}

.nav.customtab > li > a {
  padding: 10px 12px;
}

.swal2-popup {
  width: unset !important;
  min-width: 32em;
}

.divPatientCreateMealPlan {
  margin-bottom: 10px;
  text-align: left !important;
}
.divPatientCreateMealPlan a {
  font-weight: 600;
}

.list-inline.list-block > li {
  display: block !important;
}

.accounting-user-balance td {
  font-size: 11pt;
}
/*.accounting-user-balance tbody tr td{

}*/
.accounting-user-balance tfoot {
  border-top: 1px solid #686875;
}
.accounting-user-balance tfoot tr td {
  font-weight: 500;
}

.topright-icons {
  position: absolute;
  top: 25px;
  right: 25px;
}
.topright-icons a {
  float: right;
  margin-right: 8px;
}
.topright-icons .fa {
  font-size: 20pt;
  color: #73c595;
}

.stripe-holder {
  width: 100%;
  max-width: 500px;
  margin: 15px auto;
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
}
.stripe-holder .powered-by-stripe {
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
}
.stripe-info {
  margin-bottom: 10px;
}
.stripe-info > * {
  display: block;
  margin-bottom: 3px;
}
.stripe-info .stripe-title {
  font-size: 14pt;
  font-weight: 600;
}
.stripe-info .stripe-description {
}
.stripe-info .stripe-amount {
  font-weight: 600;
}
.stripe-card {
  margin-bottom: 15px;
}

.logo-holder {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.logo-holder img {
  height: 75px;
}
.logo-holder span {
  font-family: 'Nunito' !important;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16pt !important;
  line-height: 16pt !important;
}

.bg-banner {
  width: 100vw;
  height: 100vh;
}
.auth-section,
.bg-banner .background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.bg-banner .background .img {
  width: 100%;
  height: 100%;
}
.bg-banner .background .img.mobile {
  display: none;
}
.auth-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
}
.auth-section .center {
  width: 100%;
}
.auth-section .right,
.auth-section .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.auth-section .preview {
  width: 300px;
}
.auth-section .login-langs {
  font-size: 14pt;
  text-transform: uppercase;
}
.auth-section .login-langs li {
  padding: 0 10px;
  border-left: 1px solid #e2b85c;
}
.auth-section .login-langs li a {
  color: #e2b85c;
}
.auth-section form {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth-section form .box-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 12pt;
}
.auth-section form .client-question {
  color: #fff;
  font-size: 12pt;
  letter-spacing: 1px;
}
.auth-section form .client-question a {
  color: #e2b85c;
}
.auth-section form .alert {
  box-shadow: 0px 0px 10px 2px #e2b85c;
  border-radius: 10px;
}
.auth-section form input {
  border: 1px solid #e2b85c !important;
  padding: 0 10px !important;
  color: #e2b85c !important;
}
.auth-section form input::placeholder {
  color: #ccc;
}
.auth-section form .form-group.select {
  padding: 0 8px;
}
.auth-section form select {
  border: 1px solid #e2b85c !important;
  padding: 10px !important;
  color: #e2b85c !important;
  width: 100%;
}
.auth-section form input:focus,
.auth-section form select:focus {
  background-image: none !important;
}
.auth-section form .form-group .infotext .infotextbtn i,
.auth-section form .form-group .showhidepass .showhidebtn i {
  color: #fff;
}
.auth-section form .checkbox,
.auth-section form .radio-list {
  margin-right: 25px;
}
.auth-section form .radio-list > label {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: right;
  margin: 0;
}
.auth-section form .checkbox > input,
.auth-section form .radio-list > label > input {
  display: none;
}
.auth-section form .checkbox > input + label,
.auth-section form .radio-list > label > input + span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #e2b85c;
  font-size: 12pt;
  font-weight: 300;
  text-align: right;
}
.auth-section form .checkbox > input + label {
  padding-right: 15px;
}
.auth-section form .checkbox > input + label .inverted {
  color: #fff;
  text-shadow: 1px 1px #0f9a63;
}
.auth-section form .checkbox > input + label .inverted a {
  color: #e2b85c;
  text-shadow: none;
}
.auth-section form .checkbox > input + label::before,
.auth-section form .radio-list > label > input + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #e2b85c;
  background: transparent;
}
.auth-section form .checkbox > input + label::before {
  right: 5px;
  border-radius: 0;
  width: 18px;
  height: 18px;
}
.auth-section form .radio-list > label > input + span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #e2b85c;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  right: 4px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.auth-section form .checkbox > input + label::after {
  right: 4px;
}
.auth-section form .checkbox > input:checked + label::before {
  background-color: #e2b85c;
  border-color: #e2b85c;
}
.auth-section form .radio-list > label > input:checked + span:before {
  background-color: transparent;
  border-color: #e2b85c;
}
.auth-section form .checkbox > input:checked + label::after,
.auth-section form .radio-list > label > input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}
.auth-section .social a {
  border-radius: 50%;
  margin: 0 2px;
}
.auth-section .questions {
  color: #0f9a63;
  margin-top: 15px;
}
.auth-section .questions p {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  text-shadow: 1px 1px #fff;
}
.auth-section .questions a {
  color: #e2b85c;
  text-shadow: none;
}

@media screen and (max-width: 1000px) {
  .measurements-preferences .bloc .list .list-item {
    width: 48%;
    margin-left: 2%;
  }
  .measurements-preferences .bloc .list .list-item.select-all {
    width: 98%;
  }
}

@media screen and (max-width: 991px) {
  .auth-section {
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }
  .auth-section .left,
  .auth-section .center {
    height: unset;
  }
  .auth-section .center {
    padding-top: 25px;
  }
  .auth-section .left {
    width: 100%;
  }
  .auth-section .right {
    display: none;
  }
  .auth-section form {
    padding: 15px 10px !important;
  }
}

@media screen and (max-width: 768px) {
  #page-wrapper {
    width: 100%;
  }

  .nav.navbar-top-links.navbar-left.hidden-xs {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .measurements-preferences .bloc .list .list-item {
    width: 100%;
    margin-left: 0;
  }
  .measurements-preferences .bloc .list .list-item.select-all {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .img-thumb {
    max-width: 128px;
  }
  .divMealPlanPreview .nav.customtab > li > a {
    padding: 10px 3px;
  }

  .bg-banner .background .img.desktop {
    display: none;
  }
  .bg-banner .background .img.mobile {
    display: block;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #73c595;
  border-color: #73c595;
}

/* .messages-preview{

} */
.messages-preview .message-bloc {
  display: block;
  width: 100%;
  /* border-bottom: 1px solid #ddd; */
  padding: 10px 15px;
}
.messages-preview .message-bloc.go-left {
  float: left;
}
.messages-preview .message-bloc.go-right {
  float: right;
}

/* .message-bloc .user-profile{

} */
.message-bloc.go-left .user-profile {
  float: left;
  margin-left: 10px;
}
.message-bloc.go-right .user-profile {
  float: right;
  margin-right: 10px;
}

/* .message-bloc .user-name{

} */
.message-bloc.go-left .user-name {
  float: left;
}
.message-bloc.go-right .user-name {
  float: right;
}

.message-bloc .message-body {
  max-width: 75%;
  min-width: 250px;
  /* margin-top: 10px; */
  color: #000;
  border: 2px solid #73c595;
  padding: 8px;
  border-radius: 25px;
  background-color: rgba(115, 197, 149, 0.3);
  text-align: right;
}
.message-bloc .message-body.draft {
  border-color: #e2b85c;
  background-color: rgba(251, 150, 120, 0.3);
}
.message-bloc.go-left .message-body {
  float: left;
  margin-left: 25px;
}
.message-bloc.go-right .message-body {
  float: right;
  margin-right: 25px;
}

.message-bloc .message-body .message-pre {
  color: #999;
  font-weight: 600;
  font-size: 9pt;
  line-height: 20px;
}
.message-bloc .message-body .message-pre i {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 1.4rem;
}
.message-bloc .message-body .message-pre .pre-btn {
  float: right;
  margin: 5px 0 0px 5px;
  padding: 1px 6px;
  border-radius: 54px;
}
.message-bloc .message-body .message-pre hr {
  margin: 5px 0;
}
.message-bloc .message-body .message-attachments {
  padding: 0;
  list-style: none;
  margin: 0;
}
.message-bloc .message-body .message-attachments li {
  float: right;
  margin-right: 5px;
}
.message-bloc .message-body .message-attachments li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #269445;
}
.message-bloc .message-body .message-attachments li a:hover {
  color: #359a71;
}
.message-bloc .message-body .message-attachments li a i {
  font-size: 16px;
}

.message-bloc .message-date {
  color: #999;
  font-weight: 600;
  font-size: 8pt;
}
.message-bloc.go-left .message-date {
  float: left;
}
.message-bloc.go-right .message-date {
  float: right;
}

.message-bloc .message-views {
  color: #999;
  font-weight: 600;
  font-size: 8pt;
  line-height: 16px;
}
.message-bloc .message-views img {
  display: unset;
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
.message-bloc.go-left .message-views {
  float: right;
}
.message-bloc.go-right .message-views {
  float: left;
}

.privilege-page {
}
.privilege-page .privilege-box {
  display: block;
  margin-bottom: 15px;
  border: 3px solid #73c595;
}
.privilege-page .privilege-box .privilege-title {
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #73c595;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}
.privilege-page .privilege-box .privilege-title .fa {
  margin-left: 5px;
}
.privilege-page .privilege-box .privilege-title .bootstrap-switch {
  float: left;
}
.privilege-page .privilege-box .privilege-subtitle {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 25px;
  background-color: #edf1f5;
  color: #73c595;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}
.privilege-page .privilege-box .privilege-subtitle.collapsed {
  border-bottom: 1px solid #73c595;
}
.privilege-page .privilege-box.collapsed > .privilege-subtitle,
.privilege-page .privilege-box .privilege-title.collapsed + .table-responsive,
.privilege-page
  .privilege-box
  .privilege-subtitle.collapsed
  + .table-responsive {
  display: none;
}
.privilege-page .privilege-box .privilege-title.collapsed > .fa,
.privilege-page .privilege-box .privilege-subtitle.collapsed > .fa {
  transform: rotate(90deg);
}
.privilege-page .privilege-box .privilege-subtitle .fa {
  margin-left: 5px;
}
.privilege-page .privilege-box .privilege-subtitle .bootstrap-switch {
  float: left;
}
.privilege-table {
  width: 100%;
}
.privilege-table tbody {
}
.privilege-table tbody tr {
  height: 35px;
  border-bottom: 1px solid #73c595;
}
.privilege-table tbody tr:last-child {
  border-bottom: none;
}
.privilege-table tbody tr:hover {
  background-color: #edf1f5;
}
.privilege-table tbody tr td {
  padding: 0 5px;
}
.privilege-table tbody tr td label {
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.privilege-status-preview {
  display: block;
  text-align: center;
  border: 1px solid #73c595;
  background: #edf1f5;
  color: #666;
  font-weight: 600;
}
.privilege-status-preview.red {
  color: #fff;
  background: #e2b85c;
}
.privilege-status-preview.green {
  color: #fff;
  background: #00c292;
}

.mobile-apps-holder {
  display: block;
  width: 100%;
}
.mobile-apps-holder .text {
  text-align: center;
  font-weight: 600;
}
.mobile-apps-holder table {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.mobile-apps-holder table .mobile-app-logo {
  padding: 5px;
}
.mobile-apps-holder table .mobile-app-logo a {
  display: block;
}
.mobile-apps-holder table .mobile-app-logo img {
  width: 100%;
}

.mobile-apps-holder table .mobile-app-qr-code {
  padding: 5px 25px 25px 25px;
}
.mobile-apps-holder table .mobile-app-qr-code a {
  display: block;
}
.mobile-apps-holder table .mobile-app-qr-code img {
  width: 100%;
}

.form-control:focus,
.select2-container-active {
  box-shadow: none;
  border-color: #73c595;
}

.floating-message {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 9999999;
  width: 100%;
}
.floating-message .message-holder {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px 3px #888;
  border-radius: 5px;
}
.floating-message .message-holder .closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #888;
  box-shadow: 0px 0px 5px 4px #888;
}
.floating-message .message-holder .closeBtn:hover {
  background-color: #888;
  color: #fff;
}
.floating-message .message-holder .msg {
  padding: 0;
  font-size: 11pt;
  line-height: 20pt;
}

.pre-header {
  width: 100%;
}
.pre-header .message-holder {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #e2b85c;
}
.pre-header .message-holder .closeBtn {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  color: #e2b85c;
  border: 1px solid #fff;
}
.pre-header .message-holder .closeBtn:hover {
  background-color: #e2b85c;
  color: #fff;
}
.pre-header .message-holder .msg {
  padding: 0;
  margin: 0;
  font-size: 12pt;
  color: #fff;
}
.pre-header .message-holder .msg a {
  color: #fff;
  text-decoration: underline;
}

.title-btn {
  float: right;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  background: #73c595;
  color: #fff;
  border-radius: 5px;
}
.title-btn:hover {
  color: #fff;
}

.dashboard .is-title {
  margin: 0;
}

.dashboard .white-box2 {
  padding: 10px;
  overflow: auto;
  max-height: 500px;
}
/* width */
.dashboard .white-box2::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.dashboard .white-box2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.dashboard .white-box2::-webkit-scrollbar-thumb {
  background: #bbb;
}
/* Handle on hover */
.dashboard .white-box2::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.dashboard .white-box2 .list-inline {
  margin-bottom: 0;
}
.dashboard .white-box2 .list-inline > li {
  float: left;
}

.title-btn2 {
  float: right;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  color: #73c595;
}
.title-btn2:focus,
.title-btn2:hover {
  color: #73c595;
}

.footer {
  font-weight: 600;
}
.footer a {
  color: #58666e;
  text-decoration: underline;
}
.footer a:hover {
  color: #73c595;
}

.accordion-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.accordion-list li {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 25px;
  border: 1px solid #888;
  border-radius: 5px;
  line-height: 25px;

  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.accordion-list li:hover {
  box-shadow: 0px 0px 10px 1px #888;
}
.accordion-list li i {
  float: right;
  line-height: 25px;
  width: 25px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  background-color: #888;
}
.accordion-list li .elem-title {
  float: right;
  line-height: 25px;
  margin-left: 25px;
  font-size: 18pt;
}
.accordion-list li .elem-status {
  line-height: 25px;
  float: right;
  width: 125px;
  text-align: center;
}
.accordion-list li .elem-action {
  line-height: 25px;
  float: left;
  margin-right: 25px;
  width: 100px;
  text-align: center;

  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.accordion-list li.facebook i {
  background-color: #0f8ef2;
}
.accordion-list li.facebook .elem-title {
  color: #0f8ef2;
}
.accordion-list li.google i {
  background-color: #d93025;
}
.accordion-list li.google .elem-title {
  color: #d93025;
}

.accordion-list .bg-disconnect {
  border: 1px solid #d9534f;
  color: #d9534f;
  background-color: #fff;
}
.accordion-list .bg-disconnect:hover {
  color: #fff;
  background-color: #d9534f;
}
.accordion-list .bg-disconnected {
  border: 1px solid #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.accordion-list .bg-connect {
  border: 1px solid #00c292;
  color: #00c292;
  background-color: #fff;
}
.accordion-list .bg-connect:hover {
  color: #fff;
  background-color: #00c292;
}
.accordion-list .bg-connected {
  border: 1px solid #00c292;
  color: #fff;
  background-color: #00c292;
}

.fix-header #page-wrapper.step-wizard {
  margin-bottom: 30px;
}

.alert a {
  color: #fff;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: underline;
}
.close-btn {
  position: absolute;
  top: 0px;
  right: 3px;
  color: #fff;
}

.maintenance-page {
  text-align: center;
  padding: 150px;
}
.maintenance-page article {
  display: block;
  text-align: left;
  width: 650px;
  margin: 0 auto;
}
.maintenance-page .logo {
  width: 200px;
  margin-top: 25px;
}
.maintenance-page .title {
  font-size: 50px;
}
.maintenance-page p {
  font-size: 13pt;
}
.maintenance-page a {
  color: #73c595;
  text-decoration: none;
}
.maintenance-page a:hover {
  text-decoration: underline;
}

.login-langs {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
.login-langs li {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #000;
}
.login-langs li:last-child {
  border-left: unset;
}
.login-langs li a {
  color: #000;
}
.login-langs li.active a {
  font-weight: 600;
}

.notes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.notes .note {
  margin-bottom: 25px;
  padding: 60px 20px;
  border: 1px solid #73c595;
  border-radius: 10px;
  position: relative;
}
.notes .note.small {
  padding: 34px 20px;
}
.notes .note .top {
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(100% - 40px);
  text-align: right;
}
.notes .note .top .title {
  font-weight: 600;
  font-size: 16pt;
}
.notes .note .middle {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  max-height: 500px;
  overflow: auto;
}
/* width */
.notes .note .middle::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.notes .note .middle::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.notes .note .middle::-webkit-scrollbar-thumb {
  background: #bbb;
}
/* Handle on hover */
.notes .note .middle::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.notes .note .bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
.notes .note .bottom .date {
  float: left;
  font-weight: 600;
}
.notes .note .buttons {
  float: left;
  margin-bottom: 2px;
}
.notes .note .buttons a {
  float: right;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
}
.notes .note .buttons a i {
  font-size: 10pt;
}

.accept-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
  color: #000;
  padding: 10px;
  border-top: 1px solid #000;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
}
.accept-cookie .text {
  margin: 0 5px;
}
.accept-cookie .btn-box {
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
}
.accept-cookie .btn-box:hover {
  background-color: #222;
}
.accept-cookie .btn-text {
  color: #000;
  margin: 0 5px;
  text-decoration: underline;
}

@media screen and (max-width: 688px) {
  .accept-cookie .text,
  .accept-cookie .btn-text {
    display: block;
  }
}

.inf__drop-area {
  min-width: unset !important;
}

.sub-section {
  margin-right: 15px;
}

.zoom-link-preview {
  padding: 5px;
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
}
