.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-5 {
    grid-column: span 5 / span 5;
}
.col-span-7 {
    grid-column: span 7 / span 7;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.col-span-9 {
    grid-column: span 9 / span 9;
}
.col-span-10 {
    grid-column: span 10 / span 10;
}
.col-span-11 {
    grid-column: span 11 / span 11;
}
.py-4 {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
}

.blu-menuicon {
    font-size: 25px;
}
.border-danger {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
}

.suggestions {
    position: fixed;
    display: none;
    margin-top: 0;
    width: 92%;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #222;
    border-radius: 4px;
    background-color: #fff;
    font-size: 0.8rem;
}

.suggestions ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}

.suggestions ul li {
    display: block;
    list-style-type: none;
    line-height: 40px;
    padding: 0 12px;
    border-bottom: 1px solid #f0f0f0;
}

.suggestions ul li:hover {
    background-color: #398bf7;
    color: #fff;
}

.hiddenBlu {
    display: none !important;
}

.hiddenFields {
    display: none;
}

#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,128);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;    
    opacity: 0.5;
    overflow: hidden;
}

.loadingScreenContainer {
    text-align: center;
}

.loadingScreenSvgContainer {
    display: flex;
    justify-content: center;
}

.loadingScreenContainer svg {
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
}

.loadingScreenTextContainer {
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.4;    
    font-size: 26px;
    font-weight: bold;
}

#loadingScreen-text {
    max-width: 50%;
    text-align: center;
    white-space: normal;
}

.ph-0 {
    padding-left:0 !important;
    padding-right:0 !important;
}

.max-width-50 {
    max-width: 50%;
}

.min-fit {
    min-width: fit-content;
}

.partials {
    background: none;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    height: 22px;
    margin-top: 5px;
    font-size: 13px;
}

.bg-light-grey {
    background: #f0f0f0;
}

.border-radius-15 {
    border-radius: 15px;
}

.filters-form-element {
    padding: 0;
    padding-left: 10px;
    border-radius: 7px;
    font-size: 0.8rem;
    padding-right: 10px;

}

.discount-totals {
    position: sticky !important;
    top:0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

/*
 *  custom-scrollbar
 */

.custom-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.text-red {
    color: #D21F1B !important;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
}

.dot-red {
    background-color: #D21F1B !important;
}

.dot-yellow {
    background-color: #FFBF00 !important;
}

.dot-green {
    background-color: #2E8B57 !important;
}

.border-red {
    border:1px solid #D21F1B !important;
    padding: 2px;
}

.border-yellow {
    border:1px solid #FFBF00 !important;
    padding: 2px;
}

.border-green {
    border:1px solid #2E8B57 !important;
    padding: 2px;
}

.fulldiv-red {
    background-color: #D21F1B !important;
    border-radius: 10%;
    padding: 25px 0px 0px 25px;
}

.fulldiv-yellow {
    background-color: #FFBF00 !important;
    border-radius: 10%;
    padding: 25px 0px 0px 25px;
}

.fulldiv-green {
    background-color: #2E8B57 !important;
    border-radius: 10%;
    padding: 25px 0px 0px 25px;
}

.lunedi {
    color: white !important;
    background-color: rgb(var(--color-primary) / var(--tw-text-opacity));
}

.lunedi:hover {
    color: #2E8B57 !important;
    background-color: rgb(var(--color-primary) / var(--tw-text-opacity)) !important;
}

.is-today.lunedi {
    font-weight: 1000 !important;
}

.gm-style-iw > button {
    display: none !important;
}

.finance {
    border-left: 1px solid black;
    padding-left: 10px;
}

input, select, textarea {
    border-radius: 10px !important;
    box-shadow: 2px 2px 6px 0px rgba(200,200,200,0.72) !important;
}
/*
.box {
    background-color: #e1eaf3 !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}
*/
.btn-blumedia {
    --tw-border-opacity: 1;
    border-color: rgb(94,150,235);
    --tw-bg-opacity: 1;
    background-color: rgb(94,150,235) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius:10px;
    box-shadow: 2px 2px 6px 0px rgba(200,200,200,0.72) !important;
}

.btn-blumedia-green {
    --tw-border-opacity: 1;
    border-color: #59dfc6;
    --tw-bg-opacity: 1;
    background-color: #59dfc6 !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius:10px;
    box-shadow: 2px 2px 6px 0px rgba(200,200,200,0.72) !important;
    /*margin: 10px;
    padding: 15px 35px;*/
    text-align: center;
    min-width: 120px;
}

.btn-blumedia-orange {
    --tw-border-opacity: 1;
    border-color: #f3b347;
    --tw-bg-opacity: 1;
    background-color: #f3b347 !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius:10px;
    box-shadow: 2px 2px 6px 0px rgba(200,200,200,0.72) !important;
    /*margin: 10px;
    padding: 15px 35px;*/
    text-align: center;
    min-width: 120px;
}

.btn-blumedia-red {
    --tw-border-opacity: 1;
    border-color: #fa6567;
    --tw-bg-opacity: 1;
    background-color: #fa6567 !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius:10px;
    box-shadow: 2px 2px 6px 0px rgba(200,200,200,0.72) !important;
    /*margin: 10px;
    padding: 15px 35px;*/
    text-align: center;
    min-width: 120px;
}


.btn-blumedia-green-blu-gradient {
    background-image: linear-gradient(to right, #59dfc6 0%, #59dfc6 51%, #5e96eb 100%)
}
.btn-blumedia-green-blu-gradient {
    /*margin: 10px;
    padding: 15px 35px;*/
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    background-position: right center;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-blumedia-pink-blu-gradient {
    background-image: linear-gradient(to right, #e17fca 0%, #e17fca 51%, #5496ed 100%)
}
.btn-blumedia-pink-blu-gradient {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    background-position: right center;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-blumedia-orange-blu-gradient {
    background-image: linear-gradient(to right, #e0ae6f 0%, #e0ae6f 51%, #5699e7 100%)
}
.btn-blumedia-orange-blu-gradient {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    background-position: right center;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-select-files {
    max-height: 24px;
    margin-top: 2px;
}

.btn-filters-size {
    max-height: 36px;
}

.blumedia-textcolor {
    color: rgb(94,150,235) !important;
    font-weight: bold;
}

.offerTabs {
    margin-bottom: -30px;
    margin-left:44px;
    padding-right:44px;
}

.offerTabs li {
    display: inline-block;
    padding: 0;
    position: relative;
    height: 38px;
    margin-right: 38px;
}

.offerTabs li button {
    padding-top: 0px;
    height: 38px;
}

.offerTabs li button.active {
    background-color: #e1eaf3 !important;
}

.offerTabs li.selected:before
{
    /* All pseudo elements are
       abs. positioned and on bottom */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: url('images/tab_left.png');
    width: 38px;
    height: 38px;
}

.offerTabs li.selected:after {
    /*position: absolute;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: url('images/tab_right.png');
    width: 38px;
    height: 38px;
}

.offerTabs li::before {
    left: -38px; /* Adjust as needed */
}

.offerTabs li::after {
    right: -38px; /* Adjust as needed */
}

#off-general-tab input[type=text] {
    height: 3em;
}

#off-commissions-tab input[type=text] {
    height: 3em;
}

#off-general-tab hr {
    height: 2px;
    background-color: #cecece;
}

.off-map-tab input:not([type=checkbox]) {
    height: 2em;
}

.off-discount-tab input {
    height: 2em;
}

.off-finance-tab input {
    height: 2em;
}

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

.content {
    min-height: auto !important;
}

.custom-control-container ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    max-width: fit-content;
    box-shadow: 2px 2px 10px 0px rgba(200, 200, 200, 0.42);
}

.custom-control-container ul li {
    float: left;
    line-height: 2.8em;
    max-height: 62px;
    min-height: 62px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.85em 0.75em;
}

.custom-control-container li:first-of-type {
    background: rgb(94,150,235);
    color: #fff;
    padding: 1.25em 1em;
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*
.custom-control-container li:nth-of-type(2) {
    padding: 0.85em 0.75em;
    background-color: white;
}

.custom-control-container li:nth-of-type(3) {
    padding: 0.85em 0.75em;
    background-color: white;
}

.custom-control-container li:nth-of-type(4) {
    padding: 0.9em 2.75em;
    background-color: white;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-control-container li:nth-of-type(4) span {
    color: rgb(94,150,235);
    font-weight: bold;
    padding: 0;
}
*/
.custom-control-container li:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 1px 1px rgba(200, 200, 200, 0.52);
}

.custom-control-container div {
    display: none;
    margin-left: 487px;
    background-color: white;
    padding:20px;
    width: fit-content;
    text-align: center;
    border:2px solid #ededed;
    box-shadow: 2px 2px #ededed;
    border-radius:0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius:20px;
}

.custom-control-container div button {
    display: block;
    cursor: pointer;
    margin: 10px auto;
    min-width: 100px;
}
/*
.custom-control-container li:nth-of-type(5) {
    padding: 1.25em 0.75em;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
*/
.custom-control-container li:last-of-type svg {
    color: #ff0000;
    height: 2.1em;
    cursor: pointer;
}

.custom-control-container li input {
    height: 2em !important;
}

.editFloatValue {
    width: 12em;
    z-index: 1000;
    position: relative;
    border-color: red;
    animation-name: borderBlink;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: borderBlink;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: borderBlink;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    /*
    -webkit-animation: borderBlink 1s step-end infinite;
    animation: borderBlink 1s step-end infinite;
    */
}

@-webkit-keyframes borderBlink {
    from, to {
        border-color: yellow
    }
    50% {
        border-color: red
    }
}

@keyframes borderBlink {
    from, to {
        border-color: yellow
    }
    50% {
        border-color: red
    }
}

.open-close-icon {
    position: relative;
    top: 0;
    right: 5px;
    font-size: 25px;
    color: #5e96eb;
    transform: translateY(-80%);
    cursor:pointer;
}

.btn-outline-danger {
    background-color: #ffffff;
    color: #b91c1c;
    border:1px solid #b91c1c;
    padding:5px 15px;
    border-radius: 10px;
}

.flights-container {
    list-style-type: none;
    margin:0;
    padding:0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.flight {
    display: table-cell;
    text-align: center;
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #d3d3d3;
    padding:10px 0;
}

.flight-selected {
    background-color: #5e96eb !important;
    color: #ffffff !important;
    font-weight: bold;
}

.flight-first {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.flight-last {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.clickable {
    cursor: pointer;
}

.resume-box-title {
    font-size:18px;
    line-height:30px;
    font-weight: 400;
}

.resume-box-title i {
    font-size: 28px;
    color: #5e96eb;
}

.resume-box-title span {
    vertical-align: top;
}

.resume-notes {
    border:0;
    font-size: 16px;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    border-radius:0 !important;
    box-shadow: none !important;
    overflow-y: auto;
    resize: none;
}

.filters-label {
    position: absolute;
    margin-top: 3px;
    margin-left: 20px;
    display: none;
}

.gruppo_oohdooh {
    background-color: #7ac3e3;
    color: #ffffff;
    font-weight: bold;
    font-size:12px;
    min-width: 110px;
    text-align: center;
}

.btn-oohdooh {
    background-color: #7ac3e3;
    border-color: #7ac3e3;
    color: #ffffff;
}

.gruppo_instore {
    background-color: #f0a06b;
    color: #ffffff;
    font-weight: bold;
    font-size:12px;
    min-width: 110px;
    text-align: center;
}

.btn-instore {
    background-color: #f0a06b;
    border-color: #f0a06b;
    color: #ffffff;
}

.gruppo-polygon {
    background-color: #ffbf69;
    color: #ffffff;
    font-weight: bold;
    font-size:12px;
    min-width: 110px;
    text-align: center;
}

.btn-polygon {
    background-color: #ffbf69;
    border-color: #ffbf69;
    color: #ffffff;
}

.border-left-radius-15 {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.border-right-radius-15 {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.border-left-divider {
    border-left: 1px solid #e0e0e0;
}

.fit-content {
    width: fit-content;
}

.location-box {
    background-color:#f5f5f5;
    border:1px solid #e7e7e7;
    box-shadow: 2px 2px 6px 0px rgba(200, 200, 200, 0.72) !important;
}

.searchCheckBoxes {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.location-highlight {
    border: 1px solid #64b5f6 !important;
    background-color: #e3f2fd !important;
}

.xls-submenu {
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index:1000;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 0px rgba(200,200,200,0.72) !important;
    display: none;
}

.xls-submenu li {
    padding: 10px 0;
    cursor: pointer;
}
.xls-submenu li:hover {
    background-color: #e8e8e8;
}

.grouplist_ul {
    display:inline-flex;
    background: #f0f0f0;
    border-radius: 15px;
    padding: 0.5rem;
}

.grouplist_ul li {
    list-style: none;
    padding: 0 0.5rem;
    display: inline-block;
    width: calc(100% / 10);
}

.grouplist_ul li:first-of-type {
    width: calc(100% / 5) !important;
}

.grouplist_ul li:nth-of-type(2) {
    width: calc(100% / 20) !important;
}

.grouplist_ul li:nth-of-type(11) {
    width: 20px !important;
}

.grouplist_ul li:nth-of-type(12) p {
    margin-bottom: -5px;
    margin-left: 5px;
}

.grouplist_ul li:last-of-type {
    text-align: right;
    width:calc(100% / 20);
}

.arrow-icon {
    color: #5e96eb;
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    right: 30px;
    margin-top: -8px;
}

.scontolist_ul {
    display:inline-flex;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0.5rem;
    max-width: 100%;
    border-bottom: 1px dashed #d0d0d0;
}

.scontolist_ul li {
    list-style: none;
    padding: 0 0.5rem;
    display: inline-block;
    width: calc(100% / 12);
}

.scontolist_ul li:first-of-type {
    width: calc(100% / 5) !important;
    vertical-align: top;
}

.scontolist_ul li:nth-of-type(2) {
    width: calc(100% / 20) !important;
    vertical-align: top;
}

.scontolist_ul li:last-of-type {
    justify-items: center;
    /*margin-top: 28px;*/
    width:calc(100% / 15);
    vertical-align: top;
    margin-top: calc(4% / 2);
}

.frm-del {
    display: inline;
    position: absolute;
    margin-top:6px;
}

.frm-txt-ellipsis {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 14px*3;
}

.frm-txt-center {
    text-align: center;
}

.frm_sidepanel {
    position:fixed;
    background: #e2e2e2 !important;
    right:0;
    width:350px;
    min-height:800px;
    max-height:85vh;
    padding:30px;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    background-color: #fff;
    z-index:1000;
    border: 1px solid #929292;
    box-shadow: -8px 8px 20px #00000033;
    overflow-y:auto;
    display: none;
}

.frm_sidepanel input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.frm_sidepanel_activator {
    position:fixed;
    background: #e2e2e2;
    top:50%;
    right: 0;
    height:40px;
    width:20px;
    padding:20px 10px;
    font-size:46px;
    border:1px solid #929292;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    border-right:0;
    box-shadow: -8px 8px 20px #00000033;
    z-index:1001;
}

.frm_sidepanel_activator i {
    cursor:pointer;
    position: relative;
    margin-left: -22px;
    top:-10px;
}

.frm-table {
    margin-top: 2em;
    box-shadow: 2px 2px 6px 0px rgba(200, 200, 200, 0.72) !important;
}

.frm-table thead th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid #d8d8d8;
}

.frm-table thead tr:first-of-type {
    background-color: #c0e5f5;
}
.frm-table thead tr:nth-of-type(2) {
    background-color: #dffaff;
}

.frm-table input[type=text] {
    padding:2px 8px;
    width: 99%;
    margin: 0 auto;
    border: 1px solid #9a9a9a;
    border-radius: 20px;
    font-size:12px;
}

.frm-table tr td {
    padding: 0.4rem 1.25rem;
    /*width: 100% !important;*/
    border: 0.2px solid #d8d8d8;
}

.frm-table td .editableField {
    font-size: 12px !important;
    width: fit-content;
    margin-left: -10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 8px !important;
    border-radius: 15px !important;
    background-color: #a1d9e736;
    box-shadow: none;
    border-color: #aaaaaa;
}

.frm-table td .editableField::placeholder {
    color: #7d7d7d;
}

.frm-table td .editableField:focus {
    border-color: #efe66d;
}

#ajaxData tr:hover td {
    background: #2196f333 !important;
}

.frm-checkbox-spacer i {
    font-size: 21px;
    margin-right: 8px;
    margin-left: -1px;
}

.regexMessage {
    font-size:10px;
    margin-top: -5px;
}

.pct-tree_fix {
    width: auto !important;
    height: auto !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgba(0,0,0,0.3); /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.up-down-log-icon {
    margin-top: -11px !important;
    background: #f3f3f3;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid;
    line-height: 20px;
}