.introjs-tooltip {
    background-color: #FFFFFF !important;
    color: #2468C8 !important;
    border: 8px solid #0BDDCD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-width: 318px;
}

.introjs-tooltiptext {
    padding: 20px 20px 0 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 20px;
}

.introjs-tooltiptext p {
    font-family: 'Ubuntu';
}

.introjs-tooltipbuttons {
    border-top: 0;
    display: inline-flex;
    width: 94%;
    justify-content: center;
    padding-bottom: 76px;
}

.introjs-prevbutton {
    display: none;
}

.introjs-nextbutton,
.introjs-button:focus {
    background: #20C5B8;
    border-radius: 7px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    text-decoration: none;
    text-shadow: none;
    padding: 0.7rem 2.7rem;
}

.introjs-button:hover {
    border: 0;
    background-color: #00867C;
    color: #FFFFFF;
}

.introjs-bullets {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.introjs-tooltip-header {
    display: none;
}

.skip-tutorial-text {
    color: #999999;
    margin-bottom: 0;
}

.skip-tutorial-link {
    color: #6c6c6c;
    text-decoration: underline;
}
.skip-tutorial-link:hover {
    color: #FF0087;
    text-decoration: underline;
}

.introjs-arrow.top,
.introjs-arrow.right,
.introjs-arrow.bottom,
.introjs-arrow.left {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.highlightBox {
    background: url("../img/childsworld_tutorial/mark-circle.svg") no-repeat left;
    box-shadow: rgb(33 33 33 / 0%) 0px 0px 1px 2px, rgb(33 33 33 / 70%) 0px 0px 0px 5000px !important;
    height: 56px !important;
    width: 240px !important;
    margin-left: 8px;
}
.highlightLearningPath {
    box-shadow: rgb(33 33 33 / 0%) 0px 0px 1px 2px, rgb(33 33 33 / 70%) 0px 0px 0px 5000px !important;
    background: url("../img/childsworld_tutorial/marker_LP.svg") no-repeat center;
    background-size: auto;
    z-index: 9999999;
}
.highlightMenuBar {
    box-shadow: rgb(33 33 33 / 0%) 0px 0px 1px 2px, rgb(33 33 33 / 70%) 0px 0px 0px 5000px !important;
    background: url("../img/childsworld_tutorial/marker_menuchildsworld.svg") no-repeat center;
    background-size: contain;
    z-index: 9999999;
}
.highlightCollections {
    box-shadow: rgb(33 33 33 / 0%) 0px 0px 1px 2px, rgb(33 33 33 / 70%) 0px 0px 0px 5000px !important;
    background: url("../img/childsworld_tutorial/marker_collections.svg") no-repeat center;
    background-size: auto;
    z-index: 9999999;
}
.highlightNull {
    box-shadow: rgb(33 33 33 / 0%) 0px 0px 1px 2px, rgb(33 33 33 / 70%) 0px 0px 0px 5000px !important;
    width: 0 !important;
}

.skip-tutorial-modal .uk-modal-dialog {
    border: 8px solid #FF0087;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    width: 324px;
    text-align: center;
}

.skip-tutorial-modal .uk-modal-dialog .uk-button {
    margin: 5px;
    font-family: 'Ubuntu';
    border-radius: 7px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    border: 0;
    text-decoration: none;
    text-shadow: none;
    padding: 0.7rem 0.7rem;
    min-width: 254px;
}

.read-more-banner-modal .read-more-banner-modal__container{
    width: 85%;
    border: 8px solid #0BDDCD;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 3rem;
}
.read-more-banner-modal .read-more-banner-modal__container h2{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #2468C8;
}

.read-more-banner-modal .read-more-banner-modal__container p{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #606469;
}
.read-more-banner-modal .read-more-banner-modal__container button{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0bddcd;
    padding: 8px;
    border-color: transparent;
    border-radius: 7px;
}
    

.btn-fuchsia,
.btn-fuchsia:focus {
    background: #FF0087;
    color: #fff !important;
}

.btn-fuchsia:hover {
    background: #DD0074;
    color: #fff;
}