body {
    background-color: #313131;
}
.marco {
    padding: 15px;
}

.labels {
    color: #000 !important;
}

.buttoncalc {
    background-color: #ffffff;
}

.pnlresult {
    text-align: center;
}

.pnlimporte {
    margin-top: auto;
    margin-bottom: auto;
}

.labelimporte {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.labelmoneda {
    font-size: 25px;
    color: #ffffff;
}

.pnlcambio {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

.labelcambio {
    color: #ffffff;
    font-size: 14px;
}

.pnlcomision {
    padding-top: 0px;
    margin-bottom: 10px;
}

.labelcomision {
    color: #FFB886;
}


.buttonsend {
    background-color: #00ff21;
}

/*COLORES USADOS PARA DARLE ESTILO
    PRINCIPAL EN HEADERS, BOTONES PRINCIPALES Y BORDES 
    #34495E
*/
/*Panel Calculadora*/
.custom-text-cal {
    font-size: 30px; /* Cambia el tamaño de la fuente aquí */
    font-family: 'Arial', sans-serif; /* Cambia la fuente aquí */
    color: #000; /* Cambia el color del texto si es necesario */
    text-align: center;
    font-weight:bold;
}

.form-control {
    /*min-width: 260px;*/
    height: 35px;
    border-radius: 16px !important;
    border: 1px solid #000;
    margin-bottom: 15px;
    margin-top: 2px;
    border-color: #000 !important;
}
.custom-text_{
    margin-bottom:10px;
}
/*.input-sm {
    min-width: 90px;
}*/
.btn.btn-lg.btn-block.btn-success {
    background-color: #F1C40F;
    border-color: #F1C40F !important;
    border-radius: 25px;
    color: black;
    padding-top: 7px;
    width: 52%;
    height: 42px;
    margin:auto;
    margin-top:32px;
}


.btn.btn-lg.btn-block.btn-disabled {
    background-color: #ccc; /* color gris claro */
    border-color: #ccc; /* color gris claro */
    color: #666; /* color gris oscuro */
    cursor: not-allowed; /* cursor de prohibido */
    opacity: 0.5; /* opacidad reducida */
    border-radius: 25px;
    width: 52%;
    padding-top: 7px;
    margin: auto;
    margin-top: 32px;
    pointer-events: none;
}
.form-control.input-sm {
    width: 100%;
    height: 50%;
    border-radius: 16px !important;
    border: 1px solid #000 !important;
    margin-bottom: 15px;
}

.input-group-addon {
    border-color: #34495E !important;
    border-radius: 30px !important;
    height: 41px;
    background-color: white !important;
    /*margin-left: 5px;*/ /* Ajusta el margen izquierdo según sea necesario */
    width: 121px !important;
    border-width: 1px !important;
    border-style: solid !important;
}
.input-group {
    display: flex;
    align-items: center;
   
}
/* Estilos para ocultar las flechas en los campos de tipo número */
/* Webkit browsers (Chrome, Safari) */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*Icono de Flecha*/
.custom-col{
    padding:0;
/*    min-width:90px;
    margin-left:-13px;
    margin-bottom:13px;
    height:33px;*/
}
/*Icono back*/
#back_button{
    font-size:30px;
}
/*Panel de Amount*/
.input-container {
    position: relative;
    align-items:center;
    position:relative;
}

.input-container .form-control {
    padding-left: 36px; /* Ajusta según el ancho del texto fijo */
    width: 100%; /* Asegúrate de que el TextBox ocupe todo el contenedor */
}
/*LABEL ENVIAR*/
    .input-container .fixed-label,
    .input-container .currency-label {
        position: absolute;
        top: 54%;
        left: 10px; /* Ajusta según sea necesario */
        transform: translateY(-50%);
        pointer-events: none; /* Evita que interfiera con la entrada */
        color: #999; /* Color del texto */
        font-size: 14px; /* Ajusta el tamaño del texto si es necesario */
        background-color: white; /* Fondo blanco para que no se mezcle con el campo de texto */
        padding: 0 4px; /* Añade un poco de espacio alrededor del texto */
    }
.currency-label{
    position:absolute;
    left:250px!important;
    color:#000!important;
}
/*BANDERA ICONO*/
.input-container .bandera-icono {
    position: absolute;
    top: 50%;
    left: 10px; /*Ajusta según sea necesario */
    transform: translateY(-100%);
    width: 20px; /* Ajusta según el tamaño de la bandera */
    height: 20px; /*Ajusta según el tamaño de la bandera */
    background-size: cover;
    background-position: center;
    pointer-events: none; /*Evita que interfiera con la interacción del DropDownList*/
}
.panel-info {
    border-radius: 16px !important;
    background-color: #dcdcdc !important;
    border-color:transparent!important;
}
.custom_panelre {
    width: 115%;
    margin-left: -17px;
}

.inline-block {
    font-family: sans-serif;
    font-size: 13px;
}
.custom.label{
    color:#616060 !important;
    background-color:none !important;
}
.right-content {
    text-align: end;
    padding: 0px 15px;
}
.panel-footer {
    background-color: transparent !important;
}

.bandera-icono {
    background-size: cover;
    background-position: center;
    width: 21px;
    height: 21px;
    border-radius: 16px;
    margin-top:10px !important;
}


.main-login-header {
    background-color: #34495E; /* COLOR PRINCIPAL */
    color: white; 
    padding: 5px !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 10px;
    height:50%!important;
}

#lblAmmount2 {
    font-weight: bold;
    color: white;
    font-size: 16px;
    border-radius: 16px;
    background-color: #34495E;
}

/*DISEÑO PAGINA PRINCIPAL */
/*BOTON DE BACK EN LAS PAGINAS*/
.custom-btn { 
    background-color: #34495E !important;
    border-color: transparent !important;
    height: 124px;
    display: flex;
    justify-content: center; /* Centra horizontalmente el contenido */
    align-items: center;
}

.btn-profile {
    top: -24px;
    background-color: #F1C40F !important;
    border-radius: 100% !important;
    width: 100px !important;
    height: 100px !important;
    border-color: transparent !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.btn-send {
    background-color: #F1C40F !important;
    border-radius: 100% !important;
    width: 90px !important;
    height: 85px !important;
    border-color: transparent !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.btn-tr {
    color: #34495E !important;
    font-family:sans-serif;
    font-size:15px;
}

.btn-profile .glyphicon.glyphicon-user {
    margin-top: 4px !important;
}

.btn-profile .glyphicon.glyphicon-user, .glyphicon.glyphicon-send {
    margin-bottom: 4px !important;
    color: #34495E !important;
    zoom: 1.5;
}

.custom-profile{
    color: #34495E !important;
}

.custom-change {
    height: 144px !important;
    border-radius: 14px !important;
    margin-top: 10px !important;
    -webkit-mask-image: radial-gradient(circle 10px at 100% 100%, transparent 0, transparent 50px, black 21px);
}
.custom-claims {
    height: 144px !important;
    border-radius: 14px !important;
    margin-top: 10px !important;
    -webkit-mask-image: radial-gradient(circle 10px at 0 100%, transparent 0, transparent 50px, black 21px);
}
.custom-how {
    height: 144px !important;
    border-radius: 14px !important;
    -webkit-mask-image: radial-gradient(circle 10px at 100% 0, transparent 0, transparent 50px, black 21px);
}
.custom-pass {
    height: 144px !important;
    border-radius: 14px !important;
    -webkit-mask-image: radial-gradient(circle 10px at 0 0, transparent 0, transparent 50px, black 21px);
}



/*Tamaño de las Columnas*/
.custom-size {
    height: 122px !important;
    width: 179px !important;
}
.custom-text {
    font-size: 20px; /* Cambia el tamaño de la fuente aquí */
    font-family: 'Arial', sans-serif; /* Cambia la fuente aquí */
    color: #ffffff; /* Cambia el color del texto si es necesario */
    text-align: center;
}
.custom-text-header {
    font-size: 17px; /* Cambia el tamaño de la fuente aquí */
    font-family: 'Arial', sans-serif; /* Cambia la fuente aquí */
    color: #000000; /* Cambia el color del texto si es necesario */
    text-align: center;
    margin: 0 15px 0 15px;
    padding-bottom: 10px;
}
.custom-text-info {
    padding-top: 20px;
    font-size: 17px; /* Cambia el tamaño de la fuente aquí */
    font-family: 'Arial', sans-serif; /* Cambia la fuente aquí */
    color: #000000; /* Cambia el color del texto si es necesario */
    text-align: center;
    margin: 15px 15px 0 15px;
    padding-bottom: 10px;
}

/*BOTON SEND */
.btn-send {
    position: relative;
}

.btn-send::before,
.btn-send::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 168px;
    height: 2px;
    background-color: #000; /* Color de la línea, ajusta según sea necesario */
}
.btn-send::before {
    left: -168px; /* Ancho de la línea */
}

 .btn-send::after {
      right: -168px; /* Ancho de la línea */    
 }

.btn .btn-tr{
    margin-top:10px;
}

.custow-rows {
    margin-top:-46px !important;
}

.custom-button{
    background-color:transparent!important;
    border: none !important;
    font-size:10px;
}
.custom-panel {
    border: 2px solid #34495E; 
    padding: 10px; 
    border-radius: 16px;
    border-color: #34495E;
}
 .custom-icon .glyphicon.glyphicon-exclamation-sign {
    font-size: 24px; /* Ajusta el tamaño del icono según tu preferencia */
    color: red; /* Cambia el color del icono; por ejemplo, rojo */
    background-color: transparent !important; /* Establece el fondo transparente */
}
/* Estilos de página history*/
.custom-price {
    background-color: #34495E;
}
.btn-custom {
    background-color: yellow;
    color: black;
    border-radius: 16px;
}
.hidden-text {
    color: transparent;
}

/* Pagina de Profile*/
/*Estilo a botones principales*/
.custom-btn2{
    border-radius:15px 0px 15px 0px;
}
.input-group-addon {
    border-color: #000 !important;
}
/*Footer paina calculate*/
.panel-footer {
    display: flex;
    justify-content: flex-start; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente si la altura del contenedor es mayor que la del botón */
}
/*Media Queries Panel Principal*/
@media screen and (max-width: 450px) {

    .custom-text {
        font-size: 20px; /* Cambia el tamaño de la fuente aquí */
        font-family: 'Arial', sans-serif; /* Cambia la fuente aquí */
        color: #ffffff; /* Cambia el color del texto si es necesario */
        text-align: center;
    }

    .panel-body {
        padding: 14px !important;
        margin-top: -34px;
    }

    .custom-div-profile {
        top: -49px;
    }

    .custom-btn-send {
        margin-top: 15px;
        margin-bottom: -50px;
    }

    .custom-group-bottom-buttons {
        margin-top: -101px;
    }

    .custom-btn-history {
        padding-right: 45px !important;
    }

        .custom-btn-history span {
            font-weight: bold;
        }

    .custom-btn-services {
        padding-left: 45px !important;
    }

        .custom-btn-services span {
            font-weight: bold;
        }
}


@media screen and (min-width: 450px) and (max-width: 770px) {

    .custom-text {
        font-size: 30px; /* Cambia el tamaño de la fuente aquí */
        font-family: 'Arial', sans-serif; /* Cambia la fuente aquí */
        color: #ffffff; /* Cambia el color del texto si es necesario */
        text-align: center;
    }

    .panel-body {
        padding: 4px !important;
        margin-top: -34px;
    }

    .custom-div-profile {
        top: -49px;
    }

    .custom-btn-send {
        margin-top: 45px;
        margin-bottom: -50px;
    }

    .custom-group-bottom-buttons {
        margin-top: -101px;
    }

    .btn-send::before,
    .btn-send::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 340px;
        height: 2px;
        background-color: #000; /* Color de la línea, ajusta según sea necesario */
    }

    .btn-send::before {
        left: -340px; /* Ancho de la línea */
    }

    .btn-send::after {
        right: -340px; /* Ancho de la línea */
    }

    .custom-btn-history {
        padding-right: 45px !important;
    }

        .custom-btn-history span {
            font-weight: bold;
        }

    .custom-btn-services {
        padding-left: 45px !important;
    }

        .custom-btn-services span {
            font-weight: bold;
        }
}
/* Media Queries estilop responsive botones de eur/flecha/cambio PAGE CALCULADORA*/
@media (max-width:320px){
    .input-group-addon {
        width: 105px !important;
    }
    .currency-label {
        left:214px !important;
    }
}
@media (min-width: 451px) and (max-width: 770px) {
    .input-group-addon {
        width: 106px !important;
    }
}
@media (min-width:768px) and (max-width: 768px) {
    .input-group-addon {
        width: 123px !important;
    }
}

@media (min-width: 1024px)and (max-width: 1025px) {
    .input-group-addon {
        width: 105px !important;
    }
}

