.thank-you{
    background-color: rgba(180, 202, 104, 0.20);
}
.thank-you .thank-you-wrap{
    border-radius: 8px;
}
.thank-you-header img{
    max-width: 250px;
}
.donor-options-form{
    background-color: rgba(180, 202, 104, 0.20);
}
.checkout-page .tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.checkout-page .tab-content>.active{ height: auto; overflow: inherit;}
.login-register-form{
    background-color: rgba(180, 202, 104, 0.20);
}
.login-register-form .form-outer-wrap .tab-content .radio{
    display: none;
}
.login-register-form .form-outer-wrap .tab-content .cmn-form-tab{
    display: none;
}
.login-register-form .form-outer-wrap .tab-content .radio.user_login:checked ~ .main-wraper .tab-pane-login,
.login-register-form .form-outer-wrap .tab-content .radio.user_register:checked ~ .main-wraper .tab-pane-register,
.login-register-form .form-outer-wrap .tab-content .radio.user_password:checked ~ .main-wraper .tab-pane-forgot-password{
    display: block;
}
.login-register-form .fixed-content img{
    max-width: 100px;
}
.login-register-form .form-outer-wrap{
    border-radius: 8px;
}
.my-profile-wrap {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
}
.my-profile-wrap .profile-img{
    max-width: 20%;
    flex: 0 0 20%;
    border-radius: 8px;
    overflow: hidden;
}
.upload-profile-img{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.upload-profile-img img{
    max-width: 100px;
    margin-right: 15px;
}
.upload-profile-img .custom-file-label{
    text-align: left;
}
.upload-profile-img .custom-file-input:lang(en)~.custom-file-label::after{
    content:"\f093";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}
.profile-page .inner-impact{
    background-color: rgba(180, 202, 104, 0.20);
    border-radius: 8px;
}
.my-donation{
    background-color: #f5f5f5;
}
.my-donation .featured-media-items .media{
    position: relative;
    min-height: 145px;
}
.my-donation .certificates{
    background-color: #ffffff;
    border-radius: 8px;
}
.my-donation .cmn-donor-tab .tab-content{
    background-color: #ffffff;
}
.my-transaction{
    background-color: rgba(180, 202, 104, 0.20);
}
.my-transaction .table{
    background-color: #ffffff;
}
.my-transaction .table th{
    background-color: #b4ca68;
}
.my-transaction .table td, .my-transaction .table th{
    min-width: 150px;
}
.login-register-form .form-outer-wrap .tab-pane-login .input-group .input-group-prepend {
    order: -4;
}
.login-register-form .form-outer-wrap .tab-pane-login .input-group .form-control {
    order: -3;
}
.login-register-form .form-outer-wrap .tab-pane-login .input-group .input-group-append {
    order: -2;
    margin-left: 0;
}
@media screen and (max-width: 767.98px) {
    .my-donation .featured-media-items .media{
        min-height: 330px;
    }
}


