
.as-tutor-popup {
    position: absolute;
    min-height: 100px;
    width: 300px;
    border: 3px solid #35B5DF;
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 16px;
    z-index: 99999;
}

    /*.as-tutor-popup *{
  height: 100%;
  z-index: 9999;
}*/

    .as-tutor-popup.as-tutor-big {
        width: 30%;
        top: 15%;
        left: 35%;
        padding: 25px 15px;
    }

        .as-tutor-popup.as-tutor-big.as-tutor-welcome {
            width: 700px;
            left: calc(50% - 350px);
        }

    .as-tutor-popup .as-tutor-modal {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around;
        height: 100%;
        position: absolute;
        padding: 0 10px;
        background: white;
        width: 100%;
        position: relative;
    }

        .as-tutor-popup .as-tutor-modal > * {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
            line-height: 1rem;
        }

    .as-tutor-popup.as-tutor-big .as-tutor-body {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        line-height: 1rem;
    }

    .as-tutor-popup .as-tutor-header {
        color: #FF0000;
        font-family: PFDinDisplayPro-Bold;
    }


    .as-tutor-popup .as-tutor-body {
        color: #333333;
    }

        .as-tutor-popup .as-tutor-body ul {
            list-style: disc;
            padding-left: 20px;
        }

    .as-tutor-popup .as-tutor-close {
        position: absolute;
        top: 5px;
        right: 5px;
        display: inline;
        z-index: 99999;
    }

    .as-tutor-popup .as-tutor-footer {
        display: flex;
        justify-content: flex-end;
    }

.as-tutor-reference {
    font-size: 0.7em;
    cursor: pointer;
    padding-right: 5px;
}

    .as-tutor-reference:hover {
        text-decoration: underline;
    }

.as-tutor-popup .as-tutor-tail {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 22px solid #35B5DF;
    top: -22px;
    left: 100px;
}

.as-tutor-popup .tail-white {
    position: relative;
    top: 6px;
    right: 11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 17px solid white;
}

[data-as-tutor-cursor] {
    z-index: 99999;
}

[data-as-tutor-cursor=pointer] {
    content: url("cursors/pointer.png")
}

[data-as-tutor-cursor=hand] {
    content: url("cursors/hand.png")
}

.as-tutor-no-cursor, .as-tutor-no-cursor * {
    cursor: none;
}

.as-tutor-click-protect {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    opacity: 0.2;
    top: 0;
    left: 0;
    background-color:black;
}