.list-group-horizontal .list-group-item {
	display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:1px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
	border-right-width: 1px;
}

.btn-remove-key-word {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 3px;
    height: 3px;
    line-height: 0px;
    text-align: center;
}

.fa-6 {
    font-size: 30px !important;
}

.center {
	text-align: center !important;
}

.card-header, .navbar, .page-footer, .dropdown-menu, .fc-today, .btn-primary:hover
,.modal-header, .modal-body, .modal-footer, .card-body {
	background-color: #C3CBD6 !important;
}

.btn-secondary:hover {
	background-color: #748B6F !important;
}

main, .dropdown-item:hover, .btn-primary {
	background-color: #2A403D;
}

a {
	color: #748B6F !important;
}

.fc-button-primary {
	background-color: #2A403D !important;
}

.fc-button-active, .btn-secondary {
	background-color: #D05663 !important;
}

.fc-title, .fc-time {
	color: #C3CBD6 !important;
}

.panel-title * {
	color: black !important;
}

.carousel-caption {
	background-color: black;
	border-radius: 20px;
	opacity: 60%;
}

.custom-card {
	border: 1px solid gray;
	border-radius: 20px;
}

.custom-card-container, .custom-card {
	padding: 10px;
}

.privacy-switch {
    margin-left: 36%; 
    margin-bottom: 7px;
}

.locale_image {
    margin-left: 10px;
}

.locale_label {
    margin-right: 10px;
}