.supportModal .modal-header {
    background-image: linear-gradient( 131deg, rgba(255, 120, 0, 1) 10%, rgba(166, 61, 255, 1) 70%, rgba(0, 198, 255, 1) );
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 40px;
}
.supportModal .modal-header, .supportModal .modal-body {
    padding: 30px 30px;
}
.supportModal .modal-content {
    padding: 0px !important;
    overflow: hidden;
}

/* spport ui design */

.supportModal fieldset .has-Wallet {
    text-align: left;
    position: relative;
}
.supportModal fieldset .has-Wallet i {
    top: 66px;
    position: absolute;
    left: 18px;
}
.supportModal fieldset .has-Wallet .form-control {
    padding-left: 50px;
    color: #ffffff75;
}

.supportModal fieldset .has-amount {
    text-align: left;
    position: relative;
    width: 50%;
}
.supportModal fieldset .has-date {
    text-align: left;
    position: relative;
    width: 50%;
}
.supportModal fieldset  label {
    margin-bottom: 10px;
    color: #ffffff75;
}
.supportModal .DonationAmount span {
    color: #58595a;
    font-weight: 600;
}
.supportModal p.copyright {
    color: #58595a;
    font-weight: 600;
   padding-top: 20px;
}
.supportModal .DonationAmount{
    padding: 40px 0;
}
.supportModal fieldset .has-amount .form-control {
    padding-left: 50px;
}

.supportModal fieldset .has-amount i {
    top: 66px;
    position: absolute;
    left: 18px;
}
.supportModal fieldset .btnSubmit{
    margin-top: 0px;
}
.customModal.supportModal input[type='text'], .customModal.supportModal input[type='date'] {
    height: calc(3.5rem + 2px);
}
.supportModal .DonationAmount h4 {
    font-size: 70px;
    color: #ff7800;
    margin: 0px;
}
/* end */

.customModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #111;
    background-clip: padding-box;
    border: 1px solid #111;
    border-radius: 12px;
    outline: 0;
    padding: 20px;
    background-color: #111;
}
.customModal.supportModal .modal-title {
    font-size: 32px;
    font-weight: 600;
    padding-left: 0px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}
.customModal .modal-title span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffde;
    display: flex;
    justify-content: center;
    width:100%;
}
.customModal.supportModal button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 2px 0 #ffffff00;
    color: #5c79ff;
}
.customModal button.close {
    border: none;
    outline: none;
    border-radius: 100px;
    font-size: 32px;
    padding: 0px;
    margin-left: auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #313237;
    box-shadow: inset 0px 1px 2px 0 #ffffff30;
}
.supportModal .modal-body {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.customModal.supportModal .group-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.supportModal .defaultRadio label.container_check:last-child {
    margin-bottom: 0px;
}
.supportModal .defaultRadio label.container_check {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #ffffffe8;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    width: 100%;
    cursor: pointer;
    justify-content: flex-start;
}
.supportModal .avatar-md {
    width: 60px;
    height: 60px;
    margin-right: 30px;
}
.defaultRadio .container_check input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.supportModal .defaultRadio .container_check .checkmark {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    cursor: pointer;
    height: 28px;
    width: 28px;
    background-color: #313237;
    border-radius: 100px !important;
    border: 1px solid #313237;
    transform: translateY(-50%);
}
.customModal.supportModal label.mainlabel {
    padding: 0;
    color: #646464;
    font-size: 18px;
    font-weight: 500;
}
.supportModal .defaultRadio .container_check input[type='radio']:checked ~ .checkmark {
    background-color: #313237;
    border: 1px solid #313237;
}
.defaultRadio .container_check input[type='radio']:checked ~ .checkmark:after {
    display: block;
}
.supportModal .defaultRadio .container_check .checkmark:after {
    left: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #ff7800;
    border-radius: 100px;
    border: solid #ff7800;
    border-width: 0 2px 2px 0;
}
.customModal.supportModal .modal-dialog {
    transform: none;
    max-width: 530px;
}