#streetView-integration {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 10;
  margin-top: -60px;
}
#adressList{
  margin-bottom: 10px;
}
.streetViewTitle {
  display: flex;
  justify-content: center;
}
.streetViewWrapper {
  display: flex;
  height: 50vh;
  background: coral;
  width: 100%;
}
#map,
#pano {
  height: 100%;
  width: 50%;
}
.inputWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  z-index: 999;
}

.inputWrapper .h3{
  color:#222;
}

.inputSwitch {
  display: block;
}

#videoTime .v-input__slot{
  display: block;
}

.slider-box {
  display: flex; 
  flex-wrap: wrap; 
  align-items: center; 
  width: 60%;
}

@media screen and (max-width: 1263px) {
  .slider-box {
    width: 100%;
  }
}

.active {
  color: #47c883;
}

body {
  background-color: #fafafa !important;
}

.input-field {
  margin: 0.5rem 0;
}

.sb2-2 {
  position: initial !important;
  background: #FCFCFC;
}

.application--wrap {
  min-height: inherit !important;
}

.connected_devices {
  width:100%;
}

#signal, #devices {
  position: absolute;
  top: 30px;
  left: 50px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  color: #C4C4C4;
}

#devices {
  top: 70px;
  font-size: 20px;
  background: #EEEEEE;
  border-radius: 6px;
  color: #AFAFAF;
  padding: 4px 6px;
  cursor: pointer;
}

#devices .fa-plus {
  position: relative;
  top: -9px;
  font-size: 10px;
}

#devices span.tooltip {
  top: 50px !important;
  width: 200px;
}

#devices span.tooltip:after {
  left: 0 !important;
  top: -5px;
  margin-left: 17px;
  border-width: 0px 7px 7px 7px;
  border-color: transparent transparent #0f0f0f transparent;
}

#signal .fa-wifi {
  margin-right: 7px;
}

#signal .fa-wifi.disconnected {
  color: #f0402d;
}

#signal .fa-wifi.active {
  color: #46c882;
}

#signal .fa-wifi.pending {
  color: #ffa013;
}

#apps ul button img {
  width: 60px;
  border-radius: 7px;
}

#apps ul.tab_apps {
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
}

#apps ul {
  display: flex;
  justify-content: space-between;
}

#apps ul .shadow {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  height: 60px;
  width: 60px;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
}

#apps li {
  display: flex;
  flex-direction: column; 
  align-items: center;
  position: relative;
}

#apps ul.tab_apps li {
  margin-right: 15px;
}

#apps ul li .demo {
  cursor: pointer;
  background: #dd2f2f;
  color: #e6e6e6;
  padding: 2px 4px;
  text-transform: uppercase;
  top: 5px;
  position: absolute;
  left: -5px;
  box-shadow: 2px 2px 2px 0px #0000002e;
  border-radius: 6px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 1.5;
  font-size: 12px;
  color: #e6e6e6;
  /*margin-top: 20px;
  padding: 2px 9px;*/
  letter-spacing: 0.5px;
}

#apps ul li .open {
  background: #EEEEEE;
  border-radius: 6px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  top: 70px;
  color: #AFAFAF;
  position: absolute;
  white-space: nowrap;
  padding: 2px 6px;
  letter-spacing: 0.5px;
}

#apps ul {
  text-align: center;
}

img.C2Addict {
  box-shadow: 2px 2px 1px #c33425;
}

img.C2Nutri {
  box-shadow: 2px 2px 1px #d85b10;
}

img.C2Phobia {
  box-shadow: 2px 2px 1px #23b366;
}

img.C2Custom {
  box-shadow: 2px 2px 1px #767373;
}

img.C2Hypno {
  box-shadow: 2px 2px 1px #a56bb4;
}

img.C2Physio {
  box-shadow: 2px 2px 1px #3ca2be;
}

img.C2Drive {
  box-shadow: 2px 2px 1px #d1a828;
}

img.C2Neuro {
  box-shadow: 2px 2px 1px #415d97;
}

img.C2Brain {
  box-shadow: 2px 2px 1px #a4ab0e;
}

img.C2Companion {
  box-shadow: 2px 2px 1px #c11c41;
}

.open_app {
  background: #F4F4F4;
  box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  width: 100%;
  margin-top: 55px;
  padding-bottom: 55px;
}

#content {
  display: flex;
  flex-flow: column;
  /*height: 100%;*/
}

#content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  margin: auto;
  justify-content: flex-start;
}

.app_open {
  padding-bottom: 80px;
}

#id_gen {
  width: 50%;
  margin: 0 auto;
}

#content ul li, .app_open ul li.env {
  margin: 10px 0;
  justify-content: space-around;
  margin-right: 20px;
}

.app_open .container--fluid.grid-list-md {
  padding: 0 3rem;
}

#content ul li.env button, .app_open ul li.env button, .load_param .param_preset button {
  background: #525252;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 5px 5px 0 0;
  border: none;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-position: center;
  height: 115px;
  width: 245px;
}

#content ul li.env .env-title {
  background-color: #525252;
    margin-top: -8px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-weight: bold;
    z-index: 500;
    padding: 10px;
    font-size: 16px;
    width: 245px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#content ul li.env .folder-title {
  margin-top: -3px;
}

#content ul li.env .folder-video {
  margin-top: -12px;
}

#content ul li.env #folder {
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
}

#content ul li.env .folder-img {
  background: #46c882;
}

#content ul li.env .old-folder {
  background: #FF9934;
}

#content ul li.env .expert-folder {
  background: #42A5F5;
}

#content ul li.env .folder-item {
  box-shadow: 0 0 5px #b8b8b8;
  border-radius: 5px;
}

#content ul li.env .folder-item:hover, #content ul li.env .env-item:hover {
  transform: scale(1.04);
  transition: transform 0.7s;
  box-shadow: 0 3px 15px #b8b8b8;
}

.app_open ul li.env.teleport button {
  border-radius: 5px;
}

.app_open ul li.env.teleport button, .load_param .param_preset button {
  padding: 0px 25px;
  height: 72px;
}

.custom_selection.recommend b {
  color: #6B6B6B;
}

.custom_selection.recommend {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px !important;
}

.custom_selection li.env.teleport {
  margin: 10px !important;
}

.custom_selection .v-expansion-panel__body ul {
  justify-content: center !important;
}

.custom_selection ul li.env.teleport button {
  padding: 0 10px !important;
  width: 160px !important;
}

.recommend img.suggested-custom {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}

.custom.env .recomend_env {
  align-items: center;
  display: block;
}

.custom.env .recomend_env span {
  position: absolute;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
}

#content ul li button.custom-env {
  border-radius: 5px;
}

/* .recomend_env button.youtube {
  filter: brightness(0.5);
} */

.custom .recomend_env .custom-img {
  border-radius: 5px!important;
}

.app_open ul li.env.teleport button:active {
  box-shadow: 0 0 3px 1px #46c882;
}

.app_open ul li.env.teleport.active button {
  border: 1px solid #46c882 !important;
  box-shadow: 0 0 3px 1px #46c882 !important;
}

.app_open ul li.env.teleport p {
  width: 120px;
}

#content ul li .folder {
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 13px 28px;
  font-size: 16px;
  color: #575757;
  border: none;
}

#content ul li .folder.open {
  background: #46C882;
  color: #fff;
}

#content ul li button i.fa-folder {
  font-size: 24px;
  color: #46C882;
  position: absolute;
  top: -8px;
  margin: auto;
  left: -8px;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 0 2px 3px #0000000f;
}

.v-dialog .details_box {
  text-align: center;
}

.v-dialog .download_box {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
}

.v-dialog .download_box .flex_download {
  display: flex;
  justify-content: center;
}

.v-dialog .download_box h3 {
  text-align: center;
  margin-bottom: 20px;
}

.v-dialog .download_box .win {
  border-right: 2px dashed #46c882;
}

.v-dialog .download_box .android, .v-dialog .download_box .win {
  text-align: center;
}

.v-dialog .download_box .android span, .v-dialog .download_box .win span {
  font-weight: 600;
  color: #46c882;
}

.v-dialog .download_box .win img {
  width: 45% !important;
  margin-bottom: 20px;
}

.v-dialog .download_box .win button {
  margin-top: 15px;
}

.v-dialog .download_box .android img {
  width: 43% !important;
  margin-bottom: 30px;
}

.v-dialog .new_functions a.more_info {
  margin-left: 25px;
  font-size: 13px;
  text-decoration: underline;
  color: #4e4e4e;
}

.v-dialog .new_functions .headline {
  margin: 0;
  text-align: center;
  display: block;
  padding-bottom: 0px;
}

.v-dialog .new_functions .v-card__text {
  text-align: center;
}

.v-dialog .new_functions .v-card__text img {
  margin-top: 20px;
  width: 15%;
}

.v-dialog .new_functions .v-card__text ul {
  flex-direction: column;
  margin: 10px 25px;
}

.v-dialog .new_functions .v-card__text ul li {
  display: list-item !important;
  text-align: left;
}

.v-dialog .new_functions .v-card__text ul li:before {
  content: "";
  border-color: transparent #46c882;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.2em;
  position: relative;
}

.grow_chip .v-chip__content {
  margin-left: -8px;
  white-space: nowrap;
}

.grow_chip .v-chip__content i {
  margin-left: 0px;
}

.grow_chip .v-chip__content p {
  margin-bottom: 0px;
  margin-left: 15px;
  color: #fff;
}

.grow_chip {
  width: 32px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  overflow: hidden;
}

.grow_chip:hover {
  width: 120px;
}

#content .list_app ul li.env button .chip_new {
  position: absolute;
  right: -10px;
  top: -15px;
}

#content .list_app ul li.env .v-chip__content i {
  color: #fff;
}

.infoapp .chip_new {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

#content .env span.chip_new {
  position: absolute;
  top: -15px;
  right: -15px;
}

#content .list_app ul li.env button .chip_new .v-chip__content, .infoapp .chip_new .v-chip__content {
  cursor: pointer;
  color: #fff;
}

#content .custom_selection ul .env i, #content .list_app ul li.env button span.type_icon i {
  font-size: 22px;
  color: #46C882;
  position: absolute;
  top: -8px;
  margin: auto;
  left: -8px;
  background-color: #fff;
  padding: 9px;
  border-radius: 50%;
  z-index: 50;
  box-shadow: 0 0 2px 3px #0000000f;
}

#content .custom_selection ul .env i.scene_3D, #content .list_app ul li.env button span i.scene_3D {
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  padding: 7px 12px;
}

#content .custom_selection ul .env i.video_360, #content .list_app ul li.env button span i.video_360 {
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  padding: 7px 5px;
}

.go_back .scene_name {
  font-weight: 600;
}

.go_back .v-breadcrumbs {
  padding: 0 !important;
}

.go_back {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.go_back a.v-breadcrumbs__item {
  color: #636363;
  padding: 0 5px;
}

.go_back .v-breadcrumbs__divider {
  padding: 0px !important;
}

.go_back i.v-icon {
  font-size: 24px;
}

.go_back button {
  background: #46c882;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 13px 13px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
  border: none;
  font-family: 'Poppins';
}

.go_back button .fa-folder-open {
  margin-right: 10px;
}

.v-alert.warning.tooltip_warning {
  padding: 5px 15px;
  margin: 4px;
  border: none;
  border-radius: 5px;
  margin-left: 20px;
}

.v-alert.warning.tooltip_warning:before {
  position: absolute;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d9";
  font-size: 27px;
  left: -9px;
  color: #fb8c00;
  margin: auto;
}

#content .homepage {
  text-align: center;
  width: 65%;
  margin: auto;
}

#content .homepage hr {
  margin-bottom: 5%;
}

#content .homepage h3 {
  font-size: 18px;
  color: #6B6B6B;
  margin-bottom: 20px;
}

#content .notif_update_myc2care {
  margin-bottom: -30px !important;
  margin-top: 25px;
}

.err_input {
  background: none;
  font-size: 12px !important;
  color: red !important;
}

.v-input__control .v-messages__wrapper {
  margin-bottom: 10px;
}

.scene_repas_calc div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.scene_repas_calc div .calc_info {
  padding: 15px;
  width: 50%;
}

.scene_repas_calc div .calc_info b {
  font-size: 15px !important;
}

.open_app .infoapp {
  width: 95%;
  margin: auto;
  height: 250px;
}

.open_app .infoapp .title_app {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.open_app .infoapp .title_app button {
  margin: 8px;
}

.scene_bmi_calc div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.scene_bmi_calc .percentage {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
  background-color: #f1f1f1;
  padding: 5px;
}

.app_open .breadcrumbs .span {
  text-decoration: underline;
  cursor: pointer;
}

.v-input--slider.disabled .subtitle {
  color: #ccc !important;
}

.v-input--slider.disabled .v-slider__track-fill {
  background-color: #b3b3b3 !important;
}

.v-input--slider.disabled .v-slider__thumb {
  background-color: #b3b3b3 !important;
}

.shopping_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shopping_list .vjsf-property {
  width: 50%;
}

.number_cost {
  display: flex;
  flex-wrap: wrap;
}

.number_cost .vjsf-property {
  width: 50% !important;
}

.number_cost input {
  color: #46c882 !important;
  font-weight: 600;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  padding: 5px;
  letter-spacing: 2px;
}

/*ColorPicker*/
.vc-chrome {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 9;
}

.current-color {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 2px 2px 3px #00000038;
}

.color-picker {
  display: flex;
  align-items: center;
}

.disabled .color-picker {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.color-picker input {
  width: auto !important;
}

.color-picker-container {
  padding: 0px;
  background: none;
  border: none;
  padding-left: 10px;
}

.v-input--checkbox.v-input--is-dirty .v-input--selection-controls__ripple, .v-input--checkbox.v-input--is-dirty .v-input--switch__thumb {
  -webkit-transform: translate(16px);
  transform: translate(16px);
}

.colorchbx .v-input--selection-controls__ripple {
  left: -7px;
  top: calc(50% - 19px);
  transform: none !important;
}

.v-input--checkbox.v-input--is-dirty .v-input--selection-controls__ripple, .v-input--checkbox.v-input--is-dirty .v-input--switch__thumb {
  -webkit-transform: translate(16px);
  transform: translate(16px);
}

.colorchbx .v-input--selection-controls__ripple {
  left: -7px;
  top: calc(50% - 19px);
  transform: none !important;
}

/*.v-input--is-label-active i.colorswatch{box-shadow: 0 0 4px 4px #46c882;}*/
.v-input--checkbox .v-input--selection-controls__input {
  width: 38px;
}

.open_app .infoapp img.logo_env {
  border-radius: 6px;
  margin: auto;
}

.open_app .infoapp img.logo_env {
  max-width: 140px;
}

.open_app .infoapp h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #6B6B6B;
}

.thumbnail_video {
  position: relative;
  cursor: pointer;
}

.thumbnail_video img:hover {
  box-shadow: 0 0 6px 2px #bcbcbc;
}

.thumbnail_video i.fa-play {
  position: absolute;
  color: #fff;
  top: 45%;
  left: 37%;
  /*margin: -31px;*/
  background-color: #ffffff4f;
  padding: 15px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.thumbnail_video img {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  border-radius: 10px;
}

.btn_green {
  margin-left: 15px;
}

.video_iv {
  margin: 40px 20px 0 20px;
}

.home_videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.desc_video.v-sheet {
  display: flex !important;
}

/*.open_app .infoapp .text{width: 80%}*/
.open_app .infoapp .block_flex {
  display: flex;
}

.open_app .infoapp .block_wrap {
  display: flex;
  flex-direction: column;
  height: 140px;
  align-content: baseline;
  flex-wrap: wrap;
}

.open_app .infoapp .line_icon {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.open_app .infoapp .line_icon:last-child {
  padding-bottom: 0px;
}

.open_app .infoapp .line_icon i {
  background: #46C882;
  font-size: 18px;
  color: #FFFFFF;
  /*  padding: 10px;*/
  font-style: normal;
  border-radius: 50%;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.open_app .infoapp .line_icon span {
  font-family: Quicksand;
  font-weight: bold;
}

.open_app .infoapp .line_icon .icons_infotext {
  font-size: 12px;
}

.open_app hr {
  border-top: 1px solid #DBDBDB;
}

/*
.app_open .layout.wrap{margin-top: 20px !important;}
*/
.app_open.custom {
  padding-top: 0px;
}

.app_open.custom .layout {
  margin-top: 0px !important;
}

.custom_url {
  margin-bottom: 15px;
}

.custom_url .vjsf-property {
  margin-bottom: -10px;
}

.custom_url .fa-plus {
  float: right;
  padding: 5px;
  position: relative;
  top: -40px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
}

 .custom_url .fa-minus{
    float: right;
    padding: 5px;
    position: relative;
    top: -40px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
  }

.custom_url .url_input:last-of-type {
  width: 90%;
}

.custom_url .sep {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  color: #a9a9a9;
}

.custom_url .sep::before, .custom_url .sep::after {
  content: '';
  display: block;
  width: 100px;
  background: #a9a9a9;
  content: '';
  width: 40%;
  border-bottom: 1px solid #a9a9a9;
}

.tz-file-upload .form-group {
  display: flex;
  align-items: flex-end;
}

.list_app {
  margin: 0px 50px;
}

#content .list_app ul {
  padding-left: 0px;
  /* justify-content: center; */
}

#apps .applications i {
  position: absolute;
  top: 87px;
  font-size: 40px;
  color: #ececec;
}

#apps .app_open h3 span {
  margin-top: 20px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  color: #6B6B6B;
  margin: 5px;
}

#apps .app_open h3 i {
  font-size: 14px;
  color: #6B6B6B;
}

#apps .app_open b, .v-card b {
  font-family: Quicksand;
  font-weight: bold;
  font-size: 18px;
  color: #6B6B6B;
}

#apps .app_open b i, .v-card b i {
  color: #46C882;
  margin-right: 10px;
}

#apps .applications.current.active {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1 !important;
  transform: scale(1.1);
}

#apps .app_open .param_wrap, .v-card .param_wrap {
  background-color: #fff;
  padding: 13px;
  box-shadow: 0 0 5px 1px rgba(212, 212, 212, 0.19);
  margin-top: 5px;
  width: 100%;
}

.param_wrap.navigation {
  padding: 5px !important;
  background: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  position: fixed;
  z-index: 800;
  width: auto !important;
  display: flex;
  bottom: 20px;
  left: 50%;
  transform: translate(-30%);
}

.param_wrap.navigation .open_app_btn {
  background-color: #46c882;
  color: #fff;
  margin-right: 20px;
  box-shadow: 0 0 5px 1px rgba(212, 212, 212, 0.19);
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  flex-direction: column;
  position: relative;
}

.param_wrap.navigation .open_app_btn i {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 6px;
  color: #279359;
}

.param_wrap.navigation .open_app_btn p {
  margin: 0 !important;
  color: #fff !important;
  font-weight: 800;
}

.param_wrap.sound_block {
  overflow: visible;
}

.param_wrap.sound_block .layout .v-input {
  padding-top: 0px !important;
}

.param_wrap .shopping_cart {
  margin-top: 6px;
}

.param_wrap .shopping_cart ul {
  text-align: left;
  flex-direction: column;
  padding-left: 10px;
}

.param_wrap .shopping_cart ul li {
  align-items: flex-start !important;
}

.param_wrap .shopping_cart ul li.error_list {
  flex-direction: row !important;
}

.param_wrap .shopping_cart ul li.error_list span {
  margin-right: 5px;
  font-size: 13px;
}

.param_wrap .vjsf-property .disabled {
  pointer-events: none;
  opacity: 0.6;
}

.custom_selection {
  padding: 0px !important;
}

.custom_selection li.v-expansion-panel__container {
  margin: 0px !important;
}

.custom_selection .v-expansion-panel__body ul {
  justify-content: center !important;
}

.custom_selection ul li.teleport {
  justify-content: center !important;
}

.custom_selection ul.list_teleport .v-expansion-panel__header {
  padding: 13px;
}

.update_news {
  text-decoration: underline;
  color: #3e3e3e;
}

.update_news i {
  padding: 6px;
  background-color: #fb8c00;
  margin: 5px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#apps .app_open .param_wrap .nav_play {
  background: linear-gradient(95.24deg, #46C882 3.37%, #3AC67A 104.07%);
  box-shadow: 0 0 5px 1px rgba(212, 212, 212, 0.19);
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
}

#apps .app_open .param_wrap .nav_play div {
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#apps .app_open .param_wrap .nav_play div:hover {
  background-color: #48d487;
}

#apps .app_open .param_wrap .nav_play div:first-child:hover {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#apps .app_open .param_wrap .nav_play div:last-child:hover {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#apps .app_open .param_wrap .nav_play div:active {
  background-color: #33b76f;
}

#apps .app_open .param_wrap .nav_play .pause span {
  color: #fff;
}

#apps .app_open .param_wrap .nav_play p {
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
}

#apps .app_open .param_wrap .nav_play i {
  font-size: 18px;
}

#apps .app_open .param_wrap p, .v-card__text .param_wrap p {
  font-size: 13px;
  margin-top: 10px;
  color: #8B8B8B;
}

#apps .app_open .timeline .param_wrap p{margin-top: 0px !important;}

#apps .app_open .param_wrap b.subtitle, .v-card__text .param_wrap b.subtitle {
  font-size: 15px;
}

#apps .app_open .param_wrap b.subtitle i, .v-card__text .param_wrap b.subtitle i {
  color: #6B6B6B;
}

[type="radio"]+label:after {
  top: 0 !important;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
  background-color: #46c882;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
  border: 2px solid #46c882;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #6B6B6B;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #46c882;
}

input[type=range]::-moz-range-thumb {
  background-color: #46c882;
}

input[type=range]::-ms-thumb {
  background-color: #46c882;
}

.accent--text {
  color: #46c882 !important;
  caret-color: #46c882 !important;
}

.v-input--selection-controls.v-input .v-label {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.v-input--selection-controls {
  margin: 0;
}

.v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
  margin-bottom: 0;
}

.v-slider__thumb-label, .v-slider__thumb-label__container {
  background-color: #46c882 !important;
  border-color: #46c882 !important;
}

.v-slider__thumb-label>* {
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff;
}

.v-slider__thumb, .v-slider__thumb-container:before {
  border-radius: 50%;
  transition: .3s cubic-bezier(.25, .8, .5, 1);
  background-color: #46c882 !important;
}

.v-slider__track-fill {
  background-color: #46c882 !important;
}

.v-input--slider {
  margin-top: 25px;
}

.v-input__slot {
  margin-bottom: 0
}

.v-subheader {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  height: auto;
  color: #6B6B68;
  margin: 0 !important;
  padding: 0 !important;
}

.imc_wrapper {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.imc_wrapper .vjsf-property {
  width: 50% !important;
}

.imc_wrapper i {
  margin: 10px;
}

.imc_wrapper .vjsf-property:last-child {
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

i.colorswatch {
  border-radius: 50%;
  font-size: 55px;
  width: 34px;
  height: 34px;
}

i.colorswatch.skin_one {
  color: #FAEBEB !important;
}

i.colorswatch.skin_two {
  color: #f2ccc1 !important;
}

i.colorswatch.skin_three {
  color: #b98367 !important;
}

i.colorswatch.skin_four {
  color: #836558 !important;
}

i.colorswatch.active {
  font-size: 50px;
}

/*
.block_hr{
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
  padding-bottom: 10px;}
*/
.block_hr:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

/*
form .vjsf-property .vjsf-property .vjsf-property:last-child {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;}
*/
form .vjsf-property .vjsf-property .radiobox_wrapper .vjsf-property:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  width: auto;
}

.v-subheader {
  margin-bottom: 10px !important;
}

/*nav_elevator*/
.nav_lift {
  display: flex;
  justify-content: center;
}

.level_lift {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}

.level_lift .input-field {
  margin-right: 5px;
}

.nav_lift .button_up i, .nav_lift .button_down i, .nav_lift .button_open i {
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}

.nav_lift .button_up input, .nav_lift .button_down input, .nav_lift .button_open input {
  text-transform: none;
}

.nav_lift .button_up i {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.nav_lift .button_down i {
  border-radius: 0px;
}

.nav_lift .button_open i {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.button.ascenseur {
  margin-top: 0px;
}

.button_up i::before, .button_down i::before, .button_open i::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.button_up i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0de";
}

.button_down i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
}

.button_open i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/***** These are to edit the thumb and the text inside the thumb *****/
input[type=range]+.thumb {
  top: 20px !important;
  background-color: #46c882;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

input[type=range]+.thumb.active .value {
  color: #fff;
  font-weight: 600;
}

input[type=range]+.thumb .value {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.radiobox_wrapper .vjsf-property {
  padding-right: 10px;
}

.param_wrap .radiobox_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.param_wrap .radiobox_wrapper label {
  display: flex;
  align-items: center;
}

.param_wrap .lever {
  margin-left: 0 !important;
}

/* .v-textarea textarea {
  height: auto !important;
} */

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
  box-shadow: 0 0 5px 1px rgba(212, 212, 212, 0.19);
}

.list_teleport {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}

/*Commentaires*/
.param_wrap.comments .send_comment {
  margin: 15px 0;
  align-items: baseline;
}

.param_wrap .comment_send_wrap .disabled_report {
  position: relative;
  top: -60px;
  background-color: #fb8c00;
  padding: 11px;
  right: 0;
  left: 0;
  color: white;
  width: 100%;
  text-align: center;
}

.param_wrap.comments .send_comment .btn_note {
  padding: 0px;
}

.param_wrap.comments .send_comment .btn_note button {
  margin: 0px;
}

.param_wrap.comments {
  overflow: scroll;
  height: 250px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.param_wrap.comments .container {
  padding: 0px;
}

.param_wrap.comments .container .comment_line {
  margin-top: 0px !important;
}

.param_wrap.comments .date_comments {
  background: #cfcfcf;
  border-radius: 9px;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  padding: 0 10px;
}

.param_wrap.comments .comment_line {
  display: flex;
  margin-top: 10px;
}

.param_wrap.comments .comment_line span {
  margin-right: 10px;
  margin-top: 4px;
  text-align: center;
  font-style: italic;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #999999;
  display: flex;
  flex-direction: column;
}

.param_wrap.comments .comment_line span i {
  font-size: 20px;
}

.param_wrap.comments .comment_line .text b {
  font-style: italic;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #818181 !important;
}

.param_wrap.comments .comment_line .text p, .v-textarea textarea {
  margin-top: 0 !important;
  font-family: Poppins;
  font-size: 14px !important;
  line-height: 17px;
  color: #9E9E9E !important;
}

.comment_send_wrap .btn_send_comment {
  height: 100%;
  background-color: #fff !important;
  box-shadow: none !important;
  margin: 0px;
  padding: 0px;
  background-color: #f5f5f5;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  color: #46c882;
}

.comment_send_wrap .flex {
  padding: 0px !important;
}

.comment_send_wrap .v-input__control {
  margin-right: 0px !important;
}

.comment_send_wrap .btn_send_comment:hover {
  color: #3ce68b !important;
}

.param_wrap.comments span.time_suivi {
  margin-right: 10px;
  margin-top: 4px;
  font-style: italic;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #999999;
  display: flex;
  flex-direction: column;
}

.param_wrap.comments span.type_note_suivi {
  background-color: #eb3c3c;
  border-radius: 10px;
  padding: 2px 10px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
  margin-right: 10px;
  font-size: 13px;
}

.param_wrap.comments .note_suivi_wrap {
  padding-bottom: 5px;
}

/*Suivi Lite*/
.timeline.lite {
  padding: 0px;
}

.timeline .param_wrap {
  position: relative;
  overflow: hidden;
}

.suivi_lite li {
  flex-direction: row !important;
}

.suivi_lite .info_block {
  width: 100%;
}

.timeline.lite p.title {
  font-size: 15px !important;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Poppins', sans-serif !important;
}

.timeline.lite p b {
  font-size: 15px !important;
  margin-left: 0px;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif !important;
}

.suivi_lite .info_block .info {
  background: none !important;
  margin-left: 20px;
  width: 100%;
  box-shadow: none !important;
}

.timeline .begin span.point_timeline::after {
  content: none;
}

.timeline .suivi_lite:first-child .begin span.point_timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  margin-top: 14px;
  border: 1px dashed #ececec;
  margin-left: 6px;
}

.timeline span.point_timeline {
  z-index: 9;
}

.timeline .result.action.param span.point_timeline {
  width: 20px;
  height: 20px;
  background-color: #46c882;
  position: relative;
}

.timeline .result.action .info_block .info {
  border-left: 2px solid #46c882;
}

.record_text {
  text-align: center;
  color: #ccc;
  font-weight: 600;
  background-color: #ececec;
  padding: 10px;
  border-radius: 5px;
  float: left;
  margin: 0px !important;
}

.record_text i {
  color: #f44336;
  margin-right: 10px;
}

/*Mirror*/
#heart_rate_data {
  text-transform: uppercase;
  font-weight: 900;
  color: #6b6b6b;
}

#heart_beats_chart {
  margin: 0px;
  border-radius: 5px;
  background-color: rgb(255 255 255 / 43%);
}

#mirror {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin: 19px;
  text-align: center;
}

.mirror_box {
  position: relative;
  background-color: #f1f1f1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

#mirror.zoom_size2 img {
  zoom: 150%;
}

#mirror.zoom_size1 img {
  zoom: 100%;
}

#mirror .fa-chevron-circle-down {
  cursor: pointer;
  position: relative;
  top: 14px;
  background-color: #fff;
  font-size: 30px;
  color: #46C882;
  z-index: 99;
  border-radius: 50%;
}

#mirror .fa-image {
  background-color: #46c882;
  font-size: 30px;
  color: #ffffff;
  z-index: 99;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: font-size 0.1s ease-in-out;
  -moz-transition: font-size 0.1s ease-in-out;
  -ms-transition: font-size 0.1s ease-in-out;
  -o-transition: font-size 0.1s ease-in-out;
  transition: font-size 0.1s ease-in-out;
}

#mirror .fa-image:hover {
  font-size: 35px;
}

#mirror .zoom_mirror {
  position: absolute;
  top: 10px;
  font-size: 25px;
  color: #ffffff;
  margin-left: 10px;
  display: flex;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
}

#mirror .zoom_mirror i {
  cursor: pointer;
}

#mirror .loading_mirror {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  background-color: #222;
}

#name_device {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

#connect_popup {
  position: fixed;
  top: 45px;
  right: 0;
  background-color: #fff;
  margin: 20px;
  padding: 20px 50px;
  box-shadow: 0px 0px 11px rgba(117, 117, 117, 0.15);
  border-radius: 8px;
  z-index: 999;
}

#connect_popup h3 {
  font-family: Poppins;
  font-size: 16px;
  color: #6B6B6B;
}

#connect_popup .info_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

#connect_popup .info_wrap i {
  color: #46C882;
  margin-right: 12px;
}

#connect_popup .info_wrap h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #46C882;
}

#connect_popup .info_wrap span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #575757;
}

#connect_popup p {
  font-size: 14px;
  text-align: center;
  color: #808080;
}

#connect_popup .btn {
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 40%;
}

.help_btn, .help_btn:hover, .v-btn:hover:before, .v-btn:focus, .help_btn .v-ripple__container {
  background: none !important;
  box-shadow: none !important;
}

.help_btn {
  float: right;
  position: relative;
  bottom: 10px;
  margin: 0;
  padding: 0;
}

.help_btn .v-btn__content {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
  color: #6B6B6B;
  font-style: italic;
  text-decoration: underline;
}

.help_btn:hover .icon_help {
  background-color: #f37f1b;
  box-shadow: -1px 1px 3px rgb(0 0 0 / 18%);
}

.help_btn .icon_help {
  margin-right: 5px;
  color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
  background-color: #fb8c00;
  border-radius: 50%;
}

#dropdown_info_connect {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  top: 62px;
  width: 25rem;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}

#dropdown_info_connect.signle_patient {
  background-color: #fff;
  box-shadow: 0px 0px 11px rgba(152, 152, 152, 0.25);
  border-radius: 4px;
  padding: 20px;
  display: block;
}

#dropdown_info_connect h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #6B6B6B;
}

#dropdown_info_connect h3 i {
  font-size: 18px;
  color: #46C882;
  margin-right: 10px;
}

#dropdown_info_connect .device_name h3 {
  text-transform: uppercase;
}

#dropdown_info_connect::before {
  position: absolute;
  top: -24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  font-size: 27px;
  left: 50%;
  color: #fff;
  margin: auto;
}

.list_multipatient li.active {
  background-color: #fafafa;
}

.list_multipatient {
  background-color: #fff;
  box-shadow: 0px 0px 11px rgba(152, 152, 152, 0.25);
  border-radius: 4px;
}

.list_multipatient li {
  flex-direction: row !important;
  align-items: center;
}

.list_multipatient #connected_device {
  background: none;
  width: 230px;
  border-right: 0;
}

.list_multipatient #connected_device i {
  color: #46c882;
}

.list_multipatient #connected_device .connected_info span {
  color: #8b8b8b;
}

.list_multipatient i.fa-eye, .list_multipatient i.fa-times {
  flex-grow: 1;
  margin: 10px;
  color: #ccc;
}

.list_multipatient i.active.fa-eye {
  color: #14addb;
}

.list_multipatient li {
  padding: 10px 20px;
  border-top: 1px solid #f3f3f3;
}

.list_multipatient li:hover {
  background-color: #F7F7F7;
}

.list_multipatient .connected_info span.name {
  line-height: 0.6;
  text-transform: none !important;
  font-weight: 500 !important;
  color: #9D9D9D !important;
}

.list_multipatient .connected_info div {
  display: flex;
  flex-direction: column;
}

#dropdown_param_avatar {
  box-shadow: rgba(152, 152, 152, 0.25) 0px 0px 11px;
  border-radius: 4px;
  padding: 20px;
  margin: 18px;
  background-color: rgb(255, 255, 255);
}

#dropdown_info_connect.list_multipatient {
  padding: 0px !important;
}

#dropdown_info_connect .link_patient_btn {
  background-color: #fdfdfd;
  border: 2px solid #f7f7f7;
  border-radius: 8px;
  text-align: center;
  margin: 10px 0;
  color: #46c882;
  padding: 10px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

#dropdown_info_connect .link_patient_btn p {
  margin-bottom: 5px;
  color: #ccc;
}

#dropdown_info_connect .link_patient_btn i {
  margin-right: 5px;
  font-size: 16px;
}

#dropdown_info_connect .param_client .subtitre b {
  font-size: 14px;
  color: #6B6B6B;
  font-family: 'Poppins', sans-serif;
}

#dropdown_info_connect .param_client .subtitre {
  margin-bottom: 6px;
}

#dropdown_info_connect .param_client .subtitre i {
  margin: 0 10px;
  color: #46c882;
}

#dropdown_info_connect .settings {
  margin-top: 10px;
}

#dropdown_info_connect .param_client a {
  color: #46c882;
  text-decoration: underline;
}

#dropdown_info_connect .settings i {
  box-shadow: none;
  font-family: 'Poppins', sans-serif;
}

.alert_open_app {
  position: fixed;
  right: 20px;
  margin-top: 20px;
  width: 19%;
  z-index: 999;
}

.alert_open_app .action_footer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

/*.dialog_link_patient .list_devices_patients{
  flex-direction: column;
  text-align: left;}
.dialog_link_patient .list_devices_patients li{align-items: end !important;}
.dialog_link_patient .list_devices_patients li{
  padding: 5px;
  border-bottom: 1px solid #ccc;}
.dialog_link_patient .list_devices_patients li button{
  font-size: 14px;
  font-weight: 800;
  color: #6b6b6b;}
.dialog_link_patient .list_devices_patients li button i{
  color: #46c882;
  font-size: 17px;
  margin-right: 5px;}
.dialog_link_patient .list_devices_patients li button:focus,.dialog_link_patient .list_patients li button:focus{background: none;}
.dialog_link_patient .list_patients li button.patients_row{
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: space-between !important;}
.dialog_link_patient .list_patients{
  flex-direction: column;
  text-align: left;}
.dialog_link_patient .list_patients li{align-items: end !important;}
.dialog_link_patient .list_patients li{
  padding: 5px;
  border-bottom: 1px solid #ccc;}
.dialog_link_patient .list_patients li button{
  font-size: 14px;
  font-weight: 800;
  color: #6b6b6b;}
.dialog_link_patient .list_patients li button i{
  color: #46c882;
  font-size: 17px;
  margin-right: 5px;}
.dialog_link_patient .list_patients li:hover,.dialog_link_patient .list_devices_patients li:hover,.dialog_link_patient .list_patients li.active{background-color: #ebf3ef;}
.dialog_link_patient .list_patients li.disabled button {
    cursor: not-allowed;
    opacity: 0.5;}*/
.dialog_link_patient .card__title {
  justify-content: center;
  padding-bottom: 0px;
}

.dialog_link_patient .v-text-field {
  padding-top: 0px;
}

.dialog_link_patient table thead {
  display: none;
}

.dialog_link_patient .v-datatable .patients_name {
  font-size: 15px;
  padding-left: 2em;
}

.dialog_link_patient .v-datatable .add_btn {
  font-size: 16px;
  color: #46c882;
}

.dialog_link_patient tr.active {
  background-color: #46c882 !important;
}

.dialog_link_patient tr.active .patients_name {
  color: #fff;
}

.v-expansion-panel__body {
  width: 100%;
}

.v-expansion-panel {
  box-shadow: none;
}

.v-text-field .input-field i {
  height: auto;
}

.v-text-field .input-field i input {
  color: #fff !important;
  margin: 0;
  padding: 0;
}

.v-text-field {
  align-items: baseline;
}

.v-text-field .v-input__control {
  margin-right: 10px;
}

.v-card__text button {
  margin: 0 15px;
}

.v-card__title {
  font-family: 'Quicksand' !important;
  font-size: 21px !important;
}

.v-card__title button {
  position: absolute;
  right: 3px;
  top: 0;
  margin: 10px;
}

.v-card__title button span {
  font-size: 24px;
  font-weight: 600;
  color: #aaa;
}

.v-card__title button:focus {
  background: none !important;
}

.save_param .param_wrap span {
  font-weight: 600;
}

.save_param .param_wrap {
  margin-bottom: 10px;
}

.save_param .param_wrap p {
  margin: 10px 0 !important;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

/*err norif*/
.v-dialog .v-card .headline {
  font-size: 18px !important;
  color: #6B6B6B;
  margin-bottom: 10px;
}

.v-dialog .v-card p {
  line-height: 17px;
  text-align: center;
  color: #7b7b7b;
  margin: auto;
  padding: 0 20px;
  font-size: 15px;
}

.v-dialog .v-card button.btn_green .v-btn__content {
  color: #fff;
}

.v-dialog .v-card button.btn_grey .v-btn__content {
  color: #6c6c6c;
}

.v-dialog {
  overflow: visible;
}

.modal_wheel .param_wrap {
  margin-top: 0px;
  margin-bottom: 20px;
}

.modal_wheel .v-card__title {
  padding-bottom: 0px;
}

/*Modal Load Param*/
.load_param .v-expansion-panel__container {
  align-items: flex-start !important;
}

.load_param ul {
  justify-content: flex-start !important;
}

.preset_set_wrap b.preset_title {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.preset_set_wrap b.preset_title span {
  line-height: 0.7;
  font-size: 13px;
  color: #a3a3a3;
}

.preset_set_wrap p {
  justify-content: space-between;
  display: flex;
  margin: 8px 0px !important;
  line-height: 2;
}

.preset_set_wrap p span {
  font-weight: 800;
  color: #929292;
}

.preset_set_wrap div {
  margin: 6px 0;
}

/*Loading param*/
.v-progress-linear {
  position: absolute;
  /*width: 30%;*/
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 99;
}

.param_not_active {
  opacity: 0.5;
  pointer-events: none;
}

/*Animation*/

.fade-enter-active, .fade-leave-active {
  transition: opacity .4s;
}

.fade-enter, .fade-leave-to

/* .fade-leave-active below version 2.1.8 */
  {
  opacity: 0;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}

.list-leave-active {
  transition: all 0.4s;
  position: relative;
}

.list-enter {
  opacity: 0;
  transform: translateX(100px);
}

.list-leave-to {
  opacity: 0;
  transform: translateX(-100px);
}

.list-enter-active {
  transition: all 0.4s;
}

.list-leave-active {
  transition: all 0.4s;
  position: relative;
}

.tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  transition: left 0.3s ease;
}

.slide-in-enter-active {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
}

.slide-in-leave-active {
  opacity: 0.5;
}

.slide-in-enter, .slide-in-leave-to {
  transition: opacity 0.4s;
  opacity: 0;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.popup-enter-active {
  -webkit-animation: slide-in-fwd-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-fwd-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
}

.popup-leave-active {
  opacity: 0.5;
}

.popup-leave-to {
  -webkit-animation: puff-out-center 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
  animation: puff-out-center 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
  opacity: 0;
}

/**
 * ----------------------------------------
 * animation slide-in-fwd-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-600px);
    transform: translateZ(-600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-600px);
    transform: translateZ(-600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation puff-out-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}

@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation scale-in-center (Loader)
 * ----------------------------------------
 */
.scale-enter-active {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
}

.scale-leave-active {
  opacity: 0.5;
}

.scale-leave-to {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  opacity: 0;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

/*---------tooltip----------*/
.disabled_block {
  pointer-events: none;
  opacity: 0.5;
}

.nav_play.deactivated {
  background: #cfcfcf !important;
}

.nav_play .play {
  background-color: #46c882;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav_play .demo {
  background-color: #cfcfcf;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #929292;
}

.nav_play .demo p {
  color: #929292 !important;
}

.nav_play .demo:hover, .nav_play .demo:active, .nav_play.deactivated div:not(.play):hover, .nav_play.deactivated div:not(.play):active {
  background-color: #dcdcdc !important;
  pointer-events: none;
}

.tooltiper {
  position: relative;
  perspective: 600px;
  transform-style: preserve-3d;
}

.toggle_param_wrap.demo .comments, .toggle_param_wrap.demo .send_comment, .toggle_param_wrap.demo .comment_send_wrap {
  opacity: 0.5;
  cursor: not-allowed;
}

.toggle_param_wrap .note_suivi .v-input__control {
  margin-right: 0;
  min-height: 20px;
}

.toggle_param_wrap .note_suivi.input_note input {
  font-weight: 700;
  color: #5f5f5f;
}

.toggle_param_wrap .note_suivi.input_note .v-input__control .v-input__slot:first-child {
  padding-left: 10px;
  background: none;
  box-shadow: none;
}

.toggle_param_wrap .note_suivi.select_note .v-input__control .v-input__slot:first-child {
  border-radius: 30px;
  background-color: #eb3c3c;
  padding-left: 20px;
}

.toggle_param_wrap .note_suivi.select_note label {
  position: absolute;
  color: #fff;
}

.toggle_param_wrap .note_suivi.select_note .v-select__selections input {
  border-bottom: none;
}

.tooltiper .tooltip {
  margin: auto;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  min-width: 100px;
  max-width: 350px;
  position: absolute;
  font-size: 0.9rem;
  text-align: left;
  background-color: #0f0f0f;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  top: 0;
  left: 0;
  line-height: 1.4em;
  transform: rotateX(90deg) translateZ(0px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53), opacity 0.1s ease-out 0.1s;
}

.tooltiper:hover .tooltip {
  transform: rotateX(0) translateZ(20px);
  opacity: 0.5;
  transition: transform 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53), opacity 0.1s ease-out;
}

.tooltiper .tooltip:after {
  left: 50% !important;
  margin-left: -7px;
  content: "";
  position: absolute;
  bottom: -7px;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #0f0f0f transparent transparent transparent;
}

.toggle_param_wrap.tooltiper .tooltip {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20%;
  text-align: center;
  padding: 44px;
}

.toggle_param_wrap.tooltiper .tooltip:after {
  display: none;
}

/*------------------------RESPONSIVE---------------------*/
/*-------------------------------------------------------*/
/* When the browser is between 0px and 480px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .v-content__wrap {
    display: flex;
  }

  .app_nav {
    margin-top: 10px !important;
    width: 25%;
  }

  .app_nav #signal {
    position: unset;
    display: flex;
  }

  .tab_apps li {
    margin-bottom: 9px;
  }

  .app_nav .tab_apps {
    display: block;
    flex-direction: column;
    width: auto !important;
  }

  #apps ul .shadow {
    height: 52px;
    width: 52px;
  }

  #apps ul li .demo {
    margin-left: 14px;
    padding: 2px 7px;
  }

  #content {
    width: 75%;
  }

  #content .homepage {
    width: 100%;
    padding: 8%;
  }

  .open_app {
    position: unset;
    padding: 20px 0;
    height: 100%;
  }

  .open_app .infoapp {
    height: 250px;
  }

  .list_app {
    margin: 0px;
    padding: 0px;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #content ul li, .app_open ul li.env {
    margin: 6px 0;
    margin-right: 10px;
  }

  #content ul li .folder {
    padding: 10px 17px;
    font-size: 14px;
  }

  #content ul li button i.fa-folder {
    font-size: 20px;
    margin-right: 12px;
  }

  #content ul li.env button, .app_open ul li.env button, .load_param .param_preset button {
    font-size: 14px;
    height: 60px;
  }

  .env .v-chip .v-chip__content {
    color: #fff;
  }

  .go_back button {
    padding: 8px 12px;
    font-size: 14px;
  }

  .app_open {
    width: 75%;
  }

  #apps .app_open b {
    font-size: 14px;
  }

  .app_open ul li.env.teleport button {
    height: 50px;
  }

  .app_open .layout.wrap {
    margin-top: 0px !important;
  }

  .toggle_param_title .fa-caret-right {
    color: #6B6B6B !important;
    margin-left: 10px;
  }

  .app_open .layout .flex {
    margin-top: 10px;
  }

  #apps .app_open .param_wrap .nav_play {
    width: 100% !important;
    align-items: center;
  }
}

/*-------------------------------------------------------*/
/* When the browser is between 0px and 768px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .app_nav {
    margin-top: 20px !important;
  }

  #apps ul .shadow {
    height: 70px;
    width: 70px;
  }

  #apps ul button img {
    width: 70px;
  }

  #apps ul li .demo {
    font-size: 12px;
  }

  .info_icons {
    display: flex;
  }

  #apps .applications i {
    top: 115px;
  }

  .open_app {
    top: 250px;
    margin-top: 0 !important;
  }

  .open_app .infoapp img {
    max-width: -webkit-fill-available;
  }

  .open_app .infoapp img.logo_env {
    width: 100px;
  }

  #apps .app_open .param_wrap .nav_play {
    width: 63%;
    margin: auto;
  }

  #content ul li, .app_open ul li.env {
    margin: 8px 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #content ul li.env button {
    height: 65px;
    /* width: 188px; */
  }

  #content ul li, .app_open ul li.env {
    margin: 5px 0;
    margin-right: 11px;
  }

  #content ul li.env .folder-img, #content ul li.env .first-folder {
    background-size: 20%!important;
  }

  #apps ul .shadow {
    height: 55px;
    width: 55px;
  }

  .info_icons {
    display: flex;
  }

  #apps .applications i {
    top: 85px;
  }

  .open_app {
    top: 25px;
  }

  .open_app .infoapp img.logo_env {
    max-width: 100px;
  }

  #apps .app_open .param_wrap .nav_play {
    margin: auto;
  }

  .param_wrap.navigation {
    position: inherit !important;
    display: flex;
    transform: none;
  }

  #apps .app_open .param_wrap .nav_play div {
    padding: 8px 0px;
    width: 33%;
  }
}

/*-------------------------------------------------------*/
/* When the browser is between 0px and 1400px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .open_app .infoapp .text {
    width: 100%
  }

  #apps ul.tab_apps {
    width: 100%;
    margin-top: 15px;
  }

  .app_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }

  #signal {
    position: inherit;
  }

  .open_app .infoapp {
    height: 300px;
    width: 100%;
  }

  /* .open_app .infoapp {width: 100%;}*/
  .list_app {
    margin: 0px;
  }
}
.insect .radiobox_wrapper {
  align-items: flex-start;
  flex-direction: column;
}

.insect .radiobox_wrapper .vjsf-property {
  margin-top: -40px;
}

/*
Custom CSS for Phobia > interview 
*/
.interview .setting_dialogue {
  all: initial;
}

.interview .setting_dialogue * {
  all: unset;
}

.interview .setting_dialogue input {
  background-color: #46c882;
  color: white;
  border-radius: 4px;
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  font-family: Quicksand, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.interview .setting_dialogue input:hover {
  background-color: #349963;
}

/* Reset Btn green action */
.interview .setting_dialogue .btn_green {
  background-color: rgba(0, 0, 0, 0) !important;
}

.interview .setting_dialogue .btn_green a {
  color:rgba(0, 0, 0, 0) !important;
}

.interview .setting_dialogue .btn_green:hover {
  background: none;
  background-color: rgba(0, 0, 0, 0) !important;
}

/*Custom CSS for Addict drugs*/

.drugs .button{
  display: none;
}