#loading_wrapper {
    position: absolute;
    top:0;
    left:0;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1000;
}
.success-msg {
    font-size: 10px;
    color: rgb(128, 128, 128);
    display: none;
}

#match_found_wrapper {
    position: absolute;
    top:0;
    left:0;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1000;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 6px -1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 6px -1px rgba(34, 60, 80, 0.2);
}


.loading {
    width: 35px;
    height: 20px;
    overflow: hidden;
    background: url('../img/loading.gif') center center no-repeat;
    background-size: contain;
    display: none;
}



.hidden-field {
    display: none;
}

.hidden {
    display: none;
}

#edit_buttons {
    position: absolute;
    top:0;
    left:0;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    font-size:2rem;
    z-index: 1000;
}

.select2-selection--single {
    padding-top: 0px !important;
}

.max-w-100 {
    max-width: 150px;
}

/* Firefox */
.scrollbar-type-1 {
	scrollbar-width: thin;
	scrollbar-color: #D5D5D5 #F7F7F7;
}


/* Chrome, Edge and Safari */
.scrollbar-type-1::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.scrollbar-type-1::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #F7F7F7;
}

.scrollbar-type-1::-webkit-scrollbar-track:hover {
	background-color: #F4F4F4;
}

.scrollbar-type-1::-webkit-scrollbar-track:active {
	background-color: #F4F4F4;
}

.scrollbar-type-1::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #D5D5D5;
}

.scrollbar-type-1::-webkit-scrollbar-thumb:hover {
	background-color: #C5C5C5;
}

.scrollbar-type-1::-webkit-scrollbar-thumb:active {
	background-color: #ADADAD;
}