.request-widget h5{
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;

    font-size: 14px;
    color: #777;
    font-weight: 600;
    text-align: center;
}

.request-radios{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;

    font-size: 16px;
    line-height: 29px;
}

.request-radios label{
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.form-control:read-only{
    background-color: #efefef;
}

button.btn-request{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    top: 0;
    padding: 9px 20px;
    margin-right: 6px;
    margin-bottom: 0 !important;

    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    background-color: #f91942;
}

button.btn-request:hover{
    background-color: #f93155;
}

button.btn-request:disabled{
    background-color: #ccc;
}

.request-widget .submit-wrapper .loadingspinner{
    display: none;
}

.request-widget .submit-wrapper .loadingspinner.active{
    display: block;
}

.loadingspinner{
    left: 10px !important;
    margin: 0 10px !important;
}

.message-success{
    padding: 10px;
    
    color: #2c874f;
    font-weight: 900;
    line-height: 1.1;
    background-color: #dcfce7;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
}

/* Partner Requests */
.request-contact{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Partner Stats */
.stat-icon-success{
    background: #e8fdf5 !important;
    color: #10b981 !important;
}

.stat-icon-warning{
    background: #fef3e8 !important;
    color: #f59e0b !important;
}

.stat-icon-danger{
    background: #fde8e8 !important;
    color: #dc2626 !important;
}