.heading-frame {
    border: 1px solid #e6e7e8;
    border-radius: 7px;
    background-color: #F3F3F3;
    background-image: linear-gradient(90deg, #F3F3F3, #fbfbfb, #F3F3F3);
    font-size: 16px;
	padding: 1rem;
    width: 100%;
}

label {
    font-size: 15px;
}

.button {
    border-radius: 20px;
    margin: 15px;
    width: 120px;
}

.btnSave {
    margin: 2px;
}

.iconButtonSave {
    color: #fff;
    margin-right: 5px;
}

.btnCancel {
    margin: 2px;
}

.iconButtonCancel {
    color: #264173;
    margin-right: 5px;
}

.divPrimary {
    background-color: rgb(248, 249, 250);
    /* display: block; */
    padding: 15px 15px 0 15px;
}

.padding-0 {
    padding: 0px;
}

.padding-15 {
    padding: 15px;
}

.divField {
    color: #264173;
    font-size: 14px;
    margin-bottom: 20px;
}

.cardTitle {
    display: flex;
    gap: 10px;
    margin: 5px;
    padding: 10px;
}

.iconTitle {
    color: #264173;
    font-size: 34px;
    margin-top: 10px;
}

.title {
    color: #264173;
    font-size: 20px;
    font-weight: bold;
}

.subTitle {
    color: #264173;
    font-size: 14px;
}

.iconTab {
    color: #264173;
    font-size: 17px;
    margin-top: 10px;
}

.tableStyle {
    background: white;
    margin: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* border: 1px solid rgb(53, 52, 52); */
    overflow: hidden;
}

.cellHeader {
    background-color: #0b4fa9;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.cellLeft {
    text-align: left;
    vertical-align: middle;
}

.cellCenter {
    text-align: center;
    vertical-align: middle;
}

.cellCenterColor {
    background-color: #fff;
    color: #264173;
    text-align: center;
    vertical-align: middle;
}

.btnButtonMini {
	background-color: #124ca6;
	border-radius: 25px;
	color: white;
	cursor: pointer;
	height: 35px;
    margin: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	transition: 0.7s;
}

.btnButtonMini:hover {
	background-color: #2460af;
	transition: 0.7s;
}

.btnTop {
    border-radius: 20px;
    margin: 0px 2px 5px 2px;
    width: 120px;
}

.pag {
    color: #264173;
    font-size: 14px;
    font-weight: bold;
}

.iconPag {
    cursor: pointer;
    font-size: 24px;
    padding: 4px;
    position: relative;
    top: 3px;

}

.marginPag {
    margin: 3px;
}

.modalBody {
    background-color: #f9f9f9;
    /* height: 500px;
    overflow-y: auto; */
    padding: 20px;
}

.btnButtonModal {
	background-color: #286090;
	border: #172877 solid 1px;
	border-radius: 25px;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	height: 35px;
	transition: 0.7s;
	padding-left: 20px;
	padding-right: 20px;
	width: 80px;
}

.btnButtonModal:hover {
	background-color: #174063;
	transition: 0.7s;
}

.btnCancelModal {
	background-color: gray;
	border: gray solid 1px;
	border-radius: 25px;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	height: 35px;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 20px;
	transition: 0.7s;
	width: 80px;
}

.btnCancelModal:hover {
	background-color: #505050;
	transition: 0.7s;
}

.divScreen {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.imgPhoto {
    border: 1px solid #ced4da;
    border-radius: 7px;
}

.btnAccess {
    border-radius: 25px !important;
    width: 100%;
}

.divLogo {
    padding: 10px;
}

.logoAccess {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 50%;
    padding: 10px;
    height: 75px;
    width: 75px;
}

.centerDiv {
	background-color: rgb(249, 249, 249, 0.9);
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	width: 400px;
}

.bodyAuth {
    background: url('../img/fondo.jpeg') no-repeat center center fixed;
	background-color: rgb(236, 236, 236, 0.3);
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Poppins, Arial, Tahoma;
	height: 100%;
	margin: 0;
}

.divAuth {
	border-radius: 15px;
	color: #264173;
}

.footerAuth {
    background-color: transparent;
    font-size:12px;
    color: #264173;
    text-align: center;
    height: auto;
    margin: 0px;
}

.imgFlag {
    border-radius: 2px;
    height: 18px;
    width: 30px;
}

.logoUser {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 50%;
    color: #264173;
    font-size: 20px;
    padding: 6.5px 0 0 6.5px;
    height: 32px;
    width: 32px;
}

.li-100 {
    width: 100%
}

input:disabled {
  color: #495057;
  background-color: white !important;
}

.typeGroup {
    padding: 0px 0px 0px 5px;
}

.hide {
    display: none;
}