:root{
	--primary-color: rgb(230, 231, 232);
	--tag-primary-color: rgb(85, 109, 139);
	--tag-secondary-color: rgb(85, 109, 139);
}

body{
	font-family: 'Nunito', sans-serif;
	background-color: white;
	font-weight: lighter;
}

.siapco_form{
	width: 55%;
	color: black;
}

.siapco_table{
	width: 80%;
	color: black;
}

.card-header{
	font-size: 18px;
	font-weight: lighter;
	background-color: var(--primary-color);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.modal-content{
	color: black;
	font-size: 16px;
}

.fa{
	color: black;
}

.nav-bar-logo {
	max-width:250px;
	max-height:45px;
	margin-right: 15px;
}

.nav-bar {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: var(--primary-color);
    color: black;
}

.chip i {
	color: var(--tag-primary-color);
	font-size: 12px;
}

.chip-secondary {
	display: inline-block;
	padding: 0px 20px 0px 20px;
	margin-top: 5px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 12px;
	color:var(--tag-secondary-color);
	background-color: transparent;
	border: solid 2px var(--tag-secondary-color);
}

.chip {
	display: inline-block;
	padding: 0px 20px 1px 20px;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 12px;
	color: var(--tag-primary-color);
	background-color: transparent;
	border: solid 2px var(--tag-primary-color);
}

.chip-small {
	display: inline-block;
	padding: 2px 15px 0px 15px;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 10px;
	color: var(--tag-primary-color);
	background-color: transparent;
	border: solid 2px var(--tag-primary-color);
}

.chip-small i {
	color: var(--tag-primary-color);
	font-size: 10px;
}


.closebtn {
	font-weight: bold;
	font-size: 17px;
	color: var(--tag-primary-color);
	cursor: pointer;
	border: none;
	background-color: transparent;
}

.closebtn:hover {
	text-decoration: none;
	color: red;
}

.closebtn-secondary {
	font-weight: bold;
	font-size: 17px;
	color: var(--tag-secondary-color);
	cursor: pointer;
	border: none;
	background-color: transparent;
}

.closebtn-secondary:hover {
	text-decoration: none;
	color: var(--tag-secondary-color);
}

.dropdown-menu li {
    position: relative;
}
.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu>li:hover>.submenu {
    display: block;
}
.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}

i.fa.fa-upload {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.import {
    display: none;
    opacity: 0;
    transition: opacity 2s ease-in-out, display 1s 2s;
}

.import[style*="block"] {
    transition: opacity 2s ease-in-out;
}

.file {
	position: relative;
	right: 10px;
}

/* Estilos para los submenús */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    display: none;
}

/* Mostrar submenú al hacer hover en el ítem padre */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Rotar flecha al hacer hover en el enlace (dropdown-item) */
.dropdown-submenu > .dropdown-item:hover .dropdown-arrow {
    transform: rotate(-90deg);
}

.dropdown-arrow {
    transition: transform 0.3s ease;
    font-size: 0.75rem;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Rotar flecha cuando el submenú está activo (hover en ítem o submenú) */
.dropdown-submenu:hover > .dropdown-item .dropdown-arrow {
    transform: rotate(-90deg);
}

/* Transición suave para la flecha */
.dropdown-arrow {
    transition: transform 0.3s ease;
    font-size: 0.75rem;
}

.geocode-btn {
	border: none;
	border-style: none;
}

@media(max-width:800px){
    .dropdown-menu .submenu {
        left: 25%;
        top: 0px;
    }
    .dropdown-menu .multi-menu {
        left: 95%;
    }
    .dropdown-menu .multi-left {
        left: 50%;
    }
}
