/* bootstrap modal  */
body.modal-open {
  /*overflow-y: hidden;*/
}
.modal-open .modal,
body.modal-open {
  /*padding-right: 6px!important;*/
  padding-right: 0px !important;
}
.modal-open .modal {
  /*padding-right: 6px!important;*/
  padding-right: 0px !important;
}
/* bootstrap modal  */

/* share post popup start  */
body.common_popup_bg {
  overflow: hidden;
}
.dis_common_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
  text-align: center;
  /* display: flex;
align-items: center;
justify-content: center; */
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  height: auto;
  padding: 15px 0;
}
.dis_common_popup:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 1px;
  display: inline-block;
}
.common_popup_inner {
  width: 100%;
  max-width: 600px;
  min-height: 350px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px) rotateY(10deg);
  -webkit-transform: translateY(-50px) rotateY(10deg);
  -moz-transform: translateY(-50px) rotateY(10deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding: 20px 50px;
}
.dis_common_popup.dis_sharepost_popup.open_commonpopup,
.dis_common_popup.dark_popup.open_commonpopup,
.dis_common_popup.app_download.open_commonpopup,
.dis_common_popup.dis_embed_urlvideo.open_commonpopup, .dis_common_popup.dis_language_modal.open_commonpopup {
  opacity: 1;
  visibility: visible;
}
.dis_common_popup.dis_sharepost_popup.open_commonpopup > .common_popup_inner,
.dis_common_popup.dark_popup.open_commonpopup > .common_popup_inner,
.dis_common_popup.app_download.open_commonpopup > .common_popup_inner,
.dis_common_popup.dis_embed_urlvideo.open_commonpopup > .common_popup_inner, .dis_common_popup.dis_language_modal.open_commonpopup  > .common_popup_inner{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) rotateY(0deg);
  -webkit-transform: translateY(0px) rotateY(0deg);
  -moz-transform: translateY(0px) rotateY(0deg);
}
.common_popup_inner .popup_heading {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 600;
}
.common_popup_inner .share_social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.common_popup_inner .share_social li {
  display: inline-block;
  margin: 5px;
}
.common_popup_inner .share_social .sharepost_icon {
  width: 60px;
  height: 60px;
  background: #f4f4f4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_popup_inner .sharepost_link .link_input {
  /* height: 50px; */
  /* line-height: 50px; */
  margin: 0;
  /* border-color: rgb(150, 150, 150); */
  background-color: rgb(235, 235, 235);
  border: none;
  resize: none;
  width: 100%;
  color: #40404c;
  padding: 14px 10px;
  max-height: 49px;
  word-break: break-all;
  font-size: 14px;
}
.common_popup_inner .sharepost_link .link_input:focus {
  outline: none;
}
.sharepost_link .share_copybox {
  background: #969696;
  display: flex;
  height: 50px;
  line-height: 50px;
  min-width: 100px;
  justify-content: center;
  cursor: pointer;
}
.common_popup_inner .sharepost_link {
  position: relative;
  width: 100%;
  /* max-width: 490px; */
  margin: auto;
  margin-top: 24px;
  display: flex;
}
.share_copyicon,
.share_copytext {
  justify-content: center;
  align-self: center;
  color: #fff;
  margin: 0px 3px;
}
.share_copybox .share_copyicon {
  margin-top: 5px;
}
.share_copybox .share_copytext p {
  margin: 0;
  padding: 0;
}
.common_popup_inner .share_social .sharepost_icon.facebook {
  background: #3a549f;
}
.common_popup_inner .share_social .sharepost_icon.twitter {
  background: #000000;
}
.common_popup_inner .share_social .sharepost_icon.discovered {
  background: #ec5721;
}
.common_popup_inner .share_social .sharepost_icon.pinterest {
  background: #c42027;
}
.common_popup_inner .share_social .sharepost_icon.linkedin {
  background: #0077b7;
}
.common_popup_inner .share_social .sharepost_icon.live {
  background: #00aae3;
}
.common_popup_inner .share_social .sharepost_icon.skype {
  background: #dee1ff;
}
.common_popup_inner .share_social .sharepost_icon.tumblr {
  background: #375672;
}
.common_popup_inner .share_social .sharepost_icon.reddit {
  background: #f74300;
}
.common_popup_inner .share_social .sharepost_icon.blogger {
  background: #f39305;
}
.common_popup_inner .share_social .sharepost_icon.whatsapp {
  background: #1ad03f;
}
.common_popup_inner .share_social .sharepost_icon.discovered svg path {
  fill: #ffffff;
}
.common_popup_inner .share_social li:last-child {
  margin-right: 0;
}
.share_social .sharepost_name {
  color: #000;
  margin-top: 5px;
  text-transform: capitalize;
  font-size: 12px;
  font-family: var(--muli-font);
}
.dis_common_popup .common_close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* border: 1px solid #dbdbdb; */
  cursor: pointer;
}
.common_close > svg path {
  fill: #777777;
}

/* center modal start */
.modal-centered  {
  text-align: center;
}
.modal-centered .modal-body {
    position: relative;
    padding: 30px;
}
.modal-centered .modal-dialog {
  display: inline-block;
  vertical-align: middle;
text-align: left;
  transform: translateY(-50px);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  opacity: 0;
}
.modal.in.modal-centered .modal-dialog{
  transform: translateY(0);
  opacity: 1;
}
.modal-centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.theme_dark .modal-backdrop {backdrop-filter: blur(11px);}
.theme_dark .modal-backdrop.in {
    opacity: 0.8;
}
@media (max-width: 576px) {

  .modal-centered {
    text-align: left; /* avoid center alignment issues */
  }

  .modal-centered:before {
    display: none;
  }

  .modal-centered .modal-dialog {
    display: block;
    width: auto;
    margin: 10px;
    transform: translateY(0); /* disable animation shift on small screens */
    opacity: 1;
  }

  .modal-centered .modal-body {
    padding: 20px;
  }
}

@media (min-width: 577px) and (max-width: 991px) {

  .modal-centered .modal-dialog {
    width: 90%;
    max-width: 600px;
  }

  .modal-centered .modal-body {
    padding: 25px;
  }
}
@media (min-width: 992px) {

  .modal-centered .modal-dialog {
    width: 600px;
  }

  .modal-lg {
    width: 900px;
  }

  .modal-sm {
    width: 400px;
  }
}
/* center modal end */
/* share post popup End  */
.theme_dark .app_download .popup_heading {
  color: #ffff;
}
.theme_dark .dis_common_popup .common_close svg path {
  fill: var(--white_color);
  opacity: 0.5;
}
.theme_dark .dis_common_popup{
  background-color: rgba(23, 32, 37, 0.91);
}
.theme_dark .common_popup_inner {
  background-color: var(--sec_bg_color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.52);
}
.theme_dark .modal-content,
.theme_dark .modal-body{
  background: var(--sec_bg_color);
}
.theme_dark .form-control {
  border-color: var(--border_color);
  background: transparent;
  color: var(--text_color);
  box-shadow: none;
}
.theme_dark .modal-header {
  border-color: var(--border_color);
}
.theme_dark .modal-header .close {
  opacity: 1;
}
.theme_dark .modal-header .close span {
  color: var(--white_color);
  text-shadow: none;
}
