input{
	font-family: var(--wp--preset--font-family--manrope);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 300;
	letter-spacing: -0.1px;
	width: 100%;
	overflow: hidden;
	border-style: none;
}

button{
	max-height: 24px;
	width: initial;
}

.bxc-container-full{
	margin: 10px;
}

.bxc-module-head{
	/*background-color: rgb(160 172 209 / 10%);*/
}

.bxc-module-root{
    border-style: solid;
    border-width: 1px ;
    border-color: #ccc;
    padding: 10px;
}
.bxc-module-branch{
	padding: 10px 0 10px 10px;
    border-style: solid;
    border-width: 1px 1px 0.6px 1px;
    border-color: #ccc;
}

.bxc-module-body{
	display: none;
}

.module-tools{
	display: flex;
	align-items: center;
}

.task-col{
	border-style: solid;
	border-width: 1px;
	border-color: #1c1c1c;
}
.bxc-frame-content {
	width: 100%;
	padding: 10px;
}
/*menu---------------*/
.bxc-frame-content-menu-item{
	cursor: pointer;
}

.bxc-tabs .tabs-nav{
	display: flex;
	padding: 0;
}

.bxc-tabs .tabs-nav li{

	list-style: none;
	margin: 0;
}

.bxc-tabpanel{
	display: none;
}
.bxc-tabs ul{
	padding: 0;
	margin: 0;
}

.bxc-tabs li{
	padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    margin: 5px;
    background: #ccc;
}

.bxc-tabs .active{
    background: #f4f2f2;
}

.bxc-tabpanel.active{
	display: block;
}

.bxc-tabpanel p{
	padding: 0;
	margin: 0;
}

.bxc-tabpanel {
	display: none;
}

.bxc-tabpanel:active {
	display: block;
}

.bxc-file-icon{
	font-size: 12px
}

.bxc-file-name{
	    font-size: 12px;
    overflow: hidden;
}
.bxc-file-image{
	width: 100%;
	height: 128px;
	background-size: cover;
	background-position: center;
}

.task-info{
	height: 100vh;
	overflow-y: auto;
}

.task-info #comments{
	display: none;
}

.commentlist{
    height: calc(100vh - 350px);
    overflow-y: auto;
}

#respond #reply-title, #respond .logged-in-as, .commentlist .reply,.commentlist .edit-link,.comment-form-comment label{
	display: none;
}

.comment-metadata a, 
.comment-author a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}

.comment-meta{
	font-size: 12px;
}

.bxc-input-label{
	font-size: 12px;
}

.user-info img{
	width: 100%;
	height: auto;
}

.comment-form-comment textarea{
	width: 100%;
}

#wp-custom_comment_text-editor-container .mce-edit-area iframe {
    height: 100px !important;
}

.bxc-input-textarea-front{
	background-color: 	#f5f5f5;
	min-height: 128px;
	padding: 10px
}

.bxc-icono-interior{
	font-size: 94px;
}

.bxc-task-parent-title{
	font-size: 14px
}

.module-tools-item.filter select{
	font-size: 26px;
	border-style: none;
	margin-right: 10px;
}

#bxc-button-new-task{
	display: none;
}