.custom-login-btn {
    font-family: 'Poppins', sans-serif;
    color: #474747; 
    font-weight: bold;
}
.title {
    font-family: 'Poppins', sans-serif;
    color: #474747; 
    font-weight: bold;
}
.dash-title {
    font-family: 'Poppins', sans-serif;
    color: #F8F7F8; 
    font-weight: bold;
}
.custom-login-btn:hover {
    color: #F07837; 
}
.custom-signup-btn{
    font-family: 'Poppins', sans-serif;
    color: #F07837; 
    font-weight: bold;
    border-color: #F07837;
}
.custom-hero-signup-btn{
    font-family: 'Poppins', sans-serif;
    color: #F07837; 
    font-weight: bold;
    border-color: #F07837;
}
.custom-upload{
    font-family: 'Poppins', sans-serif;
    background-color: #F07837; 
    border-color: #F07837;
    color: white !important;
    font-weight: bold;
}
.custom-upload:hover{
    font-family: 'Poppins', sans-serif;
    background-color: #da6221; 
    border-color: #da6221;
    color: white !important;
    font-weight: bold;
}
.custom-upload{
    font-family: 'Poppins', sans-serif;
    color: #F07837; 
    font-weight: bold;
}
.custom-hero-signup-btn:hover {
    background-color: #F07837; 
    border-color: #F07837;
    color: #ffffff; 
}

.custom-signup-btn:hover {
    background-color: #F07837; 
    border-color: #F07837;
    color: #ffffff; 
}
.subtitle
{
    font-family: 'Poppins', sans-serif;
    color: #474747; 
    font-size: 16px;
    text-align: justify;
}
.card-subtitle
{
    font-family: 'Poppins', sans-serif;
    color: #474747; 
    font-size: 16px;
    margin-top: 20px;
}
.custom-line-spacing {
    line-height: .2;
    margin-bottom: 0.5rem; 
}
.orange-text {
    color: #F07837; 
}
.card-title {
    font-family: 'Poppins', sans-serif;
    color: #474747; 
    font-weight: bold;
    margin-top: 45px;
    font-size: 34px;
}
.card-number{
    color: #F07837; 
    font-size: 60px;
}
.left-title {
    font-family: 'Poppins', sans-serif;
    color: #474747; 
    font-weight: bold;
    text-align: left;
    padding-left: 50px;
}
.left-subtitle
{
    font-family: 'Poppins', sans-serif;
    color: #474747; 
    font-size: 15px;
    margin-top: 20px;
    padding-left: 50px;
    text-align: left;
}
/*
body {
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: fadeInAnimation ease 4s;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}*/
.custom-navbar {
    background-color: #ffffff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-form {
    max-width: 500px; 
    margin: auto; /
}
.subtitle.orange-text:hover {
    color: #F07837;
}
.custom-hover {
    display: inline-block;
    padding: 15px; 
    text-decoration: none;
    background-color: #f8f7f8;
    width: 230px; 
    max-width: 100%; 
    box-sizing: border-box; 
}
.custom-hover:hover {
    display: inline-block;
    padding: 15px; 
    text-decoration: none;
    background-color: #eeeeee;
    width: 230px; 
    max-width: 100%; 
    box-sizing: border-box; 
}
.dash-hover:hover{
    display: inline-block;
    padding: 15px; 
    text-decoration: none;
    background-color: #f8f7f8;
    width: 230px; 
    max-width: 100%; 
    box-sizing: border-box; 
}
.dash-hover:hover img {
    margin-left: 10px;
}

#dropdownUser1 {
    color: #474747; 
}
.white-box {
    background-color: #ffffff; /* White background color */
    padding: 40px; /* Adjust padding as needed */
    border-radius: 10px; /* Optional: Add rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add box shadow */
    width: 90%; /* Adjust the width as needed */
    margin-left: 10%; /* Center the container by adjusting the left margin */
}




