html {
    overflow-y: hidden !important;
}

body {
    font-size: 12px !important;
}

a:hover {
    text-decoration: none !important;
}

.visual-option {
    padding: 3px 0px;
    float: left;
}

.visual-option-text {
    display: inline-block;
    padding-top: 2px;
}

/******** COMPILAZIONE ************/

.mandatory-field {
    float: left;
    color: red;
    margin-right: 2px;
}

#domande {
    text-align: left;
}

.question-hint {
    display: none;
}

.nxtk-error-message {
    display: none;
}

.nxtk-alert-message {
    display: block;
}

.nxtk-mandatory-simbol {
    color: red;
    float: left;
    margin-right: 2px;
}

.accepted-value-and-plus {
    min-height: 40px;
}

.hint {
    float: right;
}

.hint img {
    width: 15px;
}

.selected-page:hover {
    border: 1px solid #6490C3;
}

/* sortable-page deve prendere le stesse classi perché così il placeholder viene uguale */

.selected-page, .sortable-page {
    border: 1px solid #6490C3;
    border-radius: 10px;
}

.page-in-column, .sortable-page {
    padding: 5px;
}

.right-icons {
    text-align: right;
    position: absolute !important;
    right: 0;
    bottom: 5px;
}

.page-group {
    position: relative;
    top: 0;
    overflow-y: scroll;
}

.form-group {
    padding-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.drag-and-drop-icon {
    position: absolute !important;
    top: calc(50% - 10px);
}

.drag-and-drop-icon img {
    width: 15px;
    height: auto;
}

.nxtk-main-box-left {
    padding: 0 !important;
    margin: 0 !important
}

.nxtk-main-box {
    padding: 0 !important;
    margin: 0 !important;
}

#add-another-page {
    padding: 10px 20px;
    border-bottom: 1px solid #6490C3;
}

#pages-column {
    width: 100%;
    padding: 10px;
}

.addPage {
    display:inline-block;
    margin-left: 5px;
    cursor:pointer;
}

.selected-page {
    border: 1px solid #6490C3;
}

#edit-page-info {
    top: 0px;
    float: right;
    cursor: pointer;
}

/* MODAL GROUP */

.group-container {
    margin: 10px 0;
}

.group-brd {
    border: 3px solid #337ab7;
    border-radius: 5px;
    padding: 10px 25px;
}

.group-questions {
    min-height: 90px;
}

.group-container .row {
    margin: 0 !important;
}

.group-question-option {
    cursor: pointer;
    padding: 2px;
}

.group-question-option:hover {
    color: #337ab7;
}

/*** REPLICABLE GROUP ***/

.replicable-group-container {
    margin: 10px 0;
}

.replicable-group-brd {
    border: 3px solid #337ab7;
    border-radius: 5px;
    padding: 10px 25px;
}

.replicable-group-questions {
    min-height: 90px;
}

/*** SORTABLE ***/

.sortable-page {
    background-color: #6490C3;
    opacity: 0.4;
}

.pageText {
    width: 90%;
    display: block;
    overflow-wrap: break-word;
    margin: 0 auto;
    white-space: normal;
    padding: 10px 20px;
}

.Page {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.edit-settings {
    top: 15%;
    text-align: right;
    position: absolute;
    right: 0;
}

.pages-column li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #6490C3;
    cursor:pointer;
}

#flow-text {
    display: none;
}

#flow-id {
    display: none;
}

.form-group {
    margin: 0 auto;
    padding: 10px 0px;
    float: none !important;
}

.title {
    text-align: left;
    display: inline-block;
    margin-left: 20%;
    margin-top: 9px;
}

.src_box {
    float: right;
    display: block;
    list-style: none;
    margin-top: 7px;
}

.src {
    width: 200px;
    border-radius: 5px;
    border: 1px solid #6490C3;
    padding-left: 5px;
}

.flow {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.flow-name {
    padding: 10px 0px;
}

.flow-info {
    width: 100%;
    display: inline-block;
    margin-right: 0px!important;
    margin-left: 0px!important;
}

#flow-name {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 20px;
    border-bottom: 1px solid #6490C3;
    background-color: #B1C5DC;
}

.flow-name-text {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.flow-img {
    display: block;
    padding: 7px 0px;
}

.flow-text {
    display: block;
    text-align: left;
    padding: 8.5px 0px;
    overflow-x: hidden;
}

.right-buttons {
    display: block;
}

.del-flow {
    cursor: pointer;
}

.edit-flow {
    cursor: pointer;
}

.close {
    opacity: unset !important;
}

.visibility-conditions-question-icon {
    cursor: pointer;
    width: 12px;
}

.del-pending-condition {
    float: right;
    padding: 35px 10px;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    font-weight: 700;
    color: #A9A9A9;
    font-size: 22px;
    cursor: default;
}

#add-another-condition {
    border: 1px solid transparent;
    background-color: #337ab7;
    border-radius: 4px;
    width: 130px;
    text-align: center;
    color: white;
    padding: 6px 12px;
    margin: 10px;
}

.close:hover {
    color: white !important;
}

.fa-plus {
    padding-left: 6px;
}

.handle {
    cursor: move;
}

.dialog-error {
    position: absolute !important;
    top: 180px !important;
    width: 45% !important;
    left: 27% !important;
}

.dialog-error-body {
    height: 12vh!important;
    overflow-y: hidden !important;
}

#visibility-conditions-between-pages-icon {
    position: relative;
    cursor: pointer;
    height: auto;
    width: 15px;
    margin-right: 5px;
}

#timers-of-page {
    cursor: pointer;
    height: auto;
    width: 15px;
    margin-left: 5px;
}

#page-options-icons {
    display: inline-flex;
}

.tooltip-inner {
    min-width: auto;
}

.del-vcbp {
    float: right;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    font-weight: 700;
    color: #333;
    cursor: default;
}

#add-another-condition-between-pages {
    border: 1px solid transparent;
    background-color: #337ab7;
    border-radius: 4px;
    width: 130px;
    text-align: center;
    color: white;
    padding: 6px 12px;
    margin: 10px;
}

.single-question-visibility {
    border: 1px solid #6490C3;
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.del-pending-condition {
    float: right;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    font-weight: 700;
    color: #333;
    cursor: default;
    padding: 0px;
    position: absolute;
    right: 75px;
}

.single-visibility-condition-between-pages-which-question {
    margin-top: 5px;
    margin-bottom: 5px;
}

.info-img {
    width: 15px;
    height: 15px;
}

.nxtk-sub-header-left span {
    font-weight: bold;
}

.nxtk-sub-header-right span {
    font-weight: bold;
}

.zoom {
    padding: 4px 0px;
    float: right;
}

#percent {
    float: left;
    padding-right: 10px;
    padding-top: 2px;
}

#resize {
    cursor: pointer;
}

#zoom {
    margin-left: 5px;
    cursor: pointer;
}

.elements {
    padding: 6px 0px;
}

.add-another-page-img {
    padding-bottom: 4px; 
}

#timers-of-page img {
    height: 15px;
    width: auto;
}

.single-timer-grouped-forms {
    padding: 35px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    margin-top: 20px;
}

.delete-timer {
    height: 20px;
}

.delete-timer span {
    float: right;
    color: var(--main-color);
    cursor: pointer;
    font-weight: bold;
}

#add-timer {
    margin: 50px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

#add-timer-button {
    padding: 20px;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mandatory-timer-field {
    color:red;
    font-weight: bold;
}