@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('fonts/Lato-Regular.ttf');

html {
    --secondaryMandatorColor: #122538;
    --primaryMandatorColor: #f1800e;
    --thirdMandatorColor: #004D9F;
    --sideBarColor: var(--secondaryMandatorColor);
    --activeNavBorderColor: var(--primaryMandatorColor);
    --activeNavBackgroundColor: #1A2E42;
    --navBarSubElementColor: #596E85;
    --navBarItemHoverColor: #29425C;
    --loadingSpinner: url("../Images/Logo/epcanIcon.png");
    --loginBackgroundImage: url("../Images/login_bg.png");
    --SomeThing: #00000;
    --primaryBtnColor: var(--thirdMandatorColor);
    --mobileNavColor: #122538;
}

.SWA {
    --primaryMandatorColor: #52646D;
    --secondaryMandatorColor: #95C236;
    --sideBarColor: #52646D;
    --thirdMandatorColor: #95C236;
    --navBarSubElementColor: #8a949f;
    --sideBarImgRef: url("../Images/Logo/lokalwerke-logo-weiss.svg");
    --activeNavBackgroundColor: #95C236;
    --loginLogo: url("../Images/Logo/lokalwerke-logo.svg");
    --navBarItemHoverColor: #95C236;
    --loadingSpinner: url("../Images/Logo/lokalwerkeIcon.png");
    --activeNavBorderColor: #52646D;
    --loginBackgroundImage: url("../Images/login_bg_lokalwerke.png");
    --primaryBtnColor: var(--primaryMandatorColor);
    --mobileLogo: url("../Images/Logo/lokalwerke-logo-weiss.svg");
    --mobileNavColor: #52646D;
}

.BEW {
    --primaryMandatorColor: #004E42;
    --secondaryMandatorColor: #00594C;
    --sideBarColor: #00594C;
    --thirdMandatorColor: #FBDE40;
    --navBarSubElementColor: #8a949f;
    --sideBarImgRef: url("../Images/Logo/faserfreundeLogoWeiss.png");
    --activeNavBackgroundColor: #004E42;
    --loginLogo: url("../Images/Logo/faserfreundeLogo.png");
    --navBarItemHoverColor: #A1D884;
    --loadingSpinner: url("../Images/Logo/faserfreundeIcon.png");
    --activeNavBorderColor: #FBDE40;
    --loginBackgroundImage: url("../Images/login_bg_faserfreunde.png");
    --primaryBtnColor: var(--primaryMandatorColor);
    --mobileLogo: url("../Images/Logo/faserfreundeLogoWeiss.png");
    --mobileNavColor: #00594C;
}

.EPCS {
    --sideBarImgRef: url("../Images/logo_mit_schriftzug_weiss.png");
    --loginLogo: url("../Images/Logo/epcanlogo.png");
    --mobileLogo: url("../Images/Logo/epcan-logo-weiss.png");
}


app {
    position: relative;
    display: flex;
    flex-direction: column;
}

body {
    font-family: 'Lato', sans-serif !important;
    background-color: #FAFAFA !important;
}

    body::-webkit-scrollbar {
        width: 0.4rem;
    }

    body::-webkit-scrollbar-track {
        background-color: lightgrey;
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--primaryMandatorColor);
    }

.main {
    flex: 1;
}

.content {
    padding-top: 1.1rem;
}

@media only screen and (max-width : 760px) {
    .content {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        margin-top: 25px
    }
}

a:hover {
    color: var(--primaryMandatorColor);
}

.SelectPhoneNumber .btn-primary.disabled {
    background-color: grey !important;
    border-color: initial;
}

.customSpinner {
    --sk-size: 40px;
    --sk-color: #004e9f;
    margin: 20% auto 3% auto;
}

.loginCustomSpinner {
    --sk-size: 40px;
    --sk-color: #004e9f;
    margin: 5% auto auto auto;
}

#underlineTitle {
    color: #004e9f;
    border-bottom: 2px solid orange;
    display: inline-block;
}

.GridViewManage {
    float: left;
    left: 10px;
}

.loadingSpinnerContainer {
    text-align: center;
    margin-top: 20px;
    animation: fadeIn 1.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


a, .btn-link {
    color: black;
}

li .nav-link {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #004D9F;
    border-color: #004D9F;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
    text-align: center;
}

app {
    flex-direction: row;
}

.main > div {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

@media only screen and (max-width : 767px) {
    .main > div {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 10px !important;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

@media only screen and (min-width : 1224px) {
    .popupMessage {
        z-index: 1200;
        position: fixed;
        bottom: 10px;
        right: 30%;
        left: 30%;
    }

        .popupMessage .dxbl-group-body-content {
            border: 1px solid var(--primaryMandatorColor);
            border-radius: 10px;
        }
}

@media only screen and (max-width : 1224px) {
    .popupMessage {
        z-index: 1200;
        position: fixed;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
}

.feedbackBtn {
    padding: 7px 12px;
    border-radius: 4px;
    border-color: #004D9F;
    position: fixed;
    bottom: -4px;
    right: 300px;
}

@media only screen and (max-width: 600px) {
    .feedbackBtn {
        right: 50px;
    }
}

.cardtut {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0.4px 3.6px rgba(0, 0, 0, 0.004), 0 1px 8.5px rgba(0, 0, 0, 0.01), 0 1.9px 15.7px rgba(0, 0, 0, 0.019), 0 3.4px 28.2px rgba(0, 0, 0, 0.03), 0 6.3px 54.4px rgba(0, 0, 0, 0.047), 0 15px 137px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    position: relative;
    width: 336px;
}

.text {
    box-sizing: border-box;
    padding: 0 20px 20px;
    width: 100%;
}

.title {
    align-items: center;
    display: flex;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
    position: relative;
    padding-top: 20px;
}

.buttons {
    display: flex;
    margin-top: 8px;
    width: 100%;
}

.button {
    align-items: center;
    background: #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 5px 28px 20px;
    width: 100%;
}

    .button:last-child {
        margin: 0 20px 20px 5px;
    }

.button-primary {
    background-color: #004D9F;
    color: #fff;
}

.sidebar {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}

.polygonBubble {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    position: relative;
}

.FeedbackTextbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.SendBtn {
    text-align: right;
}

.btn-primary {
    padding: 0.3rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-outline-secondary {
    padding: 0.3rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.LoginBtn {
    text-align: right;
}
/*Textboxden mehr wie Bootstrap*/
.form-control {
    background-color: white;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
}

.newGroup {
    text-align: center;
}

.abortTut /*Tutorial beenden?*/ {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0.4px 3.6px rgba(0, 0, 0, 0.004), 0 1px 8.5px rgba(0, 0, 0, 0.01), 0 1.9px 15.7px rgba(0, 0, 0, 0.019), 0 3.4px 28.2px rgba(0, 0, 0, 0.03), 0 6.3px 54.4px rgba(0, 0, 0, 0.047), 0 15px 137px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    width: 336px;
    position: fixed;
    top: 30%;
    left: 50%;
}

.navbar-toggler {
    border: 1px solid grey;
}

.oi-menu {
    color: white !important;
}

@media only screen and (max-width: 600px) {
    .stammdatenHeader {
        float: left;
        max-width: 50%;
    }
}

.changeData {
    width: 125px;
    margin-left: 15px;
}

.changeDataMobile {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px !important;
}

@media only screen and (min-width: 900px) {
    .FeedbackPopup {
        max-width: 60%;
        width: 60%;
    }
}

.dxbs-memo .form-control:not(.dxbs-disable-mh) {
    height: auto;
}

@media only screen and (max-width: 900px) {
    dxbl-modal > .dxbs-modal > .dxbs-popup {
        /*width: 1000px;*/
        max-width: 95%;
        width: 95%;
    }
}

dxbl-modal > .dxbs-modal > .dxbs-popup {
    width: 95%;
}

.Title {
    width: 210px !important;
}

.SubmitButton {
    margin-top: 10px;
}

.dxbl-text-edit {
    line-height: 2;
    font-size: 1rem;
}

.login_btn {
    background-color: #004D9F;
    border-color: #004D9F;
}

.dxbl-row {
    margin: 0 !important;
}

h4 {
    padding-left: calc(var(--dxbl-row-item-spacing-x) * .5);
}

.dxbl-btn-primary {
    color: #fff;
    background-color: var(--primaryBtnColor) !important;
    border-color: var(--primaryBtnColor) !important;
    /*padding: 7px 12px;*/
    padding: 0.3rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.login_btn {
    font-size: 1.2rem;
    line-height: 1.8;
}

.sendAgainToken {
    color: #004D9F;
    background-color: white;
    border-color: #004D9F;
}

/*HEADER */

.header {
    background: white;
    color: var(--secondaryMandatorColor);
    position: fixed;
    top: 0;
    height: 90px;
    display: grid;
    grid-template-columns: 55% 45%;
    z-index: 99;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pageTitle {
    margin-top: 30px;
    margin-left: calc(15vw + 22px);
    font-size: 24px;
    font-weight: bold;
    float: left;
    white-space: nowrap;
}

.CustomerSwitch {
    width: 300px;
    font-size: 20px;
    border-style: none !important;
    box-shadow: none;
    cursor: pointer;
}

.locationSwitch {
    display: flex;
    /*margin-left: 40%;*/
    cursor: pointer !important;
    -ms-user-select: None !important;
    -moz-user-select: None !important;
    -webkit-user-select: None !important;
    user-select: None !important;
    float: right;
    align-items: center;
    justify-content: flex-end;
}

.myProfile {
    margin: 0px 35px 0px 15px;
    padding: 22.5px 0px 22.5px 35px;
    border-left: #E9E9E9 solid 2px;
}

    @media (max-width: 1450px) {
        .pageTitle {
            margin-left: 260px;
            float: none;
        }

        .locationSwitch {
            margin-left: 35%;
        }

        .CustomerSwitch {
            width: auto;
        }

        .myProfile {
            float: none;
            padding-right: 0;
        }
    }

    @media (max-width: 1300px) {
        .pageTitle {
            margin-left: 260px;
        }

        .locationSwitch {
            margin-left: 30%;
        }
    }

    @media (max-width: 1200px) {
        .pageTitle {
            margin-left: 260px;
        }

        .locationSwitch {
            margin-left: 0%;
        }
    }

    @media (max-width: 1000px) {
        .locationSwitch {
            margin-left: 15%;
        }
    }

    @media (max-width: 850x) {
        .locationSwitch {
            margin-left: 10%;
        }
    }

    .dxbl-edit-btn-dropdown {
    border-left: 0;
    border-right: 2px;
    border-color: lightgrey;
}

    .dxbl-edit-btn-dropdown::before {
        background-color: white !important;
    }

.main {
    margin-top: 90px;
    background-color: #FAFAFA !important;
    /*padding-bottom: 50px;*/
}

@media only screen and (max-width: 767px) {
    .header {
        display: none;
    }

    .main {
        margin-top: 30px;
    }
}

.dxbl-scroll-viewer-content ul {
    background-color: white;
}

.dxbl-tabs-item {
    background-color: white !important;
}

.HomePage .dxbl-fl-group {
    padding: 0 !important;
}

.HomePage .dxbl-col {
    margin-top: 0;
}

.HomePage .dxbl-group-body-content {
    /*padding: 50px 0!important;*/
}

.AccessData .MainContainer {
    background-color: white !important;
    border-radius: 10px !important;
    box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.06);
}

.loginForm a:hover[b-rxzvo8uwri] {
    color: #0a58ca;
}

.techniqStateBox {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.06);
}

.CustomerSwitchMobile {
    width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nav {
    flex-wrap: nowrap !important;
}

.containerDocument {
    background-color: white !important;
    border-radius: 10px !important;
    box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.06);
}

.dxbl-group-header {
    background-color: white !important;
    font-weight: bold !important;
    height: 51px !important;
    border-bottom: 3px solid #f3f3f3 !important;
    border-radius: 15px 15px 0 0 !important;
    display: none !important;
}

.dxbl-group {
    box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 15px;
    border: none;
}

/*Dashboard Grid*/
.grid-container {
    display: grid;
    grid-template-columns: minmax(0, 70%) minmax(0, 29%);
    column-gap: 1%;
    grid-template-areas:
        "sidenav header"
        "sidenav main";
}

.grid-container2 {
    display: grid;
    grid-template-columns: minmax(0, 30%) minmax(0, 39%) minmax(0, auto);
    column-gap: 1%;
    grid-template-areas:
        "sidenav header"
        "sidenav main";
}

.grid-container3 {
    display: grid;
    grid-template-columns: minmax(0, 100%);
    column-gap: 0%;
    grid-template-areas:
        "sidenav header"
        "sidenav main";
}

/*Stammdaten Grid*/
.grid-container-profile {
    display: grid;
    grid-template-columns: minmax(0, 30%) minmax(0, 30%) minmax(0, auto);
    column-gap: 0.5%;
    grid-template-areas:
        "sidenav header"
        "sidenav main";
}

.grid-container-profile1 {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    column-gap: 0.5%;
    grid-template-areas:
        "sidenav header"
        "sidenav main";
    padding: 0px 3px;
}

.grid-container-profile2 {
    display: grid;
    grid-template-columns: minmax(0, 100%);
    column-gap: 0.5%;
    grid-template-areas:
        "sidenav header"
        "sidenav main";
    padding: 0px 3px;
}

/*Zugangadaten Grid*/
.grid-container-access {
    display: grid;
    grid-template-columns: repeat(4, 24.625%);
    grid-gap: 0.5%; /* Oder grid-column-gap: 0; */
    grid-template-areas:
        "sidenav header"
        "sidenav main";
}

/*Vertragsansicht Grid*/
.grid-container-contract {
    display: grid;
    grid-template-columns: minmax(0, 100%);
    column-gap: 0%;
    grid-template-areas:
        "sidenav header"
        "sidenav main";
}

.callTile {
    background-color: white !important;
    border-radius: 8px;
    box-shadow: 0 3px 4px 2px rgba(0,0,0,.13);
    padding: 10px;
    color: var(--secondaryMandatorColor);
    font-weight: bold;
    margin-bottom: 10px;
}

.callNumber {
    margin-left: 0.2rem;
}

.callDate {
    color: #B5B6B6;
    margin-left: 1rem;
}

.callDuration {
    color: #B5B6B6;
    text-align: right;
    float: right;
}

.docArea1 {
}

.table {
    border-collapse: collapse;
    box-sizing: border-box;
}

    .table tbody tr:nth-of-type(even) {
        background-color: #F2F6FA;
    }

    .table thead tr {
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }

    .table th,
    .table td {
        border: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .table td:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 0;
            width: 100%;
        }


.tablePopup {
    border-collapse: collapse;
    box-sizing: border-box;
}

    .tablePopup tbody tr:nth-of-type(even) {
        background-color: #F2F6FA;
    }

    .tablePopup thead tr {
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }

    .tablePopup th,
    .tablePopup td {
        border: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tablePopup td:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 0;
            width: 100%;
        }

.techStatusGreen {
    color: #3AAB28;
}

.techStatusRed {
    color: #D3414B;
}

.contArea1 {
    padding: 0px 0 10px 0;
}

.contArea2 {
    padding: 10px 0 10px 10px;
    border: 2px solid #f3f3f3;
    border-radius: 15px 15px 0 0;
}

.contArea3 {
    padding: 10px 0 10px 10px;
    border: 2px solid #f3f3f3;
}

.contArea4 {
    font-weight: bold;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    border: 2px solid #f3f3f3;
}

.contPrice {
    color: var(--primaryMandatorColor);
    float: right;
    font-size: 18px;
    margin-right: 10px;
}

.rocketTVInfoBox .dxbl-group-header {
    display: none !important;
}

.EPCS .rocketTVInfoBox .dxbl-group-body {
    border-radius: 15px;
    background-image: linear-gradient(to bottom, rgba(0,132,205,0), rgba(0, 77, 159, 1) ), url("/Images/rocketTV_Logo_weiss.png"), url("/Images/vintage_film_bg.png");
    background-position: center, top 10px left 10px, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, 30%, cover;
}

.BEW .rocketTVInfoBox .dxbl-group-body {
    border-radius: 15px;
    background-image: linear-gradient(to bottom, rgba(0,132,205,0), rgba(0, 78, 66, 1) ), url("/Images/rocketTV_Logo_weiss.png"), url("/Images/vintage_film_bg.png");
    background-position: center, top 10px left 10px, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, 30%, cover;
}

.SWA .rocketTVInfoBox .dxbl-group-body {
    border-radius: 15px;
    background-image: linear-gradient(to bottom, rgba(0,132,205,0), rgba(149, 194, 54, 1) ), url("/Images/rocketTV_Logo_weiss.png"), url("/Images/vintage_film_bg.png");
    background-position: center, top 10px left 10px, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, 30%, cover;
}

.rocketArea1 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    bottom: 10%;
}

.rocketTVmore {
    color: white;
    font-size: 16px;
    border: white solid 1px;
    padding: 3px 10px;
    border-radius: 10px;
    text-decoration: none;
}

    .rocketTVmore:hover {
        color: white;
    }

.infoBoxHeader {
    background-color: white !important;
    font-weight: bold !important;
    height: 35px !important;
    border-radius: 15px 15px 0 0 !important;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    z-index: 9999;
}

    .infoBoxHeader:after {
        content: "";
        display: block;
        padding-bottom: 11px;
        border-bottom: 3px solid #f3f3f3 !important;
        position: absolute;
        left: 0;
        top: 35px;
        width: 100%;
        height: 2px;
    }

.profileSidebarSubHeader {
    margin-right: 5px;
}

.profileSidebarHeader {
    margin-bottom: 5px;
}

.dxbl-group-body {
    position: relative;
}

.headerIcon {
    padding: 0 0.3rem;
    margin-right: 5px;
}

.maxIcon {
    float: right;
    padding-top: 0.2rem;
}

/*RESPONSIVE DASHBOARD*/

/*Technikstatus breiter und rocketTV kleiner*/
@media only screen and (max-width: 1390px) {
    .grid-container2 {
        display: grid;
        grid-template-columns: 35% 35% auto;
        column-gap: 1%;
        grid-template-areas:
            "sidenav header"
            "sidenav main";
    }
}

@media only screen and (max-width: 1274px) {
    .grid-container {
        grid-template-columns: 100%;
        grid-template-areas:
            "sidenav"
            "header"
            "main";
    }

    .grid-container2 {
        grid-template-columns: 100%;
        grid-template-areas:
            "sidenav"
            "header"
            "main";
    }

    .grid-container-profile {
        grid-template-columns: 100%;
        grid-template-areas:
            "sidenav"
            "header"
            "main";
    }

    /*Zugangadaten Grid*/
    .grid-container-access {
        display: grid;
        grid-template-columns: repeat(2, 49.25%);
        grid-gap: 0.5%; /* Oder grid-column-gap: 0; */
        grid-template-areas:
            "sidenav header"
            "sidenav main";
    }


    .table td:nth-child(2) {
        display: none; /* Verstecke Spalten auf mobilen Geräten */
    }

    .table td:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 0;
        width: 100%;
    }

    .tablePopup td:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 0;
        width: 100%;
    }

    .table th.desktop,
    .table td.desktop {
        display: none; /* Verstecke Spalten auf mobilen Geräten */
    }

    .table {
        width: 100%;
        table-layout: fixed; /* Festgelegte Tabellebreite */
    }

    .tablePopUp {
        width: 100%;
        table-layout: fixed; /* Festgelegte Tabellebreite */
    }

    .downloadDesktop {
        display: none;
    }

    .linkDownload {
        float: right;
    }

    .showPasswordAccessData {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .content {
        padding-top: 0rem;
    }
    /*Zugangadaten Grid*/
    .grid-container-access {
        grid-template-columns: 100%;
        grid-template-areas:
            "sidenav"
            "header"
            "main";
    }

    .showPasswordAccessData {
        margin: 0 !important;
    }
}

#downloadIcon {
    fill: var(--primaryMandatorColor) !important;
}

#callIcon path {
    fill: var(--primaryMandatorColor) !important;
}

.gpsIconPath {
    padding: 31px 0 !important;
    fill: var(--primaryMandatorColor) !important;
}

.gpsIcon {
    padding: 31px 0 !important;
}

.linkHeader {
    text-decoration: none !important;
}

.callTile {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table td {
    overflow: hidden; /* Textüberlauf in Tabellenzellen verbergen */
    text-overflow: ellipsis; /* Abgeschnittener Text mit Auslassungszeichen anzeigen */
}

.table {
    table-layout: auto; /* Automatische Breite für die erste Spalte */
}

.tablePopup td {
    overflow: hidden; /* Textüberlauf in Tabellenzellen verbergen */
    text-overflow: ellipsis; /* Abgeschnittener Text mit Auslassungszeichen anzeigen */
}

.tablePopup {
    table-layout: auto; /* Automatische Breite für die erste Spalte */
}

/*Login View*/
.TextBoxLogin {
    font-size: 12px !important;
    padding: 5px !important;
    background-color: #F8F8F8;
    border: none;
}

.reset_group {
    text-align: right;
}

.reset_btn {
    padding-right: 0px;
    opacity: 1;
    color: var(--primaryMandatorColor);
    text-decoration: none !important;
    margin-bottom: 20px;
}

.login_btn {
    background-color: var(--primaryMandatorColor);
    border-color: var(--primaryMandatorColor);
    width: 100%;
    align-items: center;
    padding: 0.9rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: 0.3rem;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .login_btn:hover {
        filter: brightness(95%);
        background-color: var(--primaryMandatorColor) !important;
        border-color: var(--primaryMandatorColor) !important;
    }

/*Stammdaten View*/

.dxbl-fl .dxbl-row {
    --dxbl-row-item-spacing-x: 0 !important;
    --dxbl-row-item-spacing-y: 0 !important;
}

.infoBoxHeaderProfile {
    background-color: white !important;
    font-weight: bold !important;
    height: 35px !important;
    border-radius: 15px 15px 0 0 !important;
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 5px;
    color: var(--secondaryMandatorColor);
}

    .infoBoxHeaderProfile:after {
        content: "";
        display: block;
        padding-bottom: 11px;
        border-bottom: 3px solid #f3f3f3 !important;
        position: absolute;
        left: 0;
        top: 35px;
        width: 100%;
        height: 2px;
    }

.profileArea {
    border: 1px solid #DADADA;
    border-radius: 15px;
    margin-bottom: 20px;
}

.profileAreaHeading {
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
    color: var(--secondaryMandatorColor);
}

.profileAreaContent {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: auto auto; /* Zwei Spalten mit gleicher Breite */
    gap: 20px; /* Abstand zwischen den Spalten */
}

.profileAreaContentLeft {
}

.profileAreaContentRight {
}

.profileAreaContentHeading {
    color: #9F9F9F;
}

.profileEditButton {
    border: 1px solid #DADADA;
    border-radius: 15px;
    float: right;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 15px;
    margin-top: -4px;
    cursor: pointer;
    color: var(--secondaryMandatorColor);
}

@media only screen and (max-width: 380px) {
    .profileEditText {
        display: none;
    }

    .profileEditIcon {
        margin-left: 0px !important;
    }
}

.profileEditIcon {
    width: 9px;
    margin-left: 3px;
    margin-bottom: 1px;
}



/* PopUp Design */
.dxbl-modal-back {
    backdrop-filter: blur(5px);
    background-color: transparent !important;
    opacity: 1 !important;
}

.dxbl-modal-content {
    border-radius: 20px !important;
}

.PopUpChangeSmall .dxbl-modal-content {
    width: 70% !important;
    margin: auto;
}
.NewTicketPopUpSize {
        width: 85vw;
        max-width: 550px !important;
    }

@media only screen and (max-width: 1274px) {
    .PopUpChangeSmall .dxbl-modal-content {
        width: 100% !important;
    }
}

.dxbl-modal-header {
    border-radius: 20px 20px 0 0;
    background-color: white !important;
    line-height: 35px !important;
    /*padding-left: 7% !important;*/
}

@media only screen and (min-width: 1081px) {
    .dxbl-modal-body {
        /*padding: 7% !important;*/
        overflow-x: hidden !important;
    }
}


@media only screen and (max-width: 767px) {
    .dxbl-modal-body {
        padding: 10px !important;
        overflow-x: hidden;
    }
}

.PopUpPflichfeld {
    float: right;
    font-size: 12px;
    color: #9F9F9F
}

.PopUpCaption {
    color: var(--secondaryMandatorColor);
}

    .PopUpCaption .dxbl-fl-cpt {
        margin-left: 0.5rem;
    }

.PopUpTextBox {
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-radius: 8px;
}

.PopUpCustomEditor {
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-radius: 4px;
}

.PopUpSubmitButton {
    background-color: var(--primaryMandatorColor) !important;
    border-color: var(--primaryMandatorColor) !important;
    width: 97%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 45px;
    border-radius: 7px;
    margin-left: 0.5rem;
}

.PopUpSubmitButtonSecondary {
    background-color: var(--secondaryMandatorColor) !important;
    border-color: var(--secondaryMandatorColor) !important;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 45px;
    border-radius: 7px;
}

/*DropDown unter Header*/
.dropdown-menu {
    z-index: 1;
}

.dropdown-item {
    cursor: pointer;
}
/*disabled textbox mehr grau*/
.dxbl-readonly {
    background-color: #b0b0b0 !important;
}

.back_btn {
    padding: 0 !important;
    opacity: 1;
    color: var(--primaryMandatorColor);
    text-decoration: none !important;
}

.marginTop {
    margin-top: 20px;
}

/*Event Dasboard View*/

.eventInfoBox .dxbl-group-body-content {
    margin-top: 0.5rem;

}

.eventInfoBox .headerIcon {
    width: 30px;
}

.eventInfoBox .linkHeader {
    color: var(--primaryMandatorColor) !important;
    cursor: pointer !important
}

.eventInfoBox .infoBoxHeader {
    margin-bottom: 0 !important;
}

    .eventInfoBox .infoBoxHeader:after {
        border: none !important;
    }

/*Event PopUp Tiles*/
.eventTile {
    background-color: white !important;
    border-radius: 8px;
    box-shadow: 0 3px 4px 2px rgba(0,0,0,.13);
    padding: 10px;
    color: var(--secondaryMandatorColor);
    font-weight: bold;
    margin: 15px;
}

.eventTileImg {
    width: 20px;
}

.eventType {
    margin-left: 0.5rem;
    margin-bottom: 10px;
    font-size: 16px;
}

.eventTitle {
    margin-top: 1rem;
}

.eventDate {
    color: #B5B6B6;
}

.eventDescription {
    font-weight: 400;
}

.callDuration {
    color: #B5B6B6;
    text-align: right;
    float: right;
}

.SelectContractDashboard {
    line-height: 1.5;
    width: 300px;
}

.infoBoxHeader2 {
    background-color: white !important;
    font-weight: bold !important;
    /*height: 35px;*/
    border-radius: 15px 15px 0 0 !important;
    font-size: 16px;
    width: 100%;
    z-index: 999;
}

.infoBoxHeader3 {
    background-color: white !important;
    font-weight: bold !important;
    border-radius: 15px 15px 0 0 !important;
    font-size: 16px;
    width: 100%;
    z-index: 999;
}

.eventInfoBoxHidden {
    visibility: hidden;
}

.loadingSpinner {
    background-image: var(--loadingSpinner);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    animation-duration: 1.75s !important;
}

.showPasswordAccessData {
    background-color: white;
    padding: 1%;
    border-radius: 15px;
    width: 50%;
}

.copyIcon {
    width: 12px;
    margin-left: 7px;
    cursor: pointer;
}

@media (min-width: 1550px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px;
    }

    .documentLine {
        line-height: 2.5;
        font-size: 15px;
    }
}

/* Vertragsansicht */
.ContractRelative .dxbl-fl-ctrl-nc {
}

.contract-overview {
    height: 100%;
    width: 20%;
    float: left;
    position: relative;
    margin-top: -20px;
    margin-left: -11px;
    padding-left: 10px;
    border-right: solid 2px #f3f3f3;
}

.contract-overview-hide {
    display: none;
}

.contract-group-title {
    color: darkgrey !important;
    margin-bottom: 10px !important;
    padding-top: 10px;
}

.contract-group-title-divider {
    height: 2px !important;
    color: darkgrey !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    margin-left: -10px !important;
}

.contract-single {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 30% 70%;
}

.contract-active {
    border-left: solid 5px var(--activeNavBorderColor);
    box-sizing: border-box;
    margin-left: -11px;
    background-color: #f0f0f0;
}

.contract-image-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contract-image {
    width: 70%;
}

.overview-header {
    color: var(--sideBarColor);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
}

.overview-subheader {
    color: darkgrey;
    font-size: 14px;
    margin-bottom: 1px;
}

.contract-details-div-1 {
    height: 100%;
    width: 30%;
    float: left;
    position: relative;
}

.contract-details-div-1-wide /*without sidebar*/ {
    height: 100%;
    width: 40%;
    float: left;
    position: relative;
}

.contract-details-div-2 {
    height: 100%;
    width: 20%;
    float: left;
    position: relative;
}

.contract-details-div-2-wide /*without sidebar*/ {
    height: 100%;
    width: 30%;
    float: left;
    position: relative;
}

.contract-details-1 {
    padding: 15px;
    margin: 0 10px 0 10px;
    border: solid 2px lightgrey;
    border-radius: 10px;
}

.contract-details-2 {
    padding: 15px;
    margin: 10px 10px 0 10px;
    border: solid 2px lightgrey;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contract-details-1-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 8px;
}

.contract-details-1-right {
    margin-left: auto;
    text-align: right;
}

.contract-details-1-left {
    overflow: auto;
    word-break: break-word;
}

.contract-details-1-header {
    color: var(--sideBarColor);
    font-size: 20px;
    font-weight: bold;
}

.contract-details-1-header-2 {
    color: var(--sideBarColor);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contract-details-1-header-3 {
    color: var(--sideBarColor);
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    border-top: dashed 2px #f3f3f3;
}

.contract-details-1-header-4 {
    color: var(--sideBarColor);
    font-size: 14px;
    font-weight: bold;
}


.contract-cancel {
    color: var(--primaryMandatorColor);
    float: right;
    margin-top: -20px;
    cursor: pointer;
}

.contract-name {
    color: var(--primaryMandatorColor);
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
}


.contract-right-sidebar {
    height: 100%;
    width: 30%;
    float: right;
    position: relative;
    border-left: solid 2px #f3f3f3;
    padding: 30px 0 0 20px;
    margin-top: -20px;
}

.contract-mtl-cost {
    color: var(--sideBarColor);
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 0px;
}

.contract-discount-banner {
    background-color: var(--primaryMandatorColor);
    color: white;
    padding: 3px 15px;
    margin-bottom: 25px;
    display: inline-block;
}

.contract-details-2-right {
    margin-right: 20px;
    min-width: 50px;
    text-align: right;
}

.more-options-button {
    padding: 10px 20px;
    background-color: var(--secondaryMandatorColor);
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

    .more-options-button:hover {
        text-decoration: none;
        color: white;
        opacity: 0.8;
    }

.contract-check path {
    stroke: var(--thirdMandatorColor) !important;
}

.contract-check {
    margin-top: 10px;
    width: 14px;
    height: 16px;
}

.contract-svg-container {
    display: flex;
    align-items: center;
}

    .contract-svg-container svg {
        margin-right: 10px;
    }

.vl-right {
    border-left: 2px solid #f3f3f3;
    height: 91.3%;
    position: absolute;
    right: 30.2%;
    top: 9%;
}

@media screen and (min-width: 1500px) {
    .mobile-dropdown {
        display: none;
    }
}

@media only screen and (min-width: 1301px) and (max-width:1500px) {
    .contract-overview-dropdown {
        width: 100%;
        padding: 5px;
        margin: 0 10px 20px 10px;
    }

    .mobile-dropdown {
        margin-bottom: 20px;
        padding: 0 10px 0 10px;
    }

    .contract-overview {
        display: none;
    }

    .contract-details-div-1 {
        width: 40%;
    }

    .contract-details-div-2 {
        width: 30%;
    }

    .vl-right {
        display: none;
    }
}

/*Tablet and Mobile View*/
@media screen and (max-width: 1300px) {
    .contract-grid-container {
        display: flex;
        flex-direction: column;
    }

    .mobile-dropdown {
        margin-bottom: 20px;
        padding: 0 10px 0 10px;
    }

    .contract-overview {
        display: none;
    }

    .contract-details-div-1-wide {
        width: 100%;
        float: none;
    }

    .contract-details-div-2-wide {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .contract-details-div-1 {
        width: 100%;
        float: none;
    }

    .contract-details-div-2 {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .contract-right-sidebar {
        width: 96%;
        float: none;
        border: solid 2px lightgrey;
        border-radius: 10px;
        padding: 15px;
        margin: 10px 10px 0 10px;
    }

    .vl-right {
        display: none;
    }
}

.upgradeIcon {
    width: 13px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.upgradeButton {
    background-color: var(--primaryMandatorColor);
    border-radius: 10px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px;
    margin-top: -4px;
    cursor: pointer;
    color: white;
}

.upgradeButtonHome {
    margin-top: -33px !important;
}

.upgradeButton:hover {
    opacity: 0.8;
    color: white;
}

.contract-upgrade {
    float: right;
    color: white;
    font-weight: bold;
    background-color: var(--primaryMandatorColor);
    border-radius: 8px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

.wrapper {
    padding: 15px !important;
}

.cwmp_btn {
    margin: 10px;
}

.UpgradePopUp {
    text-align: center;
}

@media (min-width: 767px) {
    .mobile-switch {
        display: none;
    }
}


/* Upgrade status styles */
.upgrade-status-container {
    margin: 10px 0 15px 0;
}

.upgrade-status {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.upgrade-complete {
    background-color: rgba(121, 216, 106, 0.15);
    color: #3AAB28;
}

.upgrade-in-progress {
    background-color: rgba(241, 128, 14, 0.15);
    color: var(--primaryMandatorColor);
    justify-content: space-between;
}

.upgrade-icon-small {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.upgrade-info {
    display: flex;
    align-items: center;
}

.upgrade-cancel-btn {
    background-color: transparent !important;
    border: 1px solid var(--primaryMandatorColor) !important;
    color: var(--primaryMandatorColor) !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    margin-left: 10px;
}

    .upgrade-cancel-btn:hover {
        background-color: rgba(241, 128, 14, 0.1) !important;
    }

.upgrade-status .contract-check path {
    stroke: #3AAB28 !important;
}
.upgrade-status-banner {
    background-color: var(--thirdMandatorColor);
    color: white;
    padding: 8px 15px;
    margin: 12px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.upgrade-in-process {
    background-color: var(--primaryMandatorColor);
    display: flex;
    justify-content: space-between;
}

.upgrade-status-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.upgrade-cancel-button {
    background-color: white !important;
    border-color: white !important;
    color: var(--primaryMandatorColor) !important;
    font-size: 12px !important;
    padding: 3px 12px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    margin-left: 15px;
}

    .upgrade-cancel-button:hover {
        opacity: 0.9 !important;
    }

.upgrade-status-banner .upgradeIcon {
    width: 13px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.notification-selector-container {
    margin-top: 2px;
}

.notification-level-selector {
    font-size: 14px;
    width: 80%;
    max-width: 250px;
}

    .notification-level-selector :deep(.dxbl-edit-btn-dropdown) {
        background-color: transparent;
    }

    .notification-level-selector :deep(.form-control) {
        height: 32px;
        padding: 4px 10px;
        border-color: #e2e2e2;
        background-color: #f9f9f9;
    }

    .notification-level-selector :deep(.dxbl-dropdown-area) {
        border-color: #e2e2e2;
    }

.notification-dropdown {
    font-size: 14px;
}