.scrollable-wrapper {
	max-height: 520px;
	overflow-y: auto;
	overflow-x: hidden;	
}
body {
	color:#000;
}

.eventAccordion .accordion_part .accordion_content .card .card-block {
	border-left: 3px solid #cf202e;
}



.accommodation .m-b .form-check-label .btn-link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1.5px 1.5px 0px;
    position: relative;
    top: -13px;
    left: calc(100% + 20px);
    transform: translateY(-50%) rotate(45deg);
}

.accommodation .m-b .form-check-label  .btn-link.collapsed:after {
    transform: translateY(-50%) rotate(-45deg);
}

.page-data table thead th {
    text-decoration: underline;
    white-space: nowrap;
}

.main .main-content { 
    position: relative;
}

table th.column-fixed, table td.column-fixed {
    position: sticky;
    left:0px; 
    background-color:white;
}