
.service-location-con {
    margin-bottom: 15px;
}

.service-location-options {
   display: flex;
}

.service-location-options .fancy-checkbox {
    width: 33.33%;
}

.service-provide-state .fancy-checkbox {
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
}


@media only screen and (max-width: 991px) {
    .spacetime_tab-content .tab-location #customFields {
        flex-direction: column;
   }

}


@media only screen and (max-width: 456px) {
    .page-seller.item-upload .spacetime-tab-area .seller-common-box .box-shadow .item-form-group .col-md-12.service-location-con .fancy-checkbox {
        width: 100%;
    }

}

.gst-div {
    margin-top: 10px;
}

.itmupld-locsec-con {

    margin-bottom: 15px;
}


.btn-loader {
	position: relative;
}

.btn-loader.btn-loading:after {
	display: flex;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='circle-notch' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-circle-notch fa-w-16'%3E%3Cpath fill='%23fff' d='M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z' class=''%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 99;
	align-items: center;
	justify-content: center;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #fff;
	content: "";
	border-radius: 3px;
}

.btn-loader.btn-loading.loader-radius::before {
	border-radius: 20px;
}

.btn-loader.btn-loading::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index: 9;
	display: block;
	content: "";
	border-radius: 3px;
}