/* AGB & Datenschutzerklärung Page PDF Buttons CSS */
.pdf-download-buttons {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    height: auto;
}

.pdf-button {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #FF972E;
    color: white;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.3s ease;
    font-weight: 500;
    font-family: 'Atlassian Sans Ext' !important;
}

.pdf-button span {
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#btn-dse.pdf-button:hover {
    width: 300px;
    color: #fff;
}
#btn-agb.pdf-button:hover {
    width: 260px;
    color: #fff;
}

.pdf-button:hover span {
    opacity: 1;
}

#btn-agb {
    top: 0;
}

#btn-dse {
    top: 60px;
}
/* AGB & Datenschutzerklärung Page PDF Buttons CSS Over */
/* Notofication Section CSS */
.pdfImg {
    width: 36px;
    height: 36px !important;
    border-radius: 10px !important;
}

.dashboard_section .loading,
.notification-section .loading {
    height: 0;
    width: 0;
    display: block;
    padding: 10px;
    border: 6px solid #ccc;
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border-right-color: #36b2e4;
    border-radius: 22px;
    position: absolute;
    left: 50%;
    top: 65%;
    z-index: 9;
}

.notification-card.new {
    animation: highlightFade 2s ease;
}


.notification-section .loading {
    top: -10px !important;
}

.notification-section {
    padding: 1rem;
    border-radius: 12px;
    max-width: 100%;
    font-family: 'Segoe UI', sans-serif;
}

.notification-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notification-card {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / 14%);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.notification-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.notification-card .notification-dot {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.notification-icon {
    font-size: 1.5rem;
    color: #007bff;
    margin-top: 4px;
    position: relative;
}

.notification-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.notification-status {
    font-size: 0.9rem;
    color: #007bff;
    margin: 4px 0 2px 0;
}

.notification-message {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
}


.no-messages {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-message-card {
    text-align: center;
    color: #888;
    background: #fff;
    border: 1px dashed #ccc;
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.no-message-card i {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 10px;
}

.no-message-card p {
    font-size: 1rem;
    margin: 0;
}

.notification_list {
    max-height: 500px;
    overflow-y: scroll;
}

.notification_section {
    border-radius: 50px;
    padding: 0px 20px 50px;
}

.notification_section {
    background-color: #fff;
    width: auto;
}

.notification_heading h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 40px;
}

.active_circle {
    width: 20px;
    height: 20px;
    background-color: #00a7df;
    border-radius: 50px;
    margin-left: 15px;
}

.notifiy_content_txt {
    display: flex;
}

.notifiy_content_txt h6 {
    font-size: 16px;
    margin: 0;
}

.badge {
    background-color: red;
    color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

.notifiy_content {
    padding-bottom: 10px;
    border-bottom: 1px solid #949494;
    margin-bottom: 20px;
}

.notify_small_txt {
    text-align: center;
}

.notify_small_txt p {
    font-size: 14px;
    padding-right: 25px;
    line-height: 20px;
    text-align: left;
}

.notify_small_txt a {
    margin: 0 auto;
    text-decoration: underline !important;
    color: #000;
}

.pdf_icon i {
    font-size: 40px;
    color: gray;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
    background-color: #f2f2f2;
    color: #999;
    cursor: not-allowed;
}

.notifiy_content_buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.notifiy_content_buttons svg {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 2px 9px 2px #e9e9e9;
    width: 36px;
    height: 36px;
}

/* Notofication Section CSS Over */

/* Account Overview CSS */
/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #7dceec;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
    border-radius: 0 0px 10px 10px;
}

.tab-btn {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.jetzt-btn button {
    background-color: #fd942b;
    color: #fff;
    border: 0;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 10px;
}

.dashboard_section {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 0 10px 10px 10px;
    max-width: 800px;
    margin: 0 auto;
}

.document-overview-button.orenge_btn {
    margin: 10px 0px 10px 0;
}

.dashboard_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
    align-items: center;
    max-width: 480px;
}

.dashboard_heading h5 {
    font-size: 18px;
    font-weight: 600;
    color: #00a7df;
}

.dashboard_box {
    background-color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 8px 0 #dbdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
    width: 100%;
}

.dashboard_box_info1 a {
    font-size: 12px;
}

.dashboard_box2 {
    background-color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 1px 2px 8px 0 #dbdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dashboard_box_info1 h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 2px;
}

.dashboard_box_info1 p {
    font-size: 15px;
    font-weight: 400;
    color: gray;
    margin-bottom: 2px;
}

.dashboard_box_info1 {
    width: 22%;
}

.dashboard_box_info1 h6 {
    font-size: 15px;
    font-weight: 400;
    color: #00a7df;
    margin: 0;
}

.dashboard_box_info2 {
    position: relative;
    height: 80px;
    width: 80px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard_box_info2::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #f3f3f39c;
    top: 0;
    z-index: -1;
}

.dashboard_box_info2 h5 {
    font-size: 16px;
    font-weight: 600;
    color: #00a7df;
}

.dashboard_box_info3 h5 {
    font-size: 16px;
    font-weight: 400;
    color: gray;
}

.dashboard_box_info4 h5 {
    font-size: 16px;
    color: #ff9946;
    font-weight: 500;
}

.dashboard_box_info4 h5 span {
    margin-right: 10px;
}

.dashboard_box_img {
    padding: 10px;
}

.dashboard_box_img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.main-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 50px;
    cursor: pointer;
}

.main-box .hotline-btn button {
    background-color: #178ec3;
    padding: 5px 15px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
}

/* Account Overview CSS Over */

@media only screen and (max-width: 1300px) {

    .tab button,
    .jetzt-btn button {
        font-size: 13px;
    }

    .dashboard_heading {
        max-width: 400px;
    }

    .tab button,
    .jetzt-btn button {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    #main-section-account .elementor-container {
        flex-wrap: wrap;
    }

    #main-section-account #left-section-account {
        width: 30%;
    }

    #main-section-account #center-section-account {
        width: 70%;
    }

    #main-section-account #right-section-account {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {

    .dashboard_heading {
        max-width: 650px;
    }

    .dashboard_box_info1 {
        width: 15%;
    }
}

@media only screen and (max-width: 768px) {

    .dashboard_box_info1 {
        width: 40%;
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    #providers .main-box {
        flex-wrap: wrap;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {

    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes highlightFade {
    0% {
        background-color: #e0f3ff;
    }

    100% {
        background-color: white;
    }
}