.jcc-color-box {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.other-filters{
    padding: 0 14px;
}
.card.analyze-meeting {
    font-size: 15px;
    color: #2c2c2c;
}

.card.analyze-meeting .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.card.analyze-meeting .card-body div {
    padding-left: 30px;
    position: relative;
}
.card.analyze-meeting i {
    color: #3c4f87;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.card.analyze-meeting .card-body a {
    font-size: 18px;
    color: #3c4f87;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
#j-main-container .js-stools-container-filters{
    padding-right: 270px;
    position: relative;

}
.pagecount {
    position: absolute;
    right: 35px;
    top: 20px;
}
body.com_nemeon_f2f .choices__list--dropdown,
body.com_nemeon_f2f .choices__list[aria-expanded]{
    z-index: 3;
}
.event-item {
	background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
	height: 100%;
	position: relative;
	overflow: hidden;
	min-height: 145px;
}
.event-item img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.5;
    filter: hue-rotate(
176deg);
}
.event-name {
	display: flex;
	align-items: center;
	gap: 15px;
	align-self: center;
}
.event-name h6 {
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #000;
}
.event-name i {
    font-size: 22px;
    color: #e97e3d;
}
.event-items-total {
    font-size: 20px;
    font-weight: 600;
    color: #e97e3d;
}

.total-amount,
.total-event {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	background-image: linear-gradient(to right top, #1f3047, #5f7ea9);
}
.total-amount img,
.total-event img{
	width: 180%;
    filter: hue-rotate(157deg);

}
.event-result h3 {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.event-result i {
    font-size: 30px;
    color: #ffffff;
    opacity: 0.3;
    margin-bottom: 16px;
    min-height: 28px;
}
.event-result span {
    font-size: 24px;
    color: #e97e3d;
}

.btn-high{
	color: #6FAB5F;
}
.btn-medium{
    color: #DFB74D;
}
.btn-nomeeting {
	color: #BD2020;
}

.vendor-arrow-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 150px;
    justify-content: center;
}
.stepvendor strong {
    width: 315px;
    text-align: left;
}
.stepvendor {
    display: flex;
    align-items: center;
    gap: 17px;
}
.stepvendor img {
    width: 44px;
    margin:auto;
}
.vendor-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.groping-toggle-vendor-member label {
   white-space: nowrap;
}