#table-sortable {
    text-align: center;
}

#table-sortable td {
    text-transform: capitalize;
}

.gs-pagination span {
    float: left;
}

.lot-heading-left, .lot-heading-right {
    display: inline-block;
}

.lot-heading-right select {
    display: inline-block;
    margin-bottom: 10px;
}

#table-sortable .gs-pagination .btn-group button {
    padding: 0 20px;
    margin: 3px;
    background-color: #DFDFDF;
    color: #9F9F9F;
    border-color: transparent;
}

#table-sortable .gs-pagination .btn-group .active {
    background-color: #39B54A;
    color: #fff;
    border-color: transparent;
}

#table-sortable tr td i {
    cursor: pointer;
}

.map-select-container {
    position: relative;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.hope-map-location {
    display: block;
    margin: 0 auto;
    width: auto;
}

#location-name {
    text-align: center;
    color: #39B54A;
    font-family: "Roboto", Sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: capitalize;
}

#hope-map-container {
	position: relative;
}

#hope-map {
    position: relative;
}

#hope-map .location-map {
    display: block;
}

.hope-modal {
    z-index: 99999;
}

.hope-lg-modal {
    max-width: 800px;
}

.hope-lot {
    position: absolute;
    display: block;
    width: 2%;
}

.hope-lot .hope-lot-icon, .hope-lot .hope-lot-svg{
    cursor: pointer;
    opacity: 0.6;
}

.hope-lot .hope-lot-icon:hover{
    opacity: 1;
}

.hope-lot .hope-lot-information, .svg-container {
    display: none;
}

.modal-right-content {
	margin-right: 20px;
}

#zoom-btns-container {
	position: absolute;
	top: 0;
	left: 0;
}

#zoom-btns-container.sticky {
	position: fixed;
	top: 120px;
	left: 10px;
}

#zoom-btns-container.bottom {
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
}

#zoom-btns {
	width: 118px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

#zoom-btns button {
	margin-bottom: 5px;
}

#zoom-btns button:last-child {
	margin-bottom: 0px
}

#zoom-btns .btn-danger {
	background-color: #DF7A1C;
	border-color: #DF7A1C;
}

#filter-btn {
	display: block;
	margin: 0 auto 10px;
}

#filter-btn i {
	line-height: initial;
}

#filter-container {
	background: #DEE2E6;
	max-width: 1280px;
	margin: 0px auto 10px;
	padding: 15px;
	border-radius: 10px;
	z-index: 1;
	display: none;
}

#lot-filters {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

#lot-filters .btn-outline-success {
	height: auto;
    padding: 0.375rem 0.75rem;
}

#lot-filters .btn-outline-success::before, #lot-filters [type="radio"]:checked+label:after {
	content: none;
}

#range-slider-filter {
	margin: 15px auto 0px;
	width: 80%;
	position: relative;
}

#slider-step-value {
	text-align: center;
}

#slider-step-value span{
	color: #DF7A1C;
    font-family: "Roboto", Sans-serif;
    font-size: 1.6em;
    font-weight: 600;
}

.hope-modal .modal-right-content .table-hope {
	background-color: #39B54A;
}

.table-reserved {
	background-color: #DF7A1C !important;
	color: #fff !important;
}