@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

html {
    height: 100%;
}

/* font size and font weight  */
.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-28 {
    font-size: 28px;
}

.fs-42 {
    font-size: 42px;
}


/* font weight */

/* Thin 100*/
.fw-100 {
    font-weight: 100;
}

/* Extra-light 200*/
.fw-200 {
    font-weight: 200;
}

/* Light 300*/
.fw-300 {
    font-weight: 300;
}

/* Regular 400*/
.fw-400 {
    font-weight: 400;
}

/* Medium 500 */
.fw-500 {
    font-weight: 500;
}

/* Semi-bold 600 */

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

/* Bold 700 */

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

/* Extra-bold 800 */

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

/* Black 900 */

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


/* button height */

.btn-h-25 {
    height: 25px;
}

.btn-h-28 {
    height: 28px;
}

.btn-h-30 {
    height: 30px;
}

.btn-h-34 {
    height: 34px;
}

.btn-h-40 {
    height: 40px;
}

.btn-hover:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.btn-globel {
    background-color: transparent;
    border: 1px solid #6d6d6d;
    color: #fff;
}

.btn-width-fixed {
    width: 150px;
}

.inprogrees {
    background-color: #c53030;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border: 1px solid #c53030;
    padding: 5px 10px;
    border-radius: 0;
    font-weight: 500;
}

/* gap */

.margin-bottom-80 {
    margin-bottom: 80px;
}

/* button */
.btn-dark-theme {
    background-color: transparent;
    border: 1px solid #757575;
    border-radius: 0;
    color: #fff;
}

.btn-dark-theme:hover {
    background-color: #fff;
    color: #000;
}

body {
    background: #191919;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

/* custom container */
.container-home {
    max-width: 1240px;
    margin: 0 auto;
}

/* button css */

.btn-30 {
    height: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    width: 106px;
    line-height: 28px;
}

.btn-30:hover {
    background-color: #fff;
    color: #000;
}

.btn-none:hover {
    color: rgb(228, 228, 228);
}

.btn-none {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.custom-container {
    max-width: 70em;
    width: 100%;
    margin-bottom: 100px;
}

.btn-check:focus+.btn,
.btn:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

.header {
    padding-top: 53px;
    padding-bottom: 53px;
}

.top-gap {
    margin-top: 22px;
}

.btn-main {
    color: #fff;
    border: 1px solid #4a4a4a;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.btn-main:hover {
    border-color: rgb(226, 226, 226);
    background: rgb(226, 226, 226);
    color: #000;
}

.btn-focus:focus {
    box-shadow: none;
    outline: none;
}

.offcanvas-menu {
    background-color: #111111;
    color: #fff;
}

.offcanvas-menu {
    padding: 0 30px;
}

.right-nav ul {
    margin: 0;
    padding: 0;
}

.right-nav ul li {
    list-style: none;
}

.right-nav ul li {
    padding-bottom: 1.5rem;
}

.right-nav ul li a {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}

.right-nav ul li a:hover {
    text-decoration: none;
    font-weight: 500;
}

.right-nav ul.right-nav-bottom {
    border-top: 1px solid #4a4a4a;
    margin-top: 10px;
    padding-top: 30px;
}

.btn-close-top {
    background: url(../img/path.svg) no-repeat;
    height: 20px;
    width: 20px;
}

.btn-close {
    background: url(../img/path.svg) no-repeat;
    opacity: 10;
    position: absolute;
    right: -25px;
    top: 30px;
}

.btn-close:focus {
    box-shadow: none !important;
}

.custom-modal .modal-content {
    background: url('../img/sign-up-bg.png') no-repeat center center;
    border: 1px solid #757575;
    border-radius: 0;
    border-radius: 2px;
    background-size: cover;
}

.custom-modal .modal-content::before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-input {
    background-color: transparent;
    border-color: #6d6d6d;
    border-radius: 0;
    color: #fff !important;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 38px;
    font-size: 13px;
}

.custom-input:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #fff;
    outline: none;
}

.border-gray.wallet-container {
    padding: 36px 50px !important;
    background-color: #000;
}

.lebal-text {
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.custom-tablle-withdrew {
    color: #fff;
}

.custom-tablle-withdrew tr td {
    font-size: 12px;
    text-align: center;
    border-color: #4a4a4a;
    vertical-align: middle;
}

.contest_submisons_votes {
    height: 34px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    width: 100px;
}

.contest_submisons_votes:hover {
    color: #000;
    background-color: #fff;
}

.container-globe {
    border: 1px solid #4d4d4d;
    background-color: #000;
}



.brand-container:hover,
.brand-container:hover a {
    border-color: #fff;
    color: #fff;
}

.brand-login {
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
}

.brand-logo-img {
    position: absolute;
    left: 10px;
    top: 6px;
}

.brand-logo-img~span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding-left: 52px;
    color: #757575;
    display: block;
}

.container-globe a {
    color: #fff;
}

.container-globe>* {
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
}

.social-media ul {
    margin: 0;
    padding: 0;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.policy a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}

.custom-tablle-withdrew tr td .withdrew-id {
    font-size: 10px;
}

.custom-tablle-withdrew tr td .w-month,
.custom-tablle-withdrew tr td .w-date {
    font-size: 14px;
    display: block;
    font-weight: 700;
}

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

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 48px;
    border: 1px solid #6d6d6d;
}

.select-styled {
    padding: 10px 15px;
    -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;
    font-size: 16px;
}

.select-styled:after {
    content: "";
    width: 16px;
    height: 14px;
    /* border: 7px solid transparent;
    border-color: #fff transparent transparent transparent; */
    position: absolute;
    top: 14px;
    right: 10px;
    background: url(../img/drop-b.png) no-repeat;
}

.select-styled:active,
.select-styled.active {
    background-color: #080808;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    transform: rotate(180deg);
}

.top-88 {
    margin-top: 88px;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    border: 1px solid #757575;
    list-style: none;
    background-color: #080808;
    max-height: 200px;
    overflow-y: auto;
}

/* width */
.select-options::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.select-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
}

/* Handle */
.select-options::-webkit-scrollbar-thumb {
    background: #757575;
    border-radius: 0;
}

/* Handle on hover */
.select-options::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}

.large-submit-btn {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: 60px;
    width: 225px;
}

.claim {
    position: absolute;
    z-index: 1;
    /* background: red; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: -2px;
    opacity: 0.8;
    filter: invert(0.9);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #757575;
    -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;
    font-size: 14px;
}

.select-options li:hover,
.select-options li.is-selected {
    color: #080808;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.custom-checkbox .form-check-input {
    background-color: transparent;
    border: 1px solid #6d6d6d;
    height: 18px;
    width: 18px;
}

.custom-modal .modal-header {
    position: relative;
    margin: 0 40px;
    border-color: #6d6d6d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-modal .modal-title {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 24px;
}

.choose-file-modal {
    height: 38px;
    line-height: 38px;
}

.forget-password-text {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.forget-password-text:hover {
    color: #fff;
}

.break-line {
    position: relative;
}

.break-line::before {
    content: "";
    border-bottom: 1px solid #757575;
    position: absolute;
    width: 100%;
    left: 0;
    top: 11px;
}

.break-line span {
    display: block;
    color: #fff;
    background-color: #000;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.profile-bg {
    position: relative;
    padding-bottom: 80px;
}

.profile-bg::before {
    content: "";
    background: rgba(0, 0, 0, 72%);
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 100%;
    top: 0;
    bottom: 0;
}

.profile-bg::after {
    content: "";
    background: url(../img/profile-bg.png) center center no-repeat;
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bio-container {
    position: relative;
    z-index: 1;
}

.user-profile {
    width: 200px;
    height: 200px;
}

.user-profile img {
    height: 200px;
    object-fit: contain;
    width: 200px;
    border: 1px solid #4d4d4d;
    padding: 10px;
}

.bio-box {
    z-index: 2;
    position: relative;
    border: 1px solid #4d4d4d;
    background-color: #111111;
    padding: 30px;
}

.bio-box-inner {
    width: 90%;
    margin: 0 auto;
}

.follow-container {
    width: 200px;
}

.bio-top {
    width: 75%;
    margin: 0 auto;
}

.bio-nav ul {
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bio-nav li.nav-item .nav-link {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border: none;
}

.bio-nav li.nav-item .nav-link .dot {
    width: 8px;
    height: 8px;
    display: block;
    background: #ccc;
    margin: auto;
    border-radius: 100em;
}

.bio-nav li.nav-item .active.nav-link .dot {
    background: #fff;
    border-color: none;
}

.bio-nav li.nav-item .nav-link:hover,
.bio-nav li.nav-item .nav-link:focus-visible {
    border: none;
    border-color: none;
}

.bio-nav li.nav-item .active.nav-link {
    background-color: transparent;
    border: none;
    color: #fff;
}

.user-name {
    text-shadow: 0 0 2px #958f8f;
    padding: 20px 0;
    text-align: center;
}

.user-name h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}

.tab-inner {
    width: 90%;
    margin: 0 auto;
}

.user-details h3 {
    font-size: 30px;
}

.user-details p {
    color: #ccc;
}

#section {
    width: 500px;
    height: 400px;
    word-wrap: break-word;
}

.moretext {
    display: none;
}

#text {
    display: none;
}

.btn-container {
    margin: auto;
    background: linear-gradient(to top, rgba(17, 17, 17) 0%, rgb(17 17 17 / 90%) 100%);
    position: relative;
    top: -60px;
    padding: 30px 0;
}

.about-bio h3 {
    font-size: 22px;
}

.btn-container.anim1 {
    background: transparent;
    top: 0;
}

.bg-bottom {
    background: linear-gradient(to bottom, rgb(30 35 40 / 0%) 10%, rgb(0 0 0) 100%);
    height: 330px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.db-heading h3 {
    font-size: 36px;
}

.settings-container .label-border-bottom {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 20px;
}

.db-tab .nav-link {
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 18px;
}

.db-tab .active.nav-link {
    background-color: transparent;
    color: #fff;
    border-color: transparent;
}

.db-tab .nav-link:hover {
    border-color: transparent;
}

.db-tab {
    border-color: #4d4d4d;
    margin-bottom: 30px;
}

.customization-check .form-check-input {
    width: 24px;
    height: 24px;
}

.customization-check .form-check-label {
    font-size: 16px;
    margin-top: 12px;
    margin-left: 20px;
}

.customization-check .font-14.form-check-label {
    font-size: 14px;
}


/* upload images */

.panel {
    text-align: center;
}

.button_outer {
    background: transparent;
    text-align: center;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #4a4a4a;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.choose-file-modal {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.btn_upload {
    padding: 0 16px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    white-space: nowrap;
    text-transform: uppercase;
}

.btn_upload input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 105%;
    cursor: pointer;
    opacity: 0;
}

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc;
}

.file_uploading .btn_upload {
    display: none;
}

.processing_bar {
    position: absolute;
    left: 0;
    /* top: 0; */
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: rgb(0, 172, 77);
    transition: 3s;
}

.button_outer.file_uploading.file_uploaded {
    display: none;
}

.file_uploading .processing_bar {
    width: 100%;
}

.success_box {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
}

.success_box:before {
    content: "";
    display: block;
    width: 9px;
    height: 18px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 17px;
    top: 10px;
}

.file_uploaded .success_box {
    display: inline-block;
}

.file_uploaded {
    margin-top: 0;
    width: 50px;
    height: 50px;
}

.small-text {
    font-size: 12px;
}

.text-gray {
    color: #ccc;
}

.button_outer.file_uploading.file_uploaded~.small-text {
    display: none !important;
}

.uploaded_file_view {
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
    position: relative;
    transition: 0.2s;
    /* opacity: 0; */
    border: 1px solid #6d6d6d;
    padding: 15px;
    height: 200px;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
}

.file_remove:hover {
    background: #222;
    transition: 0.2s;
}

.uploaded_file_view img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00;
}

.uploaded_file_view .file_remove {
    display: none;
}

.uploaded_file_view.show .file_remove {
    display: block;
}

.bedge-container {
    width: 200px;
    height: 200px;
    border: 1px solid #4a4a4a;
}

.uploadded_file_mobile {
    height: 120px;
    max-width: 270px;
}

.uploadded_file_sec {
    width: 150px;
    height: 150px;
}

.art-title {
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


#columns {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.img-columns {
    width: auto;
    color: #ccc;
    font-size: 13px;
    transition: opacity .4s ease-in-out;
    position: relative;
}

div#columns:hover .img-columns:not(:hover) {
    opacity: 0.4;
}

.img-columns a {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    background-clip: content-box;
    border: 1px solid #4d4d4d;
    transition: .4s color;
}

.img-wapper img {
    position: absolute;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.edit-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.img-columns:hover .edit-btn {
    display: block;
}

.custom-modal.bg-none-modal .modal-content {
    background: #111111;
}

tags.tagify.form-control.custom-input {
    border-color: #6d6d6d !important;
}

.user-guidelines {
    font-size: 12px;
}

.art-container {
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
}

.art-img img {
    max-width: 100%;
    height: 500px;
}

.art-heading h2 {
    font-size: 24px;
}

.art-user {
    font-size: 20px;
}

.art-user~p {
    font-size: 14px;
    color: #ccc;
}

.art-comment {
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    padding: 8px 0;
}

.art-comment li.nav-item .nav-link {
    color: #ccc;
    text-transform: uppercase;
}

.art-comment li.nav-item .active.nav-link {
    background-color: transparent;
    color: #fff;
}

.comment-thread {
    width: 700px;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.m-0 {
    margin: 0;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.edit_art_icon,
.edit_art_icon:hover,
.delete_art_image,
.delete_art_image:hover {
    background-color: transparent;
    border: 1px solid #4d4d4d;
}



/* Comment */

.comment {
    position: relative;
    margin: 20px auto;
}

.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

.comment-voting {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}

.comment-info {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
}

.comment-body p {
    font-size: 13px;
}

.comment-author {
    color: rgba(255, 255, 255, 0.85);
    font-weight: bold;
    text-decoration: none;
}

.comment-author:hover {
    text-decoration: underline;
}

.replies {
    margin-left: 20px;
}

.reply-btn {
    transform: rotate(180deg);
    background-color: transparent;
    border: none;
    padding: 0;
}

.btn-more {
    background-color: transparent;
    padding: 0;
    border: none;
}

.reply-btn:hover,
.btn-more:hover {
    background-color: transparent;
}

.reply-btn:hover svg,
.btn-more:hover svg {
    fill: #fff;
    ;
}

.back a {
    text-decoration: none;
    color: #ccc;
    font-size: 12px;
}

.back a:hover {
    color: #fff;
}

.custom-modal.collection-modal .modal-title {
    font-size: 36px;
    font-weight: 200;
}

.hover-link:hover {
    color: #ccc !important;
}

/* Adjustments for the comment border links */

.add-comment textarea {
    min-height: 100px;
}

.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.comment-body {
    padding: 0 20px;
    padding-left: 42px;
}

.replies {
    margin-left: 28px;
}

button.delete-icon,
button.edit-icon {
    background-color: transparent;
    border: 1px solid #4d4d4d;
}

button.delete-icon:hover,
button.edit-icon:hover {
    border-color: #fff;
}

.border-gray {
    border: 1px solid #4a4a4a;
    padding: 20px !important;
}

.delete-account h2 {
    font-size: 20px;
    text-align: center;
}


/* home page */
.art-feed-container .custom-select {
    width: auto;
    margin: 0 auto;
    margin-bottom: 0;
    display: inline-block;
    height: 44px;
}

.art-feed-container .custom-select .select {
    border: none;
}

.art-feed-container {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 30px;
    position: relative;
}

.search-section {
    position: absolute;
    top: 5px;
    right: 5px;
}

.art-feed-container h2 {
    margin: 0;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    padding-bottom: 10px;
}

.top-img-items-container {
    width: 361px;
    margin: 0 26px;
}

.top-img-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    color: #fff;
    text-align: center;
}

.top-img-header h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 0.5px solid #fff;
    display: inline-block;
    padding: 0 12px 15px 12px;
    letter-spacing: 2px;
}

.img-center-text h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
}

.img-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 0 20px;
    word-break: break-all;
}

.top-img-items {
    max-height: 609px;
    height: 609px;
    border: 1px solid #4d4d4d;
    position: relative;
}

.featured-home {
    position: absolute;
    bottom: 23px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
}

.px-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.featured-home span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.featured-home h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.top-img-items::before {
    content: "";
    /* background: rgba(0, 0, 0, 0.1); */
    position: absolute;
    width: 100%;
    height: 100%;
}

.top-img-items img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.text-overflow-home {
    width: 55%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-small {
    font-size: 12px;
    color: #ccc;
}

.text-gray-light {
    color: #E6E6E6;
}

.mItem img {
    width: 100%;
}

.art-feed-container .custom-select .select-styled::after {
    content: "";
    right: -10px;
}

.masonry {
    column-count: 4;
    column-gap: 16px;
}

.masonry.masonry-gallery {
    column-count: 3;
}

.masonry .mItem {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
}

.masonry .mItem::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
#clicked_collection_details.masonry .mItem::before {
    background: transparent;
}
.single-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    word-break: break-all;
    z-index: 100;
    padding: 0 20px;
}

/* font css */

h2,
h3,
h4,
h5 {
    letter-spacing: 0.05em;
}

.font-extra-bold {
    font-family: 'Inter', sans-serif;
}

.top-title-heading h2 {
    font-size: 42px;
    font-weight: 100;
    letter-spacing: 0.3em;
    margin-bottom: 0;
}

.select-small .select-styled {
    padding: 6px 15px;
    font-size: 15px;
}

.select-small .select {
    height: 38px;
}

/* Alert custom */

.alert-danger.custom-danger,
.alert-danger.custom-success {
    color: #d50000;
    background-color: #ffeaea;
    padding: 11px 20px;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    border: none;
}

.alert-danger.custom-success {
    color: #1e9500;
    background-color: #eaffeb;
}

.feature {
    border-bottom: 1px solid #4d4d4d;
    margin-top: 5px;
    padding-bottom: 5px;
}

.feature h2 {
    font-size: 20px;
    letter-spacing: .2em;
    font-weight: 300;
    margin-bottom: 3px;
}

.top-container {
    width: 90%;
    margin: 0 auto;
}

.css-mhqmqd {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: var(--chakra-colors-border);
    border-radius: var(--chakra-radii-sm);
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.css-mhqmqd::before {
    height: 0px;
    content: "";
    display: block;
    padding-bottom: 67.25%;
}

.css-mhqmqd> :not(style) {
    overflow: hidden;
    position: absolute;
    inset: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.css-gbjwhk {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
    /* filter: brightness(65%); */
}

.css-1kl0rap {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    text-align: center;
}

.art-feed-container.art-feed-container-inner {
    padding-top: 3px;
    padding-bottom: 3px;
}

.art-feed-container.art-feed-container-inner .select {
    font-size: 17px;
}

.container.container-top {
    max-width: 880px;
}

.sponsor-container {
    position: absolute;
    top: 11px;
    left: 14px;
}

.sponsor-btn {
    border: 1px solid #757575;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 0 10px;
}

/* footer */
.footer {
    background-color: #000000;
    text-align: center;
    color: #ffff;
}

.font-weight-100 {
    font-weight: 100;
}

.footer-top h2 {
    letter-spacing: 0.2em;
}

.footer-nav-top ul,
.footer-nav-bottom ul {
    margin: 0;
    padding: 0;
}

.footer-nav-top ul li,
.footer-nav-bottom li {
    list-style: none;
    display: inline-block;
}

.footer-nav-top ul li a,
.footer-nav-bottom ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    padding: 0 20px;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-nav-bottom ul li a {
    font-size: 12px;
    padding: 0 15px;
    color: #ccc;
}

.footer-nav-top ul li a:hover {
    color: #ccc;
}

.footer-nav-bottom ul li a:hover {
    color: #fff;
}

.footer-top p {
    font-size: 15px;
}

.follow-me ul {
    margin: 0;
    padding: 0;
}

.follow-me li {
    display: inline-block;
    padding: 0 10px;
    list-style: none;
}

.copy-right {
    font-size: 12px;
    margin-top: 10px;
}

.bio-art {
    width: 80%;
    margin: 0 auto;
}

.img-all-art img {
    width: 250px;
    height: 380px;
    object-fit: contain;
}

.text-small span {
    display: block;
    font-size: 12px;
}

.big-text {
    font-size: 36px;
    font-weight: 900;
}

.border-gray-top {
    border-top: 1px solid #4d4d4d !important;
}

.border-gray-bottom {
    border-bottom: 1px solid #4d4d4d !important;
}

.text-big-modal {
    font-weight: 900;
    font-size: 52px;
}


.contest-price h3,
.contest-description h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #757575;
    padding: 7px 15px;
}


.cursor-pointer {
    cursor: pointer;
}

.contests-price {
    color: #fff;
    font-size: 35px;
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
}

.contests-price.contest-price-center {
    font-size: 23px;
    top: 8px;
    right: 7px;
}

.submit-modal-btn {
    width: 92px;
    border-radius: 2px;
}

.contests-price p {
    font-size: 22px;
}

.artist-right h2 {
    font-size: 33px;
    font-weight: 700;
}

.profile-top img {
    width: 28px;
    height: 28px;
    border-radius: 100em;
}

/* artist */

.artist-img img {
    width: 440px;
    object-fit: contain;
    height: 320px;
}

.judge-container {
    width: calc(100%/3);
    text-align: center;
}

.judge-img {
    width: 156px;
    margin: 0 auto;
    height: 156px;
}

.img-columns a.bottom-link {
    height: auto;
    border: none;
    text-align: right;
    color: #ccc;
    text-decoration: none;
}

.img-columns a.bottom-link:hover {
    color: #fff;
}

.judge-img img {
    width: 156px;
    object-fit: contain;
    height: 156px;
}

.contest-price h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}

.vote {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bottom-text {
    position: relative;
}

.mItem:hover .vote {
    display: block;
}

.collection-modal-container {
    width: 575px;
    margin: 0 auto;
}

.nav.collection-tab .nav-link {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #ccc;
    font-size: 14px;
}

.nav.collection-tab .active.nav-link {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
}

span.span-line {
    display: block;
    height: 1px;
    background-color: #ccc;
    width: 70px;
    margin: 0 auto;
}

.nav.collection-tab .active.nav-link~span {
    background-color: #fff;
}

.collection-tab~.tab-content {
    border: 1px solid #757575;
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
}

.btn-container.btn-container-collection {
    background: linear-gradient(to top, rgb(3 3 3) 0%, rgb(17 17 17 / 90%) 100%);
    top: -53px;
}

.bank-account-link {
    line-height: 40px;
    text-decoration: none;
}

.collection-title h2 {
    font-size: 24px;
}

.small-input {
    width: 160px;
}

.small-text {
    font-size: 14px;
}

.css-mhqmqd.custom-image-ratio::before {
    padding-bottom: 55.25%;
}

.model-inner-container {
    width: 550px;
    margin: 0 auto;
}

.like svg,
.add-button svg {
    fill: #fff;
}

.collection-img {
    background: none;
    text-decoration: none;
    color: transparent;
}

.collection-img:hover {
    color: transparent;
}

.winner-art {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.winner-place {
    padding-top: 60px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    padding-bottom: 60px;
    margin-top: 60px;
}

.view-all-submissions {
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #757575;
    background-color: transparent;
    color: #fff;
    height: 56px;
    margin-top: 50px;
    padding: 0 64px;
}

.large-claim-btn {
    height: 68px;
    font-size: 22px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 20px;
    width: 298px;
}

/* spotlight */

.top-slider-button button {
    position: static;
}


.radio {
    margin: 0.5rem;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #000;
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #ccc;
}

.radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}

.stripe-img {
    border: 1px solid #6d6d6d;
    display: inline-block;
    padding: 8px 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

h2.wallet-doller {
    font-size: 65px;
    color: #fff;
}

form {
    padding: 0;
    margin: 0;
}

/* Expandable search box */
/* Note: don't change 0.8s in transition. */
/* --------------------- */
input.search-text {
    color: #000;
    position: relative;
    z-index: 5;
    transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
    height: 40px;
    width: 0;
    margin: 0;
    padding: 5px 0 5px 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 100em;
    border: 1px solid transparent;
    /*background: url(search.png) no-repeat left 9px center transparent;*/
    background: url('../img/search-icon.png') no-repeat center center;
}

.search-section input.search-text {
    background-size: 20px;
    position: relative;
    top: 0;
    height: 31px;
    padding-left: 32px;
}

.search-section input.search-text:focus {
    width: 200px;
}

input.search-text:focus {
    z-index: 3;
    width: 250px;
    border: 1px solid #666;
    background-color: white;
    outline: none;
    cursor: auto;
    padding-right: 10px;
}

input.search-submit {
    position: relative;
    z-index: 4;
    top: 17px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 30px;
    cursor: pointer;
    background: none;
}

input.search-text::-webkit-search-cancel-button {
    cursor: pointer;
}

.custom-modal .follow-header .modal-title {
    font-size: 36px;
    letter-spacing: 2px;
}

.follower-img img {
    max-width: 100%;
    width: 115px;
    height: 115px;
}


.follow button {
    background: transparent;
    border: none;
    padding: 0 6px;
    border: 1px solid #757575;
    color: #fff;
    width: 120px;
    transition: all .3s ease-in;
    font-size: 12px;
    text-transform: uppercase;
    height: 33px;
}

.follow button:active {
    outline: none;
}

.follow button:visited {
    outline: none;
}

.border-gray-right {
    border-right: 1px solid #757575;
}

.checkbox-container label.form-check-label {
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
    margin-top: 1px;
}

.tooltip-inner {
    background-color: #000;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    font-size: 12px !important;
    border: 1px solid #707070 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2d2d2d !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2d2d2d !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2d2d2d !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2d2d2d !important;
}

.logo-mobile {
    display: none;
}

.toggleSwitch span span {
    display: none;
}

.mob-serch-form input.mob-search {
    border-radius: 100em;
    border: none;
    height: 34px;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 15px;
}

.discover-search {
    width: 450px;
    margin: 0 auto;
}

.discover-search p {
    position: relative;
    margin-bottom: 0;
}

.discover-search img {
    position: absolute;
    left: 15px;
    top: 8px;
}

.discover-search input {
    background-color: transparent;
    border: 1px solid #4d4d4d;
    border-radius: 100em;
    padding-left: 49px;
    font-size: 14px;
    height: 40px;
    text-align: center;
    color: #fff;
}

.discover-search input::placeholder {
    color: #fff;
    font-size: 12px;
}

.discover-search input:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-color: #fff;
}

.discover-tab button.active {
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
}

.discover-tab button {
    background-color: transparent !important;
    color: #B3B3B3;
    font-size: 16px;
}

.discover-tab .nav-tabs {
    border-color: #999999;
}

.discover-tab button:hover {
    color: #fff;
}

.art-container.art-container-gallery {
    max-width: 700px;
}

.chat_container {
    border: 1px solid #4D4D4C;
    padding: 50px 20px;
}

.topic-top h3,
.topic-top p {
    color: #fff;
}

.avatar-left {
    width: 44px;
    height: 100%;
}

.chat_bg_gray {
    background-color: #f5f6f7;
}

.row-artist-credit .border-gray-bottom:nth-child(even) .follower-container {
    border-right: none !important;
}

#chat2 .form-control {
    border-color: transparent;
}

#chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.filelabel {
    width: 24px;
    display: block;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    margin-left: 10px;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
    color: grey;
    transition: 200ms color;
}



.filelabel:hover i,
.filelabel:hover .title {
    color: #1665c4;
}

#FileInput {
    display: none;
}

.follower-text a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.follower-text a:hover {
    text-decoration: underline;
}

@media only screen {
    .toggleSwitch {
        display: block;
        position: relative;
        overflow: visible;
        padding: 0;
        cursor: pointer;
    }

    .toggleSwitch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .toggleSwitch label,
    .toggleSwitch>span {
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .toggleSwitch input:focus~a,
    .toggleSwitch input:focus+label {
        outline: none;
    }

    .toggleSwitch label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }

    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

    .toggleSwitch>span {
        position: absolute;
        width: 100%;
        margin: 0;
        text-align: left;
        white-space: nowrap;
    }

    .toggleSwitch>span span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        width: 50%;
        text-align: left;
        width: 100%;
        top: -3px;
        opacity: 0;
    }

    .toggleSwitch a {
        position: absolute;
        z-index: 4;
        display: block;
        height: 100%;
        padding: 0;
        left: 6px;
        top: 1px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #CCC;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    }

    .toggleSwitch>span span:first-of-type {
        color: #ccc;
        opacity: 1;
    }

    .toggleSwitch>span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -4px;
        background-color: transparent;
        border: 2px solid #4d4d4d;
        border-radius: 30px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .toggleSwitch input:checked~a {
        border-color: #fff;
        left: auto;
        right: 5px;
    }

    .toggleSwitch input:checked~span:before {
        border-color: #fff;
    }

    .toggleSwitch input:checked~span span:first-of-type {
        opacity: 0;
    }

    .toggleSwitch input:checked~span span:last-of-type {
        opacity: 1;
        color: #fff;
    }

    /* Switch Sizes */
    .toggleSwitch.large {
        width: 75px;
        height: 18px;
    }

    .toggleSwitch.large>span {
        height: 28px;
        line-height: 28px;
    }

    .toggleSwitch.large>span span {
        font-size: 12px;
        font-weight: 600;
    }

    .toggleSwitch.large>span span:first-of-type {
        padding-left: 30px;
    }

    .toggleSwitch.large input:checked~span>span {
        padding-left: 12px;
    }

    .toggleSwitch.xlarge {
        width: 80px;
        height: 36px;
    }

    .toggleSwitch.xlarge a {
        width: 36px;
    }

    .toggleSwitch.xlarge>span {
        height: 38px;
        line-height: 37px;
    }

    .toggleSwitch.xlarge input:checked~a {
        left: 52px;
    }

    .toggleSwitch.xlarge>span span {
        font-size: 1.4em;
    }

    .toggleSwitch.xlarge>span span:first-of-type {
        left: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .custom-container {
        max-width: 60em;
    }
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 2 !important;
    }
}


@media screen and (max-width: 991px) {
    .custom-container {
        max-width: 100%;
    }

    .bio-box-inner {
        width: 100%;
    }

    .inner-flex {
        flex-wrap: wrap;
    }

    .inner-left,
    .inner-right {
        width: 100% !important;
    }

    .px-75 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {

    .uploaded_file_view,
    .bedge-container {
        width: 150px;
        height: 150px;
    }

    .db-tab .nav-link,
    .settings-container .label-border-bottom {
        font-size: 16px;
    }

    .custom-input,
    .select-options li,
    .select-styled,
    .customization-check .form-check-label {
        font-size: 14px;
    }

    .customization-check .form-check-input {
        width: 20px;
        height: 20px;
    }

    .customization-check .form-check-label {
        margin-left: 12px;
    }

    .user-profile {
        width: 150px;
        height: 150px;
    }

    .user-name {
        top: 0;
    }

    .user-name h2 {
        font-size: 26px;
        margin-top: 10px;
    }

    .bio-top {
        width: 100%;
    }

    .top-title-heading h2 {
        font-size: 24px;
    }

    .feature h2 {
        font-size: 16px;
    }

    .contests-price {
        font-size: 24px;
    }

    .contests-price p {
        font-size: 14px;
    }

    .css-1kl0rap {
        font-weight: 700;
        font-size: 32px;
    }

    .single-heading {
        font-size: 18px;
        font-weight: 500;
        padding: 0 10px;
    }

    .contests-price.contest-price-center {
        font-size: 18px;
    }

    #columns {
        column-gap: 0px;
    }

    #columns figure {
        width: 100%;
    }

    .bio-box {
        padding: 10px;
    }

    .footer-nav-top ul li,
    .footer-nav-bottom li {
        list-style: none;
        display: block;
        padding-bottom: 5px;
    }

    .footer-top p {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .px-75 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .btn-30 {
        padding: 0 10px;
        font-size: 12px;
        width: auto;
        margin-right: 10px;
        height: 26px;
        line-height: 26px;
    }

    .btn-none {
        font-size: 12px;
    }

    .navbar-brand {
        margin-right: 10px;
    }

    .toggleSwitch.large {
        width: 45px
    }

    .toggleSwitch.large>span>span {
        display: none;
    }

    .custom-modal .modal-header {
        margin: 0 20px;
    }

    .custom-modal .modal-title {
        font-size: 18px;
    }

    .btn-close {
        right: -18px;
    }
}

@media screen and (max-width: 575px) {
    .btn-main {
        border-radius: 2px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 2px;
    }

    .brand-logo-img {
        left: 30px;
    }

    .btn-mob img {
        width: 22px;
    }

    .custom-modal .modal-dialog {
        padding: 0 17px;
    }

    .main-flex {
        flex-wrap: wrap;
    }

    .left-container,
    .right-container {
        width: 100% !important;
    }

    .db-heading h3 {
        font-size: 24px;
    }

    .profile-bio {
        flex-wrap: wrap;
        justify-content: center;
    }

    .user-profile {
        width: 120px;
        height: 120px;
        margin: auto;
    }

    .user-details h3 {
        font-size: 24px;
        margin-top: 15px;
    }

    .user-details p {
        color: #ccc;
        margin-bottom: 5px;
    }

    .about-bio p {
        font-size: 14px;
    }

    .about-bio h3 {
        font-size: 18px;
    }

    .bio-nav li.nav-item .nav-link {
        font-size: 14px;
    }

    .bio-top {
        flex-wrap: wrap;
    }

    .bio-top>div {
        width: 100%;
        text-align: center;
    }

    .bio-top>div>button {
        width: 50%;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bio-top>div.follow-container {
        width: 50%;
        margin: 0 auto;
    }

    .user-name h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .bio-box {
        padding: 20px;
    }

    .bio-top>div.follow-container,
    .bio-top>div>button {
        width: 60%;
    }

    .masonry {
        column-count: 1 !important;
    }
}




.toggle-btn label {
    display: block;
    width: 45px;
    height: 24px;
    background: #aaa;
    border-radius: 30px;
    transition: all 300ms linear;
}

.toggle-btn label:before {
    position: relative;
    content: "";
    width: 16px;
    height: 16px;
    background: #ddd;
    display: block;
    border-radius: 50%;
    top: 4px;
    left: 5px;
    transition: all 300ms linear;
}

.toggle-btn.red input:checked+label {
    background: orangered;
}

.toggle-btn input:checked+label {
    background: #666;
}

.toggle-btn input:checked+label:before {
    left: 25px;
}

.toggle-btn input {
    display: none;
}


.trade-fs-size {
    font-size: 22px;
 }
.brand-login.google-login-btn {
    background-color: #fff;
    box-shadow: 0px 1px 2px #0000003d;
    border-radius: 2px;
    opacity: 1;
    border: none;
    height: 40px;
    width: 212px;
    position: relative;
    margin: 0 auto;
}

.brand-login.login-btn-apple {
    background-color: #fff;
    height: 40px;
    position: relative;
    width: 212px;
    border-radius: 2px;
    margin: 0 auto;
}

.brand-login.login-btn-apple .brand-logo-img~span{
    color: #0a0a0a;
}

.brand-login.login-btn-apple  .brand-logo-img{
    left: 28px;

}

.ads-remove-fixed-amount {
    width: 90px;
    border: 1px solid #6d6d6d;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
}

.custom-modal.ads-remove-modal .modal-title{
    font-size: 36px;
}

.aspect-ratio {
    position: relative;
    overflow: hidden;
}

.aspect-ratio__content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.aspect-ratio_16-9 {
    padding-top: calc(9/16*100%);
}

.aspect-ratio_5-4 {
    padding-top: calc(4/5*100%);
}

.aspect-ratio_4-3 {
    padding-top: calc(3/4*100%);
}

.aspect-ratio_1-1 {
    padding-top: 100%;
}

.aspect-ratio_circle {
    padding-top: 100%;
    border-radius: 100%;
}



