:root {
    --bs-font-sans-serif: "Roboto", system-ui,-apple-system,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

a {
    color: #f09;
    text-decoration: none;
}

.main .container {
    max-width: 812px;
}

.navbar {
	border-bottom: 1px solid var(--bs-border-color);
	margin-bottom: 25px;
}

.navbar-brand img {
	max-width: 200px;
}

.searchbar {
	height: 40px;
}

#navbar form {
    flex: 1;
}

.filters,
.content {
	padding: 15px;
}

.filters .form-check {
    color: var(--bs-heading-color);
    cursor: pointer;
}

.filters .form-check-container {
    pointer-events: none;
}

.filters .form-check-container label {
    margin-left: 6px;
    font-size: 0.9rem;
}

.filters_nav {
    padding: 0;
    margin-top: 15px;
}

.filters_nav_content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: None;
}

.form-check-input[type="radio"] {
    border-radius: 2px;
}

.content {
	padding: 0;
}

.content .subheader {
    font-weight: 300;
    font-size: 1.3rem;
    opacity: 0.7;
    margin-bottom: 20px;
}

.main .filters {
	border-radius: 10px;
	border: 1px solid var(--bs-border-color);
    position: sticky;
    position: -webkit-sticky;
    top: 25px; /* required */
}

.main .content {
}

.profile {
	display: flex;
	gap: 15px;
	border-radius: 10px;
	border: 1px solid var(--bs-border-color);
	padding: 15px;
}

.profile .avatar {
	flex-shrink: 0;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.avatar_badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #F09;
    /*border-top-right-radius: 5px;*/
    border-bottom-right-radius: 5px;
    padding: 0px 15px;
    color: white;
}

.profile .title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.profile .title .name {
	font-weight: 700;
	margin: 0;
}

.profile .title .username {
    opacity: 0.75;
    font-weight: 100;
    font-size: 1rem;
    color: var(--bs-heading-color);
    overflow: hidden;
    white-space: nowrap;
}

.profile .avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile .stat {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 15px;
}

.stat_price {
    display: none;
}

:root[data-bs-theme="dark"] .profile .stat img, :root[data-bs-theme="dark"] .desc_info_info img, :root[data-bs-theme="dark"] .main form .btn>img {
	filter: invert();
}

.profile .profile_btn {
	/*float: inline-end;*/
	/*position: absolute;
    bottom: 0;
    right: 0;*/
}

.description_wrapper {
    max-width: calc(100% - 125px);
}

.description_tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #ff0099;
    opacity: 0.9;
    font-size: 0.9rem;
}

.description_tags span {
    border: 1px solid #f09;
    border-radius: 5px;
    padding: 0px 10px;
}

.description {
    /*max-height: 62px;*/
    overflow: hidden;
    font-size: 0.9rem;
    display: inline;
}

.desc_info {
    /*min-width: 150px;
    float: right;*/
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.desc_info_info {
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.info {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.desc_info_price {
    position: relative;
}

.desc_info_price.strike::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--bs-body-color);
    display: block;
    top: 50%;
}

.start_form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.start_img {
	width: 100%;
	max-width: 500px;
	margin-top: 150px;
	margin-bottom: 50px;
}

.form_inp_wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 15px 25px 35px;
	border: 1px solid var(--bs-border-color);
	border-radius: 10px;
}

.start_few_cat button {
	padding: 0;
	font-size: 1.15rem;
}

.start_form_subm, .profile_btn > button {
	--bs-btn-hover-bg: #c00274;
	--bs-btn-hover-border-color: #c00274;
	--bs-btn-bg: #ff0099;
	--bs-btn-border-color: #ff0099;
	--bs-btn-active-bg: #ff0099;
	--bs-btn-active-border-color: #ff0099;

	font-size: 0.9rem;
}

.dropdown-item.active, .dropdown-item:active {
    --bs-dropdown-link-active-bg: #ff0099;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: #ff0099;
    border-width: 2px;
}

.start_form_subm {
	margin-top: -20px;
	padding: 10px 70px;
	/* background-color: #ff0099; */
}

.featured_section h3 {
	margin-bottom: 25px;
}

.profile {
	margin-bottom: 25px;
}

.footer-col-header {
    font-weight: 600;
}

.categories_list button {
	padding: 0;
}

.categories_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
	margin-bottom: 25px;
}

.categories_list > .footer-col {
	display: flex;
	flex-direction: column;
}

.disclaimer {
	border-top: 1px solid var(--bs-border-color);
	padding-top: 15px;
	text-align: center;
	margin-bottom: 15px;
    opacity: 0.5;
    font-size: 0.8rem;
}

/*GETMYLINKS*/

.main .content {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1, .avatar, .description, .profile_btn {
    margin-bottom: 30px;
}

.avatar {
    flex-shrink: 0;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.description {
    text-align: center;
}

/*BOOTSTRAP CONTAINER OVERRIDE*/
@media (min-width: 1400px) {
    .container {
        max-width: 1120px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1120px;
    }
}
/*BOOTSTRAP CONTAINER OVERRIDE*/

@media (max-width: 420px) {
    .main .content {
        margin-top: 30px;
    }

    .avatar {
        border-radius: 0%;
        width: calc(100vw - 20px);
        height: calc(100vw - 20px);;
    }
}
