@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

main.main__ams__selection__tool__wrap * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #515456;
}

.main__ams__selection__tool__wrap img {
    max-width: 100%;
    height: auto;
}

.main__ams__selection__tool__wrap {
    background-color: #e6f3f6;
    padding: 30px 20px;
    /* height: 100vh; */
}

.main__ams__selection__tool__wrap .main__container__cover {

    max-width: 1170px;
    margin: 0px auto;
    width: 100%;
    height: 100%;
}


.main__ams__selection__tool__wrap .amstool__block__wrap {
    border-radius: 20px;
    background-color: #f7f7f7;
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

.ams__text__wrapper h1.main__title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.ams__text__wrapper .ams__deafult__btn {
    border-radius: 10px;
    background-color: #1296ad;
    display: flex;
    padding: 18px;
    justify-content: center;
    align-items: center;
    border: 0px;
    min-width: 185px;
    color: #fff;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    min-height: 64px;
    margin: 0px auto;
    cursor: pointer;
    transition: all ease 300ms;
}

.amstool__content__block.first__step__ams .ams__text__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.amstool__content__block.first__step__ams {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 100%;
}

.ams__footer__wrap .footer__text__wrap span {
    color: #515456;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
}

.ams__footer__wrap .footer__text__wrap a {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: inline-flex;
    text-decoration: none;
    transition: all ease 300ms;
}

.ams__footer__wrap .footer__text__wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
}

.amstool__content__block.first__step__ams .ams__footer__wrap {
    width: 100%;
    text-align: center;
}

.ams__text__wrapper .ams__deafult__btn:hover {
    background-color: #040e15;
}

.ams__footer__wrap .footer__text__wrap a:hover {
    color: #1296ad;
}

.main__ams__selection__tool__wrap .footer__btn__group__block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.footer__btn__group__block .default__btn {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    min-width: 108px;
    min-height: 52px;
    border-radius: 10px;
    border: 0px;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    transition: all ease 300ms;
}

.footer__btn__group__block .back__btn.default__btn {
    background-color: #e6f3f6;
    color: #1296ad;
}

.footer__btn__group__block .back__btn.default__btn:hover {
    background-color: #1296ad;
    color: #e6f3f6;
}

.footer__btn__group__block .next__btn.default__btn,
.footer__btn__group__block .default__btn.conclusionBtn,
.footer__btn__group__block .default__btn.finishstep {
    background-color: #1296ad;
    color: #ffffff;
}

.footer__btn__group__block .next__btn.default__btn:hover,
.footer__btn__group__block .default__btn.conclusionBtn:hover,
.footer__btn__group__block .default__btn.finishstep:hover {
    color: #ffffff;
    background-color: #040e15;
}

.footer__btn__group__block .skip__to__tool a {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    min-width: 108px;
    min-height: 52px;
    border-radius: 10px;
    border: 0px;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    transition: all ease 300ms;
    background-color: #e6f3f6;
    color: #1296ad;
}

.footer__btn__group__block .skip__to__tool a:hover {
    background-color: #1296ad;
    color: #ffffff;
}

.main__ams__selection__tool__wrap .amstool__content__block.second__step__ams {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.amstool__content__block.second__step__ams .information__content__block {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 20px;
}

.amstool__content__block.second__step__ams .information__content__block h2.title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.amstool__content__block.second__step__ams .information__content__block .information__text__block {
    display: flex;
    padding: 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 14px;
    background-color: #ffffff;
}

.information__content__block .information__text__block h4.sub__title {
    color: #655654;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.information__content__block .information__text__block p {
    color: #515456;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.information__content__block .information__text__block p a {
    color: #1296ad;
    font-weight: 600;
}

.amstool__content__block.third__step__ams .vocal__profiles__title__block {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.amstool__content__block.third__step__ams {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    flex-shrink: 0;
    align-self: stretch;
}

.vocal__profiles__title__block h2.title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
}

.vocal__profiles__title__block h4.sub__title {
    color: #655654;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 35px;
}

.vocal__profile__shortnote p {
    color: #515456;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.vocal__profile__shortnote p a {
    color: #1296ad;
    font-weight: 600;
}

.vocal__profile__list__wrapper .list__cover__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
}

.vocal__profile__list__wrapper .list__cover__block .vocal__profile__list__item {
    display: flex;
    padding: 20px;
    align-items: self-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 0.5px solid #b2dae2;
    background-color: #ffffff;
    flex-direction: column;
    transition: all ease 300ms;
    cursor: pointer;
}

.vocal__profile__list__wrapper .list__cover__block .vocal__profile__list__item:hover {
    border-color: #58afc1;
    background-color: #e6f3f6;
}

.vocal__profile__list__wrapper .vocal__profile__list__item h6.title {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.vocal__profile__list__wrapper .vocal__profile__list__item .item__short__note {
    color: #515456;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.amstool__content__block.third__step__ams .vocal__profile__shortnote {
    margin-top: 20px;
    color: #515456;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 65px;
}


.vocal__profile__list__wrapper .list__cover__block::-webkit-scrollbar-track {
    border-radius: 40px;
    background-color: #f4f2f2;
}

.vocal__profile__list__wrapper .list__cover__block::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f2f2;
}

.vocal__profile__list__wrapper .list__cover__block::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background-color: #d3d1d1;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.vocal__profile__popup .popup__wrapper {
    display: flex;
    max-width: 555px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.vocal__profile__popup .popup__wrapper .popup__head__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    align-self: stretch;
}

.vocal__profile__popup .popup__wrapper .popup__head__box h4.title {
    color: #181f22;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 0 0;
}

.vocal__profile__popup .popup__head__box .popup__close__btn a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vocal__profile__popup .popup__wrapper .divider__sepline {
    background-color: #cfd8dc;
    width: 100%;
    height: 1px;
}

.vocal__profile__popup .ams__vocal__profile__text {
    color: #515456;
    text-align: center;
    font-feature-settings: 'salt'on;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.vocal__profile__popup .footer__btn__group__block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.vocal__profile__popup .popup__head__box .popup__close__btn a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #e6f3f6;
}

.amstool__content__block.fourth__step__ams .ams__vocal__profile__conclusion__wrapper {
    display: flex;
    padding: 0px 0px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.ams__vocal__profile__conclusion__wrapper h5.title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    flex: 1 0 0;
    width: 100%;
}

.ams__vocal__profile__conclusion__wrapper h1.title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    flex: 1 0 0;
    width: 100%;
}

.ams__vocal__profile__conclusion__wrapper .responsive__cover__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    width: 100%;
}

/*------------------
AMS Tool Section
---------------------*/

.main__ams__selection__tool__wrap .amstool__content__block.fifth__step__ams {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.amstool__content__block.fifth__step__ams .amstool__text__block__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
}

.amstool__content__block.fifth__step__ams .amstool__text__block__wrapper h3.title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
}

.amstool__content__block.fifth__step__ams .amstool__text__block__wrapper .text__description__wrapper {
    color: #515456;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.amstool__repertoire__selections__wrapper .main__ams__tool__wrapper .footer__btn__group__block {
    margin-top: 70px;
}

.amstool__content__block.fifth__step__ams .amstool__repertoire__selections__wrapper {
    width: 100%;
}

.amstool__repertoire__selections__wrapper .main__ams__tool__wrapper button.reset__changes__btn {
    border-radius: 10px;
    border: 1px solid #1296ad;
    background-color: transparent;
    color: #1296ad;
    min-width: 192px;
}

.amstool__repertoire__selections__wrapper .main__ams__tool__wrapper button.reset__changes__btn:hover {
    background-color: #1296ad;
    color: #ffffff;
}

.amstool__repertoire__selections__wrapper .main__ams__tool__wrapper .ams__tool__option__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    width: 100%;
}

.amstool__repertoire__selections__wrapper .main__ams__tool__wrapper h6.ams__title {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.amstool__repertoire__selections__wrapper .ams__tool__option__item .option__title__box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.amstool__repertoire__selections__wrapper .ams__tool__option__item .ams__option__selection {
    display: flex;
    align-items: center;
    gap: 10px;
}

.amstool__repertoire__selections__wrapper .ams__option__selection .option__select__btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    position: relative;
}

.amstool__repertoire__selections__wrapper .ams__tool__option__item .option__title__box .info__btn {
    width: 24px;
    height: 24px;
    line-height: 0px;
}

.amstool__repertoire__selections__wrapper .ams__tool__option__item .option__title__box h6.title {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    flex: 1 0 0;
}

.amstool__repertoire__selections__wrapper .main__ams__tool__wrapper .ams__tool_cover__block {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: self-start;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.option__select__btn .option__text__btn .tips__icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.ams__option__selection .option__select__btn .option__text__btn {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    border: 1px solid #8cc8d4;
    background-color: #ffffff;
    cursor: pointer;
    transition: all ease 300ms;
}

.ams__option__selection .option__select__btn:hover .option__text__btn,
.ams__option__selection .option__select__btn.selection__active .option__text__btn {
    background-color: #e6f3f6;
}

.ams__option__selection .option__select__btn .option__text__btn:hover .tips__icon,
.ams__option__selection .option__select__btn.selection__active .option__text__btn .tips__icon {
    opacity: 1;
}

.ams__option__selection .option__select__btn .option__text__btn .text {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.32px;
}

.ams__tool__option__item .ams__option__selection.column__group__block {
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
}

.ams__option__selection.column__group__block .option__selection__group__block {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    flex: 1 0 0;
}

.ams__option__selection.column__group__block .option__selection__group__block .seprate__option__group {
    display: flex;
    align-items: center;
    gap: 10px;
}


.hover__tooltip__popup .inner__group__block {
    display: flex;
    align-items: self-start;
    gap: 15px;
}

.option__select__btn .hover__tooltip__popup {
    padding: 12px 14px;
    background-color: #e8f2fc;
    position: absolute;
    width: 385px;
    top: calc(100% + 5px);
    left: calc(100% - 65px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all ease 300ms;
    border-radius: 8px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.option__select__btn .hover__tooltip__popup::before {
    content: "";
    position: absolute;
    background-image: url(imgs/caret-icon.png);
    display: block;
    left: 24px;
    top: -15px;
    width: 32px;
    height: 17px;
}

.ams__option__selection .option__select__btn .option__text__btn:hover+.hover__tooltip__popup {
    opacity: 1;
    visibility: visible;
}

.ams__option__selection .option__select__btn:hover .hover__tooltip__popup {
    opacity: 1;
    visibility: visible;
}

.hover__tooltip__popup .text__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    gap: 5px;
    flex: 1 0 0;
}

.hover__tooltip__popup .author__img,
.hover__tooltip__popup .author__img img {
    line-height: 0px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}

.hover__tooltip__popup .text__block label {
    color: #111610;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75;
    flex: 1 0 0;
    width: 100%;
}

.hover__tooltip__popup .text__block p {
    color: #111610;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hover__overlay {
    opacity: 0;
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    visibility: hidden;
}

.hover__overlay.active__overlay {
    opacity: 0.1;
    visibility: visible;
}

/*-------------------------
Select Vocal Profile Section
------------------------*/

.amstool__content__block.select__vocal__profile__tree .vocal__profile__tree__block {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.vocal__profile__tree__block .tree__preview__link {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree__preview__link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
}

.tree__preview__link .preview__icon {
    line-height: 0px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.tree__preview__link .preview__text {
    color: #1296ad;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.vocal__profile__tree__block h2.title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    flex: 1 0 0;
    width: 100%;
}

.main__ams__tree__block .tree__item__block {
    display: flex;
    max-width: 375px;
    padding: 16px 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-radius: 16px;
    border: 2px solid #38a0b5;
    background-color: #ffffff;
    /* height: 100%; */
    justify-content: center;
    min-height: 150px;
}

.tree__block__cover.main__tree__item__block .tree__item__block {
    align-items: self-start;
}

.main__ams__tree__block .tree__item__block h6.title {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.main__ams__tree__block .tree__item__block h6.title {
    font-size: 16px;
    line-height: 1.4;
}

.tree__item__block .tree__default__btn {
    display: inline-block;
}

.tree__item__block .tree__default__btn a {
    text-decoration: none;
    display: flex;
    padding: 8px 13px;
    gap: 10px;
    border-radius: 5px;
    background-color: #e8f2fc;
    color: #1296ad;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    min-width: 180px;
    align-items: center;
    justify-content: center;
    transition: all ease 300ms;
}

.tree__item__block .tree__default__btn a:hover {
    background-color: #1296ad;
    color: #e8f2fc;
}

.checkbox__group {
    display: block;
    margin-bottom: 15px;
}

.checkbox__group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox__group label {
    position: relative;
    cursor: pointer;
}

.checkbox__group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #515456;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0px;
    border-radius: 4px;
}

.checkbox__group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 26px;
    width: 12px;
    height: 12px;
    transform: translate(0px, -50%);
    background-color: #515456;
    border-radius: 0px;
}

.amstool__tree__second__branch .tree__block__cover .tree__default__btn__group .checkbox__group input:checked+label:after {
    left: 21px;
}

.amstool__tree__branch__wrapper.third__branch__wrapper .amstool__tree__third__branch .checkbox__group input:checked+label:after {
    left: 21px;
}

.main__ams__tree__block .tree__block__cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex: 1 0 0;
}

.tree__default__btn__group .checkbox__group label {
    display: flex;
    width: 100%;
    padding: 20px;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid #8cc8d4;
    background-color: #ffffff;
    position: relative;
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.tree__block__cover .tree__default__btn__group {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tree__default__btn__group .checkbox__group {
    width: 100%;
}

.vocal__profile__tree__block .main__vocal__profile__tree__block {
    min-height: 470px;
    width: 100%;
    margin-bottom: 60px;
}

.amstool__tree__branch__wrapper.second__branch__wrapper .yes__no__option__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.amstool__tree__branch__wrapper.second__branch__wrapper .amstool__tree__second__branch {
    display: flex;
    justify-content: space-between;
    max-width: 795px;
    margin: 0px auto;
    width: 100%;
}

.amstool__tree__branch__wrapper.second__branch__wrapper .amstool__tree__second__branch .tree__block__cover,
.amstool__tree__third__branch .group__branch__wrapper .tree__block__cover {
    max-width: 250px;
    width: 100%;
    gap: 20px;
}

.amstool__tree__second__branch .tree__item__block h6.title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.amstool__tree__second__branch .tree__default__btn__group .checkbox__group label,
.amstool__tree__third__branch .tree__default__btn__group .checkbox__group label {
    padding: 15px;
    gap: 20px;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 8px;
}

.amstool__tree__second__branch .tree__default__btn__group .checkbox__group label::before,
.amstool__tree__third__branch .tree__default__btn__group .checkbox__group label::before {
    width: 24px;
    height: 24px;
}

.yes__no__option__wrapper .option__arrow__group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.amstool__tree__branch__wrapper.third__branch__wrapper .yes__no__option__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    margin: 0px auto;
}

.amstool__tree__third__branch .group__branch__wrapper {
    display: flex;
    align-items: self-start;
    gap: 30px;
    max-width: 530px;
    width: 100%;
}

.amstool__tree__branch__wrapper.third__branch__wrapper .amstool__tree__third__branch {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.amstool__tree__fourth__branch .group__branch__wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
    max-width: 532px;
    width: 100%;
}

.amstool__tree__branch__wrapper.fourth__branch__wrapper .amstool__tree__fourth__branch {
    display: flex;
    justify-content: space-between;
}

.amstool__tree__branch__wrapper.fourth__branch__wrapper .yes__no__option__wrapper {
    display: flex;
    gap: 215px;
}

.main__ams__tree__block .amstool__tree__fourth__branch .tree__item__block {
    min-height: 96px;
}

.yes__no__option__wrapper .option__arrow__group img,
.amstool__tree__branch__wrapper.second__branch__wrapper .yes__no__option__wrapper img {
    margin: 0px -2px;
}

/*--------------------
AMS Tool Preview Popup
-----------------*/

.preview__tree__block .preview__main__wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    background-color: #f7f7f7;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 40px;
    line-height: 0px;
    transform: translate(-50%, -50%);
}

.preview__main__wrapper .preview__img__block__wrapper,
.preview__main__wrapper .preview__img__block__wrapper img {
    width: 100%;
}

.preview__tree__block .preview__main__wrapper .popup__close__btn {
    position: absolute;
    line-height: 0px;
    top: 40px;
    right: 50px;
}


/*-------------------
Multi stepper
------------------*/

.multi__navsteps__wrapper .tool__stepper__process__box .progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 970px;
    margin: 0px auto;
}

.multi__navsteps__wrapper .tool__stepper__process__box .progress-container::before {
    content: "";
    background-color: #e8e6e6;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.multi__navsteps__wrapper .tool__stepper__process__box .progress-bar {
    background-color: #1296AD;
    height: 5px;
    width: 0%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.4s ease;
}

.multi__navsteps__wrapper .tool__stepper__process__box .step__circle .step__number {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #e8e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e6e6;
    transition: 0.4s ease;
    color: #ffffff;
    text-align: center;
    font-family: Libre Franklin;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    margin: auto 0px auto auto;
    top: 50%;
    transform: translate(0px, -50%);
}

.multi__navsteps__wrapper .tool__stepper__process__box .circle.active .step__number,
.multi__navsteps__wrapper .tool__stepper__process__box .circle.prev__active .step__number {
    border-color: #1296ad;
    background-color: #1296ad;
    color: #ffffff;
}

.multi__navsteps__wrapper .tool__stepper__process__box .circle.active .step__label,
.multi__navsteps__wrapper .tool__stepper__process__box .circle.prev__active .step__label {
    color: #1296ad;
}

.multi__navsteps__wrapper .tool__stepper__process__box .progress-container {
    margin: 0px auto;
}

.multi__navsteps__wrapper .tool__stepper__process__box .step__circle {
    width: 100%;
}

.multi__navsteps__wrapper .tool__stepper__process__box .step__circle .step__label {
    color: #b8b1b0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    display: block;
    text-align: center;
    padding-right: 42px;
    top: -2px;
    position: relative;
    max-width: 100%;
}

/*------------------
AMS tool Updates
--------------------*/

.main__ams__tree__block .second__no__branch.disable .tree__item__block {
    border-color: #ffffff;
}

.main__ams__tree__block .second__no__branch.disable .tree__item__block h6.title {
    color: #b8b1b0;
}

.disable .tree__item__block {
    border-color: #ffffff;
}

.disable .tree__item__block h6.title {
    color: #b8b1b0;
}

.yes__no__option__wrapper .active__arrow,
.yes__no__option__wrapper .deactive__arrow {
    display: none;
}

.yes__deactive .option__yes__block .deactive__arrow,
.yes__deactive .option__no__block .active__arrow {
    display: block;
}

.no__deactive .option__yes__block .active__arrow,
.no__deactive .option__no__block .deactive__arrow {
    display: block;
}

.second__branch__outer .option__arrow__group .option__yes__block {
    width: 158px;
    line-height: 0px;
}

.second__branch__outer .option__arrow__group .option__no__block {
    width: 150px;
    line-height: 0px;
}

.fourth__branch__wrapper .yes__no__option__wrapper .option__arrow__group .option__yes__block {
    line-height: 0px;
    width: 116px;
}

.fourth__branch__wrapper .yes__no__option__wrapper .option__arrow__group .option__no__block {
    line-height: 0px;
    width: 275px;
}


/*-----------------
AMS Tool Tab
-----------------*/


.ams__repertoire__wrapper .section__cover__block {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: self-start;
    gap: 24px;
}

.ams__repertoire__wrapper h2.title {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

.ams__repertoire__wrapper .divider__sepline {
    background-color: #00000010;
    width: 100%;
    height: 1px;
}

.tool__block__group .ams__box__item {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border: 0.5px solid #8cc8d4;
    background-color: #fff;
    flex: 1;
    cursor: pointer;
    transition: all ease 300ms;
}

.ams__box__item h4.title {
    color: #181f22;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.ams__box__item .short__info {
    color: #515456;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.ams__box__item .ams__info__table {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background-color: rgba(230, 243, 246, 0.50);
}

.ams__info__table .info__group label.info {
    color: #040e15;
    font-feature-settings: 'salt'on;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 0 0;
}

.ams__box__item .ams__info__table .info__group {
    display: flex;
    align-items: self-start;
    gap: 12px;
    align-self: stretch;
}

.ams__info__table .info__group .info__label {
    color: #040e15;
    font-feature-settings: 'salt'on;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 0 0;
}

.ams__info__table .info__group .info__value span {
    color: #515456;
    text-align: right;
    font-feature-settings: 'salt'on;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

.ams__info__table .info__group .info__value {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section__cover__block .tool__repertoire__cover__block {
    width: 100%;
}

.tool__repertoire__cover__block .tool__block__group {
    display: grid;
    align-items: normal;
    grid-template-columns: 49% 49%;
    gap: 20px;
    max-height: 685px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.tool__repertoire__cover__block .tool__block__group::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f4f2f2;
}

.tool__repertoire__cover__block .tool__block__group::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f2f2;
}

.tool__repertoire__cover__block .tool__block__group::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d3d1d1;
}

.amstool__btn__group .footer__btn__group__block .next__btn {
    min-width: 164px;
}

.ams__repertoire__wrapper .amstool__btn__group {
    width: 100%;
}

.amstool__btn__group .footer__btn__group__block {
    width: 100%;
    justify-content: space-between;
}

.tool__block__group .ams__box__item:hover,
.tool__block__group .ams__box__item.selected__item {
    border: 1px solid rgba(140, 200, 212, 0.00);
    background-color: #1296ad;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.02);
}

.ams__box__item:hover h4.title,
.ams__box__item.selected__item h4.title {
    color: #ffffff;
}

.ams__box__item:hover .divider__sepline,
.ams__box__item.selected__item .divider__sepline {
    background-color: #ffffff10;
}

.ams__box__item:hover .short__info p,
.ams__box__item.selected__item .short__info p,
.ams__box__item.selected__item .short__info .ams__box__item:hover .short__info {
    color: #ffffff;
}

.ams__box__item:hover .ams__info__table,
.ams__box__item.selected__item .ams__info__table {
    background-color: #ffffff;
}

.amstool__popup__wrapper .popup__wrapper {
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
    display: flex;
    max-width: 815px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.amstool__popup__wrapper .popup__wrapper .popup__head__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.amstool__popup__wrapper .popup__head__box h4.title {
    color: #181f22;
    font-family: "Libre Franklin";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 0 0;
}

.amstool__popup__wrapper .popup__close__btn a {
    line-height: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amstool__popup__wrapper .divider__sepline {
    width: 100%;
    height: 1px;
    background-color: #cfd8dc;
}

.amstool__popup__wrapper .popup__description__wrapper {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 12px;
    flex: 1 0 0;
}

.amstool__popup__wrapper .popup__description__wrapper h3.title {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.popup__description__wrapper .desc__wrapper {
    color: #515456;
    font-feature-settings: 'salt'on;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 450px;
    height: 100%;
    overflow: auto;
    padding-right: 12px;
}

.popup__description__wrapper .desc__wrapper::-webkit-scrollbar-track {
    border-radius: 40px;
    background-color: #f4f2f2;
}

.popup__description__wrapper .desc__wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f2f2;
}

.popup__description__wrapper .desc__wrapper::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background-color: #d9d9d9;
}

.export__pdf__wrapper .popup__wrapper {
    display: flex;
    max-width: 528px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.export__pdf__wrapper .popup__head__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.export__pdf__wrapper .popup__head__box h4.title {
    color: #181f22;
    font-family: "Libre Franklin";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 0 0;
}

.export__pdf__wrapper .popup__head__box .popup__close__btn a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.export__pdf__wrapper .divider__sepline {
    background-color: #cfd8dc;
    width: 100%;
    height: 1px;
}

.export__email__block__wrapper .export__or__block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.export__email__block__wrapper .sepline__img {
    display: block;
    line-height: 0px;
}

.export__email__block__wrapper .export__or__block .or {
    color: #515456;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
}

.export__email__block__wrapper .form__wrapper {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 30px;
}

.export__email__block__wrapper .form__wrapper .field__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.form__wrapper .field__block label {
    display: block;
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form__wrapper .field__block .input__field {
    width: 100%;
}

.form__wrapper .field__block .input__field input {
    display: flex;
    height: 48px;
    padding: 10px 14px;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    border: 1px solid #8cc8d4;
    background-color: #ffffff;
    width: 100%;
    color: #515456;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.export__email__block__wrapper .send__btn {
    width: 100%;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    background-color: #1296ad;
    border: 0px;
    color: #fff;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    height: 52px;
}

.export__email__block__wrapper .download__pdf__here {
    width: 100%;
    text-align: center;
}

.export__email__block__wrapper .download__pdf__here a {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-decoration-line: underline;
}

.form__wrapper .field__block .input__field.error input {
    border-color: #ff0f00;
}

.error .warning__msg {
    color: #FF4B40;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 5px;
}

/*---------------
successfully popup
-----------------*/

.successfully__popup__block .popup__wrapper {
    display: flex;
    max-width: 555px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.successfully__popup__block .popup__head__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    align-self: stretch;
}

.successfully__popup__block .popup__head__box .popup__close__btn a {
    width: 32px;
    height: 32px;
    display: block;
}

.successfully__popup__block .popup__head__box h4.title {
    color: #1296ad;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: 1 0 0;
    text-transform: uppercase;
}

.successfully__popup__block .divider__sepline {
    background-color: #cfd8dc;
    height: 1px;
    width: 100%;
}

.popup__content__block .text__wrapper__block {
    color: #515456;
    text-align: center;
    font-feature-settings: 'salt'on;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.popup__btn__group .footer__btn__group__block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.successfully__popup__block .popup__content__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.successfully__popup__block .popup__img__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.successfully__popup__block .efl__app__wrapper span {
    color: #000;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.popup__img__wrapper .efl__app__wrapper {
    line-height: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.popup__img__wrapper .arrow__block {
    line-height: 0px;
}

.popup__btn__group .footer__btn__group__block .next__btn.default__btn {
    min-width: 130px;
}

.footer__btn__group__block .default__btn.trans__btn {
    border: 1px solid #1296ad;
    background-color: #ffffff;
}

.ams__information__popup__block .popup__wrapper {
    display: flex;
    max-width: 555px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ams__information__popup__block .popup__head__box {
    display: flex;
    align-items: center;
    gap: 77px;
}

.ams__information__popup__block .popup__head__box h4.title {
    color: #181f22;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1;
}

.ams__information__popup__block .popup__head__box .popup__close__btn a {
    line-height: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ams__information__popup__block .divider__sepline {
    height: 1px;
    background-color: #cfd8dc;
    width: 100%;
}

.ams__information__popup__block .popup__content__block {
    width: 100%;
}

.ams__information__popup__block .responses__list__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.responses__list__wrapper .responses__item {
    display: flex;
    padding: 20px 13px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background-color: #e8f2fc;
}

.responses__list__wrapper .responses__item span {
    max-width: 50px;
    color: #515456;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}

.responses__list__wrapper .responses__item label {
    color: #515456;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    flex: 1 0 0;
}

/*------------
FAQ Section
-------------*/
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    width: 100%;
    cursor: pointer;
    justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background-color: #e8f2fc;
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    flex: 1 0 0;
}

.accordion-item .accordion-item-desc {
    display: none;
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    background-image: url('../imgs/minus-icon.png');
    width: 18px;
    height: 2px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "";
    background-image: url('../imgs/plus-icon.png');
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }

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

.responsive__cover__block .accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.responsive__cover__block .accordion::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: #f4f2f2;
}

.responsive__cover__block .accordion::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f2f2;
}

.responsive__cover__block .accordion::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #d9d9d9;
}


.accordion-item .accordion-item-desc {
    color: #515456;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    padding: 0px;
}

.accordion-item-desc .content__text__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion .accordion-item {
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 16px;
    background-color: #e8f2fc;
    transition: all ease 300ms;
}

.accordion-item-desc h6.sub__title {
    color: #040e15;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
}

.accordion-item-desc .content__text__wrapper a {
    color: #1296ad;
    text-decoration-line: underline;
}

.main__ams__selection__tool__wrap .footer__btn__group__block.text__align__right {
    justify-content: end;
}

.popup__head__box h4.title.yellow {
    color: #ffa448;
}

.amstool__content__block.fourth__step__ams {
    padding: 40px 0px;
}


.footer__btn__group__block .default__btn.submitAMSBtn,
.footer__btn__group__block .default__btn.resetAmsData {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    min-width: 108px;
    min-height: 52px;
    border-radius: 10px;
    border: 0px;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    transition: all ease 300ms;
    background-color: #1296ad;
    color: #ffffff;
}

.footer__btn__group__block .default__btn.submitAMSBtn:hover,
.footer__btn__group__block .default__btn.resetAmsData:hover {
    color: #ffffff;
    background-color: #040e15;
}

.amstool__popup__wrapper .popup__description__wrapper .amsDescriptionBox {
    max-height: 400px;
    overflow: auto;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.amstool__popup__wrapper .popup__description__wrapper .amsDescriptionBox::-webkit-scrollbar-track {
    border-radius: 40px;
    background-color: #D9D9D9;
}

.amstool__popup__wrapper .popup__description__wrapper .amsDescriptionBox::-webkit-scrollbar {
    width: 10px;
    background-color: #D9D9D9;
}

.amstool__popup__wrapper .popup__description__wrapper .amsDescriptionBox::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background-color: #0688A2;
}


/*----------------
Mobile AMS TOOLS
-----------------*/

.mobile__option__wrapper.mobile__first__group {
    display: flex;
    align-items: self-start;
    justify-content: center;
    line-height: 0px;
}

.mobile__option__wrapper.mobile__second__group .mobile__option__arrow__group {
    display: flex;
    align-items: self-start;
    line-height: 0px;
}

.mobile__option__wrapper.mobile__third__group .mobile__option__arrow__group {
    display: flex;
    align-items: self-start;
    line-height: 0px;
}

.mobile__active__arrow {
    display: block;
}

.mobile__deactive__arrow {
    display: none;
}

.mobile__option__wrapper.mobile__second__group {
    display: flex;
    align-items: self-start;
    line-height: 0px;
    justify-content: space-between;
}

.mobile__option__wrapper.mobile__third__group {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.mobile__option__wrapper.mobile__third__group {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    max-width: 840px;
    margin: 0px auto;
}

.amstool__tree__branch__wrapper.third__branch__wrapper .mobile__option__wrapper.mobile__second__group {
    max-width: 840px;
    margin: 0px auto;
}
/*--------------
AMS Tools Updates
----------------*/

.main__ams__selection__tool__wrap .amstool__intro__section__wrapper {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.amstool__intro__section__wrapper .amstool__intro__cover__block {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 20px;
}

.amstool__intro__section__wrapper .amstool__intro__cover__block h3.title {
    color: #040e15;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0px;
    width: 100%;
}

.amstool__intro__section__wrapper .amstool__intro__cover__block .selection__tool__text__block {
    display: flex;
    padding: 50px 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    text-align: center;
    border-radius: 14px;
    background: #ffffff;
}

.selection__tool__text__block h5.title {
    color: #655654;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0px;
}

.selection__tool__text__block .text__block__wrapper {
    color: #515456;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.selection__tool__text__block .text__block__wrapper p {
    margin: 0px;
}

.amstool__intro__section__wrapper .intro__btn__block {
    width: 100%;
}

.intro__btn__block .default__blue__btn a {
    display: flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #1296ad;
    color: #ffffff;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
}

.intro__btn__block .default__blue__btn {
    display: inline-block;
}

.selection__tool__text__block .text__block__wrapper a {
    color: #1296ad;
}
.amstool__title__block {
    width: 100%;
    display: flex;
    align-items: center;
}

.amstool__title__block .help__info a {
    width: 20px;
    line-height: 0px;
    height: 20px;
    display: flex;
    justify-content: center;
}

.footer__btn__group__block .default__btn.showExportPopup {
    background-color: #1296ad;
    color: #ffffff;
}

.footer__btn__group__block .default__btn.showExportPopup:hover {
    color: #ffffff;
    background-color: #040e15;
}

.amstool__help__popup .popup__wrapper {
    display: flex;
    max-width: 490px;
    padding: 30px 30px 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
}

.amstool__help__popup .popup__wrapper {
    display: flex;
    max-width: 490px;
    padding: 30px 30px 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.amstool__help__popup .popup__head__box {
    width: 100%;
    display: flex;
    align-items: center;
}

.amstool__help__popup .popup__head__box .popup__close__btn a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amstool__help__popup .popup__head__box h4.title {
    color: #181f22;
    font-family: "Libre Franklin";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 0 0;
}

.amstool__help__popup .divider__sepline {
    background-color: #cfd8dc;
    width: 100%;
    height: 1px;
}

.amstool__help__popup .help__content__block__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    flex: 1 0 0;
    width: 100%;
}

.help__points__wrapper ul {
    padding-left: 20px;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.help__points__wrapper ul li {
    color: #515456;
    font-feature-settings: 'salt'on;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
}