.rounded {
    border-radius: 0.5rem !important;
}
.border-light {
    border: 1px solid #f7f4f4 !important;
}

.border-solid-2px {
    border: 2px solid #f7f4f4 !important;
    border-radius: 0.5rem !important;
    padding: 20px;
}

.border-solid-3px {
    border: 3px solid #f7f4f4 !important;
    border-radius: 0.5rem !important;
    padding: 20px;
}
.modal-content {
    background-color: #ffffff !important;
}
.form-control:focus {
    border-width: 2px !important;
    border-color: #007fa5 !important;
    outline: none !important;
    box-shadow: none !important;
}
.form-control[readonly] {
    background-color: #ffffff !important;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 12px;
	font-weight: normal; /* by RT*/
	line-height: 1.5;
	color: black;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: 0px;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	/* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
	border-top: none;
	border-right: none;
	border-left: none;
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: 0.15rem 0.5rem;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.5;
	border-radius: 0.2rem;
	border-top: none;
	border-left: none;
	border-right: none;
}
/* Estilos para labels flotantes */
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
} 
.form-group input,
.form-group textarea {
    border: 1px solid #c9c9c9;
    padding: 10px 10px 10px 20px;
    width: 100%;
    font-size: 14px;
    background: none;
    outline: none;
}

.form-groupF input {
    padding: 5px 10px 5px 10px;
    border-radius: 5rem !important;
    width: 100%;
    font-size: 16px;
    background: none !important;
    outline: none;
    height: 35px;
}

.form-groupF:focus-within {
    border-color: #007fa5; /* Cambiar el color del borde */
    border-width: 2px;
    /* box-shadow: 0 0 5px rgba(0, 127, 165, 0.5); Agregar un efecto de sombra */
    /* transition: all 0.3s ease;  */
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 100 !important;
    font-size: 1.0em;
    margin-top: 0px;
    color: lightgrey !important;
}

.form-groupF{
    border: 1px solid #f7f4f4;
    border-radius: 0.5rem !important;
}

.form-group label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #aaa;
    background-color: #ffffff; /* Fondo blanco para ocultar el borde */
    padding: 0 5px; /* Espaciado para que el fondo cubra el texto */
    transition: all 0.2s ease;
    pointer-events: none;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    left: 5px;
    font-size: 12px;
    color: #c9cccd;
    font-weight: 100 !important;
}

.form-group label.active{
	color: #007fa5 !important;
	font-weight: normal !important;
	/*font-size: 16px !important;*/
}

.md-form label.active{
	color: #007fa5 !important;
	font-weight: normal !important;
	/*font-size: 16px !important;*/
}
.md-form label {
    color: #2d96b5 !important;
    z-index: 100 !important;
}

.md-form .caret {
    z-index: 100 !important;
}