/* body {
    font-family: "Poppins", sans-serif;
} */
a, button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.spinner-wapper{
    --bs-spinner-width: 20px;
    --bs-spinner-height: 20px;
    --bs-spinner-border-width: 3px;
    display: none;
}

.gift-type-main{
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    padding: 0px;
}
.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;
}
.gift-type-main .gift-type-lable.is-active svg{
    fill: #fff;
}
.gift-type-lable{
    width: 100%;
    border: 1px solid #d3d4da;
    background-color: white;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px;
}
.gift-type-lable.gift-type-lable-1, .gift-type-lable.frequency-type-lable-1{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.gift-type-lable.gift-type-lable-2, .gift-type-lable.frequency-type-lable-2{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* .gift-type-lable{
    display: flex;
    gap: 5px;
} */

.starting-wrapper .starting-input {
    /* min-width: 50%; */
    width: auto;
    /* max-width: fit-content; */
}
.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;
}

.btn-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4d84ff;
    padding: 7px;
    border-radius: 10px;
}
.btn-box:hover{
    background-color: #000;
    cursor: pointer;
}
.btn-box:hover svg path{
    /* fill:black; */
}
.btn-wapper{
    border-radius: 20px;
    padding: 5px 20px;
}
/* HEADER */
header {
    background: #FFF;
    box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.12);
}

.header-main {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.lp-header-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

header .navigation-menu .nav {
    list-style: none;
    margin: 0;
    gap: 30px;
}

header .navigation-menu .nav .nav-item {
    position: relative;
}

.navigation-menu .nav .nav-item a {
    display: block;
    padding: 12px 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-decoration: none;
}

.navigation-menu .nav .nav-item a::after {
    content: '';
    width: 0%;
    height: 4px;
    position: absolute;
    background: #4d84ff;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.navigation-menu .nav .nav-item a.active {
    font-weight: 800;
    color: #4d84ff;
}

.navigation-menu .nav .nav-item a.active::after {
    width: 100% !important;
}

header .navigation-menu .active {
    color: #4d84ff;
    font-weight: 800;
}

.navigation-menu .nav .nav-item a:hover,
.navigation-menu .nav .nav-item a:focus,
.navigation-menu .nav .nav-item a:active,
.navigation-menu .nav .nav-item a:visited:hover {
    color: #4d84ff;
}

.navigation-menu .nav .nav-item a:hover::after {
    width: 100%;
}

header .nav-mobile {
    display: none;
    height: 55px;
    width: 55px;
}
.header-main .dropdown-wrapper {
    border: 1px solid #00000030;
    border-radius: 20px;
}
.header-main .dropdown-wrapper:hover{
    background-color: #F6F9FC;
    border-color: #F6F9FC;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
}
.header-main .user-dropdown .btn{
    text-transform: capitalize;
    min-width: 165px;
    color: #4d84ff;
    border: 0;
    outline: 0;
    padding-left: 5px;
}
.header-main .user-dropdown .btn span{
    font-size: 14px;
    font-weight: 700;
}

.back-btn-box {
    max-width: 300px;
}

.back-btn-box .btn-light-primary {
    background-color: #4d84ff;
    border-color: #4d84ff;
    border-radius: 20px;
    color: white;
}

.back-btn-box .btn-light-secondary {
    background-color: #4d84ff;
    border-color: #4d84ff;
    border-radius: 20px;
    color: white;
}

/* MAIN */
.main-wrapper {
    /* background: #F7F7F7;
    min-height: calc(100vh - 112px); */
}

.main-feed {
    padding-top: 45px;
    padding-bottom: 45px;
}

.main-feed .title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* TABLE */
.tbl-card {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
}
/* .tbl-card .table-responsive .table{
    --bs-table-bg: #F6F9FC;
} */

tr:last-child td {
    border: none;
}

td {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.table>:not(:first-child) {
    border-top: none;
}

.list th {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-color: #B9B9B9;
}

.list td {
    color: #5F5F5F;
    font-size: 14px;
    font-weight: 600;
    border-color: #B9B9B9;
    text-align:  left !important;
}
.page-item{
    width: 30px;
    height: 30px;
}
.page-item .page-link{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: normal;
}
.active>.page-link, .page-link.active{
    background-color: #4d84ff;
    border-color: #4d84ff;
    color: #fff;
}
.page-item:first-child .page-link{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    line-height: normal;
}
.page-item:last-child .page-link{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: normal;
}

div.dt-container .dt-paging .dt-paging-button{
    border: 1px solid #B9B9B9 !important;
}
div.dt-container .dt-paging .dt-paging-button.current{
    background-color: #4d84ff !important;
    background: #4d84ff !important;
    border-color: #4d84ff !important;
    color: #fff !important;
}
div.dt-container .dt-paging .dt-paging-button:hover, div.dt-container .dt-paging .dt-paging-button.current:hover{
    background-color: #4d84ff !important;
    background: #4d84ff !important;
    border-color: #4d84ff !important;
    color: #fff !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled:hover{
    background-color: transparent !important;
    background: transparent !important;
    border-color: #B9B9B9 !important;
}

table.dataTable td.dt-empty {
    text-align: center !important;
}

/* TABLE */
/* FOOTER */
footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF;
    box-shadow: 0px -1px 28px 0px rgba(0, 0, 0, 0.12);
}

.footerlogo {
    max-width: 190px;
}

.footerlogo img {
    width: 100%;
}

footer h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer .navbar-nav .nav-link {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .navbar-nav .nav-link:hover {
    color: #627413;
}

.copyright {
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
/* FOOTER */

.profile_outter, .profile_outter .container, .mh-100{
    min-height: 100vh;
}

.profile_wrap{
    max-width: 1000px;
    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; 
}


.profile_wrap .my_account .nav.profile_tab{
    min-width: 200px;
}
.nav.profile_tab .nav-link.active{
    background-color: #4d84ff;
}

.profile_wrap .form-control{
    /* height: 45px; */
    border: 1px solid #d3d4da;
    color: #595c5f;
    /* font-size: 16px;
    font-weight: 500; */
    border-radius: 5px;
}

::placeholder {
    color: #999 !important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #999 !important;
}

.set-border-radius{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background-color: #F0F0F0 !important;
    border-color: #e2e2e2 !important;
    border: 1px solid #d3d4da !important;
}

.header{
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 30px;
}

.header .nav .nav-link{
    border-bottom: 3px solid transparent;
}
.header .nav .nav-link.active{
    border-bottom: 3px solid #4d84ff;
}

.header .nav .nav-link:hover{
    border-bottom: 3px solid #4d84ff;
}


.donation_wrap{
    padding-left: 15%;
    padding-right: 15%;
}

.donation_logo{
    max-width: 200px;
}

.btn-icon{
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.delete_card_btn{
    color: #ff0000;
    font-size: 16px;
}
.active_card_btn{
    font-size: 16px;
}

@media(max-width: 768px)
{
    .profile_wrap{
        max-width: 100%;
    }
    .donation_wrap{
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .user-dropdown .btn{
        min-width: 100%;
    }
}
