.nxtk-header {
    background-color: #6490C3;
    top: 0;
    height: auto;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin: 0 auto;
    text-align: center;
}

.header-top {
    height: 50px;
    padding: 10px;
    text-align: center;
}

.nxtk-header-left {
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.nxtk-header-center {
    display: inline-block;
    height: 30px;
    position: relative;
    padding: 4px 0;
    margin: 0 auto;
    float: none;
}

.nxtk-header-right {
    position: absolute;
    right: 0px;
    top: 10px;
}

.burger-menu {
    padding: 5px;
    padding-right: 10px;
}

.user-info {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    background: white;
    color: #6490C3;
    background-image: url("../img/assets/_tagli/user.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.user-photo {
    height: 30px;
    width: auto;
    display: inline-block;
}

.operator {
    float: right;
    text-align: left;
    margin-left: 10px;
    color: white;
    display: block;
    height: 30px;
}

.operator-role {
    display: block;
    line-height: 1;
    font-size: 10px;
    font-style: italic;
}

.operator-name {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-style: italic;
}

.nxtk-sub-header {
    border-bottom: 1px solid #6490C3;
    display: inline-block;
    height: 38px;
    background-color: white;
    margin: 0 !important;
    padding: 0 !important;
}

.nxtk-sub-header-left {
    text-align: left;
    padding: 5px 10px;
}

.title-sub-header-left {
    text-align: left;
    display: inline-block;
    padding: 5px 0px;
}

.nxtk-sub-header-right {
    display: block;
    float: right;
    padding: 3px 0px;
}

.src_img {
    float: right;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
}

.src_input_field {
    float: left;
    display: none;
}

.elements-img {
    display: inline-block;
    padding-right: 10px;
    padding-left: 3px;
}

.elements-text {
    display: inline-block;
}

.nxtk-main-box {
    display: inline-block;
    height: calc(100vh - 88px);
    margin: 0 auto !important;
    padding: 0 !important;
}

.nxtk-main-box-left {
    height: 100%;
    padding: 0 !important;
    border-right: 1px solid #6490C3;
}

.save-flow {
    padding: 20px 0;
    text-align: center;
    position: fixed !important;
    bottom: 0;
    display: block;
    border-top: 1px solid #6490C3;
}

.nxtk-main-box-center {
    text-align: center;
    height: 100%;
    padding: 10px;
    overflow-y: scroll;
}

.nxtk-main-box-right {
    height: 100%;
    border-left: 1px solid #6490C3;
    margin: 0 auto !important;
    overflow: auto!important;
    padding: 0 14px !important;
}

.button-save {
    background-color: #6490C3;
    border-radius: 50%;
    width: 60px;
    height: 57px;
    padding: 14px;
    margin: 0 auto;
}

.button-save img {
    width: 30px;
    height: auto;
    cursor: pointer;
}

.nxtk-main-box-right li {
    border-bottom: 1px solid #6490C3;
    list-style: none;
    height: auto;
    padding: 15px 0;
}

.nxtk-main-box-right ul {
    margin: 0 auto !important;
    padding: 0 !important;
}

.interaction-photo {
    display: inline-block;
    margin-right: 5px;
}

.interaction-photo img {
    height: 20px;
    width: auto;
}

.nxtk-main-box-right li {
    width: 100%;
    display: block;
    height: auto;
    padding: 10px 2px;
}

.menu-button {
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 1px;
    margin: 0 auto !important;
}

.menu-button:hover {
    text-decoration: none;
    border: 1px solid #6490C3;
    padding: 7px 0px;
    padding-left: 5px;
}

.dragscroll {
    overflow: scroll;
    cursor: grab;
    cursor: -o-grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.internal-page {
    width: 800px;
    border: 1px solid gray;
    box-shadow: 10px 10px 5px #80808069;
    height: auto;
    min-height: 500px;
    margin-top: 30px;
    display: inline-block;
    padding: 60px 30px;
    margin: 25px;
}

.visual-icon {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.visual-icon img {
    margin-right: 15px;
}

.visual-icon img:active {
    padding: 3px;
    border: 1px solid #6490C3;
    border-radius: 5px;
    margin-top: -2px;
}

.domanda:hover {
    border-radius: 5px;
    border: 1px solid #6490C3;
}

.domanda {
    position: relative;
    margin-bottom: 5px;
}

/* sortable-question deve prendere le stesse classi perché così il placeholder viene uguale */

.sortable-question {
    background-color: #6490C3;
    opacity: 0.4;
}

.main-box-container-right {
    display: inline-block;
    text-align: left;
    width: 100%;
    overflow-y: scroll;
    height: calc(100% - 110px);
    overflow-y: scroll;
    scrollbar-color: #6490C3 #FFFFFF;
    scrollbar-width: thin;
}

.modal-body {
    overflow-y: scroll;
    scrollbar-color: #6490C3 #FFFFFF;
    scrollbar-width: thin;
    padding: 45px 55px !important;
}

.accepted-values-text {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.headingRequest {
    position: absolute;
    left: 40px;
    top: 10px;
}

.single-visibility-condition-between-pages {
    border: 1px solid #6490C3;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*** MODAL RADIO BUTTON ***/

.orientation-form {
    margin-top: 10px;
}

/*** END MODAL RADIO BUTTON ***/

@media(max-width: 1330px) {
    .menu-button span {
        font-size: 0.8em;
    }
    .internal-page {
        width: 694px;
    }
    .nxtk-sub-header-right span {
        display: none;
    }
    .interaction-photo {
        text-align: left;
    }
    /* .interaction-photo:hover {} */
    .nxtk-main-box-right span {
        display: none;
    }
    .zoom {
        display: none;
    }
}