/*==============================================================================================================
// Nombre:					style.css
// Fecha creación:			15-Enero-2024
// Proyecto:				Kipcalm
// Autor:					Carlos Valladolid
// Descripción:			    Estilos para el sitio Web.
// Namespace:			    Kipcalm.Web.Pay.Demo
// Versión:				    1.0
//==============================================================================================================*/

.amountToPay {
    font-size: 1.2em;
}

body {
    font-size: 1rem; /* Adjust base font size if needed */
}

.container {
    padding: 15px; /* Adds padding to prevent content from sticking to the edges */
}

.fa-check {
    color: #007BFF;
    margin-right: 5px;
}

.final-user {
    font-weight: bold;
}

.footer {
    background-color: #3E3E3E;
    bottom: 0;
    height: 150px;
    margin-top: 35px;
    width: 100%;
}

.footer-image {
    text-align: center;
    padding: 25px 5px 5px 5px;
}

h2 {
    font-weight: bold;
}

h5 {
    color: #a0a0a0;
    font-family: Arial, Helvetica, sans-serif;
}

.list-group-item {
    background-color: transparent !important; /* Important is used to override Bootstrap's default styling */
    border: none !important; /* Optionally remove the borders as well */
    font-size: .9em;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-top: 5px;
}

.plan-back {
    background-color: #F6F9FC;
    border-radius: 10px;
}

.plan-back:hover {
    background-color: #E8EFF7;
}

.plan-detail {
    font-size: .9em;
}

.plan-include {
    font-weight: bold;
}

.plan-name {
    font-size: 1.1em;
    font-weight: bold;
}

.plan-price {
    font-size: 1.8em;
    font-weight: bold;
}

.plan-per-month {
    font-size: .8em;
}

.quantity-box {
    width: 35%;
}

.quantity-to-pay {
    font-size: 1.2em;
    font-weight: bold;
}

.slogan-first {
    font-size: 2em;
    font-weight: bold;
}

.slogan-second {
    font-size: 1.5em;
}

.store-button {
    background-color: black;
    margin-right: 8px;
    vertical-align: middle;
}

.text-centered {
    text-align: center;
}

.text-color-gray {
    color: #666;
}

.text-color-gray-light {
    color: #999;
}

.text-color-gray-strong {
    color: #888;
}
