*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    outline: 0;
}


body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #333232;
    background: #ffffff;
}

:root {
    --main-color: #4d84ff;
    --second-color: #00ad69;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.error-box-inner {
    max-height: 60px;
    overflow-x: hidden;
    height: auto;
}
.error-box-inner::-webkit-scrollbar {
    width: 0px;
}

/* <========== header start ==========>*/
header {
    width: 100%;
    background-color: #f5f5f5;
}

.header-logo {
    width: 150px;
    height: auto;
    overflow: hidden;
}

.header-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

header .user-img {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 15px;
}

header .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .user-dropdown .btn {
    text-transform: capitalize;
    min-width: 150px;
    color: #4d84ff;
    border: 0;
    outline: 0;
    padding-left: 15px;
    padding-right: 24px;
    overflow: hidden;
    max-width: 145px;
    text-overflow: ellipsis;
}

.header .user-dropdown .btn::after {
    content: unset;
}

.header .user-dropdown .btn::before {
    content: url('../img/icons/down.svg');
    position: absolute;
    top: 65%;
    right: 5%;
    transform: translateY(-50%);
}

.header .user-dropdown .btn span {
    font-size: 14px;
    font-weight: 700;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .user-dropdown .btn p {
    font-size: 14px;
}

.header .user-dropdown .btn.show,
.account-dropdown .btn.show {
    border: 0;
}

.account-dropdown .btn {
    outline: 0;
    border: 0;
}

.account-dropdown .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 9999;
}

.account-dropdown .dropdown-menu a {
    font-size: 14px;
}

.account-dropdown .dropdown-toggle::after {
    display: none;
}
.account-dropdown .btn::before {
    content: url('../img/icons/down.svg');
    position: absolute;
    top: 63%;
    right: -5%;
    transform: translateY(-50%);
}

.user_drop .dropdown-menu{
    padding: 0px;
    width: 190px;
}

.user_drop .title{
    font-size: 16px;
    font-weight: bold;
}

.user_drop .dropdown-item{
    font-size: 14px;
}
.user_drop .dropdown-item:hover{
    color: #4d84ff;
}

.badge-primary{
    background-color: #4d84ff;
}

.btn-logout:hover{
    color: #ff0000;
}

.user_drop .card-header{
    background-color: #4d84ff;
}
.user_drop .card{
    border: none;
}
.user_drop .dropdown-toggle{
    padding: 0px !important;
    border:none !important;
}

.user_drop .dropdown-toggle.show{
    border:none !important;
}

.badge.rounded-circle{
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.badge.rounded-circle-sm{
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 100%;
}

.badge-white{
    background-color: #fff;
    color: #4d84ff !important;
}

/* <========== header end ==========>*/

/* <========== main-wrapper start ==========>*/
/* .main-wrapper {
    background-color: #f5f5f5;
    min-height: 100vh;
    width: 100%;
} */

.main-wrapper-left {
    width: 100%;
    border-radius: 10px;
    min-height: 460px;
}

.form-body-wrapper{
    max-width: 800px;
    margin: 0 auto;
}

/* <========== main-wrapper end ==========>*/

/* <========== signup page start ==========> */
.signin-link {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
}

.signin-link:hover {
    color: #323232;
}

/* main-wrapper-right start */
.main-wrapper-right {
    width: 18%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 35px;
    overflow: hidden;
    position: sticky;
    top: 10px;
}

.main-wrapper-right .logout {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    transition: all 300ms ease;
    display: none;
}

.main-wrapper-right .logout:hover {
    text-decoration: none;
}

/* Style the input fields */

input.invalid {
    background-color: #ffdddd;
}

.btn-add {
    width: 50px;
    height: 50px;
    background-color: var(--second-color);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20), 0 15px 9px rgba(0, 0, 0, 0.12);
}

.btn-add.btn-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-add:focus {
    outline: none;
    border: none;
}

.btn-add svg path {
    fill: #fff;
}

.nextBtn {
    border: 0;
    background-color: #4d84ff;
    padding: 10px 30px;
    border-radius: 10px;
    outline: none;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    transition: all 300ms ease;
    min-width: 170px;
    display: block;
    text-align: center;
}

.nextBtn:disabled{
    opacity: 0.7;
}

.nextBtn:hover,
.prevBtn:hover {

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.prevBtn {
    background-color: transparent;
    color: #333232;
    border: 1px solid #333232;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    transition: all 300ms ease;
}

.main-wrapper-right .nextBtn {
    width: 68%;
    text-align: center;
    border: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--second-color);
    transition: all 300ms ease;
}

.main-wrapper-right .nextBtn svg {
    margin-left: 15px;
}

.main-wrapper-right .nextBtn:hover,
.main-wrapper-right .prevBtn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.main-wrapper-right .prevBtn {
    width: 27%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 300ms ease;
}

.main-wrapper-right .add-app,
.main-wrapper-left .add-app {
    width: 100%;
    height: auto;
    background-color: var(--second-color);
    display: grid;
    place-items: center;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0 -19px 38px rgba(0, 0, 0, 0.15), 0 -15px 12px rgba(0, 0, 0, 0.05);
}

.main-wrapper-left .add-app {
    border-radius: 35px;
}

.main-wrapper-right .add-app .btn,
.main-wrapper-left .add-app .btn {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 50px;
    color: var(--second-color);
    font-weight: 500;
    line-height: 1.5;
}

.main-wrapper-right .add-app .btn svg,
.main-wrapper-left .add-app .btn svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.stepBtn {
    padding-top: 35px;
}

.title-box {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.title-box .title {
    font-size: 25px;
    color: #00ad69;
    font-weight: 700;
}

.form-control:focus {
    box-shadow: none;
}

.app-form-top .app-no {
    font-size: 16px;
    color: #212529;
}

.app-form-top .app-no span {
    font-weight: 700;
    color: #333232;
    display: inline-block;
}

.app-form-top .app-mob-num {
    font-weight: 600;
    padding: 8px 15px;
    color: var(--second-color);
    border: 1px solid var(--second-color);
    border-radius: 50px;
}

.app-form-top .app-mob-num svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.form-box {
    width: 100%;
    height: 100%;
    /* border-radius: 35px; */
    padding: 24px;
    padding-left: 110px;
    padding-right: 110px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin: auto;
    border: 1px solid #e3e3e3;
}

.form-body {
    /* margin-top: 30px; */
}

.form-body .form-label {
    color: #6F7070;
    margin-bottom: 0;
    text-transform: capitalize;
}

.form-body .form-control,
.form-body .form-body .input-group-text {
    width: 100%;
    max-width: 100%;
    height: 45px;
    background-color: white;
    border: 1px solid #989898;
    color: #595c5f;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    /* padding-right: 30px; */
}

.form-body .input-group-text,
.form-body .input-group {
    background-color: transparent;
}

.form-body .input-group-text {
    border-color: #989898;
    padding-right: 15px;
    border-right: 0;
    font-size: 16px;
    font-weight: 700;
}

/* .form-box2 .input-group .form-control {
    border-left: 0;
    padding-left: 0;
} */

.form-box3 .input-group .form-control {
    border-left: 0;
}

.form-body .form-select {
    min-width: 55%;
    width: auto;
    max-width: fit-content;
    height: 50px;
    font-weight: 700;
    background-color: transparent;
    color: var(--main-color);
    cursor: pointer;
    border-color: #989898;
}

.form-select:disabled {
    background-color: #e9ecef;
    color: #4d84ff73;
}

.form-body .form-control:focus,
.form-body .form-control:focus~.input-group-text {
    border-color: #989898;
}

.form-body .form-select:focus {
    box-shadow: none;
    border-color: var(--second-color);
}

.form-box3 .input-group-text {
    padding-left: 18px;
}

.form-box3 .input-group-text,
.form-box3 .form-control {
    font-size: 20px;
}

.form-box4 .input-group-text,
.form-box4 .form-control {
    font-size: 20px;
    font-weight: 400;
    color: var(--second-color);
}

.form-box4 .form-control {
    border-left: 0;
}

.form-box4 .form-select {
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    color: #333232;
    border-color: #989898;
}

.repeater div[data-repeater-item]:not(:first-child) .btn-addowner {
    display: none;
}

.form-box4 .form-select:focus {
    border-color: var(--second-color);
}

.form-box5 .input-group-text {
    padding-right: 15px;
    border-right: 1px solid #989898;
    border-left: 0;
    color: #6F7070;
    font-weight: 600;
}

.form-box5 .form-control {
    min-width: 80%;
}

.form-box .input-group {
    width: 100%;
    flex-wrap: nowrap;
}

.bank-input-width {
    width: 50%
}

.form-box5 .input-group {
    width: 100%;
}

.form-box5 .input-group input {
    border-right: 0;
}

.form-box5 .input-group .input-group-text {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.datepicker table thead tr:nth-child(3) th {
    font-size: 14px;
    font-weight: 400;
}

.datepicker table thead tr:nth-child(2) th {
    font-size: 14px;
    font-weight: 500;
}

.datepicker-days table thead tr:nth-child(3) th {
    height: 40px;
}

.datepicker table thead tr th {
    width: 30px;
    height: 30px;
}

.datepicker table tbody tr td {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.datepicker table {
    border-spacing: 5px 0;
    border-collapse: inherit;
}

.datepicker table tr td.today {
    background: var(--second-color) !important;
    color: #fff !important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: var(--main-color) !important;
}

/* .business_started_date {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
} */


/* radio wrapper */
.radio-wrapper {
    margin-top: 30px;
    background-color: #F6F9FC;
    padding: 25px;
    border-radius: 35px;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.radio-wrapper .radio-wrapper-inner {
    height: 288px;
}

.radio-wrapper1 {
    display: flex;
    flex-wrap: wrap;
}

/* .radio-wrapper2
{
    display: none;
} */
.radio-wrapper::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.radio-wrapper-nested-inner {
    column-gap: 25px;
    display: grid !important;
    grid-auto-flow: column;
    grid-template-rows: 85px 110px;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
    width: 100%;
    height: 210px;
}

/* .radio-wrapper .main-item-box {
    width: 19%;
}

.radio-wrapper .main-item-box:last-child {
    width: 130px;
} */
.radio-wrapper-nested-inner .main-item-box {
    width: 300px;
    height: 120px;
}

.radio-wrapper .item-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08), 0 2px 3px rgba(0, 0, 0, 0.09)
}



.main-item-box .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.main-item-box .form-check-input[type=radio] {
    border-radius: 50%;
}

/* Style the item-box when the radio button is checked */
.form-check-input:checked+.item-box {
    border: 2px solid red;
}

.uploaded-file-name {
    display: flex;
    align-items: center;
    gap: 5px;
}

.uploaded-file-name .icon {
    width: 25px;
    height: 25px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background-color: var(--second-color);
}

.uploaded-file-name .icon svg path {
    stroke: #fff;
}

.uploaded-file-name h4 {
    color: #333232;
}

.upload-img-block {
    height: auto;
}

.upload-img-block h4 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #333232;
}

.upload-img-block-right {
    flex-direction: row-reverse;
}

.fileinput__input {
    /* display: none; */
    visibility: hidden;
    position: absolute;

}


.fileinput__button {
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    border: 1px solid var(--main-color);
    padding: 12px 15px;
    border: 2px solid;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    float: left;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.2s ease-out;
}

.fileinput__button svg {
    width: 18px;
    height: 18px;
    padding-top: 2px;
}

.fileinput__status-text {
    /* color: #6F7070; */
    padding: 15px;
    border: none;
    width: auto;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    font-weight: 400;
}

.upload-img-block-left,
.upload-img-block-right {
    width: 50%;
}

.upload-img-main-title {
    font-size: 22px;
}

.btn-addother {
    min-width: 150px;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: #00ad69;
    color: #fff;
    border: 1px solid #00ad69;
    margin-top: 35px;
    margin-bottom: 10px;
}

.btn-addother:hover {
    color: #fff;
    background-color: #0cc17a;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-addowner,
.btn-deleteowner {
    min-width: 150px;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    margin-top: 70px;
    margin-bottom: 10px;
}

.btn-addowner:hover {
    color: #fff;
    background-color: var(--main-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-deleteowner {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-deleteowner:hover {
    color: #fff;
    background-color: #dc3545;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-addowner svg,
.btn-deleteowner svg {
    width: 20px;
    height: 20px;
}

.form-box5 .dollar_input_group .input-group-text {
    border-left: 1px solid;
    border-right: 0 !important;
    padding-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.form-box5 .dollar_input_group input {
    border-left: 0 !important;
    border-right: 1px solid #989898;
}

/* <========== select2 start ==========>*/

.select2-container--default .select2-selection--single{
    border: 1px solid #d3d4da;
    height: auto !important;
}

.select2-selection__rendered{
    /* padding: .350rem .75rem; */
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.select2-dropdown{
    border: 1px solid #d3d4da;
}

/* <========== select2 end ==========>*/



/* <========== donation start ==========>*/
/* .gift-type-main{
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    padding: 0px;
}
.gift-type-lable{
    width: 100%;
    border: 1px solid #989898;
    background-color: white;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.gift-type-lable.gift-type-lable-1, .gift-type-lable.frequency-type-lable-1{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.gift-type-lable.gift-type-lable-2, .gift-type-lable.frequency-type-lable-2{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.gift-type-main .gift-type-lable input{
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    left: -9000px;
    opacity: 0;
}
.gift-type-main .gift-type-lable.is-active {
    background-color: #4d84ff;
    border-color: #4d84ff;
    color: #fff;
} */


/* payment mode radio start */

.payment-mode{
    list-style: none outside;
    padding: 0;
    border-radius: 5px;
    /* border: 1px solid #ddd; */
    background: #fff;
}

.payment-mode li{
    /* border-bottom: 1px solid #ddd; */
    border-radius: 0;
    clear: both;
    cursor: pointer;
    flex-wrap: nowrap;
    list-style-type: none !important;
    margin: 0 !important;
    text-indent: 0;
    width: 100%;
}

.payment-mode li label.main_radio{
    background: #FFFFFF;
    border: 1px solid #d3d4da;
    border-left: 5px solid #CBD5E0;
    padding: 8px 10px;
    transition: border 0.2s ease-in-out;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-mode li label input.input-radio{
    background-image: none;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

/* payment mode radio end */

/* payment method radio start */

.payment-method{
    list-style: none outside;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.payment-method li{
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    clear: both;
    flex-wrap: nowrap;
    list-style-type: none !important;
    margin: 0 !important;
    text-indent: 0;
    width: 100%;
}

.payment-method li .pm-icon{
    font-size: 18px;
}

.payment-method li label.main_radio{
    background: #FFFFFF;
    padding: 15px 15px;
    transition: border 0.2s ease-in-out;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.payment-method li label p{
    flex-grow: 1;
}


.payment-method li label input.input-radio{
    background-image: none;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.card_wrap, .ach_wrap{
    padding: 15px 50px;
}

.info-msg{
    padding: 8px 15px;
    background-color: #fff3cd;
    color: #856404;
    font-weight: 500;
    font-size: 14px;
    border-left: 5px solid #856404;
    border-radius: 5px;
}

.saved_card{
    display: flex;
    gap: 15px;
    padding: 5px 15px;
    border: 1px solid #d3d4da;
    align-items: center;
    border-radius: 5px;
    background-color: #f8f9fa;
    cursor: pointer;
    margin-bottom: 15px;
}

.saved_card .card_type{
    max-width: 40px;
}

.saved_card .card_type img{
    max-width: 35px;
}

.saved_card p{
    line-height: 1;
}

.add_new_card_btn{
    /* background-color: #000; */
    background-color: #4d84ff;
    border-color:#4d84ff;
    color: #fff;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    width: 100%;
}

/* payment method radio end */


.starting-wrapper .starting-input {
    /* min-width: 55%; */
    width: auto;
    /* max-width: fit-content; */
}
.form-box .main-box-give-amount, .donation .main-box-give-amount{
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .25s;
    transition: .25s;
    height: 65px;
    color: #595c5f;
}
.form-box .main-box-give-amount .input-class, .donation .main-box-give-amount .input-class{
    /* color: #595c5f; */
    /* caret-color: #000000; */
    font-weight: 400;
    border: 0;
    line-height: 1;
    width: 100%;
    /* height: 100%; */
    text-align: center !important;
    z-index: 1;
    position: relative;
    background: transparent;
    padding: 0;
    font-size: 65px;
    color: transparent;
    text-shadow: 0 0 0 #595c5f;
}
.donation .main-box-give-amount .input-class::focus {
    outline: none;
}

.page-give-decorator{
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-give-wrapper-amount{
    /* border-bottom: 1px solid #fff; */
    position: relative;
    z-index: 0;
    line-height: 1;
    font-size: 65px;
}
.page-give-dollar{
    font-size: 24px;
    vertical-align: super;
    position: absolute;
    left: -24px;
    text-align: center;
    display: inline-block;
    width: 24px;
}
.page-give-underline {
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* <========== donation end ==========>*/

.paymentMethod .btncheck {
    border-color: #cacaca;
    border-width: 1px;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-radius: 25px;
}

.bank_card{
    padding: 15px;
}

.edit_ach_btn{
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 1;
}

/* .paymentMethod .btncheck:hover {
    border-color: #cacaca;
} */

.paymentMethod .card-logo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
}

.paymentMethod .card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.checkicon {
    opacity: 0;
    visibility: hidden;
}

.checkicon svg {
    width: 25px;
    height: 25px;
    display: flex;
    color: #00af14;
}

.paymentMethod .btn-check.checked+.btn .checkicon {
    opacity: 1;
    visibility: visible;
}
.paymentMethod .btn-check.checked+.btn,
.paymentMethod .btn.active,
.btn.show,
.paymentMethod .btn:first-child:active,
:not(.btn-check)+.paymentMethod .btn:active {
    border-color: blue;
    position: relative;
}

.card_label{
    cursor: pointer;
}

.card_radio:checked + label{
    border: 1px solid blue;
}
.card_radio:checked + label .checkicon{
    opacity: 1;
    visibility: visible;
}



.cardbottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
}

.cardtitle {
    font-size: 14px;
    font-weight: 600;
}

.card-number {
    font-size: 15px;
    font-weight: 500;
}

.expiry {
    font-size: 15px;
}

.addnewcard {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 2px dotted #cacaca;
    display: grid;
    place-items: center;
    gap: 5px;
    border-radius: 25px;
}

.addnewcard svg {
    width: 25px;
    height: 25px;
}

.addnewcard .cardtitle {
    color: #757575;
}

.addnewcard p {
    font-weight: 500;
    font-size: 11.6px;
    line-height: 1.5;
    text-align: center;
    color: #757575;
}
.address .card:hover, .addnewcard:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.address .card {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
/* <========== signup page start ==========> */
.signup-wrapper {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

/* .signup-wrapper::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50px;
    width: 180px;
    height: 90px;
    object-fit: contain;
    background-image: url(../img/logo-white.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
} */

.login-box {
    /* width: 30%; */
    /* height: auto; */
    /* min-height: calc(100vh - 20px); */
    /* padding: 30px 0px;
    background-color: #F8F8F8;
    border-radius: 30px;
    margin:0px auto; */
    width: 30%;
    margin: auto;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 25px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}


.login-box-inner {
    /* padding: 0px 45px; */
}

.login-box .signup-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #4d84ff;
}

.login-box-inner label {
    font-size: 14px;
    line-height: 1.5;
    color: #aaa;
    margin-bottom: .5rem;
}

.login-box-inner .form-control {
    border-radius: 10px;
    /* background-color: #F0F0F0;
    height: 40px;
    border-color: #e2e2e2; */
}

.login-box-inner .main-btn-box {
    justify-content: center;
    display: grid;
}

.login-box-inner .main-btn-box .btn-login {
    padding-left: 60px;
    padding-right: 60px;
}

.signup-box {
    margin-top: 35px;
}

.btn-primary {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    /* padding: 10px 15px; */
    border-radius: 10px;
    color: #fff;
    border-color: #4d84ff;
    background-color: #4d84ff;
    transition: all 300ms ease;
}

.btn-primary:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.btn-submit {
    /* width: 100%;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    background-color: #323232;
    color: #fff; */
    margin-top: 20px;
    display: block;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #333232;
}

.btn-submit:hover {
    color: #fff;
    background-color: #4d84ff;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}

.form-label{
    color :#aaa;
}

/* .btn-submit:hover {
    background-color: #000;
    color: #fff;
} */

.login-box .btn-submit {
    margin-top: 20px;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #4d84ff;
    transition: all 300ms ease;
}

.login-box .btn-submit:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.signin-link {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
}

.signin-link:hover {
    color: #323232;
}

.other-signup {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.other-signup h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #323232;
    margin-bottom: 30px;
}

.other-signup-box {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease-in-out;
}

.other-signup-box:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.other-signup-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.other-signup-box span {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.other-signup .row>* {
    padding-left: 4px;
    padding-right: 4px;
}

/* <========== forgote page start ==========> */
.signup-logo {
    max-width: 300px;
    /* height: 85px; */
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.forgote-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #4C84FF;
}

.forgote-desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #323232;
    max-width: 80%;
    margin-bottom: 50px;
}

.forgote-subtitle {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #323232;
    margin-bottom: 50px;
}

.forgote-box-inner {
    width: 100%;
}

.forgote-box-inner label {
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    margin-bottom: 10px;
}

.forgote-box-inner .form-control {
    /* background-color: #F0F0F0; */
    height: 40px;
    /* border-color: #e2e2e2; */
    border-radius: 10px;
}

.btn-code {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #4C84FF;
    color: #fff;
}

.forgote-box-inner .btn-code {
    margin-top: 30px;
}

.btn-code:hover {
    background-color: #000;
    color: #fff;
}

/* <========== 404 page start ==========> */
.header1 {
    background-color: #F8F8F8;
}

.header1 .navbar-brand {
    width: auto;
    height: 90px;
    overflow: hidden;
    padding: 0;
}

.header1 .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header1 .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
}

.header1 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.header1 .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    font-weight: 600;
    color: #4C84FF;
}

.header1 .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wrong-file {
    padding: 40px 0;
    background-color: #F8F8F8;
    min-height: calc(100vh - 120px);
}

.wrong-file-img img {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.wrong-file-text {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #333232;
    margin-top: 10px;
    text-transform: capitalize;
}

.wrong-file-btns .btn-fill {
    font-weight: 400;
    font-size: 16px;
    padding: 8px 22px;
    border-radius: 50px;
    background-color: #4C84FF;
    border: 1px solid #4C84FF;
    color: #fff;
}

.wrong-file-btns .btn-fill:hover {
    background-color: transparent;
    color: #4C84FF;
}

.wrong-file-btns .btn-border {
    font-weight: 400;
    font-size: 16px;
    padding: 8px 22px;
    border-radius: 50px;
    border: 1px solid #4C84FF;
    color: #4C84FF;
}

.wrong-file-btns .btn-border:hover {
    background-color: #4C84FF;
    color: #fff;
}

@media (max-width: 1199px) {
    .header1 {
        background-color: #F8F8F8;
    }

    .header1 .navbar-brand {
        height: 70px;
    }

    .header1 .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .login-box {
        width: 50%;
    }

    .login-box .signup-title {
        font-size: 28px;
    }

    .login-box-inner label {
        font-size: 14px;
    }

    .other-signup h4 {
        font-size: 22px;
    }

    /* forgote page start */
    .forgote-title {
        font-size: 28px;
    }

    /* 404 page start */
    .header1 .navbar-brand {
        height: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .wrong-file-text {
        font-size: 22px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .select2 {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .signup-wrapper::before {
        content: unset;
    }

    .login-box {
        width: 70%;
        margin-right: auto;
    }

    .other-signup {
        margin-top: 5px;
    }

    .signup-logo {
        width: auto;
        height: 75px;
    }

    .btn-submit {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        display: flex;
        font-weight: 500;
    }

    .forgote-box-inner .form-control {
        border-radius: 10px;
    }

    .wrong-file-text {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .signup-wrapper {
        padding: 0;
        background-image: unset;
        min-height: unset;
    }

    .signup-wrapper .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .login-box {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
    }

    .forgote-desc {
        margin-bottom: 120px;
        line-height: 1.2;
    }

    .login-box-inner {
        padding: 0 30px;
    }

    .forgote-subtitle {
        margin-bottom: 100px;
    }

    .forgote-box-inner .btn-code {
        margin-top: 20px;
    }

    .forgote-box-inner {
        width: 80%;
    }

    .wrong-file {
        padding-bottom: 0;
        min-height: 100vh;
    }

    .wrong-file-text {
        font-size: 20px;
        max-width: 270px;
        line-height: 1.3;
    }

    .wrong-file-btns .btn-border {
        width: 50%;
    }

    .wrong-file-btns .btn-fill {
        width: 90%;
    }

    .wrong-file-img {
        margin-top: 80px;
    }

    .wrong-file-img img {
        width: 100%;
    }
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: #17181c;
        --fg: #e3e4e8;
        --input: #2e3138;
        --primary: #5583f6;
    }
}
@media (max-width:1550px) and (min-width:1200px) {
    .stepBtn-section {
        flex-direction: column;
        gap: 10px;
    }

    .stepBtn-section .prevBtn {
        width: 100%;
    }

    .stepBtn-section .nextBtn {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .radio-wrapper-nested-inner .main-item-box {
        width: 220px;
    }
}
@media (max-width: 1470px) {
    .main-wrapper-right .nextBtn svg {
        margin-left: 0;
    }

}

@media (max-width: 1300px) {
    .radio-wrapper-nested-inner .main-item-box {
        width: 180px ;
    }

}
@media (max-width: 1199px) {
    .main-wrapper-right {
        width: 100%;
        max-width: 100%;
    }
    .logout {
        display: none;
    }

    header {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 999;
    }
    .main-wrapper-right {
        position: sticky;
        top: 85px;
        border-radius: 0;
        z-index: 998;
    }
    .main-wrapper-left {
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .form-body{
        padding: 5px;
    }

    .add-app-block {
        width: 300px;
    }

    footer {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 999;
    }

    /* .radio-wrapper .main-item-box {
        min-width: 180px;
    }

    .radio-wrapper .main-item-box:last-child {
        width: 130px;
        min-width: 110px;
    } */
}

@media (max-width: 991px) {
    body {
        font-size: 13px;
    }

    .header-logo {
        width: 120px;
    }

    .user-wrapper{
        margin-right: 10px;
    }

    .account-dropdown .btn{
        color: #4d84ff;
        min-width: 165px;
    }
    .account-dropdown .btn::before{
        right: 0.7rem;
    }

    .user-dropdown .btn span {
        font-size: 12px;
    }

    .user-dropdown .btn p {
        font-size: 12px;
        line-height: 1.3;
    }

    .user-dropdown .btn {
        min-width: 110px;
    }

    .user-dropdown .dropdown-item {
        font-size: 14px;
    }

    .account-dropdown .btn span{
        font-size: 14px;
        font-weight: 700;
    }

    header .user-img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    /* <========== main-wrapper start ==========>*/
    .main-wrapper-left {
        background-color: transparent !important;
    }

    .btn-add {
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .form-body{
        padding-inline: 1rem;
    }

    .main-wrapper-right .add-app {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 19px !important;
    }

    .gift-type-lable{
        height: 40px;
    }

    .form-body .form-control,
    .form-body .form-select,
    .form-body .input-group-text,
    .form-body .select2 {
        font-size: 14px;
        height: 40px;
    }

    .form-body .form-select {
        min-width: 20%;
    }

    .form-box3 .input-group-text,
    .form-box3 .form-control,
    .form-box4 .input-group-text,
    .form-box4 .form-control {
        font-size: 16px;
    }


    .uploaded-file-name .icon {
        width: 20px;
        height: 20px;
        border-radius: 5px;
    }

    .uploaded-file-name .icon svg {
        width: 13px;
        height: 13px;
    }

    .upload-img-block h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .form-box .input-group,
    .bank-input-width {
        width: 100%;
    }

    .radio-wrapper-nested-inner .main-item-box {
        width: 180px;
        height: 125px;
    }

    .select2 {
        max-width: 220px;
    }
}

@media (max-width: 910px) {
    .radio-wrapper .radio-wrapper-inner {
        height: auto;
    }

    .radio-wrapper-nested-inner {
        grid-auto-flow: dense;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: unset;
        max-width: 590px;
        margin: 0 auto;
        height: auto
    }
}

@media (max-width: 767px) {
    .main-wrapper-right {
        width: 100%;
    }

    .fileinput__status-text {
        display: none;
    }

    .fileinput__button {
        width: 46px;
        height: 46px;
        padding: 0;
        display: grid;
        place-items: center;
    }

    .fileinput__button span {
        display: none;
    }

    .upload-img-block {
        padding: 15px;
    }

    .form-body .form-control,
    .form-body .form-body .input-group-text {
        width: 100%;
    }

    .form-box3 .form-control,
    .form-box4 .form-control,
    .form-box3 .input-group-text,
    .form-box4 .input-group-text {
        font-size: 20px;
    }

    .form-body .form-select {
        width: 100%;
        max-width: 100%;
    }

    .radio-wrapper .radio-wrapper-inner {
        height: auto;
    }

    .radio-wrapper-nested-inner {
        grid-auto-flow: dense;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
        max-width: 590px;
        margin: 0 auto;
        height: auto
    }

    .radio-wrapper-nested-inner .main-item-box {
        width: unset;
    }
}

@media (max-width: 576px) {
    .header-logo {
        width: 120px;
    }

    /* .account-dropdown .btn{
        min-width: 165px;
    }
    .account-dropdown .btn::before{
        right: 0.7rem;
    } */
    .user-dropdown .btn {
        min-width: 95px;
    }

    .user-dropdown .btn::before {
        right: -8%;
    }

    .user-dropdown .btn {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* <========== main-wrapper start ==========>*/
    /* .main-wrapper, .main-wrapper-left{
        width: 100vh;
    } */

    .main-wrapper-right {
        top: 85px;
        width: 100%;
    }

    .app-form-top .app-no,
    .app-form-top .app-mob-num {
        font-size: 14px;
    }

    .form-box {
        border-radius: 20px;
    }


    .main-wrapper-right .add-app {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .app-form-top-left,
    .app-form-top-right {
        width: 100%;
    }

    .main-wrapper-left .nextBtn {
        /* width: 65%; */
        font-size: 14px;
    }

    .main-wrapper-left .prevBtn {
        width: 30%;
        font-size: 14px;
    }

    .add-app-block {
        width: 100%;
        max-width: 400px;
    }

    .add-app-block .add-app {
        box-shadow: 0 -10px 38px rgba(0, 0, 0, 0.15), 0 -10px 12px rgba(0, 0, 0, 0.09);
    }

    .radio-wrapper .item-box {
        height: 85px;
    }

    /* .radio-wrapper .main-item-box {
        min-width: 50%;
    } */

    .radio-wrapper .item-box img {
        height: 40px;
    }

    .upload-img-block h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .upload-img-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .radio-wrapper .radio-wrapper-inner {
        height: 286px;
    }

    .radio-wrapper-nested-inner {
        grid-auto-flow: dense;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
        column-gap: 15px;
        height: 250px;
    }

    .radio-wrapper-nested-inner .main-item-box {
        height: 75px;
    }

    .select2 {
        max-width: 300px;
    }
}

@media (max-width:446px) {
    .radio-wrapper .radio-wrapper-inner {
        height: auto;
    }

    .radio-wrapper-nested-inner {
        grid-auto-flow: dense;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: unset;
        max-width: 205px;
        margin: 0 auto;
        height: auto
    }
}

@media (max-width:399px){
    .donation .main-box-give-amount .input-class{
        font-size: 40px;
    }
    .form-box .main-box-give-amount{
        height: 40px;
    }
    .form-box .main-box-give-amount .input-class{
        font-size: 40px;
    }
    .page-give-wrapper-amount{
        font-size: 40px;
    }
    .gift-type-lable{
        height: 35px;
    }
    .gift-type-lable, .form-body .form-label{
        font-size: 11px;
    }
    .form-body .form-control, .form-body .form-select, .form-body .input-group-text, .form-body .select2{
        height: 35px;
        font-size: 11px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 15px;
        width: 15px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 11px;
        line-height: 14px !important;
    }
    .mb-3{
        margin-bottom: 0.5rem!important;
    }
    .main-wrapper-left .nextBtn{
        font-size: 11px;
    }
    .col-6{
        width:100%;
    }
}

@media (max-width: 365px) {
    header {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .form-box .main-box-give-amount{
        height: 45px;
    }
    .form-box .main-box-give-amount .input-class{
        font-size: 45px;
    }
    .page-give-wrapper-amount{
        font-size: 45px;
    }
    .gift-type-lable{
        height: 40px;
    }
    .gift-type-lable, .form-body .form-label{
        font-size: 11px;
    }
    .form-body .form-control, .form-body .form-select, .form-body .input-group-text, .form-body .select2{
        height: 40px;
        font-size: 11px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 12px;
        width: 12px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 11px;
        line-height: 14px !important;
    }
}

@media (max-width: 330px) {
    .account-dropdown .btn {
        padding-left: 0;
        padding-right: 0;
    }
}
