@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.top-profile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 95px;
}
.top-profile .tab-stat {
  color: #fff;
  display: flex;
}
.top-profile .tab-stat .tab-item {
  padding: 3px 7px;
}
.top-profile .tab-stat .tab-item:first-child {
  padding-left: 0;
}
.top-profile .avatar-upload {
  position: absolute;
  left: 5%;
  bottom: -30px;
}
.top-profile .avatar-upload .ant-upload-select.ant-upload-select-picture-card {
  background-image: url("/static/no-avatar.png");
}
@media screen and (max-width: 500px) {
  .top-profile {
    height: 95px;
  }
}
.bg-2nd {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(180deg, rgba(66, 66, 66, 0.3) 50%, rgba(255, 255, 255, 0.5) 100%);
}
.bg-2nd .drop-actions {
  position: absolute;
  right: 20px;
  top: 20px;
}
.bg-2nd .drop-actions .ant-dropdown-trigger.dropdown-options {
  color: #fff;
  font-size: 22px;
}
.main-profile {
  background-color: #000;
}
@media screen and (max-width: 769px) {
}
.fl-col {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
  width: 100%;
}
.fl-col .online-status {
  width: 12px;
  height: 12px;
  background-color: #4ec52a;
  border-radius: 50%;
  position: absolute;
  bottom: 25px;
  left: 52%;
}
@media screen and (max-width: 830px) {
  .fl-col .online-status {
    left: 52%;
  }
}
.fl-col .online-status.off {
  background-color: #888;
}
.fl-col .ant-image .ant-image-mask {
  border-radius: 50%;
}
.fl-col img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.fl-col .m-user-name {
  margin-left: 15px;
  font-family: Merriweather Bold;
  text-transform: capitalize;
}
.fl-col .m-user-name h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Courier New", Courier, monospace;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .fl-col .m-user-name h4 {
    margin: 0;
  }
}
.fl-col .m-user-name h5 {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}
.fl-col .m-user-name .anticon {
  color: #d5af34 !important;
  font-size: 18px;
}
.fl-col .m-user-name .live-status {
  margin-left: 15px;
  background: #ff0066;
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
.fl-col .cover-upload {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 769px) {
  .fl-col img {
    width: 75px;
    height: 75px;
  }
  .fl-col .online-status {
    bottom: 15px;
    left: 53.8%;
  }
}
.btn-grp {
  display: flex;
  padding: 0 5px;
  justify-content: flex-end;
  align-items: center;
}
.btn-grp .ant-btn {
  color: #d5af34 !important;
  font-weight: 500;
  background-color: transparent;
  border: none;
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 5px;
  outline: none;
  border-radius: 50%;
}
.btn-grp .ant-btn .anticon {
  font-size: 25px;
  color: #fff !important;
}
.btn-grp .ant-btn .anticon.anticon-custom {
  font-size: 22px;
}
.btn-grp .ant-btn.active {
  color: #fff;
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 500px) {
  .btn-grp .ant-btn {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin: 0 2px;
  }
  .btn-grp .ant-btn .anticon {
    font-size: 22px;
  }
  .btn-grp .ant-btn .anticon.anticon-custom {
    font-size: 22px;
  }
}
.pro-desc {
  margin: 5px 0;
}
.pro-desc .per-infor {
  background-color: #333;
  padding-bottom: 10px;
}
.pro-desc .per-infor .ant-collapse-header {
  padding: 12px 0;
  color: #ff0066;
  font-family: Merriweather Bold;
}
.pro-desc .per-infor .ant-collapse-content-box {
  padding: 0 0 12px;
}
.pro-desc .per-infor .ant-collapse-item {
  border: none;
}
.pro-desc .per-infor .ant-collapse-borderless {
  background-color: transparent;
}
.pro-desc .bio {
  white-space: pre-line;
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.pro-desc .performer-info {
  text-transform: capitalize;
}
.pro-desc .ant-descriptions-item {
  vertical-align: middle;
  padding-bottom: 10px;
}
.pro-desc .ant-descriptions-item-container .ant-descriptions-item-label,
.pro-desc .ant-descriptions-item-container .ant-descriptions-item-content {
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .pro-desc {
    margin-top: 60px;
  }
}
.model-content .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: none !important;
}
.model-content .ant-tabs .ant-tabs-nav:before {
  border-bottom: none;
}
.model-content .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  width: 25%;
  border-bottom: 1px solid;
  font-size: 25px;
  font-weight: 600;
  color: #888;
  justify-content: center;
  margin: 0;
  padding: 8px;
}
.model-content .ant-tabs .ant-tabs-ink-bar {
  bottom: unset !important;
  top: 0;
  background-color: #888;
  height: 1px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap {
  padding: 0 30px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::before {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::after {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 500px) {
  .model-content .ant-tabs .ant-tabs-nav-wrap {
    padding: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::before {
    opacity: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::after {
    opacity: 0;
  }
}
.model-content .ant-tabs .ant-tabs-nav-list {
  width: 100%;
  justify-content: space-around;
}
.model-content .ant-tabs .ant-tabs-nav-list .anticon {
  color: #d5af34 !important;
}
.model-content .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane.ant-tabs-tabpane-active {
  overflow: none;
  max-height: none;
}
@media screen and (max-width: 500px) {
  .model-content {
    padding: 5px;
  }
  .model-content .ant-tabs-tab .anticon {
    margin: 0;
  }
}
.show-all {
  padding: 30px;
  margin-top: 20px;
  text-align: center;
}
.show-all a {
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(0deg, #d5af34, #d5af34);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Merriweather Bold;
}
.show-all a:hover {
  background-color: #d5af34;
}
.model-card {
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.model-card .card-img {
  position: absolute;
  top: calc(50% - -54px);
  left: 30px;
  z-index: 1;
}
.model-card .card-img .ant-avatar {
  width: 70px;
  height: 70px;
  border: 1px solid #d5af34;
}
.model-card .online-status {
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  left: 93px;
  opacity: 0.8;
  z-index: 1;
}
.model-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.model-card .live-status {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ff0066;
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
.model-card .card-age {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 9;
}
.model-card .card-free {
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #04040e00 0%, #888 100%);
  line-height: normal;
}
.model-card .card-free span {
  margin: 0 5px;
}
.model-card .profile-page {
  margin: auto;
  width: 100%;
  background-color: black;
  max-width: 100%;
  padding: 0px 10px;
}
.model-card .card-live {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0066;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.model-card .model-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 600;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.25);
}
.model-card .model-name .name {
  display: inline-flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Merriweather Bold;
  line-height: normal;
  text-transform: capitalize;
}
.model-card .model-name .model-country {
  width: auto;
  height: 20px !important;
  margin: 0 5px;
}
.model-card .model-name .anticon {
  margin-left: 2px;
  color: #d5af34 !important;
  font-size: 16px;
}
.model-card .model-name p {
  font-size: 10px;
  margin: 0;
}
.model-card .follow-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 20px;
}
.model-card .follow-btn.active {
  color: #d5af34;
}
@media screen and (max-width: 500px) {
  .model-card {
    height: 170px;
  }
  .model-card .card-img {
    top: calc(50% - 8px);
  }
  .model-card .card-img .ant-avatar {
    width: 60px;
    height: 60px;
  }
  .model-card .online-status {
    width: 8px;
    height: 8px;
    left: 53.8%;
    bottom: 15px;
  }
  .model-card .model-name {
    font-size: 10px;
    padding: 5px;
  }
  .model-card .model-name p {
    font-size: 8px;
  }
}
.grid-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 325px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 38px;
}
.grid-card .card-stat {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 2px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, #9a9a9a00 0%, #292929 100%);
}
.grid-card .online-status {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #888;
}
.grid-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.grid-card .live-status {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #ff0066;
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
.grid-card .follow-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border: none;
  opacity: 0.8;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
}
.grid-card .follow-btn.active {
  color: #d5af34;
}
.grid-card .model-name {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #d5af34;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Merriweather Bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.grid-card .model-name .anticon {
  margin-left: 2px;
}
.grid-card .model-name .model-country {
  width: auto;
  height: 20px;
  margin: 0 5px;
}
.grid-card:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .grid-card {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .grid-card {
    height: 225px;
  }
}
.grid-table .ant-col {
  border: 1px solid #d5af34;
  padding: 5px 15px;
}
.suggestion-bl {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
}
.suggestion-bl .sug-top {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.suggestion-bl .sug-top .sug-text {
  font-size: 18px;
  color: #8a96a3;
  width: 60%;
}
.suggestion-bl .sug-top .btns-grp {
  width: 40%;
}
.suggestion-bl .sug-top .reload-btn {
  font-size: 22px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn {
  font-size: 22px;
  margin-right: 15px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active {
  position: relative;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active::after {
  content: "";
  border-bottom: 2px solid;
  width: 20px;
  height: 0;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: rotate(45deg);
}
.suggestion-bl .ant-carousel .slick-slide {
  height: unset;
  line-height: normal;
}
.suggestion-bl .ant-carousel .slick-prev {
  top: -23px;
  right: 40px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #d5af34;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-prev::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-prev:hover,
.suggestion-bl .ant-carousel .slick-prev:focus {
  background-color: #d5af34;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-next {
  top: -23px;
  right: 0px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #d5af34;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-next::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-next:hover,
.suggestion-bl .ant-carousel .slick-next:focus {
  background-color: #d5af34;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom {
  bottom: -5px;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom button {
  background: #888;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom .slick-active button {
  background: #d5af34;
}
@media screen and (max-width: 769px) {
  .suggestion-bl .sug-top .sug-text {
    width: 50%;
    font-size: 16px;
  }
  .suggestion-bl .sug-top .btns-grp {
    width: 50%;
  }
  .suggestion-bl .ant-carousel .slick-prev {
    right: 32px;
  }
  .suggestion-bl .ant-carousel .slick-next {
    right: 2px;
  }
}
@media screen and (max-width: 500px) {
  .suggestion-bl .sug-top .sug-text {
    width: 85%;
  }
}
.top-banner {
  display: flex;
  color: #fff;
  align-items: center;
  background-image: linear-gradient(to top, #04040e00 0%, rgba(60, 60, 60, 0.5) 100%);
}
.top-banner .arrow-back {
  font-size: 22px;
  color: #fff;
}
.top-banner .stats-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 15px;
}
.subscription-bl {
  padding: 5px 15px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  margin: 5px 0;
}
.subscription-bl h5 {
  font-weight: 600;
  font-size: 14px;
}
.subscription-bl button {
  width: 100%;
  background: #d5af34 !important;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}
.hr-divider {
  margin: 20px 0px 0px;
  border-bottom: 1px solid #d5af34;
}
.document-upload {
  display: flex;
  justify-content: space-between;
}
.document-upload .ant-upload-picture-card-wrapper.avatar-uploader {
  width: 50%;
}
.list-issued-id li {
  font-size: 11px;
  margin-bottom: 5px;
  list-style: auto;
}
.subscription-modal {
  border-radius: 5px;
  overflow: hidden;
}
.subscription-modal .ant-modal-body {
  padding: 0 0 15px;
}
.social-share-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-share-btns .react-share__ShareButton {
  margin: 0 5px;
}
.about-title {
  text-align: center;
  padding: 10px 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  margin: 0px !important;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.about-para {
  padding: 0px !important;
}
.card-info-user h4,
.card-info-user h5 {
  padding: 0;
  text-align: center;
  font-family: "Roboto";
}
.card-info-user h5 {
  font-size: 14px !important;
  margin: 0px !important;
  font-family: "Roboto";
}
.card-info-user h4 {
  font-size: 14px !important;
  margin-bottom: 5px;
  color: #d5af34 !important;
}
.profileShowStatus .statuShow {
  font-family: "Roboto";
  margin-left: 8px;
  font-size: 16px !important;
  font-weight: 700px !important;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
.image-dot {
  margin-top: -42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .image-dot {
    margin-top: -35px;
  }
  .image-dot .online-status {
    position: absolute;
    width: 9px;
    height: 9px;
    left: 56.4%;
    bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .image-dot {
    margin-top: -40px;
  }
}
.pt-20 {
  padding-top: 20px !important;
}
.py-20 {
  padding: 20px 0;
}
.performanceRow {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.performanceRow span {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #d5af34;
}
.performanceRow .titleFont {
  margin-top: 10px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  line-height: 32px !important;
  letter-spacing: 0.25em !important;
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
.white {
  color: #fff !important;
}
.of-model-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.of-model-card:hover {
  opacity: 0.9;
}
.of-model-card .avatar-block {
  position: relative;
  margin-right: 10px;
  width: 80px;
  height: 80px;
}
.of-model-card .avatar-block .avatar-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
.of-model-card .avatar-block .avatar-ring.live {
  border: 3px solid red;
  box-shadow: 0 0 6px red;
}
.of-model-card .avatar-block .avatar-ring .avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.of-model-card .avatar-block .dot-online {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: #4ec52a;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 2;
}
.of-model-card .info-block {
  color: white;
  text-shadow: 0 0 2px #000;
}
.of-model-card .info-block .rname {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.of-model-card .info-block .rname .emoji-badges {
  margin-left: 6px;
  font-size: 16px;
}
.of-model-card .info-block .rname .verified-icon {
  font-size: 16px;
  margin-left: 6px;
  color: #3ea1da;
}
.of-model-card .info-block .username {
  font-size: 13px;
  color: #e0e0e0;
}
@media screen and (max-width: 500px) {
  .of-model-card {
    height: 100px;
  }
  .of-model-card .avatar-block {
    width: 48px;
    height: 48px;
  }
  .of-model-card .avatar-block .dot-online {
    width: 10px;
    height: 10px;
  }
  .of-model-card .info-block .rname {
    font-size: 14px;
  }
  .of-model-card .info-block .rname .emoji-badges {
    font-size: 14px;
  }
  .of-model-card .info-block .username {
    font-size: 12px;
  }
}

