
.agent_list_header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent_list_header::before {
      content: "";
      background-image: url("../images/agent_list_header.png");
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
}

.sidebar_select_location .add_form_select_css{
  border: 1px solid #ced4da !important;
  padding: 4px 10px 5px;
  padding-left: 0px !important;
  background: #fff !important;
  height: 37px !important;
  font-size: 14px;
}

.form-check{
  margin-top: 5px;
  margin-left: 5px;
}

/* .agent_img img{
  height: 150px !important;
  width: 100% !important;
} */

.agent_img img{
  /* height: 340px; */
  height: 250px;
  max-height: 340px;
}
.search-card{
  background: transparent;
}
.agent_list_header .form-control{
  background-color: #f1f1f1;
}
.agent_form_btn_search{
  background: #8353E2FF !important; /* secondary-500 */
  opacity: 1;
  border: none;
  border-radius: 4px;
}
.add_form_select_css_agent{
  height: 38px !important;
  padding: 5px 0 0 5px;
  line-height: initial;
  color: #09101f;
  border: 1px solid #f3f3f3 !important;
  border-radius: 1px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 400;
  padding-left: 0px;
  background: #f3f3f3 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 48% !important;
}

.icon-hover:hover {
  border-color: #3b71ca !important;
  background-color: white !important;
}

.icon-hover:hover i {
  color: #3b71ca !important;
}

:root {
	 --star-size: 22px;
	 --star-color: #dfdfdf;
	 /* --star-background: #fc0; */
	 --star-background: #ffbf00;
}
.Stars {
	 --percent: calc(var(--rating) / 5 * 100%);
	 display: inline-block;
	 font-size: var(--star-size);
	 font-family: Monserrat !important;
	 line-height: 1;
}
 .Stars::before {
	 content: '★★★★★';
	 letter-spacing: 1px;
	 background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}

.form-outline #search-input-sidenav_name{
  border-top: none;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.is-hidden{
  /* display: none !important; */
}

.form-outline .form-control~.form-notch{
  outline: #f8f9fa !important;
}

.filter_agent_list_sidebar > .accordion{
  --mdb-accordion-border-color: none !important;
  --mdb-accordion-btn-focus-box-shadow: none !important;
}

.filter_agent_list_sidebar{
    --mdb-card-box-shadow: none !important;
}

.agent_contact_btn{
  color: #1f83bd !important;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #1f83bd !important;
}
.agent_contact_btn:hover{
   color: #ebfdff !important;
   background-color: #1f83bd;
   border-color: #1f83bd;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #1f83bd !important;
    border-color: #1f83bd !important;
}
.page-link {
    color: #1f83bd !important;
}

.form-check-input[type=radio]:checked:after {
    border-color: #1f83bd !important;
    background-color: #1f83bd !important;
}
:focus-visible {
    outline: none !important;
    outline-color: ;
    outline-style: ;
    outline-width: ;
}

.form-outline #search-input-sidenav_name{
  border-color: #f8f9fa !important;
}

.right_agent_detail_col {

  width: 100%;
  height: auto;
  background: #F1F4FDFF; /* tertiary1-100 */
  border-radius: 4px; /* border-m */
  padding-bottom: 7%;
  margin-bottom: 5%;
}

.sidebar-text {

  font-family: Monserrat !important;
  font-size: 14px;
  line-height: 22px;
  color: #323842FF; /* neutral-700 */
  text-align: center;
}

.sidebar-button {

  width: 192px;
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Monserrat !important;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFFFF; /* white */
  background: #00BDD6FF; /* primary-500 */
  opacity: 1;
  border: none;
  border-radius: 6px; /* border-l */
}

@media only screen and (max-width: 450px) {
  .xs-right{
    float: left !important;
  }
}

.form-check-input[type=radio] {
    border-radius: 0.25rem !important;
    margin-top: 0.19em;
    margin-right: 6px;
}
.form-check-input:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 0 13px transparent;
    border-radius: 50%;
    width: 0.875rem;
    height: 0.875rem;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}

.pagination > .page-item{
  margin-left: 5px;
  margin-right: 5px;
}

.pagination > .page-item:first-child > .page-link,.pagination > .page-item:last-child > .page-link {
  border: none !important;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 24px;
}
.text-bold{
  font-weight: bold !important;
}

ul.site-menu{
  z-index: 100;
  position: relative;
}
.text-secondary {
    color: #d1d1d1 !important;
}
.border_none{
  border:none;
}
.agent_contact_btn{
  color: #ffff !important;
  background-color: #1f83bd !important;
  border-color: #ebfdff !important;
  border-radius: 8px !important;
  padding: 11px;
}
.card-body:hover {
  background: #f0f0f0;
}

.agent_img img {
    width: 100% !important;
    object-fit: cover !important;
}

.joint_on {
    top: 0px !important;
    position: absolute;
    right: 18px;
}
.filter_card_body:hover{
  background: #fff;
}

.xs_details_table{
  display: none;
}
.table td img{
  padding-right: 5px;
}
@media screen and (max-width: 1024px) {
  .agent_form_btn_search {
    font-size: 14px !important;
  }
  .xs_font_14 {
    font-size: 18px !important;
  }
  .agent_contact_btn {
    font-size: 14px;
    padding: 11px 5px;
  }
  .table th, .table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .agent_form_btn_search {
    font-size: 13px !important;
    padding: 7px 5px !important;
  }
}
@media screen and (max-width: 425px) {
  .xs_details_table{
    display: block;
    margin-top: -35px;
  }
  .full_details_table{
    display: none;
  }
  .table th, .table td {
    width: 100%;
    font-size: 12px;
  }
  .joint_on {
    top: -283px !important;
  }
  .width_100_agent_contact_btn{
    width: 100%;
    text-align: center;
  }
}
