html{

	background-color: #ff9600!important;
}

body{
	background-color: #ff9600!important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search{
	display: none!important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
	font-size: 12px!important;
	margin: 0px;
	padding 0px 2px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
    width: 3px;
    height: 3px;
    margin-top: -10px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
	background: #f5f5f5
}

.select2-container .select2-search--inline .select2-search__field{
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	background-color: #ffba54;
	color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background-color: #ff0000;
    color: #fff;
}

.add_item_btn{
	width: fit-content;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #000;
	border-color: #000;
	font-weight: 500;
}

.add_item_btn:hover{
	background-color: #b51818;
	border-color: #b51818;
}
.remove_item_btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    padding: 5px;
}

.generate_btn{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	background-color: #202020;
    border: none;
    border-radius: 0;
    font-weight: 700;
}

.generate_btn:hover{
	background-color: #101010;
}

.shadow{
 	background-color: #ffe6c0;
}

.form-label{
	font-weight: 500;
}

.bi{
	display: flex;
    padding: 2px;
}

label{
    font-weight: 500;
}

.card-header{
	background: #ffba50;
	justify-content: center;
    align-items: center;
    display: flex;
}

h4{
	margin: 0;
	font-size: 21px;
	width:fit-content;
}

input[readonly] {
    background-color: #e9e9e9;
}

input[readonly]:focus {
    background-color: #e9e9e9;
    border-color: #dee2e6;
    outline: none;
    box-shadow: none;
}

input[readonly]:focus-visible {
	outline:none;
}
