html {
  height:100%;
}

body {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  font-family: 'DM Sans', sans-serif!important;
  letter-spacing: -0.006em!important;
  padding-right: 0!important;
}

input, textarea {
  outline: none;
}

*:focus {
  outline: none;
}

button:focus {
  outline: none!important;
}

.container {
  height: 100%;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
}

.container-timeline {
  font-family: 'DM Sans', sans-serif;
  margin: auto;
  max-width: 2051px;
}

.main-section-margin {
  margin-left: 60px;
}


.sex-form-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}

.sex-form-check-to-right {
  justify-content: flex-end;
}


@media (min-width: 576px) {
  .sex-form-center {
    justify-content: flex-end;
  }
}

@media (max-width: 575px) {
  .sex-form-center {
    justify-content: center;
  }
}

#filterBoxRowProfiles  .sex-form-check button {
  margin-top: 0!important;
}

.change-post {
  display: flex;
  flex-direction: column
}

.change-post a {
  padding-right: 20px;
}

.change-post-buttons {
  display: flex;
  flex-direction: row
}

.change-post .post-header-unsubscribe-confirmation {
  align-items: flex-start;
}

.gallery-disable {
  display: none!important;
}
.gallery-enable {
  display: block;
}

.images-gallery-button-back-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery-filtering-buttons {

}

.gallery-filtering-button {
  cursor: pointer;
}

.gallery-filtering-button-active {
  font-weight: bolder;
}

.more-content span {
  display: none;
}
.more-link {
  color: rgb(0, 123, 255)!important;
  display: block;
}

.more-link:hover {
  color: #0056b3!important;
}

.fixed {
  position: fixed!important;
  background-color: #34207d;
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 901px) {
  .user-login .fixed {
    padding-left: 76px!important;
  }
}

.owl-dots {
  display: none;
}

.container-timeline-not-logged hr {
  margin: 0;
}

.change-password .custom-form {
  margin: 0;
}

.change-password .custom-form-title {
  margin-bottom: 40px;
}
.change-password .form-submit-button {
  margin-top: 50px;
}

.comment-report-button .comment-report-button-home {
  width: 25px !important;
  height: 25px !important;
}

/*DESKTOP*/
@media only screen and (min-width : 1614px) {
  .container-timeline {
    width: 100%;
    padding: 0 10%;
    min-width: 1300px;
  }

  .home-container {
    padding: 0 5%;
  }
}

@media only screen and (min-width : 1459px) and (max-width : 1614px) {
  .home-container {
    width: 100%!important;
    padding: 0!important;
  }
}

@media only screen and (min-width : 1459px) {
  .home-for-logged-in-content {
    flex-basis:720px;
    position:relative;
    max-width:720px;
  }
}


@media only screen and (min-width: 1316px) and (max-width : 1458px) {
  .home-for-logged-in-content {
    flex-basis:570px;
    position:relative;
    max-width:570px;
  }
}

@media only screen and (min-width: 1316px) {
  .home-for-logged-in-wrapper > div {
    margin:0 20px 0 10px;
  }

  .home-for-logged-in-wrapper {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: center;
  }
}

@media only screen and (min-width : 1439px) and (max-width : 1613px) {
  .container-timeline {
    width: 83%;
    min-width: 1300px;
  }

  .container-timeline-not-logged  {
    width: 100%;
  }
}

@media only screen and (min-width : 1330px) and (max-width : 1439px) {
  .container-timeline {
    width: 87%;
    min-width: 1300px;
  }

  .container-fluid {
    width: 90%!important;
  }
}

@media only screen and (min-width : 1200px) and (max-width : 1330px) {
  .container-timeline {
    width: 91%;
  }

  .container-fluid {
    width: 91%!important;
  }
}

@media only screen and (min-width : 1199px) and (max-width: 1439px) {
  .images-profile {
    flex: 0 0 21% !important;
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .timeline {
    flex: 0 0 55% !important;
    max-width: 54%!important;
  }

}

@media only screen and (min-width: 769px) {
  .custom-form-title {
    font-size: 28px;
    height: 45px;
  }

  .form-submit-button {
    height: 42px;
    font-size: 16px;
  }

  .custom-form-view {
    width: 600px;
    font-size: 16px;
  }

  .custom-form-error-text,
  .custom-form-warning-text {
    font-size: 15px;
  }

  [type="file"] + label {
    font-size: 16px;
    padding: 7px 20px;
  }

  .container-fluid {
    width: 94%!important;
  }

  .nothing-found-header {
    font-size: 19px;
  }
}

/*TABLET*/
@media (max-width: 767px) {
  .profile-posts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nothing-found-header {
    font-size: 17px;
  }
}
@media only screen and (min-width : 755px) and (max-width : 1200px) {
  .container-timeline {
    width: 89%;
  }

  .container-timeline-not-logged {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .form-submit-button {
    height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 900px) {
  .custom-form-title {
    font-size: 24px;
    height: 45px;
  }
  .container-timeline {
    width: 100%!important;
  }
  .custom-form-view {
    width: 70%;
    font-size: 15px;
  }

  .custom-form-error-text,
  .custom-form-warning-text {
    font-size: 14px;
  }

  [type="file"] + label {
    font-size: 14px;
    padding: 6px 18px;
  }

  .main-section-margin {
    margin: 0;
  }
}

/*MOBILE*/
@media only screen and (max-width : 755px) {
  .container-timeline {
    width: 96%;
  }
}

@media only screen and (max-width : 550px) {
  .container-fluid {
    width: 100%!important;
  }
}

@media only screen and (max-width: 450px) {
  .custom-form-title {
    font-size: 22px;
    height: 40px;
  }

  .form-submit-button {
    height: 36px;
    font-size: 14px;
  }

  .custom-form-view {
    width: 90%;
    font-size: 14px;
  }

  .modal-input {
    height: 36px;
    font-size: 14px;
  }

  .custom-form-error-text,
  .custom-form-warning-text {
    font-size: 13px;
  }
}

.right {
  float: right;
}

.switchSmall {
  display: inline-block;
}
.switchSmall input {
  display: none;
}
.switchSmall small {
  display: inline-block;
  width: 32px;
  height: 16px;
  background: #455a64;
  border-radius: 30px;
  position: relative;
  top:3px;
  cursor: pointer;
}
.switchSmall small:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: .3s;
  box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.switchSmall input:checked ~ small {
  background: #4fc5c5;
  transition: .3s;
}
.switchSmall input:checked ~ small:before {
  transform: translate(16px, 0px);
  transition: .3s;
}

/* Search Bar */
.input-group {
  background: #34207d;
}

.no-padding {
  padding: 0!important;
}

.custom-form-view {
  margin: auto;
  height: auto;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}

.custom-form {
  margin: 40px 0;
}

.form-submit-button {
  background: #74D001;
  color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  font-weight: 500;
  border: 2px solid #74D001;
  float: right;
  margin-top: 40px;
}

.custom-form-view .form-input {
  float: left;
  display: inline-block;
  width: 87%;
  height: 45px;
  border-radius: 27px;
  border: 2px solid #e7e5ed;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

/* Custom Select */
.custom-form-view select {
  margin: 12px 30px 12px 0;
  position: relative;
  display: flex;
  width: 87%;
  height: 3em;
  line-height: 3;
  overflow: hidden;
  border-radius: 27px;
  border: 2px solid #e7e5ed;
  background-color: rgb(245, 245, 245);
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
  flex: 1;
  font-weight: lighter;
  cursor: pointer;
}

.custom-form-error {
  border-color: #ff6666!important;
}

.custom-form-warning {
  border-color: #ffc107 !important;
}

.custom-form-error-text {
  color: #EC2A4A!important;
  float: left;
  font-weight: 500;
  width: 100%;
  margin: -7px 0 12px 0;
  text-align: center;
}

.custom-form-warning-text {
  color: #fd7e14 !important;
  float: left;
  font-weight: 500;
  width: 100%;
  margin: 0 0 12px 0;
  text-align: center;
}

.custom-form-error-text-input-aligned {
  width: 87%;
}

.signUp-form-step-two .custom-form-error-text {
  margin-top: auto;
  width: 300px;
}

.custom-form-error-text li,
.custom-form-warning-text li {
  list-style-type: none;
}

.secondaryAction {
  margin-top: 20px;
}

.custom-form-title {
  font-weight: 500;
  color: #000;
}

textarea {
  height: 80px!important;
  padding: 10px 20px;
  resize: none;!important;
}

.modal-input {
  resize: none!important;
}

[type="file"] {
  display:none;
}

[type="file"] + label:not(.post-input-button):not(.card-button-icon) {
  background: #ec2a4a;
  border: 2px solid #ec2a4a;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  outline: none;
  margin-top: 10px;
  float: left;
}

input[type="date"] {
  background-color: transparent;
  content: attr(placeholder);
  line-height: 30px;

}

.file-input .label {
  float: left;
  line-height: 18px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  width: 100%;
}

.file-input {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

label {
  margin-bottom: 0!important;
}

.file-label {
  margin-left: 10px;
}

.file-input-preview-image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.preview-div, .preview-main-file-div {
  height: auto;
  width: 160px;
  float: left;
}

.preview-div {
  margin: 20px 20px 20px 0;
}

.preview-div-chat-buy-image {
    height: 177px;
    margin-top: 15px;
}

@media (min-width: 1002px) {
  .approved-files-update-or-create-entry > .preview-div {
    margin: 20px 0.5% 20px;
  }
}

@media (max-width: 1001px) {
  .approved-files-update-or-create-entry > .preview-div {
    margin: 20px 0 20px;
  }
}

.preview-element {
  font-weight: 500;
  height: 150px;
  width: 150px;
  float: left;
  margin: 3px 3px;
}

.remove-file:hover {
  cursor: pointer;
}

.approved-files {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-flow: wrap;
}


.approved-files-zero-margin-left {
  margin-left: 0;
}

.remove-file {
  display: none;
  float: right;
  padding: 3px 0 0 5px;
  background-color: transparent;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  z-index: -1;
  margin: -12px -10px 0 0;
}

.file-too-big-error-text {
  color: #EC2A4A!important;
  font-weight: 500;
  display: none;
}

.images-error-text {
  margin-top: 10px;
}

.error-text {
  color: #EC2A4A!important;
  font-weight: 500;
  width: 100%;
  float: left;
  margin: -9px 0 12px;
}

.errorlist {
  list-style: none;
}

.input-characters-length {
  font-weight: 500;
  width: 100%;
  float: left;
  margin: -9px 0 12px;
}

.request-title-length {
  margin: 5px 0 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  width: 87%;
  height: 45px;
  line-height: 43px;
  margin: 0 0 8px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #e7e5ed;
  background-color: #fff;
  border-radius: 27px;
  padding: 0 25px 10px;
  color: #000000;
  height: 45px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.search-select-filter {
  border: 2px solid #34207d;
  background: #34207d;
}

.search-select-textarea {
  resize: none;
  overflow: hidden;
}


.select-placeholder {
  color: #7F7777!important;
}

.select-styled:active:after, .select-styled.active:after {
  top: 14px;
  border-color: transparent transparent #7F7777 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  color: #000;
  overflow: auto;
  max-height: 215px;
  width: auto;
  height: auto;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}
.select-options li {
  margin: 0;
  padding-left: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  overflow: auto;
}
.select-options li:hover {
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.tags-input-box {
  margin: 13px 0 5px;
  height: auto;
}

.required-field-error-message {
  color: #EC2A4A!important;
  font-weight: 500;
  text-align: center;
}

.errorlist {
  padding-left: 0!important;
  margin-bottom: 0!important;
}

.more-margin-top {
  margin-top: 5px;
}

.disabled {
  cursor: not-allowed!important;
  opacity: 0.5;
}

.margin-bottom {
  margin-bottom: 30px!important;
}

.no-outline {
  outline: none;
}

.confirmation-view {
  height: 500px;
  font-size: 15px;
  font-weight: 500;
}

.remove-image-icon {
  color: #b3b3b3;
  margin-left: 10px;
}

.remove-image-icon:hover {
  color: #4d4d4d;
}

a {
  -webkit-appearance: none!important;
}

.message {
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.2);
  margin-right: 20px;
  padding-left: 0;
  text-align: center;
}

.message-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.close-message {
  width: 40px!important;
  height: 40px!important;
  z-index: 2147483647;
}

.close.close-message.close-message-only {
  background-size: 100% 100% !important;
}

.close-message-cross {
  margin-top: -3px;
  margin-right: 3px;
  font-weight: 100;
  color: white;
  font-size: 30px;
}

.close-message-cross:hover {
  color: #ffac32;
}

.expand-hide, .expand-button {
  cursor: pointer;
  margin: 23px 0;
}

.expand-hide-content, .expand-content {
  display: none;
}

.custom-arrow-icon {
  font-size: 20px!important;
  margin-bottom: -3px;
  margin-left: 5px;
}

.red-border {
  border-color: #ff6666!important;
  box-shadow: none!important;
}

@media only screen and (min-width : 1200px) and (max-width: 1295px) {
  .container-fluid {
    width: 100% !important;
  }
}

.input-custom {
  border-radius: 27px;
  border: 2px solid #e7e5ed;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  opacity: 1;
  font-weight: 500;
  color: #000;
  height: 45px;
}

.text-custom {
  font-weight: 500;
  font-size: 16px;
}

.contact-container {
  height: auto;
}

.contact-container-text, .login-container-text {
  height: 48px;
  margin-bottom: 0;
}

.contact-container .form-submit-button {
  margin-top: 47px;
}

.login-container .modal-input {
  width: 100%;
}

@media (max-width: 484px) {
  .login-container {
    width: 90%;
  }
}

@media (max-width: 340px) {
  .login-container .login-container-text {
    font-size: 13px;
  }
}

/* REACT MODAL */
.ReactOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000000000000;
}

.ReactModal {
  position: absolute;
  top: 53%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  max-width: 100%;
}

.ReactSpinnerContainer {
  z-index: 10000000000000000!important
}

.ReactSpinner {
  position: absolute!important;
  z-index: 1000000000000000000!important;
  top: 30%!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
}

.ReactSpinnerText {
  color: honeydew;
}

.infinite-scroll-component {
  overflow: unset!important;
}

.age_input {
  margin-bottom: 8px!important;
  box-shadow: none;
}

.city-help-text {
  font-size: 12px;
  margin-top: -15px;
  display: block;
}

.no-margin-top {
  margin-top: 0;
}

.hide-box-shadow {
  box-shadow: none;
}

.nothing-found-header {
  padding-left: 10px;
}

.alert-dismissible {
  z-index: 0;
  padding-right: 1.75rem!important;
}

.alert {
  padding: 0.75rem 1.75rem!important;
  margin-bottom: 0!important;
}

.new-message-dot-counter {
  text-align: center;
  font-size: 9px;
  color: #ffffff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%; /* To make it circular */
  background-color: #ff0000; /* Set the background color */
  animation: pulse 1.5s infinite ease-in-out; /* Add pulse effect */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.dot-message-plus {
  display: none;
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

@media (min-width: 2000px) {
  .home-carousel .owl-item {
    min-width: 129px!important;
  }

  .home-carousel .owl-stage {
    max-width: 100%!important;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1873px) {
  .offer-list {
    max-width: 100% !important;
  }
}

@media (min-width: 2110px) {
  .container-timeline {
    padding: 0;
    width: 80%;
  }
}

.city-filter {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 27px;
  border: 2px solid #34207d;
  background: #34207d;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #fff;
  opacity: 1;
  flex: 1;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  caret-color: #fff;
  padding: 0 25px 10px;
  margin: 0;
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .city-filter {
    height: 48px!important;
    line-height: inherit;
  }
}

@media only screen and (max-width: 1325px) {
  .city-filter {
    height: 40px!important;
    line-height: 37px;
  }
}

@media (max-width: 450px) {
  #crateOfferForm input, #crateOfferForm .select, #crateOfferForm textarea, #crateOfferForm .bootstrap-tagsinput {
    width: 100% !important;
  }
}

.star-image-icon {
  margin-right: 4px;
}

.star-image-icon-amount {
  line-height: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.container-timeline-first-element-pd-tp {
  padding-top: 40px;
}

.privacy-policy-container, .term-of-use-container {
  padding-left: 4%;
  padding-right: 4%;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.privacy-policy-container ul, .term-of-use-container ul {
  margin-bottom: 0;
}
.privacy-policy-container p, .term-of-use-container p {
  margin-bottom: 0;
}

.static-page-header {
  margin-bottom: 25px;
}

.password-change-reset-link {
  width: 87%;
  float: left;
  text-align: right;
  margin-bottom: 1.3rem;
}

.form-button-aligned-to-inputs {
  margin-right: 13%;
}

.change-password-form {
  height: auto;
  overflow: hidden;
}

.modal-open {
  padding-right: 0!important;
  overflow: visible!important;
}

.payout-confirm-back-button {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .payout-confirm-buttons {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .payout-confirm-back-button {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 400px) {
  .expand-hide, .expand-button {
    height: unset!important;
    padding: 10px!important;
    font-size: 12px!important;
  }

}

.fa-info-circle {
  font-size: 12px;
}

.tooltip-icon {
  position: absolute;
  top: 0;
  right: -7px;
}

.tooltip {
  z-index: 999999999999999999!important;
}

.text-overflow-table {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}

@media (max-width:521px) {
  .token-history-table.table td, .token-history-table.table th {
    padding: 0.25rem
  }

  .token-history-table {
    font-size: 12px;
  }

}

.payout-confirm-text {
  font-size: 1rem;
}

.fw-500 {
  font-weight: 500;
}

.gg-close {
  /* This value will multiple the actual size  */
  --ggs: 0.6;
  border: 1px solid transparent!important;
  width: 1px!important;
  height: 1px!important;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.photo-request-send-button {
  float: right;
  border-radius: 23px;
  background-color: #75d001;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 45px;
  margin-right: 15px;
}

.coins-star-icon-small {
  width: 12px!important;
  height: 12px!important;
  margin-bottom:-2px!important;
}

/* .photo-request-photo-icon {
  filter: brightness(0) saturate(100%) invert(12%) sepia(79%) saturate(2549%) hue-rotate(245deg) brightness(94%) contrast(99%);
  opacity: 0.7;
} */  /* remove style of old icon */

.photo-request-additional-requests {
  word-break: break-word;
}

.faq-line-container {
  line-height:1.38;
  margin-top:0pt;
  margin-bottom:0pt;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-paragraph {
  font-size:11pt;
  font-family:Arial;
  color:#000000;
  background-color:transparent;
  font-weight:400;
}

.faq-header {
  font-size:11pt;
  font-family:Arial;
  color:#000000;
  background-color:transparent;
  font-weight:700;
  width: 100%;
  padding-right: 15px;
}

.section-header {
  padding-left: 5px;
}

a {
  text-decoration: none!important;
}

.profile-logged-in {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  right: 0;
  border: 2px solid white;
  border-radius: 50px;
  background-color: #1fdb1c;
}

.profile-logged-in-entry {
  bottom: 7px;
}

@media (max-width: 900px) {
  .profile-logged-in-smaller {
    width: 12px!important;
    height: 12px!important;
    bottom: -2px!important;
    right: -2px!important;
  }
}

.create-post-relation-btn {
  border-radius: 50px;
  padding: 5px 10px;
  background: #d00135;
  border: 1px solid #d00135;
  color: white;
  font-weight: bold;
  width: 40%;
  height: 40px;
}

.create-post-relation-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 450px) {
  .create-post-relation-btn {
    width: 49%;
    height: auto;
    font-size: 14px;
  }
  .create-post-relation-btn-wrapper {
    gap: 3px;
  }
  .create-post-btn {
    width: 40%;
  }

  .create-relation-btn {
    width: 58%;
  }
  .create-post-relation-btn-wrapper {
    padding: 0 5px;
  }
}

.btn-active {
  border: 1px solid #4c0013;
}


.signUp-form-pagination-container {
  display: flex;
  justify-content: center;
}

.signUp-form-pagination {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signUp-form-pagination-active {
    background-color: rgba(0,0,0,.1);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.ReactOverlay {
  max-width: 100%;
}

.signup-container {
  background-color: #F2F4FF;
}

.signup-container-video-image {
  background-color: transparent;
  overflow-x: hidden;
/* rgba(242, 244, 255, 1) */
}



.signup-video-background {
  position: absolute;
  top: 0;
  /*left: -56px;*/
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 900px) {
  .signup-video-background {
    /*left: 0;*/
  }
}

.arrow-down-wrapper-feed {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 10px;
    left: calc(47vw - 300px);
    z-index: 1;
}

.arrow-down-wrapper-feed-centered {
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-down-feed {
    background: url("../assets/icons/arrow-down-feed.svg") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 1315px) {
  .arrow-down-wrapper-feed {
    display: none;
  }
}

.verified-icon {
    background: url("../assets/icons/verified.svg") no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.verified-offer-badge {
  height: 34px;
  margin-right: 0;
  margin-left: 2px;
}

.global-notification {
    position: relative;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #f5f5f8;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.global-notification-rounded {
    border-radius: 14px;
    margin-bottom: 10px;
}

.link-like-style:hover {
  color: #007bff!important;
}
.link-like-style {
  color: #007bff!important;
  cursor: pointer!important;
}

.expandable {
  display: none;
}

.my-account-agent-email-container {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.my-account-email-input {
  margin: 0!important;
  float: unset!important;
  width: 220px!important;
}

.confirm-email-icon-button {
    background: url("../icons/signup/confirm-check-mark.svg")no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    cursor: pointer;
}

.blocked-content {
  cursor: not-allowed!important;
  border: 1px solid #f2f2f2 !important;
}

.agent-email-tag {
  background-color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  display: inline-flex;
  margin-top: 12px;
  color: #666666;
  position: relative;
}

.agent-remove-button {
  cursor: pointer;
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  position: absolute;
  right: -8px;
  top: -2px;
  font-size: 18px;
}

.agent-removal-confirmation-wrapper {
  padding: 13px 20px;
  background-color: #fff5f5;
  border-radius: 12px;
  margin-top: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.removal-account-confirmation-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.agent-removal-confirmation-text {
  text-align: center;
}

.agent-rates-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  gap: 5px;
  flex-wrap: wrap;
}

.agent-rate-input {
  margin: 0!important;
  float: unset!important;
  width: 100px!important;
  box-shadow: none;
}

.agent-rate {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}

.blocked-text {
  cursor: not-allowed!important;
  color: #d9d9d9!important;
}

.blocked-text:hover {
  color: #d9d9d9!important;
}

#SfxPopper {
  z-index: 9999999999999999999999999999 !important;
  position: relative;
}

.FIE_topbar-reset-button {
  visibility: hidden;
}

.grecaptcha-badge {
  z-index: 999999999999999;
}

@media (max-width: 348px) {
  emoji-picker {
    --category-emoji-size: 19px;
  }
}

.emoji-picker {
  z-index: 100;
}

.emoji-picker-icon {
  background-image: url("../icons/happy_face_emoji_emotion_smile_icon.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  cursor: pointer;

}


.chat-user-popup-input .emoji-picker {
  bottom: unset!important;
  top: 44px!important;
  /*right: 0;*/
  position: absolute!important;
}

.emoji-picker-input-wrapper .emoji-picker-icon {
  left: 89%;
  bottom: 47px;
}

.emoji-picker-input-wrapper .emoji-picker {
  bottom: 126px;
  right: 30px;
}

@media (max-width: 420px) {
    .chat-user-popup-input .emoji-picker {
      left: -17px !important;
    }
    .emoji-picker-input-wrapper .emoji-picker {
      left: 0 !important;
      position: absolute!important;
      bottom: 126px!important;
    }
}

.media-modal-choice-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
}

.media-modal-choice {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 50%;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 4px solid #DED8F5;
    padding-bottom: 6px;
    cursor: pointer;
}

.media-modal-choice-active {
    border-bottom-color: #35207E;
}

.floatingButtonWrap {
  display: none;
  position: fixed;
  bottom: -99px; /* Default bottom position so it will not briefly appear on refresh or change URL path. */
  right: 15px;
  z-index: 9999;
  transition: transform 0.3s ease-out; /* Smooth transition for transform */
}

/* Style for the chat popup container */
#chat-popup-container {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Updated to make bounce animation run for 1 second */
.chat-bubble {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #faf9fc;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(0); /* Ensure bubbles stay visible in resting state */
  visibility: visible;
  opacity: 1;
  animation: flyIn 0.5s ease forwards, bounce 1s ease-in-out 1; /* Bounce runs for 1 iteration (1s) */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Hover effect for the bubble */
.chat-bubble:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Profile image inside the bubble */
.chat-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  image-rendering: crisp-edges; /* Makes images sharper on upscaling */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Notification dot inside the bubble */
/*.chat-bubble::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}*/

/* Updated bounce animation (no infinite loop) */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px); /* Move slightly up */
  }
  50% {
    transform: translateY(0); /* Back to the original position */
  }
  75% {
    transform: translateY(-5px); /* Slight second bounce */
  }
  100% {
    transform: translateY(0); /* Final resting position */
  }
}

/* Fly-in animation (initial entrance) */
@keyframes flyIn {
  0% {
    transform: scale(0) translateY(100%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}



/* Add this to synchronize the bounce effect */
.chat-bubble:nth-child(1) {
  animation-delay: 0s; /* First bubble starts immediately */
}

.chat-bubble:nth-child(2) {
  animation-delay: 0.5s; /* Second bubble starts with slight delay */
}

.chat-bubble:nth-child(3) {
  animation-delay: 1s; /* Third bubble starts with more delay */
}

@media (min-width: 768px) {
  .chat-bubble {
    width: 80px; /* Adjust the size as needed */
    height: 80px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .chat-bubble::after {
    top: 10px; /* Adjust positioning for larger bubbles */
    right: 10px;
    width: 14px; /* Larger notification dot */
    height: 14px;
  }
}

.floatingButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #74D001;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 13px;
  right: 0; /* Keep the button aligned to the right */
}

.floatingButtonIcon {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-in-out;
}

/* Show floating button only on mobile and tablet screens */
@media (max-width: 768px) {
  .floatingButtonWrap {
    display: block;
  }
}

/* Slide-in animation */
@keyframes slideIn {
  from {
    transform: translateY(100px); /* Starts from below the screen */
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Slide-out animation for hiding the button */
@keyframes slideOut {
  from {
    transform: translateY(0); /* Start at the current position */
    opacity: 1;
  }
  to {
    transform: translateY(100px); /* Slide down */
    opacity: 0;
  }
}

/* Applying slideIn and slideOut animations */
.floatingButtonWrap.slideIn {
  animation: slideIn 0.3s ease-out forwards;
}

.floatingButtonWrap.slideOut {
  animation: slideOut 0.3s ease-out forwards;
}

/* Style for non-existing account - message */
.message-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.warning-message-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 150px;
  position: relative;
}

.message-icon {
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  top: 70px;
  border-radius: 50%;
  position: absolute;
}

.warning-main-title {
  font-size: 39px;
  color: black;
  margin: 0;
}

.warning-sub-title {
  font-size: 19px;
  color: #666;
  margin-top: 5px;
  line-height: 1.5;
  padding-bottom: 400px;
}

@media (max-width: 579px) {
  .message-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .warning-message-header {
    padding-top: 100px;
  }

  .message-icon {
    width: 150px;
    height: 150px;
    top: 50px;
  }

  .warning-main-title {
    font-size: 28px;
  }

  .warning-sub-title {
    font-size: 16px;
    padding-bottom: 450px;
  }
}

@media (max-width: 470px) {
  .message-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .warning-message-header {
    padding-top: 80px;
  }

  .message-icon {
    width: 120px;
    height: 120px;
    top: 40px;
  }

  .warning-main-title {
    font-size: 24px;
  }

  .warning-sub-title {
    font-size: 14px;
    padding-bottom: 440px;
  }
}

@media (max-width: 405px) and (min-width: 330px) {
  .message-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .warning-message-header {
    padding-top: 60px;
  }

  .message-icon {
    width: 100px;
    height: 100px;
    top: 30px;
  }

  .warning-main-title {
    font-size: 20px;
  }

  .warning-sub-title {
    font-size: 12px;
    padding-bottom: 450px;
  }
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 0;
}

.fill-all-language-fields-error {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    color: #EC2A4A !important;
    font-weight: 500;
    align-items: center;
    margin-bottom: 15px;
}

.replay-icon {
    color: white;
    background-image: url("../icons/replay-icon.svg");
    background-size: contain;
    height: 18px!important;
    width: 18px!important;
    margin-top: 0 !important;
}


.progress-percentage {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.progress-bar {
  background-color: #34207d!important;
}

.locked-vid {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  height: 3rem;
  display: flex;
  align-items: center;
}

.locked-vid-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/icons/locked-vid.svg");
    width: 1.7rem;
    height: 1.7rem;
    margin-bottom: -15px;
    filter: invert(1);
}

.retry-pulse {
  animation: pulse 1s infinite;
  background-color: rgba(255, 165, 0, 0.7); /* Orange with transparency */
}

.upload-failed {
  background-color: rgba(255, 0, 0, 0.7) !important; /* Red with transparency */
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.tabpanel {
    scrollbar-color: #ccc transparent!important;
    scrollbar-width: thin!important;
}

/* UX-Friendly Theme Widget */
.theme-widget {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000000000;
}

.theme-toggle-btn {
    position: relative;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 28px 0 0 28px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    cursor: pointer;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translateX(16px);
}

.theme-toggle-btn:hover {
    transform: translateX(0);
    box-shadow: -8px 0 25px rgba(0, 0, 0, 0.25);
}

.theme-toggle-btn:active {
    transform: translateX(4px);
    transition: transform 0.1s;
}

/* Icon container */
.theme-icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
}

.theme-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    transition: all 0.4s ease;
}

/* Light mode - show moon icon */
.theme-toggle-btn[data-theme="light"] .theme-icon-light {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg) scale(0.8);
}

.theme-toggle-btn[data-theme="light"] .theme-icon-dark {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

/* Dark mode - show sun icon */
.theme-toggle-btn[data-theme="dark"] {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.theme-toggle-btn[data-theme="dark"] .theme-icon-light {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    color: #ff6b35;
}

.theme-toggle-btn[data-theme="dark"] .theme-icon-dark {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
}

/* Tooltip */
.theme-tooltip {
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%) translateX(10px);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.theme-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
}

.theme-toggle-btn:hover .theme-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Dark mode tooltip styling */
body.dark .theme-tooltip {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
}

body.dark .theme-tooltip::after {
    border-left-color: rgba(255, 255, 255, 0.9);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .theme-toggle-btn {
        width: 48px;
        height: 48px;
        border-radius: 24px 0 0 24px;
        transform: translateX(12px);
    }

    .theme-toggle-btn:hover {
        transform: translateX(0);
    }

    .theme-icon {
        font-size: 18px;
    }

    .theme-tooltip {
        display: none; /* Hide tooltip on mobile to avoid interference */
    }
}

/* Accessibility improvements */
.theme-toggle-btn:focus {
    outline: 3px solid #4a90e2;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .theme-toggle-btn,
    .theme-icon,
    .theme-tooltip {
        transition: none;
    }
}
