input#postel {
    border: 1px solid;
    border-color: #ced4da;
    background: transparent;
}

.carijarak {
    padding-bottom: 30px;
}

.datalist {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.data-item_cs {
    padding: 15px;
    border: 1px solid #dedede;
    width: 32%;
    vertical-align: top;
    min-height: 200px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 3px 3px 5px -4px !important;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: start;
    column-gap: 10%;
	align-content: flex-start;
}
.data{
    padding-top: 30px!important;
}
.data-item_cs:hover {
    background: #cbcbcb;
    cursor: pointer;
    color: #000;
    border-radius: 10px;
    box-shadow: 3px 3px 5px -4px !important;
}

.item-nama_cs {
    font-weight: bold;
    width: 100%;
}
.item-hospital{
    /* font-style: italic; */
    width: 100%;
}
.item-alamat_cs, .item-kota_cs,.item-negara_cs {
    width: 100%;
}

.item-email, .item-website{
    padding: 5px 10px;
    display: inline-block;
    background-color:  #236192;
    color: #fff;
    margin-top: 15px;
    border-radius: 4px;
    text-align: center;
    font-size: smaller;
}

.item-phone a {
	color: #236192 !important;
    font-weight: bold;
}

.item-phone a::before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 8px !important;
}

.item-email a::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    margin-right: 8px !important;
}
.item-website a::before {
    content: "\f0c1";
    font-family: 'FontAwesome';
    margin-right: 8px !important;
}

.item-email a, .item-website a {
    color: #fff!important;
}

.item-phone {
    width: 100%;
    margin-top: 10px;
    font-size: smaller;
}

#map {
    min-height: 400px;
    height:calc(100% - 10px);
    width: 100%;
}

#filter{
    position: relative;
    padding-bottom: 15px;
}
#anytext{
    border-radius: 30px!important;
    border: solid 1px #d4d4d4;
    width:100%;
    padding: 2px 60px 2px 30px;
    height: 40px;
    display:inline-block;
    position: relative
}
.search{
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 20px;
    top: 6px;
    left: 15px;
}
.search svg{
    width: 100%!important;
    height: 100%!important;
    color: #a0a0a0;
}
.ifilter{
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 20px;
    top: 6px;
    right :42px;
    cursor: pointer;
}
.ifilter svg{
    width: 100%!important;
    height: 100%!important;
    color: #a0a0a0;
}
.iclear{
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 20px;
    top: 6px;
    right :10px;
    cursor: pointer;
}
.iclear svg{
    width: 100%!important;
    height: 100%!important;
    color: #a0a0a0;
}
.iclear:hover svg, .ifilter:hover svg{
    color: #0274ff;
}
.morefilter{
    position: absolute;
    z-index: 99;
    height: auto;
    width: 90%!important;
    top: 45px;
    right :10px;
    background-color: #fff;
    padding: 15px;
    border: solid 1px #d3d3d3;
    border-radius: 15px
}
.morefilter.hide{
    display:none;
}
.morefilter:after,
.morefilter:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.morefilter:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    left: 50%;
    margin-left: calc(50% - 52px);
}

.morefilter:before {
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #d3d3d3;
    border-width: 12px;
    left: 50%;
    margin-left: calc(50% - 53px);
}
.morefilter h2{
    font-size:16px;
    font-family: verdana;
    border-bottom: solid 1px #d3d3d3;
}
#per_page{
    border-radius: 5px !important;
    border: solid 1px #d4d4d4;
    width: 100%;
    padding: 2px 15px;
    height: 32px; 
}
.paging{
    display: flex;
}
.paging .dataof{
    margin-right: 15px;
    padding-top:3px;
    color: #a0a0a0;
    width: 100%;
    text-align: end;
}
.paging .loadmore{
    text-decoration: none;
    padding: 4px 5px 0 5px;
    margin-left: 5px;
    height: 30px;
    color: #a0a0a0;
}
.paging .loadmore:hover{
	color: #2b2b2b;
}
.clearscopecontactmap #filter input {
    padding-left: 40px !important;
    font-size: smaller;
}

.clearscopecontactmap .morefilter td {
    border: 0px !important;
}

.clearscopecontactmap .form-control {
    font-size: smaller !important;
    padding: 5px 10px !important;
    height: 37px!important;
}

.close_filter {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    align-content: center;
    color: #ffffff;
    background: #a7a7a7;
}

.morefilter table {
    border: 0px !important;
}

.clearscopecontactmap select, .clearscopecontactmap input {
    margin-bottom: 0px !important;
}

input#postal {
    border: 1px solid;
    border-color: #ced4da;
    background: transparent;
}

/* FOR MOBILE ONLY */
@media only screen and (max-width: 767px){

.datalist {
    display: block;
}

.data-item_cs {
    width: 100%;
}

}

@media only screen and (max-width: 1320px){

	.item-email, .item-website{
		display: block;
        width: auto;
	}
}

.clearscopecontactmap .select2-search:before, 
.clearscopecontactmap .select2-selection__choice:before,
.clearscopecontactmap .select2-results__option:before {
    display: none!important;
    background-image:""!important;
}
.clearscopecontactmap .select2-results__options{
    margin: 0!important;
    padding: 5px!important;
}
.clearscopecontactmap .select2-selection.select2-selection--multiple{
    /* min-height: 23px; */
    min-height: 40px!important;
    padding: 5px!important;
}
.clearscopecontactmap .filterareas .col-md-3{
    padding: 0 5px!important;
}

.highlight {
    background-color: yellow;
    padding: 4px 0;
    border-radius: 3px;
}
.clearscopecontactmap .select2-container--default .select2-selection--multiple, 
.clearscopecontactmap .select2-dropdown.select2-dropdown--below{
    border-color: #ced4da!important;
}

.datalist .item-nama_cs,
.datalist .item-hospital,
.datalist .item-alamat_cs,
.datalist .item-phone{
    line-height: 1.2!important;
    margin-bottom: 8px!important
}
.button-wrapper>.btn {
    margin: .1rem .1rem;
    background-color: #236192 !important;
    border-radius: 8px;
}
.button-wrapper>.btn a{
    color: #fff;
    text-decoration: none!important;
}
.clearscopecontactmap .select2-search__field,
.clearscopecontactmap .select2-container .select2-search--inline,
.clearscopecontactmap .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    width: 100%!important;
    float: none!important;
    padding: 0!important;
    margin:0!important;
    
}
.clearscopecontactmap .select2-search__field{
    height: 40px!important;
    border-radius: 2px!important;
    position: absolute;
    top: 0;
    z-index: -1
}
.clearscopecontactmap .select2-results__options{
    list-style: none!important;
}
.clearscopecontactmap .select2-results__options li{
    margin: 0!important;
    padding: 2px;
}
.clearscopecontactmap .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin-left: 2px!important;
    position: relative;
    border: none!important;
    margin-top: 10px!important;
    overflow: auto;
}