/* For Firefox */

input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*WebApp Home*/
.folio-courier{
    font-family: 'Courier Prime';
}

.half-circle {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 50px;
    background-color: #FFF;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom: 0;
    top: 25px;
}

.container-cita-logo-ceso{
    position: absolute; left:20px; bottom: 20px;
}

.radial-gradient {
    background-image: radial-gradient(
      /*farthest-corner at 50px 50px,*/
      farthest-corner at 50% -50%,
      #3C1770 0%,
      #B83C78 100%
    );
    max-height: 100%;
    border-radius: 10px;
    position: relative;
}

.icons ul li {
    list-style: none;
    padding-left: 55px;
    position: relative;
    margin-bottom: 20px;
}

.iconImg {
    height: 25px;
    width: 25px;
    transform: translate(12.5px, 12.5px);
}

.containerImage{
    position: absolute;
    left: 0;
    top: 0;
    height:50px;
    width: 50px;
    background: rgb(255, 255, 255,0.2);
    border-radius: 10px;

}

.icons ul li p {
    color: #FFEB71;
    opacity: 0.7;
    margin-bottom: 8px;
    font-size: 14px;
}

.icons ul li h5 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.icons ul li span {
    font-size: 16px;
    color: #ffffff;
}

.iconQR {
    width: 100px;
    height: 100px;
}

.dashboard-user-succces-folio{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Courier Prime';
    color: #FFF;
}


/*PAGO*/
/*---------------------------------------*/
.payment-container-background{
    background-color: #7239EA;
    max-height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    padding-bottom: 50px;
}

.payment-container-half-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 70px;
    border-bottom: 0;
    top: 34px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pl-25{
    padding-right: 0;
}

.nav-scroller {
    position: relative;
    overflow-y: scroll;
}

.nav-link{
    width: max-content;
}

.btn-cita{
    background-image: radial-gradient( /*farthest-corner at 50px 50px,*/ farthest-corner at 50% -50%, #3C1770 0%, #B83C78 100% );
    color: #FFF;
    transition: color 0.5s
}

.btn-cita:hover{
    color: #DDD;
    transition: color 0.5s
}

.text-folio{
    color: #B83C78
}

.btn-add-calendar{
    width:150px;
    border: 1px solid #B83C78;
    text-decoration: none;
    padding: 10px 25px;
    color: #B83C78;
    border-radius: 5px;
    display:inline-block;
    transition: all 0.5s ease;
}

.btn-add-calendar:hover{
    background-color: #B83C7820;
    color: #B83C78;
    transition: all 0.5s ease;
}

.btn-gmaps-waze{
    width:150px;
    border: 1px solid #009EF7;
    text-decoration: none;
    padding: 10px 25px;
    color: #009EF7;
    border-radius: 5px;
    display:inline-block;
    transition: all 0.5s ease;
}

.btn-gmaps-waze:hover{
    background-color: #009EF720;
    color: #009EF7;
    transition: all 0.5s ease;
}
.user-icono{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.user-icono-profile{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 45px !important;
}
.symbol-circle-text{
    text-transform: uppercase;
}
.bg-form-first{
    background-color: #ffa40017;
}
.bg-form-second{
    background-color: #e4ff0036;
}
.text-form-second{
    color: #e9c300;
}
.text-form-first{
    color: #ffa400;
}
.align-user-card{
    display: contents;
}
.m-uc{
    margin: auto;
    margin-top: 20px;
}
.card-profile{
    flex-direction: row;
    flex-wrap: wrap;
}
/*MEDIA QUERIES*/
/*---------------------------------------*/

@media (max-width:1500px){
    .dashboard-user-succces-folio{
        font-size: 16px;
    }
}

@media (max-width:1450px){
    .dashboard-user-succces-folio{
        font-size: 14px;
    }
}

@media (max-width:1400px){
    .dashboard-user-succces-folio{
        font-size: 18px;
    }
}

@media (max-width:380px){
    .pl-25{
        padding-right: 25px;
    }
}
