body{
  font-family: "Red Hat Display", sans-serif !important;
}

/*
a[href="javascript:void(0);"] {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: #f0f0f0;
}
*/
/* Aplica solo si el <a> NO tiene un hijo con la clase .badge-warning */
/* Aquí asumimos que los que tienen .badge-warning están dentro de un <span> */
table a[href="javascript:void(0);"]:not(:has(.badge-warning)) {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: #f0f0f0;
}

.form-label a{
	background: #0F3264;
    padding: 5px 8px;
    border-radius: 15px;
    color: #fff;
}

.text-danger + a[href="javascript:void(0);"] {
    background-color: #ffdddd;
}

.timeline .text-success {
    color: #0F3264 !important;
}


.iziToast-theme-light{
	background: #50B4E6 !important;
}


.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px; /* Ajusta el tamaño de la imagen */
    height: 60px;
    cursor: pointer;
    z-index: 1000;
}

.whatsapp-btn img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-btn img:hover {
    transform: scale(1.1);
}


.swal2-modal .swal2-styled{
	background: #E65528 !important;
}

.nota{
	color: #000;
}

.linkNew{
	color: #0F3264 !important;
}

#preview_imagen_boucher img{
	width: 300px !important;
}

#loginjm .btn-primary{
	background-color: #E65528 !important;
	border: none;
}

#loginjm-recovery .btn-danger{
	background-color: #E65528 !important;
	border: none;
}

.alert-success{
	background:#e2f6ff;
	border-color:#50B4E6;
	color:#50B4E6;
}

.diferentesCuentas{
	margin-top: 30px;
}

.diferentesCuentas .btn-primary{
	border-color: #E65528;
    background-color: #E65528;
}

.light.btn-success{
	color: #50B4E6;
	background-color:#c2e8f9;
}
.light.btn-success:hover{
	background-color: #50B4E6;
    border-color: #c2e8f9;
}

.toolbar-bottom .btn{
	background-color: #E65528 !important;
}

.example{
	margin-top: 30px;
}

.swal2-modal h2{
	line-height: normal;
	margin-bottom: 30px;
}

.nav-text{
  font-family: 'Helvetica';
  font-weight: bold;
}

.form-label{
	font-family: 'Helvetica';
}

.textSmall{
	font-family: 'Helvetica';
}


small{
	font-size: 14px !important;
}

.box{
    padding: 5px 15px;
    float: left;
    margin-left: 15px;
    background: #fff;
}

.precios .compra{
    border: 1px solid #E65528 !important;
}

.precios .venta{
    border: 1px solid #50B4E6 !important;
}


.form-wizard .nav-wizard li .nav-link.active span{
	background: #0F3264 !important;
	color: #fff !important;
}

.form-wizard .nav-wizard li .nav-link span{
	border: 2px solid #0F3264 !important;
	color: #0F3264 !important;
}

.form-wizard .nav-wizard li .nav-link.active:after{
	background: #0F3264 !important;
}

.form-wizard .nav-wizard li .nav-link.done span{
	background: #0F3264 !important;
	color: #fff !important;
}

[data-theme-version="light"] .input-success-o .input-group-text{
	border-color: #50B4E6;
    color: #50B4E6;
}
[data-theme-version="light"] .input-success-o .form-control{
	border-color: #50B4E6;
}

[data-theme-version="light"] .input-warning-o .input-group-text{
	border-color: #E65528;
    color: #E65528;
}

[data-theme-version="light"] .input-warning-o .form-control{
	border-color: #E65528;
}

.card-body .text-primary{
	color: #0F3264 !important;
}

.card-body label{
	color:#000 !important;
}

.card .btn-outline-danger{
	color: #E65528;
    border-color: #E65528;
}

.card .btn-outline-danger:hover{
	background-color: #E65528;
    color: #fff;
}

.card h5{
	font-weight: bold;
}

.content-body .btn-danger{
	background: #E65528 !important;
}


.bg-white{
    background: #fff;
}
.tile{
    overflow: hidden;
}
.m-b-2{
    margin-bottom: 15px !important;
}
.tile-1 .t-icon.right{
    right: 0;
}
.tile-1 .t-icon{
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #50b4e6 !important;
}
.tile-1 .t-icon i{
    position: relative;
    z-index: 9;
    font-size: 1.5rem;
    color: #fff;
}

[class^="ti-"]{
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.tctext{
    font-size: 12px;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li > a{
	padding: 15px;
	color:#fff;
}

.deznav .metismenu > li > a i{
	color:#fff;
}

.deznav .metismenu ul a {
	font-size: 14px;
}

@media only screen and (max-width: 767px){
    [data-sidebar-style="overlay"] .deznav .metismenu > li > a {
        padding: 8px 14px;
    }
}

 @media only screen and (max-width: 576px){
    .margint{
    	margin-top: 10px;
    }
}

@media only screen and (max-width: 1400px){
	[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li > a {
	    font-size: 14px;
	    padding: 15px 10px;
	}
}

@media (min-width: 1280px){
    .backCalculadoraCliente{
        width:70% !important;
    }
}

.semaforo{
	background: #f0f0f0;
	border-radius: 25px;
	padding: 3% 10%;
	color: #000;

}

.semaforo .on{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #43cf06;
	float: left;
    margin-right: 10px;
    margin-top: 5px;
}
/*
.semaforo .on::after{
    content: "En_línea";
    color: #43cf06;
    padding-left: 25px;
}
*/

.semaforo .off{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fb0000;
	float: left;
    margin-right: 10px;
    margin-top: 5px;
}
/*
.semaforo .off::after{
    content: "Cerrado";
    color: #fb0000;
    padding-left: 25px;
}
*/
.sidebarCliente{
	background: #0f3264;
}

.ConexionOn{
	text-align: center;
	border: 1px #70b944 solid;
	border-radius: 25px;
	padding: 20px;
}

.backCalculadoraCliente{
	width: 50%;
	border: 1px solid #ccc;
	border-radius: 25px;
	padding: 25px;
	margin: 0 auto;
	color: #000;
}

.backCalculadoraCliente .alert-danger{
	background: #fcded4;
	color: #e65528;
}

.cajaDivisa{
	background: #f5f5f5;
	font-weight: bold;
	font-size: 28px;
}

.textSmall{
	font-size: 13px;
	color: #222222;
}

.EnviaMonto{
	color: #E65528;
	font-size: 18px;
	font-weight: bold;
}

.EnviaMonto::before {
    content: "Monto a depositar: ";
}

.form-control {
    border: 1px solid #ccc;
}

.swal2-popup .swal2-styled.swal2-confirm{
	background-color: #E65528 !important;
}

.CambiarDivisa{
	position: absolute;
    right: 10%;
    float: right;
    top: 45%;
    font-weight: bold;
    font-size: 30px;
    background: #FAE646;
    border-radius: 50%;
    padding: 8px 18px;
    width: auto;
    z-index: 1;
}

.CambiarDivisa:hover{
	background: #50B4E6;
}

.CambiarDivisa a{
	color: #fff;
	text-decoration: none;
}

.card-title{
	text-transform: initial;
}

.col-md-1{
	margin: 5px 0;
}

.col-md-2{
	margin: 5px 0;
}

.col-md-3{
	margin: 5px 0;
}

.col-md-4{
	margin: 5px 0;
}

.col-md-5{
	margin: 5px 0;
}

.col-md-6{
	margin: 5px 0;
}

.col-md-7{
	margin: 5px 0;
}

.col-md-8{
	margin: 5px 0;
}

.col-md-9{
	margin: 5px 0;
}

.col-md-10{
	margin: 5px 0;
}

.col-md-11{
	margin: 5px 0;
}

.col-md-12{
	margin: 5px 0;
}

table a{
	color: #0F3264;
}

.pagination .page-item.active .page-link{
	background-color: #0F3264 !important;
}

.pagination .page-item .page-link:hover{
	background-color: #0F3264 !important;
}

.badge-warning{
	background-color: #E65528 !important;
}

.ConexionOn i{
	font-size: 36px;
	font-weight: 700;
	color: #70b944;
}

.ConexionOff{
	text-align: center;
	border: 1px #f72b50 solid;
	border-radius: 25px;
	padding: 20px;
}

.ConexionOff i{
	font-size: 36px;
	font-weight: 700;
	color: #f72b50;
}

.espacioBottom10{
	margin-bottom: 10px;
}

.alignV{
	margin-top:15px;
}

.cajasredondas{
	font-size: 16px;
	border-radius: 20px;
	padding: 8px 10px;
	float: left;
	margin-right: 20px;
}

.tcCompra{
	background:#70b944; 
	border: 1px solid #9ac721;
	color: #fff;
}

.tcVenta{
	background:#4a8cda;
	border: 1px solid #1660b8;
	color: #fff;
}

.neutro{
	background:#f2ecbd;
	border: 1px solid #e2ce23;	
}

.cajasredondas i{
	font-weight: bold;
    font-size: 20px;	
}

.precio{
	font-weight: bold;
	font-size: 20px;
}

.select2-container--default .select2-selection--single{
	border-radius: 20px;
    border: 1px solid #f5f5f5;
    height: 56px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#7c7e7c;
	line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

.titPopup{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #000;
}

.detallePopup{
	font-size: 13px;
}

.detallePopup .aprobado{
	color: #0F3264;
}

.detallePopup .rechazado{
	color: #f72b50;
}

.detallePopup a{
	color: #0F3264;
	font-weight: bold;
}

.cabecera{
	color: #000;
	font-weight: normal;
}


.table thead th{
	font-size:14px;
	color:#000;
}

.btn-outline-danger:hover{
	color:#fff;
}

.linkCliente{
	color:#2258bf;
}

.cajasredondasMobile{
	display: none;
}


.nav-header .logo-abbr{
	display: none;
}

.DepositoVariado label{
	font-size: 13px;
}

.DepositoVariado .btn-info{
	background: #E65528;
}

.modal-footer .btn-danger{
	background: #E65528;
	color: #fff;
}

.modal-body h2{
	color:#0F3264;
}

.backCalculadoraCliente .alert-info {
    background: #edf8ff !important;
    border-color: #dbf0ff !important;
    color: #0F3264 !important;
}

.copy-btn{
	background: transparent;
	padding: 5px !important;
}

.modal-header h5{
	font-weight: bold;
}

.etiqueta{
	margin-top: 3px;
	width: 100% !important;
	font-size: 14px !important;
}

@media (max-width: 430px){
	.content-body .container-fluid{
        padding-top: 45px !important;
    } 
	.cajasredondas{
		display: none;
	}
	.cajasredondasMobile{
		display: block;
	}
	h3{
		font-size: 14px;
	}

	.backCalculadoraCliente{
		width: 100%;
	}
	.nav-header .logo-abbr{
		display: block;
	}
	.backCalculadoraCliente{
		width: 100%;
	}
	.DepositoVariado .col{
		width: 100% !important;
		flex: auto;
	}
	.DepositoVariado .modal-header{
		display: block;
	}
	.DepositoVariado .modal-header .btn-close{
		float: right;
	}
	.DepositoVariado .select2-dropdown{
		width: 85% !important;
	}
	.col{
		flex: 100%;
	}
}
