

.left-panel {
    background-color: #ffffff;
}

.logo {
    max-height: 60px;
    max-width: 150px;
}

.login-button {
    min-width: 200px;
}

.login-button:hover {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #4285F4 !important;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.kasha-green-bg {
    background-color: #1c8f82!important;
}
.serviceRequestfrm{
     border: "2px solid #0d6efd";
     padding: "20px";
     width: "95%";
     margin-left: "20px";
     border-radius: "10px";
}
.congratulation-wrapper {
        max-width: 550px;
        margin-inline: auto;
        /* -webkit-box-shadow: 0 0 20px #f3f3f3;
        box-shadow: 0 0 20px #f3f3f3; */
        padding: 30px 20px;
        background-color: #fff;
        border-radius: 10px;
    }

    .congratulation-contents.center-text .congratulation-contents-icon {
        margin-inline: auto;
    }
    .congratulation-contents-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100px;
        width: 100px;
        background-color: #65c18c;
        color: #fff;
        font-size: 50px;
        border-radius: 50%;
        margin-bottom: 30px;
    }
    .congratulation-contents-title {
        font-size: 32px;
        line-height: 36px;
        margin: -6px 0 0;
    }
    .congratulation-contents-para {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .btn-wrapper {
        display: block;
    }
    .cmn-btn.btn-bg-1 {
        background: #6176f6;
        color: #fff;
        border: 2px solid transparent;
        border-radius:3px;
        text-decoration: none;
        padding:5px;
    }

.hide-div {
    display: none;
}

.show-div {
    display: block;
}

/* .kasha-green-bg p {
    color: #1c8f82!important;
} */
