@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

:root {
    --color-1: #ff7600;
    --color-2: #0579f2;
    --color-3: #ffffff;
    --color-4: #d5dcff;
    --color-5: #9b440d;

    --satu: #00a6d0;
    --bgsatu: #fff;
    --dua: #9bcd32;
    --bgdua: #333;
    --swiper-theme-color: #9bcd32;
    --1: var(--color-1);
    --2: var(--color-2);
}

body{
    background: linear-gradient(180deg, #6bb0fa 0%, #fff 100%);
    font-size: 12px;
}
a{
    text-decoration: none;
}


.text-left {
    text-align: left;
}
/* njas.fx */
.napp-load {
    position: fixed;
    z-index: 1505;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #3333338f;
    display: grid;
    justify-content: center;
    align-content: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--satu);
    border: 2px solid #ffffff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.fs-0 {
    font-size: small;
    font-weight: normal;
}

.nav-link,
a {
    color: var(--color-3);
}

.nav-link:focus,
.nav-link:hover,
a:hover,
a:focus {
    color: var(--color-1);
}

.btn-main {
    background-color: var(--color-1) !important;
    border-color: var(--color-1) !important;
}
.btn-2{
    background-color: var(--color-2) !important;
    border-color: var(--color-2) !important;
}

.btn-outline-primary {
    color: var(--color-2);
    border-color: var(--color-2);
}

.form-check-input:checked,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: var(--color-2);
    border-color: var(--color-2);
}

.bg-success {
    background-color: var(--color-1) !important;
}

.text-success {
    color: var(--color-1) !important;
}

.container-main {
    max-width: 520px;
    padding: 0;
    border: none;
}

.card {
    border: none;
    border-radius: 12px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card-body {
    text-align: left;
}
.card:hover {
    transform: translateY(-4px);
}
h5 {
    font-weight: bold;
}

.text-desc {
    font-weight: normal !important;
    display: none;
}

.mobile-size {
    width: 520px;
    max-width: 100%;
}

.profile-img {
    width: auto;
    height: 50px;
    border-radius: 50%;
}

.verified-badge {
    background-color: #007bff;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 10px;
    display: inline-block;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    background-color: #fff;
}

.btn-read-more {
    background: var(--color-1);
    color: #fff;
    width: 100%;
    border: none;
}


.btn-read-more:hover {
    background-color: var(--color-1);
}

#content {
    width: calc(100% - 265px) !important;
}

.swal2-styled.swal2-confirm {
    background: var(--color-1);
    border-color: var(--color-1);
}
button.nav-link{
    color: var(--color-1);
}

xinput,
.btn {
    padding: 15px 20px !important;
    font-family: Rubik;
    margin: 2px;
}

.btn-default {
    background-color: #e5e5e5;
    color: #333;
}

.btn-fluid {
    width: 96% !important;
    margin: auto;
}

.btn svg,
.btn img {
    margin-right: 15px;
}

.btn-sm {
    padding: 5px 10px !important;
}

.bg-main,
.btn-main {
    background: var(--satu);
    border-color: var(--satu);
    color: var(--bgsatu);
}

.input-group span,
.input-group input {
    font-size: 11px;
}

.input-group span {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*donasi*/
.daftar-donatur {
    text-align: left;
}

.daftar-donatur .card-body {
    border: 1px solid #ccc;
    margin: 5px;
}

.daftar-donatur .card-body span {
    float: right;
}

.njin-table thead {
    background: var(--color-2);
    border: none;
    text-transform: capitalize;
    color: #fff;
}
.navbar{
    border-top-left-radius: 22px;
    background: #1488fe !important;
    margin-bottom: -25px;
    margin-top: 20px;
    z-index: 1;
}
.navbar-brand span{
    display: none;
}
.navbar-brand img{
    background: #ffffff;
    border-radius: 10px;
    width: auto;
    height: 50px;
}
.navbar.fixed-top{
    margin-top: 0 !important;
    border-radius: 0 !important;
}

tbody {
    font-size: 13px;
}

.footer {
    text-align: center;
    background: var(--color-3);
    padding: 0 0 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.footer p{
    margin: 20px;
}

.footer a{
    color: var(--color-1);
    font-size: 15px;
}
.fadein {
    animation: fadeIn 1s ease-in-out;
}

.bounce {
    animation: bounce 1.5s infinite;
}

.fa-praying-hands {
    background: var(--1);
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.explode-btn {
    font-size: 10px;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--1);
    pointer-events: none;
    animation: explode 600ms ease-out forwards;
}

@keyframes explode {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(var(--x), var(--y)) scale(0.5);
        opacity: 0;
    }
}

.btn-wrapper {
    position: relative;
    display: inline-block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}