@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');

.logo-sedec {
    width: 196px;
    height: 56px;
}

.margin-nav-elements-div-1 {
    justify-content: space-evenly;
    font-size: 18px;
}

.margin-nav-elements-div-2 {
    justify-content: end;
    font-size: 18px;
}

.margins-conteiner-nav {
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.size-nav-divs {
    width: 50%;
}

.img-1-lp {
    max-width: 100vw;
    max-height: 100vh;
}

/* @media (min-width: 768px) {
    .img-1-lp {
        display: block;
        max-width: 50vw;
        max-height: 100vh;
    }
}

@media (min-width: 992px) {
    .img-1-lp {
        display: block;
        width: 100%;
        max-height: 100vh;
    }
} */

.home-reg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .home-reg {
        margin-top: 5rem;
    }
}

@media (min-width: 992px) {
    .home-reg {
        margin-top: 9rem;
    }
}

.logo-redait {
    margin-bottom: 2.5rem;
    max-width: 50vw;
    max-height: 50vh;
}

@media (max-width: 500px) {
    .logo-redait {
        margin-bottom: 2.5rem;
        max-width: 50vw;
        max-height: 50vh;
    }
}

@media (min-width: 615px) {
    .logo-redait {
        max-width: 36vw;
        max-height: 36vh;
    }
}



/* @media (min-width: 800px) {
    .logo-redait {

        max-width: 28vw;
        max-height: 28vh;
    }
} */

/* @media (min-width: 992px) {
    .logo-redait {
        max-width: 34vw;
        max-height: 34vh;
    }
} */

@media (min-width: 1400px) {
    .logo-redait {
        max-width: 40vw;
        max-height: 40vh;
    }
}

.btn-reg {
    --bs-btn-padding-x: 25px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-weight: 400;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 25px;
    font-size: 0.8rem;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: #9d2449;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-reg:hover {
    color: #fff !important;
    background-color: #7d1c3a;
}

@media (min-width: 768px) {
    .btn-reg {
        font-size: 1rem;
    }
}

.container-pasos {
    background-color: #9d2449;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2.5rem 0rem;
}

.pasos-title {
    color: #fff;
    text-align: center;
}

.cointainer-iconos {
    display: flex;
}

.icon-pasos {
    width: 20vw;
}

@media (min-width: 768px) {
    .icon-pasos {
        width: 10vw;
    }
}

@media (min-width: 992px) {
    .icon-pasos {
        width: 7vw;
    }
}

.icon-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}



.footer {
    background-color: #9d2449;
}



.container-logo-gob-dig {
    display: flex;
    /* align-items: flex-start; */
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .container-logo-gob-dig {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
}

.logo-gob-dig {
    width: 124px;
    height: 152px;
}



.text-footer {
    color: #fff;
    text-decoration: none !important;
}

.landingpage {
    font-family: 'Montserrat', sans-serif !important;
}

svg {
    border-radius: 13px;
    transition: .3s;
    width: 60px;
    height: 60px;
}

svg:hover {
    transform: scale(1.25, 1.25);
}

.sub-footer {
    background-color: #7d1c3a;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.container-files {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 4rem;
    /* padding: 1rem 16rem; */
}

.files {
    font-size: 1.6rem;
    color: #9d2449;
    margin: 1rem 0rem;
}

.files:hover {
    font-size: 1.6rem;
    color: #b38e5d !important;
    margin: 1rem 0rem;
}

.icon-file {
    color: #9d2449;
}

.icon-file:hover {
    color: #9d2449;
    font-weight: bold;
}

.container-agents {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.imgs-agentes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton-login {
    border: none;
    background-color: #9d2449;
    color: #fff;
    padding: 0.6rem 1.8rem;
    font-size: 18px;
    border-radius: 20px;
}

.container-contr-reg {
    align-items: center;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}

.olvido-contraseña {
    color: #b38e5d;
    font-weight: bold;
    cursor: pointer;
}

.olvido-contraseña:hover {
    color: #b38e5d !important;
    font-weight: bold;
    cursor: pointer;
}



.body-margin {
    margin-bottom: 3rem;
}

.container-prin {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}

@media (min-width: 768px) {
    .container-prin {
        margin-top: 0rem;
    }
}

.prim-seccion {
    display: flex;
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .prim-seccion {
        margin-bottom: 0rem;
    }
}

.img-pq-imp {
    max-width: 98.9vw;
    max-height: 100vh;
}

.text-imp {
    font-size: 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .text-imp {
        text-align: justify;
    }
}

.div-preg-imp {
    margin: 2rem 0rem;
    padding: 0rem 1rem;
    text-align: center;
}

@media (min-width: 1200px) {
    .div-preg-imp {
        text-align: justify;
    }
}

.bg-imp-reg {
    background-color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .bg-imp-reg {
        height: 100vh;
        background-image: var(--bg-imp-reg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.safe-area {
    margin-top: 6rem;
}

@media (min-width: 768px) {
    .safe-area {
        margin-top: 0rem;
    }
}

.safe-area-login {
    margin-top: 6rem;
}

@media (min-width: 768px) {
    .safe-area {
        margin-top: 0rem;
    }
}

.centrado {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-login-reg {
    color: #8d2041;
    margin-bottom: 2rem
}

@media (min-width: 992px) {
    .title-login-reg {
        margin-bottom: 4rem;
    }
}

/* Estilos cards */





.card-category-5 {

    margin-bottom: 45px;
    text-align: center;
}

.card-category-5 .all-pr-cards {
    padding: 0rem 1rem;
    margin-bottom: 4rem
}

@media (min-width: 992px) {
    .card-category-5 .all-pr-cards {
        width: 29vw;
    }
}

.card-category-5 .per-card-3 {
    /* width: 400px;
            height: 240px; */

    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-category-5 .per-card-3 .card-image {
    position: relative;
    background: #9d2449;
    padding-left: 20px;
    text-align: center;
}

@media (min-width: 1300px) {
    .card-category-5 .per-card-3 .card-image {
        position: relative;
        background: #9d2449;
        padding-left: 20px;
        text-align: left;
    }
}




.card-category-5 .per-card-3 .card-image img {
    border-radius: 15px;
    padding: 5px;
    margin-right: 10px;
    width: 127px;
    height: 95px;
}

.container-aquimar {
    position: relative;
    background: #9d2449;
    padding-left: 20px;
    text-align: center;
}

.img-aquimar {
    border-radius: 15px;
    padding: 5px;
    margin-right: 10px;
    width: 127px;
    height: 95px;
}

.per-name {
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 15%;
}

.container-names {
    text-align: left;
    padding-left: 9rem;
    display: none;
}

@media (min-width: 1300px) {
    .container-names {
        display: block;
    }
}

.card-category-5 .per-card-3 .card-content {
    text-align: justify;
    padding: 20px;
    position: relative;
}

.card-category-5 .per-card-3 .card-content .per-position {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #009688;
}

/* .card-category-5 .per-card-3 .card-content .card-text {
    padding: 10px;
} */

.name-movil {
    display: block;
}

@media (min-width: 1300px) {
    .name-movil {
        display: none;
    }
}

.card-category-5 .per-card-3 .card-content .card-text span {
    font-size: 13px;
    color: #007368;
}

.card-category-5 .per-card-3 .card-content .social-icons {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    height: 0%;
    background: #009688;
    border-top: 1px solid #5eada5;
    cursor: pointer;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-category-5 .per-card-3 .card-content .social-icons i {
    margin: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* .card-category-5 .per-card-3 .card-content .social-icons i:hover {
                        -webkit-transform: scale(2);
                        -moz-transform: scale(2);
                        -o-transform: scale(2);
                        transform: scale(2);
                    } */

.card-category-5 .per-card-3 .card-content .social-icons .card-btn {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.card-category-5 .per-card-3 .card-content .social-icons .card-btn button {
    cursor: pointer;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    background: #03695f;
    border: none;
}

/* estilo paginacion */

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination li {
    display: inline;
}

.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.pagination li a.active {
    background-color: #9d2449;
    color: white;
    border: 1px solid #9d2449;
    border-radius: 5px;
}

.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

div.center {
    text-align: center;
}

@media (min-width: 992px) {
    .imagen-fondo {
        background-image: var(--imagen-fondo);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh;
    }
}

.icon-doc {
    width: 75px;
    height: 75px;
    float: left;
}

.margin-text-requ {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .margin-text-requ {
        margin-bottom: 0rem;
    }
}

.logo-redait-hz {
    width: 50vw;
}

@media (min-width: 768px) {
    .logo-redait-hz {
        width: 25vw;
    }
}

@media (min-width: 1200px) {
    .logo-redait-hz {
        width: 20vw;
    }
}

.logout {
    font-size: 1.5rem;
}

.card2 {
    display: block;
    top: 0px;
    position: relative;
    max-width: 308px;
    background-color: #9d2449;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 1rem 0rem;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #f2f8f9;
}

.card2:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: #b38e5d;
}

.card2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: gray;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}

.card2:hover:before {
    transform: scale(2.15);
}

.descrp-options {
    color: white;
    text-align: center;
}

.descrp-options:hover {
    color: white !important;
    text-align: center;
}

.container-deseas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .container-deseas {
        margin-bottom: 3rem;
    }
}

.container-options {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-nombre-usu {
    margin-top: 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* padding: 0rem 6rem */
    margin-left: 1rem;
}

@media (min-width: 768px) {
    .container-nombre-usu {
        margin-left: 0rem;
        padding: 0rem 6rem
    }
}

.magic-margin {
    margin-bottom: 6rem;
}

@media (min-width: 768px) {
    .magic-margin {
        margin-bottom: 0rem;
    }
}

.map-ubic {
    display: none;
}

@media (min-width: 768px) {
    .map-ubic {
        display: block;
    }
}

.icon-map-ubic {
    font-size: 3rem;
    color: #fff;
}

@media (min-width: 768px) {
    .div-icon-map {
        display: none;
    }
}

.margin-reg {
    margin-bottom: 0rem;
}

.container-list-agent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collapsables-info {
    width: 50vw;
}

.list-info {
    display: flex;
    justify-content: space-between;

}

.ver-doc {
    background-color: #9d2449;
    padding: 0.3rem 0.5rem;
    color: #fff;
    border-radius: 5px;
}

.boton-reg {
    background-color: #b38e5d;
    color: white;
    border-color: transparent;
    padding: 0.5rem 1rem;
    border-radius: 15px;
}




.boton-login {
    background-color: #9d2449;
    color: white;
    border-color: transparent;
    padding: 0.5rem 1rem;
    border-radius: 15px;
}

.card-descrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-card {
    text-align: end;
    color: black;
}

.icon-cards-reg {
    font-size: 2rem;
    color: #9d2449;
    margin-left: 12px;
}



.diseño-card {
    box-shadow: 0 10px 40px 0 rgb(62 57 107 / 7%), 0 2px 9px 0 rgb(62 57 107 / 6%);
    margin: 1rem 0rem;

}

.status-bar {
    background-color: #008000;
}



.complete-status-bar {
    background-color: #b38e5d;
}


.titulo-form1 {
    font-weight: bold;
    color: hwb(0 46% 54%);
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.subtitulo-form1 {
    color: #9d2449;
    font-weight: bold;
}





.labels-forms {
    color: #b38e5d;
    font-weight: bold;
} 

.margin-form {
    margin: 1rem 0rem;
}


.boton-envform-enabled {
    background-color: #9d2449;
    color: white;
    border-color: transparent;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    margin-top: 1rem;
}



.btn-regr-sigu {
    font-size: 2rem;
    background-color: #9d2449;
    padding: 0.5rem;
    color: #fff;
    border-radius: 25px;
}



.container-arrows {
    margin-top: 1rem;
    margin-right: 1rem;
}

.alert-envio-exitoso {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 2rem;
}

.ver-mas {
    color: #b38e5d;
}

.ver-mas:hover {
    color: #b38e5d !important;
}

.cont-butt-admin {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
}

.env-admin {
    background-color: #b38e5d;
    color: white;
    border-color: transparent;
    padding: 0.5rem 1rem;
    border-radius: 15px;
}

.verified-field {
    display: flex;
    align-items: center;
}

.verified-icon {
    color: #008000 ;
    font-size: 1.3rem;
    margin-left: 8px;
}

.cont-archivoprev {
    margin-top: 6px;
    margin-bottom: 10px;
}

.prev-doc {
    font-style: italic;
    color: #9d2449;
}


.prev-doc:hover {
    font-style: italic;
    color: #9d244995 !important;
}


.filter-txt {
    color: #9d2449;
    font-weight: bold;
}

.button-filter {
    background-color: #b38e5d;
    color: white;
    padding: 0.5rem 0.5rem;
    margin: 0rem 0.5rem;
    border-radius: 10px;
}

.button-filter:hover {
    background-color: #b38e5d;
    color: white !important;
    padding: 0.5rem 0.5rem;
    margin: 0rem 0.5rem;
    border-radius: 10px;
}

.admin-linksnavb {
    margin: 0.5rem 0.5rem;
}

.edit-usu {
    background-color: #9d2449;
    padding: 0.5rem 0.7rem;
    border-radius: 25px;
}

.icon-editusu {
    color: white;
}

.icon-editusu:hover {
    color: white !important;
}

.container-editusu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.icon-check {
    font-size: 30px;
    margin-top: 10px;
    color: green;
}

.icon-xmark {
    font-size: 30px;
    margin-top: 10px;
    color: #b20000;
}

.div-types-user {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle-resum {
    font-size: 1.3rem;
    color: #9d2449;
    font-weight: bold;
}


.subtitle-resum:hover {
    font-size: 1.3rem;
    color: #9d2449 !important;
    font-weight: bold;
}


.icon-help-info {
    color: #9d2449 !important;
    cursor: pointer;
    font-size: 1.3rem;
}


.icon-help-info:hover {
    color: #9d2449 !important;
}

.gif-checando {
    height: 280px;
    width: 326px;
    margin-top: 3rem;
}

.agent-list-group {
    background-color: #9d2449;
    color: white;
}

.agent-list-group:hover {
    background-color: #9d2449;
    color: white !important;
}

.agent-list-group:active {
    background-color: #9d2449;
    color: white !important;
}

.renov-list-group {
    background-color: #b38e5d;
    color: white;
}

.renov-list-group:hover {
    background-color: #b38e5d;
    color: white !important;
}

.renov-list-group:active {
    background-color: #b38e5d;
    color: white !important;
}

.boton-descargar-licen {
    background-color: #9d2449;
    color: white;
    font-weight: bold;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}



.boton-descargar-licen:hover {
    background-color: #9d2449;
    color: white !important;
    font-weight: bold;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}


.iconos-validacion {
    height: 400px;
    width: 400px;
}

.btn-ver-mas-agent-inm {
    background-color: #b38e5d;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.btn-ver-mas-agent-inm:hover {
    background-color: #b38e5d;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}


.contetapa {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.btn-etapas {
    border-color: transparent;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: bold;
    color: #9d2449;
    cursor: pointer;
}

.btn-etapas:hover {
    border-color: transparent;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: bold;
    color: #9d2449 !important;
    cursor: pointer;
}

.btn-download-fpago {
    background-color: #b38e5d;
    color: white;
    font-weight: bold;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}

.btn-download-fpago:hover {
    background-color: #b38e5d;
    color: white !important;
    font-weight: bold;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}


.btn-upload-fpago {
    background-color: #9d2449;
    color: white !important;
    font-weight: bold;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}


.btn-upload-fpago:hover {
    background-color: #9d2449;
    color: white !important;
    font-weight: bold;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}

.link-inegi {
    color: var(--bs-link-color) !important;
    text-decoration: underline !important;
}

.link-inegi:hover {
    color: var(--bs-link-color) !important;
    text-decoration: underline !important;
}

@media screen and (min-width: 50px) {
    .ejemploa {
        width: 30vw;
    }
}

@media screen and (min-width: 300px) {
    .ejemploa {
        width: 60vw;
    }
}

@media screen and (min-width: 576px) {
    .ejemploa {
        width: 40vw;
    }
}

@media screen and (min-width: 768px) {
    .ejemploa {
        width: 30vw;
    }
}

@media screen and (min-width: 992px) {
    .ejemploa {
        width: 20vw;
    }
}

.editable {
    color: white;
    cursor: pointer;
}

.editable:hover {
    color: white !important;
    cursor: pointer;
}

.container-redait {
    max-width: 700px;
    margin: 50px auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.vigencia-roja {
    border: 2px solid red;
    background-color: #ffe6e6; /* fondo rojo claro */
    border-radius: 10px;
}

.vigencia-amarilla {
    border: 2px solid orange;
    background-color: #fff7e6; /* fondo amarillo claro */
    border-radius: 10px;
}

/* Estilos para el selector y formulario de edición */
#campo-a-editar {
    border: 2px solid #b38e5d;
    padding: 10px;
    border-radius: 8px;
}

#formulario-edicion {
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.card-header {
    font-weight: bold;
}

/* Estilos para los grupos de opciones */
optgroup {
    font-weight: bold;
    font-style: normal;
    color: #9d2449;
}

option {
    padding: 5px 10px;
}

/* Estilos para los botones */
.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Estilos para los inputs */
.form-control, .form-select {
    border: 1px solid #b38e5d;
}

.form-control:focus, .form-select:focus {
    border-color: #9d2449;
    box-shadow: 0 0 0 0.25rem rgba(157, 36, 73, 0.25);
}

.titulo-principal {
    color: #8A1538;
    text-align: center;
    margin-bottom: 30px;
}

.subtitulo {
    color: #444;
    margin-bottom: 10px;
}

.mensaje-exito {
    background-color: #d4edda;
    color: #155724;
    padding: 12px;
    border-left: 5px solid green;
    border-radius: 5px;
    margin-bottom: 20px;
}

.formulario-redait label {
    font-weight: bold;
    color: #555;
}

.formulario-redait .campo-formulario {
    margin-bottom: 20px;
}

input[type="date"],
select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fdfdfd;
}

.btn-redait {
    background-color: #8A1538;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.btn-redait:hover {
    background-color: #6e112d;
}
