body {
    background: #f6f6f6;
}

.footer {
    width: 100%;
    height: 50px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    color: #868e96;
}

.card {
    border-radius: 2%;
}

.app_sidebar {
    background-color: #354350 !important;
}

.sidebar_subtitle {
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar_icon {
    color: darkgrey;
}

.sidebar_item {
    color: darkgrey;
}

#menu {
    border-bottom-width: thick;
    border-bottom-color: #868e96;
    border: #868e96;
}

.nav-item {
    position: inherit;
    width: 100%;
}

.sidebar_item.active {
    color: #ff6600;
}

.sidebar_icon.active {
    color: #ff6600;
}

.form-label {
    color: gray;
}

.sidebar_footer {
    width: 100%;
    height: 50px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 5px;
    color: #868e96;
    margin-top: auto;
}

.table_header {
    background-color: #4e6376;
    color: white;
}

a {
    color: #4e6376;
}

a:hover {
    color: #ff5d34;
}

.card_full_height {
    height: calc(100% - 30px);
    margin-bottom: 30px;

}
.chart{
    display: inline-block;
    /*position: relative;*/
    height:100%;
    /*width:50vw;*/
}
.question{
    font-family: 'Cabin', sans-serif;
    font-size: x-large;
}
/*drag and drop over*/
.column {
	border-radius: 10px;
	border: 2px solid #fa8f02;
	box-shadow: inset 0 0 3px #c78d4a;
	cursor: move;
	float: right;
	height: 150px;
	margin-bottom: 30px;
	margin-right: 5px;
	text-align: center;
	width: 13%;
    white-space: nowrap;
}

.custom-size {
    min-width: 900px;
}

.column {
	transition: transform 0.2s ease-out;
}

.column.over {
	border: 2px dashed #000;
}

.column.moving {
	opacity: 0.10;
	transform: scale(0.8);
    background-color: gray;
}

.column .count {
	padding-top:30%;
	text-shadow: #fff 0 1px;
}
#spinner {
    display: none;
    position: fixed; /* o absolute */
    z-index: 1050; /* Asegúrate de que sea más alto que otros elementos de la página */
    top: 50%;
    left: 50%;
    #transform: translate(-50%, -50%);
}
