:root {
  /* change mode */
  --change-mode-bg: #f0f0f0;
  --change-mode-letters: #535763;
  --change-mode-active: white;
  --change-picture-icon: #606060;

  --dark-gray: #585857;
  --background-color: #ffffff !important;
  --nav-logo: url("../images/menu-figma-2022/unlok-black-nav.png");
  --text-color: #121212;
  --subtitle-color: #585857;
  --webkit-filter: invert(0);
  /* safari 6.0 - 9.0 */
  --filter: invert(0);
  --frame-logo: url("../images/homepage-figma-2022/unlok-match-light.png");
  --btn-color: #4e4d4d;
  --bold: 600;
  --unlok-plus-homepage: url("../images/homepage-figma-2022/unlok-plus-homepage-light.png");
  --unlok-plus-header: url("../images/homepage-figma-2022/unlok-plus-homepage-light.png");
  --unlok-shotouts-homepage: url("../images/homepage-figma-2022/unlok-shotouts-homepage-light.png");
  --unlok-burger-icon: url("../images/menu_burger_icon_black.svg");
  --unlok-burger-icon-white: url("../images/menu_burger_icon_white.svg");
  --unlok-logo-icon: url("../images/black_logo_unlok.svg");
  --unlok-logo-icon-white: url("../images/white_logo_unlok.svg");
  --unlok-homepage-logo: url("../images/homepage_unlok_logo_black.svg");
  --earnings-button-border: 1px solid black;

  --footer-text-color: #333;
  --background-color-footer: white;

  --active-menu: #e6e6e6;

  /* news feed */
  --unlok-match-gif-logo: url("../images/unlok_match_light_2.gif");
  --feeds-author-name: #474747;
  --fa-coins: gray;
  --fa-locked: white;

  /* menu */
  --menu-background-color: white;
  --menu-letters: #535763;
  --menu-option: #535763;
  --menu-letters-active: white;

  /* profile */

  --text-color-profile: #333;
  --border-icons: 0px;
  --unlok-plus-gif: url("../images/unlok_gallery_logo_2.gif");
  --filter-image-menu: invert(0);
  --text-header-menu: #4e4d4d;
  --btn-credits: #008092;
  --btn-friends: #848484;

  --likes-title: #474747;

  --comment-feed: #848484;

  /* Profile */

  --inline-profile: #333;

  /* messages */
  --text-color-messages: #7f8080;
  --color-input-messages: #575757 !important;
  --text-color-btn-like: #868686 !important;
  --background-color-modal: #ffffff;

  /* Home */
  --active: #474747;

  /* credits */
  --text-color-credits: rgba(0, 0, 0, 0.54);
  --price-box: #f6f5f5;
  --background-alert: rgba(255, 255, 255, 0.84);

  /* Options */
  --freshy_input: #f2f2f1;
  --selection: #f4f4f4;

  --unselected-li: #171717;
}

[data-theme="darkx"] {
  /* change mode */
  --change-mode-bg: #29303c;
  --change-mode-letters: #d1d3d4;
  --change-mode-active: rgb(209, 211, 212, 0.2);
  --change-picture-icon: #018093;

  /* menu */
  --menu-background-color: black;
  --menu-letters: white;
  --menu-option: white;
  --menu-letters-active: white;

  --dark-gray: #ffffff;
  --background-color: #0f1621 !important;
  --nav-logo: url("../images/menu-figma-2022/unlok-white-nav.png");
  --text-color: #f5f6fa;
  --subtitle-color: #f5f6fa;
  --webkit-filter: invert(0.8);
  /* safari 6.0 - 9.0 */
  --filter: invert(0.8);
  --frame-logo: url("../images/homepage-figma-2022/unlok-match-dark.png");
  --btn-color: #f5f6fa;
  --bold: 400;
  --unlok-plus-homepage: url("../images/homepage-figma-2022/unlok-plus-homepage-dark.png");
  --unlok-plus-header: url("../images/homepage-figma-2022/unlok-plus-homepage-dark.png");
  --unlok-shotouts-homepage: url("../images/homepage-figma-2022/unlok-shotouts-homepage-dark.png");
  --unlok-burger-icon: url("../images/menu_burger_icon_white.svg");
  --unlok-burger-icon-white: url("../images/menu_burger_icon_white.svg");
  --unlok-logo-icon: url("../images/white_logo_unlok.svg");
  --unlok-logo-icon-white: url("../images/white_logo_unlok.svg");
  --unlok-homepage-logo: url("../images/homepage_unlok_logo_white.svg");
  --earnings-button-border: 1px solid white;

  --footer-text-color: #f5f6fa;
  --background-color-footer: #0f1621;

  --active-menu: black;

  /* news feed */
  --unlok-match-gif-logo: url("../images/unlok_match_dark_2.gif");
  --feeds-author-name: #ffffff;
  --fa-coins: #ffffff;
  --fa-locked: gray;

  /* profile */
  --text-color-profile: #ffffff;
  --border-icons: 1px;
  --unlok-plus-gif: url("../images/homepage-figma-2022/unlok-plus-dark.gif");
  --filter-image-menu: brightness(0) invert(1);
  --text-header-menu: #ffffff;

  --btn-credits: #f5f6fa;
  --btn-friends: #ffffff;

  --likes-title: #ffffff;

  --comment-feed: #ffffff;

  /* Profile */

  --inline-profile: #ffffff;

  /* messages */
  --text-color-messages: #7f8080;
  --color-input-messages: #ffffff !important;
  --text-color-btn-like: #ffffff !important;

  --background-color-modal: #121212;

  /* Home */
  --active: #ffffff;

  /* Credits */
  --text-color-credits: rgb(255, 255, 255);
  --price-box: #121212;
  --background-alert: #121212;

  /* Options */
  --freshy_input: #000000;
  --selection: #000000;

  --unselected-li: #585857;
}

@media only screen and (max-width: 768px) {
  .new-menu-window {
    background-color: var(--background-color);
  }
}

.new-menu-element {
  color: var(--menu-letters);
}

.new-menu-element svg,
.new-menu-element path {
  fill: var(--menu-option);
}

.new-menu-active svg,
.new-menu-active path {
  fill: var(--menu-letters-active);
}

.new-menu-active {
  color: var(--menu-letters-active);
}

.new-avatar {
  color: var(--menu-letters);
}

.new-menu-element:hover,
.new-menu-element:active {
  color: var(--menu-letters);
}

.new-avatar-change-icon path {
  fill: var(--change-picture-icon);
}

body {
  background-color: var(--background-color) !important;
}

#options {
  background-color: var(--background-color);
}

.archived-extend-layout .archived-name h3 {
  color: white;
}

.archived {
  padding: 0 !important;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/unlok-logo.png") center no-repeat;
  background-size: 30%;
  background-color: black;
}

.row-nav-content {
  background-color: var(--background-color);
}

.hed {
  background-color: var(--background-color);
}

.gpt-response,
.gpt-response-manual {
  border-radius: 30px;
  padding: 10px 15px;
  border: 1px solid gray;
  color: gray;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.gpt-response-manual {
  color: indianred;
  border: 1px solid indianred;
  margin-top: 20px;
}

#gpt-response-heading {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
}

.mna {
  background-color: var(--background-color);
}

.nav-logo {
  content: var(--nav-logo);
}

.new-change-mode {
  background-color: var(--change-mode-bg);
  color: var(--change-mode-letters);
}

.new-change-mode path {
  fill: var(--change-mode-letters);
}

.new-colour-selection-active {
  background-color: var(--change-mode-active);
}

.freshy-input {
  background-color: var(--freshy_input);
  color: #575757 !important;
  border: 0;
  width: 50%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 9.3px rgb(38 38 38 / 25%);
}

/* css for login page */

.login-unlok-logo {
  filter: var(--filter);
  -webkit-filter: var(--webkit-filter);
}

.sub-header {
  display: flex;
  color: var(--text-color);
  line-height: 30px;
}

.colo-input {
  font-family: "Poppins";
  border: none;
  border-bottom: 1px solid #cdcccc;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: var(--background-color);
  color: var(--text-color);
}

.colo-input::placeholder {
  color: var(--text-color);
}

.profile-btn-empty {
  width: 100%;
  border: 1px solid #008092;
  box-sizing: border-box;
  border-radius: 40px;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: var(--bold);
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
  color: var(--btn-color);
  padding: 0;
  height: 30px;
  background: var(--background-color);
}

.profile-btn-credits {
  width: 100%;
  border: 1px solid #008092;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
  color: var(--btn-credits);
  padding: 0;
  height: 30px;
  background-color: var(--background-color);
}

.profile-btn-friends {
  width: 45%;
  border: 1px solid #008092;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
  color: var(--btn-friends);
  padding: 0;
  height: 30px;
  background-color: var(--background-color);
}

.profile-btn-empty2 {
  width: 100%;
  border: 1px solid #06b4a8;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: var(--bold);
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
  color: #06b4a8;
  padding: 0;
  height: 30px;
  background: var(--background-color);
}

.profile-btn-empty-homepage {
  width: 100%;
  border: 1px solid #008092;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: var(--bold);
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
  color: var(--btn-color);
  padding: 0;
  height: 30px;
  background: var(--background-color);
}

.col-xs-12 a {
  font-family: "Poppins";
  color: var(--text-color);
}

.col-xs-12 .footer {
  color: var(--footer-text-color);
}

.col-xs-12 h3 {
  color: var(--subtitle-color);
}

.col-xs-12 h2 {
  color: var(--subtitle-color);
}

/* b {
    color: var(--subtitle-color);
     font-size: 10px;
    margin-top: 3px;
    font-weight: 100;
} */

.frame-logo {
  content: var(--frame-logo);
  width: 150px;
}

.comments-input {
  background-color: var(--freshy_input);
}

.gradient-background {
  /* background-image: url("../images/homepage-figma-2022/gradient-background.png"); */
  background: linear-gradient(
    90deg,
    #16a18f -8.91%,
    #129890 73.43%,
    #068193 204.37%
  );
  border-radius: 30px;
  padding: 70px 0;
  margin-left: -35px;
  width: calc(100% + 70px);
}

/* mconde css code */

.metrics {
  border-bottom: 2px solid rgba(209, 211, 212, 0.2);
}

.menu2022 {
  display: flex;
  align-items: end;
  color: var(--text-header-menu);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px;
  border: none;
  background: none;
  width: 100%;
  transition: color 0.1s ease, background-color 0.1s ease;
  position: relative;
  border-radius: 5px;
  margin-bottom: 8px;
  cursor: pointer;
  padding: 15px 17px;
  height: 56px;
  margin: 12px 0;
}

hr.menu-div {
  border-bottom: 2px solid #d1d3d4;
  opacity: 0.2;
  width: 90%;
  margin: 0 auto;
}

/*[data-theme="dark"] .hed .side-nav__list * {*/
/*  color: white;*/
/*}*/

/*[data-theme="dark"] .hed #co-2 * {*/
/*  color: white;*/
/*}*/

/*[data-theme="dark"] .hed {*/
/*  background-color: #0f1621;*/
/*}*/

.menu2022.openedxx {
  border-radius: 8px;
  background: rgba(0, 128, 146, 0.73);
}

.menu2022.openedxx * {
  color: white;
}

/*[data-theme="dark"] .menu2022.openedxx {*/
/*  background: #29303c;*/
/*}*/

.menu2022-image {
  filter: var(--filter-image-menu);
}

.menu2022-image svg {
  position: relative;
  top: 2px;
}

.menu2022-image svg * {
  fill: #4d4d4d;
}

.menu2022.openedxx .menu2022-image svg * {
  fill: white;
}

.menu2022-active {
  background-color: var(--active-menu);
  border-radius: 5px;
}

.side-nav__list {
  margin-top: 0%;
}

.text-profile-btn {
  text-transform: capitalize;
  height: 40px;
}

.row-3 {
  position: absolute;
  width: 84px;
  height: 41px;
  left: 25px;

  text-align: left;
  top: 2120px;
}

.row3-obten {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 0;
  /* identical to box height */

  color: #b4b4b4;
}

.row3-discount {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-size: 34px;
  width: 112px;
  /* Dark Green */

  color: #008092;
}

.row3-tus {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 0;
  /* identical to box height */

  color: #b4b4b4;
}

.row3-ganancias {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 92px;
  color: #008092;
  line-height: 90px;
}

.discover-btn-empty {
  width: 80%;
  border: 1px solid #008092;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: var(--bold);
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
  color: var(--btn-color);
  padding: 0;
  height: 30px;
  background: var(--background-color);
}

/* here start darkmodes */

.fas {
  color: var(--fa-coins);
}

.lock-ic-m .fas {
  color: var(--fa-locked);
}

.modes-container-de2 {
  margin-top: 15px;
  cursor: pointer;
  list-style: none;
  height: 50px;
  display: flex;
  margin: 0 100px;
}

.login-container {
  background-color: var(--background-color);
  color: var(--text-color);
}

.dark-lang-li {
  color: white;
}

.profile-btn-empty-darkfuck {
  border: 1px solid #008092;
  border-radius: 6px;
  color: #f9f5f5;
  background-color: black;
  font-weight: 400;
}

.menu-unlok {
  filter: var(--filter);
}

.img-unlok-match-gif {
  content: var(--unlok-match-gif-logo);
  height: 30px;
  object-fit: contain;
  margin-top: 4px;
}

.img-unlok-plus-homepage {
  content: var(--unlok-plus-homepage);
}

#search {
  background-color: var(--background-color);
  color: var(--text-color);
}

.img-unlok-plus-header {
  content: var(--unlok-plus-header);
  height: auto;
  width: 50px;
  object-fit: contain;
  margin-top: 7px;
}

.img-unlok-plus-cc {
  content: var(--unlok-plus-homepage);
  height: 10px;
  width: auto;
  object-fit: contain;
  margin-top: 7px;
}

.img-unlok-plus-options {
  content: var(--unlok-plus-header);
  height: 10px;
  width: auto;
  object-fit: contain;
  margin-top: 8px;
}

.img-unlok-shotouts-homepage {
  content: var(--unlok-shotouts-homepage);
}

#burger-icon {
  content: var(--unlok-burger-icon);
}

.unlok-head-logo {
  content: var(--unlok-logo-icon);
}

.unlok-homepage-logo {
  content: var(--unlok-homepage-logo);
}

.spacing2 {
  margin-top: 20%;
  padding: 0 20px;
}

.footer-homepage {
  background-color: var(--background-color-footer);

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 108%;
  margin-left: -4%;
}

.contact-icons {
  filter: var(--filter);
}

.phone-container {
  background-color: var(--background-color);
}

.load-more {
  background-color: var(--background-color);
}

/* News Feed begin */

.feeds-author-name {
  color: var(--feeds-author-name);
  font-size: 17px;
  width: 150px;
  word-spacing: -3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post {
  padding-left: 0;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;

  color: var(--feeds-author-name);
  height: auto;
}

/* News Feed end */

/* Profile begin */

.description-desktop {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: left;
  -webkit-box-orient: vertical;
  text-align: center !important;
  color: rgba(108, 108, 108, 1);
}

.info h2 {
  /* color: var(--text-color-profile); */
  color: rgba(105, 105, 105, 1);
}

.inline-profile {
  color: var(--text-color-profile);
}

.message-icon {
  content: url("../images/svg-icons-2022/message-new-2022.svg");
}

.share-icon {
  content: url("../images/svg-icons-2022/toolbar_share.svg");
  height: 27px;
}

.gallery-g-icon-filters {
  content: url("../images/uplus_options_icon.png");
  height: 18px;
  margin-top: 3px;
  cursor: pointer;
}

.gallery-g-icon-1 {
  content: url("../images/gallery_columns_2.svg");
  height: 18px;
  margin-top: 3px;
  cursor: pointer;
}

.gallery-g-icon-3 {
  content: url("../images/gallery_columns_3.svg");
  height: 18px;
  margin-top: 3px;
  cursor: pointer;
}

.dislike-icon {
  content: url("../images/svg-icons-2022/toolbar_dislike.svg");
  height: 25px;
  margin-right: 10px;
}

.dislike-icon-on {
  content: url("../images/svg-icons-2022/toolbar_dislike_on.svg");
  height: 25px;
  margin-right: 10px;
}

.tip-icon {
  content: url("../images/svg-icons-2022/tip-new-2022.svg");
}

.open-comments-ico {
  content: url("../images/svg-icons-2022/toolbar_comment.svg");
  height: 25px;
  margin-right: 10px;
}

.like-icon {
  content: url("../images/svg-icons-2022/toolbar_like_off.svg");
  height: 25px;
}

.like-icon-on {
  content: url("../images/svg-icons-2022/toolbar_like_on.svg");
  height: 25px;
}

.headline {
  color: var(--dark-gray);
  font-weight: 500;
}

.headline b {
  /*color: #FFFFFF;*/
}

.headline .align-middle-vertical {
  border-right: 1px solid #dedede;
}

.headline .align-middle-vertical b {
  color: #4d4d4d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.header-menu-meta-name {
  color: #4d4d4d;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.headline:last-child .align-middle-vertical {
  border-right: 0;
}

.fa-arrow-left::before {
  color: var(--text-color);
}

.unlok-plus-gif {
  content: var(--unlok-plus-gif);
}

.unlok-plus-gif-models-gallery {
  content: var(--unlok-plus-gif);
  margin-bottom: 15px;
}

.unlok-plus-gif2 {
  content: var(--unlok-plus-gif);
  height: 18px;
}

.unlok-plus-gif3 {
  content: var(--unlok-plus-gif);
  width: 90px !important;
}

.unlok-layout .unlok-plus-gif {
  height: 13px;
  width: auto;
}

#profile-box img {
  border: var(--border-icons) solid;
}

.inline-profile li b {
  color: var(--inline-profile);
}

/* Profile end */

/*Models notification*/
.notification-row {
  color: var(--text-color);
}

/* messages begin */

.username {
  color: var(--text-color-profile);
}

.received_msg p {
  color: var(--text-color);
}

.back-arrow {
  color: var(--feeds-author-name);
}

.first-span {
  color: var(--text-color-profile);
}

.mess {
  color: #8a96a3;
}

#msgReplay2 {
  position: absolute;
  padding: 5px 4px !important;
  min-height: 40px;
  background: var(--background-color);
  padding: 5px 10px;
  resize: none;
  min-height: 40px;
  max-height: 50px;
  border: none !important;
  height: 30px;
  width: 100%;
  word-break: break-word;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.freshy-type-messages {
  background-color: #f2f2f1;
  color: var(--color-input-messages);
  border: 0;
  width: 100%;
  font-size: 13px;
  padding-left: 5px !important;
  border-radius: 5px;
  height: 35px;
  box-shadow: 0px 0px 9.3px rgba(38, 38, 38, 0.25);
  overflow: auto;
  padding-top: 5px;
  font-weight: normal !important;
}

.messages-tip-container {
  color: var(--text-color);
}

/* messages end */

/* badges begin */

.side-nav__list2 {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

.badges-profile {
  background: #4d4d4d;
  background-size: cover;
  background-position: 10% 30%;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  border-radius: 0px 0px 30px 30px;
  padding-top: 5%;
}

/* badges end */

.likes-title {
  color: var(--likes-title);
}

.comments-comment {
  color: var(--comment-feed);
}

/* creators begin */

.toggle-profile .btn {
  width: 100%;
  color: #bdbdbd;
  -webkit-text-fill-color: #bdbdbd;
  font-weight: bold;
  border: none;
  background-color: var(--background-color);
  margin-bottom: 30px;
  border-radius: 0;
  font-weight: normal;
  font-size: 11px !important;
}

.freshy-pagination span {
  display: inline-block;
  width: 25px;
  background-color: var(--background-color);
  color: #969696;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

/* messages begin */
.user-ui .headline {
  color: var(--text-color-profile);
}

/*  Dinamic profile*/

.side-nav__link {
  line-height: 40px;
  text-decoration: none;
  transition: 0.1s;

  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;

  color: var(--text-color);
}

.en-lng {
  color: var(--dark-gray);
}

.es-lng {
  color: var(--dark-gray);
}

.freshy-p {
  font-size: 13px;
  text-align: center;
  opacity: 0.7;
  color: var(--subtitle-color);
}

.fruity-p {
  font-size: 13px;
  color: #5c5c5c;
  text-align: left;
}

.fruity-heading {
  color: #5c5c5c;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.fruity-input {
  border-radius: 5px;
  color: #bdbdbd;
  height: 35px;
  text-indent: 5px;
  border: 1px solid #d6d6d6;
}

.fruity-upload {
  background-color: #f1f1f1;
  border-radius: 20px;
  color: #8e8e8e;
  display: flex;
  gap: 5px;
  padding: 5px 15px;
  width: fit-content;
  align-items: center;
  cursor: pointer;
}

.fruity-arrows {
  display: flex;
  width: fit-content;
  gap: 10px;
  background-color: #efefef;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
}

.fruity-arrows img {
  height: 10px;
  object-fit: contain;
}

.consent-img {
  width: 100%;
  object-fit: contain;
}

.fruity-upload img {
  height: 15px;
  object-fit: contain;
}

.fruity-btn {
  width: fit-content;
  border: none;
  box-sizing: border-box;
  border-radius: 40px;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  text-transform: none;
  color: white;
  padding: 0;
  background: #06b4a8;

  text-transform: capitalize;
  font-family: poppins;
  padding: 0 20px;
}

.freshy-container-profile {
  padding: 0 15px;
  padding-bottom: 550px;
}

.button-free {
  color: var(--text-color-btn-like);
  background: var(--background-color);
  border: 2px solid #008092 !important;
  width: auto !important;
  padding: 0 20px !important;
  margin-top: 10px;
  box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 23%) !important;
}

.modal-content {
  background-color: var(--background-color-modal) !important;
}

.desc {
  color: var(--text-color);
}

/* Content Creators Darkmode */

.profile-nickname {
  color: #1a1b2d;

  /* Base 1 (Semibold) */
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.15px;
}

.model-picture2.menu {
  bottom: 0;
  left: 6px;
  transform: none;
}

#co-2 .profile-nickname {
  color: #1a1b2d;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.15px;
  font-family: cash-market-rounded, poppins, Arial;

  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  height: 100%;
}

#co-2 .profile-nickname-at {
  color: #535763;
  /* Caption 2 (Medium) */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.12px;
  font-family: cash-market-rounded, poppins, Arial;
}

.model-picture2.menu .home-picture {
  height: 48px;
  width: 48px;
  border: 0;
  margin-top: 6px;
}

.model-picture2.menu .header-background-camera-profile img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}

.menu2022-inside-wrap-element:hover {
  background-color: var(--active-menu);
}

.menu2022-inside-wrap-element div {
  color: #888;
  font-size: 14px;
}

/* Home Darkmode */
.section-is-active div {
  color: var(--active);
}

.messages-category-active {
  color: var(--active);
}

.massive-message {
  background-color: var(--background-color);
}

.comments-comment {
  color: var(--text-color-profile);
}

.comments-author {
  color: var(--text-color-profile);
}

/* reels cc */
.post-item,
.post-item video {
  border-radius: 15px !important;
  border-color: var(--background-color);
}

/* Earnings */

.options-e b {
  color: var(--text-color);
}

/* Credits*/
.reasons-item-content {
  color: var(--text-color-credits);
}

.price-box {
  background-color: var(--price-box);
}

.credit-alert {
  background-color: var(--background-alert);
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* .modal-body{
    background-color: var(--background-color);
} */

/* Modal home text */

.modal-text-home {
  color: var(--feeds-author-name);
}

#tip-username {
  color: var(--feeds-author-name);
}

.modal-directa .payment-block {
  display: flex;
  text-align: left;

  background: var(--background-color);
  border-radius: 5px;
  border: 1px solid #f5f5f5;

  padding: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.modal-directa .payment-block-1 {
  width: calc(100% - 20px);
}

.modal-directa .payment-block-2 {
  width: 20px;
}

/* Register section */

.heading-login img {
  filter: var(--filter);
}

.register-as li {
  display: inline-block;
  font-family: cash-market-rounded;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--unselected-li);
  width: 50%;
  text-align: center;
  padding-bottom: 15px;
}

.selected-li {
  color: var(--dark-gray) !important;
  border-bottom: 3px solid #008092;
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .side-nav__list2 {
    margin-left: -4%;
    margin-right: -4%;
  }

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

  .mna-change {
    background-color: #4d4d4d;
  }

  .badges-profile {
    padding-top: 5%;
  }

  body {
    background-color: var(--background-color) !important;
  }

  .feeds-author-date {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 412px) and (max-width: 767px) {
  .side-nav__list2 {
    margin-left: -4%;
    margin-right: -4%;
  }

  .badges-profile {
    padding-top: 5%;
  }

  .feeds-author-date {
    margin-top: 15px;
  }

  .desktop-fixed {
    width: auto !important;
  }
}

@media only screen and (min-width: 1000px) {
  body {
    background-color: var(--background-color);
  }

  .row3-desktop {
    margin-left: 33%;
  }

  .row-3 {
    position: absolute;
    width: 84px;
    height: 41px;
    left: 25px;

    text-align: left;
    top: 2160px;
  }

  .container-desktop {
    background-color: var(--background-color);
    padding: 0 !important;
  }

  .desktop-nav-fixed {
    width: 140px;
    /* margin: 0px 55px 0px 35px !important; */
  }
}

/* Starts preloader */

.se-pre-con2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 30%;
}

.bg-se-pre-con-darkx {
  background-color: #121212;
}

.img-loader-darkx {
  content: url("../images/unlok-logo.png");
  filter: invert(0.8);
}

.img-loader-light {
  content: url("../images/unlok-logo.png");
  filter: invert(0);
}

.bg-se-pre-con-light {
  background-color: #ffffff;
}

.loader-img {
  width: 30%;
  height: auto;
  object-fit: contain;
  margin-top: 100%;
  margin-left: 34%;
}

.alert-popup {
  color: var(--text-color) !important;
}

.margin-top-descriptions p {
  margin-top: 15px !important;
  width: 101%;
}
