.modal-dialog-mobile {
    top: 40px;
}

.modal-dialog {
    height: 0px !important;
}

.modal {
    overflow-y: hidden !important;
}

/** WE MAY NEED TO PUT THESE ITEMS UNDER MEDIA QUERIES **/
.tip {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9rem;
    /**later additions**/
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    width: 90% !important;
}

.tip-button {
    cursor: pointer;
    user-select: none;
    position: absolute;
    bottom: 115px;
    right: 10px;
    content: url('../images/icons/overlay-question-mark.png');
    background-image: url('../images/icons/overlay-question-mark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 40px;
    height: 40px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.app-modal-mobile {
    color: #ffffff;
    background-color: #1B365D;
}

.modal-close-btn-mobile_header {
    color: #ffffff;
    height: 22px;
    width: 22px;
}

.modal-close-btn-mobile {
    color: #ffffff;
    height: 6%;
    width: 6%;
}

.p-modal-b-text-mobile {
    font-weight: bold;
    font-size: 0.9rem;
}

.btn-modal-not-bg-mobile {
    color: #fff;
    border-color: transparent;
    background-color: transparent;
    font-weight: bold;
}

/**
    Styles for the back button
 */

.btn-modal-next-mobile {
    color: #fff;
    border-color: transparent;
    background-color: transparent;
    font-weight: bold;
}

.btn-modal-next-mobile,
.btn-modal-next-mobile:hover,
.btn-modal-next-mobile:active,
.btn-modal-next-mobile:visited {
    color: #fff !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.btn-modal-next-mobile::before {
    content: "NEXT ";
    float: left;
}

.btn-modal-next-mobile::after {
    content: url('../images/icons/angle-right.svg');
    float: right;
    margin-top: -9px;
}

/**
    Styles for the back button
 */

.btn-modal-back-mobile {
    color: #fff;
    border-color: transparent;
    background-color: transparent;
    font-weight: bold;
}

.btn-modal-back-mobile,
.btn-modal-back-mobile:hover,
.btn-modal-back-mobile:active,
.btn-modal-back-mobile:visited {
    color: #fff !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;;
}

.btn-modal-back-mobile::after {
    content: "BACK ";
    float: right;
}

.btn-modal-back-mobile::before {
    content: url('../images/icons/angle-left.svg');
    float: left;
    margin-top: -9px;
}

/**
    Styles for the tips button
 */

.btn-modal-tips-mobile,
.btn-modal-tips-mobile:hover,
.btn-modal-tips-mobile:active,
.btn-modal-tips-mobile:visited {
    color: #fff !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;;
}


@media only screen and (max-width: 569.98px) {
    .p-modal-b-text-mobile {
        font-weight: bold;
        font-size: 0.7rem;
    }

    .mobile-content {
        font-size: 0.7rem;
    }

    .btn-modal-tips-mobile {
        font-size: 0.7rem;
    }

    .btn-modal-next-mobile {
        font-size: 0.7rem;
    }

    .btn-modal-back-mobile {
        font-size: 0.7rem;
    }

    .modal-dialog-mobile {
        top: 40px;
    }

    .tip {
        font-size: 0.7rem;
    }

    .btn-modal-next-mobile::after {
        margin-top: -12px;
    }

    .btn-modal-back-mobile::before {
        margin-top: -12px;
    }
}