.FeedbackProvider_Window {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    filter: alpha(opacity=20);
    background-color: #007db6;
    cursor: wait;
    z-index: 102;
}

.FeedbackProvider_Canvas {
    position: fixed;
    display: none;
    top: 50%;
    left: 0px;
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: #007db6 !important;
    filter: alpha(opacity=100);
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    text-align: center;
    z-index: 103;
    width: 100%;
    height: 100%;
}

.FeedbackProvider_AnimationContainer {
    background-color: #007db6 !important;
}

    /* For oval size animation */
    .FeedbackProvider_AnimationContainer *[ovalsize="large"],
    .FeedbackProvider_AnimationContainer *[ovalsize="small"] {
        transition: width 1.5s ease, height 1.5s ease, background-color 1.5s ease; /* Slower transition for width, height, and color */
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

    .FeedbackProvider_AnimationContainer *[ovalsize="large"] {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        font-size: 50px !important;
        color: #fff !important;
        line-height: 500px;
        text-align: center;
        background-color: #ffc100 !important;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

    .FeedbackProvider_AnimationContainer *[ovalsize="small"] {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        font-size: 50px !important;
        color: #fff !important;
        line-height: 500px;
        text-align: center;
        background-color: #ffc100 !important;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }
/*.FeedbackProvider_Frame {
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #007db6;
}*/
