/* SCROLL TEST  */

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
        url("../fonts/Framework7Icons-Regular.woff") format("woff"),
        url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/*POPUP*/

.ios .popUp-list {
    margin-top: 0px !important;
    margin-bottom: 87px;
}

.ios .popUp-info-box {
    max-height: 200px;
    overflow: scroll;
    margin: 0px !important;
    background: white !important;
    font-size: 14px;
}

.ios .blueText {
    color: #007BFF !important;
}

.ios .popUp-page {
    height: auto !important;
    top: auto !important;
    position: absolute !important;
    bottom: 0px !important;
    background: transparent !important;
}

.ios .popUp-background {
    background: none;
}

.ios .popUp-calendar-icon {
    padding-top: 8px;
}

.ios .popUp-navbar {
    border-radius: 10px 10px 0px 0px !important;
    height: calc(var(--f7-navbar-height));
}

.ios .popup .navbar~* {
    --f7-page-navbar-offset: calc(var(--f7-navbar-height));
}

.ios .popup .navbar~* {
    padding-top: 0px;
    ;
    margin-top: calc(var(--f7-navbar-height));
    background-color: white;
}

.popUp-button {
    background: white !important;
    margin: 0px !important;
    padding-bottom: 15px !important;
    padding-top: 20px !important;
}

.ios .popUp-button-start {
    width: 50% !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
}

.gallery-img {
    object-fit: cover;
    border-style: solid;
    border-width: 0px;
    border-color: darkgrey;
    border-radius: 0px;

}
.audioRow {
    padding: 15px;
} 
.itemAudio {
    margin-bottom: 5px;
}
.navGallery .subnavbar-inner {
    padding: 0px;
}
.ios .toolbar-rounded-bottom {
    border-radius: 10px
}

.ios .navbar {
    border-bottom-color: #e5e5e5;
    border-bottom-style: ridge;
    border-bottom-width: 1px;
}

.block {
    padding: 15px
}

.infoMap a {
    display: none !important
}

.segmented-gallery {
    margin-left: 15px;
    margin-right: 15px
}

.ios .segmented-gallery #photos_selector {
    border-right: 0px !important;
}

.ios .segmented-gallery #audios_selector {
    border-right: 0px !important;
}

.soft-block {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px
}
.itemGallery {
    margin: 0px;
    width: 33%!important;
    margin-bottom: 2px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-auto-rows: 1fr;
}
.gallery-grid::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
  }
  
.gallery-grid > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
  
  /* Just to make the grid visible */
  
.gallery-grid > * {
    border: 1px white solid;
    background-size: cover!important; 
    background-position: center!important;
  }
.videoItem {
    object-fit: cover; 
    border-style:solid; 
    border-width:0px; 
}

.ios .wo-create {
    padding-top: 0px
}

.reject-testArea {
    height: 450px;
    background-color: white;
}

.reject-testArea {
    height: 300px;
    background-color: white;
    padding: 16px
}

.reject-testArea textarea {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 90px;
}

.ios .rej .popUp-button {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.md .messagebar .toolbar-inner {
    padding-left: 15px
}

.disable-touch {
    pointer-events: none !important;
}

.ios .popUpTitle {
    font-size: 20px !important;
    font-weight: 600 !important
}

.popUp-navbar .popup-close {
    color: #D9D9D9 !important
}

.md .popUp-navbar .popup-close {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.ios .popUp-list .item-title, .ios .popUp-list .item-after, .ios .popUp-list .item-footer  {
    font-size: 15px;
}
.direction-button {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 0px auto;
  }
  .direction-button i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    color:var(--f7-theme-color);
    line-height: auto;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    line-height: normal; 
  }
  .direction-button span {
    font-size: 13px;
    color: #0D0D0D;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 500;
  }
  .md .direction-button i {
      color:var(--f7-theme-color)!important;
  }
  .popUp-list ul:before {
      display: none;
  }
.ios .popUp-list .block-strong:before {
    height: 0px
}

.ios .button.button-big {
    height: 52px;
    line-height: 52px
}

.ios .button.color-gray.button-fill {
    background: #F2F2F2;
    color: #007AFF
}

.popUp-button a {
    font-weight: 500
}

.popUp-page .list .bgIcon {
    background: #F2F2F2;
    padding-left: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 16px;
    color: #007AFF !important;
    position: relative
}

.popUp-page .list .bgIconC {
    background: #F2F2F2;
    padding-left: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 16px;
    color: #007AFF !important;
    position: relative
}

.popUp-page .list .bgIconC span {
    font-size: 16px;
    width: 100%;
    color: #007AFF !important;
}

.popUp-page .list .bgIcon span {
    font-size: 16px;
    width: 100%;
    color: white !important;
}

.popUp-page .page-content {
    background: none;
}

.ios .popSpaceTop .page-content {
    background: #ffffff;
    padding-top: 0px !important;
    margin-top: 60px !important
}

.vAlign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popUp-page .list {
    font-size: 15px
}

.infoMap {
    width: 90px;
    height: 90px;
    background: #F2F2F2;
    border-radius: 8px;
    float: right;
    margin-left: 10px !important;
}

.ios .popUp-page .list .item-after {
    white-space: auto !important
}

.border-radius-8 {
    border-radius: 8px;
}
.pop_location {
    align-items: center;
}
.itemDescrizione {
    white-space: normal !important;
    text-align: right;
    display: inline-block !important;
}
.itemMediaList .item-inner {
    display: block;
}
.itemMediaList .item-subtitle {
    color: var(--f7-list-item-after-text-color);
    white-space: initial;
}
.md .itemMediaList .item-subtitle {
    color: var(--f7-list-item-after-text-color)!important;
    white-space: initial;
}
.mediaReview .item-media .f7-icons {
    height: auto
}

.popUp-page .list {
    font-size: 13px
}
.md .popUp-page .item-title, .md .popUp-page .item-after, .md .popUp-page .item-after .item-footer {
    font-size: 14px;
}

.popUp-page .list .mediaReview .bgIcon {
    background: #F2F2F2;
    margin-left: 0px;
    padding: 0px;
    border-radius: 8px;
    color: #ffffff
}

.popUp-page .list .mediaReview .span {
    background: #F2F2F2;
    margin-left: 0px;
    padding: 0px;
    border-radius: 8px;
}

.mediaPhoto {
    background: #1882FE !important
}

.mediaAudio {
    background: #128C7E !important
}

.mediaVideo {
    background: #FF0000 !important
}

.mediaReferente {
    background: #FCB237 !important
}

.popUp-page .list .item-content {
    min-height: 40px
}

.item-subMenuworkorders{
    cursor: pointer;
}

.popUp-page .list .mediaReview {
    min-height: 44px
}

.popUp-page .list .item-inner {
    min-height: 40px
}

.ios .popUp-page .list mediaReview .item-inner {
    min-height: 44px
}

.md .popUp-list {
    margin-top: 0px;
    padding-top: 10px
}

.md .popUp-list ul:before {
    height: 0px
}

.md .popUp-page .page-content {
    background: #ffffff
}

.md .popUp-info-box {
    margin-top: 0px
}

.md .popUp-info-box:before {
    height: 0px
}

.md .popUp-page .list .item-subtitle {
    color: #2196f3
}

.md .popUp-page .list ul:after {
    height: 0px
}

.md .popUp-page .popUp-button {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 16px 0;
}

.md .list .mediaReview .item-media {
    min-width: auto
}

.ios .buttonUppercase {
    text-transform: uppercase
}

.ios .button {
    border-radius: 10px
}

.ios .segmented #selector_1.button {
    border-right: 0px !important
}

.ios .segmented #selector_2.button {
    border-radius: 0px !important;
    border-right: 0px !important
}

.ios .segmented #selector_3.button {
    border-radius: 0px !important;
    border-right: 0px !important
}

.ios .segmented #selector_1.button-active {
    border-radius: 5px 0px 0px 5px !important
}

.ios .segmented #selector_4.button-active {
    border-radius: 0px 5px 5px 0px !important
}

.ios .segmented .button-outline {
    border: 1px solid !important
}

.ios .segmented .button-active {
    border: 1px solid #007AFF !important
}

.ios .buttonNext {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.expertSettings .bgIcon {
    padding-left: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    line-height: 16px;
    color: #007AFF !important;
    position: relative
}

.expertSettings .iconLang span {
    font-size: 16px !important;
    width: 100% !important;
    color: white !important;
}

.expertSettings .item-media .f7-icons {
    height: auto !important;
}
.iconLang {
    background: #8e44ad;
}
.iconSpeed {
    background: #34AADD;
}
.iconStatus {
    background: #FD9500;
}
.iconBgSquadre {
    border-radius: 6px;
    color: #ffffff;
    font-size: 22px!important;
    padding: 4px;
}
.langSelector select {
    color: var(--f7-list-item-after-text-color);
    padding-right: 0px;
}
.langSelector .item-inner {
    padding-right: calc(var(--f7-list-chevron-icon-area) + var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
    flex-direction: row;
    align-items: center;
}
.langSelector .item-inner:before {
    font-family: framework7-core-icons;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    font-size: var(--f7-list-chevron-icon-font-size);
    line-height: 14px;
    color: var(--f7-list-chevron-icon-color);
    pointer-events: none;
    right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
    content: 'chevron_right';
    border: 0px;
}
.statusConnection {
    display: flex;
    align-items: center;
}
.statusConnection i {
    font-size: 13px;
    padding-right: 5px;
}
.langSelector .input-dropdown-wrap:before {
    display: none;
}
.page-content#setting {
    padding-top: calc(var(--f7-page-navbar-offset,0px) + var(--f7-page-toolbar-top-offset,0px) + var(--f7-page-content-extra-padding-top,0px));
}
.ios .WO .pageSettings .list .item-content {
    padding-top: 0px!important;
}
.md .expertSettings .item-input .iconLang {
    align-self: auto
}

.ios .expertSettings .item-input .iconLang {
    align-self: auto
}

.rotated {
    max-width: unset !important;
    max-height: unset !important
}

#rotateImage {
    position: absolute;
    ;
    right: 15px;
}

.photo-browser-page .right {
    position: absolute;
    left: 15px;
}
.expertProfile .list .item-media+.item-inner {
    flex-direction: column;
}
/*WORKORDER*/
.ios .WO-selection-button {
    margin: 0% !important;
    background: #efeff4 !important;
    border-top: 0px;
    padding: 10px 15px 15px !important;
}

.WO-list {
    margin: 0px !important;
}

.ios .WO-selection-button button {
    text-transform: capitalize;
}

/*TODO: togliere tutti questi important che rompono il cazzo*/
.md .navbar-inner {
    background-color: #386D9E !important;
}

.editor-photo .navbar-inner {
    background-color: black !important
}

.md .navbar .title {
    color: white !important
}

.md .toolbar {
    background-color: #386D9E !important;
}

.md .audio-mic-icon i {
    color: #007aff !important;
}

.md i {
    color: white !important
}

.navbar .md span {
    color: white !important
}

/*.md .calendar-month span {color: black!important}*/
/*.md .calendar-month .calendar-day-disabled span {color: rgba(0, 0, 0, 0.336)!important}*/

.md s {
    color: white !important
}

.md .searchbar-inner span {
    color: #386D9E !important;
}

.md .dialog-buttons span {
    color: black !important;
}

.md .location-bottom-bar .title {
    color: black !important
}

.md .messagebar .toolbar-inner {
    background-color: white !important;
}

.md .messagebar .toolbar-inner {
    background-color: white !important;
}

.md .toolbar-inner .messagebar-area {
    background: rgba(241, 241, 241, 0.87) !important;
}

.md .messagebar i {
    color: black !important;
}

.md .chip button {
    width: 90px;
    height: 30px;
    font-size: 15px
}

.ios .button {
    box-shadow: none
}

.ios .navbar-inner {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fafafa;
}

.ios .popup:not(.kbPage) {
    padding-top: 0px;
}

.ios #popup-navbar {
    padding-top: 0px
}

.ios #popup-navbar {
    border-top-left-radius: 15px;
    border-top-right-radius: 10px;
}

.ios .navbar a.icon-only {
    width: auto
}

.ios .searchbar-inner {
    padding: 0px 15px
}

.ios .WO .WO-selection-button:after {
    height: 0px
}

.ios .WO .block-strong:before {
    height: 0px
}

.ios .WO .subnavbar:after {
    height: 0px
}

.ios .WO .searchbar:after {
    height: 0px
}

.md .WO .page-content {
    padding-top: 100px !important
}

.ios .media-list .item-title,
.ios li.media-item .item-title {
    font-weight: 500
}

.WO .list .item-subtitle {
    font-weight: 400;
    color: #8F8E94;
    padding-bottom: 5px
}

.ios .WO .list .item-content {
    padding-top: 5px
}

.list ul li {
    background: #ffffff;
}

.sub-menu-workorders {
    display: none;
}
.miniMenu .sub-menu li {
    background: #F5F5F5;
}
.list ul ul.sub-menu {
    padding-left: 0px;
}

.sub-title {
    margin-left: 0px;
}

.menu-admin  ul li {
    /*! height: 35px; */
}

.menu-admin .item-title {
    font-size: 13px;
}

.timer-column {
    width: 85px;
}

.chip {
    height: 28px !important;
}

.ios .title-large {
    background: #fafafa
}

.WO .media-list .item-media img {
    max-width: 40px
}

.ios .WO-list ul:after {
    height: 0px
}

.segmented .inner {
    position: relative;
    width: 100%
}

.segmented .badge {
    position: absolute;
    top: -5px;
    right: 2px;
    font-size: 10px !important;
    border-radius: 18px;
    height: 18px;
    line-height: 18px;
}

.md .segmented {
    border-left: 1px solid #2196f3;
}

.page-content {
    background: #fafafa
}

.md .segmented .button {
    border: 1px solid #2196f3;
    border-left: 0px;
    padding: 0 5px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-transform: none;
    color: #2196f3;
    background: #ffffff
}

.md .segmented .button.button-active {
    border: 1px;
    background-color: #2196f3;
    color: #fff;
}

.ios .segmented .button {
    padding: 0px 5px;
    text-transform: capitalize
}

.md .WO .toolbar {
    background: #386E9E
}

.md .WO .tabbar-labels {
    height: 42px
}

.md .WO .tabbar i.icon,
.md .tabbar-labels i.icon {
    display: none
}

.md .WO .tabbar-labels a.tab-link .tabbar-label {
    font-weight: bold
}

.md .WO .navbar .title {
    font-weight: bold
}

.md .WO .navbar {
    background: #386E9E
}

.md .WO-selection-button {
    background: #ffffff !important;
    margin: 0px !important;
}

.md .WO-selection-button:after {
    height: 0px
}

.md .WO-list ul:before {
    height: 0px
}

.md .WO-list .item-link .item-title-row {
    padding-right: 14px
}

.ios .WO-list .item-link .item-title-row {
    padding-right: 16px
}

.ios .WO-list .item-after {
    font-size: 14px
}

.not-solved {
    border-left: 6px solid #EB6361
}

.WO-list .not-solved {
    padding-left: 10px !important
}

.WO-list-title .item-inner:after {
    height: 0px !important
}

.WO-list-title .item-title {
    font-size: 20px;
    padding-top: 5px
}

.ios .searchbar-inner {
    padding: 0px 15px !important;
}

.ios .subnavbar-inner {
    padding: 0px !important;
}

.ios .searchbar:after {
    height: 0px !important
}

.list ul {
    background: none
}

.WO .page-content {
    background: #efeff4
}

.ios .greyLight {
    background: #efeff4;
}

.afNoHeight:after {
    height: 0px
}


/*CHAT*/
.ios .chatPage .subnavbar {
    padding-left: 15px;
}

.ios .chatNav .title {
    font-size: 17px !important;
    text-align: left;
    left: 55px !important;
    line-height: 1.5;
    font-weight: 500;
    position: absolute;
    white-space: var(--f7-list-item-title-white-space);
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md .chatNav .title {
    font-size: 18px;
    line-height: 1.4
}

.ios .chatNav .subtitle {
    text-align: left !important;
    font-size: 10px;
    color: red;
    font-weight: 400
}

.ios .chatNav .link a {
    color: #007AFF
}

.md .chatNav .title {
    margin-left: 0px;
}

.md .chatNav .right {
    margin-left: 0px;
    padding-right: 5px
}

.md .chatNav .right a {
    padding: 10px 15px
}

a#CallExpertButton {
    margin: 0px;
    padding: 15px;
}

a.pressed {
    opacity: 0.3;
}

.ios .chatNav .stop {
    color: rgb(148, 148, 148) !important
}

.md .chatNav .stop {
    color: #ffffff
}

.chatNav .disable {
    display: none
}

.ios .chatNav .f7-icons {
    font-size: 26px
}

.chat-background {
    background: url(../img/bg-chat.png) #dee4e8 repeat-y !important;
    background-size: contain !important;
}

.expertChat .chat-background {
    background: url(../img/bg-chat.png) #dee4e8 repeat !important;
}

.ios .chatPage {
    background: #F9F9F9
}

.ios .chatPage .chip {
    background: #ffffff;
    padding: 20px;
    padding-right: 10px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    border-radius: 10px;
}

.ios .chatPage .chip .chip-label {
    padding: 5px 0px;
    margin-left: 10px;
}

.ios .chatPage .chip .chip-media {
    color: #007aff
}

.chatPage .chip button {
    border: 2px solid #2196f3;
}

.md .chatPage .chip .chip-media i {
    color: #007aff !important;
    height: auto
}

.ios .chatPage .chip button {
    width: 75px !important
}

.ios .chatPage .chip .item-after {
    padding: 4px 10px;
    margin-left: 10px;
    color: #ffffff;
    border-radius: 8px
}

.md .chatPage .chip .item-after {
    padding: 0px 15px;
    margin-left: 10px;
    color: #ffffff;
    border-radius: 5px
}

.md .chatPage .chip {
    background: #ffffff;
    padding: 20px;
    padding-right: 5px;
    border-radius: 5px;
}

.md .chatPage .chip i {
    font-size: 20px
}

.md .chatPage .chip .chip-label {
    border-bottom: 0
}

.chatPage .chip .chip-label {
    width: 100%;
    border-bottom: none;
    font-weight: bold;
    font-size: 16px;
}

.message-sent .label-duration {
    position: absolute;
    bottom: 0px;
    left: 100px;
    color: #8e8e93;
    font-size: 11px;
}

.message-sent .audio-date {
    position: absolute;
    bottom: 0px;
    right: 10px;
    color: #8e8e93;
    font-size: 11px;
    line-height: inherit;
}

.message-sent .audio-mic-icon {
    border-radius: 75%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #007aff !important;
    margin-right: 15px;
}

.message-received .label-duration {
    position: absolute;
    bottom: 0px;
    left: 55px;
    color: #8e8e93;
    font-size: 11px;
}

.message-received .audio-date {
    position: absolute;
    bottom: 0px;
    right: 60px;
    color: #8e8e93;
    font-size: 11px;
    line-height: inherit;
}

.message-received .audio-mic-icon {
    border-radius: 75%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    color: #007aff !important;
    margin-left: 10px;
}

.message-received .chip {
    padding-left: 5px !important;
}

.message-received .img-play {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/play-button.png)
}

.message-received .img-pause {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/pause.png)
}



.md .audio-mic-icon .i {
    color: #007aff !important;
}

.audio-wav .chip {
    padding-left: 5px !important;
}

.message-sent .img-play {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/play-button.png)
}

.message-sent .img-pause {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/pause.png)
}

.chips-audio .progressbar {
    width: auto;
    flex-grow: 1;
}
.expertApp .chips-audio .progressbar  {
    background: #DEDFE0;
}
.chips-audio {
    padding: 28px 10px!important;
    max-width: 330px;
}
.message-received .document-icon {
    padding-left: 10px;
}

.ios .message-date {
    color: #8e8e93;
    line-height: 1;
    font-size: 11px;
    margin-top: 3px;
    margin-right: 0px;
}

.ios .message-received .message-date {
    text-align: right
}

.md .message-date {
    color: #8e8e93;
    line-height: 1;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 0px;
}

.ios .message-sent .message-bubble {
    color: #000000;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    padding-right: 10px;
}

/*.ios .message-sent .message-bubble {-webkit-mask-box-image: none}*/
.ios .message-bubble {
    border-radius: 10px;
    padding: 6px 10px 6px;
    font-size: 16px
}

.ios .message-received .message-bubble {
    padding-left: 20px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    background: #ffffff
}

.ios .message-received.message-tail:not(.message-typing) .message-bubble {
    padding-left: 20px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    background: #ffffff;
    min-width: 110px
}

.ios #assistant-mode {
    background: transparent !important;
    padding-top: 40px;
    margin-top: 4px;
    padding-bottom: 0px;
}

.ios .addOperatorIco {
    vertical-align: middle
}

.ios .backLarge {
    width: 40px
}

.chip.alert_chat {
    background: #D1E8FB !important;
    border: none !important;
    margin: 0px auto !important;
    padding: 3px 20px !important;
    margin-bottom: 8px !important;
    box-sizing: initial !important;
    height: auto;
}

.md .chip.alert_chat {
    border: 1px solid #A8D7FF !important
}

.chip.alert_chat .chip-label {
    padding: 5px 0px;
    margin-left: 0px !important;
    color: #000000;
    text-align: center;
    white-space: initial;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: initial !important;
    max-width: 300px;
}

.ios .message-image .message-date {
    position: absolute;
    right: 10px;
    bottom: 4px;
    color: #ffffff
}

.md .message-image .message-date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ffffff
}

.ios .message-image:last-child img {
    border-bottom-right-radius: 0px !important
}

.ios .message-image:first-child img {
    border-top-right-radius: 0px !important
}

.img-chat-media {
    width: 250px !important;
    object-fit: cover;
    height: 250px !important;
}

.swiper-container {
    background-color: #fff
}

.ios .subnavbar .right.boxActions {
    width: initial;
    display: flex;
    justify-content: space-between;
}
.boxActions div {
    width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#videoStreaming {
    margin-right: -5px;
}
.userActive i {
    font-size: 30px!important;
}


/*SETTINGS*/
.pageSettings .page-content {
    background: #efeff4 !important;
    padding-top: calc(var(--f7-page-navbar-offset,0px) + var(--f7-page-toolbar-top-offset,0px) +  var(--f7-page-content-extra-padding-top,0px));
}

.ios .WO .pageSettings .subnavbar:after {
    height: 1px !important
}

.md .pageSettings .page-content .toolbar {
    position: absolute;
    bottom: 0px
}

.ios .pageSettings .page-content .toolbar {
    position: absolute;
    bottom: calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom,0px))
}

/*PROFILE*/
.bottomButton {
    position: absolute !important;
    bottom: 0px !important;
    width: 100% !important
}

.ios .pageSettings .page-content {
    height: 100%;
}

.profileBox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ios .pageSettings .block-strong:before {
    height: 1px !important
}

.actionButton {
    padding: 8px 0px;
}

.profileBox .dot {
    width: 120px;
    height: 120px
}

.ios .pageSettings input[type=text] {
    color: var(--f7-tabbar-link-inactive-color)
}

.md .list li:last-child .item-input-wrap:after {
    height: 0px
}

.md .profileUpdate {
    width: auto !important;
    font-size: 18px
}

/*START*/
.start-img {
    max-width: 70px;
    margin-top: 38%
}

.welcome-text h1 {
    color: #333333 !important;
    font-size: 40px !important;
    padding-bottom: 0px !important;
    line-height: 40px;
}

.welcome-text h1 span {
    color: #13B7E6 !important
}

.welcome-button {
    margin-top: 38px;
}

/*TUTORIAL*/
.demo-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.tutorial-page .swiper-container {
    display: flex;
    height: calc(100% - 100px);
    flex-direction: column;
}
.tutorial-page .swiper-pagination {
    padding-left: 30px;
    position: relative;
    text-align: left;
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 18px;
}
.tutorial-page .swiper-pagination-bullet {
    width: 14px;
    border-radius: 10px;
    height: 5px;
}
.tutorial-logo {
    height: 100px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.tutorial-logo img {
    height: 35px;
}
.tutorial_text {
    padding: 30px;
}

.tutorial_text h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.tutorial_text h1 span {
    color:#3FBEEE;
}
.tutorial_text p {
    font-size: 20px;
    color: #8A8A8A;
    line-height: 24px;
    margin-top: 15px;
}
.tutorial-buttons {
    margin-top: 150px !important;
}

.tutorial-button2 {
    border: none !important;
    background: transparent !important;
    color: grey !important;
}

.ios .popup-tutorial-page {
    background-color: white;
    padding-top: 0px !important;
}

.tutorial-page {
    background: white !important;
}

.p-top-tutorial {
    color: #13B7E6 !important;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
}

.p-bot-tutorial {
    font-size: 18px;
}

.ios .p-t .popUp-page .popUp-button {
    position: inherit !important
}

.popup-button-tutorial {
    bottom: 0px;
    position: fixed;
    width: 100% !important;
    margin-bottom: 0px !important;
}

.ios .popup-tutorial {
    height: auto !important;
}

.tutorial-page .swiper-slide img {
    width: 100%
}

.page {
    background: #ffffff !important
}

.lightBlu {
    background-color: #13B7E6 !important
}

.colorBlu {
    color: #13B7E6 !important
}

.bFull {
    width: 100%
}

.bNew {
    font-size: 13px !important;
    text-transform: none !important
}

.block-strong {
    padding-left: 15px;
    padding-right: 15px;
}

.ios .popTut .page-content {
    padding-top: 0px;
    margin-top: 0px
}

.ios .popTut .popUp-navbar {
    margin-top: -40px;
}

.navbar~* .page:not(.no-navbar) .tutorial-page.page-content {
    padding-top: 0px !important
}




/*LOGIN*/
.login-screen-title {
    text-align: left !important;
    padding-left: 15px !important;
    margin-top: 100px !important
}

.pageTut .page-content {
    background: white !important;
}

.ios .loginNav {
    height: calc(100% + 1px);
    z-index: 9999;
}

.ios .loginNav:after {
    height: 0px !important
}

/* .ios .login-screen-content {padding: 20px} */
/* .ios .login-screen-content li {padding-right: 15px} */
/* .ios .login-screen-content li:first-child {margin-bottom: 20px} */
.login-screen-content .item-label {
    color: #7D858F
}

.login-screen-content .ios .list input {
    height: 40px
}

.login-screen-content .loginBottom .item-title {
    font-size: 13px
}

.login-screen-content .loginBottom .after {
    font-size: 13px
}

.login-screen-content .loginBottom .ios .list .item-inner {
    padding-right: 0px !important
}

.ios .login-screen-content .icon-checkbox {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important
}

.md .login-screen-content .icon-checkbox {
    margin-right: 10px !important
}

.ios .login-screen-content .itemLogin .item-inner {
    padding-right: 0px !important
}

.md .pageTut .toolbar {
    top: 55px
}

.md .pageTut .tabbar-labels {
    height: 42px
}

.md .pageTut .page-content {
    padding-top: 120px
}

.ios .back-popup-close {
    height: 100%;
    width: 100%;
    display: block;
}

.md .pageTut .navbar .toolbar {
    display: none
}

/* -------------- Login -------------- */

.login-screen-title {
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 50px !important;
}

.login-screen-subtitle {
    text-align: var(--f7-login-screen-title-text-align);
    color: var(--f7-login-screen-title-text-color);
    margin-bottom: 30px;
}

.login-box .f7-demo-icon {
    padding-right: 10px;
}

.login-box .f7-icons {
    font-size: 20px;
    color: #000000 !important;
}

.md .login-box .item-content {
    padding-left: 0px;
}

.md .login-box li:last-child .item-input-wrap:after {
    height: 1px;
}

.ios .login-box ul:first-child {
    background-color: rgb(239, 239, 244) !important;
}

.login-box .item-button {
    margin-top: 10px;
}

.login-box .item-button a {
    color: #ffffff;
}

.login-box .login-info {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-box .login-info a {
    color: #000000;
    font-size: 14px;
}

.login-box.list ul li {
    background: transparent;
}

.login-info .item-content {
    padding-left: 0px;
}

.login-info p {
    font-size: 14px;
}

.login_bottom {
    background-color: #F5F5F5;
}

.login_bottom.block {
    margin-bottom: 0px;
}

.login-screen-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-screen-content .login_top {
    padding: 0px 33px;
}

.login-liveId {
    padding: 5%;
}

.login-liveId h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.login-liveId p {
    margin-top: 5px;
}
.login-box h2, .login-main h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}
.login-lbox p, .login-main p {
    margin-top: 5px;
}


.login-liveId ul:first-child {
    width: 100%;
    margin-right: 20px;
}

.login-liveId li {
    border-radius: var(--f7-list-inset-border-radius);
}

.login-liveId .list {
    display: flex;
    justify-content: space-between;
}

.login-liveId .item-button {
    background: var(--f7-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
}

.login-liveId .item-button a {
    color: #ffffff;
}

.login-deeplink {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.login-deeplink .login_top .block {
    font-size: 16px;
}

.login-deeplink .login_bottom {
    height: calc(100% - var(--f7-safe-area-bottom));
    background: transparent;
}

.login-deeplink .login_bottom .block {
    margin-top: 0px;
}

.ios .login-deeplink .login_bottom .block ul::before {
    display: none;
  }
  .login_bottom form {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 100%;
  }
  .login_bottom form .list {
      margin-top: 0px;
  }
  .icon-checkbox:after  {
      font-size: 15px!important;
  }
  .login-deeplink .itemLogin {
      padding-left: 0px!important;
  }
  .email_sent {
      color: var(--f7-theme-color);
      font-weight: 500;
      padding:5%;
  }

.login_bottom form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 80%;
}

.login_bottom form .list {
    margin-top: 0px;
}

.icon-checkbox:after {
    font-size: 15px !important;
}
.login-main {
    max-width: var(--f7-login-screen-blocks-max-width);
    margin: var(--f7-login-screen-blocks-margin-vertical) auto;
}
/* -------------- FO Invitation pop up -------------- */

.fo-invite {
    /* display: flex;
      flex-direction: column;
      justify-content: space-between; */
}

.ios .fo-invite {
    padding-bottom: var(--f7-navbar-height);
}

.bottom-content {
    background: #f5f5f5;
    height: 150px;
}

.bottom-content .block::before {
    content: '';
    position: absolute;
    background-color: var(--f7-list-border-color);
    display: block;
    z-index: 15;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 0%;
    transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}
.team-content {
    background: #ffffff;
    height: auto;
}

.team-content .list{
    margin: 0px;
}
.md .team-content .list {
    margin-bottom: 10px;
}
.team-content li {
    padding-left: 0px!important;
}
.top-content .team-content .list .item-title {
    padding-left: 0px;
}
.team-content .item-title {
    font-weight: bold;
    color: #000000;
}
.team-content .item-inner {
    padding-right: 0px;
}
.team-content .list ul:before {
    display: none;
}
.teams-invite h3 {
    margin: 0px;
}
.top-content {
    height: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.top-content form {
    max-height: 220px;
    overflow: scroll;
}

.ios .top-content form {
    max-height: 240px;
    overflow: scroll;
}

.top-content .list {
    margin-top: 0px;
    margin-bottom: 20px;
}

.top-content .list p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-content .list .item-inner {
    justify-content: start;
}

.top-content .list .item-title {
    padding-left: 20px;
}

.top-content .list .item-content {
    padding-left: 0px;
}

.button-invito-fo {
    width: auto;
    padding: 0px 30px;
}

.ios .button-invito-fo {
    width: auto;
    height: 40px;
}

.button-link {
    width: auto;
    height: 40px;
    margin: auto;
    padding: 0px 30px;
    margin-top: 20px;
}

.bottom-content h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.bottom-content .block, .top-content .block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px;
}
.top-content .block {
    padding: 15px 30px;
}

.bottom-content ul:first-child {
    width: 100%;
    margin-right: 20px;
}

.bottom-content li {
    border-radius: var(--f7-list-inset-border-radius);
}

.bottom-content .list {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.bottom-content .item-button {
    background: var(--f7-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
    width: 52px;
}

.bottom-content .item-button a {
    color: #ffffff;
}

.bottom-content .item-button i {
    font-size: 18px;
}

.md .bottom-content .item-button i {
    color: #ffffff !important;
    font-size: 18px;
}

.label-check {
    display: flex;
    justify-content: start;
    align-items: center;
}

.bottom-content label.item-checkbox>.icon-checkbox {
    background: #ffffff;
}

.md .bottom-content label.item-checkbox>.icon-checkbox {
    margin-right: 10px;
}

.fo-link .block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px;
}

.fo-link ul:first-child {
    width: 100%;
    margin-right: 20px;
}

.fo-link .list li {
    border-radius: var(--f7-list-inset-border-radius);
    background: #efefef;
}

.fo-link .list {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.fo-link .item-button {
    background: var(--f7-theme-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
    width: 52px;
}

.fo-link .item-button a {
    color: #ffffff;
}

.fo-link .item-button i {
    font-size: 18px;
}

.md .fo-link .item-button i {
    color: #ffffff !important;
    font-size: 18px;
}

.fo-link h3 {
    margin-bottom: 5px;
    font-weight: 500 !important;
}

.list.liveIDrow {
    justify-content: flex-start;
}

.fo-link .list.liveIDrow ul:first-child {
    width: calc(50% - 52px);
    margin-right: 20px;
}
.invite_fo .item-after i { 
    font-size: 10px;
    padding-right: 3px;
}
.invite_fo .item-after {
    align-items: center;
    text-transform: capitalize;
}

/*FIRMA*/
.sign-img {
    background-color: white;
    padding: 15px
}

.sign-img img {
    overflow: hidden;
    max-height: 400px;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #c9c9c9;
    background: #FBFBFB;
}

.displayNone {
    display: none !important;
}

/*MAPPA*/
.ios .location-map {
    height: calc(100% - 122px);
    width: 100%;
}

.md .location-map {
    height: calc(100% - 135px);
    width: 100%;
}

.ios .location-bottom-bar {
    bottom: 0px;
    position: fixed;
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 20px
}

.md .location-bottom-bar {
    bottom: 0px;
    position: fixed;
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 0px !important
}

.md .location-bottom-bar .title {
    font-size: 25px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.ios .location-bottom-bar .title {
    padding-top: 10px !important
}

.location-bottom-bar .button-location {
    height: 70px !important;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
}

/* .md .button-location .button { height: 40px!important; line-height: 40px!important; border-radius: 14px;} */
.loc-button {
    width: 100%
}

.location-bottom-bar ul:after {
    background-color: transparent !important
}

.location-bottom-bar ul:before {
    background-color: transparent !important
}

.location-bottom-bar li {
    background-color: transparent !important;
}

.ios .map .page-content {
    background: #ffffff !important
}

.gmnoprint {
    display: none !important;
}

.gm-fullscreen-control {
    display: none !important;
}

.location-map a {
    display: none !important
}

.location-bottom-bar ul {
    background: #ffffff
}

.ios .location-bottom-bar .rounded-top {
    -webkit-box-shadow: 0px -1px 6px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px -1px 6px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px -1px 6px 0px rgba(50, 50, 50, 0.15);
}

/*SMART ASSITENT*/
.page-assistant {
    height: calc(100% - 70px);
}

.sa-title {
    font-size: 32px;
    font-weight: 700;
    font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    padding-left: 15px;
    margin-top: 20px;
}

.smart-assistant-list {
    margin-top: 0px !important;
    margin-bottom: 135px !important;
    color: black !important;
}

.smart-assistant-list li {
    background-color: #f8f19f !important;
}

.ios .smart-assistant-list li {
    background-color: #f8f19f !important;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
}

.smart-assistant-list ul:before {
    background-color: transparent !important
}

.smart-assistant-list ul:after {
    background-color: transparent !important
}

.ios .smart-assistant-list ul {
    background: transparent !important
}

.ios .no-list-border {
    background-color: transparent !important
}

.sa-text {
    padding-left: 15px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    white-space: normal !important;
}

.radio-choise li {
    background-color: #ffffff !important;
}

.radio-choise {
    position: absolute;
    width: calc(96% - 30px);
    padding-left: 2%;
    padding-right: 2%;
    top: 75%
}

.rounded-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.ios .rounded-bot {
    border-radius: 14px !important;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
}

.md .popUp-button {
    position: absolute;
    bottom: -1px;
    width: 100%;
    margin: 16px 0;
}

.smart-assistant-list .item-media img {
    max-width: 35px;
}

.smart-assistant-list .item-after {
    font-size: 14px;
}

.md .icon-radio {
    margin-right: 15px !important;
}

.rounded-top .item-title {
    font-size: 14px;
    font-weight: 700;
}

.radio-choise li .item-title {
    font-size: initial !important;
    font-weight: initial !important;
}

.rounded-top .item-after {
    font-size: 12px;
}

.rounded-top .item-inner {
    padding-top: 0px;
    padding-bottom: 0px
}

.rounded-top .item-media {
    padding-top: 0px;
    padding-bottom: 0px
}

.smart-assistant-list .rounded-bot .item-inner {
    padding-bottom: 0px
}

/* .photoButton .sa-text {padding-bottom: 20px} */
.md .questio-padding {
    padding-bottom: 80px
}

.md .sa-content {
    padding-bottom: 44px !important
}

.md .end-sa-content {
    padding-bottom: 70px !important
}

/*CHAT*/
.chatPage .smart-assistant-list {
    margin-bottom: 0px !important;
    padding: 8px
}

.p-bot-assistance {
    font-size: 15px;
}

.swiper-choise {
    height: 345px !important;
}

.auto-swiper-assistance {
    overflow-x: inherit !important;
}

.auto-swiper-assistance .swiper-slide {
    height: 100%
        /*102px!important*/
    ;
    text-align: center;
}

.ios .popup-attachment {
    background: transparent !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ios .top-popup-attachment {
    margin: 0px !important
}

.popUp-attachment-page {
    height: auto !important;
    top: auto !important;
    position: absolute !important;
    bottom: 0px !important;
    background: transparent !important;
}

.top-popup-attachment .list {
    margin: 0px !important
}

.ios .popUp-attachment-page ul:before {
    background-color: transparent !important
}

.ios .popUp-attachment-page ul:after {
    background-color: transparent !important
}

.ios .popup-attachment .cancel-button {
    margin-top: 20px !important;
}

.ios .popup-quit a {
    color: black !important
}

.button-chat-action {
    height: 45px !important;
    line-height: 44px !important;
}

.button-action {
    position: absolute;
    width: calc(96% - 30px);
    padding-left: 2%;
    padding-right: 2%;
    top: 75%
}

.button-action li {
    background: transparent !important;
}

.ios .fix-rounding-page {
    margin-top: 5px;
    padding-top: 39px
}

.ios .navbar {
    font-weight: 500 !important;
}

.ios .chatNav .subnavbar-inner .title {
    display: block;
    width: 100%;
    margin-left: 0px;
    display: flex;
    height: 100%;
    align-items: center;
}

.ios .chatNav .title {
    font-weight: 400;
}

.chatNav .subnavbar-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.chatNav .subnavbar-inner .left img {
    width: 35px;
    height: 35px;
}

.chatNav .subnavbar-border-top {
    margin-top: 0px !important;
}

.ios .chatNav .subnavbar {
    background: #efeff4
}

.message-image .loaderConteiner {
    background: rgba(0, 0, 0, 0.60);
    width: 80px;
    text-align: center;
    height: 80px;
    z-index: 99999;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.message-image .loaderConteiner .preloader {
    width: 75%;
    height: 75%;
    top: 12px;
}

.md .chatNav .subnavbar-border-top {
    background-color: #efeff4 !important
}

.md .chatNav .subnavbar .title {
    color: #000000 !important;
    margin-left: 15px !important;
    font-weight: 400;
}

.md .chatNav .subnavbar-inner .title {
    display: block;
    width: 100%;
    margin-left: 10px
}

.md .chatNav .right {
    right: 0;
    position: absolute;
}

.md .chatNav .left {
    left: 5px
}

.md .chatNav .title {
    margin-left: 25px;
    margin-right: 113px;
}

.md .chatNav .subnavbar-inner i {
    color: #007AFF !important
}

.md .chatNav .subnavbar .left i {
    padding-top: 5px
}
.operatorActive i {
    color: red;
}
.operatorInactive i {
    color: grey;
}
.md .chatNav .subnavbar-inner .operatorActive i {
    color: red!important;
    padding-top: 0px!important;
}
.md .operatorInactive i {
    color: grey!important;
    padding-top: 0px!important;
}
/* .md .chatNav .subnavbar {height: 50px} */

.time-notification {
    font-size: 12px;
    color: #707073;
    margin: 10px 0px 4px 0px;
}

.noMessageBar {
    padding-bottom: 0px !important
}

.withRiprendiButton {
    padding-bottom: 109px !important;
}

.noOpacity {
    opacity: inherit !important;
}

/*MANUAL CHOISE*/
.manual-choise i {
    font-size: 45px !important;
    color: #007AFF !important
}

.manual-choise span {
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #000000 !important
}

.md #ask-assistance.popup {
    bottom: 0px;
    height: 240px;
    top: inherit !important
}

.md #ask-assistance.popup .popUp-page {
    margin-top: 0px !important
}

.md #ask-assistance.popup .swiper-container {
    height: 50% !important;
    top: 5px !important
}

.md #ask-assistance.popup .swiper-container {
    height: 100% !important;
    top: 5px !important
}

/*.md #ask-assistance.popup span{ height: 20px!important; width:20px!important}*/
.md #ask-assistance.popup .badge {
    border-radius: 50% !important
}

.md .actions-group .actions-button-media i {
    color: black !important
}

.ios .radio-choise .active-state {
    background-color: transparent !important
}

.md .end-chat-list ul {
    border-radius: 15px !important;
}

.expertWoChat .messages {
    top: 60px;
    margin-bottom: 110px;
    min-height: 0% !important;
}

.expertWoChat .infoWo {
    position: fixed;
    top: 60px;
    z-index: 999 !important;
    width: calc(100% - var(--f7-panel-width));
}
.expertWoChat .infoWo .wo-title {
    color: #000000;
}
.dotProfile {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
}

.operator1 {
    background: url(../img/operator1.jpg);
}

.operator2 {
    background: url(../img/operator2.jpg);
}

.operator3 {
    background: url(../img/operator3.jpg);
}

.dotProfile .badge {
    margin-left: -15px
}

.manual-choise .row {
    margin-top: 40px
}

.smart-assistant-list.block {
    padding: 10px;
}

/* .end-chat-list-2 .rounded-bot .item-inner {padding-bottom: 0px} */


/*END CHAT*/
.sign-button-end-chat {
    top: -13px;
    margin-left: 10%;
    margin-right: 10%;
}

.page-end {
    height: calc(100% - 82px);
    background: url(../img/bg-chat.png) #dee4e8 repeat-y;
    background-size: contain
}

.page-end .messages {
    background: none;
    min-height: initial !important
}

.end.messagebar {
    bottom: 72px;
    display: none
}

.end.messagebar .toolbar-inner {
    padding: 5px 15px
}

.page-end .messages-content {
    background: none
}

.ec-title {
    font-size: 32px;
    font-weight: 700;
    font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    padding-left: 15px;
    padding-top: 20px;
}

.end-chat-list {
    margin-top: 0px !important;
    margin-bottom: 58px;
    color: black !important;
}

.end-chat-list-2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: black !important;
}

.chatBot {
    max-width: 85%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    position: relative;
    line-height: 20px;
}

.chatBot .item-title b {
    color: #0092FF;
}

.expertWoChat .chatBot {
    max-width: 400px;
}

.md .expertWoChat .chatBot {
    line-height: 18px;
}

.md .chatBot {
    line-height: 20px;
}

.md .expertChat .chatBot .rounded-bot {
    border-radius: var(--f7-message-bubble-border-radius) !important;
    font-size: 14px;
    box-shadow: none;
}

.md .expertChat .chatBot .button {
    border-radius: var(--f7-message-bubble-border-radius);
}

.radio-msg.end-chat-list-2 {
    min-width: 85%;
}

.radio-msg.end-chat-list-2 ul,
.photoButton.end-chat-list-2 ul {
    width: 100%;
}

.sub_chatbot .subnavbar-inner {
    justify-content: start;
}

.ios .sub_chatbot .subnavbar-inner .title-sub {
    margin-left: 0px;
}

.end-chat-list-2 ul:before {
    background-color: transparent !important
}

.end-chat-list-2 ul:after {
    background-color: transparent !important
}

.end-chat-list ul:before {
    background-color: transparent !important
}

.end-chat-list ul:after {
    background-color: transparent !important
}

.ios .end-chat-list ul {
    background: transparent !important
}

.ios .no-list-border {
    background-color: transparent !important
}

.end-chat-list-2 .ec-text {
    padding-left: 15px;
    white-space: normal !important;
}

.end-chat-list .ec-text {
    padding-left: 15px;
    padding-right: 27px;
    padding-bottom: 17px;
    padding-top: 5px;
    white-space: normal !important;
}

.radio-choise li {
    background-color: #ffffff !important;
}

.radio-choise {
    position: absolute;
    width: calc(96% - 30px);
    padding-left: 2%;
    padding-right: 2%;
    top: 75%
}

.ios .rounded-bot {
    border-radius: 14px !important;
}

.md .rounded-bot {
    border-radius: var(--f7-message-bubble-border-radius) !important;
}

.md .message-bar-margin {
    margin-left: 15px
}

.end-chat-list .sa-text {
    padding-bottom: 25px
}

/* .end-chat-list.last {margin-bottom: 0px!important} */
.end-chat-list.block {
    padding: 10px
}

.end-chat-list-2.block {
    padding: 10px;
}

/* .sign-container{height: 510px;} */

/*Action sheet*/
.ios .actions-button i {
    height: 22px;
    width: 30px;
    color: #007aff
}

.ios .actions-button-text {
    color: #464646;
}

.ios .actions-group {
    background-color: white;
}

.ios .actions-cancel {
    color: red !important;
}

.ios .actions-modal .actions-group:last-child .actions-button-text {
    color: #007aff !important;
    font-weight: 500;
}

/* New WorkOrder */
.newWorkOrder .list textarea.resizable {
    height: 200px !important;
}

.newWorkOrder .footerBtn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.newWorkOrder .sa-text {
    padding-bottom: 5px
}

.newWorkOrder .end-chat-list-2 {
    margin: 0px !important;
    padding-bottom: 0px !important
}

/*Knowledge base*/

.Knowledge-base-popup .searchbar input {
    border-radius: var(--f7-searchbar-input-border-radius) !important;
}

.Knowledge-base-popup .list ul:before {
    height: 0px
}

.Knowledge-base-popup .list {
    margin-top: 15px !important
}

#knowledge-popup .navbar {
    position: relative !important;
}

#knowledge-popup .popUpTitle {
    left: 0px !important;
}

.Knowledge-base-popup {
    padding-top: 0px !important;
    margin-top: 0px !important
}

.md .Knowledge-base-popup .list {
    width: 100% !important
}

.md .Knowledge-base-popup .page-content {
    padding-top: 15px !important;
}

.Knowledge-base-popup.page-content.md-only {
    overflow: initial !important;
}

.md #knowledge-popup .popUpTitle {
    margin-left: 0px
}

.itemKnow {
    font-size: 16px !important
}

.kbFilter {
    background: #EFEFF4 !important
}

.kbFilter .list {
    margin-bottom: 100px
}

.subnavKb {
    background: #ffffff !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}

.ios #knowledge-popup .subnavbar {
    padding-top: 0px !important;
}

.ios #knowledge-popup.filtering-kb .subnavbar {
    margin-top: -1px !important;
    padding-top: 1px !important;
}

.ios .filtering-kb .searchbar-backdrop {
    opacity: 0
}

.ios #knowledge-popup .subnavbar:after {
    height: 0px
}

#kb-content-page {
    padding-top: calc(var(--f7-navbar-height))
}

.ios .navbar a.icon-only.resetSearch {
    display: none;
    margin-left: 0px;
}

.md .navbar a.icon-only.resetSearch {
    display: none;
}

.searchbar-backdrop.searchbar-backdrop-in {
    opacity: 0;
}

#list-kb div.block-title {
    margin: 6px;
    margin-left: 15px;
    text-transform: capitalize !important;
}

#list-kb div.block {
    margin: 0px
}

.kbTag {
    cursor: pointer;
}

.kbTag .chip-label {
    cursor: pointer;
}

#list-kb {
    margin-top: 0px;
}

/* .kbPage .navbar .right a.link {        color: #D9D9D9 !important;} */
/* Generic */
.hidden {
    display: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

html {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.blink {
    animation: blink-animation 0.7s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.7s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

i.rec {
    color: red;
    float: left;
    margin-right: 20px;
    margin-left: 50px
}

/* Expert*/
:root {
    --f7-panel-width: 345px;
    --f7-panel-bg-color: #fff;
    --f7-list-item-footer-font-size: 12px;
}

.expertWo {
    margin-top: 0px
}

.expertWo .list-group:first-child ul:before {
    height: 0px
}

.expertWo .item-media img {
    width: 40px
}

.expertWo .item-after .item-header {
    text-align: right;
    color: #D0021B
}

.expertWo .item-after .item-footer {
    text-align: right;
    position: relative
}

.expertWo .item-after .item-footer i {
    position: absolute;
    left: -5px;
    font-size: 14px
}

.expertWo .item-after .item-badge {
    text-align: right;
    margin: 5px 0px
}

.expertWo .item-after .item-badge .badge {
    background: #007AFF
}

.expertWo .item-inner:before {
    display: none !important
}

.expertWo .item-link .item-inner {
    padding-right: 15px !important
}

.infoWo {
    margin: 0px !important
}

.infoWo {
    font-size: 13px;
    color: #13B7E6
}

.infoWo ul:before {
    height: 0px
}

.infoWo .list .item-content {
    min-height: auto;
    padding-left: 0px !important
}

.infoWo .list .item-title {
    font-size: 13px;
    min-width: 50%;
}

.infoWo .list .item-after {
    font-size: 13px;
    color: #000000
}

.infoWo .list .item-inner {
    min-height: auto;
    padding-right: 0px !important
}

.infoWo .block {
    padding: 0px 15px
}

.expertWo.search-list {
    padding-bottom: 30px
}

/*
.infoWo .item-inner {min-height: auto!important}
.infoWo .item-content {min-height: auto!important}
*/
.buttonAppear {
    bottom: 44px
}

.infoWo i {
    font-size: 15px;
    padding-right: 5px;
    color: #13B7E6
}

.md .infoWo i {
    font-size: 15px;
    padding-right: 5px;
    color: #13B7E6 !important
}

.expertWoChat {
    background: url(../img/bg-chat.png) #dee4e8 repeat !important;
    background-size: contain;
    padding-top: 0px !important
}
.expertApp .view-main .page-content {
    background: #dee4e8;
}

.navWhite {
    background: #ffffff !important
}

.expertNav .navbar {
    background: #ffffff !important;
    height: 60px !important
}

.ios .expertNav .navbar-inner {
    background: #ffffff !important;
}

/*.md .expertNav .navbar { height: 68px!important}*/
.expertNav .navbar-inner {
    height: auto !important
}

.icon-margin-for-text {
    margin-right: 5px
}

.md .expertNav .navbar-inner {
    background-color: #386D9E !important;
    padding: 0px 10px;
    overflow: initial !important;
    border-bottom: 1px solid #e2e2e2;
    height: 63px !important;
}
.md .managerApp .expertNav .navbar-inner {
    height: auto;
}
.eOperator ul:after {
    height: 0px !important
}

.eOperator .item-content {
    padding-left: 0px !important
}

.eOperator {
    margin-bottom: 0px
}

.fOperator ul:after {
    height: 0px !important
}

.fOperator .item-content {
    padding-left: 0px !important
}

.fOperator {
    margin-bottom: 0px
}

.fOperator .item-subtitle {
    font-size: 12px !important;
}

.searchChat.searchbar {
    padding-top: 10px
}

.ios .searchChat.searchbar {
    background: #f4f4f4;
}

.searchChat.searchbar:after {
    height: 0px
}

.searchChat input[type=search] {
    border-radius: 8px !important;
    background: #ffffff;
}

.eOperator .item-subtitle {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 700 !important
}

.eOperator i {
    font-size: 10px;
    width: auto !important
}

.online {
    color: #25D366 !important;
}

.online i {
    color: #25D366 !important;
}

.offline {
    color: rgb(221, 50, 50) !important;
}

.offline i {
    color: rgb(221, 50, 50) !important;
}

.ios .expertNav .searchbar-expandable.searchbar-enabled {
    top: 0px;
    height: 60px
}

.ios .expertNav .searchbar-expandable .searchbar-inner {
    margin-top: 8px
}

.chatSelection {
    margin: 0px !important;
    padding: 7px 15px;
    padding-top: 15px;
    background: var(--f7-list-group-title-bg-color)
}

.ios .chatSelection {
    background: #f4f4f4
}

.md .chatSelection {
    padding: 15px 15px;
    margin-top: 0px !important;
    background: var(--f7-list-group-title-bg-color)
}

.ios .list li.list-group-title,
li.list-group-title {
    background: #f4f4f4
}

.expertNav .menu-item-content i {
    color: #007AFF
}

.md .expertNav .menu-item-content {
    background: none !important
}

.md .expertNav .menu-item-content i {
    color: #ffffff !important
}

.md .expertNav .navbar:before {
    display: none !important
}

.md .expertNav .right {
    right: 10px !Important
}

.md .expertNav .item-title {
    color: #ffffff
}

.md .expertNav .item-subtitle {
    color: #ffffff
}

/*.md .expertChat .searchbar-enable i {color: #007AFF!important}*/
.expertNav .menu-dropdown-content {
    background: #ffffff;
    top: 0px;
    border-radius: 5px !important;
    min-width: 160px;
}

.expertNav .menu-item-dropdown-opened .menu-item-content {
    background: #ECECEC;
    border: 0px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
}

.expertNav .menu-item-content {
    background: #ffffff;
    border: 0px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
}

.expertNav .menu-item-content:hover {
    background: #ECECEC;
}

.expertNav .menu-item {
    background: none
}

.expertNav .menu-dropdown {
    background: none
}

.expertNav .menu-dropdown:before {
    display: none
}

.expertNav .menu-item-dropdown .menu-item-content:after {
    display: none
}

.expertNav .active-state:not(.menu-item-dropdown-opened) {
    background: none !important
}

.expertNav .menu-inner {
    display: block;
    padding: 0px
}

.expertNav .menu-dropdown-item,
.menu-dropdown-link {
    color: #202841 !important;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0px !Important;
    justify-content: start;
    line-height: 35px;
}

.expertNav .menu-dropdown-link i {
    font-size: 14px !important
}

.md .expertNav .menu-dropdown-link i {
    font-size: 14px !important;
    color: #000000 !important
}

.expertNav .menu-dropdown-divider {
    background-color: var(--f7-list-item-border-color);
    opacity: 0.5
}

.expertNav .termina {
    color: #D0021B !important;
    font-weight: 500
}

.expertNav .termina i {
    color: #D0021B
}

.md .expertNav .termina i {
    color: #D0021B !important
}

.arComand:after {
    display: none !important
}

.arComand {
    height: 60px;
    display: flex !Important;
    margin: auto
}

.arComand img {
    width: 30px
}

.arComand .arImg img {
    width: 25px
}

.arComand a {
    height: 100% !important
}

.timerChat {
    font-size: 14px !important;
    color: #D0021B;
    margin-right: 10px;
}

.timerChat i {
    font-size: 10px;
    width: auto !important;
    color: #D0021B
}

.md .timerChat {
    color: #ffffff;
}

.md .timerChat i {
    color: #ffffff
}

.navbar~.page:not(.no-navbar) .noPtop {
    padding-top: 0px !important
}

.ios .expertProfile .item-media .f7-icons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #8F8E94
}

.md .expertProfile .item-media .f7-icons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #8F8E94 !important
}

.md .expertProfile .item-media {
    align-self: center !important;
}

.panel-left .navbar {
    background: #007AFF
}

.white {
    color: #ffffff !important
}

.center {
    text-align: center
}

.dot {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background: #e2e2e2;
    background: url(../img/beach.jpg);
    background-size: cover;
}

.profilePhoto {
    margin: auto
}

.expertSettings .toolbar {
    bottom: 0;
    background: none
}

.md .expertSettings .toolbar {
    background: none !important
}

.version {
    font-size: 13px;
    color: #8F8E94;
    padding: 10px;
    margin-bottom: 5px
}

.version b {
    text-decoration: underline
}

.expertWo li.active {
    background: #007AFF
}

.md .expertWo li.active {
    background: var(--f7-message-received-bg-color)
}

.expertWo .active .item-inner:after {
    height: 0px
}

.ios .expertWo .active .item-title {
    color: #ffffff
}

.ios .expertWo .active .item-footer {
    color: #ffffff
}

.chips-text {
    overflow: hidden;
    width: 100%
}

.chips-audio {
    height: 65px;
    overflow: hidden;
    width: 100%;
    height: 65px;
    padding: 0 auto;
}

.expertWo .item-footer {
    white-space: var(--f7-list-item-title-white-space);
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
}

.expertWoChat .itemDescrizione {
    text-align: right;
    padding-left: 0px;
    flex-shrink: 1
}

.ios .expertWo .active .item-after .item-header {
    color: #ffffff
}

.ios .expertWo .active .item-after .item-badge .badge {
    visibility: hidden
}

.md .expertWo .active .item-after .item-badge .badge {
    visibility: hidden
}

.md .expertNav .media-list li {
    background: none !important
}

.md .expertNav .media-list ul {
    background: none !important
}

.active .active-state {
    background: #007AFF !important
}

.cCenter {
    width: 20% !important;
    margin-left: 0px !important
}

.cEdge {
    width: 40% !important
}

.popAlert {
    width: 300px !important;
    height: 450px !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    border-radius: 10px !important;
}

.popAlert:not(.popup-tablet-fullscreen) {
    transform: translate(-50%, 100%) !important;
}

.popAlert:not(.popup-tablet-fullscreen).modal-in {
    transform: translate(-50%, -50%) !important;
}

.toolbar.bottom {
    bottom: 0;
    height: 50px
}

.profileTitle {
    font-size: 26px;
    color: #000000 !important;
    font-weight: 600;
    margin-top: 25px;
}

.md .profileTitle {
    font-size: 26px;
    color: #000000 !important;
    font-weight: 600;
    margin-top: 25px;
}

.md .popAlert .toolbar {
    background: none !important;
    height: 60px !Important
}

.md .popAlert .title.team {
    color: #8F8E94 !important
}

.md .popAlert .toolbar a.link {
    padding: 0 0px !important
}

.md .popAlert .toolbar-inner {
    padding: 0 10px !important
}

.segmented .button.button-outline:nth-child(2) {
    border-radius: 0px
}

.expertWoChat .messages {
    background: none
}

.md .expertChat .messagebar i {
    color: #2196f3 !important
}

.message-sent .message-bubble {
    background: #E2FFC7
}

.message-sent .chip {
    background: #E2FFC7 !important
}

.audio-wav {
    width: 100%;
    max-width: 75% !important;
}

.audio-wav-expert {
    max-width: 65% !important;
}

.message-received .message-bubble {
    background: #ffffff
}

.md .message-sent .message-bubble {
    color: #000000
}

.ios .message-received .message-bubble {
    -webkit-mask-box-image: none;
    overflow: hidden;
    padding-left: 10px
}

.ios .message-sent .message-bubble {
    -webkit-mask-box-image: none;
    overflow: hidden;
}

.ios .message+.message:not(.message-first) {
    margin-top: 5px
}

.ios .expertChat .message-bubble {
    font-size: 14px;
}

.md .expertChat .message-bubble {
    font-size: 14px;
}

/* .expertWoChat .chatPage .chip {max-width: 335px}
.md .expertWoChat .chatPage .chip {max-width: 365px} */
.ios .segmented {
    background: #ffffff
}

.noChat {
    font-size: 13px !important;
    color: #000000 !important;
}

.archivedList .badge {
    background: none !important
}

.expertWo .archivedList .item-after .item-header {
    color: #2196f3
}

.noMbot {
    margin-bottom: 0px !important
}

.noMtop {
    margin-top: 0px !important
}
.add-user-popup {
    padding-top: 0px !important;
}
.form-add-user {
    top: -20px !important;
}
.add-user-button {
    margin-right: auto !important;
}
.pageSettings .toolbar {
    bottom: 50px !important
}

.expertWoChat .symbol, .page-loader .symbol {
    width: 30% !important
}

.marginForViews .expertNav .navbar-inner .col:last-child .menu-inner {
    display: block
}

.marginForViews .expertNav .navbar-inner .col:nth-child(2) {
    display: block
}

.expertNav .navbar-inner .col:last-child .menu-inner {
    display: none
}

.expertNav .navbar-inner .col:nth-child(2) {
    display: none
}

.expertNav .left {
    width: 33%
}

.expertNav .title {
    width: 33%
}

/*.expertNav .right {width: 33%}*/
.infoWoDesc li:after {
    content: '';
    position: absolute;
    background-color: var(--f7-list-item-border-color);
    display: block;
    z-index: 15;
    top: auto;
    right: auto;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 100%;
    transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}

*/ .expertApp .panel-left {
    z-index: 6000 !important;
}

.expertApp .displayBlock {
    display: block !important;
}

.expertApp .marginForViews {
    margin-left: 345px;

}

.expertApp .panel-left:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 6000;
}
.ios .expertApp .navbar .right:first-child {
    height: 60px;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.expertApp .panel-left.panel-visible-by-breakpoint~.view .navbar .panel-open[data-panel="left"] {
    display: none;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/
.expertApp .ios .panel-left:not(.panel-visible-by-breakpoint).panel-active~.view-main:before,
.expertApp .ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing~.view-main:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 6000;
}

/*managerApp*/
.checkbox-inline {
    padding-left: 7px;
}

.managerApp .panel-left {
    z-index: 6000 !important;
}

.managerApp .displayBlock {
    display: block !important;
    width: 250px;
}

.managerApp .marginForViews {
    margin-left: 250px;
}

.managerApp .panel-left:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 6000;
}

.managerApp .menu.right {
    right: 0px!important;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.managerApp .panel-left.panel-visible-by-breakpoint~.view .navbar .panel-open[data-panel="left"] {
    display: none;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/
.managerApp .ios .panel-left:not(.panel-visible-by-breakpoint).panel-active~.view-main:before,
.managerApp .ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing~.view-main:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 6000;
}

.menu-admin i {
    color: #386E9E !important;
    font-size: 22px;
}

.menu-admin a.active {
    background-color: #c7eafb
}

.ios .managerProfile .item-media .f7-icons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #8F8E94
}

.md .managerProfile .item-media .f7-icons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #8F8E94 !important
}

.md .managerProfile .item-media {
    align-self: center !important;
}

.managerProfile .toolbar-bottom {
    background: transparent !important;
    color: var(--f7-input-text-color)
}

.managerApp.miniMenu .profileInfo {
    display: none;
}

.managerApp.miniMenu .menu-admin .item-inner {
    display: none;
}

.managerApp.miniMenu .marginForViews {
    margin-left: 60px;
}

.managerApp.miniMenu .displayBlock {
    width: 60px;
}

.managerApp.miniMenu .navbar a.link {
    padding-left: 12px;
}

.managerApp .data-table .data-table-footer span {
    color: var(--f7-table-footer-text-color) !important
}

.managerApp .data-table a.link i {
    color: var(--f7-theme-color) !important
}

.managerApp .view-main .page-content {
    background: #dee4e8;
}

.managerApp .view-main .page-content h1 {
    color: #000000;
}
.md .managerApp .expertNav .navbar-inner {
    height: auto;
}
.md .managerApp.miniMenu  .expertNav .navbar-inner {
    background-color: #0D2943!important;
}
.managerApp:not(.miniMenu) .sub-menu {
    padding-left: 35px!important;
}
.managerApp:not(.miniMenu) .sub-menu .item-content {
    padding-left: 0px!important;
}
.managerApp:not(.miniMenu) .sub-menu .item-media+.item-inner {
    margin-left: 10px;
}
.managerApp .list .item-media {
    min-width: 20px;
}
.managerTitle {
    margin-bottom: 0px;
}
.managerApp:not(.miniMenu) .tooltip {
    display: none;
}
.button-fill i {
    padding-right: 8px;
}

.card-header .row {
    width: 100%;
    align-items: center;
}

.card-header:after {
    height: 0px;
}

.data-table .data-table-footer:before {
    height: 0px;
}

.colButton {
    width: 150px;
}

.colLinks {
    display: flex;
    justify-content: flex-end;
}

.colLinks p {
    margin: 1em;
    display: flex;
    align-items: center;
}

.card-content .label-cell i {
    color: var(--f7-theme-color) !important;
}

.card-content table {
    position: relative;
}

.card-content table th {
    position: sticky;
    position: -webkit-sticky;
    color: #9B9B9B !important;
    font-size: 14px;
    font-weight: 400;
    top: 48px;
    z-index: 999;
    background: #ffffff;
    padding:0px;
    padding-right: 10px;
}
.card-content table .label-status {
    width: 62px;
}
.card-content table .label-box  {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 10px;
}
.card-content table th .label-box  {
    padding: 0px 0px 0px 15px;
}
.dataWO.card-content table .actions-cell .label-box .iconSep {
    margin-right: 10px;
}
.managerApp .page-content .dataWO table tbody tr td .label-box p {
    margin: 0em 0 !important;    
}
.colData .iconSep {
    padding-left: 5px;
}
.label-data .label-box {
    width: 65px;
}
.label-data .label-box span {
    display: inherit!important;
}
.card-content table span.label-role {
    overflow: auto;
    text-overflow: initial;
    white-space: break-spaces;
}
.card-content table .label-tag .label-role {
    padding-left: 10px;
}

.card-content table th span {
    margin-right: 20px;
}
.card-content table th.label-expert {
    max-width:140px;
}

.card-content table th.label-field {
    max-width:180px;
}

.dataWO table th {
    top: 64px;
}
/* .dataWO.card-content table .actions-cell {
    width: 120px;
} */
.dataWO.card-content table .actions-cell .label-box {
    padding-left: 0px;
}

.card-content tr {
    height: 35px;
}

.card-content tr:nth-child(even) {
    background: #F5F5F5;
}

.card-content tr:nth-child(odd) {
    background: #FFF;
}

.menu-admin {
    margin-top: 0px;
}

.menu-admin .item-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-admin li .active .item-title {
    font-weight: 800;
    color: var(--f7-theme-color) !important;
}

.menu-admin li .active i {
    color: var(--f7-theme-color) !important;
    /*! font-size: 20px; */
}

.menu-admin li .active {
    background: #F5F5F5;
}
.miniMenu .menu-admin li .active {
    background: #386E9E;
}

.miniMenu .menu-admin li .active i {
    color: #ffffff!important;
}

.colData {
    /*color: var(--f7-theme-color);*/
    width: 110px !important;
}

.colData .iconSep {
    margin: 0px 0px;
    padding-left: 15px;
}

.data-table .label-cell th span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-table .label-cell span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colName {
    max-width: 350px;
}

.colStatus {
    padding-left: 0px !important;
    text-align: center;
    width: 115px !important;
}

.colPath {
    min-width: 110px;
}

.statusBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.colOperator {
    padding-left: 0px !important;
    min-width: 140px;
}

.operatorEdit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.operatorAdd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.operatorName {
    max-width: 200px;
}

.fEdit {
    padding-left: 15px;
    padding-right: 0px;
}

.us .iconSep {
    margin: 0px;
}

.iconSep {
    border-right: 1px solid #ACACAC;
    height: 20px;
    padding-left: 10px;
}

.iconBox {
    width: 20px;
    display: inline-table;
}

/* .fR {
    float: right;
    margin-right: 0px;
} */

.actions-cell {
    padding: 0px 15px !important;
    width: 115px;
}

.iconTrash i {
    color: #EB6361 !important;
    font-size: 1.5em;
}

.labelIcon {
    width: 50px;
}

.actions-cell .iconSep:first-child {
    margin-left: 0px;
}

.data-table td.label-cell {
    padding-right: 0px;
    width: auto;
    padding-left: 0px;
    font-size: 13px;
    height: 30px;
}
.data-table td.label-photo {
    padding: 5px 0px 5px 15px;
}
/* Resize Teams page */
.label-managerapp-photo {
    align-items: center;
}
.label-managerapp-photo img{
    width: 25px;
}
.label-managerapp-box .chip {
    height: 27px !important;
}
.label-managerapp-box .chip .chip-media img {
    width: 27px;
}
/* Resize Users page */
.managerApp-users-list .label-photo img {
    width: 25px;
}
.managerApp-users-list .label-cell .label-box .label-role .chip {
    height: 27px !important;
}
/**/
.data-table td.numeric-cell {
    height: 30px;
    padding: 0px;
}
.padR {
    padding-right: 10px!important;
}
.data-table td.numeric-cell .label-box {
    justify-content: flex-end;
}
.data-table td.numeric-cell .label-box span {
    padding-right: 10px;
}
.data-table td.actions-cell {
    height: 30px;
    /* width: 60px; */
}
.data-table td.actions-cell .label-boxn {
    padding-left: 0px;
    justify-content: center;
}
.data-table .iconMedia {
    padding-top: 0px;
}

.map-wo {
    height: calc(100% - 90px);
    min-height: 400px;
}

.dashboard .row {
    align-items: initial;
}

.dashBox .list {
    margin-top: 10px;
}

.buttonAddress {
    max-width: 250px;
}

.statusIcon {
    width: 15px;
    height: 15px;
    display: inline-flex;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    justify-content: center;
    align-items: center;

}

.colLinks .statusIcon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.sAssigned {
    background: #ffffff;
    border: 1px solid #58ACFF;
    color: #58ACFF;
}

.sAccepted {
    background: #58ACFF;
    color: #ffffff;
}

.sPaused {
    background: #ECDB00;
    color: #4E4E4E;
}

.sArchived {
    background: #C4C4C4;
    color: #4E4E4E;
}

.sSuccess {
    background: #B2DF81;
    color: #4E4E4E;
}

.sFailed {
    background: #EB6361;
    color: #ffffff;
}

.sDeclined {
    background: #F5A623;
    color: #ffffff;
}

.iconMedia {
    width: 60px !important;
}

.boxDownload {
    background: #ffffff;
}

.boxDownload h3 {
    margin-bottom: 10px;
    margin-top: 10px
}

.downloadButton {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.versionLabel {
    font-size: var(--f7-list-item-after-font-size);
    font-weight: var(--f7-list-item-after-font-weight);
    color: var(--f7-list-item-after-text-color);
    padding-left: 10px;
}

.downloadButton .button {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.downloadButton .button i {
    padding-right: 0px;
}

.boxDownload .item-media {
    background: #e2e2e2;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.boxDownload .item-media i {
    color: #58ACFF !important;
    font-size: 2em;
}

.boxDownload .item-title-row {
    margin-top: 5px;
}

.tableSticky {
    overflow-x: unset;
}

.tableSticky .card-header {
    position: sticky;
    top: 0;
    background: #dee4e8;
    z-index: 999;
}

.popUpAdd {
    border-radius: 10px !important;
    top: 50% !important;
    bottom: auto !important;
}

.md .popUpAdd .navbar-inner {
    background-color: #F7F7F7 !important;
    border-bottom: 1px solid lightgrey;
}

.md .popUpAdd .navbar .title {
    color: #000000 !important;
}

.md .popUpAdd .popUp-navbar .popup-close,
.md .popUpAdd i {
    color: var(--f7-theme-color) !important;
}
.invite_fo .item-after, .invite_fo .item-after i {
    color: #B2B2B2!important;
}
.invite_fo .active, .invite_fo .active i {
    color: #25D366!important;
}
.addressRow {
    flex-wrap: nowrap;
    margin-bottom: 10px
}

.noShadow {
    box-shadow: none !important;
}

.md .popUpAdd .toolbar {
    background-color: var(--f7-theme-color) !important;
}

.formAdd {
    margin-top: 0px;
    margin-bottom: 60px;
}

.popUpAdd .map {
    width: 100%;
    height: 300px;
}

.popUpAdd .page-content {
    background: #ffffff !important;
}

.md .calendar-popover .toolbar {
    background-color: var(--f7-theme-color) !important;
}

.md .calendar .toolbar a {
    color: #ffffff;
}

.md .calendar-day-selected {
    color: #ffffff !important;
}

.color-pink {
    --f7-theme-color: rgb(255, 99, 132);
    --f7-theme-color-rgb: 255, 59, 48;
    --f7-theme-color-shade: #ff1407;
    --f7-theme-color-tint: #ff6259;
}

i.green {
    color: var(--f7-color-green) !important
}

i.red {
    color: var(--f7-color-red) !important
}

.error {
    background-color: var(--f7-color-red) !important
}

.chip-delete.modify {
    font-family: framework7 icons !important;
}

/* .chip-delete.modify:after {
   font-family: framework7 icons!important;
  content: 'edit' !important; 
} */
.downloads .list .item-text {
    max-height: none;
}

.button.download {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.ios .expertWo .active .item-after .item-badge .badge {
    background: #ffffff;
    color: #007AFF;
}

.button-centered {
    padding-right: 20%;
    padding-left: 20%
}

.ios .disableLinkBack {
    color: #6969698a;
    pointer-events: none;
}


.smart-assistant-list .button.button-big {
    width: 90%;
    margin: auto;
    margin-top: -12px;
}

.smart-assistant-list img {
    display: block;
    width: 80%;
    float: right;
    margin-top: 10px;
    position: relative;
    border-radius: 10px;
}

.livemote-preloader {
    margin-top: 50px;
}

.location-map.no-address {
    height: calc(100% - 70px);
}

#TakePhotoSA {
    z-index: 99999;
}

img {
    image-orientation: from-image;
    vertical-align: text-top;
}

.Knowledge-base-popup {
    padding-top: 44px !important
}

.ios #paint {
    background: white;
}

.ios #sign-canvas {
    border-radius: 10px;
    background: #FBFBFB;
    margin: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #DEDEDE;
}

.ios .popUp-page #sign-list {
    margin-bottom: 72px !important;
    margin-top: 0px !important;
}

.ios .referent-sign {
    margin: 0px !important
}

.md #sign-list {
    height: 100%
}

.md .li-sign {
    height: 100%
}

.md #paint {
    background: white;
    height: 100% !important;
}

.md #sign-canvas {
    width: calc(100% - 30px);
    border-radius: 10px;
    background: rgb(230, 230, 230);
    margin: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #c7c6c6;
    height: 100% !important;
}

.md .referent-sign {
    height: calc(100% - 210px);
}

.sign-tip {
    color: gray;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 999;
}

.li-sign p {
    margin: 0px !important
}

.rounded-bot .item-inner:after {
    height: 0px
}

#SendMessage {
    display: none !important;
}

/* Adattamento immagini photobrowser */

.swiper-zoom-container {
    position: relative;
    height: calc(100% - var(--f7-navbar-height) - var(--f7-toolbar-height) - var(--f7-safe-area-top) - var(--f7-safe-area-bottom));
    align-items: center;
}
.swiper-zoom-container img {
    height: auto;
    width: 100%;
}
.expertApp .swiper-zoom-container img {
    height: 100%;
    width: auto;
}
.expertApp .photo-browser-slide {
    align-items: flex-start;
}
.photo-browser-slide {
    align-items: flex-start;
    margin-top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
}
.ios .photo-browser-swiper-container {
    margin-top: 0px!important;
}
/* Fine adattamento immagini photobrowser. Da rimuovere nel caso di agiornamento f7 */

.md .navbar a.link {
    color: #ffffff;
}
#edit-image {
    position: absolute;
    top: 0px;
    left: 0px;
}

.messagebar-with-value #SendMessage {
    display: flex !important;
}

.messagebar-with-value #registerAudio {
    display: none;
}

.messagebar-with-value #TakePhotoIcon {
    display: none;
}

.transparent {
    background: transparent !important;
}

.md #statusbar {
    background: transparent !important;
}

#statusbar {
    z-index: 8000 !important;
}

.ios .popUp-list ul {
    background-color: white;
}

.ios .popSpaceTop ul {
    padding-bottom: 100px
}

.ios .popSpaceTop {
    height: 88% !important
}

.ios .popSpaceTop .page-content {
    background: #ffffff;
    padding-top: 0px !important;
    margin-top: 60px !important;
    height: 580px
}

.ios .popup-files-page {
    height: 640px !important;
    background-color: white !important
}

.ios .ask-assistance-ios .page-content {
    height: 225px !important;
    background-color: white !important
}

.ios .Knowledge-base-popup {
    height: 630px;
    background-color: white
}

.ios #sign-canvas {
    height: 400px;
    width: calc(100% - 30px);
}

.ios .splash-resized {
    height: calc(100% - 263px) !important;
    top: 263px !important;
}

.ios .splash-resized-login {
    height:calc(100% - 263px)!important; 
    top:0!important;
} 

.ios .splash-resized-kb {
    height: calc(100% - 263px) !important;
    bottom: 263px !important;
}

.signDone .rounded-bot {
    background-color: #ffffff !important
}

.signDone .rounded-top .item-content .item-inner:after {
    height: 0px
}

.show-pswd-icon {

    right: 10px;
    margin-top: calc(-1 * var(--f7-input-clear-button-size)/ 2);
    z-index: 1;
    position: absolute;
    top: 48%;

}

input.inputTag {
    border: none;
    line-height: 25px;
}

/* field date*/
.input-date select,
.input-date input {
    display: inline !important;
    width: auto !important;
}

.ios .popUp-button {
    position: fixed;
    width: 100%;
    bottom: var(--f7-safe-area-bottom)!important;
}
.ios .popUp-button.end {
    bottom: 0px!important;
    padding-bottom: var(--f7-safe-area-bottom)!important;
}
.sort-button {
    float: right;
    cursor: pointer;
}

.demo-swiper .swiper-slide {
    font-size: 15px;
}

.md .WO .toolbar-top span {
    color: white !important
}

/*Registrazione*/
.logoSmall {
    width: 100px;
    margin-left: 10px
}

.navSeparator {
    padding: 0 10px;
}

.pageRegistration .page-content {
    padding-top: 60px !important;
}

.pageRegistration .navbar-inner {
    background-color: #58ACFF !important;
}

.form_registration h2 {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}

.form_registration ul {
    background: none;
    padding: 15px;
}

.form_registration ul li {
    background: none;
}

.privacy_reg {
    font-size: 12px;
    line-height: 16px;
    display: flex;
}

.privacy_reg input {
    width: 30px;
}

.form_registration .item-label {
    color: #000000;
}

.password_desc {

    font-size: 13px;
    padding: 10px;
}

.password_box .item-label {}

.registration_button .button {
    width: auto;
    margin: auto;
    padding: 0px 40px;
}

.regPadding {
    padding: 25px;
    padding-bottom: 80px;
}

.map .fab[class*="-bottom"] {
    bottom: 110px;
}

.shareChatButton {
    position: absolute;
    right: 9px;
    top: 25px;
    color: var(--f7-theme-color) !important;
    padding-left: 50px;
}

.shareChatButton i {
    color: var(--f7-theme-color) !important;
}

.icon-vc {
    color: #21c321 !important
}

.title-sub {
    font-size: 17px;
    color: var(--f7-subnavbar-text-color, var(--f7-bars-text-color));
    font-weight: 400;
    margin-left: 20px;
}

.subnavbar-inner .title-sub.extended {
    display: none !important;
}

.SmartAssistant .subnavbar-inner {
    justify-content: left;
}

.subnavbar.extended {
    display: block !important;
    height: auto;
}

.subnavbar.extended .title-sub.extended {
    display: block !important;
}

.subnavbar.extended .title-sub.collapsed {
    display: none !important;
}

.extended .subnavbar-inner .title-sub.extended {
    white-space: normal;
    line-height: 18px;
    margin-left: 10px;
    width: 80%;
}

.extended .title-sub.extended b {
    color: #3798cf;
}

.chatNav.smartNav .extended .subnavbar-inner .left img {
    width: 50px;
    height: 50px;
}

.chatNav .extended .subnavbar-inner .left img {
    width: 35px;
    height: 35px;
}

.extended.page-content {
    padding-top: calc(var(--f7-page-navbar-offset, 0px) + var(--f7-page-toolbar-top-offset, 0px) + var(--f7-page-subnavbar-offset, 0px) + var(--f7-page-searchbar-offset, 0px) + var(--f7-page-content-extra-padding-top, 0px) + 68px);
}

/* NEW CHAT BOT */

.rounded-bot .button {
    height: 48px;
    line-height: 48px;
    background-color: #007AFF;
}

.ios .rounded-bot .button {
    border-radius: 14px;
}

.ios .radio-msg ul li:first-of-type {
    background-color: #F1F0F0;
    border-top-right-radius: 14px !important;
    border-top-left-radius: 14px !important;
}

.md .radio-msg ul li:first-of-type {
    background-color: #F1F0F0;
    border-top-right-radius: var(--f7-message-bubble-border-radius) !important;
    border-top-left-radius: var(--f7-message-bubble-border-radius) !important;
}

.radio-msg ul li:first-of-type .item-inner:after {
    height: 0px;
}

.radio-msg ul li:first-of-type label.item-radio.active-state {
    background-color: transparent !important;
}

.ios .radio-msg ul li:last-of-type {
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.20);
}

.md .radio-msg ul li:last-of-type {
    border-bottom-right-radius: var(--f7-message-bubble-border-radius) !important;
    border-bottom-left-radius: var(--f7-message-bubble-border-radius) !important;
}

.list ul li.rounded-bot {
    background-color: #F1F0F0;
}

.photoButton ul li:last-of-type {
    margin-top: 10px;
    background-color: transparent;
}

.photoButton ul li:first-of-type {
    background-color: #F1F0F0 !important;
}

.chatBot .button_outline {
    background: #ffffff;
    color: #007AFF;
    border: 1px solid;
}

.chatBot .button {

    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.ios .chatBot .button {
    height: 48px !important;
    line-height: 48px !important;
    border-radius: 14px;
}

.md .chatBot .button {
    height: 40px !important;
    line-height: 40px !important;
}

.chatNav.smartNav .subnavbar-border-top {
    padding-top: 0px !important;
    background-color: #ffffff !important;
}

.ios .smartNav .title-sub {
    margin-left: 0px;
}

.chatNav .subnavbar-inner .left img {
    width: 30px;
    height: 30px;
}

.SmartAssistant::after {
    content: '';
    position: absolute;
    background-color: var(--f7-subnavbar-border-color, var(--f7-bars-border-color));
    display: block;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 100%;
    transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}

.item-inner.no-arrow-inner:before {
    content: none !important;

}

.navbar-photo-browser.navbar .right {
    right: auto !important;
    margin-left: 0px;
}

#VideoStreaming.link .icon {
    margin-right: 0px;
}
#VideoStreaming.link .arPlus{
    margin-right: 0px;
}

/*GUEST*/
.chatNav.guestChat>div.title {
    position: relative !important;
    left: auto !important;
    width: 80% !important;
}

.chatNav.guestChat.smartNav>div.title {
    width: 100% !important;
}

/* Doka */

.DokaShapePresetSelect {
    display: none;
}
.DokaModal[style*="--viewport-pad-footer:1"] {
    padding-bottom: 0px!important;
}
.DokaModal[style*="--viewport-pad-footer:1"] .DokaRoot .DokaButtonExport:not(.DokaButtonIconOnly) {
    padding: 0.5em 1.5em!important;
}
.DokaModal[style*="--viewport-pad-footer:1"]  .DokaNavSet button {
    padding: 0.5em!important;
}

/* AUDIO */
.audioHidden {
    position: fixed;
    top: -5000px;
    left: -5000px;
}

/* Attention required  */

.attentionRequired-on{
    background-color: #007AFF;
}

.attentionRequired-off{
    background-color: #95c8ff;
}

/* Debito Tecnico Fix popup ios */
.ios .popup.popAlert  .navbar{
    height: 50px;
}
.ios .popup.popAlert .navbar-inner{
    padding-top: 0px
}

@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
        url("../fonts/Framework7Icons-Regular.woff") format("woff"),
        url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}



/*iPhone X safari*/
@media only screen and (width : 375px) and (min-height : 734px) and (max-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    :root {
        --f7-safe-area-bottom: 24px;
        --f7-toolbar-inner-padding-right: 20px;
        --f7-toolbar-inner-padding-left: 20px;
      }
   
    .ios .popUp-page .list {
        max-height: 700px;
        margin-bottom: 100px;
        position: relative;
        overflow-y: scroll;
    }


    .ios .popUp-list ul {
        background-color: white;
    }

    .ios .popUp-list {
        margin-bottom: 110px !important
    }

    .ios .popSpaceTop {
        height: auto !important
    }

    .ios .popSpaceTop ul {
        padding-bottom: 100px
    }

    .ios .popup-files-page {
        height: 640px !important;
        background-color: white !important
    }

    .ios .ask-assistance-ios .page-content {
        height: 270px !important;
    }

    .tutorial_text {
        margin-top: 0px;
        margin-bottom: 0px;
        min-height: 200px
    }

    .ios .messagebar {
        overflow: hidden
    }

    .ios .messagebar.end {
        bottom: 100px !important;
        height: 64px !important;
        overflow: hidden
    }

    .ios .Knowledge-base-popup {
        height: 700px;
        background-color: white
    }

    .ios .popUp-page #sign-list {
        margin-top: 0px !important;
    }

    .ios #sign-canvas {
        height: 470px;
        width: calc(100% - 30px);
    }

    .ios .splash-resized {
        height: calc(100% - 380px) !important;
        top: 380px !important;
    }

    .ios .splash-resized-login {
        height:calc(100% - 380px)!important; 
        top:0px!important;
    }

    .ios .splash-resized-kb {
        height: calc(100% - 380px) !important;
    }
    
    .ios .profileBox {
        margin-top: 60px
    }

    .ios .map .navbar-inner {
        padding-top: 24px;
    }

    .ios .editor-photo .page-content {
        padding-top: 29px;
    }

    .doka-container {
        top: 28px !important
    }
    .iphonex-chat .iphonex-keyboard {
        padding-bottom: 0px;
    }
}

@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px)  { 
    .ios .popUp-page .list {
        max-height: 700px;
        margin-bottom: 100px;
        position: relative;
        overflow-y: scroll;
    }


    .ios .popUp-list ul {
        background-color: white;
    }

    .ios .popUp-list {
        margin-bottom: 110px !important
    }

    .ios .popSpaceTop {
        height: auto !important
    }

    .ios .popSpaceTop ul {
        padding-bottom: 100px
    }

    .ios .popup-files-page {
        height: 640px !important;
        background-color: white !important
    }

    .ios .ask-assistance-ios .page-content {
        height: 270px !important;
    }

    .tutorial_text {
        margin-top: 0px;
        margin-bottom: 0px;
        min-height: 200px
    }

    .ios .messagebar {
        overflow: hidden
    }

    .ios .messagebar.end {
        bottom: 100px !important;
        height: 64px !important;
        overflow: hidden
    }
    
    .ios .Knowledge-base-popup {
        height: 700px;
        background-color: white
    }

    .ios .popUp-page #sign-list {
        margin-top: 0px !important;
    }

    .ios #sign-canvas {
        height: 470px;
        width: calc(100% - 30px);
    }

    .ios .splash-resized {
        height: calc(100% - 390px) !important;
        top: 390px !important;
    }
    
    .ios .splash-resized-login {
        height:calc(100% - 390px)!important; 
        top:0px!important;
    }

    .ios .splash-resized-kb {
        height: calc(100% - 390px) !important;
    }
    
    .ios .profileBox {
        margin-top: 60px
    }

    .ios .map .navbar-inner {
        padding-top: 24px;
    }

    .ios .editor-photo .page-content {
        padding-top: 29px;
    }

    .doka-container {
        top: 28px !important
    }

}
/* iPhone 12 Pro Max */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) {

        .iphonex-chat .iphonex-keyboard {
            padding-bottom: 0px;
        }
        .ios .splash-resized {
            height: calc(100% - 330px) !important;
            top: 330px !important;
        }
     }

/* iPhone 12 and iPhone 12 Pro */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { 
        
        .iphonex-chat .iphonex-keyboard {
            padding-bottom: 0px;
        }
        .ios .splash-resized {
            height: calc(100% - 330px) !important;
            top: 330px !important;
        }
    }

/*iPhone 11 Pro*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

    .doka-container {
        top: 28px !important
    }
    .iphonex-chat .iphonex-keyboard {
        padding-bottom: 0px;
    }
}

/*iPhone 11 */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {
        
        .iphonex-chat .iphonex-keyboard {
            padding-bottom: 0px;
        }
        .ios .iphonex-keyboard {
            bottom: 0px !important;
        }
     }


/*iPhone XR*/
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .doka-container {
        top: 28px !important
    }

}

/*iPhone 6,7 e 8*/
@media only screen and (width : 375px) and (min-height : 589px) and (max-height : 667px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait) {
    .ios .popSpaceTop .page-content {
        background: #ffffff;
        padding-top: 0px !important;
        margin-top: 60px !important;
        height: 480px
    }
    
    .ios .popSpaceTop .popUp-button {
        position: fixed;
        bottom: 0px;
        width: 100%;
    }

    .ios .popUp-list ul {
        background-color: white;
    }

    .ios .popSpaceTop ul {
        padding-bottom: 40px
    }

    .ios .popUp-list {
        margin-bottom: 87px !important
    }

    .ios .tutorial-page .swiper-container {
        top: 0%;
        height: calc(100% - 60px);
    }

    .ios .popSpaceTop {
        height: 88% !important
    }

    .ios .popup-files-page {
        height: 500px !important;
        background-color: white !important
    }

    .ios .ask-assistance-ios .page-content {
        height: 220px !important;
        background-color: white !important
    }

    .ios .Knowledge-base-popup {
        height: 570px;
        background-color: white
    }

    .ios .popUp-page #sign-list {
        margin-bottom: 85px !important;
    }

    .ios #sign-canvas {
        height: 370px;
        width: calc(100% - 30px);
    }

    .ios .splash-resized {
        height: calc(100% - 304px) !important;
        top: 304px !important;
    }

    .ios .splash-resized-login {
        height:calc(100% - 304px)!important; 
        top:0px!important;
    } 

    .ios .splash-resized {
        height: calc(100% - 304px) !important;
        top: 304px !important;
    }

    .ios .splash-resized-kb {
        height: calc(100% - 304px) !important;
        bottom: 304px !important;
    }
    .tutorial-logo {
        height: 60px;
    }
    .tutorial-logo img {
        height: 30px;
    }
    .tutorial-page .swiper-container {
        height: calc(100% - 60px);
    }
    .tutorial_text {
        padding: 30px;
    }
    .tutorial_text h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .tutorial_text p {
        font-size: 18px;
        line-height: 21px;
        margin-top: 10px;
    }
}

/* Ipad Portrait*/
@media only screen and (width : 768px) and (orientation : portrait) {

    .ios .splash-resized {
        height: calc(100% - 314px) !important;
        top: 314px !important;
    }
    .ios .splash-resized-login {
        height:calc(100% - 341px)!important; 
        top:0px!important;
        }
    .page {
        padding-top: var(--f7-safe-area-top);
        padding-bottom: var(--f7-safe-area-bottom) ;
    }
    .expertApp .panel-left .page-content {
        overflow-x: hidden;
    }


}

/*iPhone 6,7 e 8 PLUS*/
@media only screen and (width : 414px) and (height : 736px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {

    
    .tutorial-logo {
        height: 80px;
    }
    .tutorial-page .swiper-container {
        height: calc(100% - 80px);
    }
 }

/*iPhone SE */
@media only screen and (width : 320px) and (height : 568px) and (orientation : portrait) {

    .ios .popUp-page .list {
        max-height: 365px;
        margin-bottom: 85px !important;
        position: relative;
        overflow-y: scroll;
    }

    .ios .popUp-list ul {
        background-color: white;
    }

    .tutorial_text {
        min-height: 70px;
        margin: 15px 20px;
    }


    .ios .tutorial-page .block {
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }

    .ios .popup-files-page {
        height: 430px !important;
        background-color: white !important
    }

    .ios .ask-assistance-ios .page-content {
        height: 220px !important;
        background-color: white !important
    }

    .ios .tutorial-page .swiper-slide p {
        font-size: 24px;
        line-height: 24px;
    }

    .ios .Knowledge-base-popup {
        height: 470px;
        background-color: white
    }

    .ios #sign-canvas {
        height: 270px;
        width: calc(100% - 30px);
    }

    .ios .splash-resized {
        height: calc(100% - 255px) !important;
        top: 255px !important;
    }

    .ios .splash-resized-kb {
        height: calc(100% - 255px) !important;
        bottom: 255px !important;
    }
    .ios .splash-resized-login {
        height:calc(100% - 255px)!important; top:0px!important;
    } 
}

@media all and (max-width: 480px) {
    .lastCol {
        display: none
    }

    .fOperator {
        width: 100% !important
    }


    .md .tutorial_text {
        min-height: 80px
    }

    .infoWo .list .item-title {
        min-width: 120px
    }

    .ios .popUpTitle {
        left: 0px !important
    }
}

@media all and (min-width: 1024px) {
    .accordion-list li:last-child li .item-inner:after {
        height: 0px
    }

    .list li.accordion-item ul {
        display: flex;
        flex-flow: row wrap;
    }

    .accordion-list li {
        flex: 1 0 calc(50% - 20px);
    }

    .accordion-list li:after {
        content: '';
        position: absolute;
        background-color: var(--f7-list-item-border-color);
        display: block;
        z-index: 15;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        transform-origin: 50% 100%;
        transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
    }

    .accordion-list li:nth-of-type(odd) {
        margin-right: 20px
    }

    .accordion-list li:last-child {
        margin-right: 0px
    }

    .accordion-list .list .item-inner {
        align-items: flex-start
    }

}

@media all and (min-width: 768px) {

    .ios .tabbar a.tab-link,
    .ios .tabbar-labels a.tab-link {
        width: 33%
    }

    .ios .Knowledge-base-popup {
        height: 100%;
        background-color: white;
    }

    .ios #knowledge-popup .popUp-page {
        top: 0 !important
    }

    /* #knowledge-popup {height: 80%!important} */
    .ios #sign-canvas {
        width: calc(100% - 30px);
        height: 300px
    }

    .ios #paint {
        overflow: hidden
    }

    .ios .popUp-page #sign-list {
        margin-bottom: 0px !important
    }

    .form_registration {
        border: 2px solid #000;
        background: #f5f7fa;
    }

    .pageRegistration .page-content {
        padding-top: 120px !important;
    }


}

/*TABLET*/
@media (min-height: 630px) {
    .popup:not(.popup-tablet-fullscreen) {
        top: auto;
        bottom: 0
    }

    .ios .popUpTitle {
        left: 0px !important
    }
}

@media (max-height: 630px) {
    .popUpAdd {
        width: var(--f7-popup-tablet-width);
        left: 50%;
        margin-left: calc(-1 * var(--f7-popup-tablet-width)/ 2);
        margin-top: 0px;
        border-radius: 0px !important;
        top: 0 !important;
        bottom: auto !important;
    }

    .popUpAdd .map {
        height: calc(100vh - 150px);
    }
}

@media all and (max-width: 1200px) {
    .card-header .colLinks .icon-checkbox {
        width: 15px;
        height: 15px;
    }

    .card-header .colLinks p {
        margin: 0.6em;
        font-size: 13px;
    }

    .card-header .colLinks {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    .colButton {
        margin-top: 10px;
    }

    .card-content table th {
        top: 54px;
    }

    .dataWO table th {
        top: 54px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .card-header .colLinks .icon-checkbox {
        width: 15px;
        height: 15px;
    }

    .card-header .colLinks p {
        margin: 0.6em;
        font-size: 13px;
    }

    .card-content table th {
        top: 48px;
    }
    .label-title .label-box {
        min-width: 200px;
    }
    .label-desc .label-box {
        min-width: 200px;
    }
    .actions-cell {
        padding: 0px 5px !important;
        width: auto;
    }
    /* .dataWO.card-content table .actions-cell {
        width: 80px;
    } */
    .card-content table .actions-cell .label-box {
        padding-left: 0px;
    }
}
/* ------------------ Tablet Portrait ------------------  */ 
@media only screen and (min-width: 768px) and (orientation: portrait) {
    
    .tutorial-slider {
        padding: 0px 15%;
    }
    .tutorial-page .swiper-slide img {
        width: 100%;
    }
    .tutorial_text {
        padding-right: 0px;
        padding-left: 0px;
    }
    .tutorial-page .swiper-pagination {
        padding-left: 0px;
    }
    .tutorial-logo img {
        height: 45px;
    }
    .tutorial-logo {
        height: 150px;
    }
    .tutorial-page .swiper-container, .tutorial-page .swiper-wrapper, .tutorial-slider .swiper-slide {
        height: auto;
    }
    .itemGallery {
        margin: 0px;
        width: 24.8%!important;
        margin-bottom: 2px;
    }
    img.demo-lazy {
        height: 200px;
    }
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    }
    .iphonex-chat .iphonex-keyboard {
        padding-bottom: 0px;
    }
    .ios .splash-resized {
        height: calc(100% - 340px) !important;
        top: 340px !important;
    }
    
    
}
/* ------------------ Tablet Portrait Pro ------------------  */ 
@media only screen and (min-width: 1024px) and (orientation: portrait) {
    
    .tutorial-logo img {
        height: 55px;
    }
    .tutorial-logo {
        height: 200px;
    }
    .tutorial_text h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .tutorial_text p {
        font-size: 28px;
        line-height: 32px;
        margin-top: 15px;
    } 
    .itemGallery {
        margin: 0px;
        width: 24.8%!important;
        margin-bottom: 2px;
    }
    img.demo-lazy {
        height: 200px;
    }
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
    }
}

/* ------------------ Tablet Landscape ------------------  */ 
@media only screen and (min-width: 1024px) and (orientation: landscape) {

    .tutorial-page .swiper-slide {
        flex-direction: row;
        display: flex!important;
        align-items: flex-start;
    }
    .tutorial-page .tutorial_img {
        width: 65%;
        height: 100%;
        overflow: hidden;
    }
    .tutorial-page .tutorial_text {
        width: 35%;
        padding: 10% 30px 30px 30px;
        height: 100%;
        justify-content: center;
    }
    .tutorial-page .swiper-slide img {
        width: auto;
        height: 100%;
    }
    .tutorial-slider .swiper-slide {
        height: auto;
    }
    .tutorial-page .swiper-pagination {
        padding-left: 0px;
        height: 50px;
        align-items: center;
        margin-top: -64px;
        margin-bottom: 0px;
        justify-content: flex-start;
        margin-left: 64%;
        bottom: 0px;
    }
    .tutorial_text h1 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .tutorial_text p {
        font-size: 24px;
        line-height: 29px;
        margin-top: 15px;
    }
    .expertApp .panel-left .page-content {
        overflow-x: hidden;
    }
    .page {
        padding-top: var(--f7-safe-area-top);
        padding-bottom: var(--f7-safe-area-bottom) ;
        background-color: #dee4e8!important;
    }
    .expertWoChat .infoWo {
        top: initial;
    }
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    }
    .ios .splash-resized {
        height: calc(100% - 430px) !important;
        top: 430px !important;
    }
    .expertChat .iphonex-keyboard {
        padding-bottom: 0px;
    }
    .ios .splash-resized-search {
        height: calc(100% - 428px) !important;
        top: 428px !important;
    }
}
/* ------------------ Tablet Landscape Pro ------------------  */ 
@media only screen and (min-width: 1366px) and (orientation: landscape) {

   
    .tutorial_text h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .tutorial_text p {
        font-size: 28px;
        line-height: 32px;
        margin-top: 15px;
    }
    .page {
        padding-top: var(--f7-safe-area-top);
        padding-bottom: var(--f7-safe-area-bottom) ;
        background-color: #dee4e8!important;
    }
    .expertApp .panel-left .page-content {
        overflow-x: hidden;
    }
    .expertWoChat .infoWo {
        top: initial;
    }
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    }
}
@media only screen and (max-width: 1200px) {
    .card-content table .label-mail span {
        margin-right: 0px;
        max-width: 170px;
    }
    .data-table .label-cell span.label-phone {
        width: 62px;
    }
    .card-content table th {
        padding-right: 0px;
    }
    .card-content table span {
        display: inherit!important;
    }
    .label-title .label-box {
        min-width: 180px;
    }
    .label-desc .label-box {
        min-width: 180px;
    }
    .label-comment .label-box {
        width: 150px;
    }
    .label-duration .label-box {
        width: 38px;
    }
    .actions-cell {
        padding: 0px 5px !important;
        width: auto;
    }
    
    .operatorName {
        max-width: 100px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dataWO.card-content table .actions-cell .label-box .iconSep {
        /* margin-right: 0px; */
        padding-left: 0px;
    }
    .dataWO.card-content table .actions-cell {
        max-width: 80px;
        width: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .label-title .label-box {
        width: 180px;
    }
    .label-desc .label-box {
        width: 180px;
    }
}
@media only screen and (min-width: 1400px) {
    .label-title .label-box {
        min-width: 250px;
    }
    .label-desc .label-box {
        min-width: 250px;
    }
    .dataWO table th {
        top: 48px;
    }
}
/* IPAD */

/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 10.5" ----------- */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {


}
