/* sponsorship */
div.sponsorship{
    margin:40px 30px;
    text-align: center;
}
a.req_sponsorship_bt,
div.sponsorship button{
    background: #3785ac !important;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px;
    line-height: 30px;
    padding: 15px 60px 15px;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
    border:0;
    outline:none;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    text-shadow:0px 0px 0px 0px rgb(0 0 0 / 0%);
}

/* req_sponsorship */
section.req_sponsorship{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
    backdrop-filter: blur(5px);
    z-index: 10000;
    align-items: center;
}
div.req_sponsorship{
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    padding-bottom:20px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    min-width: 280px;
}
div.req_sponsorship_head{
    text-align: right;
    padding:5px 5px 0;
}
div.req_sponsorship_head button{
    font-size: 20px;
    background-color: transparent;
    cursor: pointer;
    border:0;
    outline: none;
}
div.req_sponsorship_body{
    text-align: center;
    margin-top: 10px;
    padding: 0 20px;
}
div.req_sponsorship_body h1{
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

div.req_sponsorship_body p{
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
}
span.sp_title{
    color: #3ca3d7;
}
div.req_sponsorship_footer{
    margin:50px 0 30px 0;
    text-align: center;
}

section.approve_document{
    text-align: center;
}
button.approve_document_bt{
    background: #000 !important;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px;
    line-height: 30px;
    padding: 15px 0px 15px;
    text-align: center;
    height: 60px;
    width:208px;
    box-sizing: border-box;
    border:0;
    outline:none;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    text-shadow:0px 0px 0px 0px rgb(0 0 0 / 0%);
    cursor: pointer;
}