body {
    background-color: #fff;
}

.thanking-title {
    margin-top: 45px;
    font-size: 36px;
    font-weight: 700;
}

.thanking-text {
    margin-top: 16px;
}

.thanking-text span{
    color: #666666;
    font-size: 20px;
}

.thanking-text a {
    font-size: 20px;
    cursor: pointer;
    color: #5E5EF6;
}

.hr-thanking {
    background-color: #F5F5F5;
    height: 1px;
}


/* Gray box */

.gray-box {
    margin-top: 20px;
    background-color: #F5F5F5;
    padding: 16px;
}

.gray-box .text-gray-box {
    color: #666666;
    font-size: 14px;
}
.gray-box .text-gray-box:first-child {
    margin-bottom: 16px;
}

.label-btns {
    padding-left: 0 !important;
}

.btns-container {
    margin-top: 32px;
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
}

.btns-container div {
    margin-right: 20px;
    padding: 8px;
}

.btns-container .block-btn {
    color: #5E5EF6;
    transition: all 0.3s linear;
    border-radius: 4px;
    cursor: pointer;
}

.selected-btn-block {
    color: #fff !important;
    background-color: #5E5EF6 !important;
}

.btns-container .block-btn:hover {
    color: #fff;
    background-color: #5E5EF6;
}

.btns-container div:last-child {
    margin-right: 0 !important;
}

.block-contains {
    margin-bottom: 50px;
}

.selected-block {
    display: block !important;
}

.item-block-title {
    font-size: 14px;
    margin-top: 30px;
}

.item-block-title span {
    font-weight: 700;
}

.tutorial-image {
    margin-top: 16px;
}


@media (max-width:768px) {
    .thanking-title {
        font-size: 22px;
    }
    .thanking-title-s {
        margin-top: 10px !important;
    }
    .thanking-text span{
        font-size: 14px;
    }

    .thanking-text  a{
        font-size: 14px;
    }
}