input[type="radio"]:focus {
    box-shadow: 0 0;
}

/* Preloader styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader img {
    width: 200px;
    /* Small logo */
    height: auto;
}

body.loaded #preloader {
    display: none;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url("../../assets/loader.gif") no-repeat center center;
    z-index: 10000;
    /* background-size: 50px; */
    background-size: 80px;
}

.menu-container {
    text-align: center;
    font-family: intel;
}

.container {
    /* max-width: 1152px; */
    /* max-width: 1252px; */
    /* max-width: 1225px; */
    max-width: inherit;
}

main,
p {
    color: #363F4A;
    font-weight: 400;
}

.menu-link {
    margin: 0 25px;
    font-weight: 500;
    font-size: 16px;
    color: #667093;
    padding: 5px 0;
}

.menu-link:hover,
a.menu-link.active {
    color: #008EFF;
    border-bottom: 1px solid #008EFF;
}

.profile {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0;
}

.arrow-d {
    width: 18px;
}

.error {
    color: red;
}

label.error {
    position: absolute;
}

.ask-your-question-card+.error {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.profile-box {
    display: flex;
    justify-content: flex-end;
    column-gap: 5px;
    align-items: center;
}

.dropdown-menu {
    width: 280px;
    /* box-shadow: 4px 4px 15px 6px #00000017; */
    box-shadow: 1px 4px 8px 1px #4444441F;

}

.menu-dropdown {
    padding: 10px;
    display: flex;
}

.dropdown-menu.show {
    display: block;
    border: none;
    /* inset: 11px auto auto 0px !important; */
}

.dropdown-item {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-item:hover {
    color: #0089FF;
    background: #fff;
}

.profile-box .menu-dropdown {
    padding: 0;
    border-radius: 60px;
    padding-inline-end: 8px;
}

.profile-box .menu-dropdown:hover,
.profile-box .menu-dropdown.show,
.menu-dropdown-notification.show {
    background-color: var(--primery-light-color);
}

.menu-dropdown-notification {
    border-radius: 6px;
    border: 1px solid #E5E7EB;
    padding: 4px;
}

.menu-dropdown-notification:hover {
    background-color: var(--primery-light-color);
    border: 1px solid #E5E7EB;
}

.profile-box .menu-dropdown-notification-wrapper .dropdown-menu {
    width: 275px !important;
    box-shadow: 1px 4px 8px 1px #4444441F;
    padding-block: 6px;
}

.profile-box .menu-dropdown-profile-wrapper .dropdown-menu a.dropdown-item {
    color: #F75055;
}

.profile-box .menu-dropdown-profile-wrapper .dropdown-menu a.dropdown-item:hover {
    background-color: #FFE2E3;
}

.profile-box .menu-dropdown-profile-wrapper .dropdown-menu a.dropdown-item svg path {
    stroke: #F75055;
}

.profile-box .menu-dropdown-profile-wrapper .dropdown-item.active,
.profile-box .menu-dropdown-profile-wrapper .dropdown-item:active {
    background-color: #FFE2E3;
}

/* .profile-box .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
	color: #ffffff;
	background-color: #F75055;
} */

.name {
    text-transform: capitalize;
}

.d-welcome {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item img {
    width: 10px;
}

.d-welcome div {
    font-size: 24px;
    line-height: 48px;
}

.d-welcome .round {
    color: #fff;
    background: #008EFF;
    border: none;
    border-radius: 50px;
    min-width: 250px;
}

.welcome-box h1 {
    font-size: 40px;
    /* margin-top: 40px; */
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* .welcome-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
} */

.container-small {
    max-width: 1200px;
    margin-left: 55px;
    margin-right: 55px;
}

.wizard-tab {
    margin-inline: 100px;
}

.welcome-box {
    padding-top: 180px;
    /* padding-bottom: 30px; */
}

.mt-20 {
    margin-top: 20px;
}

.b-bottom {
    border-bottom: 1px solid #C4C5C7;
}

.recommend {
    padding: 80px 0;
    color: #363F4A;
    padding-bottom: 40px;
}

.recommend h1 {
    font-size: 36px;
    text-decoration: underline;
    font-weight: 500;
}

.rec-head {
    font-size: 24px;
    color: #363F4A;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 5px;
    font-weight: 500;
}

.rec-head img {
    width: 23px;
}

.rec-item {
    border: 1px solid #E5E5E5;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    color: #363F4A;
    font-size: 20px;
}

.blue {
    color: #0089FF;
}

a:hover {
    cursor: pointer;
    color: #0089FF;
}

.rec-item img {
    width: 16px;
}

.rec-items {
    /* display: flex; */
    /* column-gap: 20px; */
}

.item-link {
    text-decoration: underline;
    color: #008EFF;
    padding: 5px 0;
}

.cta-style-1 {
    background-color: #060721 !important;
    background-image: url(../../../assets/images/forms/simplyrightplus-teaser-forms.png) !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding: 50px 84px;
    color: #FFF;
    border-radius: 32px;
}

.cta-logo {
    width: 235px;
    margin-bottom: 25px;
}

.cta-style-1 h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

.cta-style-1 .checklist {
    margin-top: 25px;
}

.checklist {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
}

.checklist li {
    position: relative;
    padding-left: 32px;
    margin: 10px 0;
}

.checklist li:before {
    content: "";
    display: block;
    background: url(../../assets/images/icons/check.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cta-style-1 .checklist li:before {
    background: url(../../../assets/images/icons/checkwhitebg.svg) no-repeat;
}

.btn-primary {
    background: #0089FF;
    color: #FFF;
    margin-top: 20px;
}

.footer-container {
    font-size: 12px;
    color: #6F7680;
    margin-top: 120px;
    padding: 0;
}

.footer-bottom {
    border-top: 1px solid #EAECEE;
    padding-top: 24px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.footer-social {
    text-align: right;
}

.footer-social li {
    display: inline-block;
    margin-left: 20px;
}

.footer-social a {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
}

.footer-logo {
    width: 195px;
    float: left;
    margin-right: 24px;
}

.no-case-box {
    padding-top: 150px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 150px;
}

.no-case-box img {
    width: 252px;
}

.pt40 {
    padding-top: 40px;
}

.no-case-box p {
    font-size: 20px;
    font-weight: 400;
    color: #6F7680;
    max-width: 626px;
    margin: 0 auto;
}

.no-case-box h1 {
    font-size: 32px;
}

.leagal-head {
    padding: 10px 0;
    font-size: 20px;
}

.leagal-item {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 25px 50px;
    display: flex;
    column-gap: 50px;
    align-content: center;
    margin: 20px 0;
}

.leagal-item img {
    width: 118px;
}

.item-det {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.item-1 {
    font-size: 15px;
    font-weight: 300;
    display: grid;
}

.ltitle {
    font-size: 28px;
    font-weight: 400;
}

.ldate {
    padding-top: 20px;
}

.item-2 a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline !important;
    color: #008EFF;
}

.id-div {
    padding-bottom: 7px;
}

.mb20 {
    margin-bottom: 50px;
}

.detail-h p {
    margin-bottom: 10px;
    color: #8E959D;
    font-size: 18px;
    font-weight: 400;
}

.text-right {
    text-align: right;
}

.detail-h div {
    font-size: 28px;
}

.overview-box h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
}

.status-block {
    display: flex;
    column-gap: 20px;
    font-size: 20px;
    align-items: center;
}

/* .badge {
    font-size: 16px;
    padding: 9px 25px;
    border-radius: 18px;
} */

.green {
    color: #00B67A;
    background: #4BC16C1A;
}

.red {
    color: #C71515;
    background: #F9E8E8;
}

.list-head {
    border: 1px solid #E4E4E5;
    border-radius: 16px;
    background: #F9F9F9;
    display: flex;
    font-size: 24px;
    column-gap: 20px;
    padding: 7px 30px;
}

.list-head img {
    width: 22px;
}

.detail-list {
    margin: 40px 0;
}

.list-items {
    margin: 20px;
}

.list-items th {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 20px;
    width: 280px;
    vertical-align: text-bottom;
}

.list-items td {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 15px 20px;
    color: #667093;
}

.list-items td ol {
    padding-left: 20px;
}

.document img {
    width: 18px;
    margin-right: 5px;
}

.history-bottom img {
    width: 20px;
}

.color-tr {
    background: #F9F9F9 !important;
    border: 1px solid #E4E4E5 !important;
}

.history-table th,
.history-table td {
    padding: 25px 25px;
    font-size: 14px;
    line-height: 21px;
    color: #667093;
}

.history-table td p {
    color: #667093;
}

.history-table th {
    padding: 15px 25px;
    color: #363F4A;
    font-size: 18px;
    font-weight: 500;
}

.history-table td {
    border-bottom: 1px solid #CBCBCB;
}

.history-table {
    padding-top: 10px;
    padding-bottom: 50px;
}

.history-table table {
    width: 100%;
}

.history-bottom {
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 400;
}

.dot {
    color: #BABFCE;
    background: #BABFCE;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    line-height: 12px;
    margin-right: 5px;
}

.w24 {
    width: 24px;
}

.w16 {
    width: 16px;
}

.d-action {
    width: 120px;

}

.d-action img {
    margin-left: 10px;
}

.top-section {
    padding-top: 120px;
    padding-bottom: 60px;
}

.pre-new-legal-dashboard {
    padding-top: 120px;
}

hr {
    margin: 1.2rem 0;
}

.big-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.small-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.rec-parent img {
    max-width: 24px;
    max-height: 24px;
    margin-right: 10px;
}

.rec-parent h1 {
    font-size: 48px;
    margin-bottom: 15px;
    text-align: center;
}

.rec-parent p {
    font-size: 14px;
    font-weight: 400;
    color: #363F4A;
    text-align: center;
}

.rec-box {
    border: 1px solid #C4C5C7;
    max-width: 588px;
    border-radius: 12px;
    box-shadow: 4px 6px 16px 0px #0000001F;
    background: #fff;
    padding: 30px;
    margin: 30px auto;

}

.rec-box form {
    display: grid;
    row-gap: 18px;
}

.rec-q {
    font-size: 18px;
    font-weight: 500;
}

.rec-radio {
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
}

.rec-radio input {
    margin-right: 10px;
}

.rec-textarea textarea {
    border: 1px solid #C4C5C7;
    border-radius: 6px;
    font-size: 16px;
    height: 187px;
    min-height: 56px;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
}

.box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-footer div {
    font-size: 15px;
    font-weight: 400;
    width: 60%;
}

.box-footer .btn-primary {
    margin: 0;
    height: 44px;
}

.rec-foot {
    display: grid;
    padding: 15px 0;
    grid-template-columns: 1fr 1fr 1fr;
}

.rec-foot div {
    display: flex;
    column-gap: 10px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.rec-parent {
    background: url("../../../assets/dashboard/rec-icons.png") no-repeat;
    background-position: center;
    background-size: cover;
}

h1 span {
    color: #008EFF;
    text-decoration: underline;
}

.rec-hero-b {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
}

.rec-hero1 img {
    max-width: 100%;
    height: 180px;
}

.rec-hero1 h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #404040;
}

.rec-hero .rec-hero1 p {
    font-size: 16px;
    font-weight: 400;
}

.rec-hero1-content {
    margin-inline: 55px;
}

.rec-hero h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 2em;
}

.rec-form {
    background: #FAFCFF;
}

.rec-form .container {
    padding-inline: 250px;
}

.image-box img {
    filter: grayscale(100%);
}

/*Vertical Steps*/
.list-group.vertical-steps {
    padding-left: 10px;
    list-style: none;
}

.list-group.vertical-steps .list-group-item {
    border: none;
    /* border-left: 3px solid #ece5dd; */
    box-sizing: border-box;
    border-radius: 0;
    counter-increment: step-counter;
    padding-left: 6px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-top: 0px;
}

.list-group.vertical-steps .list-group-item.active {
    background-color: transparent;
    color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
    /* border-left: 3px solid transparent; */
    padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color: #EAECEE;
    color: #fff;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 25px;
    margin-left: -32px;
    text-align: center;
    width: 48px;
    margin-right: 50px;
    margin-top: 90px;
    font-size: 24px;
    padding: 11px;
    margin-bottom: 90px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
    display: block;
    overflow: hidden;
    padding-top: 2px;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
    background-color: #008EFF;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.active::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 185px !important;
    left: -3px !important;
    top: 160px !important;
    background-color: #0089FF;
    border-radius: 3px;
}

.list-group.vertical-steps .list-group-item.active:last-child::after {
    display: none;
}

.active .step-box {
    border-color: #0089FF;
}

.active .step-box img {
    filter: grayscale(0%);
}

.list-group.vertical-steps .list-group-item.completed {
    /* border-left: 3px solid #0052c2; */
}

.list-group.vertical-steps .list-group-item.completed::before {
    background-color: #008EFF;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
    /* border-left: 3px solid transparent; */
}

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

.step-box {
    border: 2px solid #EAECEE;
    /* width: 737px; */
    height: 224px;
    border-radius: 32px;
    display: flex !important;
    column-gap: 35px;
    padding: 35px !important;
    align-items: center;
    display: grid !important;
    grid-template-columns: 1fr 4fr;
}

.image-box {
    width: 150px;
    height: 150px;
    box-shadow: 2px 4px 6px 0px #00000029;
    border-radius: 16px;
    padding: 30px;
}

.box-content h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 18px;
}

.box-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6F7680;
    margin: 0;
}

.rec-form-heading {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 2em;
}

.text-blog ul li::marker {
    color: #0089FF;
}

.head-image {
    /* height: 369px; */
    padding: 130px;
    text-align: center;
    background: #EAECEE;
    border-radius: 12px;

}

.head-image h1 {
    font-size: 52px;
    font-weight: 700;
    color: #8E959D;
}

.head-image p {
    font-size: 20px;
    font-weight: 500;
    color: #8E959D;
    margin: 0;
}

.text-blog {
    padding: 50px 0;
    padding-bottom: 0;
    max-width: 850px;
    margin: 0 auto;
}

.text-blog li p,
ol li p {
    margin-bottom: 0;
}

ol li {
    margin-left: 20px;
    margin-bottom: 30px;
}

.text-blog hr {
    margin: 2.2rem 0;
}

.text-blog ul {
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-left: 20px;
}

.text-blog p {
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.text-blog h1 {
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
}

.text-blog h2 {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 600;
}

.text-blog h3 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}

.text-blog h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}

.cta-padding {
    padding-top: 150px;
    padding-bottom: 40px;
}

.faq-heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px !important;
}

.blue-row {
    background: #008EFF;
    padding: 50px;
    text-align: center;
    color: #fff;
}

.blue-row h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.blue-row p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.btn-secondary:hover {
    background: #fff;
}

.template h1 {
    font-size: 50px;
    text-align: left;
    margin-bottom: 70px;
    line-height: 80px;
    font-weight: 700;
}

.template .rec-head {
    font-size: 24px;
    font-weight: 600;
}

.template h1 span {
    text-decoration: none;
}

.w24 {
    width: 24px !important;
}

.advantages p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
}

.advantages .col-4 {
    padding: 20px;
    text-align: center;
}

.rec-radio input {
    width: 18px;
    height: 18px;
}

.advantages {
    row-gap: 40px;
    margin-top: 50px;
}

.advantages-heading {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.w20 {
    width: 20px;
}

.ai-adv {
    background: #F9ECFF;
    border-radius: 50px;
    max-width: 1032px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.ai-adv-head {
    display: flex;
}

.ai-adv-head div {
    font-size: 24px;
    font-weight: 500;
    margin-left: 50px;
    margin-right: 10px;
    color: #994EC0;
    padding: 5px;
}

.ai-adv-head img {
    width: 35px;
}

.ai-btn-right img {
    width: 38px;
}

.ai-btn-right {
    background: #CD70FE;
    width: 72px;
    border-radius: 50px;
    text-align: center;
    height: 49px;
    padding: 5px;
}

.nav-pills .nav-link {
    color: #667093;
    font-weight: 500;
}

.nav-pills .nav-link {
    background: #FAFAFB;
    border: 2px solid #E6E7ED;
    border-radius: 0;
    width: 33.3%;
    border-right: none;
    font-size: 16px;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #363F4A;
    background-color: #fff;
    font-weight: 700;
}

.first-p {
    border-bottom-left-radius: 9px !important;
    border-top-left-radius: 9px !important;
    border-right: none;
}

.last-p {
    border-bottom-right-radius: 9px !important;
    border-top-right-radius: 9px !important;
    border-right: 2px solid #E6E7ED !important;
}

.nav-link {
    padding: 0.7rem 1rem;
}


.nav-link span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #E6E7ED;
    border-radius: 50%;
    font-size: 13px;
    color: #9AA0B8;
    margin-right: 10px;
    text-align: center;
    font-weight: 700;
}

a.nav-link.active span {

    background: #008EFF;
    color: #fff;
    font-weight: 700;
}

.nav-link:focus,
.nav-link:hover {
    color: #667093;
}

.card-body {
    flex: 1 1 auto;
    max-width: 642px;
    margin: 0 auto;
    padding: 35px 0;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    text-align: left;
}

.non-pre-new-legal-question .card-body .w-radio label {
    font-weight: 400;
    font-size: 16px;
}

/* form wizard section  */
.w-profile {
    display: flex;
    column-gap: 20px;
    padding: 25px 0;
}

.stellen .w-profile .profile-img-cover {
    display: inline-flex;
    width: max-content;
}

.stellen .w-profile>div img {
    object-fit: cover;
    border-radius: 100px;
}

.w-profile img {
    width: 60px;
    height: 60px;
}

.w-welcom {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
}

.d-none {
    display: none;
}

.document {
    position: relative;
}

.document-upload:hover {
    cursor: pointer;
}

.document-upload {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    top: 0;
}

.d-block {
    display: block;
}

.welcome-head,
.welcome-text {
    max-width: 702px;
}

.welcome-background {
    background: url("../../../assets/dashboard/background-image1.svg") no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: bottom center;
}

.w-name {
    font-weight: 500;
}

.w-title {
    font-size: 22px;
    font-weight: 600;
}

.w-question {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-control {
    margin-bottom: 20px;
}

.w-radio {
    display: flex;
    column-gap: 50px;
    ;

}

.w-radio div {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.w-radio input {
    width: 18px;
    height: 18px;
}

.stellen textarea {
    height: 160px;
    margin-bottom: 0;
}

.form-control {
    padding: 10px;
}

.w-accordion {
    list-style: none;
    padding: 0;
}

.w-accordion .accordion-header {
    font-size: 18px;
    font-weight: 500;
}

.w-accordion .accordion-header:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../assets/images/icons/wplus.svg) no-repeat;
    background-size: 16px !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 8px;
}

.w-accordion .open .accordion-header:after {
    background: url(../../assets/images/icons/cross.svg) no-repeat;
    background-size: 12px !important;
}

.file-input-a {
    background: #008EFF0D;
    border: 1px dashed #008EFF;
    border-radius: 6px;
    padding: 40px 100px;
}

.file-input-a img {
    width: 22px;
}

.file-input-a label {
    display: flex;
    column-gap: 20px;
}

.downloadlink {
    color: #0089FF;
    text-decoration: underline !important;
}

.file-name {
    font-size: 14px;
    font-weight: 500;
    color: #008EFF;
}

.file-type {
    font-size: 10px;
    color: #6F7680;
}

.d-none-file {
    display: none;
}

.stellen {
    display: grid;
    row-gap: 30px;
}

.w-accordion-li {
    border-bottom: 1px solid #C4C5C7;
}

.w-footer button {
    margin-top: 0;
}

.text-end {
    max-width: 642px;
    margin: 0 auto;
}

.alert-primary {
    background: #EFF6FF;
    color: #008EFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-join select {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-join input {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

.modal-header {
    border: none;
    padding: 1.6rem 1.6rem;
}

.modal-dialog {
    max-width: 1059px;
}

.modal-body img {
    width: 108px;
    margin-bottom: 80px;
}

.modal-body h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}

.modal-body p {
    font-size: 20px;
    line-height: 25px;
}

/* .modal-body {
    text-align: center;
    padding: 50px 200px 90px;
} */

.modal-content {
    border-radius: 24px;
}

/* edit profile */
.profil-box {
    border: 1px solid #C0C2CB;
    border-radius: 32px;
    background: #F8F9FA;
    width: 100%;
    max-width: 313px;
    padding: 50px 20px;
    text-align: center;
    display: grid;
    justify-items: center;
    row-gap: 15px;
}

.change-btn {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
}

.small-profile {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-image-box {
    width: 114px;
    height: 114px;
    overflow: hidden;
    border-radius: 50%;
}

.change-btn:hover {
    cursor: pointer;
    color: #0089FF;
}

.date {
    color: #C0C2CB;
}

.profil-box img {
    margin-bottom: 20px;
    width: 114px;
}

.profil-box hr {
    border-top: 1px solid #C0C2CB;
    width: 100%;
    opacity: 1;
}

tbody tr:nth-child(odd),
.table-body .row:nth-child(odd) {
    background-color: #fff;
}

.profile-details {
    max-width: 550px;
    margin: 0 auto;
    display: grid;
    row-gap: 20px;
}

.profile-details div {
    line-height: 32px;
}

.mb10 {
    margin-bottom: 10px;
}

.f-18 {
    font-size: 18px;
    font-weight: 500;
}

.f-16 {
    font-size: 16px;
}

.f-20 {
    font-size: 20px;
    font-weight: 500;
}

.f-24 {
    font-size: 24px;
}

.mb-15 {
    margin-bottom: 15px;
}

.alert-danger {
    color: #C71515;
    background-color: #f8d7da;
    font-size: 15px;
    border-color: #C715151A;
}

.alert-danger img {
    width: 22px;
    margin-right: 10px;
}

.alert-info {
    color: #008EFF;
    background-color: #EFF6FF;
    font-size: 15px;
    border-color: #EFF6FF;
}

.alert-info img {
    width: 24px;
    margin-right: 15px;
}

.hide-me[aria-expanded="true"] {
    display: none;
}

.hide-me {
    color: #0089FF;
    margin-left: -20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    column-gap: 7px;
    align-items: center;
    margin-top: 5px;
}

.hide-me img {
    width: 15px;
}

.alert-success {
    color: #00B67A;
    background-color: #4BC16C1A;
    font-size: 15px;
    border-color: #4BC16C1A;
    margin-inline: 30px;
    font-weight: 600;
    transition: 0.2s all ease-in-out;
}

.alert-success img {
    width: 24px;
    margin-right: 15px;
}

.trust-footer {
    display: flex;
    column-gap: 20px;
}

.fl-bottom {
    align-items: flex-end;
}

.mb-30 {
    margin-bottom: 30px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom: none;
}

.invoic-table {
    padding-top: 10px;
}

.invoic-table th {
    font-size: 18px;
    font-weight: 500;
}

.invoic-table tr {
    vertical-align: middle;
    position: relative;
}

.table>:not(caption)>*>* {
    padding: .8rem .8rem;
    border-bottom-color: #C0C2CB;
}

.invoic-table .badge {
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 16px;
}

.bg-danger {
    color: #C71515;
    background-color: #C715151A !important;
}

.bg-success {
    color: #00B67A;
    background-color: #4BC16C1A !important;
}

.table {
    color: #363F4A;
}

.invoice-heading {
    font-size: 32px;
    font-weight: 600;
}

.accordion-header {
    font-size: 22px;
}

.form-control-custom {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C4C5C7;
}

.contact-section {
    padding: 0 60px;
}

.contact-heading p {
    font-size: 24px;
    margin-bottom: 25px;
}

.lawyerQuestionsPageLinks {
    justify-content: end;
}

.contact-form {
    /* padding: 50px 0; */
    padding-top: 22px;
}

.contact-form label {
    font-size: 20px;
    color: #363F4A;
}

.get-in-touch .contact-form label,
.profil-settings-main label {
    font-size: 18px;
}

.get-in-touch textarea {
    min-height: 47px;
}

.contact-form textarea {
    width: 100%;
}

.contact-bar {
    border-radius: 16px;
    background: #008EFF;
    padding: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.contact-bar h1 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.contact-bar img {
    width: 30px;
    margin-right: 10px;
}

.contact-bar span {
    font-size: 24px;
    font-weight: 700;
}

.d-flex {
    display: flex !important;
    align-items: center;
}

.m30 {
    margin: 30px 0;
}

.alert-success {
    color: #00B67A;
    background-color: #4BC16C1A;
    border-color: #4BC16C1A;
    border-radius: 12px;
    border: 1px solid #00B67A54;
}

.header-top-container {
    z-index: 999;
}

.mobile-only {
    display: none !important;
}

.desktop-only {
    display: block !important;
}

.mt10 {
    margin-top: 10px;
}

.mobile-footer {
    display: none;
}

.form-select {
    padding: 10px;
}

.mt15 {
    margin-top: 15px;
}

/* empty-legal-issue */
.empty-legal-issue .empty-legal-issue-img {
    width: 160px;
}

.fade-in-img {
    opacity: 0;
    animation: fadeIn 0.8s ease-in-out 0.5s forwards;
    /* 0.5s delay */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Dasboard New questions & answers */
.question-part {
    margin-bottom: 80px;
}

.question-part .list {
    border-top: 1px solid #EAEAEA;
    padding-left: 52.25px;
}

.question-part .list li:first-child,
.question-part .list li:last-child {
    border-bottom: none;
}

.question-part .list>li {
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    list-style: none outside none;
}

.question-part .list .date {
    position: absolute;
    top: -1px;
    right: 100%;
    padding: 4px 19px 0 0;
    border: none;
    /* border-top: 1px solid #EAEAEA; */
    margin: 0;
    text-align: center;
}

.question-part .list .date .day {
    /* font-size: 30px; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}

.question-part .list .date .day,
.question-part .list .date .month {
    line-height: 1;
    color: #1A1A1A;
}

.question-part .list .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.question-part .state-icon-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-inline-start: 4px;
}

.question-part .sticker.is-flatrate.far-crown {
    text-align: center;
    color: #fff;
    background-color: #fc0;
    border: 1px solid #fc0;
    width: 100%;
    display: flex;
    padding: 2px 8px;
    border-radius: 12px;
}

.question-part .list .qprow {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    padding: 8px 0;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
}

.question-part .list .qprow>a:hover {
    text-decoration: underline !important;
}

.question-part .list .title::before {
    position: absolute;
    top: 12px;
    left: 0;
}

.question-status.is-process::before {
    background-color: #fc0;
}

.question-status.is-new::before {
    background-color: #0bd95d;
}

.question-status::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border-radius: 50%;
    background-color: #d9d9d9;
}

.question-part .list .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 99999 auto;
    -ms-flex: 0 99999 auto;
    flex: 0 99999 auto;
    max-width: none;
    padding-left: 20px;
    align-self: center;
    position: relative;
    word-break: break-word;
}

.question-part .list .price {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    flex-basis: 60px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
    height: 25px;
    display: inline-flex;
    -webkit-box-align: center;
}

.question-part .list .price.is-normal~.state,
.question-part .list .state {

    flex-basis: 85px;
    margin: 0;
    padding: 0;
    text-align: right;

    display: flex;
    align-items: center;
    gap: 8px;
}

.question-part .sticker.is-state::before,
.question-part a.sticker.is-state::before {
    color: gray;
}

.question-part .medium-s-hide-up {
    display: none;
}

.question-part .tag.is-neutral,
.question-part a.tag.is-neutral,
.question-part .sticker.is-neutral,
.question-part .sticker.is-neutral {
    color: #1A1A1A;
    background-color: #fbfbfb;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    border-radius: 12px;
}

.question-part .sticker.is-neutral.is-state.far-pencil {
    display: flex;
    padding: 2px 10px;
    align-items: center;
    width: 126px;
    gap: 8px;
}

.question-part .sticker.is-neutral.is-state.far-eye-slash {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    width: 105px;
    gap: 8px;
}

.qprow.is-morelink.cleared {
    justify-content: center;
}

.qprow.is-morelink.cleared:hover a {
    text-decoration: underline !important;
}

/* Dasboard New questions & answers */

/* chat-with-real-lawyer-banner */
.chat-with-real-lawyer-banner {
    background-image: url("../../../assets/plus-legal-issue-img/grid-penal.png"), linear-gradient(to right, #016FD5 0%, #051A41 100%);
    background-size: contain, cover;
    background-position: top center, center;
    background-repeat: no-repeat, no-repeat;

    padding: 59px;
    color: #fff;
    border-radius: 32px;
    overflow: hidden;
}

/* .chat-banner-wrap{
    margin-top: 120px;
} */
.chat-banner-bottom-wrap {
    margin-bottom: 50px;
}

.chat-with-real-lawyer-banner-wrap {
    padding-inline: 120px;
}

.chat-with-real-lawyer-banner-wrap a:hover svg path,
.chat-with-real-lawyer-banner-wrap a:focus svg path {
    fill: #0089FF;
}

.rechnungen-main .invoic-table .download-btn:hover svg polyline,
.rechnungen-main .invoic-table .download-btn:hover svg path,
.rechnungen-main .invoic-table .download-btn:hover svg line {
    stroke: #0089FF !important;
}

.rechnungen-main .invoic-table tbody tr {
    background-color: transparent;
}

.svg-btn-wrap a:hover svg path,
.svg-btn-wrap a:focus svg path {
    stroke: #0089FF;
}

.fallanfragen-head-btn-wrap a:hover {
    /* background-color: #fff; */
    box-shadow: 0 0;
    background-color: #EFF6FF;
}

.chat-with-real-lawyer-banner-img-wrap {
    background-color: #FFFFFF33;
    padding: 30px;
    border-radius: 24px;

    position: relative;
    top: 135px;
    margin-top: -80px;
    user-select: none;
}

.chat-banner-cover {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 20px;
}

.chat-modal-video-show {
    width: 275px;
    height: 380px;
    background-color: #EFF6FF;
    border-radius: 20px;
    margin-left: -80px;

    /* position: relative;
    right: 80px; */
}

.chat-modal-video-show video {
    object-fit: cover;
    border-radius: 20px;
}

.chat-with-lawyer-main .chat-profile-anwalt-wrap {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.active-badge {
    display: inline-block;
    padding: 6px;
    background-color: #16A34A;
    border-radius: 12px;
    animation: blink 1.2s infinite ease-in-out;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.chat-with-lawyer-main .chat-profile-anwalt-wrap.chat-content-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.chat-with-lawyer-main .chat-profile-anwalt-wrap {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.chat-with-lawyer-main .chart-anwalt-messages-wrap.odd {
    background-color: #008EFF;
    color: #ffffff;
    align-self: flex-end;
}

.chat-with-lawyer-main .chart-anwalt-messages-wrap {
    display: grid;
    border-radius: 12px;
    padding: 12px 14px;
    min-width: 35%;
    max-width: 70%;
}

.chat-with-lawyer-main .chart-anwalt-messages-wrap.odd p {
    color: #ffffff;
}

.chart-content-time {
    font-size: 12px;
    font-weight: 400;
}

.chat-with-lawyer-main .chart-anwalt-messages-wrap.even {
    background-color: #E5E7EB;
    color: #008EFF;
    align-self: flex-start;
}

.chat-with-lawyer-main .chart-anwalt-messages-wrap.even p {
    color: #000000;
}

.chat-with-lawyer-main .chart-anwalt-messages-wrap.even span {
    color: #6B7280;
}

.chart-content-time {
    font-size: 12px;
    font-weight: 400;
}

.active-badge {
    display: inline-block;
    padding: 6px;
    background-color: #16A34A;
    border-radius: 12px;
    animation: blink 1.2s infinite ease-in-out;
}

.active-badge.lawyer-answers-badge {
    background-color: #008EFF;
    animation: 1.2s;
}

/* chat-with-real-lawyer-banner */

/* dashboard premium now banner */
.dashboard-premium-now-banner {
    background-color: #FAFCFF;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
}

.premium-now-banner-content {
    padding: 42px 52px;
}

.right-banner-img-wrap img,
.premium-now-banner-content img,
.benefits-section img {
    max-width: max-content;
}

.col-12.right-banner-img-wrap.text-end {
    margin-right: 0;
}

.premium-now-banner-content img,
.premium-now-banner-content h3 {
    margin-bottom: 20px;
}

.premium-now-banner-content p {
    margin-bottom: 32px;
}

.premium-now-banner-content-point li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/* dashboard premium now banner */


/* -----  Fallanfragen ----- */
.fallanfragen-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fallanfragen-table-wrap thead tr>th {
    background-color: #F9FAFB;
}

.fallanfragen-table-wrap thead tr>th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.fallanfragen-table-wrap thead tr>th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.fallanfragen-table-wrap th:last-child {
    border-right: none;
    border-bottom: none;
}

.fallanfragen-table-wrap th,
.fallanfragen-table-wrap td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    font-size: 15px;
    font-weight: 500;
    color: #363F4A;
}

.fallanfragen-table-wrap th {
    border-bottom: none;
}

.fallanfragen-table-wrap td {
    font-weight: 400;
    word-wrap: anywhere;
}

.fallanfragen-table-wrap td:last-child {
    border-right: none;
}

.fallanfragen-table-wrap th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.fallanfragen-table-wrap tr:nth-child(even) {
    background-color: #fdfdfd;
}

.fallanfragen-main-wrap .title-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 200px;
}

/* Responsive styles */
@media (max-width: 576px) {

    .fallanfragen-table-wrap table,
    .fallanfragen-table-wrap thead,
    .fallanfragen-table-wrap tbody,
    .fallanfragen-table-wrap th,
    .fallanfragen-table-wrap td,
    .fallanfragen-table-wrap tr {
        display: block;
    }

    .fallanfragen-table-wrap thead {
        display: none;
    }

    .fallanfragen-table-wrap tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 6px;
        background: #fff;
    }

    .fallanfragen-table-wrap td {
        position: relative;
        padding-left: 50%;
        text-align: left;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .fallanfragen-table-wrap td:last-child {
        border-bottom: none;
    }

    .fallanfragen-table-wrap td::before {
        content: attr(data-label);
        position: absolute;
        top: 12px;
        left: 16px;
        font-weight: bold;
        white-space: nowrap;
        color: #555;
        max-width: 140px;
        white-space: normal;
        word-break: break-word;
    }

    .fallanfragen-table-wrap td:nth-child(6)::before {
        top: 18px;
    }

    .fallanfragen-table-wrap td:nth-child(5) {
        min-height: 75px;
    }

    .fallanfragen-table-wrap td:nth-child(2),
    .fallanfragen-table-wrap td:nth-child(1) {
        min-height: 45px;
    }

    .fallanfragen-table-wrap .details-button {
        width: 100%;
        margin-top: 10px;
    }

    .fallanfragen-table-wrap th,
    .fallanfragen-table-wrap td {
        font-size: 14px;
    }
}

.fallanfragen-table-wrap .status-offen {
    color: #00B67A;
}

.fallanfragen-table-wrap .status-geschlossen {
    color: #ef4444;
    font-weight: bold;
}

.fallanfragen-table-wrap .details-button {
    background-color: #EFF6FF;
    color: #008EFF;
    padding: 6px 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.fallanfragen-table-wrap .details-button:hover {
    background-color: #bfe1ff9e;
}

/* modal */
.details-ansehen-popup .modal-body {
    padding: 32px;
}

.details-ansehen-popup .modal-header {
    padding: 0px;
}

.details-ansehen-popup .modal-content {
    border-radius: 24px;
}

.details-ansehen-popup .modal-body-content-wrap {
    border: 1px solid #EDECEC;
    margin-top: 32px;
    padding: 24px;
    border-radius: 20px;
}

.details-ansehen-popup .nav-link {
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 6px 14px;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    color: #616161;
}

.details-ansehen-popup .nav-link.active {
    background: #E5E7EB;
    color: #000;
}

/* dokumente-wrap */
.btn-close:focus {
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.06);
}

.accordion-documents-main {
    height: 390px;
    min-height: 390px;
    overflow: scroll;
}

.accordion-document-wrap {
    max-width: 600px;
}

.dokumente-wrap .accordion-item {
    margin-bottom: 8px;
}

.dokumente-wrap .accordion-button:focus {
    box-shadow: 0 0 !important;
}

.dokumente-wrap .accordion-button::after,
.dokumente-wrap .accordion-header::after {
    display: none !important;
}

.dokumente-wrap .accordion-header::before {
    background: url(../../assets/plus-legal-issue-img/plus-icon.svg) no-repeat;
    background-size: 14px !important;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 40%;
    -webkit-transform: translate(-110%);
    transform: translate(-110%);
}

.dokumente-wrap .accordion-button:not(.collapsed) img {
    filter: invert(42%) sepia(88%) saturate(4231%) hue-rotate(197deg) brightness(95%) contrast(101%);
}

/* .dokumente-wrap .accordion-header .accordion-button:not(.collapsed){
    transform: rotate(45deg);
} */

.dokumente-wrap .accordion-item:last-child .accordion-header {
    border-bottom: 0;
}

.dokumente-wrap .accordion-header {
    border-top: 0;
    border-bottom: 1px solid #EAECEE;
}

.dokumente-wrap .accordion-button:not(.collapsed) {
    box-shadow: 0 0;
    background-color: transparent;
    color: #0089FF;
}

.dokumente-wrap .accordion-button:not(.collapsed) .content-para-liter-gray {
    color: #0089FF !important;
}

.dokumente-wrap .dropdown-menu .dropdown-item {
    justify-content: start;
}

.dokumente-wrap .dropdown-menu .dropdown-item .dropdown-icon img {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
}

.dokumente-wrap .accordion-button {
    padding-left: 0px;
}

.dokumente-wrap .folder-icon-wrap img {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 4px;
    margin-bottom: 2px;
}

.dokumente-wrap .accordion {
    padding: 0 0px;
}

.dokumente-wrap .accordion-header {
    padding-top: 0px;
    padding-left: 35px;
    padding-right: 0px;
}

.view-details .accordion-inner {
    margin-top: 18px;
}

.view-details .accordion-inner .event-date {
    width: 46px;
}

.report-card-wrapper .btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0;
    background-color: #DBEBFF;
}

.report-card-wrapper {
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 18px;
}

.report-card-wrapper .event-icon img {
    width: 32px;
    height: 32px;
    background-color: #0089FF;
    border-radius: 8px;
    padding: 4px;
    margin-right: 8px;
    margin-bottom: 0;
}

.report-card-wrapper .dropdown button {
    min-width: inherit;
    padding: 2px 8px;
}

.report-card-wrapper .dropdown-menu {
    border: 1px solid #EFF6FF;
    box-shadow: 0px 4px 8.7px 0px #4444441F;
}

.report-card-wrapper .dropdown-menu li {
    padding-bottom: 0px;
}

.report-card-wrapper .dropdown-menu li a {
    border-bottom: 1px solid #EFF6FF;
    color: #0089FF !important;
    padding: 4px 16px !important;
}

.report-card-wrapper .dropdown-menu li:hover a {
    background-color: #EFF6FF;
}

.report-card-wrapper .dropdown-menu li:last-child a {
    border-bottom: none;
}

/* dokumente-wrap */

/* The Modal view Details */
.viewDetailPopup .modal-dialog {
    max-width: 1082px;
}

.viewDetailPopup .benefits-header {
    margin-inline: 100px;
}

/* .viewDetailPopup .benefits-section .legal-areas-coved-wrap{
    border: 1px solid #EFF6FF;
    border-radius: 20px;
    padding:  48px 23px;
    margin-top: 48px;
    text-align: center;
} */
.viewDetailPopup .benefits-section .categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 44px;
}

.viewDetailPopup .benefits-section .categories-grid li {
    font-size: 14px;
    font-weight: 600;
    text-align: start;
    color: #000 !important;
}

.viewDetailPopup .how-can-customer-wrap button {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.viewDetailPopup .how-can-customer-wrap {
    margin: 48px 0;
}

.benefits-premium-tab-wrap {
    background-color: #FAFCFF;
    border: 1px solid #EFF6FF;
    border-radius: 20px;
    padding: 40px 54px;
}

.benefits-premium-tab-inner {
    border: 1px solid #7FC6FF24;
    background-color: #EFF6FF;
    backdrop-filter: blur(7.599999904632568px) saturate(1.2);
    -webkit-backdrop-filter: blur(7.599999904632568px) saturate(1.2);
    border-radius: 12px;
    padding: 16px;
}

.benefits-premium-tab-box {
    border-radius: 8px;
    padding: 12px 20px;
    border: 1px solid;
    border-color: transparent;
    background-color: transparent;
}

.benefits-premium-tab-box.active {
    background-color: #ffffff;
    border: 1px solid #7FC6FF;
}

.viewDetailPopup .benefits-section .container {
    padding: 36px 50px;
}

.viewDetailPopup .benefits-premium-tab-wrap .tab-content {
    padding-top: 32px;
}

.viewDetailPopup .non-pre-banner-right {
    border-radius: 16px;
    box-shadow: 0px 4px 40px 0px #00000014;
}

.viewDetailPopup .legal-areas-coved-footer {
    margin-top: 60px;
}

.viewDetailPopup .legal-areas-coved-footer a {
    text-decoration: underline !important;
}

.viewDetailPopup #pills-submit-legal .benefits-premium-tab-content-list.checklist li {
    padding-left: 38px;
}

.viewDetailPopup #pills-submit-legal .benefits-premium-tab-content-list.checklist li::before {
    background-size: 28px !important;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000014;
}

.viewDetailPopup #pills-submit-legal .benefits-premium-tab-content-list.checklist li:nth-child(1)::before {
    background: url(../../assets/non-plus-legal-img/non-pre-icon1.svg) no-repeat;
}

.viewDetailPopup #pills-submit-legal .benefits-premium-tab-content-list.checklist li:nth-child(2)::before {
    background: url(../../assets/non-plus-legal-img/non-pre-icon2.svg) no-repeat;
}

.viewDetailPopup #pills-submit-legal .benefits-premium-tab-content-list.checklist li:nth-child(3)::before {
    background: url(../../assets/non-plus-legal-img/non-pre-icon3.svg) no-repeat;
}

.viewDetailPopup #pills-submit-legal .benefits-premium-tab-content-list.checklist li:nth-child(4)::before {
    background: url(../../assets/non-plus-legal-img/non-pre-icon4.svg) no-repeat;
}

/* The Modal view Details */

/* modal */

/* main dashboard pagination  */
.pagination {
    margin: 15px 0;
}

.page-item .page-link {
    color: #363F4A;
    border: 0;
    border-radius: 50%;
    margin: 1px !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
}

.page-item.active .page-link {
    background-color: #EFF6FF;
    color: #008EFF;
}

.page-item.disabled .page-link {
    color: #363F4A;
    background-color: transparent;
    border: none;
}

.page-item .page-link:hover:not(.disabled) {
    background-color: #e9ecef;
    color: #495057;
}

.page-link:focus {
    box-shadow: 0 0;
}

/* Style for the next arrow */
.page-item:last-child .page-link {
    color: #007bff;
    border: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    margin-left: 0;
    border-radius: 50%;
    font-size: 26px;
    line-height: 10px;
    padding-bottom: 10px;
}

.page-item.disabled:first-child .page-link {
    color: #6c757d;
    border: none;
}

/* main dashboard pagination  */

/* view-details */
.view-details {
    margin-top: 1.8rem;
}

.view-details .info-wrapper,
.view-details #accordionDocuments {
    max-width: 600px;
}

.view-details .info-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.view-details .info-row:last-child {
    margin-bottom: 0px;
}

.view-details .info-label {
    color: #363F4A;
    flex: 0 0 240px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
}

.view-details .info-value {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    color: #667093;
    flex: 1;
    white-space: pre-line;
}

.view-details #meinProdukt ol li {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-inline-start: 16px;
}

.view-details #meinProdukt .info-wrapper {
    max-width: inherit;
}

.view-details #meinProdukt .info-value,
.view-details #optional .info-value,
.view-details #informationen .info-value {
    white-space: inherit;
}

.view-details #optional .info-wrapper .info-row {
    justify-content: inherit;
}

.view-details .file-upload-wrapper .upload-button {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
    margin-top: 8px;
}

.view-details .file-upload-wrapper .upload-button:hover {
    background-color: #0056cc;
}

.view-details .file-upload-wrapper input[type="file"] {
    display: none;
}

.view-details .file-upload-wrapper .upload-button span {
    margin-left: 6px;
}

/* view-details */
/*----- Fallanfragen -----  */
/* empty-legal-issue */

.empty-issue-img-main {
    margin-bottom: 80px;
}

/* Non-Premium / Neue rechtsfrage stellen */
.layout-section-wrap {
    padding-top: 130px;
}

.non-pre-new-legal-question .wizard-tab .nav .nav-link {
    position: relative;
}

.non-pre-new-legal-question .wizard-tab .nav .nav-link:last-child::after {
    display: none;
}

.non-pre-new-legal-question .file-input-a {
    position: relative;
}

.non-pre-new-legal-question .file-input-a [type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    border: 1px solid #C4C5C7;
    border-radius: 8px;
    height: 100%;
}

.non-pre-new-legal-question .w-accordion .accordion-header {
    padding-right: 0px;
    padding-left: 35px;
}

.non-pre-new-legal-question .w-accordion .accordion-header::after {
    right: inherit;
    left: 14px;
    margin-top: 4px;
}

#successModal.modal-screen-md .modal-body {
    margin-bottom: 70px;
}

#successModal.modal-screen-md .modal-body svg {
    width: 90px;
    margin-bottom: 12px;
}

#successModal.modal-screen-md .modal-dialog {
    max-width: 660px;
}

.non-pre-new-legal-question .step {
    position: relative;
    flex: 1;
    padding: 10px 20px 10px 35px;
    background: #f0f2f59c;
    border-radius: 0px;
    color: #6b7280;
    text-align: left;
    transition: none;
}

.non-pre-new-legal-question .step:nth-child(2)::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -22px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #f6f7f9;
    z-index: 1;
}

.non-pre-new-legal-question .step:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid white;
    z-index: 2;
}

.non-pre-new-legal-question .step:nth-child(3) {
    border-left: 0;
}

.non-pre-new-legal-question .step:nth-child(2) .arrow-layer-red {
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
}

.non-pre-new-legal-question .step:nth-child(2) .arrow-layer-red::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #E6E7ED;
    z-index: 1;
}

.non-pre-new-legal-question .step.active:nth-child(2) {
    border-left: 0;
}

.non-pre-new-legal-question .step.active:nth-child(2)::before {
    border-left: 20px solid #f0f2f59c;
}

.non-pre-new-legal-question .step.active:nth-child(2)::before {
    left: 0px;
}

.non-pre-new-legal-question .step.active:nth-child(2)::after {
    border-left: 20px solid white;
    right: -19px;
}

.non-pre-new-legal-question .step.active:nth-child(2) .arrow-layer-red::after {
    right: 0px;
    border-left: 20px solid transparent;
}

.form-control:disabled,
.form-control[readonly] {
    user-select: none;
    pointer-events: none;
    background-color: #f5f5f5;
    cursor: default;
}

.stellen .form-control#description {
    min-height: 44px;
}

/* Non-Premium / Neue rechtsfrage stellen */

/* profil settings */
.profile-image-content .profile-image-box,
.profile-image-content .profile-image-wrap img {
    width: 88px;
    height: 88px;
    object-fit: cover;
}

.profil-settings-main input,
.profil-settings-main select {
    padding: 8px 10px;
}

.profil-settings-main .profile-details-wrap .alert {
    background-color: #C715151A;
    border-radius: 12px;
    color: #C71515;
    font-size: 15px;
    font-weight: 500;
    width: max-content;
    min-width: 540px;
    display: flex !important;
    border: 0;
}

/* profil settings */

/* Rechnungen */
.invoic-table .download-btn {
    width: 34px;
    height: 34px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid transparent;
}

.invoic-table .download-btn:hover {
    border: 1px solid #008EFF40;
    background: #EFFCFF;
}

.invoic-table thead tr>th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.invoic-table thead tr>th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.invoic-table thead tr>th {
    background-color: #F9FAFB;
}

.invoic-table .table> :not(caption)>*>* {
    padding: 0.7rem .7rem;
}

.invoic-table .table th {
    padding: 0.4rem 0.7rem !important;
}

/* Rechnungen */


/* -----  Empfehlungen für Sie (recommendations for you) -----  */
.recommendations-for-you .btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0;
}

.recommendations-for-you .benefit-inner-content .button-group .btn {
    padding: 10px 24px;
}

.recommendations-for-you.benefits-main .template h1 {
    font-size: 48px;
    margin-bottom: 27px;
}

.recommendations-for-you .benefit-inner-content h2 {
    font-size: 32px;
    font-weight: 700;
}

.recommendations-for-you.benefits-main .hero-subline.subline-center {
    max-width: 900px;
}

.recommendations-for-you .benefit-inner-content .benefit-title-second {
    /* background: linear-gradient(to right, #007BF8 0%, #CD70FE 80%); */
    background: linear-gradient(90deg, #007BF8, #CD70FE, #007BF8);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 200% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.recommendations-for-you .benefit-inner-content p {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
}

.recommendations-for-you .btn-whatsapp {
    background-color: #E6FDE8;
    color: #075E54;
}

.recommendations-for-you .btn-whatsapp img {
    width: 21px;
    margin-right: 8px;
}

.recommendations-for-you .btn-whatsapp:hover {
    background-color: #D9F2DC;
    color: rgb(9, 81, 72);
}

.recommendations-for-you .main-law-section .main-law-wrap {
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    background-image: url(../../assets/dashboard/law-bg-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 254px !important;
    height: 241px;
    border-radius: 8px;
    align-content: space-between;
}

.recommendations-for-you .main-law-section .main-law-wrap .law-tag {
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    color: #FFFFFF;
    background-color: #0089FF;
    width: max-content;
    padding: 2px 8px;
    height: max-content;
}

.recommendations-for-you .main-law-section .main-law-wrap .law-title {
    font-size: 18px;
    font-weight: 500;
    word-wrap: anywhere;
}

.recommendations-for-you .main-law-section .main-law-wrap .law-button {
    font-size: 15px;
    font-weight: 500;
    background-color: #FFFFFF;
    border: 1px solid #EAECEE;
    padding: 8px 12px;
    border-radius: 8px;
    color: #6F7680;
    line-height: 16px;
    transition: 0.2s all;
    width: 100%;
    text-align: center;
}

.recommendations-for-you .main-law-section .main-law-wrap:hover .law-button {
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.06);
    color: #4A525A;
}

.recommendations-for-you .advantages-inner {
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 20 0 #0000000A;
    padding: 40px;
    border-radius: 24px;
}

.recommendations-for-you .advantages-heading {
    text-align: left;
}

.recommendations-for-you .advantages-main-section hr {
    height: 2px;
    color: #616161;
}

.recommendations-for-you .advantages-main-section .advantages-wrap {
    row-gap: 20px;
    margin-top: 20px;
}

.recommendations-for-you .advantages-main-section .advantages-wrap p {
    margin: 0;
    text-align: left;
    line-height: 23px;
    font-size: 18px;
    font-weight: 500;
}

.recommendations-for-you .advantages-main-section .advantages-wrap img {
    margin-top: 2px;
}

.recommendations-for-you .main-law-section .main-law-wrap {
    display: flex !important;
    /* justify-content: center; */
}

/* Style Slick slider */
.recommendations-for-you .slick-prev,
.recommendations-for-you .slick-next {
    font-size: 24px;
    color: black;
    background: transparent !important;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    z-index: 8;
    margin-top: 10px;

}

.recommendations-for-you .slick-next::before,
.recommendations-for-you .slick-prev::before {
    display: none !important;
}

.recommendations-for-you .slick-prev {
    left: inherit !important;
    right: 40px !important;
}

.recommendations-for-you .slick-next {
    right: 5px;
}

.recommendations-for-you .slick-track {
    display: inline-flex !important;
    justify-content: start !important;
}

.recommendations-for-you .slick-list {
    overflow: hidden;
    padding-bottom: 14px;
}

.recommendations-for-you .slide-container {
    width: 100%;
    margin: auto;
    padding: 20px 0;
}

.recommendations-for-you.benefits-main .slide-container {
    padding-bottom: 0;
}

.recommendations-for-you .slick-slide {
    display: flex !important;
    justify-content: start;
    width: 100% !important;
}

.recommendations-for-you .slick-next.slick-arrow.slick-disabled svg path {
    fill: #E5E7EB;
}

.recommendations-for-you .slick-prev.slick-arrow.slick-disabled svg path {
    fill: #E5E7EB;
}

.recommendations-for-you .rec-section .rec-head {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.recommendations-for-you button.slick-arrow {
    padding: 0px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}

.recommendations-for-you button.slick-arrow:hover {
    border: 1px solid #dadce0;
}

/* AI button */
.recommendations-for-you .ai-adv {
    background: linear-gradient(135deg, #F9ECFF, #E0A9F4);
    border-radius: 50px;
    max-width: 1032px;
    margin: 80px auto 0 auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(153, 78, 192, 0.3);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.recommendations-for-you .ai-adv-head div {
    font-size: 24px;
    font-weight: 600;
    color: #994EC0;
    padding: 5px;
    margin-left: 20px;
}

.recommendations-for-you .ai-adv-head img {
    width: 35px;
}

.recommendations-for-you .ai-btn-right {
    background: linear-gradient(135deg, #CD70FE, #994EC0);
    width: 72px;
    border-radius: 50px;
    text-align: center;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}

.recommendations-for-you .ai-logo-potion-star {
    position: absolute;
    right: 145px;
    top: 32px;
}

.recommendations-for-you .ai-logo-potion-star img {
    width: 28px;
}


/* AI Glow Effect */
/* AI Glow Effect */
.recommendations-for-you .ai-adv::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(153, 78, 192, 0.2) 10%, transparent 80%);
    z-index: 0;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.recommendations-for-you .ai-adv:hover::before {
    opacity: 1;
}

.recommendations-for-you .ai-adv:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(153, 78, 192, 0.5);
}

.recommendations-for-you .ai-btn-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: radial-gradient(circle, rgba(205, 112, 254, 0.6) 10%, transparent 70%);
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.recommendations-for-you .ai-btn-right:hover::before {
    opacity: 1;
}

.recommendations-for-you .ai-btn-right img {
    width: 38px;
    transition: transform 0.2s ease-in-out;
}

/* Click Animation */
.recommendations-for-you .ai-btn-right:active {
    transform: scale(0.9);
    box-shadow: 0 0 15px rgba(205, 112, 254, 0.7);
}

.recommendations-for-you .chat-with-ai-now-cl .modal-content {
    border-radius: 20px;
}

.recommendations-for-you .chat-with-ai-now-cl .modal-dialog {
    max-width: 680px;
}

.recommendations-for-you .benefits-header {
    padding: 55px 71px;
}

.recommendations-for-you .modal-video-wrap video {
    width: 611px;
    height: 317px;
}

.recommendations-for-you .search_wrapper #search_input {
    height: 46px;
}

.recommendations-for-you .search_wrapper .search-icon-btn {
    width: 46px;
    height: 46px;
    min-width: max-content;
    margin-top: 0;
    padding: 10px 10px;
    z-index: 99;
    border: 0;
}

.recommendations-for-you .search_wrapper .search_input {
    padding: 0 60px 0 15px;
}

.recommendations-for-you .search_wrapper {
    width: 450px;
}

/* .recommendations-for-you .rec-section{
    margin-top: 70px;
} */
.recommendations-for-you .showMoreTemplates a {
    text-decoration: underline !important;
}

.recommendations-for-you .discover-plus-features {
    margin-top: 70px;
}

.recommendations-for-you .discover-plus-features-item {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
}

.recommendations-for-you .discover-plus-features-content {
    padding: 20px 18px;
}

.recommendations-for-you .discover-plus-features-content .badge {
    font-size: 16px;
    padding: 4px 10px;
    background: #EFF6FF;
    color: #008EFF;
}

.recommendations-for-you .discover-plus-features-content .btn {
    padding: 10px 15px;
}

.recommendations-for-you .cat-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.recommendations-for-you .cat-item {
    border-radius: 12px;
    padding: 14px 20px;
    box-shadow: 1px 2px 4px 0px #0000000F;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recommendations-for-you .cat-item:hover,
.recommendations-for-you .cat-item:active,
.recommendations-for-you .cat-item:focus {
    background-color: #EFF6FF;
    color: #008EFF;
    border: 1px solid #008EFF;
    box-shadow: 0 0 0 .05rem rgba(208, 226, 241, 0.5);
    transform: translateY(-2px);
}

.recommendations-for-you .cat-item:hover svg path {
    stroke: #008EFF;
}

.recommendations-for-you .all-categories .cat-head {
    border: 0;
    padding: 0;
}

.recommendations-for-you .cat-head img {
    max-width: 18px;
    max-height: 20px;
}

.recommendations-for-you .search_wrapper #searchInput {
    border: 2px solid #008EFF;
}

.recommendations-for-you .search-results {
    display: none;
    position: absolute;
    top: 47px;
    background: #fff;
    border: 1px solid #E9E9E9;
    z-index: 99;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    overflow: hidden;
}

.recommendations-for-you .search-results .search-res {
    display: grid;
}

.recommendations-for-you .search-content-box {
    overflow-y: scroll;
    max-height: 180px;
}

.recommendations-for-you .search-results .search-res .cat-head,
.recommendations-for-you .search-results .search-res-below .cat-head {
    width: max-content;
}

.recommendations-for-you .search-results .search-res-below {
    background-color: #FAFCFF;
    border-top: 1px solid #E9E9E9;
}

.recommendations-for-you .search-results .search-content-box .cat-head-search {
    padding: 8px 20px;
    cursor: pointer;
}

.recommendations-for-you .search-results .search-content-box .cat-head-search:hover {
    background-color: #EFF6FF;
}

.template-section-wrap {
    padding-top: 40px;
}

/* -----  Empfehlungen für Sie (recommendations for you) -----  */

/* Anwalt für Vertragsrecht  */
.text-content-wrap {
    padding-inline: 190px;
}

.text-content-wrap {
    padding-inline: 190px;
}

.ask-your-quest-status input[name="question_type"] {
    transform: scale(1.5);
}

.search-results .search-res {
    display: flex;
    flex-wrap: wrap;
}

/* Anwalt für Vertragsrecht  */

/* general css */
.right-banner-img-wrap img {
    border-radius: 20px;
}

.non-pre-new-legal-question .step {
    display: flex !important;
    align-items: center;
}

.recommend-header {
    border-bottom: 1px solid #D2D3D3;
}

.content-editor-wrap h2+p,
.content-editor-wrap .text-content-wrap ul li,
.content-editor-wrap .text-content-wrap p {
    font-weight: 500;
    color: #6F7680;
    font-size: 20px;
}

.menu-dropdown-notification-wrapper ul li a.dropdown-item .notification-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-dropdown-notification-wrapper ul li a.dropdown-item {
    white-space: inherit;
    padding: 8px 22px !important;
    font-size: 14px;
}

.menu-dropdown-notification-wrapper ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.menu-dropdown-notification-wrapper ul li:last-child a {
    border-bottom: none;
}

.menu-dropdown-notification-wrapper ul li a:hover,
.menu-dropdown-notification-wrapper ul li a:active {
    background-color: transparent !important;
}

.menu-dropdown-notification-wrapper ul li .dropdown-item.active,
.menu-dropdown-notification-wrapper ul li .dropdown-item:active {
    color: #0089FF !important;
}

.notifications-main-section .list-group {
    border-radius: 12px;
}

.menu-dropdown-notification-wrapper .dropdown-notifications-max-height {
    max-height: 300px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: inset 0 -10px 10px -10px rgba(168, 207, 248, 0.31);
    transition: box-shadow 0.3s ease;
}

.menu-dropdown-notification-wrapper .dropdown-notifications-max-height.no-shadow {
    box-shadow: none;
}

.menu-dropdown-notification-wrapper .dropdown-notifications-max-height::-webkit-scrollbar {
    display: none;
}

.menu-dropdown-notification-wrapper .dropdown-notifications-max-height li {
    list-style: none;
}

.profile-box .menu-dropdown-notification-wrapper .dropdown-menu li:first-child:hover div {
    color: #6B7280 !important;
}

.top-section.without-login.non-pre-new-legal-question {
    padding-top: 40px;
}

.top-section.without-login.non-pre-new-legal-question .accordion-content .form-select {
    width: 100%;
}

.about-lawyer-profile .reviews-about-slider .slick-slide .card-labour-law-describe p,
.about-lawyer-profile .similar-questions-wrap .card-labour-law-describe h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-lawyer-profile .reviews-about-lawyer-slider-main .reviews-about-slider::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.public-and-confidential-question {
    gap: 40px;
}

.ask-your-quest-status .option-input input[name="question_type"] {
    width: 19px;
    height: 19px;
    transform: scale(1.4);
    accent-color: #8E959D;
    margin-right: 12px;
    margin-left: 4px;
    cursor: pointer;
}

.check-mark-style {
    color: #fff !important;
    background-color: #3B82F6;
    border-radius: 40px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    padding: 4px 5px;
    margin-inline-start: 3px;
}

.check-mark-style-mini {
    color: #fff !important;
    background-color: #3B82F6;
    border-radius: 40px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    padding: 3px 4px;
    margin-inline-start: 3px;
}

.dashboard-premium-now-banner.chat-banner-bottom-wrap {
    overflow: hidden;
}

.dashboard-premium-now-banner-wrapper {
    background-image: url(../../assets/non-plus-legal-img/dash-right-banner-white.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.col-12.right-banner-img-wrap.text-end {
    display: none;
}

/* general css */

@media screen and (max-width: 1500px) {
    .template-section-wrap .main-law-section .slick-slider {
        display: inline-grid;
    }
}


@media screen and (max-width: 1400px) {
    .recommendations-for-you .benefit-inner-content h2 {
        font-size: 44px;
    }

    .recommendations-for-you .benefit-inner-content p {
        font-size: 20px;
    }

    .recommendations-for-you .ai-logo-potion-star {
        display: none;
    }

    .non-pre-new-legal-question .wizard-tab {
        margin-inline: 0px;
    }

    .template-section-wrap .main-law-section .slick-slide {
        padding: 0px 8px;
    }

    .fallanfragen-table-wrap thead tr>th:last-child {
        width: 220px !important;
    }

    .benefits-main .benefit-inner-content .button-group.d-flex {
        flex-wrap: wrap !important;
        gap: 0 !important;
    }
}

@media screen and (max-width: 1200px) {
    .menu-link {
        margin: 0 8px;
    }

    .recommendations-for-you .benefits-main .template h1 {
        font-size: 42px;
    }

    .recommendations-for-you .benefit-inner-content h2 {
        font-size: 38px;
    }

    .recommendations-for-you .benefit-inner-content p {
        font-size: 18px;
    }

    .recommendations-for-you .benefits-main .btn {
        font-size: 14px;
    }

    .recommendations-for-you .advantages-heading {
        font-size: 34px;
    }

    .recommendations-for-you .advantages-main-section .advantages-wrap p {
        font-size: 14px;
    }

    .fallanfragen-table-wrap {
        display: inline-grid;
    }

    .chat-modal-video-show {
        width: 225px;
        height: 280px;
    }

    .right-banner-img-wrap img {
        max-width: 100%;
    }

    .premium-now-banner-content {
        padding: 32px 42px;
    }

    .non-pre-new-legal-question .step {
        font-size: 12px;
        font-weight: 600;
    }

    .non-pre-new-legal-question .step:nth-child(2)::before {
        top: 0px;
        left: -2px;
        border-top: 19px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 19px solid white;
    }

    .non-pre-new-legal-question .step:nth-child(2) .arrow-layer-red::after {
        top: 0px;
        right: -4px;

        border-top: 19px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 19px solid #E6E7ED;
    }

    .non-pre-new-legal-question .step:nth-child(2)::after {
        top: 0px;
        right: -22px;
        border-top: 19px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 19px solid #f6f7f9;
    }

    .rec-form .container {
        padding-inline: 50px;
    }

    .text-content-wrap {
        padding-inline: 40px;
    }

    .rec-hero1-content {
        margin-inline: 15px;
    }

    .rechnungen-main .invoic-table {
        display: inline-grid;
        max-width: 100%;
        overflow-x: auto;
        margin: 0 auto;
    }

    .rechnungen-main .invoic-table table {
        min-width: 800px;
        width: 100%;
        border-collapse: collapse;
    }

    .rechnungen-main .invoic-table tr th:nth-child(1) {
        min-width: 220px;
    }

    .rechnungen-main .invoic-table tr th:nth-child(2) {
        min-width: 100px;
    }

    .rechnungen-main .invoic-table tr th:nth-child(3) {
        min-width: 100px;
    }

    .rechnungen-main .invoic-table tr th:nth-child(4) {
        min-width: 85px;
    }

    .rechnungen-main .invoic-table tr th:nth-child(5) {
        min-width: 85px;
    }

}

@media screen and (max-width: 991px) {
    .mobile-footer {
        padding: 15px;
        font-size: 12px;
        text-align: center;
        font-weight: 400;
        box-shadow: 0px -2px 3px 0px #00000008;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        display: flex;

    }

    .mobile-footer img {
        filter: grayscale(100%);
        opacity: .8;
    }

    .mobile-footer .active img {
        filter: grayscale(0%);
        opacity: 1;
    }

    .header-top-container .row {
        justify-content: space-between;
    }

    .header-top-container .row .col-md-6.menu-container.desktop-only {
        display: none !important;
    }

    .mobile-footer img {
        max-width: 30px !important;
    }

    .recommendations-for-you.benefits-main .benefit-inner-content.col-6,
    .recommendations-for-you.benefits-main .benefit-inner-images.col-6 {
        width: 100%;
    }

    .recommendations-for-you.benefits-main .benefit-inner-content.col-6 {
        order: 3;
    }

    .recommendations-for-you.benefits-main .template h1 {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .recommendations-for-you.benefits-main .benefit-inner-content h2 {
        font-size: 32px;
    }

    .recommendations-for-you.benefits-main .button-group {
        flex-wrap: wrap;
    }

    .recommendations-for-you.benefits-main .btn {
        margin-top: 12px;
    }

    .recommendations-for-you .benefit-wrap-section {
        margin-top: 50px;
    }

    .recommendations-for-you .main-law-section .main-law-wrap .law-title {
        font-size: 14px;
    }

    .recommendations-for-you .main-law-section .main-law-wrap .law-button {
        font-size: 12px;
        text-align: center;
    }

    .recommendations-for-you .main-law-section .main-law-wrap .law-tag {
        font-size: 10px;
    }

    .recommendations-for-you .advantages-main-section .w20 {
        width: 16px;
    }

    .recommendations-for-you .advantages-main-section .advantages-wrap p {
        line-height: 18px;
    }

    .recommendations-for-you.benefits-main .advantages-heading {
        font-size: 32px;
    }

    .recommendations-for-you.benefits-main .benefit-inner-content.col-6 {
        margin-top: 20px;
    }

    .recommendations-for-you .advantages-heading {
        margin-bottom: 8px !important;
        font-size: 28px;
    }

    .recommendations-for-you .advantages-inner {
        padding: 28px;
    }

    .recommendations-for-you .slick-slide {
        justify-content: center;
    }

    .recommendations-for-you .slick-prev,
    .recommendations-for-you .slick-next {
        margin-top: 0px;
    }

    .chat-with-real-lawyer-banner-wrap {
        padding-inline: 0px;
    }

    .chat-modal-video-show {
        width: 205px !important;
        height: 260px !important;
    }

    .chat-with-lawyer-main .chart-anwalt-messages-wrap {
        padding: 6px 8px;
        min-width: 85%;
    }

    .chat-with-real-lawyer-banner .title-content-lighter-text {
        font-size: 14px;
    }

    .benefits-premium-tab-inner {
        padding: 8px;
    }

    .viewDetailPopup .benefits-section .container {
        padding: 28px 25px !important;
    }

    .benefits-premium-tab-box {
        padding: 8px 12px;
    }

    .ask-your-quest-status input[name="question_type"] {
        transform: scale(1);
    }

    .rec-parent h1 {
        font-size: 38px;
    }

    .recommend-header .rec-parent .rec-foot {
        display: none;
    }

    .rec-hero-b {
        text-align: center;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .rec-hero1 img {
        max-width: 100%;
        height: 120px;
    }

    .rec-hero1 h3 {
        margin-top: 20px;
    }

    .rec-hero h1 {
        font-size: 28px;
        margin-bottom: 1em;
    }

    .image-box {
        width: 120px;
        height: 120px;
        padding: 25px;
    }

    .step-box {
        column-gap: 15px;
        padding: 25px !important;
    }

    .box-content h1 {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .footer-container {
        margin-top: 20px;
    }

    .profile-image-content .profile-image-box,
    .profile-image-content .profile-image-wrap img {
        width: 65px;
        height: 65px;
    }

    .top-section {
        padding-top: 100px;
    }

    .nav-link span {
        font-size: 12px;
    }

    .benefits-main .benefit-inner-content .button-group.d-flex {
        gap: .5rem !important;
    }

}

@media (min-width:576px) and (max-width: 1200px) {
    .table-responsive {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 auto;
        /* Optional: center the scroll area */
    }

    .table-responsive table {
        min-width: 800px;
        /* Based on your content needs */
        width: 100%;
        border-collapse: collapse;
    }

    .table-responsive th,
    .table-responsive td {
        white-space: nowrap;
    }

    .chat-with-real-lawyer-banner-wrap {
        padding-inline: 10px;
    }

    .premium-now-banner-content {
        padding: 22px 32px;
    }

}

@media screen and (min-width:1180px) and (max-width:1310px) {
    .chat-modal-video-show {
        width: 225px !important;
        height: 280px !important;
    }
}

@media screen and (max-width:1140px) {
    .chat-modal-video-show {
        width: 205px !important;
        height: 250px !important;
    }
}

@media screen and (min-width: 766px) and (max-width: 805px) {
    .menu-dropdown {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .cta-style-1 {
        padding: 50px 44px;
    }

    .recommendations-for-you.benefits-main .template h1 {
        line-height: 40px;
    }

    .recommendations-for-you.benefits-main .benefit-inner-content.col-6 {
        margin-top: 18px;
    }

    .recommendations-for-you .benefit-inner-content h2 {
        margin-bottom: 4px;
    }

    .recommendations-for-you .between-line-alles {
        font-size: 12px;
    }

    .recommendations-for-you .main-law-section .main-law-wrap {
        width: 214px !important;
        height: 205px;
    }

    .recommendations-for-you .big-padding {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .recommendations-for-you button.slick-arrow {
        width: 28px;
        height: 28px;
    }

    .recommendations-for-you button.slick-arrow svg {
        width: 10px;
    }

    .chat-with-real-lawyer-banner {
        padding: 38px;
        padding-bottom: 90px;
    }

    .font-title-liter {
        font-size: 24px;
    }

    .pagination {
        margin: 6px 0;
        flex-wrap: wrap;
    }

    .chat-with-real-lawyer-banner .title-content-lighter-text {
        font-size: 12px;
    }

    .chat-with-real-lawyer-banner .title-content-text {
        font-size: 14px;
    }

    .chat-modal-content-inner .chat-profile-anwalt-wrap img {
        width: 35px !important;
    }

    .chat-modal-video-show {
        width: 160px !important;
        height: 190px !important;
    }

    /* .content-text-mini {
        font-size: 10px;
    } */
    .details-ansehen-popup .modal-body-content-wrap {
        border: none;
        margin-top: 20px;
        padding: 0;
        border-radius: 0;
    }

    .dashboard-premium-now-banner .right-banner-img-wrap {
        max-width: 100%;
    }

    .dashboard-premium-now-banner .premium-now-banner-content {
        order: 1;
    }

    .empty-legal-issue .empty-legal-issue-img {
        width: 140px;
    }

    .viewDetailPopup .benefits-header {
        margin-inline: 10px !important;
    }

    .viewDetailPopup .benefits-section .container {
        padding: 8px 10px !important;
        overflow: hidden;
    }

    .benefits-premium-tab-wrap {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .benefits-premium-tab-inner {
        border: none;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        flex-wrap: nowrap;
    }

    .benefits-premium-tab-box {
        padding: 8px 12px;
    }

    .viewDetailPopup .modal-body {
        padding: 18px !important;
        padding-bottom: 0 !important;
    }

    .viewDetailPopup .benefits-premium-tab-inner {
        min-width: 625px;
        margin-bottom: 8px;
        gap: 0 !important;
    }

    .benefits-premium-tab-box.active {
        background-color: #EFF6FF;
    }

    .benefits-premium-overflow-scroll {
        overflow-x: scroll !important;
        min-width: 330px;
    }

    .viewDetailPopup .benefits-section .categories-grid {
        margin-top: 24px;
    }

    .viewDetailPopup .legal-areas-coved-footer {
        margin-top: 30px;
    }

    .non-pre-new-legal-question .container-small {
        margin: auto;
    }

    .non-pre-new-legal-question {
        display: flex;
        gap: 8px;

    }

    .non-pre-new-legal-question .w-profile img {
        width: 50px;
        height: 50px;
    }

    .non-pre-new-legal-question .stepper .step>span,
    .non-pre-new-legal-question .stepper .step>div,
    .non-pre-new-legal-question .step:nth-child(2)::before,
    .non-pre-new-legal-question .step:nth-child(2)::after {
        display: none;
    }

    .non-pre-new-legal-question .step {
        flex: 1;
        height: 6px;
        /* height of the line */
        position: relative;
        background-color: #e6e8ed;
        /* default gray */
        border-radius: 3px;
        text-decoration: none;
        border: 0;
        padding: 0;
    }

    /* Show blue line only when active */
    .non-pre-new-legal-question .step.active {
        background-color: #007bff;
        /* blue line */
        border-radius: 0;
    }

    .top-section.layout-section-wrap.non-pre-new-legal-question {
        padding-top: 100px;
    }

    .w-title {
        font-size: 20px;
        font-weight: 600;
    }

    .w-profile {
        display: flex;
        column-gap: 12px;
        padding: 14px 0;
    }

    .stellen textarea {
        max-height: 100px;
    }

    .non-pre-new-legal-question .w-accordion .accordion-header::after {
        margin-top: 0px;
    }

    .discover-plus-features-wrap {
        gap: 24px;
    }

    .rec-parent h1 {
        font-size: 30px;
    }

    .rec-parent {
        background: url("../../../assets/dashboard/rec-icons-mobile.png") no-repeat;
        background-position: center;
        background-size: cover;
        padding: 20px;
    }

    .recommend-header .box-footer {
        flex-wrap: wrap;
        gap: 20px;
    }

    .rec-box {
        margin: 0px auto;
    }

    .rec-hero-b {
        text-align: center;
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .big-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .step-box {
        height: inherit;
    }

    .text-content-wrap {
        padding-inline: 20px;
    }

    .content-editor-wrap h2+p,
    .content-editor-wrap .text-content-wrap ul li,
    .content-editor-wrap .text-content-wrap p {
        font-size: 18px;
    }

    .section-cta .cta-style-1 .row .mt-cus.checklist {
        margin-top: 0;
    }

    .blue-row {
        border-radius: 32px;
        margin-inline: 20px;
        padding: 34px 16px !important;
    }

    .blue-row h2 {
        font-size: 28px;
    }

    .profile-image-content .profile-image-wrap {
        display: inline-block !important;
        text-align: center;
        margin: auto;
    }

    .profile-details-wrap .profile-image-content .lable-title-text-600.label-title-gray,
    .profile-details-wrap .profile-title-wrap-inner {
        display: none;
    }

    .profile-content-wrap .profile-image-wrap .profile-image {
        display: flex;
        justify-content: center;
    }

    .profile-details-wrap .profile-image-content .profile-content-wrap {
        display: grid !important;
        justify-content: center !important;
    }

    .profile-details-wrap .profile-image-content {
        border: 1px solid #E5E7EB;
        padding: 28px 20px;
        /* margin-inline: 90px; */
        border-radius: 32px;
    }

    .profile-image-content .profile-image-wrap .profile-button {
        margin-top: 16px;
    }

    .profile-image-content .profile-image-wrap .title-text-lite-400 {
        font-size: 20px;
        margin-top: 10px;
    }

    .profile-image-content .profile-image-wrap .title-content-lighter-text {
        font-size: 16px;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .profil-settings-main .profile-details-wrap .row {
        gap: 18px;
    }

    .contact-form {
        padding: 20px 0;
    }

    .notifications-main-section .notifications-title {
        font-size: 14px;
    }

    .top-section.without-login.non-pre-new-legal-question {
        padding-top: 40px !important;
    }

    .dashboard-premium-now-banner-wrapper {
        background-image: none;
    }

    .col-12.right-banner-img-wrap.text-end {
        display: block;
    }

    .question-part .sticker.is-neutral.is-state.far-pencil,
    .question-part .sticker.is-neutral.is-state.far-eye-slash {
        display: flex;
        padding: 2px 10px;
        align-items: center;
        width: 32px !important;
        height: 18px;
        gap: 8px;
    }

    .question-part .sticker.is-neutral.is-state.far-pencil>span,
    .question-part .state-icon-wrap .is-neutral.is-state.far-eye-slash>span {
        display: none;
    }

    .question-part .sticker.is-flatrate.far-crown svg {
        width: 16px;
        height: 16px;
    }

    .question-part .state-icon-wrap {
        gap: 10px;
    }

    .question-part .list .date {
        position: initial;
        padding-top: 10px;
    }

    .question-part .list {
        padding-left: 0;
    }

    .public-questions-section-wrap .top-section.public-questions-page-main .custom-card .profile-content-cover .rating-stars>.rating-stars-count {
        display: none;
    }

    .about-lawyer-profile .reviews-about-lawyer-slider-main .reviews-about-slider::after {
        background: transparent;
    }
}

@media screen and (max-width: 576px) {
    .menu-dropdown-notification-wrapper .dropdown-item {
        font-size: 14px;
    }

    .login-header {
        font-size: 20px;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    .login-p {
        font-size: 14px;
    }

    .d-welcome div {
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
    }

    .chat-with-real-lawyer-banner-img-wrap .chat-profile-anwalt-wrap p {
        font-size: 6px !important;
        font-weight: 400;
        line-height: 12px;
        color: #363F4A;
    }

    .chat-with-real-lawyer-banner-img-wrap .title-content-text {
        font-size: 6px;
    }

    .welcome-background {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .welcome-box {
        padding-top: 75px;
    }

    .welcome-box h1 {
        font-size: 24px;
    }

    .non-pre-new-legal-question .stellen .w-profile {
        padding-bottom: 0px;
    }

    .d-welcome .round {
        margin-top: 0;
        font-size: 13px;
        padding: 10px 15px;
        width: auto;
        min-width: auto;
        max-width: max-content;
    }

    .recommend h1 {
        font-size: 20px;
    }

    .recommend {
        padding: 40px 0;
    }

    .rec-head {
        font-size: 20px;
    }

    .rec-head img {
        width: 18px;
    }

    .rec-head {
        margin-top: 20px;
    }

    .rec-item {
        font-size: 14px;
    }

    .rec-item img {
        width: 12px;
    }

    .rec-item {
        margin: 5px 0;
    }

    .cta-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cta-style-1 {
        padding: 30px 30px;
    }

    .w-20 {
        width: 20px;
    }

    .mt00 {
        margin-top: 0 !important;
    }

    .mobile-footer {
        padding: 15px;
        font-size: 12px;
        text-align: center;
        font-weight: 400;
        box-shadow: 0px -2px 3px 0px #00000008;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 35px 35px 18px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        display: flex;
        z-index: 999;
    }

    .mobile-footer .mt10 {
        margin-top: 6px;
    }

    .mobile-footer img {
        filter: grayscale(100%);
        opacity: .8;
        transition: 0.2s all;
    }

    .mobile-footer .active img {
        filter: grayscale(0%);
        opacity: 1;
    }

    .mobile-footer a:hover img {
        filter: grayscale(0%);
        opacity: 1;
    }

    .pdb130 {
        padding-bottom: 130px !important;
    }

    .no-case-box img {
        width: 184px;
    }

    .ltitle {
        font-size: 22px;
    }

    .no-case-box h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .no-case-box {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .btn {
        font-size: 14px;
        font-weight: 500;
        padding: 9px 10px;
    }

    .header-top-container .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .leagal-head {
        padding: 0;
        font-size: 15px;
    }

    .leagal-item {
        display: grid;
        padding: 20px;
        border-radius: 22px;
    }

    .item-det {
        display: grid;
        row-gap: 20px;
    }

    .item-2 a {
        font-weight: 600;
    }

    .leagal-item img {
        width: 95px;
    }

    .ldate {
        padding-top: 10px;
    }

    .overview-box h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .overview {
        padding-top: 20px;
    }

    .list-head img {
        width: 18px;
    }

    .list-head {
        border-radius: 10px;

        font-size: 18px;
        column-gap: 10px;
        padding: 7px 20px;
    }

    .list-items tr {
        display: grid;
    }

    .list-items {
        margin: 0;
    }

    .list-items td ol {
        padding-left: 20px;
        line-height: 25px;
    }

    .list-items td,
    .list-items th {
        padding: 15px;
        font-size: 16px;
    }

    .list-items th {
        padding-bottom: 5px;
    }

    .history-table tr {
        display: grid;
        border-bottom: 1px solid #CBCBCB;
    }

    .history-table td {
        border-bottom: 0;
    }

    .history-table .color-tr {
        /* display: none; */
    }

    .history-table th,
    .history-table td {
        padding: 15px;
        width: 100%;
    }

    .status-block {
        column-gap: 10px;
        font-size: 18px;
    }

    .history-table {
        padding-bottom: 30px;
    }

    .rec-parent h1 {
        font-size: 26px;
        word-wrap: break-word;
    }

    .rec-parent img {
        max-width: 17px;
        max-height: 17px;
    }

    .box-footer {
        display: block;
    }

    .box-footer div {
        font-size: 15px;
        font-weight: 400;
        width: 100%;
        margin-bottom: 20px;
    }

    .rec-textarea textarea {
        height: 140px;
        margin: 0;
    }

    .rec-box {
        padding: 25px;
    }

    .rec-foot {
        display: none;
    }

    .rec-hero h1 {
        font-size: 24px;
        margin-bottom: 1em;
    }

    .top-section {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .rec-hero1 img {
        height: 88px;
    }

    .rec-form-heading {
        font-size: 24px;
    }

    .step-box {
        padding: 25px !important;
        grid-template-columns: 1fr;
        height: auto;
    }

    .box-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .box-content h1 {
        font-size: 24px;
    }

    .list-group.vertical-steps .list-group-item.active::before {
        position: absolute;
        right: 0;
    }

    .list-group.vertical-steps .list-group-item::before {
        margin-right: 20px;
        margin-top: 20px;
        height: 35px;
        width: 35px;
        padding: 5px;
    }

    .image-box {
        width: 114px;
        height: 114px;
        margin-bottom: 20px;
    }

    .list-group.vertical-steps,
    .list-group.vertical-steps .list-group-item {
        padding-left: 0;
    }

    .list-group.vertical-steps .list-group-item {
        padding-bottom: 25px;
    }

    .head-image {
        height: 338px;
        padding: 135px 25px;
    }

    .head-image h1 {
        font-size: 30px;
    }

    .head-image p {
        font-size: 18px;
    }

    .text-blog {
        padding: 25px 0;
    }

    .text-blog p {
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .text-blog h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .text-blog ul {
        line-height: 24px;
        font-size: 18px;
    }

    .text-blog ul li {
        margin-bottom: 10px;
    }

    .faq-heading {
        font-size: 20px;
        margin-bottom: 25px !important;
    }

    .checklist {
        font-size: 14px;
    }

    .cta-style-1 h2 {
        font-size: 18px;
    }

    .trustpilot-headline+h2 {
        font-size: 20px;
    }

    .blue-row h2 {
        font-size: 22px;
    }

    .blue-row p {
        font-size: 16px;
        line-height: 24px;
    }

    .blue-row {
        background: #008EFF;
        padding: 25px 0;
        text-align: left;
        color: #fff;
    }

    .template h1 {
        font-size: 27px;
        margin-bottom: 40px;
        line-height: 36px;
    }

    .template .rec-head {
        font-size: 16px;
        font-weight: 600;
    }

    .container .container-small {
        padding-left: 0;
        padding-right: 0;
    }

    .w24 {
        width: 18px !important;
        height: 18px !important;
    }

    .ai-adv-head div {
        font-size: 15px;
        font-weight: 500;
        margin-left: 10px;
        margin-right: 0;
        color: #994EC0;
        padding: 5px;
    }

    .ai-btn-right {
        width: 45px;
        height: 34px;
    }

    .ai-btn-right {
        padding: 3px;
    }

    .ai-adv-head img {
        width: 20px;
    }

    .ai-btn-right img {
        width: 24px;
    }

    .ai-adv {
        margin-top: 40px;
    }

    .advantages-heading {
        font-size: 24px;

    }

    .advantages p {
        font-size: 16px;
    }

    .advantages-heading {
        margin: 0;
    }

    .advantages {
        row-gap: 20px;
    }

    .card-body {
        padding: 0;
    }

    .w-welcom {
        font-size: 20px;
        line-height: 28px;
    }

    .stellen {
        row-gap: 20px;
    }

    .w-title {
        font-size: 18px;
        line-height: 32px;
    }

    .w-question {
        font-size: 16px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    .form-control,
    .form-select {
        font-size: 14px;
    }

    .w-accordion .accordion-header {
        font-size: 15px;
        font-weight: 500;
    }

    .w-footer button {
        margin-top: 20px;
    }

    .file-input-a {
        padding: 15px;
    }

    .w-radio {
        column-gap: 20px;
    }

    .modal-body img {
        width: 52px;
        margin-bottom: 40px;
    }

    .modal-body h1 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .modal-body p {
        font-size: 14px;
        line-height: 20px;
    }

    .modal-header {
        padding: 1em;
    }

    .modal-body {
        padding: 24px !important;
    }

    .profil-box img {
        width: 100%;
        max-width: 68px;
    }

    .profile-image-box {
        width: 68px;
        height: 68px;
    }

    .profil-box {
        background: #fff;
        row-gap: 5px;
        padding: 20px;
        margin-bottom: 40px;
    }

    .profil-box hr {
        margin: 10px;
    }

    .profile-details {
        margin-top: 0px;
        row-gap: 5px;
    }

    .profile-details .f-18 {
        margin-bottom: 5px;
    }

    .profile-details hr {
        display: none;
    }

    .f-18 {
        font-size: 16px;
    }

    .profile-details div {
        line-height: 22px;
    }

    .profile-details h1 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .invoice-heading {
        font-size: 20px;

    }

    .invoic-table {
        margin-top: 0;
        font-size: 15px;
        padding: 0;
    }

    .invoic-table tr {
        border-radius: 12px;
        display: grid;
        border: 1px solid;
        border-color: #C0C2CB;
        padding: 10px;
        margin-bottom: 20px;
    }

    .invoic-table tr td {
        width: 100%;
        border: none;
        padding: 5px;
    }

    .invoic-table .color-tr {
        display: none;
    }

    .no-case-box p {
        font-size: 16px;
    }

    .change-btn {
        font-size: 16px;
    }

    .contact-heading p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .contact-heading h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
    }

    .contact-section {
        padding: 0;
    }

    .contact-form {
        padding: 20px 0;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .contact-bar {
        display: grid;
        row-gap: 15px;
        padding: 20px;
    }

    .contact-bar h1 {
        font-size: 20px;

    }

    .text-blog li p,
    .text-blog ol li p {
        margin-bottom: 0 !important;
    }

    ol li {
        margin-left: 20px;
        margin-bottom: 30px;
    }

    .text-blog hr {
        margin: 2.2rem 0 !important;
    }

    .recommendations-for-you .advantages-heading {
        font-size: 20px;
    }

    .recommendations-for-you .advantages-main-section .advantages-wrap p {
        font-size: 12px;
        line-height: 22px;
    }

    .recommendations-for-you .main-law-section .main-law-wrap {
        width: 188px !important;
        height: 178px;
    }

    .recommendations-for-you.benefits-main .template h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .recommendations-for-you.benefits-main .benefit-inner-content h2 {
        font-size: 22px;
    }

    .recommendations-for-you .benefit-inner-content p {
        font-size: 14px;
    }

    .recommendations-for-you .advantages-main-section .advantages-wrap {
        row-gap: 8px;
        margin-top: 18px;
    }

    .recommendations-for-you.benefits-main .btn {
        padding: 8px 14px;
        margin-top: 8px;
    }

    .template-section-wrap {
        padding-top: 12px;
    }

    .btn-whatsapp img {
        width: 20px;
    }

    .fallanfragen-table-wrap {
        display: inherit;
    }

    .font-title-liter {
        font-size: 16px;
    }

    .fallanfragen-head-wrap h3 {
        order: 1;
        font-weight: 700;
    }

    .fallanfragen-head-btn-wrap {
        width: 100%;
    }

    .fallanfragen-table-wrap .details-button {
        margin-top: 0;
        width: inherit;
    }

    .menu-dropdown-notification {
        padding: 2px;
    }

    .chat-with-real-lawyer-banner {
        padding: 23px;
    }

    .premium-now-banner-content {
        padding: 16px 28px;
    }

    .chat-with-real-lawyer-banner-img-wrap .title-content-lighter-text {
        font-size: 6px;
        line-height: 8px;
    }

    .chat-with-real-lawyer-banner-img-wrap .chart-content-time {
        font-size: 4px;
    }

    .chat-with-real-lawyer-banner-img-wrap {
        padding: 12px;
        top: 100px;
    }

    .chat-banner-cover {
        padding: 12px;
    }

    .chat-modal-video-show {
        width: 90px !important;
        height: 115px !important;
        margin-left: -40px;
    }

    .active-badge {
        padding: 3px;
    }

    .chat-modal-content-inner .chat-profile-anwalt-wrap img {
        width: 25px !important;
    }

    .chat-with-real-lawyer-banner {
        padding-bottom: 72px;
        margin-bottom: -70px;
    }

    .chat-banner-bottom-wrap {
        margin-bottom: 30px;
    }

    .empty-issue-img-main {
        margin-bottom: 40px;
    }

    .activity-content-inner span {
        font-size: 6px;
    }

    .chat-with-lawyer-main .chat-profile-anwalt-wrap,
    .chat-with-lawyer-main .chart-anwalt-messages-wrap {
        border-radius: 8px;
    }

    .chat-with-real-lawyer-banner .title-content-lighter-text {
        font-size: 12px;
        line-height: 16px;
    }

    .chat-banner-cover .chart-anwalt-messages-wrap {
        padding: 3px 5px;
    }

    .chat-banner-cover .chart-anwalt-messages-wrap p.chart-anwalt-message {
        font-size: 6px;
        line-height: 8px;
    }

    .lawyerQuestionsPageLinks {
        justify-content: center;
    }

    .details-ansehen-popup .nav-link {
        font-size: 14px;
        font-weight: 400;
    }

    .view-details .info-row {
        display: inherit;
    }

    .view-details .info-label {
        font-size: 16px;
    }

    .view-details .info-value {
        font-size: 14px;
    }

    .modal-header .btn-close {
        font-size: 12px;
    }

    .empty-legal-issue .empty-legal-issue-img {
        width: 110px;
    }

    .viewDetailPopup .benefits-section .container {
        padding: 6px !important;
    }

    .details-ansehen-popup .font-title-600 {
        font-size: 18px;
        margin-bottom: 6px !important;
    }

    .non-pre-new-legal-question .container-small {
        padding: 0px 18px;
    }

    .non-pre-new-legal-question .step {
        height: 4px;
    }

    .non-pre-new-legal-question .w-profile img {
        width: 40px;
        height: 40px;
    }

    .recommendations-for-you .search_wrapper .search-icon-btn {
        width: 44px;
        height: 44px;
    }

    .recommendations-for-you .search-results {
        top: 44px;
    }

    .search-title-w {
        width: 100% !important;
    }

    .recommendations-for-you .search-results .search-content-box .cat-head-search {
        font-size: 12px;
        padding: 6px 16px;
    }

    .recommendations-for-you .search-results .search-res-below .cat-head {
        font-size: 12px;
    }

    .recommendations-for-you .normal-title-text-500 {
        font-size: 20px;
        font-weight: 600;
    }

    .discover-plus-features-content .title-card-content {
        font-size: 22px;
        font-weight: 500;
    }

    .rec-q {
        font-size: 14px;
    }

    .rec-radio input {
        width: 16px;
        height: 16px;
    }

    .box-footer .btn-primary {
        margin: 0;
        height: 40px;
    }

    .rec-hero-b {
        row-gap: 20px;
    }

    .list-group.vertical-steps .list-group-item.active::after {
        display: none;
    }

    .rec-form .container {
        padding-inline: 20px;
    }

    .content-editor-wrap h2+p,
    .content-editor-wrap .text-content-wrap ul li,
    .content-editor-wrap .text-content-wrap p {
        font-size: 14px;
    }

    .activity-content {
        margin-inline-start: 4px;
    }

    .profil-settings-main .get-in-touch .contact-form label,
    .profil-settings-main label,
    .get-in-touch .contact-section1 .contact-form label {
        font-size: 14px;
    }

    .profil-settings-main .profile-details-wrap .alert {
        width: inherit;
        min-width: inherit;
        font-size: 12px;
    }

    .profil-settings-main .profile-details-wrap .alert img {
        width: 18px;
    }

    .profil-settings-main .profile-details-wrap .row {
        gap: 14px;
    }

    .profile-image-content .profile-image-wrap .title-text-lite-400 {
        font-size: 18px;
        margin-top: 8px;
    }

    .alert {
        padding: 0.6rem 0.6rem;
    }

    .rechnungen-main .invoic-table .table thead {
        display: none;
    }

    .rechnungen-main .invoice-heading {
        margin-bottom: 0;
    }

    .rechnungen-main .invoic-table tr td {
        color: #8E959D;
    }

    .rechnungen-main .invoic-table tr td:nth-child(1) {
        font-size: 12px;
    }

    .rechnungen-main .invoic-table tr td:nth-child(1) svg {
        width: 12px;
    }

    .rechnungen-main .invoic-table tr td:nth-child(2) {
        position: absolute;
        text-align: end;
        top: 75px;
    }

    .rechnungen-main .invoic-table tr td:nth-child(3) {
        position: absolute;
        text-align: end;
        top: 10px;
    }

    .rechnungen-main .invoic-table tr td:nth-child(4) {
        position: absolute;
        text-align: end;
        top: 45px;
        font-size: 16px;
        font-weight: 600;
        color: #363F4A;
        min-height: 50px;
    }

    .rechnungen-main .invoic-table tr td:nth-child(5) {
        min-height: 50px;
    }

    .rechnungen-main .invoic-table tr td:nth-child(6) {
        min-height: 50px;
    }

    .rechnungen-main .invoic-table tr td:nth-child(7) {
        position: absolute;
        right: 10px;
        width: max-content;
        bottom: 10px;
        padding: 0;
    }

    .invoic-table .badge {
        font-size: 12px;
    }

    .rechnungen-main .invoic-table table {
        min-width: initial;
    }

    .rechnungen-main .invoic-table {
        display: block;
    }

    .contact-form {
        padding: 10px 0;
    }

    #notification-badge {
        font-size: 6px !important;
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
    }

    .menu-dropdown-notification-wrapper ul li a.dropdown-item .notification-title {
        line-height: 18px;
    }

    .footer-social li {
        margin-left: 6px;
    }

    .non-pre-new-legal-question .alert-primary {
        background: #EFF6FF;
        color: #008EFF;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }

    .top-section.without-login.non-pre-new-legal-question {
        padding-top: 10px !important;
    }

    .question-part .list .qprow {
        padding: 4px 0;
        font-size: 14px;
    }

    .question-part .list .date .day {
        font-size: 18px;
    }

    .question-part .list .title::before {
        top: 8px;
    }

    .question-part .tag.is-neutral,
    .question-part a.tag.is-neutral,
    .question-part .sticker.is-neutral,
    .question-part .sticker.is-neutral {
        font-size: 10px;
    }

    .question-part .sticker.is-neutral.is-state.far-pencil {
        padding: 0px 8px;
        width: 105px;
        gap: 6px;
    }

    .question-part .sticker.is-neutral.is-state.far-pencil svg {
        width: 100%;
        height: 10px;
    }

    .question-part .list .date .month {
        font-size: 10px;
    }

    .private-questions-title-section.text-start {
        margin-bottom: 8px !important;
    }

    .section-light-advice.public-issue-wrap .neue-frage-anwalt-btn-wrap.svg-btn-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    .recommendations-for-you .advantages-heading {
        font-size: 18px;
    }

    .recommendations-for-you .main-law-section .main-law-wrap {
        width: 228px !important;
        height: 216px;
    }

    .recommendations-for-you .advantages-main-section .advantages-wrap {
        margin-top: 10px;
    }

    .profile-image-content .profile-image-wrap .title-text-lite-400 {
        font-size: 16px;
    }

    .profile-image-content .profile-image-wrap .title-content-lighter-text {
        font-size: 14px;
    }

    .fallanfragen-table-wrap .details-button {
        font-size: 13px;
    }
}
