* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    list-style: none;
    text-decoration: none;
}



html,
body {
    font-family: 'museo-bold';
    overflow-x: hidden;
}

label {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

/* ::selection {
    background-color: #6599AD;
    color: white;
} */

span {
    font-family: 'museo-medium';

}

ul,
ol {
    margin-bottom: 0;
    padding-left: 0px;
}

a {
    text-decoration: none;
    font-family: 'museo-semibold';
    /* font-size: 14px; */
}

a:hover {
    text-decoration: none;
}

:root {
    --text-color: #6599AD;
    --background: #f9f9f9 !important;
    --title-color: #214050;
    --span-color: #6599AD;
    --btn-color: #214050;
}

h1,
h2 {
    margin: 0;
    font-family: 'museo-semibold' !important;
}

h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'museo-semibold' !important;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;

}


p {
    margin-bottom: 0;
    font-family: 'museo-medium';
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    color: #141053;
}

button {
    font-family: 'museo-medium';
}

::placeholder {
    font-size: 16px;
    font-family: 'museo-medium';
    color: #627D9A;
    line-height: 30px;
}

.loding-page .logo img {
    width: 150px;
    height: 60px;
    display: none;
}

.our-recomendation {
    display: none;
}

@font-face {
    font-family: "museo-bold";
    src: url("../fonts/museo-bold/MuseoSansRounded-900.woff2") format("woff2"), url("../fonts/museo-bold/MuseoSansBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "museo-medium";
    src: url("../fonts/museo-medium/MuseoSansRounded-500.woff2") format("woff2"), url("../fonts/museo-medium/MuseoSansMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "museo-semibold";
    src: url("../fonts/museo-semibold/MuseoSansRounded-700.woff2") format("woff2"), url("../fonts/museo-semibold/MuseoSansBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppins-medium";
    src: url("../fonts/poppins/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* header css */
/* body{
    background: url(../ev.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
.main-header {
    padding: 30px 0px;
}

.header-input-box input {
    border: 1px solid var(--unnamed-color-f5f5f5);
    background: #F7F6FB 0% 0% no-repeat padding-box;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    opacity: 1;
    padding: 10px 60px;
    width: 100%;
}

.header-logo {
    padding-left: 60px;
}

.header-profile-box {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 60px;
}

.header-input-box {
    width: 30%;
    position: relative;
}

.profile-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-box .profile-name h5 a {
    font-size: 20px;
    color: #141053;
    text-decoration: underline;
}

.profile-name span {
    color: #ACBDD5;
    font-size: 12px;
}

.header-input-box button {
    background-color: unset;
    border: 0;
    position: absolute;
    top: 12px;
    left: 30px;
}

.header-input-box button img {
    width: 20px;
    height: 20px;
}

.col-md-2.mein-logo {
    align-items: center;
    display: flex;
    padding: 0;
}

.vorige-btn {
    display: none;
}
.dashboard-btn a{ 
    background-color: #3f3d56;
    font-size: 20px;
    color: #fff;
    padding: 18px 46px;
    border-radius: 45px;
    margin-right: 20px;
    font-weight: normal;
}
.dashboard-btn a:hover{
    background-color: #6B63FF;
}
/* footer */
.col-lg-5 .footer-contain .footer-discription {
    padding-right: 110px;
}

.col-md-8 .footer-contain .footer-discription {
    padding-right: 180px;
}

.footer-wrapper {
    padding: 60px 110px 60px 0;
}

.footer-title h3 {
    font-size: 25px;
    font-weight: 700;
    color: #414141;
}

.footer-discription p {
    font-size: 20px;
    color: #414141 !important;
    text-align: left;
    margin-top: 30px;
}

.footer-discription ul {
    padding: 0;
    margin-top: 30px;
}

.footer-discription ul li {
    margin-bottom: 10px;
}

.footer-discription ul li a {
    font-size: 20px;
    color: #414141 !important;
    text-align: left;

}

.footer-reating h6 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #414141;
}

.footer-input input[type="text"] {
    background: #EAF1FA;
    border-radius: 10px;
    opacity: 0.82;
    box-shadow: inset 0px 3px 6px #00000029;
    background: #EAF1FA 0% 0% no-repeat padding-box;
    padding: 10px 20px;
    width: 50%;
    margin-top: 30px;
}

.bottom-footer .right span {
    color: #ffff;
    font-size: 12px;
    text-align: left;
    padding-right: 50px;
}

.bottom-footer {
    background: #7A92B2;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: end;

}

.right {
    padding-right: 50px;
}

/* aside-bar */
.aside-bar {
    padding: 110px 0px 110px 50px;
}

.aside-tabs ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #141053;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    line-height: 0;
}

.rotate-down-cls {
    transform: rotate(180deg);
}

.active-tab {
    color: #6C63FF !important;
}

/* right-side */
.right-side-box {
    background: #F7F6FB;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #7C7C7C !important;
}


.owl-theme .owl-dots .owl-dot:hover span {
    background: #7C7C7C !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #DDDDDD;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
}

.goed-title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #3F3D56;
}

.aside-tabs ul li a img {
    width: 23px;
}

.goed-main-box {
    background: #fff;
    border-radius: 20px;
    position: relative;

}

.goed-discription p a {
    font-size: 20px;
    color: #579CE6;
}

.goed-discription p span {
    font-size: 20px;
    color: #579CE6;
}

.goed-discription p {
    max-width: 80%;
    margin-bottom: 80px;
    margin-top: 15px;
}

/* progressbar */
[type="range"] {
    display: none;
}

/* progressbar end */

.circle-progresbar {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.meer-lock {
    width: 120px;
    position: absolute;
    top: 40px;
    right: 40px;
    background: #1b1464;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    border-radius: 20px;
}

.meer-lock p {
    color: #fff;
    font-size: 14px;
}

.meer-lock img {
    width: 14px !important;
    display: block !important;
}

.goed-contain-box {
    padding: 82px 120px 72px 120px;
}


/* Jouw checklist */
.jouw-checklist-main-box {
    margin-top: 25px;
    background: #fff;
    border-radius: 20px;
    padding: 60px 90px;
}

.jouw-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jouw-title h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    font-style: normal;
    text-align: left;
    color: #3f3d56;
    font-family: 'museo-semibold' !important;
}

.jouw-title a {
    font-size: 16px;
    color: #7C7C7C;

}

.jouw-title a:hover {
    color: #141053;
}


.list-view img {
    width: 28px;
    height: 23px;
    margin-left: 7px;
    /* transition: all 0.2s; */

}

.list-view2 img {
    width: 25px;
    height: 23px;
    margin-left: 7px;
    /* transition: all 0.2s; */
}

.jouw-title a:hover img,
.jouw-title a:hover img {
    filter: invert(100%) sepia(82%) saturate(3632%) hue-rotate(209deg) brightness(70%) contrast(120%);
}



.horizontal-tabs .left-tabs-cls {
    display: flex;
    justify-content: space-evenly;
    gap: 60px;
}

.horizontal-tabs {
    margin-top: 20px;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
}
.horizontal-tabs a {
    font-size: 15px;
    position: relative;
    color: #ACACAC;

}

.horizontal-tabs .tab-cls {
    /* view like btn */
    background-color: #f5f5f5;  
    padding: 8px 26px;
    border-radius: 18px;
    color: #141053;
    /* margin-right:70px; */
    /* */
}


/* .horizontal-tabs .v-tab-todo {
    margin-right: 70px;
} */

.horizontal-tabs-active {
    /* color: #141053 !important; */
    background-color: #e2e2e2 !important;
}

.horizontal-tabs .v-tab-todo::before {
    content: attr(todo-total);
    width: 22px;
    height: 22px;
    position: absolute;
    right: -8px;
    top: -5px;
    background: #FDC342;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-tabs .v-tab-done::before {
    content: attr(done-total);
    width: 22px;
    height: 22px;
    position: absolute;
    right: -8px;
    top: -5px;
    background: #6C63FF;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.profile-icon-cls .profile-icon-grey img{
    margin-left: 30px;
    height: 59px;
    width: 59px;
}

.col-md-10 {
    padding: 0;
}

.pie-main-box h3 {
    font-size: 24px;
    text-align: center;
    color: #141053;
}

.mobile-footer {
    display: none;
}

nav.mobile-screen-navigetion {
    display: none;
}

.show-more {
    display: none;
}

.comman-button button {
    width: 75%;
    padding: 12px 0;
    border-radius: 15px;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    background: #FDBA42;
}

li.vorige-btn button {
    width: 200px;
    padding: 6px;
    background: #6964BC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    color: #fff;
    margin-bottom: 30px;
}


/* .loding-page {
    background: url(../image/login-img.png);
    background-position: center;
    background-size: cover;
    position: relative;
} */
.loding-page {
    background: transparent;
    background-position: center;
    background-size: cover;
    /* position: relative; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.loding-page .lodinng-background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 1;
    position: relative;
}

.loding-page .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    z-index: 1;

}

.loding-page .rotate-logo img {
    width: 70px;
    margin: auto;
    display: block;
}

.loding-page .text h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    width: 230px;
    margin-top: 10px;
}

.loding-page .loding-overlay {
    background: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}

.loding-page .rotate-img {
    animation: rotate 5s infinite linear;
    /* Adjust the duration (5s) as needed */
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.col-xl-7 text tspan {
    font-size: 22px !important;
    font-weight: 300;
    font-family: 'museo-semibold';
}

.aside-tabs ul li .active-tab img {
    display: none;
}

.aside-tabs ul li .active-image {
    display: none;
}

.aside-tabs ul li .active-tab .active-image {
    display: block;
}


.footer-cr-bar p {
    margin-bottom: 0px;
    font-size: 10px !important;
}

.footer-cr-bar p a {
    font-size: 10px !important;
    text-decoration: underline !important;
}

.header-logo a img {
    width: 150px;
    height: 60px;
}

div#footer-container p {
    font-size: 18px;
}

footer input {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    /* Warning: CSS does not support Inner Shadow.*/
}

.responsive-logo a img {
    width: 110px;
}


img.profilepage-responsive-img {
    display: none;
}

.responsive-title-cls {
    display: none;
}

.responsive-back-arrow {
    display: none;
}

.profile-img .balloon-img {
    position: relative;
}



.profile-img .balloon-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.profile-img .balloon-img:hover .balloon-hover {
    opacity: 1;
}



.profile-box .profile-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
}

.profile-img .balloon-hover img {
    width: 60px;
    height: 60px;
}

.profile-img .balloon-hover img {
    width: 60px;
    height: 60px;
    padding: 0;
}

.pie-main-box:nth-child(3) {
    margin-top: -20px;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20PX;
    top: -5px;
}

.card {
    transition: top ease 0.3s;
    position: relative;
    top: 0;
    border: 0;
}

.v-box-todo .card {
    max-width: 271px;
}

.alert {
    padding: 10px !important;
}

div#help-wrapper {
    display: none;
}

/* profile dropdown box */

.profile-box-header-menus {
    position: absolute;
    top: 85px;
    right: 64px;
    width: 200px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

.profile-box-header-menus::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.profile-box-header-menus.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
}


.profile-box:hover .profile-box-header-menus,
.profile-box-header-menus:hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
}

.profile-box-header-menus ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
}

.profile-box-header-menus ul li {
    list-style: none;
}

.profile-box-header-menus ul li:hover {
    background: #eee;
}

.profile-box-header-menus ul li a {
    text-decoration: none;
    color: #141053;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.profile-box-header-menus ul li .active-tab img {
    display: none;
}

.profile-box-header-menus ul li .active-image {
    display: none;
}

.profile-box-header-menus ul li .active-tab .active-image {
    display: block;
}

/* end profile box menus */


/* animation to cards when remove */


@keyframes flyAway {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(70%, -70%) scale(0);
        opacity: 0;
    }
}

.shrink-and-fly {
    animation: flyAway 0.8s ease-out;
}

/** new changes **/
@media (min-width: 991px) {
    .left-column-width {
        width: 18.75% !important;
    }

    .right-column-width {
        width: 81.25% !important;
    }
  
}

@media (max-width: 1680px) {
    .left-column-width .aside-tabs ul {
        width: 184px;
    }

}

@media (max-width: 1080px) {
    .aside-tabs h5 {
        font-size: 18px;
    }

    .aside-tabs h6 a {
        font-size: 16px;
    }

}


/** end **/