@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a,
a:hover {
    text-decoration: none;
}

button:focus {
    box-shadow: none!important;
}

.mt-100 {
    margin-top: 100px!important;
}
/*/ Start Nav bar /*/
.navbar_container {
    margin: 0 120px;
}
.navbar_nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.nav_link_list {
    margin-right: 123px;
}
.nav_link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #86DFD3;
}

.nav_link:hover {
    color: #86DFD3;
}

.nav_icon {
    margin-right: 18px;
}

.nav_avatar {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}

.nav_login {
    font-weight: bold;
    margin-right: 30px;
}

.nav_register {
    padding: 20px 95px;
    background: #86DFD3;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.nav_register:hover {
    color: #FFFFFF;
}

.navbar {
    /*padding-top: 22px;*/
    /*padding-bottom: 22px;*/
    padding: 0;
}

.navbar-brand img {
    width: 348px;
}

@media only screen and (max-width: 1200px) {
    .navbar_container {
        margin: 0;
    }

    .nav_link_list {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 768px) {
    /*.navbar-brand img {
        width: unset;
    }*/

    .navbar_nav {
        align-items: start;
    }

    .nav_avatar {
        display: none;
    }

    .nav_register {
        padding: 10px 50px;
    }
}

/*/ End Nav bar /*/

/*/ Start Home page /*/
.home_page {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 109px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_page_container {
    max-width: 1114px;
    max-height: 700px;
    margin: 0 15px;
    padding: 59px 25px 63px;
    background: rgba(32, 31, 31, 0.51);
    /*border: 1px solid #FFFFFF;*/
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    border-radius: 6px;
}

.home_page_container_title {
    margin: auto;
    max-width: 953px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 153.9%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 50px;
}

.home_page_container_text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 186.9%;
    text-align: center;
    letter-spacing: 1px;
    /*text-transform: lowercase;*/
    color: #fff;
}
.home_page_container_text b {
    text-transform: capitalize;
}
.home_page_container_btn {
    background: #816DF2;
    border-radius: 6px;
    padding: 20px 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home_page_container_btn:hover {
    color: #ffffff;
}


@media only screen and (max-width: 1200px) {
    .home_page_container{
        padding: 15px;
    }
    .home_page_container_title  {
        font-size: 55px;
        margin-bottom: unset;
    }
    .home_page_container_text {
        font-size: 22px;
    }
    .home_page_container_btn {
        font-size: 18px;
        padding: 14px 30px;
    }
}
@media only screen and (max-width: 992px) {
    .home_page_container_title  {
        font-size: 45px;
    }
    .home_page_container_text {
        font-size: 18px;
    }
    .nav_register{
        padding: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-expand-md > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar_nav {
        padding-bottom: 15px;
    }
    .home_page {
        height: calc(100vh - 97.22px);
    }
    .home_page_container_title  {
        font-size: 22px;
    }
    .home_page_container_text {
        font-size: 14px;
    }
    .nav_register {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #86DFD3;
        background-color: transparent;
        padding: 0;
    }
}
@media only screen and (max-width: 576px) {
    .home_page_container_title  {
        font-size: 24px;
    }
    .home_page_container_text {
        font-size: 14px;
    }
    .home_page_container_btn {
        padding: 15px 25px;
        font-size: 16px;
    }
    .home_page {
        height: auto;
    }
    .home_page_container {
        max-height: unset;
    }
    .navbar-brand img {
        width: 230px;
    }
    .assessments_bloc {
        padding: 19px 27px !important;
    }
    .pdf-block {
        width: 60px;
    }
    .pdf-block img {
        width: 100%;
    }
    .pdf-block p {
        font-size: 14px;
        word-break: break-word;
    }

}
@media (max-width: 320px) {
    .navbar-brand img {
        width: 215px;
    }
}

/*/ End Home page /*/

/*/ Start Register page /*/
.register_page {
    background-image: url("../img/bg-form.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 114px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.register_page_container {
    max-width: 1028px;
    padding: 75px 279px 95px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
}

.register_page_title {
    font-family: Montserrat;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.register_page_input {
    width: 470px;
    height: 71px;
    padding-left: 60px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.reset_page_input {
    width: 390px!important;
}

.register_page_input::placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #878787;
}

.register_page_container_btn {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #816DF2;
    border-radius: 6px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 2.5px;
    color: #FFFFFF;
}

.register_page_container_text {
    margin-top: 20px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.33px;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .register_page_container {
        padding: 30px 200px 40px;
    }
    .register_page_input {
        width: 350px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .register_page {;
        height: calc(100vh - 97.22px);
    }
    .register_page_container {
        padding: 45px 55px 55px;
    }
}

@media only screen and (max-width: 576px) {
    .register_page {;
        height: calc(100vh - 97.22px);
    }
    .register_page_container {
        padding: 45px 10px 55px;
    }
    .register_page_input {
        width: 100%;
    }

    .reset_page_title {
        font-size: 28px;
    }

    .reset_page_input {
        width: 90%!important;
    }

    .reset_page_container_btn {
        width: 90%;
        font-size: 14px;
    }
}

/*/ End Register page /*/

/*/ Start Form page /*/
._progress {
    width: 100%;
    display: list-item;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.675rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-one,
.progress-1,
.progress-2,
.progress-3,
.progress-4,
.progress-5 {
    height: 100%;
    width: 100%;
    opacity: 0;
    color: #fff;
    /*border-radius: 20px;*/
    display: list-item;
    justify-content: center;
    align-items: center;
    transition: 1s ease;
}

.progress-one,
.progress-1,
.progress-2,
.progress-3,
.progress-4,
.progress-5 {
    background: linear-gradient(to left, #816DF2, #53479e);
    box-shadow: 0 3px 3px -5px #816DF2, 0 2px 5px #53479e;
}

.form_page {
    background-image: url("../img/bg-form.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.form_content {
    margin-left: auto;
    height: 100%;
    background-color: #ffffff;
}

.form {
    overflow: hidden;
}

.form_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 7.5px;
    text-transform: uppercase;
    color: #000000;
}

.form_container_text {
    padding: 15px;
    background: #F7F7F7;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #000000;
}

.form_container_check {
    margin-top: 50px;
}

.form_container_check_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #1F1F1F;
}

.form_container_check .form-control{
    border: none;
    background-color: unset;
}

.form_container_check_label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 139.4%;
    text-align: center;
    color: #000000;
    margin-left: 36px;
    cursor: pointer;
}

.form_check_input:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000000;
    cursor: pointer;
}

.form_check_input:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000000;
    cursor: pointer;
}

.form__step__container {
    display: flex;
    /*align-items: center;*/
    transition: 0.5s ease-in-out;
}

.form__nav {
    /*position: absolute;*/
    margin-top: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.form__nav > button {
    display: block;
    width: 50%;
    text-decoration: none;
    padding: 0 8%;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #816DF2;
}

.form__nav > button.disabled {
    opacity: 0.2;
    cursor-events: none;
}

.form__nav__prev {
    text-align: left;
}

.form__nav__next {
    text-align: right;
}

.donation-boxes .box input {
    display: none;
}

.donation-boxes .box input:checked ~ label {
    box-shadow: 0 0 8px 2px #fdcb6e;
}

.donation-boxes .box label {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    box-shadow: 0 0 0px 1px #EEE;
    border-radius: 5px;
    margin: 10px;
    font-size: 2em;
    transition: 0.3s;
    cursor: pointer;
}

.donation-boxes .box label:hover {
    background: #FAFAFA;
}

.donation-boxes .box label svg {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    margin: 0 auto;
}

.form__bullet {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 8px;
    background: #CCC;
    cursor: pointer;
    transition: 0.5s 0.15s;
}

.form__bullet__container {
    display: flex;
    justify-content: center;
}
._form__bullet__container {
    display: contents;
}

.form__bullet--active {
    background: #006255;
    box-shadow: 0 0 4px #006255;
    pointer-events: none;
}

.dropdown_item {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8E7AFF;
}

.dropdown_btn {
    margin-top: 5px;
    background: #FFFFFF;
    border: 2px solid #86DFD3;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #86DFD3;
}

.dropdown-menu {
    padding: 0.5rem;
}

@media only screen and (max-width: 1200px) {
    .form_title {
        font-size: 24px;
        line-height: 40px;
    }

    .form__nav > button {
        padding: 0;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .form_page {
        height: calc(100vh - 97.22px);
    }
}

@media only screen and (max-width: 576px) {
    .form_container_check_text {
        font-size: 20px;
    }
}

/*/ End Form page /*/

/*/ Start Dashboard page /*/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
}

#sidebar {
    min-width: 325px;
    max-width: 325px;
    background: #D5CFFB;
    color: #000000;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -325px;
}

#sidebar ul.components {
    position: fixed;
    margin-top: 155px;
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    padding-left: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2D2D2D;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
}

#content {
    margin-top: 50px;
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.btn-align-left {;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #7386D5;
    color: #ffffff
}

.sidebar_footer {
    position: fixed;
    bottom: 0;
    height: 40px;
    text-align: center;
    width: 325px;
    padding-bottom: 85px;
}

.btn_logOut {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2D2D2D;
}

.sidebar_icon {
    width: 29px;
    margin-right: 20px;
    font-size: 25px;
}

#sidebar ul li .active {
    font-weight: bold;
    color: #1E00CA;
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 270px;
        max-width: 270px;
        margin-left: -270px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebar ul li a {
        padding-left: 15px;
    }
    #sidebarCollapse span {
        display: none;
    }
    .sidebar_footer {
        width: 270px;
    }
}
/*/ End Dashboard page /*/

/*/ Start Assessments page /*/
.assessments_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #816DF2;
}

.assessments_bloc {
    padding: 37px 68px;
    text-align: center;
}

.assessments_bloc_purple {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #8E7AFF;
    box-sizing: border-box;
    border-radius: 6px;
}

.assessments_bloc_green {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #86DFD3;
    box-sizing: border-box;
    border-radius: 6px;
}

.assessments_bloc_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1F1F1F;
}

.assessments_bloc_text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 186.9%;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
}

.assessments_bloc_btn {
    padding: 20px 45px;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.assessments_bloc_purple .assessments_bloc_btn {
    background-color: #816DF2;
}

.assessments_bloc_green .assessments_bloc_btn {
    background-color: #86DFD3;
}

@media only screen and (max-width: 1200px) {
    .assessments_bloc_title,
    .assessments_bloc_btn {
        font-size: 18px;
    }

    .assessments_bloc_text {
        font-size: 16px;
    }

    .assessments_bloc_btn {
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 768px) {
    .assessments_bloc_title,
    .assessments_bloc_btn {
        font-size: 14px;
    }

    .assessments_bloc_text {
        font-size: 12px;
    }

    .assessments_bloc_btn {
        padding: 3px 8px;
    }

    .assessments_title {
        font-size: 32px;
        text-align: center;
    }
    #sidebar ul li a {
        font-size: 17px;
    }
    .assessments_bloc {
        width: 100%;
    }
}
.lists {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.lists .pdf-block {
    margin-right: 10px;
}
/*/ End Assessments page /*/

/*/ Start Profile Settings page /*/
.user_img,
.user_img img,
.camera_btn {
    border-radius: 10px;
}
.user_img {
    max-width: 405px;
    max-height: 384px;
    margin: 0 auto;
    position: relative;
}
.user_img:hover .camera_btn {
    opacity: 1;
}
.camera_btn {
    opacity: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42);
}
.camera_btn::after{
    content: url('../img/icons/camera.png');
    position: absolute;
    top: 45%;
    left: 45%;
}

.discount_btn {
    margin-top: 45px;
    padding: 13px 70px;
    border: 1px solid #816DF2;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #816DF2;
}

.inviteFriends_btn {
    margin-top: 35px;
    padding: 20px 42px;
    background: #86DFD3;
    box-shadow: 0px 4px 6px rgba(223, 223, 223, 0.63);
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.user_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1F1F1F;
}

.user_input {
    background: #F6F0FF;
    border: 1px solid #A2A0A0;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 20px;
    height: 56px;
    padding-left: 45px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #A2A0A0;
}

.user_input::placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #A2A0A0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border: unset;
    background: linear-gradient(110.1deg, #5641CE 12.11%, #9C95C7 93.09%);
}

.user_text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 186.9%;
    text-align: center;
    letter-spacing: 1px;
    color: #008F7C;
}

/*/ End Profile Settings page /*/
