.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0.5em 1em !important;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: left !important;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.3em 0.1em 0 !important;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.border-success-light {
  border-color: #28a74594 !important;
}

.text-success-light {
  color: #28a74594;
}
.like-follower-comment-count-design {
  position: absolute;
  top: -5px;
  right: 15px;
}

.detail_page_scam_alert_desc > span {
  color: #757575 !important;
}

.swiperDesktopWFix {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
}

#modalLoginForm .close {
  top: 0px;
  right: 10px;
  z-index: 55;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 30px !important;
}

#modalVideo .close {
  right: 10px;

  z-index: 55;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 30px !important;
}

#modalLoginForm .modal-content {
  background-color: unset !important;
}

#modalLoginForm .modal-body {
  background: radial-gradient(265.48% 177.2% at 56.25% 100%, rgba(223, 240, 255, 0.2) 0%, rgba(76, 136, 188, 0.06) 0.01%, rgba(76, 136, 188, 0) 100%), radial-gradient(135.43% 210.8% at 100% 0%, rgba(211, 0, 17, 0.2) 0%, rgba(211, 0, 17, 0) 74.84%), #1d1d1d !important;
  border-radius: 12px !important;
  padding: 40px 0 !important;
}

.custom-modal-container {
  padding: 0 35px 0 !important;
  text-align: center;
}

.modal-content-left,
.modal-content-right {
  width: 450px;
}

.custom-modal-container .login-title {
  color: #f8f8f8;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: 0.8;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.custom-modal-container .login-form .login-form-field .login-form-field-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  border-width: 2px;
  height: 50px;
  letter-spacing: 0.02em;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
}

.login-tabs {
  background-color: unset !important;
  padding: 0 35px 0 !important;
  border-radius: 12px !important;
}

#pills-login .login-tabs {
  padding: 0 !important;
}

.login-tabs .nav-item .nav-link {
  border-radius: 5px !important;
  padding: 0.3rem 0.5rem !important;
}

.login-tabs .nav-item .nav-link.active {
  box-shadow: unset !important;
  background-color: rgba(255, 255, 255, 0.1);
  color: white !important;
}

.already-member a {
  color: #989898 !important;
}

.already-member a:hover {
  color: #fff !important;
}

/*CUSTOM MODAL CONTENT*/
/*ADD COMMENT*/
.custom-modal-add-comment {
  padding: 0 35px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom-modal-add-comment::before {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 50px;
  content: "";
  left: 0;
  position: absolute;
  top: 50px;
  width: 4px;
}

.custom-modal-add-comment .message-ballon {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 25px;
  opacity: 0.8;
  padding: 20px 25px;
  position: relative;
  width: 265px;
}

.custom-modal-add-comment .message-ballon::before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
  border-bottom-right-radius: 4px;
  bottom: -10px;
  content: "";
  height: 20px;
  left: calc(50% - 10px);
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}

.custom-modal-add-comment .message-ballon .invite-emoji {
  height: 26px;
  transform: rotate(-15deg);
  width: 26px;
}

.custom-modal-add-comment .invite-avatar {
  /*background-image: url("https://img.weldioo.com/90/100/100/webp/90_0.608055001654008637.png");*/
  background-clip: content-box;
  border: 6px solid rgba(255, 255, 255, 0.15);
  border-radius: 90px;
  height: 68px;
  margin-bottom: 4px;
  width: 68px;

  background-color: rgba(244, 244, 244, 0.05);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(191, 191, 191, 0.5);
  display: inline-flex;
  align-items: center;
  font-size: 5px;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  text-decoration: none;
}

.custom-modal-add-comment .invite-username {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 25px;
}

.custom-modal-add-comment .invite-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px !important;
}

.custom-modal-add-comment .invite-benefits .invite-benefit:not(:last-child) {
  margin-bottom: 12px;
}

.modalRegisterInputs {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.modalRegisterInputs::placeholder {
  color: rgba(255, 255, 255, 1) !important;
}

.modalRegisterInputs:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.modal-hr-span {
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 5px 20px;
  color: rgba(255, 255, 255, 1) !important;
  border-radius: 10px;
  width: 100%;
}

.modal-custom-hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: 100%;
}

.modal-already-member {
  color: #989898 !important;
}

.modal-already-member > a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.iti--allow-dropdown {
  width: 100% !important;
}

.socialbtn {
  display: flex;
  text-decoration: none;
  margin: 5px;
  cursor: pointer;
}

.SocialBtnContainer {
  width: 100%;
  height: 35px;
  background-color: #0088cc;
  color: white;
  text-align: center;
  line-height: 35px;
  font-family: Arial, sans-serif;
  border-radius: 5px;
}

.twitterbtn {
  background-color: #000;
}

.telegrambtn {
  background-color: #0088cc !important;
}

/* .webPushBtn {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  height: 0px;
}

.webPushBtn.active {
  opacity: 1;
  height: 35px;
} */
