/* base styles */
:root{
    --gray-dark:#4d4d4d;
    --gray:#706f6f;
    --gray-light:#f1efef;
    --nearwhite:#faf8f5;
    --nearwhite-transparent:rgba(255, 249, 240, 0.8);
    --white:#fff;
    --black:#212529;
    --orange:#e0e0e0;
    --orange-dark:#333;
    --bg-orange-linear:linear-gradient(180deg, #fac272 0%, #f49625 100%) 0% 0% no-repeat padding-box;
    --light:300;
    --regular:400;
    --medium:500;
    --bold:700;
}
/* layout */
body{
    line-height:1.2;
    font-size:14px;
    font-family:'Roboto', arial, sans-serif;
}
.row{
    margin-left:-15px;
    margin-right:-15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left:15px;
    padding-right:15px;
}
/* base classes */
a{
    color:var(--orange-dark);
    transition:color .2s ease;
}
a:hover, a.active{
    color:var(--orange);
}
/* utility */
.bg-orange{
    background:var(--orange);
}
.bg-orange-dark{
    background:var(--orange-dark);
}
.bg-orange-linear{
    background:var(--bg-orange-linear);
}
[v-cloak]{
    display:none;
}
.img-fluid{
    display:block;
    max-width:100%;
    height:auto;
}
.user_info{
    color:#c2c7d0;
    padding-left:15px;
}
.sticky-top{
    display:block;
    position:sticky;
    top:0;
    z-index:1;
    min-height:40px;
    width:100%;
    padding:9px 0;
    background:var(--nearwhite-transparent);
}
.navbar{
    padding:0 20px;
}
.main-header .navbar-nav .nav-item{
    font-size:14px;
    color: var(--orange); !important;
}
.main-header .navbar-nav .nav-item a{
    font-size:14px;
    padding:17px 0;
    display:block;
    height:auto;
}
.main-header .navbar-nav .nav-item:not(:last-child){
    margin-right:30px;
    min-width: 180px;
}
.main-header .navbar-nav .nav-item.user{
    font-size:14px;
}
/* adminLte custom */
.wrapper, body, html{
    overflow-x:initial; /* for position sticky */
}
[class*=sidebar-dark] .brand-link{
    padding:2px 8px;
    border-bottom:1px solid var(--gray-dark);
    height:51px;
}
.brand-link .sidebar-logo{
    padding:5px 0;
}
.brand-link .sidebar-logo > img{
    display:none;
    max-width:100%;
}
.brand-link .sidebar-logo > img.logo_big{
    margin-left:20px;
    height:50px;
    max-width:200px;
    margin-top:-5px;
}
.brand-link .sidebar-logo > img.logo_small{
    height:40px;
}
body.sidebar-collapse .brand-link .sidebar-logo > img.logo_small{
    display:block;
}
body.sidebar-open .brand-link .sidebar-logo > img.logo_big{
    display:block;
}
.brand-link path{
    transition:fill .35s ease;
}
.brand-link:hover path{
    fill:var(--gray-dark);
}
.sidebar{
    padding:20px 0 0;
}
.sidebar-dark-secondary{
    background-color:var(--gray);
}
.nav-sidebar > .nav-item{
    width:100%;
}
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link{
    font-size:16px;
}
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link > span:first-child{
    width:25px;
    display:inline-block;
}
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link span:last-child{
    vertical-align:bottom;
}
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link.active,
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link.active:hover{
    background:#89898c;
    color:#fff;
}
.sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link{
    font-size:16px;
    border-radius:0 !important;
}
.sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active{
    box-shadow:0 1px 1px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%) !important;
}
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link.active img,
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link.active:hover img{
    filter:contrast(100);
}
.sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link{
    transition:color .2s ease, background-color .35s ease;
}
body.sidebar-collapse .sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link > span:last-child{
    display:none;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p{
    opacity:1 !important;
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link > p > .right{
    top:9px;
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p > span{
    display:none;
}

.technicallogin{
    position:relative;
}
.technicallogin > a{
    padding-left:15px !important;
    padding-right:15px !important;
}
.technicallogin:hover > a{
    color:#fff !important;
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
    cursor:default;
}
.technicallogin:hover > a img{
    filter:brightness(0) invert(1);
}
.technicallogin > ul,
.technicallogin > ul ol{
    display:none;
    list-style:none;
    padding:0;
}
.technicallogin:hover > ul{
    display:block;
    position:absolute;
    top:51px;
    width:100%;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.technicallogin > ul > li{
    position:relative;
    cursor:default;
    color:#000;
}
.technicallogin > ul > li a{
    padding:12px 20px !important;
}
.technicallogin > ul > li a:hover{
    background-color:#c6c2bc;
    color:#fff;
}
.technicallogin > ul > li > ol{
    position:absolute;
    left:100%;
    top:0;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
    min-width: 180px;
}
.technicallogin > ul > li > ol > li a{
    min-width:150px;
    display:block;
    padding:10px 20px;
}
.technicallogin > ul:hover,
.technicallogin:hover > ul > li:hover > ol{
    display:block;
}
.content-wrapper{
    background:var(--nearwhite);
}
.content-wrapper h1{
    font-size:24px;
    color:#4d4d4d;
    font-weight:400;
    padding:30px 0 0 50px;
    margin:0;
}
.badge-secondary{
    background-color:var(--gray);
}
.btn-blue{
    background-color:#1b9dfc;
    color:#fff;
}
.btn-blue:hover{
    background-color:#0581da;
    color:#fff;
}
.table-bordered{
    border:0;
}
.table-bordered thead th{
    border:0;
    font-weight:400;
    border-bottom:1px solid #c2c7cf;
}
.table-bordered tbody td{
    border:0;
    color:var(--gray-dark);
    vertical-align:middle;
    font-size:14px;
}
.table-striped tbody tr{
    transition:background-color .2s ease;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color:#f2f1ef;
    border-color:#f2f1ef;
}
.table-hover tbody tr:hover{
    background-color:#eae7e2;
    outline:1px solid #c2c7cf;
}
.btn-primary{
    background-color:var(--orange-dark);
    border-color:var(--orange-dark);
    transition:background-color .2s ease, border-color .2s ease;
}
.btn-primary:is(:hover, :focus), .btn-primary.active{
    background-color:var(--orange);
    border-color:var(--orange);
}
.btn-primary:is(:focus){
    box-shadow:0 1px 1px rgb(0 0 0 / 8%), 0 0 0 0.2rem hsla(36, 96%, 69%, .5);
}
.btn-secondary{
    background-color:var(--gray);
    border-color:var(--gray);
    transition:background-color .2s ease, border-color .2s ease;
}
.btn-sectondary:is(:hover, :focus), .btn-sectondary.active{
    background-color:var(--gray);
    border-color:var(--gray);
}
/* widgets and form elements */
.alert-secondary{
    background-color:#eae7e2;
}
.alert h5{
    font-size:20px;
    font-weight:400;
}
.displayed{
    font-size:16px;
    padding-right:20px;
}
.badge{
    margin-bottom:2px;
    font-size:13px;
    font-weight:400;
}
.badge-primary{
    background-color:var(--orange-dark);
}
.badge-warning{
    color:var(--gray-dark);
}
.form-control{
    font-size:14px;
    min-height:calc(2.25rem + 2px);
}
.checkbox.checkbox-inline, .checkbox{
    padding-left:4px;
}
.checkbox.checkbox-inline + .checkbox.checkbox-inline{
    padding-left:20px;
}
.checkbox.checkbox-inline{
    display:inline-block;
}
/* big checkboxes */
.checkbox label{
    padding-left:10px;
    cursor:pointer;
    line-height:25px;
}
.modelList .checkbox label{
    max-width:85%;
}
.checkbox label::before{
    width:25px;
    height:25px;
}
.checkbox label::after{
    font-size:15px;
    line-height:1.2;
    padding-top:4px;
    padding-left:5px;
}
.cursor-pointer{
    cursor:pointer;
}
#loading{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(255, 255, 255, 0.8);
    z-index:5000;
    text-align:center;
    font-size:20px;
}
#loading img{
    width:120px;
    display:inline-block;
    margin-top:40vh;
    margin-bottom:30px;
}
.nav.nav-treeview{
    padding:0 10px;
    font-size:0.9rem;
}
.modal-backdrop{
    z-index:2000
}
.modal-footer{
    display:block
}
.required:after{
    content:'*';
    color:red;
}
#modal_promos, #edit_modal, #tags_modal, #modalChoosePublicNews, .modal[id^="contact-bundle-admin-form-template-modal"], .modal[id^="contact-bundle-admin-post-modal"]{
    z-index:2001
}
#edit_modal .modal-content{
    background-color:#f7f7f7;
}
#edit_modal .nav-tabs .nav-link.active,
#edit_modal .nav-tabs .nav-item.show .nav-link{
    background-color:#f7f7f7;
    border-bottom-color:#f7f7f7;
}
#edit_modal .card{
    background-color:#f7f7f7;
}
.modal-dialog.modal-xl{
    max-width:1140px;
}
.dropFile{
    display:block;
    background-color:#eee;
    min-height:160px;
    border:2px dashed #ccc;
    border-radius:3px;
    position:relative;
}
.dropFile input{
    opacity:0;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10;
}
.dropFile span{
    position:absolute;
    left:0;
    right:0;
    top:35%;
    font-size:1.5rem;
    text-align:center;
}
.googlePreview{
    padding:10px;
    border:1px solid #ccc;
}
.googlePreview a{
    color:#1a0dab;
    font-size:18px;
}
.googlePreview div{
    color:#006621;
    font-size:14px;
}
.googlePreview small{
    color:#545454;
}
#contentarea{
    min-height:200px !important;
    max-width:600px;
    font-family:'Roboto', sans-serif;
}
#rte-toolbar, #divFrameLink, #divTool, #pop-list.rte-side, #pop-align.rte-side{
    z-index:3500
}
#rte-toolbar.rte-side{
    left:10px
}
button[data-rte-cmd="font"]{
    display:none !important
}
.editOverlayPage{
    position:absolute;
    top:50px;
    left:80px;
    z-index:3400;
    display:none;
    min-width:500px;
    width:100%;
    max-width:750px;
}
.editOverlayPage .card-body{
    overflow:scroll;
    max-height:70vh;
    padding-left:30px;
}
.editBgOverlayPage{
    background-color:rgba(0, 0, 0, 0.8);
    position:fixed;
    z-index:3300;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
}
.actionCntEditPage{
    margin-left:10px;
    padding-bottom:20px;
}
.actionCntEditPage img{
    width:40px
}
.calendar-root .input-date{
    background-color:#fff;
    border-radius:4px;
    width:100% !important;
    height:38px;
    padding:8px !important;
}
.datepicker table tr td span.disabled,
.datepicker table tr td.disabled{
    background-color:#ccc;
    opacity:0.8;
    filter:blur(1px);
    pointer-events:none;
}
.modal-title span{
    font-weight:300;
}
#img-control{
    left:50% !important;
}
.btn-xs{
    padding:4px;
    font-size:12px;
}
.smallImg{
    object-fit:cover;
    width:40px;
    height:40px;
    border-radius:100%;
}
.img-circle{
    width:30px;
    height:30px;
    border-radius:100%;
    object-fit:cover;
    overflow:hidden;
}
.labelPreviews{
    margin-top:10px;
    font-size:11px;
}
.fasciagrigia{
    background-color:#f6f6f6;
    padding:30px 0;
}
/* lightSlider
/* ------------------------ */
.snippet-slider .slider-wrap:before{
    content:'Slider Gallery';
    background:#efefef;
    display:block;
    border-bottom:1px solid #000;
    padding:10px;
    margin-bottom:10px;
}
.snippet-slider .slider-wrap:after{
    margin:20px 0;
    display:block;
    border-bottom:1px solid #000;
}
.snippet-slider .slider-wrap{
    background:#efefef;
    overflow:hidden;
}
.snippet-slider .lightSlider{
    list-style:none;
    padding:0 10px;
}
.snippet-slider .lightSlider li{
    position:relative;
}
.snippet-slider .lightSlider .remove-slide{
    position:absolute;
    top:10px;
    right:10px;
    z-index:10;
    cursor:pointer;
    font-size:24px;
    line-height:24px;
    color:#444;
    width:24px;
    height:24px;
    display:block;
    text-align:center;
    background:#fff;
    border-radius:3px;
    opacity:0;
    transition:opacity .1s ease-in-out;
}
.snippet-slider .lightSlider li:hover .remove-slide{
    opacity:.8;
}
.snippet-slider .lightSlider img{
    margin-bottom:15px;
    max-width:100%;
    height:auto;
    display:block;
}
.snippet-slider .add-slide{
    float:right;
    margin:0 30px 10px;
}
.calendar[data-v-5e837f70]{
    font-family:'Source Sans Pro', sans-serif !important;
}
.calendar-head h2[data-v-5e837f70]{
    padding-top:10px;
    font-size:22px;
    font-weight:400;
}
.calendar-root .input-date{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.input-date[data-v-5e837f70]{
    padding-right:4px !important;
    line-height:22px;
    font-size:14px;
    color:#495057;
}
.input-date[data-v-5e837f70]::after{
    font-family:'FontAwesome';
    padding-top:0;
    content:'\f078' !important;
    font-size:10px !important;
    color:#333;
}
.emoticonTabs{
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.emoticonTabs img{
    height:40px;
}
.emoticonTabs > div{
    display:inline-block;
    width:25%;
    max-width:220px;
    background:#fff;
    padding:10px;
    border:1px solid #ccc;
    height:100px;
    margin-right:10px;
    border-radius:4px;
    cursor:pointer;
    transition:all .2s ease-in-out;
}
.emoticonTabs > div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px;
}
.emoticonTabs > div:hover,
.emoticonTabs > div.active{
    padding:0 19px;
}
.emoticonTabs .number{
    font-size:24px;
    font-weight:bold;
}
.emoticonTabs .icon{
    text-align:center;
    color:#848484;
}
.emoticonTabs .icon img{
    margin:0 auto;
}
.emoticonTabs .icon-label{
    font-size:13px;
    margin-top:4px;
}
.emoticonTabs .tab-all{
    justify-content:center;
    text-align:center;
    padding:0;
}
.emoticonTabs .tab-all .all-label{
    font-size:24px;
    font-weight:400;
    text-align:center;
    color:#5a5c59;
}
.emoticonTabs .tab-all .number{
    font-size:28px;
    font-weight:bold;
    color:#343a40;
}
.emoticonTabs .tab-all:hover,
.emoticonTabs .tab-all.active{
    background:#efefef;
    border:2px solid #ccc;
}
.emoticonTabs .tab-all .all-label{
    font-weight:500;
    font-size:18px;
    line-height:1;
    margin-bottom:10px;
}
.emoticonTabs .tab-ok .number{
    color:#438ff1;
}
.emoticonTabs .tab-ok:hover,
.emoticonTabs .tab-ok.active{
    border:2px solid #438ff1;
    background:rgba(67, 143, 241, .1);
}
.emoticonTabs .tab-clap .number{
    color:#58cc69;
}
.emoticonTabs .tab-clap:hover,
.emoticonTabs .tab-clap.active{
    border:2px solid #58cc69;
    background:rgba(88, 204, 105, .1);
}
.emoticonTabs .tab-heart .number{
    color:#f65b59;
}
.emoticonTabs .tab-heart:hover,
.emoticonTabs .tab-heart.active{
    border:2px solid #f65b59;
    background:rgba(246, 91, 89, .1);
}
.emoticonTabs .tab-genius .number{
    color:#f1b338;
}
.emoticonTabs .tab-genius:hover,
.emoticonTabs .tab-genius.active{
    border:2px solid #f1b338;
    background:rgba(241, 179, 56, .1);
}
.emoticon-table-title-row{
    display:flex;
    align-items:center;
}
.emoticon-table-title{
    color:#343a40;
    font-size:18px;
    font-weight:500;
    margin:0;
}
.emoticon-table.table-bordered thead th{
    border-bottom:3px solid #c2c7cf;
}
.emoticon-table-ok.table-bordered thead th{
    border-bottom-color:#438ff1;
}
.emoticon-table-clap.table-bordered thead th{
    border-bottom-color:#58cc69;
}
.emoticon-table-heart.table-bordered thead th{
    border-bottom-color:#f65b59;
}
.emoticon-table-genius.table-bordered thead th{
    border-bottom-color:#f1b338;
}
.row-reactions{
    display:flex;
}
.row-reactions > div{
    padding:0 15px;
    text-align:center;
}
.row-reactions > div:first-child{
    padding-left:0;
}
.row-reactions > div:last-child{
    padding-right:0;
}
.row-reactions img{
    opacity:.4;
}
.row-reactions img.active{
    opacity:1;
}
.reactions-all{
    text-align:center;
    font-size:22px;
    font-weight:bold;
}
.row-reactions .row-reactions-label{
    color:#838486;
    line-height:1;
}
.row-reactions .number{
    font-size:14px;
    font-weight:400;
    line-height:24px;
}
.row-reactions > div.active .number{
    font-size:22px;
    font-weight:bold;
    transition:all .2s ease;
}
.row-reactions img{
    width:20px;
    height:auto;
}
.row-reactions svg{
    fill:#fff;
}
.ico-play{
    font-size:40px;
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-20px;
    margin-left:-15px;
    text-shadow:0 0 2px #ccc;
}
.list-no-results{
    margin:50px;
    text-align:center;
    font-size:20px;
}
.hide-comment{
    background:#efefef
}
/* survey preview styles */
.survey-preview-title{
    font-size:16px;
    font-weight:400;
}
.survey-preview-textarea{
    display:block;
    width:100%;
    height:100px;
    line-height:20px;
    resize:none;
    border:1px solid #d9d9d9;
    border-radius:4px;
}
.btn-survey-preview{
    background:var(--orange);
    border:1px solid var(--orange);
    transition:background-color .2s ease;
    text-align:center;
    color:var(--gray-dark);
    font-weight:var(--regular);
    display:block;
    outline:none;
    line-height:1.5rem;
    margin:15px auto;
    padding:.5rem 1rem;
    border-radius:3rem;
    width:calc(100% - 20px);
}
.btn-survey-preview.option{
    background:var(--nearwhite);
    border:1px solid var(--orange);
    text-transform:uppercase;
}
.btn-survey-preview:hover{
    background:var(--orange-dark);
}
/* post comments */
.list-comments .comment-date{
    font-size:14px;
}
.list-comments .comment-username{
    margin-left:10px;
}
.list-comments .comment-text{
    margin:15px 0;
    font-size:14px;
    line-height:1.4;
    color:var(--black);
}
.list-comments .comment-eye{
    font-size:30px;
    cursor:pointer;
    color:var(--black);
}
.list-comments .comment-eye.comment-hidden{
    color:var(--gray);
}
/* survey emoticons selector */
.emoticons-style-selector{
    display:flex;
    gap:30px;
}
.emoticons-style-selector.disabled{
    pointer-events:none;
    opacity:.6;
}
.emoticons-style-selector > div{
    display:flex;
    margin:0;
    width:calc(50% - 15px);
    align-items:center;
    justify-content:center;
    cursor:pointer;
    border-radius:10px;
    padding:15px 0;
    border:1px solid var(--gray-light);
    transition:all .2s ease;
    opacity:.6;
}
.emoticons-style-selector > div:hover,
.emoticons-style-selector > div.active{
    background:var(--gray-light);
    border-color:var(--orange);
    opacity:1;
    display:flex;
}
.emoticons-style-selector .emoticon-icons{
    display:flex;
}
.emoticons-style-selector .emoticon-icons > div{
    flex-basis:20%;
    cursor:pointer;
}
.emoticons-style-selector .emoticon-icons svg{
    max-width:36px;
    margin:0 auto;
    display:block;
}
.emoticons-style-selector .emoticon-icons path{
    fill:var(--orange-dark);
    transition:fill .2s ease;
}
.result-emoticon-icons svg{
    max-width:36px;
    display:block;
}
.result-emoticon-icons path{
    fill:var(--orange-dark);
}
.result-emoticon-icons-stars svg{
    max-width:36px;
}
.result-emoticon-icons-stars path{
    fill:var(--orange-dark);
}
/* datepicker */
.datepicker table tr th,
.datepicker table tr td{
    font-size:12px;
    vertical-align:middle;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--orange) !important
}

