.form-btn {
	background: #F97B48;
}

.user-text.bar-item {
	top: 33%;
}

.user-text.bar-item::after {
	width: 0;
	height: 0;
}

.table-top-bar {
	margin-top: 20px;
}

.select .select-styled {
	min-width: 100px;
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
	/* padding: 10px 10px; */
}

.apply-link {
	color: #0C5098 !important;
}

.fil_centre .select .select-styled {
	/*min-width: 300px !important;*/
}

.bg-custom {
	background-color: #0C5098;
}

.progress-show {
	font-weight: 600;
	font-size: 18px;
}

.logo-title {
	font-size: 12px;
}

.form-input.country ul.select-options, .form-input.state ul.select-options{height: 200px; overflow: scroll;}
#mydiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: white;
    opacity: 0.8;
    display: none;
}
.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;
}

#country_id {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    width: 100%;
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#country_id :after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #6A7179 transparent transparent transparent;
	position: absolute;
	top: 25px;
	right: 22px;
}
#stateid {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    width: 100%;
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#stateid :after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #6A7179 transparent transparent transparent;
	position: absolute;
	top: 25px;
	right: 22px;
}
#agegroup_id {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    width: 100%;
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#agegroup_id :after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #6A7179 transparent transparent transparent;
	position: absolute;
	top: 25px;
	right: 22px;
}
#centreid {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    width: 100%;
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#centreid :after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #6A7179 transparent transparent transparent;
	position: absolute;
	top: 25px;
	right: 22px;
}
#gender {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    width: 100%;
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#gender :after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #6A7179 transparent transparent transparent;
	position: absolute;
	top: 25px;
	right: 22px;
}


.select select#sort {
    min-width: 100px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* padding: 10px 10px; */
}
.sort-select select#sort{
    /*padding: 10;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 0px 20px 0 10px;
    color: #6A7179;
    height: auto;
    background: transparent;*/
}
select#sort{
	/*position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    width: 100%;
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
}

select#sort:after {
	/*content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #6A7179 transparent transparent transparent;
	position: absolute;
	top: 25px;
	right: 22px;*/
}
.adminDropdownDiv ul.select-options{
	height: 250px;
	overflow: scroll;
}
.adminDropdownDiv {
    max-width: 200px;
}
.fil_state.sort-select.d-flex.align-items-center.ml-4.adminDropdownDiv select#state {
    max-width: 200px;
}

.selectDropdownClass {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    width: 100%;
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ml-4{
    padding-bottom: 10px;
}
a#filterButton {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
a#filterButton:hover, #maindivbox select:hover, #downloadbtn, .selectDropdownClass:hover, .searchbox:hover, #countryDropdown:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
#downloadbtn:hover{
	box-shadow: -5px 10px 10px 0px rgba(0,0,0,0.5);
}
#countryDropdown{
	position: relative;
	display: inline;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	background: #FAFAFA;
    border: 1px solid #DCDFEC;
    border-radius: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6A7179;
    
    height: 52px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}