/*-----Buefy edits---------*/

.modal{z-index: 999;}
.modal-background{background-color: rgba(10, 10, 10, 0.63);}
.modal-card{
	overflow: auto;
	max-width:90%; margin: auto !important;
}
/*fix collapse*/
.collapse:not(.show) {display: block;}

/*fix dropdown*/
.dropdown-menu{
	border:none;
	background-color: transparent;
}
.dropdown-content{background-color: white;}

.dropdown-content:active{
    color: unset;
    background-color: white;
}
.dropdown-item:active{
    color: unset;
    background-color: white;
}
hr{
	height: 1px !important;
	border-top: solid 0.5px #e0e0e0; 
}
.pagination-list{margin-bottom: 0;}

.pagination-link.is-current {
    background-color: #42919e;
    border-color: #42919e;
    color: #fff !important;
}

.b-checkbox.checkbox input[type=checkbox]+.check {
    border: 2px solid #42919E;
}
.b-checkbox:hover.checkbox input[type=checkbox]+.check {
    border: 2px solid #42919E !important;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check{
	background-color: #42919E;
	border-color: #42919E;
	box-shadow: none !important;
}
label, .form-label, .control-label{font-size: 14px;}

.text-editor-content{
}
