.main-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

span{
    color: white;
}

.logo {
    text-align: center;
}

.full-logo{
    max-width: 150px;
}

.tagline {
    font-size: 1.2em;
    color: #6c757d;
}
.tagline span {
    color: #f90019;
}

.content {
    text-align: center;
}


.logo img {
    max-width: 100px;
}
.tagline {
    font-size: 1.2em;
    color: #f90019;
}
.tagline span {
    color: #f90019;
}
.phone-number {
    margin: 20px 0;
}
.phone-number input {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #f90019;
    border-radius: 5px;
}
.btn-custom {
    background-color: #f90019 !important;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-custom i {
    color: white;
}
.footer-link {
    margin-top: 20px;
    color: #6c757d;
}

.input-group-prepend{
    display: flex;
    align-items: center;
    padding: .380rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f90019;
    color: white;
    text-align: center;
    white-space: nowrap;
    border: var(--bs-border-width) solid #f90019;
    border-radius: var(--bs-border-radius);
}

.input-group-prepend span{
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    white-space: nowrap;
    background-color: #f90019;
    border: var(--bs-border-width) solid #f90019;
    border-radius: var(--bs-border-radius);
}

.footer-link a{
    color: grey;
}

.icon {
    font-size: 2em;
    color: #f90019;
}
.tagline {
    font-size: 1.2em;
    color: #6c757d;
    margin-top: 10px;
}

.message {
    font-size: 1.5em;
    color: #dc3545;
    margin-top: 20px;
}
.sub-message {
    font-size: 1em;
    color: #6c757d;
    margin-top: 10px;
}

.heading {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.subheading {
    font-size: 1.2em;
    color: #dc3545;
    margin-bottom: 20px;
}
.instruction {
    font-size: 1em;
    color: #6c757d;
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 15px;
}
.btn-custom {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}


.instruction {
    font-size: 1em;
    color: #6c757d;
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 15px;
}
.btn-custom {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}
.footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #eaeaea;
}
.footer-nav a {
    color: #dc3545;
    text-align: center;
    display: block;
    font-size: 0.9em;
    padding: 10px 0;
}


.footer-nav i {
    font-size: 1.5em;
}

.favour-up{
    border-radius: 30px 30px 0px 0px;
    width: 300px !important;
    text-align: center;
    background-color: #f90019;
}

.favour-up i{
    color: white;
}


.favour-up .favor p{
    color: white;
}


.favour-up .favor-line{
    height: 2px;
    color: white;
    width: 10px;
}

.margin-bottom-60{
    margin-bottom: 60px;
}

.header {
    background-color: #f90019;
    color: white;
    padding: 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 20px;
}

.header-fade{
    color: #6c757d;
    font-size: 14px;
}

.header h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}
.header p {
    font-size: 1em;
    margin: 5px 0 0;
}
.instruction {
    font-size: 1em;
    color: #6c757d;
    /* margin: 20px 0; */
}
.input-group {
    margin-bottom: 15px;
}


.amount-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.amount-input {
    font-size: 2em;
    color: #dc3545;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
    width: 120px;
    text-align: right;
    background-color: transparent;
}
.days-select {
    display: flex;
    align-items: center;
}
.days-select select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
}
.days-select label {
    font-size: 0.9em;
    color: #aaa;
}

.app-logo {
    width: 150px;
    margin: 20px auto;
}


.purpose-wrapper {
    position: relative;
    width: 350px;
    display: inline-block;
    border: none !important;
}

.purpose-wrapper input{
    text-align: center;
    border: none;
}

.purpose-wrapper textarea{
    text-align: center;
    border: none;
}


.purpose-wrapper::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 100px;
    height: 2px;
    background-color: rgb(66, 65, 65);
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.faded-border-bottom{
    height: 2px;
    color: #6c757d;
    width: 50px;
}

.message {
    font-size: 14px;
    color: #6c757d;
    margin-top: 20px;
    line-height: 6px;
}
.message .amount {
    font-size: 20px;
    color: #dc3545;
    font-weight: bold;
}
.release-code-container {
    margin-top: 30px;
}
.release-code {
    display: flex;
    justify-content: center;
}
.release-code input {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.5em;
    border: 2px solid #dc3545;
    border-radius: 5px;
    color: #dc3545;
    background-color: #fff;
}

.otp-input {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 2px solid #dc3545;
    border-radius: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
}
