

/* ============================================
                Thank-you modal
   ============================================ */

.thankYou-modal {
    width: 114% !important;
}

.thankYou-closeBtn>span {
    color: #ff6d00 !important;
    font-size: 4rem !important;
}

.thankYou-closeBtn{
    position: absolute;
    right: 21px;
    top: -11px;
} 

.thankYou-header {
    border-bottom: none !important;
    padding-right: 2rem !important;
    padding-top: 2rem !important;
    padding-bottom: 0 !important;

}

.thankYou-body {
    background-color: white;
    text-align: center;
    padding: 0;
    border-bottom: none;
    padding-top: 0 !important;
}

.thankYou-heading,.teacher-name {
    font-family: var(--main-font);
    color: #20114a;
    display: block;
    font-size: 2.8rem;
    
}

.teacher-name{
    font-size: 18px;
    margin-bottom: 30px;
}

.thankYou-message {
    font-size: 1.6rem;
    color: #322558;
}

.thankYou-footer {
    background-color: #3aa2e2;
    padding: 2.6rem 8rem 5.8rem 8rem !important;
    display: block !important;
}

.thankYou-footer-1st-p {
    color: white;
    font-size: 1.6rem;
    font-family: var(--main-font);
    margin-bottom: 2rem;
}

.thankYou-footer>ol {
    font-size: 1.6rem;
    color: #322558;
    font-family: var(--main-font);
    margin-left: 2.6rem !important;
}

.thankYou-links {
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
}

.thankYou-link-btn{
    font-family: var(--main-font);
    font-size: 16px;
    color: white;
    border: 1px white solid;
    border-radius: 10px;
    padding: 17px 47px;
}

.right-link{
    padding: 17px 18px;
    background-color: #FF6F00;
    color: white;
    border-color:#FF6F00;

}

.thankYou-link-btn:hover{
   color: white;
}

.error-text {
    display: inline-block;
    font-family: var(--main-font);
    font-size: 14px;
    color: #dc0000;
    margin-top: 6px;

}

