/* /Views/Account/Login.cshtml.rz.scp.css */
a[b-c6jqnqsg24] {
    background-image: linear-gradient( to right, #e74646, #e74646 50%, #000 50% );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0 0 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

    a[b-c6jqnqsg24]:before {
        content: '';
        background: #e74646;
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        transition: all 0.3s ease-in-out;
    }

    a:hover[b-c6jqnqsg24] {
        background-position: 0;
    }

        a:hover[b-c6jqnqsg24]::before {
            width: 100%;
        }
/* /Views/Item/Consult.cshtml.rz.scp.css */
.top-card[b-f0y21z3bmu] {
    padding: 20px;
    text-align: center;
}

    .top-card .title[b-f0y21z3bmu] {
        color: darkgray;
    }

    .top-card .value[b-f0y21z3bmu] {
        font-weight: bold;
    }

    .top-card a[b-f0y21z3bmu] {
        color: black;
    }

    .top-card a:hover[b-f0y21z3bmu] {
        cursor: pointer;
    }

.description-collapse[b-f0y21z3bmu] {
    max-height: 35px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed var(--yc_primary);
    transition: all 0.1s ease;
}

    .description-collapse.active[b-f0y21z3bmu] {
        max-height: 350px;
        overflow: auto;
        transition: all 1s ease;
        padding-bottom: 15px;
    }

        .description-collapse.active ~ .collapse-button i[b-f0y21z3bmu] {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transition: all 1s ease;
        }

.collapse-button[b-f0y21z3bmu] {
    position: absolute;
    bottom: 10px;
    background-color: lightgray;
    border-radius: 12px;
    padding: 5px;
    height: 25px;
    line-height: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--yc_primary);
}

    .collapse-button:hover[b-f0y21z3bmu] {
        cursor: pointer;
    }

.blink[b-f0y21z3bmu] {
    animation: blinkAnimation-b-f0y21z3bmu 1s ease 3;
}

    .blink[b-f0y21z3bmu]:after {
        content: "\f062";
        font-family: "Font Awesome 6 Free";
    }

    .blink[b-f0y21z3bmu]:before {
        content: "\f062";
        font-family: "Font Awesome 6 Free";
    }

@keyframes blinkAnimation-b-f0y21z3bmu {
    0%, 100% {
        color: limegreen;
        font-weight: bold;
    }

    50% {
        color: black;
    }
}

.countdown[b-f0y21z3bmu] {
    text-align: center;
}
/* /Views/Item/Presentation.cshtml.rz.scp.css */
.presentation-body[b-npn5otrv38] {
    background-color: whitesmoke;
    height: 100vh;
    overflow: auto;
}

.carousel-container .carousel[b-npn5otrv38] {
    border-radius: 16px;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.scrollView-img[b-npn5otrv38] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
}

.full-h[b-npn5otrv38] {
    height: calc(100vh - 74px);
}

.row[b-npn5otrv38] {
    margin: 0 !important;
}

.card[b-npn5otrv38] {
    border: 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.counter[b-npn5otrv38] {
    text-align: center;
    font-size: 40px;
    background-color: var(--yc_primary);
    color: white;
}
/* /Views/Item/_ActiveBidding.cshtml.rz.scp.css */
.card[b-3tzrdc6qvf] {
    border: 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.counter[b-3tzrdc6qvf] {
    text-align: center;
    font-size: 40px;
    background-color: var(--yc_primary);
    color: white;
}

.full-h[b-3tzrdc6qvf] {
    height: calc(100vh - 74px);
}
/* /Views/Item/_WaitingBidding.cshtml.rz.scp.css */
.watingBidding[b-4i900hjcrt] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter[b-4i900hjcrt] {
    text-align: center;
    font-size: 40px;
    background-color: var(--yc_primary);
    color: white;
}

.full-h[b-4i900hjcrt] {
    height: calc(100vh - 74px);
}
/* /Views/Project/Consult.cshtml.rz.scp.css */
.top-card[b-g9o1r0e0q3] {
    padding: 20px;
    text-align: center;
}

    .top-card .title[b-g9o1r0e0q3] {
        color: darkgray;
    }

    .top-card .value[b-g9o1r0e0q3] {
        font-weight: bold;
    }

.description-collapse[b-g9o1r0e0q3] {
    max-height: 35px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed var(--yc_primary);
    transition: all 0.1s ease;
}

    .description-collapse.active[b-g9o1r0e0q3] {
        max-height: 350px;
        overflow: auto;
        transition: all 1s ease;
        padding-bottom: 15px;
    }

        .description-collapse.active ~ .collapse-button i[b-g9o1r0e0q3] {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transition: all 1s ease;
        }

.collapse-button[b-g9o1r0e0q3] {
    position: absolute;
    bottom: 10px;
    background-color: lightgray;
    border-radius: 12px;
    padding: 5px;
    height: 25px;
    line-height: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--yc_primary);
}

    .collapse-button:hover[b-g9o1r0e0q3] {
        cursor: pointer;
    }

.blink[b-g9o1r0e0q3] {
    animation: blinkAnimation-b-g9o1r0e0q3 1s ease 3;
}

    .blink[b-g9o1r0e0q3]:after {
        content: "\f062";
        font-family: "Font Awesome 6 Free";
    }

    .blink[b-g9o1r0e0q3]:before {
        content: "\f062";
        font-family: "Font Awesome 6 Free";
    }

@keyframes blinkAnimation-b-g9o1r0e0q3 {
    0%, 100% {
        color: limegreen;
        font-weight: bold;
    }

    50% {
        color: black;
    }
}

.countdown[b-g9o1r0e0q3] {
    text-align: center;
}
/* /Views/Project/Presentation.cshtml.rz.scp.css */
.presentation-body[b-bkk6hltc00] {
    background-color: whitesmoke;
    height: 100vh;
    overflow: auto;
}

.carousel-container .carousel[b-bkk6hltc00] {
    border-radius: 16px;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.scrollView-img[b-bkk6hltc00] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
}

.full-h[b-bkk6hltc00] {
    height: calc(100vh - 74px);
}

.row[b-bkk6hltc00] {
    margin: 0 !important;
}

.card[b-bkk6hltc00] {
    border: 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.counter[b-bkk6hltc00] {
    text-align: center;
    font-size: 40px;
    background-color: var(--yc_primary);
    color: white;
}

.total-donated-card[b-bkk6hltc00] {
    background-color: var(--yc_primary);
    border-radius: 5px;
    color: white;
    padding: 8px 18px;
    text-align: center;
}

.total-donated-label[b-bkk6hltc00] {
    font-size: 16px;
    font-weight: 600;
    opacity: .9;
    text-transform: uppercase;
}

.total-donated-value[b-bkk6hltc00] {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

#card-list-body[b-bkk6hltc00] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.card-list-container[b-bkk6hltc00] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.card-list[b-bkk6hltc00] {
    min-height: 100%;
}

.card-list .card[b-bkk6hltc00] {
    position: relative;
}

.card-list .card i[b-bkk6hltc00] {
    color: var(--yc_primary);
}

.donator[b-bkk6hltc00] {
    font-size: 18px;
    max-width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.donation-date[b-bkk6hltc00] {
    bottom: 10px;
    font-size: 15px;
    position: absolute;
    right: 10px;
}
/* /Views/Shared/_AuthenticationLayout.cshtml.rz.scp.css */
.authentication-layer[b-bp4hv065yw] {
    background-image: url("/image/background_1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.authentication-img[b-bp4hv065yw] {
    height: calc(100% - 40px)   ;
    background: url('/image/fdc_logo.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 150px;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7g07kspwh4] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-7g07kspwh4] {
  color: #0077cc;
}

.btn-primary[b-7g07kspwh4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7g07kspwh4], .nav-pills .show > .nav-link[b-7g07kspwh4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-7g07kspwh4] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-7g07kspwh4] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7g07kspwh4] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7g07kspwh4] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-7g07kspwh4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
