.search_user_footer .smaller_text
{
  font-size: 10px;
}
.search_username_holder .select2-search__field
{
    margin-top: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 14px !important;
}
.search_username_holder
{
    border: 1px solid #ced4da;
    border-radius: 2px 2px 0 0;
}
.search_username_holder.placeholder
{
    /*padding: 2px 30px 12px 30px;*/
    padding: 0px;
}
.select2-results__message
{
    display: none !important;
}
.search_username_holder .select2-container--default.select2-container--focus .select2-selection--multiple
{
    border-left: 0px solid #aaa !important;
    border-top: 0px solid #aaa !important;
    border-right: 0px solid #aaa !important;
    border-bottom: 0px solid #aaa !important;
}

.search_username_holder .select2-selection__choice
{
    border: 0 !important;
    background-color: transparent !important;
}

.search_username_holder .select2-selection
{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}

.search_username_holder .select2-selection__arrow
{
    display: none;
}
.search_username_holder span.select2-selection.select2-selection--single {
    outline: none;
}
.search_username_holder .select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 20px;
}
.select2-dropdown
{
    border: 0px !important;
}
.select2-search__field.fill_alert::-webkit-input-placeholder {
    color:Red;
}

.select2-results__option
{
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

.search_username_holder .select2-container--default .select2-selection--multiple
{
    border: 0px !important;
    padding: 7px 10px 7px 10px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    background-color:#ced4da !important;
}
.select2-selection__rendered
{
    border-bottom: 1px solid transparent;
}
.select2-selection__rendered.underline {
    /*border-bottom: 1px solid #ced4da;
    border-bottom: 1px solid transparent*/
}

.search_username_holder .select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    padding: 0px !important;
    line-height: 1.7;
    /*border: 1px solid red;*/
    display: flex;
}

.search_username_holder .select2-container--default .select2-selection--multiple .select2-selection__choice
{
    margin-top: 0px !important;
    margin-right: 0px !important;
    /*padding-top: 4px !important;
    padding-bottom: 4px !important;*/
    padding-left: 0px !important;
    font-size: 14px !important;
line-height: 2.3;
}
.search_username_holder .select2-container .select2-selection--single .select2-selection__rendered
{
    padding-left: 10px;
    padding-right: 10px;
}
.accordionSearchFilter h2
{
    padding: 15px;
}
.accordionSearchFilter
{
    position: relative;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
}
.accordionSearchFilter .trigger
{
    position: absolute;
    top: 17px;
    right: 10px;
}
.accordionSearchFilter .trigger
{
    color:#DE4A3E;
}
.accordionSearchFilter .trigger.collapsed
{
    color:#000;
}

 .select2-container
  {
      width: 100% !important;
  }
  .select2-container .search_city_select2,
  .select2-container--default .search_city_select2 .select2-selection__rendered,
  .select2-container--default .search_city_select2 .select2-selection__arrow
  {
      height: 31px !important;
      line-height: 31px !important;
      border-radius: 0px !important;
  }
  .select2-container--default .search_city_select2
  {
      border-color: #ced4da !important;
  }
  .select2-container .search_city_select2 .select2-selection__rendered
  {
      padding-left: 12px !important;
      font-size: 14px !important;
      border:0px !important;
  }
  .select2-container--default .search_city_select2 .select2-selection__placeholder
  {
      color: #495057 !important;
  }
  .select2-container--default .search_city_select2 .select2-selection__arrow b
  {
      border-color: #000 transparent transparent transparent !important;
      border-width: 5px 3px 0 3px !important;
  }
  .select2-container--default.select2-container--open .search_city_select2 .select2-selection__arrow b {
      border-color: transparent transparent #000 transparent !important;
      border-width: 0 3px 5px 3px !important;
  }

.gallery_input
{
  cursor: pointer;
}
.gallery-custom-file
{
  width: 100%;
}
.gallery_label
{
 height:30px !important;
 border: 0px !important;
 width: 100%;
}
.gallery_label::after
{
  height:30px !important;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
  background-color: #DE4A3E;
  color: #fff;
  border-radius: 2px !important;
  cursor: pointer;
  border:0px !important;
  width: 100% !important;
}


.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
/*balance coins*/
.coins_plan_holder {
    border-radius: 5px;

    border: 1px solid #4C4B63;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    background-color: #4C4B63;
}

.coins_plan_name {
    font-weight: bold;
    font-size: 13px;
}

.coins_plan_amount {
      color:#EA9F9D;
}
.coins_plan_total_price
{
  font-size: 13px;
}
.coins_plan_total_price_value
{
    font-size: 13px;
}
.coins_plan_total_price_value span{
    font-weight: bold;
}
.coins_plan_image_1
{
  background: url("../images/coins_1.png") no-repeat center;
}
.coins_plan_image_2
{
  background: url("../images/coins_2.png") no-repeat center;
}
.coins_plan_image_3
{
  background: url("../images/coins_3.png") no-repeat center;
}
.coins_plan_image
{
  height: 100px;
  width: 100%;
  background-size: contain;
  margin: 10px 0;
}

/*profile coins*/
.card-gift
{
  padding-top: 0;
  border: 0;
  padding: 0;
}
.profile_gift_container
{
  flex: 1 1 auto;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  box-shadow: 0px 1px 6px -4px;
  font-weight: 400;
}

.profile_gift_diamond p
{
    background: url(../images/profile_red_diamond.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    position: absolute;
    text-align: center;
    top: 2px;
    left: 100px;
}

.profile_gift_diamond p i:after
{
  content: "\f068";
}

.profile_gift_diamond.collapsed p i:after
{
  content: "\f067";
}
.profile_gift_diamond p i
{
  color: #DE4A3E;
  position:  absolute;
  bottom: 3px;
  right: 7%;
  font-size: 8px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
.profile_gift_1
{
  background: url("../images/gift_1.png");
}
.profile_gift_2
{
  background: url("../images/gift_2.png");
}
.profile_gift_3
{
  background: url("../images/gift_3.png");
}
.profile_gift_4
{
    background: url("../images/gift_4.png");
}
.profile_gift_5
{
    background: url("../images/gift_5.png");
}
.profile_gift_6
{
    background: url("../images/gift_6.png");
}
.profile_gift_image
{
    height: 70px;
    width: 100%;
    background-size: contain;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}

.profile_gift_wrapper, .profile_gift_wrapper:hover
{
  font-weight: 100;
  text-decoration: none;
  color:#5b6a78;
  font-size: 15px;
}
/*.profile_gift_image {*/
.profile_gift_wrapper:focus {
  /*border-radius: 10px;
  background-color: rgba(222, 74, 62, .1);
  border:1px solid rgba(222, 74, 62, .5);*/
}
.profile_gift_wrapper:focus .profile_gift_image
{
  /*height: 68px;*/
}
.profile_amount_select
{
  border-radius: 0;
  font-size: 15px;
}
.profile_amount_select_tip
{
    font-size: 13px;
    font-weight: 100;
    color: #5b6a78;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.profile_coins_value
{
  font-size: 13px;
}
.profile_send_gift, .profile_buy_coins
{
    background-color: #089F59;
    border-color: #089F59;
    border-radius: 2px;
    padding: 4px 50px;
    font-size: 15px;
    border-radius: 18px;
}
.profile_gift_select
{
  margin-bottom: 10px;
}

.profile_gift_coins
{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: -25px;
}
.profile_gift_coins a
{
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.profile_gift_coins a:focus {
    box-shadow:none;
}

.balance_payment_option_container .card-header
{
  padding: 0px;
}
.balance_payment_option_container .card-header
{
    background: transparent;
}
.balance_payment_option_header
{
  text-align: center;
}
.balance_payment_option_header button
{
  text-decoration: none !important;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}
.balance_payment_option_header .show_more
{
    position: absolute;
    font-size: 12px;
    top: 15px;
    right: 20px;
}



.balance_payment_option_header .show_more i
{
    font-style: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}
.balance_payment_option_header .show_more i:before
{
    content: "\f0d8";
}
.balance_payment_option_header .collapsed .show_more i:before
{
    content: "\f0d7";
}

.balance_payment_option_header .collapsed .show_more .opened
{
    display: none;
}

.balance_payment_option_header .collapsed .show_more .closed
{
    display: inline-block;
}

.balance_payment_option_header  .show_more .opened
{
    display: inline-block;
}
.balance_payment_option_header .show_more .closed
{
    display: none;
}
@media screen and (max-width: 992px)
{
    .balance_payment_option_header .show_more span
    {
        display: none !important;
    }
}
.buy_more_coins_profile_plan, .buy_more_coins_profile_plan:hover
{
  background-color: #A2A2A2;
  color:#fff;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 80% 50%;
  background-image: url("../images/coins_1.png");
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 10px;
}
.buy_more_coins_profile_plan.selected
{
  box-shadow:none !important;
  border: 2px solid #207CF3;
  padding: 7px 10px;
}

.notice_gift_1
{
  background: url("../images/gift_1.png");
}
.notice_gift_2
{
  background: url("../images/gift_2.png");
}
.notice_gift_3
{
  background: url("../images/gift_3.png");
}
.notice_gift_4
{
    background: url("../images/gift_4.png");
}
.notice_gift_5
{
    background: url("../images/gift_5.png");
}
.notice_gift_6
{
    background: url("../images/gift_6.png");
}
.notice_gift_image
{
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}

.show_coins
{
    font-size: 16px;
    float: left;
    margin-top: 6px;
    padding-right: 5px;
}

.show_coins_mobile
{
    font-size: 12px;
    font-weight: bold;
    float: left;
    position: absolute;
    right: 35px;
    top: 10px;
    /* color: #999; */
    color: #fff;
}

/* dashboard first invite */
#firstInvite .modal-title
{
  height: 33px;
}
#firstInvite .modal-title #ico
{
  line-height: 24px;
}
#firstInvite .modal-title #text
{
  line-height: 24px;
  font-weight: 600;
  margin-left: 5px;
}

#ico {
  vertical-align: middle;
  color:red;
}

  #firstInvite h5
  {
    font-size:16px;
  }
  #firstInvite .modal-title .far
  {
    color:red;
  }
  #firstInvite .modal-dialog
  {
    max-width: 400px;
  }
  #firstInvite .btn-link
  {
    color:#000;
  }
  #firstInvite .modal-header
  {
    display: inline-block;
    padding-bottom: 0;
  }
  #firstInvite .modal-header
  {
    border:0;
  }
  #firstInvite .modal-header,
  #firstInvite .modal-body,
  #firstInvite .modal-footer
  {
    background: #fff;
  }
  #firstInvite .modal-header
  {
    border-radius: 25px 25px 0 0;
  }
  #firstInvite .modal-footer
  {
    border-radius: 0 0 25px 25px;
  }

  #firstInvite .modal-content
  {
    background: transparent;
  }
  #firstInvite .modal-footer
  {
    color:#fff;
    background-color: #DE4A3E;
  }

  #firstInvite p
  {
    font-size: 13px !important;
  }
/* eof dashboard first invite */

/* chat update */
.message_container .fas, .message_container .far, .message_container .fa
{
  /*font-size: 14px;*/
}
.message_my_message .message_liked_by_other
{
  float: right;
}
.message_my_message .message_seen_other, .message_my_message .invite_interest, .message_my_message .message_seen_image_other
{
  float: right;
  margin-right: 5px;
}
.message_my_message .upload_image
{
  float: right;
  margin: 0 5px;
}
.message_other_message .upload_image
{
  float: left;
  margin: 0 5px;
}
.message_my_message .plain_text
{
  float: right;
  margin: 0 5px;
}
.message_other_message .plain_text
{
  float: left;
  margin: 0 5px;
}
.message_other_message .message_like
{
  float: left;
}
.message_other_message .invite_interest
{
  float: left;
}

.message_message .invite_interest .invite_location,
.message_message .invite_interest .invite_type,
.message_message .invite_interest .invite_text
{
  padding: 5px 10px;
}
.message_message .invite_interest .invite_greeting
{
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}
.message_message .invite_interest
{
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 0px;
}

.my_message_container
{
    float: right;
    background-color: #0e77ff;
    color:#fff;
}

.my_message_container.message_container_sugar_gift
{
    background-color: #fff;
    color:#000;
    border: 1px solid #ced4da;
}

.his_message_container
{
    float: left;
    border: 1px solid #ced4da;
}

.message_container_with_image, .message_container_with_invite_interest
{
  background: none;
  border: 1px solid #0e77ff;
  color: #000;
}
.message_container_with_shop_offer
{
  background: none;
  border: 1px solid #ced4da;
  color: #000;
  padding: 0 !important;
  border-radius: 30px !important;
}

.message_container_with_shop_offer img
{
    width: 100%;
    border-radius: 30px 30px 0 0;
}
.message_container_with_shop_offer_mobile img
{
    width: auto;
    border-radius: 0;
}

.message_container_with_shop_offer .shop_confirmation img
{
    border-radius: 0;
    padding: 0 0 15px 0;
    width: 100%;
    margin: 0 auto;
}
.message_container_with_invite_interest
{
  border: 1px solid #ced4da;
}

.message_container:first-child
{
  margin-top: 10px;
}

.message_container
{
    border-radius: 1.3em;
    clear: both;
    margin-bottom: 20px;
    padding: 6px 12px 6px 12px;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
}
.his_message_container.message_container_with_text
{
  min-width: 110px;
}
.my_message_container.message_container_with_image
{
  min-width: auto;
  padding-left: 20px;
}

.message_container_with_image .message_seen_other
{
    height: 42px;
    line-height: 42px;
}
.message_container_with_image .message_liked_by_other
{
  height: 50px;
  line-height: 45px;
  margin-top: 0px;
}
.message_container_with_image .message_liked_by_other_image.message_disliked
{
    height: 46px;
    line-height: 46px;
    margin-top: 4px;
    float: left;
}
.message_container_with_image .message_liked_by_other_image.message_liked
{
  height: 50px;
  line-height: 45px;
  margin-top: 0px;
}
.message_liked_disliked_by_other.hide
{
  display: none;
}

.message_liked_by_other_image, .message_seen_other_image, .message_seen_other_interest
{
  color: #436be2;
}
.message_liked_by_other_text
{
  color:#fff;
}
.message_liked_by_other_text.message_liked
{
  margin-top: -4px;
  float: left;
}
.message_liked_by_other_text.message_disliked
{
  margin-top: -2px;
  float: left;
}
.message_seen_other
{
  float: right;
  width: 20px;
  text-align: center;
  margin-left: 5px;
  margin-top: -2px;
}
.message_seen_other_interest
{
  position: absolute;
  right: 40px;
  bottom: 10px;
}
.message_liked_by_other_invite_interest.message_disliked
{
  position: absolute;
  right: 14px;
  bottom: 7px;
  color: #436be2;
}
.message_liked_by_other_invite_interest.message_liked
{
  position: absolute;
  right: 14px;
  bottom: 11px;
}
.message_liked_disliked_by_other
{
  float: right;
  width: 20px;
  text-align: center;
  margin-left: 5px;
}
.message_liked_by_other, .message_disliked_by_other
{
  float: right;
  width: 20px;
  text-align: center;
  margin-left: 5px;
}
.message_liked_by_other, .message_disliked_by_other
{
  margin-top: 2px;
}

.my_message_container .plain_text
{
    max-width: 300px;
    float: right;
    line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .my_message_container .plain_text
  {
    max-width: 200px;
  }
}

.message_container .invite_interest
{
    max-width: 400px;
}
.message_container .shop_offer
{
    min-width: 250px;
    max-width: 250px;
}
.message_container_mobile
{
    width: 100%;
}

.message_container_mobile .shop_offer
{
    width: 100%;
    min-width: inherit;
    max-width: inherit;
}
.my_message_container .shop_confirmation
{
    padding-bottom: 30px;
}
.his_message_container .shop_confirmation
{
    padding-bottom: 20px;
}

.message_like
{
  position: absolute;
}
.like_message
{
    right: 10px;
    bottom: -14px;
    border: 1px solid #ced4da;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: #fff;
    padding-left: 5px;
    font-size: 13px;
}
.message_container_with_image .like_message
{
    right: 0px;
}
.dislike_message
{
    right: 45px;
    bottom: -14px;
    border: 1px solid #ced4da;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: #fff;
    padding-top: 2px;
    padding-left: 5px;
    font-size: 13px;
}
.message_container_with_image .dislike_message
{
    right: 40px;
}
.message_container:last-child
{
  margin-bottom: 10px;
}
.message_container_with_invite_interest
{
  padding: 0;
}
.invite_greeting
{
  color: #12C051;
  padding: 10px 20px 10px 15px;
  border-bottom: 1px solid #ced4da;
}
.invite_location
{
  padding: 10px 20px 0px 15px;
}
.invite_type
{
  padding: 10px 20px 0px 15px;
}
.invite_text
{
  padding: 10px 20px 0px 15px;
}
.invite_clock
{
  padding: 10px 20px 10px 15px;
}
.message_container_with_shop_offer .shop_offer_name
{
  padding: 10px 20px 10px 15px;
  border-bottom: 1px solid #ced4da;
}
.message_container_with_shop_offer .shop_offer_name.declined
{
  color: red;
}
.message_container_with_shop_offer .shop_offer_name p.price
{
    margin: 0;
    font-weight: bold;
}
.message_container_with_shop_offer .shop_offer_title
{
  padding: 10px 20px 10px 15px;
  font-weight: bold;
  text-align: center;
  border-bottom:  1px solid #ced4da;
  font-size: 13px;
}
.message_container_with_shop_offer .shop_offer_description
{
  padding: 10px 20px 10px 15px;
  color: #ced4da;
  border-bottom:  1px solid #ced4da;
}
.message_container_with_shop_offer .shop_offer_price
{
  padding: 10px 20px 10px 15px;
  font-weight: bold;
}
.message_container_with_shop_offer .shop_offer_price span
{
  font-weight: normal;
  float: left;
}
.message_container_with_shop_offer .shop_contact_info
{
    padding: 10px 20px 15px 15px;
    margin:0 !important;
}
.message_container_with_shop_offer .shop_contact_info .col-6
{
    padding: 0;
}

.message_container_with_shop_offer .shop_contact_info .col-6:nth-child(even)
{
    padding-left: 5px;
}
.message_container_with_shop_offer .shop_contact_info .col-6:nth-child(odd)
{
    padding-right: 5px;
}

.message_container_with_shop_offer .shop_contact_info label
{
    color: #ced4da;
    margin-bottom: 0;
    font-size: 12px;
}
.message_container_with_shop_offer .shop_contact_info .form-group
{
    margin-bottom: 0px;
}
.message_container_with_shop_offer .shop_contact_info input
{
    border-bottom:  1px solid #ced4da;
    font-size: 12px;
}
.message_container_with_shop_offer .video_url
{
    margin: 0;
    padding: 10px 20px 10px 15px;
}
.message_container_with_shop_offer .video_url a
{
    text-align: center;
    color: #0E77FF;
    font-weight: bold;
}

.message_container_with_shop_offer .shop_offer_price span.buy
{
  float: right;
  color: green;
  cursor: pointer;
  font-weight: bold;
}
.message_container_with_shop_offer .shop_offer_price span.buy.buy_notdone
{
float: right;
    color: green;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid green;
    border-radius: 30px;
    padding: 0px 20px;
}

.message_container_with_shop_offer .mobile.buy
{
    text-align: center;
    color: green;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0;
    width: 50%;
    display: inline-block;
    border: 1px solid green;
    margin: 0 auto;
    border-radius: 30px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.message_container_with_shop_offer .decline_offer
{
    padding: 0px 5px;
    width: 50%;
    margin: 0 auto;
    border: 1px solid red;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 30px;
}
.message_container_with_shop_offer .decline_offer_mobile
{
    padding: 0px 5px;
    float: right;
    margin: 0 auto;
    border: 1px solid red;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 30px;
}
.message_container_with_shop_offer .virtual_item_confirmation
{
  color: #0E77FF;
}
/* eof chat update */

/* my_coins */
.my_coins_table .sort_title,
.my_coins_table .sort_action,
.my_coins_table .no-sort,
.my_coins_table .sort-asc,
.my_coins_table .sort-desc
{
  float: left;
  cursor: pointer;
}
.my_coins_table .no-sort
{
  margin-top: 5px;
  margin-left: 5px;
}
.my_coins_table .sort-asc
{
  margin-top: 9px;
  margin-left: 5px;
}
.my_coins_table .sort-desc
{
  margin-top: 2px;
  margin-left: 5px;
}

.custom-switch {
  padding-left: 3.25rem;
}

.custom-switch .custom-control-label::before {
  left: -3.85rem;
  width: 3.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-3.85rem + 1px);
  width: calc(1.1rem - 4px);
  height: calc(1.1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(2.75rem);
  transform: translateX(2.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: red;
}
.custom-switch .custom-control-input:checked~.custom-control-label::before
{
    background-color: #089F59;
}
.custom-switch .custom-control-label::before
{
    height: 1.1rem;
}

/* eof my_coins */

/* modal shoping */
.open_cart_modal_chat
{
    position: absolute;
    bottom: 50px;
    width: 90%;
    left: 5%;
    display: none;
}
.open_cart_modal_error_chat
{
  top: 40%;
}
.open_cart_modal .modal-header
{
  border:0;
  border-bottom: 1px solid #ced4da;
  padding: 10px;
}
.open_cart_modal_item .modal-header
{
  border-bottom: 0px;
}
.open_cart_modal .modal-content
{
    border-radius: 25px;
}
.open_cart_modal .modal-title
{
    text-align: center;
    display: inline-block;
    width: 90%;
    font-size: 17px;
    margin: 0 auto;
}
.open_cart_modal .modal-dialog
{
    max-width: 400px;
}
.open_cart_modal .modal-body
{
    padding-top: 0;
    padding: 0;
    padding-bottom: 20px;
}
.open_cart_modal_chat .modal-body
{
    padding-bottom: 0px;
}
.open_cart_modal .shop_list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.open_cart_modal_chat .shop_list
{
    /*padding: 0 10px;*/
}
.open_cart_modal .shop_list > li
{
    border-bottom: 1px solid #ced4da;
    padding: 5px 10px;
}
.open_cart_modal .table .fas
{
    color: #0E77FF;
    cursor: pointer;
}
.open_cart_modal img
{
    max-width: 100%;
    /*max-height: 350px;*/
}
.open_cart_modal .table img{
    width: 100%;
}
.open_cart_modal_chat .table img
{
    width: auto;
    height: 50px;
}

.open_cart_modal .shop_list > li img
{
    width: 50px;
    border-radius: 10px;
    /*width: auto;*/
}
.open_cart_modal .close
{
    position: absolute;
    right: 15px;
    top: 11px;
}
.open_cart_modal .back, .open_cart_modal .back2
{
    left: 0;
}
.open_cart_modal_item .name
{
    text-align: left;
    font-size: 16px;
    padding: 10px 0 10px 20px;
    margin: 0;
}
.open_cart_modal_item .description
{
    color: #A0A0A0;
    padding: 10px 10px 10px 20px;
    margin: 0;
}
.open_cart_modal_item .price
{
    padding: 10px 10px 10px 20px;
    margin: 0;
}
.open_cart_modal_item .shop_list_confirm a
{
    text-decoration: none;
}
.open_cart_modal_item .shop_list_confirm
{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.open_cart_modal_item_confirm .pay_now
{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10px;
}
.open_cart_modal_item_confirm .pay_now a
{
  background-color: #0E77FF;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
}
.open_cart_modal_item_confirm .confirm_group.has_error label
{
  color:red;
}
.open_cart_modal_item_confirm .confirm_group.has_error .form-control
{
  border-color: red;
}

.open_cart_modal .learn_more a
{
    text-decoration: none;
}
.open_cart_modal .learn_more
{
    text-align: center;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.open_cart_modal_item_confirm label
{
  color: #A0A0A0;
  margin-bottom: 0;
}
.open_cart_modal_item_confirm .form-control
{
    border: 0;
    border-bottom: 1px solid #A0A0A0;
    border-radius: 0;
    padding-left: 0;
}
.open_cart_modal_item_confirm .form-control:focus {
    box-shadow: 0 0 0 0;
}
.open_cart_modal_item_confirm li
{
    padding: 10px !important;
}
.open_cart_modal_item_confirm li:nth-child(3), .open_cart_modal_item_confirm li:nth-child(4)
{
    border: 0;
}
.open_cart_modal_loading p
{
    color:#0E77FF;
    font-weight: bold;
}
.open_cart_modal_done p:first-child, .open_cart_modal_error p:first-child
{
    margin-top: 20px;
}
/*.open_cart_modal_done p:last-child
{
    margin-top: 40px;
    margin-bottom: 40px;
}*/
.open_cart_modal_done .modal-content
{
    background: transparent;
    border: 0;
}
.open_cart_modal_done p
{
    color: #27CD80;
    text-align: center;
}
.open_cart_modal_done p i, .open_cart_modal_error p i
{
    font-size: 150px;
}
.open_cart_modal_done
.open_cart_modal_error p
{
    color: #dc3545;
    text-align: center;
}
.open_cart_modal_done .back2
{
    color: #0E77FF;
    font-size: 14px;
    top: 18px;
}
#open_my_cart_modal_list
{
  display: none;
}
#open_my_cart_modal_list .what_sell_title,
#open_my_cart_modal_add .what_sell_title,
#open_my_cart_modal_edit .what_sell_title
{
    padding-left: 10px;
    margin: 0;
    margin: 10px 0;
}
#open_my_cart_modal_list .add_item_list,
#open_my_cart_modal_add .add_item_list,
#open_my_cart_modal_edit .add_item_list
{
    padding-left: 0px;
    margin-bottom: 15px;
}
#open_my_cart_modal_list .add_item,
#open_my_cart_modal_add .add_item,
#open_my_cart_modal_edit .add_item
{
    color: #0E77FF;
    border: 1px solid #0E77FF;
    padding: 3px 20px 5px;
    border-radius: 20px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}
/*5px 20px*/
#open_my_cart_modal_add .add_item.selected,
#open_my_cart_modal_edit .add_item.selected
{
    background: #0E77FF;
    color: #fff;
    cursor: pointer;
}
#open_my_cart_modal_add .form-group,
#open_my_cart_modal_edit .form-group
{
    padding: 10px 20px;
    margin: 0;
}
#open_my_cart_modal_add textarea,
#open_my_cart_modal_edit textarea
{
    resize: none;
}
#open_my_cart_modal_add label,
#open_my_cart_modal_edit label
{
    font-weight: bold;
}
#open_my_cart_modal_add .upload_item_image,
#open_my_cart_modal_edit .upload_item_image
{
    color: #0E77FF;
}
#open_my_cart_modal_add .uploaded_item_image,
#open_my_cart_modal_edit .uploaded_item_image
{
    margin-top: 10px;
    width: 100px;
    height: auto;
}
#open_my_cart_modal_add .uploaded_item_image_container,
#open_my_cart_modal_edit .uploaded_item_image_container
{
  display: inline-block;
  position: relative;
}
#open_my_cart_modal_add .uploaded_item_image_container .fas,
#open_my_cart_modal_edit .uploaded_item_image_container .fas
{
  position: absolute;
  color: #DE493D;
  bottom: -10px;
  right: -10px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}

#open_my_cart_modal_add .form-control,
#open_my_cart_modal_edit .form-control
{
    border-radius: 20px;
}

#open_my_cart_modal_add .add_item_button,
#open_my_cart_modal_edit .edit_item_button
{
    border:1px solid #0E77FF;
    color: #0E77FF;
    border-radius: 20px;
    padding: 5px 25px;
    cursor: pointer;
}

#open_my_cart_modal_add .confirm_group.has_error label,
#open_my_cart_modal_edit .confirm_group.has_error label
{
    color:#dc3545!important;
}
#open_my_cart_modal_add .confirm_group.has_error .form-control,
#open_my_cart_modal_edit .confirm_group.has_error .form-control
{
    border-color: #dc3545!important;
}

#open_my_cart_modal_add .confirm_group.has_success label,
#open_my_cart_modal_edit .confirm_group.has_success label
{
    color:#28a745!important;
}
#open_my_cart_modal_add .confirm_group.has_success .form-control,
#open_my_cart_modal_edit .confirm_group.has_success .form-control
{
    border-color: #28a745!important;
}


#open_my_cart_modal_list .my_list_div,
#open_my_cart_modal_list .my_history_list_div,
#open_cart_modal_list .profile_shop_list_div
{
  /*margin-top: 33px;*/
}

#open_cart_modal_history_list .sort_my_history_list,
#open_my_cart_modal_list .sort_my_list,
#open_cart_modal_list .sort_profile_shop_list
{
    color: #0E77FF;
    border: 0;
    padding: 5px 0;
    cursor: pointer;
    background: #fff;
}
#open_cart_modal_history_list .sort_my_history_list.active,
#open_my_cart_modal_list .sort_my_list.active,
#open_cart_modal_list .sort_profile_shop_list.active
{
    background: #0E77FF;
    color: #fff;
}

/* eof modal shoping */

/* my_coins*/

.business_active_wrapper
{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.business_active_wrapper label.name
{
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    display: block;
}

.switch{
    display: inline-block;
    height: 26px;
    position: relative;
    width: 180px;
    margin-top: 5px;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 20px;
}

input:checked + .slider {
    background-color: #66bb6a;
}

.slider:after {
    color:#fff;
    position: absolute;
    left: 10%;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 25px;
}

input:checked + .slider:after
{
    color:#fff;
    position: absolute;
    left: -10%;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 25px;
}

input:checked + .slider:before {
  transform: translateX(150px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* eof my_coins*/

.men_warning_msg_mobile.hide
{
    display: none;
}
.men_warning_msg_mobile
{
    position: absolute;
    background-color: #DE4A3E;
    color: #fff;
    z-index: 999;
    height: 100vh;
}

.men_warning_msg_desktop.hide
{
    display: none;
}
.men_warning_msg_desktop
{
    position: absolute;
    background-color: #DE4A3E;
    color: #fff;
    z-index: 999;
}
.men_warning_msg_mobile h2
{
    text-align: center;
    padding-top: 20px;
}
.men_warning_msg_desktop h2
{
    text-align: center;
    padding-top: 40px;
}
.men_warning_msg_mobile p
{
    font-size: 22px;
    padding: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    margin-top: 30px;
}
.men_warning_msg_desktop p
{
    font-size: 30px;
    padding: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
}
.men_warning_msg_desktop button
{
    margin-top: 50px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px 30px;
}
.men_warning_msg_mobile button
{
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px 30px;
}
.men_warning_msg_desktop button.done, .men_warning_msg_mobile button.done
{
    background-color: green;
    color:#fff;
}

.message_user_name_holder
{
    position: relative;
}

.delete_conversation_check
{
    display: none;
    height: 60px;
    float: left;
    padding-right: 15px;
    padding-left: 0px;
}
.delete_conversation_check i
{
    margin-top: 20px;
}

.delete_conversation_selector
{
    display: none;
    float: left;
    margin-left: 0px;
    padding: 6px 10px;
    cursor: pointer;
}
.delete_conversation_action
{
    float: left;
    padding: 6px 10px;
    cursor: pointer;
    display: none;
}
.delete_conversation_selector.open
{
    background-color: #ccc6;
}

.delete_conversation_selector.phone
{
    margin-left: 8px;
    padding: 7px 12px;
    text-align: center;
}
.delete_conversation_action.phone
{
    padding: 7px 12px;
    text-align: center;
}

.sort_unread_conversation
{
    display: none;
    float: left;
    padding: 6px 7px;
    cursor: pointer;
}
.sort_unread_conversation.open
{
    background-color: #ccc6;
}
.sort_unread_conversation.noclick
{
    color: #ccc6;
}

.sort_unread_conversation.phone
{
    padding: 7px 12px;
    text-align: center;
}

.sort_default_conversation
{
    display: none;
    float: left;
    padding: 6px 9px;
    cursor: pointer;
}
.sort_default_conversation.phone
{
    padding: 7px 12px;
    text-align: center;
}
.sort_default_conversation.open
{
    background-color: #ccc6;
}
.sort_default_conversation.noclick
{
    color: #ccc6;
}

.search_user_name,
.search_in_conversation
{
    position: relative;
}
.search_in_conversation
{
    display: none;
}

.search_user_name input,
.search_in_conversation input
{
    border: 0;
    border-radius: 0;
    padding-left: 10px;
    background-color: transparent;
}

.search_in_conversation input
{
    padding-left: 50px;
}

.search_user_name input:focus,
.search_in_conversation input:focus
{
    outline: none;
    outline-width: 0;
    box-shadow: 0 0 0;
    background-color: transparent;
}

.search_user_name_col:before
{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f002";
    position: absolute;
    top: 13px;
    left: -10px;
    z-index: 9;
}

.search_in_conversation_holder:before
{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f002";
    position: absolute;
    top: 13px;
    left: 21px;
    z-index: 9;
}
.search_user_name,
.search_in_conversation
{
    background-color: #eee;
    border-bottom: 1px solid #999;
}
.search_user_name
{
  padding: 3px 0 2px;
}
.search_in_conversation_settings
{
    display: none;
}

.message_container.highlighted
{
    background-color: #fc0;
    color: #000;
}
.message_container.current_highlighted
{
    background-color: #DE4A3E;
    color: #fff;
}
.move_to_next_found_message.active,
.move_to_prev_found_message.active
{
    color: #fc0;
}

.search_user_names_error
{
    text-align: left;
    padding: 5px 0 5px 30px;
    display: none;
}
