
#style_toast_container__DT-ei * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.style_toast-message__-UN8x {
    opacity: 0;
    position: fixed;
    z-index: 1000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 90%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.style_top-center__zZFy4,
.style_bottom-center__NH15O,
.style_center__GLmmM {
    left: 50%;
}

.style_toast-message__-UN8x.toast-enter-active,
.style_toast-message__-UN8x.toast-appear-active {
    opacity: 1;
}

.style_toast-message__-UN8x.toast-exit-active {
    opacity: 0;
}

.style_toast-content__jaj36 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.style_toast-theme-content__JPkou {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.style_clickable__F3Zx7 {
    cursor: pointer;
}

.style_loading__tn5sw .style_spinner-wrap__kOodK {
    visibility: visible;
    opacity: 1;
    width: 1.1em;
    margin-right: 12px;
}

.style_spinner-wrap__kOodK {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    width: 0;
    margin-right: 0;
}

.style_spinner__mu5OS {
    display: block;
    overflow: hidden;
    width: 1.1em;
    height: 1.1em;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    vertical-align: middle;
    text-indent: -99999px;
    -webkit-animation: style_spin__Ez3u3 1s ease-in-out infinite;
    animation: style_spin__Ez3u3 1s ease-in-out infinite;
}

@-webkit-keyframes style_spin__Ez3u3 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes style_spin__Ez3u3 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.custom_checkbox_main {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
  
  }
  
  .custom_checkbox_main .custom_checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border-radius: 50%;
  }
  
  .custom_checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
     border-radius: 50%;
    border: 2px solid #108a00;
  }
  
  .custom_checkbox_main:hover .custom_checkbox ~ .custom_checkmark {
    background-color: #fff;
  }
  
  .custom_checkbox_main .custom_checkbox:checked ~ .custom_checkmark {
    background-color: #108a00;
  }
  
  .custom_checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .custom_checkbox_main .custom_checkbox:checked ~ .custom_checkmark:after {
    display: block;
  }
  
  .custom_checkbox_main .custom_checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* custom Select */
  .custom-select {
    position: relative;
    border: 1px solid #b8c0b5;
    height: auto;
    min-height: 1.4375em;
    border-radius: 4px;
  }

  .custom-select select {
    display: none;
  }

  .select-selected {
    background-color: #effaec;
  }



  .select-items div, .select-selected {
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
  }

  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
    border-radius: 4px;
  }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover, .same-as-selected {
    background-color: #edf4fb;
  }
  .no_padd p{margin:0px;}
.big_rating_text{font-size:22px;}
.width_20{width: 20px;}
.width_16{width: 16px;}
.avg_rating_box p{font-size:12px;}
.mt_20{margin-top: 20px;}
.mt_40{margin-top: 40px;}
.mb_40{margin-bottom: 40px;}
.pt_5{padding-top: 5px;}
.pt_10{padding-top: 10px;}
.pt_15{padding-top: 15px;}
.pb_5{padding-bottom: 5px;}
.pb_10{padding-bottom: 10px;}
.pb_15{padding-bottom: 15px;}
.d_flex{display:flex;}
.gap_5{gap:5px;}
.gap_10{gap:10px;}
.gap_15{gap:15px;}
.gap_20{gap:20px;}
.gap_25{gap:25px;}
.align_center{align-items: center;}
.justify_center{justify-content: center;}
.justify_sp_between{justify-content: space-between;}
.justify_sp_around{justify-content: space-around;}
.ml_auto{margin-left: auto;}
.user_box{display: flex;gap:15px;align-items: center; flex-wrap: wrap;flex-direction: row;}
.user_box_in{padding:12px;  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px #f1ebeb1a;
}
.user_box_in{height: 190px;}
.user_box_in p{margin:0px;font-size: 14px;}
.user_card_heading{font-size: 14px;
  color: #000;
}
.avg_rating_box_in{padding-right: 10%;}
.border_right_gray{border-right:1px solid #cacaca;}
.user_pics{
  z-index: 3;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
}
.second_img{
  z-index: 2;
  margin-left: -12px;
}
.third_img{
  z-index: 1;
  margin-left: -12px;
}
.user_pics_circle{
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.right_arrow_animate{  margin-right: 10px; transition: 0.1s ease-in;display: inline-block;
}
.right_arrow_animate:hover{
  transform: translateX(50%);
}
.font_30{font-size:30px;}
.color_green{color:#108a00;}
.box_border{
  border: 1px solid #e3e3e3;
  padding: 15px 20px;
  border-radius: var(--border-radius-tile);
}
.adv_boxs{display: block;border:1px solid #d2d2d2;border-radius: var(--border-radius-tile);padding: 20px;background: #fff;
   transition: box-shadow 0.1s ease-out, transform 0.1s ease-out;    margin-bottom: 15px;
}
.adv_boxs:hover{
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.05); 
  transform: scale(1.007);
}

.adv_detls{
  border-radius: 50%;
  width: 120px;
  object-fit: cover;
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
  border: 1px solid var(--theme-grey-clr3);
  height: 120px!important;
  max-height: 100px;
  object-fit: cover;
}
.adv_box_name{color: #444;}
.adv_boxs{
    height: 100%;
}
.adv_boxs_in{
    width:100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
}

.adv_box_btn{
    max-height: 80px;
    overflow-y: auto;
    margin-top: 10px;
}

.adv_box_btn::-webkit-scrollbar{
    height: 6px;
}
.adv_box_btn::-webkit-scrollbar-thumb{
    background-color: #ccc;
    border-radius: 4px;
}


.star_com{justify-content: center;margin-bottom: 10px;}
.star_com img{width: 16px;height:16px; }
.star_com p{margin:0px;font-size: 12px;}
.comon_btns{display: flex;flex-wrap: wrap;}
.comon_btns_deco{    
  border: unset!important;
  border-radius: var(--border-radius);
  padding: 8px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
}
.comon_btns_deco:hover{
  background-color: #d6d6d6;
}
.bg_white{background:#fff;}
@media only screen and (min-width: 767px) and (max-width: 991px)  {
      .user_box_in {
        /* padding: 2%; */
      }
  }
  @media (max-width: 992px) { 
      
      .adv_detls { 
        width: 100px; 
        height: 100px;
    }
  }
  @media (max-width: 767px) { 
    .adv_detls { 
      width: 100px; 
      height: 100px;
  }
}
