.geex-content__authentication__content__logo img {
	border-radius: 15px;
}
.geex-content__header__quickaction__item:last-child .geex-content__header__popup:before {
	inset-inline-end: 10px !important;
	inset-inline-start: unset !important;
}
input[type=datetime-local] {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 100%;
    min-width: 200px;
    padding: 24px;
    border: none;
    outline: none;
    border-radius: 18px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #A3A3A3;
    resize: none;
}

@media only screen and (max-width: 1440px) {
    input[type=datetime-local] {
        padding: 15px 24px;
    }
}
.select select {
	min-width: 190px;
	padding: 18px 45px 14px 28px;
	border: none;
	outline: none;
	border-radius: 18px;
	color: var(--body-color);
	background-color: var(--primary-color-transparent);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 1;

}
.select {
	position: relative;
}
.select i {
	position: absolute;
	font-size: 40px;
	line-height: 1;
	color: #000000;
	inset-inline-start: 157px;
	top: 10px;
}
.geex-content__form__single__label {
	margin-bottom: 15px;
}
.geex-sidebar__logo {
	display: inherit;
    text-align: center;
}
.geex-sidebar__logo img,
.geex-header__logo img {
    border-radius: 10px;
}
.geex-header__menu__item a i {
    font-size: 23px;
    color: #b9bbbd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.geex-header__menu__item a:hover i,
.geex-header__menu__link.active i {
	color: #000000;
	
}
div.dt-container .dt-paging .dt-paging-button {
	align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 0 !important;
	color: white !important;
    background-color: #000000;
    transition: all 0.3s ease;
	border-radius: 18px;
}
div.dt-container .dt-paging .dt-paging-button.current, 
div.dt-container .dt-paging .dt-paging-button.current:hover{ 
	color: #000000  !important;
	background-color: #00000026;
}

div.dt-container .dt-length, 
div.dt-container .dt-search, 
div.dt-container .dt-info, 
div.dt-container .dt-processing, 
div.dt-container .dt-paging {
	font-size: 13px;
}

form ul li { 
	color: #FF5B5B;
	background-color: #ff5b5b26;
	margin-bottom: 5px;
	gap: 14px;
    padding: 8px 26px 8px 16px;
    border-radius: 14px;	
}

.geex-content__chat__list__single__msg.latest {
    border-radius: 18px !important;
}
.geex-content__blog_details__feature {
	margin: 10px 0;
}
.picture {
	border-radius: 10px;
    max-width: 70px;
}

.capacity span {
    display: inline-block;
    text-align: center;
}

.dt-type-date { text-align: center !important; }

.geex-btn:hover { background-color: #A5A5A5 !important; }


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.hidden { display: none; }

.popin {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 50%;
    position: relative;
}

.popin h2 {
    margin-top: 0;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.block-search .group {
	display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 1%;
}
.block-search .group .form-group { 

}
.block-search .group .form-group label { 
	font-size: 17px;
	margin-bottom: 5px;
}
.block-search .group .form-group select {
	padding: 6px 20px;
	font-size: 14px;
}
.block-search .group .form-group .geex-btn {
	padding: 5px 20px;
	margin-bottom: 5px;
}
.block-search .group .form-group .select i {
	font-size: 30px; 
	top: 3px;
}
.block-search .group .form-group .select.availability select {
	padding: 6px 23px 6px 12px;
}
.block-search .group .form-group .select.availability i {
	inset-inline-start: 186px;
}
.block-search .group .form-group.capacity {
	margin-left: 5px
}
.block-search .group .form-group.capacity .geex-content__form__single__box {
	border-left: 3px solid #eaeaea;
    padding-left: 10px;
}
.geex-content__form__single__box input#search_office_capacityMaxMin,
.geex-content__form__single__box input#search_office_capacityMaxMax {
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    min-width: 70px !important;
    width: 70px !important;
    display: inline-block !important;
    padding: 6px 12px;
    height: 30px;
}
.geex-content__form__single__box label[for=search_office_capacityMaxMin],
.geex-content__form__single__box label[for=search_office_capacityMaxMax] {
	width: auto !important;
	display: inline-block !important;
	margin-top: 5px !important;
}
#resetSearchBtn {
	margin-left: 10px;
}

@media(max-width:1687px){
	.form-group.btns { margin-top: 15px; }
}

.table-reviews-geex-1 thead tr th,
.table-reviews-geex-1 tbody tr td {
	font-size: 14px;
}
.form-control[readonly] {
	background-color: #efefef !important;
	color: grey;
}
@media(max-width:768px){
	.popin {
		width: 80% !important;
	}
}
@media only screen and (max-width: 991px) {
	.select.user_roles select {
		min-width: 220px;
	}
	.select i { top: 17px; }
	.select.user_roles i {
		inset-inline-start: 212px;
		top: 17px;
	}
	h3,
	body {
        font-size: 45px;
        line-height: 55px;
    }
    .geex-content__section__header__title {
		font-size: 45px;
		line-height: 55px;
    }
    .geex-content__header__title {
        font-size: 50px;
        line-height: 60px;
    }
	.geex-content__chat__sidebar__tab__title {
		font-size: 27px !important;
	}
	.geex-content__blog_details__feature__list,
	.block-search .group .form-group label
	 {
		font-size: 45px !important;
		line-height: 55px;
	}
	.geex-content__authentication__label-wrapper a {
		font-size: 25px;
		line-height: 35px;
	}
	.geex-content__form__single__box input, 
	.geex-content__form__single__box textarea,
	.geex-content__form__single__label,
	.geex-content__market__single__subtitle,
	.geex-content__market__single__title,
	.geex-content__authentication__form-submit,
	.geex-content__authentication__form-group input,
	.geex-content__authentication__form-group label
	{
		font-size: 45px;
		line-height: 55px;
	}
	.geex-sidebar__menu__link {
		font-size: 22px;
		line-height: 32px;
	}
	.geex-sidebar {
		padding: 38px 5px;
	}
	.geex-content__summary__count__single__title {
		font-size: 52px;
		line-height: 68px;
	}
	.geex-content__summary__count__single__subtitle {
		font-size: 32px;
		line-height: 48px;
	}
	.table-reviews-geex-1 thead tr th, 
	.table-reviews-geex-1 tbody tr td,
	.form-control,
	.geex-btn {
		font-size: 45px;
		line-height: 55px;
	}

	.geex-content__header__popup__header__title,
	.geex-content__header__action a,
	.geex-content__header__popup__link {
		font-size: 27px !important;
	}
	
	table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
		font-size: 25px;
		line-height: 28px;
	}
	
	div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, 
	div.dt-container .dt-processing, div.dt-container .dt-paging {
		font-size: 35px;
	}
	.authentication-page .geex-content__authentication__content {
		height: 70vh;
	}
	.geex-badge {
		font-size: 25px;
	}
	.block-search .group .form-group .select select {
		width: 100%;
	}
	.block-search .group .form-group .select i {
		inset-inline-start: 93% !important;
	}
	.block-search .group .form-group .select i {
		font-size: 45px; 
		top: 13px;
	}
	.block-search .group .form-group {
		width: 100%;
		margin-bottom: 30px;
	}
	
	table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc, table.dataTable thead>tr>td.dt-orderable-asc, table.dataTable thead>tr>td.dt-orderable-desc {
		text-align: center;
	}
	
	.geex-content__form__single__box input#search_office_capacityMaxMin, 
	.geex-content__form__single__box input#search_office_capacityMaxMax {
		width: 100% !important;
		height: 70px !important;
	}
	
	.block-search .group .form-group .geex-btn {
		padding: 15px 25px;
		margin-bottom: 5px;
	}
}
