﻿
body {
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'Fontdinerdotcom Huggable';
    src: url('../fonts/Fontdinerdotcom Huggable.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fontdinerdotcom Huggable Header';
    src: url('../fonts/FontdinerdotcomHuggable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 32px;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold;
}

.grants-page .card .card-title img {
    width: 100px;
    height: 100px;
}

.grants-page .card label {
    font-weight: bold;
}

.bg-purple {
    background-color: #8200B4 !important;
}

.input-group-text {
    background-color: white;
    border-left: none !important;
}

.form-control:focus + .input-group-append .input-group-text {
    border-color: #80bdff;
}

.btn-purple {
    background-color: #8200B4;
    border-color: #8200B4;
    color: white;
}

.text-purple {
    color: #8200B4;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    background-color: #6a0090;
    border-color: #6a0090;
    color: white;
}
.btn-stretch {
    width: 100%;
}
.back-btn{
    width:40%;
}
.cont-btn {
    width: 30%
}
.google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.google-btn img {
    width: 30px;
    margin-right: 10px;
}

.google-btn:hover {
    background-color: #f1f1f1;
}
.huggy-font {
    font-family: 'Fontdinerdotcom Huggable', cursive;
}
.huggy-font-header {
    font-family: 'Fontdinerdotcom Huggable Header', cursive;
}
.rounded-ke {
    border-radius: 25px !important;
}
.rounded-ke-more {
    border-radius: 25px !important;
}
.border-right-none {
    border-right: none !important;
}

.font-size-20 {
    font-size: 15px;
}
.divider-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    width: 80%;
}

.divider-with-text::before,
.divider-with-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid;
}

.divider-with-text span {
    padding: 0 10px;
    font-family: 'Fontdinerdotcom Huggable', cursive;
}
.bg-light-purple {
    background-color: #E8D0F2;
}

.font-size-xl {
    font-size: 1.5rem;
}
.font-size-lg-header {
    font-size: 7rem;
}

.dash-divider {
    height: 2px;
    background-image: linear-gradient(to right, #897092 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
    width: 100%;
    margin: 10px auto;
    opacity: .5;
}

/* Style for placeholder text */
.light-text-purple-placeholder::placeholder {
    color: #897092 !important;
    opacity: 1; /* Firefox requires this */
}

/* For Internet Explorer */
.light-text-purple-placeholder:-ms-input-placeholder {
    color: #897092 !important;
}

/* For Edge */
.light-text-purple-placeholder::-ms-input-placeholder {
    color: #897092 !important;
}

.light-text-purple-placeholder {
    color: #000 !important; /* Black text for the input value */
}

.sign-in-link {
    text-decoration: none !important;
    color: #8200B4 !important;
    transition: background-color 0.3s ease;
    border: 1px solid #C180DA !important; /* Light purple border instead of black */
    outline: none !important;
    box-shadow: none !important;
}

.sign-in-link:hover {
    background-color: #f5f5f5 !important; /* Slightly darker than white */
    color: #8200B4 !important;
    text-decoration: none !important;
}

.sign-in-link:focus {
    box-shadow: none !important;
    outline: none !important;
}

.padding-10 {
    padding: 10px;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

