@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: inter;
    src: url(font/inter/Inter-VariableFont_slnt,wght.ttf) format('truetype');
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif, inter;
    height: 100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.page {
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 200px;
    overflow-y:hidden !important;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04), 0px 2px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}


    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        /*width: 2rem;*/
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }
        a{
            width:200px;
        }       
        .sidebar .nav-item a {
            color: #262526;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: #E9E2FF;
                color: white;
                width: 200px;
                border-left: solid 5px #936CFF;
            }

            .sidebar .nav-item a:hover {
                background-color: #E9E2FF;
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
		z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
.scrollable-div {
    width: 1261.6px; /* Imposta la larghezza desiderata del div */
    white-space: nowrap; /* Impedisce il wrapping del contenuto */
    overflow-x: auto; /* Abilita la scrollbar orizzontale se necessario */
    /*border: 1px solid #ccc;*/ /* Aggiunge un bordo per chiarezza */
    max-height: 240px; /* Imposta un'altezza massima opzionale per il div */
    padding: 10px;
    margin-bottom: 20px;
    z-index:1;
}
.gridIndex{
    /*height:max-content!important;*/
}
.k-header {
    text-align: center !important;
    font-weight: bold !important;
}
td {
    text-align: center !important;
}
th {
    text-align: center !important;

    font-weight: bold !important;
}
.buttonAction {
    background-color: lightgray !important;
    border:10px!important;
}
.arrows{
    text-align:end!important;
}
.menuitem {
    display: block;
    margin: auto
}

.leftbar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px; /* Inizialmente nascosta */
    background-color: white;
    color: black;
    transition: right 0.3s;
    padding:24px;
}

    .leftbar.show {
        right: 0;
    }

    .leftbar a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
        transition: background-color 0.3s;
    }

        .leftbar a:hover {
            background-color: #17a2b8;
        }

.programmibar {
    height: 100%;
    width: 700px;
    position: fixed;
    top: 0;
    right: -700px; /* Inizialmente nascosta */
    background-color: white;
    color: black;
    transition: right 0.3s;
    padding: 24px;
    z-index: 1000 !important;
}

    .programmibar.show {
        right: 0;
    }

    .programmibar a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
        transition: background-color 0.3s;
       
    }

        .programmibar a:hover {
            background-color: #17a2b8;
        }
.login {
    background-image: url(../image/login-image.png);
    width:100%;
    height:100%;
}
.filterdropdowncustom {
    border-radius: 4px !important;
    border: 1px solid #936CFF !important;
    background: white !important;
    box-shadow: 0px 0px 0px 3px rgba(147, 108, 255, 0.20), 0px 0px 0px 1px #FFF !important;
    width: 220px !important;
   /* margin-left: 50px !important;
    margin-right: 50px !important;*/
    margin-bottom: 10px !important;
    font-size: 12px !important;
}
.dropdowncustom {
    border-radius: 4px !important;
    border: 1px solid #936CFF !important;
    background: white !important;
    box-shadow: 0px 0px 0px 3px rgba(147, 108, 255, 0.20), 0px 0px 0px 1px #FFF !important;
    width: 220px !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
    /*    margin-top: 25px !important;*/
    font-size: 12px !important;
}
.filtertimepickercustom {
    border-radius: 4px !important;
    border: 1px solid #936CFF !important;
    background: white !important;
    box-shadow: 0px 0px 0px 3px rgba(147, 108, 255, 0.20), 0px 0px 0px 1px #FFF !important;
    width: 100px !important;
    /* margin-left: 50px !important;
    margin-right: 50px !important;*/
    margin-bottom: 10px !important;
    font-size: 12px !important;
}
.calendarcustom {
    border-radius: 4px !important;
    border: 1px solid #936CFF !important;
    background: var(#E0E1E4, #FFF) !important;
    box-shadow: 0px 0px 0px 3px rgba(147, 108, 255, 0.20), 0px 0px 0px 1px #FFF !important;
    width: 220px !important;
    margin-left: 50px;
    margin-right: 50px;
/*    margin-top: 25px;*/
    font-size: 12px !important;
}

.rz-datepicker-next{
    display:none!important;
}
.rz-datepicker-prev {
    display: none !important;
}
.divFilterMenu {
    width: 316px;
    height: 900px;
    background-color: #E9E2FF;
    z-index: 1000;
}
.buttongrid {
    border-radius: 4px;
    background-color: transparent !important;
    width: 30px;
}
.buttongridimage {
    width: 30px;
}
.rowbuttongrid {
}
tr.k-state-selected {
    background-color: rgba(147, 108, 255, 0.16) !important;
    color: #936CFF!important;
}
tr.k-master-row:hover {
    background-color: rgba(147, 108, 255, 0.16) !important;
}
.loginBox {
    display: flex;
    width: 345px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 22px 64px 0px rgba(0, 0, 0, 0.22);
    text-align:center;
}
.loginBoxLayout{
    text-align:center;
}
.loginImage {
    width: 300px;
    height: 80.493px;
    flex-shrink: 0;
    margin-bottom:30px;
}
.loginBoxTitle {
    display: flex;
    padding: 20px 20px 8px 20px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    color: #262526;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    letter-spacing: -0.72px;
}
.loginBoxVersion {
    padding: 5px 20px;
    font-size: 10px;
}
.loginLayout {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: url(../image/LoginImage.png), lightgray -80px 0px / 111.111% 100% no-repeat;
    position: absolute;
    text-align: center;
}
.loginBoxContentGlobal {
   display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.loginBoxContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.loginBoxContentInput {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.loginBoxContentText {
    color: #4F4F50;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.loginButton {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
    border-radius: 4px;
    background: #936CFF !important;
    width: 304px;
}
.loginForgotPassword {
    color: #331284;
    width: 304px;
    text-align: center;
    cursor: pointer;
    color: #331284;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
}
.workingImage {
    display: flex;
    width: 300px;
    height: 260px;
    padding: 64px 24px 48px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.workingText {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.workingTitle {
    color: #262526;
    /* Headings/Bold/H4 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
}
.workingBody {
    color: #262526;
    text-align: center;
    /* Body/Regular/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.closeImage {
    margin-left:270px;
    margin-top:24px;
    width:20px;
    cursor:pointer;
}
.closeImageFilter {
    margin-top: 24px;
    width: 20px;
    cursor: pointer;
}
.AccountTitle {
    color: #262526;
    /* Headings/Bold/H5 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
}
.AccountText {
    color: #4F4F50;
    /* Body/Regular/14 */
    font-family: inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.AccountEmail {
    color: #936CFF;
    /* Body/Label/Title Case */
    font-family: inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.24px;
}
.AccountButton {
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: none;
    background: #E9E2FF;
    text-align: center;
    vertical-align:middle;
}
.AccountButtonText {
    color: #331284;
    text-align: center;
    /* Body/SemiBold/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.badgeCheck {
    margin-left: 16px !important;
}
.badgeLabel {
    border-radius: 4px;
    /*    background: #E9E2FF;
    color: #936CFF;
  margin-left: 16px;

    */

    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.badge {
    border-radius: 4px;
    background: #E9E2FF;
    color: #936CFF;
    margin-left:16px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.badgeInv {
    border-radius: 4px;
    background: #936CFF;
    color: #E9E2FF;
    margin-left: 16px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.ToolbarButton {
    border-radius: 4px !important;
    background-color: #E9E2FF !important;
    color: #331284 !important;
    text-align: center !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 142.857% */
    margin-bottom: 10px;
}

.MergeButton {
    border-radius: 4px !important;
    background-color: #E9E2FF !important;
    padding: 8px !important;
    color: #331284 !important;
    text-align: center !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 142.857% */
}
.MergeButtonImage {
    width: 20px;
    height: 20px;
}
.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: #331284 !important;
    background-color: #331284 !important;
}
.FullScreenButton {
    border-radius: 4px !important;
    background-color: #E9E2FF !important;
    padding: 8px !important;
    color: #331284 !important;
    text-align: center !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 142.857% */
    margin-bottom:-20px;
    margin-right:5px;
}
.FullScreenButtonCrop {
    border-radius: 4px !important;
    background-color: #E9E2FF !important;
    padding: 8px !important;
    color: #331284 !important;
    text-align: center !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 142.857% */
    margin-bottom: -20px;
}
.EditFilterText {
    color: #331284;
    text-align: center;
    /* Body/SemiBold/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin:auto;
}
.EditFilter {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #E9E2FF;
    color: #331284;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width:220px;
    text-align:center;
    border:none;
    margin-top:25px;
}
.FilterTitle {
    color: #262526;
    /* Headings/Bold/H5 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
    border-bottom: 1px solid #E9EAED;
}
.FilterDescription {
    color: #4F4F50;
    /* Body/Regular/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.loaderclass{
    text-align:center;
}
.k-virtual-content {
    overflow-y:unset !important;
}
.topdiv {

}
.divtable {
    /*margin-top: 50px;*/ /* Altezza del div fisso */
    /*overflow-y: auto;*/ /* Aggiungi uno scrolling verticale alla tabella */
    height: calc(85vh); /* Altezza rimanente della finestra del browser */
}
.divtable2 {
    /*margin-top: 50px;*/ /* Altezza del div fisso */
    overflow-y: auto; /* Aggiungi uno scrolling verticale alla tabella */
    height: calc(85vh); /* Altezza rimanente della finestra del browser */
}
.k-input {
    font-weight:normal !important;
    margin-left:7px !important;
}
.k-grid td{
    padding:unset !important;
    font-size: smaller;
}
.savebutton{
    margin-right:10px;
}

.k-autocomplete,.k-popup.k-reset, .k-child-animation-container {
    transition: none !important;
    /* to make dropdown animations faster use the following style INSTEAD */
    /* transition-duration: 100ms !important; */
}
.k-autocomplete {
    font-size:11.67px!important;
}
.closeImage {
    margin-left: 270px;
    margin-top: 24px;
    width: 20px;
    cursor: pointer;
}

.sectionComponent {
    width: 316px;
    height: 900px;
    background-color: #E9E2FF;
    z-index: 1000;
}

.sectionArea {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.sectionTitle {
    color: #262526;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.sectionBoby {
    color: #4F4F50;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

.sectionLabelCategorie {
    color: #4F4F50;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-left: -160px !important;
}

.sectionLabelCanali {
    color: #4F4F50;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-left: -180px !important;
}
.sectionLabelData {
    color: #4F4F50;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-left: -190px !important;
}
.caricaButton {
    display: flex;
    padding: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
    border-radius: 4px;
    background: #936CFF !important;
    color: white!important;
    width: 200px;
}