
* {
    font-family: 'Amsi Pro Light', sans-serif;
}

.front-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ff6417;
}

.profile-img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}

/* HEADER */
.logo-sc-w {
    width: 100%;
    height: auto;
}

.logo-benedif {
    width: 100%;
    height: auto;
}

.ContenedorCardBenedif{
    width: 100%;
    margin-bottom: 1rem;
}
.CardBenedif {
    max-width: 100%;
    max-height: 100%;
  }
  .qr{
    width:  100%;
}

@media (min-width: 540px){
    .logo-sc-w {
        width: 30%;
    }
    .logo-benedif {
        width: 30%;
    }
    .profile-img {
        width: 16rem;
        height: 16rem;
    }
    .datos{
        float:center;
        padding: 30px;
        overflow: auto;

    }
    .qr{
        width:  70%;
    }
    .ContenedorCardBenedif{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 400px;
    }
    .CardBenedif {
        margin: auto;
        max-width: 100%;
        max-height: 100%;
      }
}

.btn-back {
    font-size: 0.7rem;
    color: white;
    text-decoration: none;
}

/* END OF HEADER */

/* Waiting Modal */

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.loading-overlay-card {
    width: 32em;
    max-width: 90%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.loading-overlay-span {
    font-size: 1.125em;
}

/* END OF WAITING MODAL */


/* RESPONSIVE BODY */

.btn-login {
    color: #FFFFFF;
    font-family: 'Amsi Pro Bold';
    font-style: normal;
}

.btn-register {
    font-family: 'Amsi Pro Bold';
    font-style: normal;
}

.btn-primary {
    border: none;
    background-color: #ff6417;
    color: #FFFFFF;
}

.btn-primary > i {
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #e98629;
    color: #FFFFFF;
}

.btn-primary:focus,
.btn-primary:active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #e98629;
    color: #FFFFFF;
}

.btn-primary:hover > i {
    color: #FFFFFF;
}

div.form-check.form-switch input.form-check-input:focus {
    border-color: #ff6417 ;
    box-shadow: rgb(255 100 23 / 25%) 0px 0px 0px 0.2rem;    
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(15,15,15,0.4)'/></svg>"); 
}

div.form-check.form-switch input.form-check-input:checked {
    background-color: rgb(255 100 23);
    border-color: #ff6417;
}

.form-check-input:focus {
    border-color: #ff6417;
    box-shadow: 0 0 0 0.2rem rgb(255 100 23 / 25%);
    outline: 0;
}

.form-check-input:checked {
    background-color: #dc501a;
    border-color: #ff6417;
}

.spinner-orange {
    color: #ff6417;
    width: 3rem;
    height: 3rem;
}

/* END OF RESPONSIVE BODY */

/* Steps Form */

div.relative.mb-2 > div.grid.place-items-center {
    display: none;
}

.step-form-header {
    display: none;
}

.step-title {
    font-family: 'Amsi Pro SemiBold', sans-serif;
    font-size: 1.3rem;
    text-align: center;
}

.step-subtitle {
    font-family: 'Amsi Pro SemiBold', sans-serif;
    font-size: 1.1rem;
    text-align: center;
}

.step-form-footer {
    display: flex;
    justify-content: space-around;
}

.step-form-btn {
    border: none;
    background-color: #ff6417;
}

.step-form-btn svg {
    display: none;
}

.step-form-btn:hover {
    background-color: #e98629;
    color: #FFFFFF;
}

.step-form-btn:focus,
.step-form-btn:active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #e98629;
    color: #FFFFFF;
}

/* End of Steps Form */


.video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    border: 1px solid #000000;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container.profile-image {
    width: 100%;
    padding-top: 80%;
    height: 0px;
    position: relative;
    border: 1px solid #000000;
}

.video.profile-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.card-guideline {
    position: absolute;
    right: 10%;
    left: 10%;
    top: 14%;
    bottom: 14%;
    border: 2px solid #FF0000;
    border-radius: 15px;
}

.doc-guideline {
    position: absolute;
    right: 28%;
    left: 28%;
    top: 5%;
    bottom: 5%;
    border: 2px solid #FF0000;
    border-radius: 15px;
}

.card-guideline-mobile {
    position: absolute;
    right: 15%;
    left: 15%;
    top: 40px;
    bottom: 40px;
    border: 2px solid #FF0000;
    border-radius: 15px;
    z-index: 200;
}

.doc-guideline-mobile {
    position: absolute;
    right: 25%;
    left: 25%;
    top: 5%;
    bottom: 5%;
    border: 2px solid #FF0000;
    border-radius: 15px;
}

.signature-box-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border: 1px solid #000000;
    object-fit: cover;
    padding-top: 0.2rem;
}

.signature-box {
    width: 100%;
}

input.placeholder-normal::placeholder {
    text-transform: none;
}
