
/***********************************Primer Paso Recarga/Ingresar Numero***********************************/
.topups-section-title {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #86888C;
}

.topups-section-subtitle {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    align-items: center;
    color: #313235;
    margin-bottom: 26.5px;
}

.topups-container-number>button {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    border: none;
}

.buttom-confirmar-phone-topups {
    height: 48px;
    background: #5CB615;
    border-radius: 32px;
    margin: 20px 0;
    color: #fff;
    outline-offset: 0px;
    width: 100%;
    border: none;
  }
/***********************************Segundo Paso Recarga/Selecion de Recarga ***********************************/

.back-section-topups {
    cursor: pointer;
    margin-right: 15px;
}

.title-inside-topups {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    color: #313235;
    margin-bottom: 25px;
}


#cargaPaquetes{
	overflow-y: auto;
    max-height: 736px;
}
.package-card-container {
    padding: 24px;
    width: 308px;
    height: 222.47px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin-bottom: 19px;
}

.package-card-container:hover {
    cursor: pointer;
    background: #F5F5F5;
}

.package-icon {
    padding: 5px;
}

.package-title-mb {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 41.2936px;
    line-height: 52px;
    color: #50535A;
    margin: 0px;
    padding-left: 10px;
}

.package-social-media-title {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18.7273px;
    line-height: 23px;
    color: #313235;
    padding: 0;
    margin: 0;
    margin-top: 6px;
}

.package-calls-msm-title {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 22.4727px;
    line-height: 28px;
    color: #313235;
    padding-left: 5px;
    margin: 0;
}

.package-price {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #313235;
    padding-left: 0px;
    margin-top: -3px;
}

.validity-topups {
    font-family: 'Telefonica-Regular';
    font-size: 11px !important;
    margin-left: -12px !important;
}
/*Paquetes transfer*/

.package-card-transfer {
    padding: 22px;
    width: 156px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin-right: 6px;
    margin-bottom: 19px;
}

.package-icon-social{
	max-width: 32px;
	padding:5px;
}

.package-card-social{
	display: inline-flex;
    padding: 0px;
    margin-bottom: 8px;
}

.package-validity {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    color: #313235;
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: -12px;
    padding: 0px;
}

/***********************************Tercer Paso Recarga/Seleccion tarjeta y añadir tarjeta ***********************************/
.container-topups-subtitle-delete{
	width:70%;
	cursor:pointer;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #019DF4;
}
.container-topups-subtitle-delete img{
	margin-top:-5px;
}
.container-select-pay {
    max-width: 517px;
    height: 100%;
}

.container-topups-tarjets,.container-topups-tarjet-new{
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 17px 0 17px 0;
    min-height: 83px;
    width: 100%;
    height: fit-content;
}

.container-topups-tarjets-title {
    margin: 10px 0px;
}
.container-topups-tarjet-new:hover{
	cursor: pointer;
	background: #F5F5F5;
}
.container-topups-tarjets:hover {
    background: #F5F5F5;
}

.container-topups-title {
    font-family: 'Roboto';
    font-size: 19px;
    line-height: 24px;
    color: #313235;
}

.container-topups-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #86888C;
}

.container-topups-title-second {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #86888C;
}

.container-topups-icon {
      margin-top: 14px;
}

.container-topups-cvvform{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    width: 100%;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 4px 4px;
}

.payment-topups-floating>label{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    color: #86888C;
    line-height: 20px;
    font-size: 18px;
}
.payment-topups-floating>.form-control{
	font-family: Roboto;
    font-size: 18px;
}
.payment-topups-floating>.form-control:focus{
	border-color:#ddd;
	box-shadow: none;
}

.payment-topups-floating>.form-control:focus~label, 
.payment-topups-floating>.form-control:not(:placeholder-shown)~label{
	color:#019DF4;
	opacity:1;
}

.payment-topups-img-info{
	top: 11px;
    padding-right: 1px;
}

.payment-topups-img{
	top: 17px;
    padding-right: 17px;
}

.payment-topups-check input:checked {
    background-color: #019df4;
    border-color: #019df4;
}
.payment-topups-check label{ 
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #313235;
}

.payment-topups-link {
	color: #019DF4;
	text-decoration: none
}

.payment-topups-link:hover
.payment-topups-link:focus {
	color: #019DF4;
	text-decoration: none
}

.spinner-btn-topups {
    display: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #5CB615;
    border-top-color: #CEE9B9;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    margin-top: -6px;
    margin-left: -35px;
}

.pagoflapguardada{
	width:96%;
}

.card_backh{
	max-width: 70px;
}

/***********************************Cuarto Paso Recarga/Datos de la tarjeta ***********************************/
div#newCardSection {
    margin: 0px 10px;
}

.payment-method-topups {
    max-width: 517px;
    height: 100%;
}


.form-icon-topups-card-mp {
    left: 87%;
    position: absolute;
    top: 37%;
}

.btn-compra-recarga {
    width: 100%;
    max-width: 517px;
    height: 48px;
    background: #5CB615;
    border-radius: 32px;
    color: #FFF;
    border: none;

}

.btn-cambiar-recarga {
    width: 100%;
    max-width: 517px;
    height: 48px;
    outline-width: 0;
    border: none;
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #019DF4;
    background: #FFF;
    margin: 10px 0px;
}

/**/
.rechargeDn {
    background-color: #CEE9B9 !important;
    color: #5CB615 !important;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.rechargeDn>div {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 16px;
}

.topups_principal {
    width: 100%;
    height: 870px;
}

/* principal modal content */
.modal-Topups {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.title-error-sos {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #86888C;
}

/* modal manage balance */
.modal-manage {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px 0px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 8px;
   	max-width:680px;
}

#exitManage {
    width: 18px;
}

/* MODAL INFO SOS*/
.modal-SOS {
	font-family: "Roboto";
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px 0px;
    border: 1px solid #888;
    width: 90%;
    border-radius: 8px;
    min-height: auto;
    height:auto;
}

.cont-image {
    width: 100%;
    text-align: end;
    padding-right: 20px;
}

.subtextSos{
	margin-top:5px;
	font-weight: 700;
	font-size: 22px;
	line-height: 40px;
}

.sosQuest {
    color: #86888C;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin:5px 0;
}

.textSos {
    color: #86888C;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin:5px 0;
}

#sosImg {
    width: 343px;
    margin-top: 20px;
}

#ok-sos:after {
    content: "con Recarga SOS"
}
#ok-sos {
    width: 255px;
    height: 48px;
}

/* MODAL GESTIONA SALDO*/
.titleModMan {
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
}

.body-balance>span {
    font-weight: 400;
    font-size: 20px;
    width: 155px;
    display: inline-block;
}

.body-balance>strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.body-balance>img {
    margin-top: -6px
}

/*SOS*/
.priceDebt {
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn-sos-info{
	max-width: 231px;
    display: block;
    margin: 15px 0px;
    font-size: 15px!important;
}

.title-sos-info{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.titDebt {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.noDebt {
    font-weight: 400;
    font-size: 56px;
    line-height: 70px;
}

.subDays {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #86888C;
}

.content-debt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #313235;
}

.dateDebt {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #86888C;
}

.topups-left {
    border-right: 2px solid #EEEEEE;
    width: 75%;
    position: relative;
    float: left;
    height: 100%;
    padding: 44px 0px 0px 68px;
}
.topups-complete{
    border-right: 2px solid #EEEEEE;
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
    padding: 44px 90px 0px 68px;
}
.topups-container-number {
    max-width: 511px;
}

.dnError {
    color: #a94442;
    font-weight: 500;
    margin-bottom: -10px;
}

.content-shop-mobile {
    border-bottom: 1px solid #dddddd;
}
/*
.card-sos-package {
    height: 222px !important;
}*/

.socials>div>p {
    margin-left: 0px !important;
}

#selectPackageSos,#resumenSos{
	 margin: 15px 2%;
}

.buttom-tranfer-topups{
	background: #5CB615;
    border-radius: 32px;
    margin: 20px 0;
    color: #fff;
    outline-offset: 0px;
    width: 100%;
    border: none;
    max-width: 331;
    padding: 12px 16px 11px;
    height: 48px;
    font-size: 18;
}
.optionsSos{
	margin:15px 0px;
}

.noRechargeSos {
	font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
}

.selectPackageSos {
    padding: 30px 20px;
    max-width: 332px;
    width:100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-family: 'Telefonica-Regular';
}


.modal-content-SOS {
   height: 100%;
}
.modal-contentSOS{
	width:100%;
	padding: 30px 40px 30px 40px;    
    background: #019DF4;
    height:100%;
    max-height: 465px;
    border-radius: 5px;
}

.button-close-modal-tras{
	background: #faebd700;
    border: none;
    margin-left: 93%;

}
.modal-size-SOS {
    max-width: 1120px !important;
    width: 100% ;
}
 
.modal-img-SOS {
	width:100%;
	height:100%;
} 

.title-modal-SOS{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin:30px 0px;
}

.subtitle-modal-SOS{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
     margin:30px 0px;
}
.btn-modal-SOS{
	border: none;
    max-width: 330px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 32px;
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #019DF4;
    width: 100%;
}

/* modal info recharge SOS
.modal-SOS-solicitud {
    background-color: #019DF4;
    margin: auto;
    padding: 20px 0px;
    border: 1px solid #888;
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
}

.btn-close-white {
    text-align: end;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 20px;
    width: 50%;
    height: 29px;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.modal-SOS-solicitud>.row>div>strong {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.modal-SOS-solicitud>.row>div>span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}



.btn-modal-white {
    border: none;
    background: #FFFFFF;
    border-radius: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #019DF4;
    padding: 12px 16px 11px;
    width: 136px;
    height: 48px;
}

.modal-SOS-solicitud>.row {
    padding: 5%;
}

/* apartado deudas */




/*Seccion Mobile Menu Right*/
.mobile-user-topups-section-container {
    display: none;
    padding: 0px 10px;
    height: 50px;
    width: 98%;
    line-height: 50px;
}

.content-topups-title-mobile {
    margin-left: 15px;
    font-size: 16px;
}

#mobile-getback-topups-section {
    display: none;
    margin:15px 0px;
}

.back-to-new-topup {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #313235;
    display: inline;
}

.back-to-new-topup:hover {
    cursor: pointer;
}

.mobile-user-topups-section-title {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #86888C;
    display: inline;
}

.topups-right {
    width: 25%;
    position: relative;
    float: left;
    padding: 0px 20px;
}

.user-topups-section {
	max-width: 320px;
    margin: 10px 10px;
}

.user-topups-empty-card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    width: 100%;
    height: 168px;
    margin-bottom: 25px;
}

.user-topups-empty-card-title {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #313235;
    margin-left: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.user-topups-empty-card-content {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #86888C;
    margin-left: 16px;
}

.user-topups-card {
    width: 100%;
    height: 160px;
    padding: 10px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.user-topups-card-content {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #313235;
}

.user-topups-card-content-data {
    display: contents;
    color: #86888C;
}

/*Alerta de Menssaje*/

.topups-success-message {
    width: 100%;
    padding: 16px;
    max-width: 486px;
    height: 56px;
    background: #313235;
    border-radius: 8px;
    margin: 0 auto;
}

.topups-fail-message {
    padding: 16px;
    max-width: 486px;
    width: 100%;
    height: 80px;
    background: #FF374A;
    border-radius: 8px;
    margin: 0 auto;
}

.topups-message {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

/*Modal Mensaje Exito*/
.title-modal-topups{
	font-family: 'TELEFONICA-BOLD';
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    color: #313235;
    margin: 0px 0px 15px 0px;

}
.subtitle-modal-topups{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #50535A;
    margin-bottom:15px;
}

.subtitle-modal-topups-date{
	font-family: 'TELEFONICA-LIGHT';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #86888C;
    margin: 0px;
}
.subtitle-modal-topups-dateone{
	text-align: end;
	font-family: 'Telefonica-Regular';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #86888C;
}
.subtitle-modal-topups-datesecond{
    font-weight: 600;
    font-size: 18px;
    font-family: 'Telefonica-Regular';
    text-align: end;
    color: #0B2739;
	
}
table.table-date-modal {
    margin-top: 27px;
}
.alert-ok table{
	width:100%;
}
.table-date-modal td{
	 padding: 0px 0px 23px 0px;
}
.btn-aceptar-modal-topups{
	display:block;
	background: #5CB615;
    border-radius: 32px;
    border: none;
    height: 48px;
    font-family: 'Telefonica-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    max-width: 239px;
    margin: 10px auto 0px auto;
    width: 100%;
}
.step-one-transfer{
	max-width: 465px;
	width:100%;
}

.content-paquetes-trasnfer{
	margin:15px 0px;
}


.content-transfer-number{
	max-width: 500px;
	width:100%;	
}
.btn-transfer-validate-number{
	width: 100%;
	padding: 12px 16px 11px;
	height: 48px;
	font-size: 18;
}

.title-topups-transfernot{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #86888C;
}

.img-topups-transfernot{
	max-width: 688px;
    width: 100%;
}

.btncardsavedTopups{
	width:96%!important;
}

.img-not-services{
	max-width: 800px;
    width: 100%;
    margin:15px 0px;
 }
 
.contenedor {
  float: left;
}

.contenedor img {
  position: absolute;
  left: 0;
  transition: opacity 0.4s ease-in-out;
}

.card_back{
	width: 49px;
	top: -7px;
	left: -25px !important;
}

.spinner-btnTransfer {
	display: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #5CB615;
    border-top-color: #CEE9B9;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    margin: 0px 0px 0px -119px;
}

@media screen and (max-width: 992px) {
	.topups-complete {
       padding: 14px 26px 0px 23px;
	}
  
    .topups-right {
        width: 100%;
        display:none;
    }
    
    .topups-left {
	 	width: 100%;
        padding: 0px;
        margin-top: 12px;
    }

    .topups-left>div {
        margin: 2%;
    }

    .mobile-user-topups-section-container {
        display: block;
    }

    #user-topups-section-container {
        display: none;
    }

    #mobile-getback-topups-section {
        display: block;
    }

     #debtSos {
        padding: 0px !important;
        padding-top: 2px !important;
    }

    .cont-packages-mob {
        padding: 0px !important;
    }

    /*.card-sos-package {
        height: 209px !important;
   		width: 246px!important;
    }

    .card-sos-package>.package-card-content>.no-margin-row>p {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 35px;
    }

    .card-sos-package>.package-card-content>.no-margin-row>img {
        padding-top: 7px;
    }

    .card-sos-package>.package-card-content>.no-margin-row>.package-title-mb {
        padding-top: 2%;
    
*/
    .socials>div>img {
        padding: 0px;
        padding-top: 0px;
        width: 14px !important;
        padding-top: 11px;

    }

    .selec-title {
        font-size: 16px;
    }

    .viewErrorSos>span {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
     }

    .viewErrorSos {
        width: 100% !important;
    }

    .viewErrorSos>img {
        width: 70%;
        margin-top: 15%;
    }
    
}
  


@media screen and (min-width: 992px) {
	
    .topups-left {
        display: block !important;
    }

    .modal-SOS-solicitud {
        margin-top: 10%
    }

    .btn-close-white {
        position: relative;
        width: 100%;
        padding: 15px;
    }
	
}



@media screen and (min-width: 600px) {
    .desk-paq {
        display: flex;
        flex-wrap: wrap;
        margin-left: 5%;
    }
/*
    .divPaquetes {
        width: auto;
    }*/

    .modal-manage {
        margin:12% auto;
    }

    .modal-manage>.pt-5 {
        padding-top: 10px !important;
    }

    .modal-SOS-solicitud {
        width: 1224px;
        min-height: auto;
    }


    #titlepackS {
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        margin-top:15px;
    }

    #rechargeSoSBtn {
        height: 40.29px !important;
        font-weight: 400;
        font-size: 15.1091px !important;
    }

    .optionsSos {
        padding: 0 !important;
    }

    #btnPAckages>span {
        font-size: 16px;
        line-height: 24px;
    }

    #btnDebt>span {
        font-size: 16px;
        line-height: 24px;
    }


}


@media screen and (max-width: 780px){
	.modal-img-SOS{
		display:none;
	}
	
}
@media screen and (max-width: 600px){
	    .spinner-btnTransfer {
    	margin: 140px 0px 0px -112px;
	}
	
}
@media screen and (max-width: 564px){
	.spinner-btnTransfer {
    margin: 164px 0px 0px -112px;
}
	
}
@media screen and (max-width: 477px) {
	  
	#ok-sos:after {
        content: "con Recarga SOS"
    }

}
@media screen and (max-width: 470px) {
 
	.modal-contentSOS{
		max-height: fit-content;
	}

    .topups-section-subtitle {
        font-size: 15px;
    }

    .topups-container-number>button {
        font-size: 14px;
    }

    .title-inside-topups {
        font-size: 24px;
    }

    .container-topups-icon {
        left: 5%;
    }

    .container-topups-title {
        font-size: 16px;
    }

    .container-topups-subtitle {
        font-size: 14px;
    }

    .container-select-pay {
        padding:0px 5px;
    }

    .payment-method-topups {
        padding: 0px;
    }
    #sosImg, #ok-sos {
    	width: 100%;
    }
}



@media screen and (max-width: 402px) {
	
	#selectPackageSosTransfer {
    	padding: 30px 15px;
    }

		#selectPackageSosTransfer {
    	padding: 30px 12px;
    }

	
}


@media all and (max-width:370px) {
    .topups-section-subtitle {
        font-size: 14px;
    }

    .topups-container-number>button {
        font-size: 13px;
    }

    .modal-contentSOS {
      max-height: 519px;
      padding: 30px 20px 30px 20px;
   	}
   	
   	.modal-contentSOS{
		max-height: fit-content;
	}

    #selectPackageSosTransfer {
    	padding: 30px 8px;
    }
}

