:root {
	--bs-border-color: #c3c7ce;
	--bs-nav-link-hover-color: #16181b;
}

.sectionBody {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #F1F2F3;
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.navlogo-img {
	width: 34.3px;
	height: 24px;
}
.nav-divider{
	margin-left:10px;
}

.custom-navigation {
	height: 72px;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	padding: 16px 24px;
	background-color: #fff;
}

.navTitle {
	margin-left: 12px;
	width: 53px;
	height: 24px;
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}
.activities-header{   
    position: fixed;
    top: 63px;
    right: 0;
    left: 0;
    height: 90px;
    z-index: 1029;
    background-color: #F1F2F3;
    
}
.tab-content{
	    margin-top: 90px;
}
.spinnerWrapper
{
	display: none;
}
.spinnerBackground
{
	border: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
	background-color: rgb(0, 0, 0); 
	opacity: 0.2; 
	cursor: wait; 
	position: fixed;
	z-index: 2000;
}

.spinner 
{
	z-index: 2001;
	position:absolute;
	top: 50%;
	left:50%;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: radial-gradient(farthest-side,#1f59c8 94%,#0000) top/9px 9px no-repeat,
          conic-gradient(#0000 30%,#1f59c8);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   	animation: spinner-c7wet2 1s infinite linear;
}
 

@keyframes spinner-c7wet2 {
   100% {
      transform: rotate(1turn);
   }
}
.loginwhite-bg {
	width: 454px;
	height: 530px;
	margin: 80px 493px 0;
	padding: 40px 46px 40px 47px;
	border-radius: 8px;
	background-color: #fff;
}
.confirmwhite-bg{
	 width: 454px;
  height: 260px;
	margin: 80px 493px 0;
	padding: 40px 46px 40px 47px;
	border-radius: 8px;
	background-color: #fff;
}
/* .loginContent{
	    margin: 40px 46px 40px 47px;
} */
.confirmSuccessLabel{
	height: 28px;
  align-self: stretch;
  flex-grow: 0;
  font-family: DBNeoScreenHead;
  font-size: 23px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #16181b;
}
.confirmHintDiv{
	margin-top:24px
}
.confirmHintSpan{
	    height: 72px;
  align-self: stretch;
  flex-grow: 0;
  font-family: DBNeoScreenSans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #16181b;
}
h2.title {
	width: 361px;
	height: 84px;
	margin: 0 0 40px;
	font-family: DBNeoScreenHead;
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #16181b;
}
.errorTextSpan{
	display:none;
	align-self: stretch;
  flex-grow: 1;
  font-family: DBNeoScreenSans;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #c00010;
}
.ssobtn-container {
	width: 100%;
	height: 40px;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	border-radius: 4px;
	border: solid 1px #ef0016;
	background-color: #ec0016;
}

.ssobtnLabel {
	width: 178px;
	height: 24px;
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.divider {
	width: 360px;
}

.divider-text {
	width: 26px;
	height: 16px;
	flex-grow: 0;
	margin-left: 16px;
	margin-right: 16px;
	font-family: DBNeoScreenSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #16181b;
}
.hidden{
	display:none;
}
.login-header2 {
	width: 361px;
	height: 24px;
	margin: 24px 0 8px;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.loginbtn {
	width: 94%;
	height: 40px;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	border-radius: 4px;
	border: solid 1px #ef0016;
	background-color: #ec0016;
}

.loginbtnLabel {
	width: 79px;
	height: 24px;
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.loginBtnDiv {
	margin-top: 16px;
}

.passwordSection {
	margin-top: 10px
}

.login-errorheader {
	position: relative;
	/* bottom:7px; */
	width: 328px;
	height: 23px;
	/* margin: 0 11px 25px; */
	align-self: stretch;
    flex-grow: 1;
    font-family: DBNeoScreenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #c00010;
}
.dropdown-divider{
	margin:0.25rem 0;
}
 
.dropdown-menu{
	 min-width: 260px;
    max-width:90vw;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 0.5rem 0;
}

 
.dropdown-header-custom{
	display:flex !important;
	justify-content: flex-end;
	align-items: center;
	font-weight: 500;
	padding: 0.25rem 0.75rem;
}
.dropdown-header-custom .btn-close {
	display: flex;
	opacity: 0.8;
	font-size: 0.8rem;
	flex-direction: row-reverse;
}

.navbar-img{
	cursor:pointer;
} 
.dropdown-header-custom .btn-close:hover{
	opacity:1;
}
.input-box {
	height: 40px;
	width: 93%;
	border: solid 1px blue;
	border-radius: 4px;
	display: flex;
	align-items: center;
	border-color: #6c757d;
	background-color: #F1F2F3;
}

.input-box input {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #646973;
	border: none;
	outline: none;
	margin-left: 10px;
	padding: 6px 0px;
	background-color: #F1F2F3;
	/*  background-color:#d6d6d6; */
}

.input-box img {
	width: 30px;
	margin-left: 20px;
}

.loggedinCustomer {
	/* width: 101px;
  height: 25px;
  flex-grow: 0; */
	margin: 8px 8px 7px 1479.7px;
	/*  margin: 8px 8px 7px 962.7px; */
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: right;
	color: #16181b;
}
.loggedinCustomerName{
	display:flex;
	    width: 177.5px;
    height: 24px;
    flex-grow: 0;
    white-space:nowrap;
    margin: 0 190.5px 0 16px;
    font-family: DBNeoScreenSans;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #16181b;
}
.loggedinCustomerEmail{
	display:flex;
	    width: 368px;
    height: 24px;
    flex-grow: 0;
     /*  margin: 24px 16px 0;   */
     margin-left:16px;
     white-space:nowrap;
    font-family: DBNeoScreenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #16181b;
}

.activities-content {
	max-width: 1900px;
	/* height: 1024px; */
	margin: 0;
	padding: 0;
}

.activitiesTitle {
	/* width: 361px;
  height: 38px; */
	margin: 16px 23px 8px;
	font-family: DBNeoScreenHead;
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.activities-tab {
	margin-left: 2%;
}

.custom-underline active {
	/* width: 145px; */
	/* height: 24px; */
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.custom-underline {
	/* 	 width: 114px;
  height: 24px; */
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
	cursor: pointer;
}
/* .nav-underline .nav-link:focus,.nav-underline .nav-link:hover{
	color: #16181b;
	border-bottom:4px solid #ec0016;
	border-radius:4px;
}
.nav-underline .nav-link.active{
	border-bottom:4px solid #ec0016;
	border-radius:4px;
	    border-bottom-color:  #ec0016 ;
	   
} */
.custom-link{
	    display: flex;
    gap: 8px;
    margin-left: 24px;
}
.custom-underline {
	position: relative;
	padding-bottom: 0.5rem;
}

.custom-underline::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 4px;
	background-color: #ec0016;
	border-radius: 800px;
	opacity: 0;
	transition: opaciity 0.3s ease-in-out;
}

.custom-underline.active {
	font-weight: bold;
	color: #16181b;
}

.custom-underline:hover {
	color: #16181b;
}

.custom-underline.active::after, .custom-underline.hover::after {
	opacity: 1;
}

.activitySection {
	/*  width: 1372px;
  height: 40px;
  flex-grow: 0; */
	/*  width: 100%; */
	/*  height: 64px; */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin: 8px 24px;
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 0 8px 1px
		rgba(0, 0, 0, 0.12), 0 0 2px -1px rgba(0, 0, 0, 0.2);
	border: solid 1px #c3c7ce;
	background-color: #fff;
}

.setAttendance {
	background: transparent;
	z-index: 1; width : 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	width: 40px;
}
.setAttendanceChangeRequest {
	background: transparent;
	z-index: 1; width : 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	width: 40px;
}

.deleteNoticeBtn {
	background: transparent;
	width: 40px;
	height: 40px;
	padding: 0;
}

.courseTitleSpan {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.beginDateStringSpan {
	font-family: DBNeoScreenSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.sortBtn {
	width: 160px;
	height: 40px;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	/* gap: 12px; */
	padding: 0 12px;
	border-radius: 4px;
	border: solid 1px #727782;
	background-color: rgba(90, 94, 104, 0.08);
}

.sortBtnLabel {
	width: 78px;
	height: 24px;
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #3b3e44;
}

.sort-icon {
	height: 20px;
	/*  margin-left: 25px; */
}

.filterButton {
	width: 140px;
	height: 40px;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	/* gap: 8px; */
	margin-right: 16px;
	padding: 0 12px;
	border-radius: 4px;
	border: solid 1px #727782;
	background-color: rgba(90, 94, 104, 0.08);
}
.filterResetButton{
	 border:none;
	 background:none;
  flex-grow: 0;
  font-family: DBNeoScreenSans;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #16181b;
}
.filterResetBtnLabel{
	    padding-top: 8px;
}
.filterCount{
	width: 25px;
    height: 20px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 8px;
    border-radius: 800px;
    border: solid 1px #727782;
    background-color: #edeef0;
    font-family: DBNeoScreenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #5a5e68;
}
.filterBtnLabel {
	width: 78px;
	height: 24px;
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #3b3e44;
}

.month-name {
	/* width: 39px;
  height: 24px; */
	margin: 4px 121px 16px 24px;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.filterbuttonSection {
	display: flex;
	gap:12px;
	justify-content:flex-end;
	/* flex-direction: row-reverse; */
}

.filterSection {
	margin: 16px 11px 8px;
	/* margin: 16px 23px 8px; */
}

.openActivity-hint {
	/*  width: 111px;
  height: 16px; */
	/*  flex-grow: 0; */
	/*  margin: 16px 210px 16px 16px; */
	font-family: DBNeoScreenSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.sort-popup {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1050;
	padding: 0.75rem;
	width: 328px;
	height: 120px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 0 8px 1px
		rgba(0, 0, 0, 0.12), 0 0 2px -1px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	border: solid 1px #c3c7ce;
	background-color: #fff;
}

.filter-popup {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1050;
	width: 1102px;
	height: 542px;
	/* flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end; */
	/* gap: 10px; */
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 0 8px 1px
		rgba(0, 0, 0, 0.12), 0 0 2px -1px rgba(0, 0, 0, 0.2);
	border: solid 1px #c3c7ce;
	background-color: #fff;
}

.filter-closeBtn {
	float: right;
}
.filterResetImage{
	margin-bottom: 2px;
}
.filterCloseLabel {
	font-family: DBNeoScreenSans;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.filterStatusLabel {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.filterTimeLabel {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.filter-header {
	padding: 0;
	border-bottom: 1px solid #c3c7ce;
	margin-bottom: 16px;
	padding-bottom: 16px;
	font-family: DBNeoScreenHead;
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.filter-header-row {
	margin: 0;
}

.filter-button-row {
	margin: 0;
	float: right;
}

.filter-row {
	padding: 24px;
}

.applyFilterBtn {
	flex-direction: row-reverse;
	width: 115px;
	height: 40px;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	border-radius: 4px;
	border: solid 1px #ef0016;
	background-color: #ec0016;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.position-wrapper {
	position: relative;
	display: inline-block;
}

.sortOptionLabel {
	height: 24px;
	flex-grow: 1;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.activity-divider {
	border-color: #c3c7ce !important;
	opacity: 1;
}

.expand-right-icon {
	/* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    z-index:10; */
	position: absolute;
	top: 50%;
	flex-direction: row-reverse;
	transform: translateY(-50%);
	padding: 0;
	margin-top: 8px;
	left: 52%;
}

.filter-mobilepopup {
	display: none;
}

.dates-disabled {
	color: #c3c7ce;
	cursor: not-allowed;
}

.activity-status-checkbox {
	border-radius: 0 !important;
}

.search-container {
	position: relative;
	height: 40px;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	/* gap: 12px; */
	padding: 0 12px;
	border-radius: 4px;
	border: solid 1px #727782;
	background-color: rgba(90, 94, 104, 0.08);
	/* margin-right: 12px; */
}
.search-container label{
	position:absolute;
	left:40px;
	top:50%;
	transform: translateY(-50%);
	pointer-events:none;
	transition:0.2s ease all;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #3b3e44;
	margin-left:12px;
}

.search-container input:focus +label,
.search-container input:valid+label{
	top: 6px;
	left:35px;
	font-size:12px;
}
.search-container:hover {
	background-color: rgba(90, 94, 104, 0.24) !important;
}

.search-container #searchImage {
	position: absolute;
	top: 50%;
	/* left:10px; */
	transform: translateY(-50%);
}
.search-container #mobileSearchImage {
	position: absolute;
	top: 50%;
	/* left:10px; */
	transform: translateY(-50%);
}

.search-container input {
	padding-left: 2.2rem;
	padding-top:8px;
	background-color: transparent !important;
	outline: none;
	border: none;
	flex-grow: 1;
	min-width: 0;
}

.clearSearchIcon {
	cursor: pointer;
	visibility: hidden;
	margin-left: 0.5rem;
}

.clearSearchIcon.visible {
	visibility: visible;
}

.search-invalid {
	border: solid 1px #ef0016;
	background-color: rgba(192, 0, 16, 0.08);
}

#mobileSearchBox{
	display:none;
}
.searchInput {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #3b3e44 !important;
}

.courseTitleHeading {
	/* flex-grow: 0; */
	font-family: DBNeoScreenHead;
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.courseExternSpan {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin-left: 6px;
}

.courseTitleDiv {
	margin: 16px 23px 8px;
}

.courseActivityDate {
	margin-left: 23px;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.attendance-section {
	margin-left: 22px;
	margin-top: 16px;
	/*   width: 688px;    */
	height: fit-content;
	flex-grow: 0;
	padding: 16px;
	border-radius: 8px;
	background-color: #fff;
}

.attendanceNotice-section {
	margin-top: 16px;
	/* width: 688px;  */
	  height: 144px;  
	flex-grow: 0;
	padding: 16px;
	border-radius: 8px;
	background-color: #fff;
}

.attendHint {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.personalNoticeHeader {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.personalNotice {
	margin: 8px 24px 16px 0;
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.attachNoticeBtn {
	border-color: transparent;
	border-radius: 4px;
	background-color: rgba(90, 94, 104, 0.08);
	padding: 8px 16px;
}
.statusChangeBtn{
	border-color: transparent;
	border-radius: 4px;
	background-color: rgba(90, 94, 104, 0.08);
	padding: 8px 16px;
	margin:16px 0;
}
.cancelReasonText{
	font-family: DBNeoScreenSans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #16181b;
}
.cancelReasonHint{
	font-family: DBNeoScreenSans;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #16181b;
}
.changeReasonHint{
	font-family: DBNeoScreenSans;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #16181b;
}
.timeExpiredtextSpan{
	font-family: DBNeoScreenSans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #16181b;
}
.infoImage{
	padding-right: 4px;
}
.attachNoticeBtnLabel {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.statusSpanValue {
	width: 70px;
	font-family: DBNeoScreenSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.validationErrorSpanValue {
	width: 70px;
	font-family: DBNeoScreenSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: red;
}
/* #validationErrorDiv{
	display:none;
} */
.attendHintDiv {
	margin: 16px 23px 8px;
}

.attendActionsDiv {
	margin-left: 23px;
}

.attendanceModal {
	margin-top: 100px;
}
.personalNoticeModal{
	margin-top: 100px;
}

.attendBtnDiv {
	display: flex;
	justify-content: end;
	gap: 16px;
	margin: 16px;
}
.backArrow{
	padding-right:2px;
}
.cancelBtn {
	border-color: transparent;
	border-radius: 4px;
	background-color: rgba(90, 94, 104, 0.08);
	padding: 8px 16px;
}

.saveBtn {
	border-color: transparent;
	border-radius: 4px;
	background-color: rgba(90, 94, 104, 0.08);
	padding: 8px 16px;
}

.saveBtnLabel {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.cancelBtnLabel {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}

.modal-divider {
	margin-right: 20px;
}

.personalNoticeModalContent {
	margin: 16px;
}

.personalNoticeBtnDiv {
	display: flex;
	justify-content: end;
	gap: 16px;
	margin: 16px;
	margin-right: 10px;
}
.noticeBtnDiv{
	display: flex;
	 
	gap: 16px;
}

.personalNoticeHeaderHint {
	font-family: DBNeoScreenHead;
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
	margin-bottom:16px;
}
.back-link{
	margin-left:23px;
	font-family: DBNeoScreenSans;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #16181b;
  text-decoration:none;
}
.back-linkDiv{
	 
	margin-bottom:16px;
}
 
.personalNoticeTextArea{
	   width:99%;  
	 padding-top:8px;
	 padding-left:12px;
	font-family: DBNeoScreenSans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #3b3e44;
	    border-radius: 4px;
    border: solid 1px #727782;
    background-color: rgba(90, 94, 104, 0.08);
}
.changeReasonTextArea{
	width:98%;  
	 padding-top:8px;
	 padding-left:12px;
	font-family: DBNeoScreenSans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #3b3e44;
	    border-radius: 4px;
    border: solid 1px #727782;
    background-color: rgba(90, 94, 104, 0.08);
}
/*   .personalNoticeTextArea::placeholder{
	padding-left:12px;
}  */
 
  .contactsearch-container {
            position: relative;
    width: 100%;
    max-width: 400px;
    /* margin: auto; */
        }

        #contactSearchInput {
           width: 100%;
    padding: 10px 40px 10px 10px; /* space for icon */
    box-sizing: border-box;
    font-size: 16px;
    font-family: DBNeoScreenSans;
   
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #3b3e44;
        }

        .contact-icon {
             position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: none;
        }

        #contactSearchDropdown {
            display: none;
            position: absolute;
            top: 40px;
            width: 100%;
            background-color: #fff;
            border: 1px solid #ccc;
            z-index: 2000;
            max-height: 200px;
    		overflow-y: auto;
        }

        .contactSearchDropdown-item {
            padding: 8px;
            cursor: pointer;
        }

        .contactSearchDropdown-item:hover {
            background-color: #f0f0f0;
        }
        .contactSearchDropdown-item {
    padding: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;  
    gap: 5px;
}
#contactPersonSection{
	display: flex;
    flex-direction:column;  
}
 .contactPerson {
	font-family: DBNeoScreenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
}
.contactSection{
	margin-left:23px;
	margin-top:16px;
}
.chosen-drop {
	border: none !important;
}

.chosen-container {
	width: inherit !important;
	height: inherit !important;
	background-color: #F1F2F3 !important;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0px;
}

.chosen-single {
	background: none !important;
	/* background-color: #F1F2F3 !important; */
	border: none !important;
	height: inherit !important;
	padding-top: 10px !important;
}

.chosen-container-single div {
	padding-top: 10px;
}

.form-check-input:checked {
	background-color: black !important;
	border-color: black !important;
}

.form-check-input:checked:after {
	color: #fff;
}

.form-check-input:focus {
	outline: none;
	box-shadow: none;
}

.form-check-input {
	border: solid 1px #282d37;
}

.btn:disabled {
	opacity: 0.25;
	border-radius: 4px;
	background-color: #d7dce1;
}

.btn-primary {
	background-color: #ec0016;
	border: solid 1px #ec0016 !important;
}

.input-box input:-webkit-autofill, .input-box input:-webkit-autofill:hover,
	.input-box input:-webkit-autofill:focus, .input-box input:-webkit-autofill:active
	{
	-webkit-box-shadow: 0 0 0 40px #F1F2F3 inset !important;
}

.spinnerWrapper {
	display: none;
}

.spinnerBackground {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgb(0, 0, 0);
	opacity: 0.2;
	cursor: wait;
	position: fixed;
	z-index: 2000;
}

.spinner {
	z-index: 2001;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: radial-gradient(farthest-side, #1f59c8 94%, #0000) top/9px
		9px no-repeat, conic-gradient(#0000 30%, #1f59c8);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px),
		#000 0);
	animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 { 100% {
	transform: rotate(1turn);
}

}
.btn-secondary {
	background-color: #d7dce1;
	color: black;
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #d7dce1 !important;
	color: black;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #cf0013 !important;
}

.btn-primary:active {
	background-color: #b00010 !important;
}

body.home {
	/*background-color: #e9e9e9;*/
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: 400;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

/* BUTTONS */
.btn {
	border: none;
}

.logincontent-tiles {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 454px;
	height: 484px;
	/* margin: 80px 493px 0; */
	padding: 40px 46px 40px 47px;
	border-radius: 8px;
}

.text-right {
	text-align: right;
}

/* FOOTER */
footer {
	background-color: #ffffff;
	margin-top: auto;
}

footer .navbar-nav li a {
	padding: 16px;
	color: #000000;
}

footer .navbar-nav li a:hover, footer .navbar-nav li a:focus {
	text-decoration: underline;
}
/* COLOURS */
.white-bg {
	background-color: #ffffff;
	height: 100%;
}

.white-txt {
	color: #ffffff;
}

.grey-bg {
	background-color: #dddddd;
	color: #000000;
}

input.grey-bg::-webkit-input-placeholder {
	color: #000000;
}

input.grey-bg:-webkit-input-placeholder {
	color: #000000;
}

input.grey-bg:-moz-placeholder {
	color: #000000;
}

input.grey-bg::-moz-placeholder {
	color: #000000;
}

input.grey-bg:-ms-input-placeholder {
	color: #000000;
}

.progress-bar-success {
	background-color: #1d5f11;
}

.progress-bar-almost-success {
	background-color: #46AD00;
}

.progress-bar-danger {
	background-color: #de2533;
}

.progress-bar-almost-danger {
	background-color: #ff5c5c;
}

.dark-bg {
	background-color: #414141;
	color: #ffffff;
}

.success-txt {
	color: #46ad00;
}

.warning-txt {
	color: #FF9821;
}

.danger-txt {
	color: #B61225;
}

.grey-txt {
	color: #A0A0A0;
}
/* PADDING & MARGIN UTILITIES */
.p-32 {
	padding: 32px;
}

.p-24 {
	padding: 24px;
}

.p-16 {
	padding: 16px;
}
/* vertical */
.m-v-8 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.m-v-16 {
	margin-top: 16px;
	margin-bottom: 16px;
}

.m-v-32 {
	margin-top: 32px;
	margin-bottom: 32px;
}

.m-v-48 {
	margin-top: 48px;
	margin-bottom: 48px;
}

.m-v-64 {
	margin-top: 64px;
	margin-bottom: 64px;
}

.p-v-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-v-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.p-v-8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.p-v-6 {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.p-v-16 {
	padding-top: 16px;
	padding-bottom: 16px;
}

.p-v-32 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.p-v-48 {
	padding-top: 48px;
	padding-bottom: 48px;
}

.p-v-64 {
	padding-top: 64px;
	padding-bottom: 64px;
}
/* horizontal */
.m-h-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.m-h-4 {
	margin-left: 4px;
	margin-right: 4px;
}

.m-h-8 {
	margin-left: 8px;
	margin-right: 8px;
}

.m-h-16 {
	margin-left: 16px;
	margin-right: 16px;
}

.m-h-32 {
	margin-left: 32px;
	margin-right: 32px;
}

.m-h-64 {
	margin-left: 64px;
	margin-right: 64px;
}

.p-h-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.p-h-16 {
	padding-left: 16px;
	padding-right: 16px;
}

.p-h-32 {
	padding-left: 32px;
	padding-right: 32px;
}

.p-h-48 {
	padding-left: 48px;
	padding-right: 48px;
}

.p-h-64 {
	padding-left: 64px;
	padding-right: 64px;
}
/* bottom */
.m-b-0 {
	margin-bottom: 0px !important;
}

.m-b-4 {
	margin-bottom: 4px;
}

.m-b-6 {
	margin-bottom: 6px;
}

.m-b-8 {
	margin-bottom: 8px;
}

.m-b-16 {
	margin-bottom: 16px;
}

.m-b-24 {
	margin-bottom: 24px;
}

.m-b-32 {
	margin-bottom: 32px;
}

.m-b-48 {
	margin-bottom: 48px;
}

.m-b-64 {
	margin-bottom: 64px;
}

.p-b-16 {
	padding-bottom: 16px;
}

.p-b-32 {
	padding-bottom: 32px;
}

.p-b-48 {
	padding-bottom: 48px;
}

.p-b-64 {
	padding-bottom: 64px;
}

.m-t-8-minus {
	margin-top: -8px;
}

.m-t-12-minus {
	margin-top: -12px;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-6 {
	margin-top: 6px !important;
}

.m-t-8 {
	margin-top: 8px;
}

.m-t-12 {
	margin-top: 12px;
}

.m-t-16 {
	margin-top: 16px;
}

.m-t-32 {
	margin-top: 32px;
}

.m-t-48 {
	margin-top: 48px;
}

.m-t-64 {
	margin-top: 64px;
}

.p-t-16 {
	padding-top: 16px;
}

.p-t-32 {
	padding-top: 32px;
}

.p-t-48 {
	padding-top: 48px;
}

.p-t-64 {
	padding-top: 64px;
}
/* left */
.m-l-8 {
	margin-left: 8px;
}

.m-l-16 {
	margin-left: 16px;
}

.m-l-32 {
	margin-left: 32px;
}

.m-l-48 {
	margin-left: 48px;
}

.m-l-64 {
	margin-left: 64px;
}

.p-l-0 {
	padding-left: 0px !important;
}

.p-l-16 {
	padding-left: 16px;
}

.p-l-32 {
	padding-left: 32px;
}

.p-l-48 {
	padding-left: 48px;
}

.p-l-64 {
	padding-left: 64px;
}
/* right */
.m-r-8 {
	margin-right: 8px;
}

.m-r-16 {
	margin-right: 16px;
}

.m-r-32 {
	margin-right: 32px;
}

.m-r-48 {
	margin-right: 48px;
}

.m-r-64 {
	margin-right: 64px;
}

.p-r-16 {
	padding-right: 16px;
}

.p-r-32 {
	padding-right: 32px;
}

.p-r-48 {
	padding-right: 48px;
}

.p-r-64 {
	padding-right: 64px;
}

.float-right {
	float: right;
}

.footer {
	background-color: #f0f3f5;
	border-top: 1px solid rgba(40, 45, 55, 0.2);
}

.copyright-label {
	display: block;
	width: 176px;
	height: 20px;
	margin: 10px 0px 2px 10px;
	font-family: DBScreenSans;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #282d37;
}

.footer-Label {
	width: 73px;
	height: 20px;
	margin: 0 0 1px;
	font-family: DBScreenSans;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #282d37;
	border-bottom: 1px solid;
}

.footer-elements {
	width: fit-content;
	/* float: right; */
	list-style-type: none;
}

.footer-links {
	float: right;
	display: flex;
	margin-top: 20px;
	margin-right: 20px;
}

.footer-anchor {
	text-decoration: none;
}

.daterange-grid {
	display: flex;
	gap: 0;
	justify-content: center;
	flex-wrap: wrap;
	/*  position:relative; */
}

.month-divider {
	width: 1px;
	margin-top: 10px;
	height: 220px;
	background-color: #c3c7ce;
	margin: 42px 1em;
}

.filter-divider {
	/* border-top:1px solid #c3c7ce; */
	width: 1px;
	background-color: #c3c7ce;
	height: 89%
}

calendar-range {svg { height:16px;
	width: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

path {
	stroke-linecap: round;
	stroke-linejoin: round;
}

&::part(button) {
	border: none;
	background-color: #fff;
}

&::part(button):focus-visible {
	outline: 2px solid #282d37;
}

}
calendar-month {
	--color-accent: #646973;
	--color-text-on-accent: #282d37;
	&::part(button)
	{
	border-radius
	:
	3px;
}

&::part(range-inner) {
	border-radius: 0;
	background-color: #f0f3f5;
}

&::part(range-start) {
	border-radius: 50%/50%;
	border-start-end-radius: 0;
	border-end-end-radius: 0;
}

&::part(range-end) {
	border-radius: 50%/50%;
	border-start-start-radius: 0;
	border-end-start-radius: 0;
	background-color: #ff0000;
}

&::part(range-start range-end) {
	border-radius: 50px;
}

}
.center-align {
	text-align: center;
}

 #contactSearchInput:-webkit-autofill, #contactSearchInput:-webkit-autofill:hover,
	#contactSearchInput:-webkit-autofill:focus, #contactSearchInput:-webkit-autofill:active
	{
	-webkit-box-shadow: 0 0 0 40px #F1F2F3 inset !important;
}

@media ( min-width :328px) and (max-width:768px) {
	.loginwhite-bg {
		width: 90%;
		height: 485px;
		flex-grow: 0;
		margin: 40px 16px 0;
		padding: 41px 16px 40px;
		border-radius: 8px;
		background-color: #fff;
	}
	.confirmwhite-bg{
	     width: 93%;
    height: 260px;
     
    margin: 40px 16px 36px;
    padding: 40px 16px;
    border-radius: 8px;
    background-color: #fff;
}
	h2.title {
		width: 90%;
		height: 84px;
		flex-grow: 0;
		margin: 0 0 40px;
		font-family: DBNeoScreenHead;
		font-size: 24px;
		font-weight: 900;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.17;
		letter-spacing: normal;
		text-align: center;
		color: #16181b;
	}
	.divider {
		width: 93%;
	}
	.login-header2 {
		width: 100%;
		height: 24px;
		flex-grow: 0;
		margin: 24px 41px 8px 0;
		font-family: DBNeoScreenSans;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: left;
		color: #16181b;
	}
	.activities-tab {
		/* margin-left: 6%; */
	  padding-left: 2%;
	}
	.sort-icon {
        height: 20px;
        margin-top: 10px;
    }
	.sort-popup {
		border-radius: 8px;
		border: solid 1px #c3c7ce;
		background-color: #fff;
	}
	.position-wrapper {
		display: block;
	}
	.expand-right-icon {
		position: absolute;
		/* left: 2px; */
		left: 100%;
	}
  	.filter-popup {
		 
		border-radius: 0;
    position: fixed;
  
    left: 0;
    width: 100%;
    height: calc(var(--vh, 100vh) - 72px);
    overflow-y: auto;
    max-width: 100%;
    top: 71px;
    margin: 0;
	}  
		
	.filter-header-row {
		width: 100vw;
		margin-left: -24px;
	}
	.filter-header {
		padding: 24px;
		padding-top: 0;
		border-bottom: 1px solid #c3c7ce;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	.filter-divider {
		width: 100%;
		background-color: #c3c7ce;
		height: 1px;
		min-width: 100px;
		/* margin-top:8px;
        margin-bottom:8px; */
	}
	.filterDivider-wrapper {
		width: 100%;
	}
	.search-container .clearSearchIcon {
		visibility: hidden;
	}
	.clearSearchIcon {
	    float: right;
    margin-left: 0;
   
    margin-top: 5px;
    /* margin-left: 2.5rem;
    margin-bottom: 5px; */
	}
	/* .search-container {
		border: none;
		background: none;
		margin-right: 0;
		padding: 4px;
	} */
	/* .search-container input {
		display: none;
	}
	.search-container label {
		display: none;
	} */
	.search-container.expanded input {
		display: flex;
	}
	.search-container.expanded {
		width: 100%;
		border-radius: 4px;
		border: solid 1px #727782;
		background-color: rgba(90, 94, 104, 0.08);
		/* padding:0 12px; */
	}
	.attendanceNotice-section {
		margin-left: 22px;
	}
	.activities-content {
		max-width: 100% !important;
		padding-right: calc(var(--bs-gutter-x)* .5);
		padding-left: calc(var(--bs-gutter-x)* .5);
		margin-right: auto;
		margin-left: auto;
	}
	.cancelReasonText {
     
    font-size: 14px;
	}
	.contact-icon {
        width: 20px;
        height: 20px;
        right:40px;
    }

    #contactSearchInput {
    width:90%;
        font-size: 14px;
    }
#contactSearchDropdown {
	width:90%

	}
    .contactSearchDropdown-item {
        font-size: 14px;
        padding: 10px;
        width:90%;
    }
    .filterMobileCount{
    width: 14px;
  height: 14px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 3px;
  border-radius: 800px;
  border: solid 1px #727782;
  background-color: #edeef0;
      position: absolute;
    right: 2px; 
    font-family: DBNeoScreenSans;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #5a5e68;
  }
    .filterResetButton{
    position: absolute;
     
    margin-top: 45px;
    }
    .changeReasonTextArea{
	width:95%; }
	/* .dropdown-menu {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		min-width: 80vw;
	} */
}

@media ( min-width :768px){
	.expand-right-icon {
		    position: absolute;
    top: 50%;
    flex-direction: row-reverse;
    transform: translateY(-50%);
    padding: 0;
    margin-top: 8px;
    left: 52%;
	}
	.sort-icon {
        height: 20px;
        
    }
}
.sd-icons{
	width: 24px;
	height: 24px;
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
	object-fit: contain;
}

 @media ( min-width :769px) and (max-width:1024px) {
	.loginwhite-bg {
		width: 90%;
		height: 485px;
		flex-grow: 0;
		margin: 40px 16px 0;
		padding: 41px 16px 40px;
		border-radius: 8px;
		background-color: #fff;
	}
	h2.title {
	    width: 65%;
   /*  width: 449px; */
    height: 84px;
    margin: 0px 94px 40px;
    font-family: DBNeoScreenHead;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #16181b;
 }
 .divider {
     width: 90%;  
}
 }
 
 
	
	  @media only screen and (min-width: 769px) and (max-width: 1600px) {
	.filterResetButton {
         
        margin-top:0;
    }
    .filter-popup{
       border-radius: 0;
    position: fixed;
    
    left: 0;
    width: 100%;
    height: calc(var(--vh, 100vh) - 72px);
    overflow-y:auto;
    max-width: 100%;
    top: 71px;
    margin: 0;
     
    right: 0; 
    }
	}  
.text {

	height: 20px;
	flex-grow: 0;
	font-family: DBNeoScreenSans;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #16181b;
	text-decoration: none;
}