@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress img {
    opacity: 0 !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

html {
    background: #fff;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    min-height: 100vh;
    color: #222222;
    background: #fafafa;
}

a {
    color: #4c7eff;
}

.font-normal {
    font-weight: normal !important;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.flex-center {
    align-items: center;
}

label {
    font-weight: normal;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex {
    display: flex !important;
}

.flex-grow {
    flex-grow: 1;
}

.flex-col {
    flex-direction: column;
}

.flex-gap {
    gap: 10px;
}

.flex-none {
    flex: none !important;
}

.flex-justify-center {
    justify-content: center;
}

.feed-header a {
    text-decoration: none;
}

.feed-header .feed-sort a.active {
    color: #000;
}

.feed-header .feed-sort {
    gap: 20px;
}

img {
    width: 100%;
    max-width: 100%;
}

.feed-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1);
}

.relative {
    position: relative;
}

.feed-item-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
}

.feed-item-loves {
    color: #000 !important;
    cursor: pointer;
    text-decoration: none !important;
}

.feed-item-loves svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.feed-item-loves span {
    display: inline-block;
    line-height: 1em;
}

.feed-item-user svg,
.feed-item-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.feed-item-user svg {
    background-color: #fff;
}

.feed-header {
    margin-bottom: 20px;
}

.feed-item-location .small {
    font-size: 14px;
    font-weight: normal;
}

.feed-item-user {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
}

.feed-item-author {
    margin-top: 10px;
}

.feed-item-location {
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    position: relative;
    z-index: 1;
}

.account-link img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.header-logo span {
    color: red;
}

.header-logo {
    font-weight: bolder;
    font-size: 25px;
    color: #000 !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.header-logo svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.header-menu a {
    display: inline-block;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.header-menu a svg {
    height: 30px;
    width: 30px;
}

.link-icon {
    line-height: 0;
}

.header-menu a.account-link svg,
.header-menu a.account-link img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.header-menu {
    gap: 15px;
}

.header nav {
    height: 60px;
}

.new-photo svg {
    height: 20px !important;
    width: 20px !important;
    background-color: #ef7d88;
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
}

.new-photo {
    background: #4c7eff;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px;
    font-size: 14px;
}

.full-height {
    height: calc(100vh - 60px);
}

.empty-files svg {
    height: 90px;
    width: 90px;
}

.btn-primary {
    background-color: #4c7eff !important;
}

.upload-text div {
    margin-bottom: 30px;
}

.upload-text {
    font-size: 20px;
    margin-bottom: 50px;
}

.full-files {
    margin-top: 50px;
}

.feed-content {
    row-gap: 30px;
}

.profile-page .feed-image-wrapper,
.home-page .feed-image-wrapper {
    height: 620px;
}

.dropdown-toggle {
    cursor: pointer;
}

.country-dropdown .dropdown-menu ul a {
    display: inline-block;
    width: 100%;
}

.no-feeds h2 {
    font-size: 50px;
    color: #999;
}

.search-wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
}

.search-wrapper svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.feed-content {
    margin-top: 50px;
}

.no-feeds {
    text-align: center;
    margin-top: 20vh;
}

.no-feeds-cta {
    display: inline-block;
    margin: auto;
}

.profile-section {
    padding-top: 50px;
}

.profile-picture svg {
    height: 120px;
    width: 120px;
}

.profile-picture {
    margin-right: 30px;
}

.profile-username div {
    font-weight: bold;
    font-size: 22px;
}

.margin-left-auto {
    margin-left: auto !important;
}

.profile-interactions {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 30px;
}

.profile-bio {
    font-size: 13px;
}

.interaction-item .interaction-label {
    font-size: 12px;
}

.interaction-item {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
}

.profile-name {
    color: #999;
    font-size: 15px;
}

.profile-section-wrapper {
    display: inline-block;
    max-width: 520px;
}

.profile-picture img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.feed-item-loves div {
    line-height: 0;
}

.btn:not(.btn-xs) {
    font-size: 16px;
}

label {
    font-size: 14px;
}

.state-item .state-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.feed-item-location a {
    color: #fff !important;
    text-decoration: none !important;
}

.state-item .state-post {
    overflow: hidden;
}

.line-height-0 {
    line-height: 0;
}

.state-post img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.state-item {
    width: 120px;
    text-align: center;
    color: #000 !important;
    text-decoration: none !important;
    flex: none;
}

.flex-no-wrap {
    flex-wrap: nowrap !important;
    overflow: auto;
}

.heading {
    background-color: #f0f0f0;
    padding-bottom: 50px;
}

a.mobile-menu {
    line-height: 0 !important;
    margin-right: 10px;
}

.mobile-menu svg {
    height: 20px;
    width: 20px;
    line-height: 0;
    vertical-align: middle;
}

.feed-item-wrapper {
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;
}

.feed-image-wrapper {
    display: inline-block;
    height: 450px;
    width: 100%;
}

.states-list {
    padding-bottom: 10px;
    margin-top: 50px;
}

.feed-section {
    margin-bottom: 50px;
}

.access-header {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.access-header a {
    padding: 3px 5px;
}

.header {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10001;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.flex-right {
    justify-content: flex-end;
}

.page-container {
    padding-top: 60px;
}

.border-less {
    border: 0 !important;
}

.destination-toggle span {
    display: inline-block;
    line-height: 1em;
}

.profile-username .dropdown a,
.profile-username .dropdown {
    line-height: 0;
    display: inline-block;
}

.profile-username .dropdown svg {
    height: 25px;
    width: 25px;
}

.profile-username .dropdown .dropdown-menu a {
    line-height: 1em;
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
}

.new-visitors-wrapper a img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.new-visitors-wrapper a {
    display: inline-block;
    vertical-align: top;
}

.new-visitors-wrapper {
    font-size: 13px;
    margin-top: 50px;
}

.margin-less {
    margin: 0 !important;
}

.container.home-page {
    margin-top: 20px;
}

.profile-picture icon {
    line-height: 120px;
    width: 120px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 50px;
    background-color: #dbdbdb;
    border-radius: 50%;
}

.page-header {
    font-weight: bold;
}

h1 {
    margin: 0;
}

h1.main-header {
    font-size: 80px;
    font-weight: 900;
}

.countries-list a {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

form.search-wrapper [name=suggestion] {
    background-color: #fafafa;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    height: inherit;
    padding: 20px;
    border-radius: 50px;
}

h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.country-dropdown .dropdown-menu ul {
    max-height: 400px;
    overflow-y: scroll;
    width: 100%;
}

.state-post .empty-photo {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: inline-block;
    background-color: #f0f0f0;
}

.state-post {
    line-height: 0;
}

.state-item .more-entries {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    color: #4c7eff;
    font-weight: bold;
    line-height: 1.2em;
}

.country-dropdown .dropdown-menu {
    padding: 10px;
}

.bookmark-toggle svg {
    height: 30px;
    width: 30px;
}

.footer {
    font-size: 12px;
}

.min-height {
    min-height: 80vh;
}

.country-dropdown {
    margin-right: 20px;
}

.dropdown a {
    cursor: pointer;
}

.languages-dropdown {
    max-height: 400px;
    overflow-y: scroll;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.profile-picture.photo-editable {
    cursor: pointer;
}

.country-dropdown .dropdown-menu input {
    margin-bottom: 20px;
}

.autosuggest ul {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    border-radius: 10px;
}

.destination-toggle {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.autosuggest {
    position: relative;
}

.autosuggest ul li {
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
}

.search-wrapper svg {
    height: 15px;
    width: 15px;
    margin-left: 20px;
}

.new-visitors-wrapper a icon {
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #f0f0f0;
    text-transform: uppercase;
    font-size: 20px;
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.flex-row-gap {
    row-gap: 30px;
}

.autosuggest ul li:hover {
    background-color: #f9f9f9;
}

.edit-post {
    line-height: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.edit-post svg {
    height: 15px;
    width: 15px;
}

.feed-item-description:after {
    content: ' ';
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .878));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.breadcrumb li {
    flex: none;
}

.breadcrumb {
    background-color: transparent;
    margin-top: 20px;
    overflow: auto;
    padding-left: 0;
}

.breadcrumb a {
    color: #000;
    font-size: 13px;
}

.hero {
    background-color: #272c37;
    color: #fff;
    position: relative;
    padding: 100px 0 100px;
}

.hero h1 {
    font-size: 35px;
    line-height: 1.3;
    margin-top: 0;
    font-weight: 600;
}

.hero h2 {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 0;
}

.hero-box {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 100;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.wave svg {
    fill: #fafafa;
}

.hero-c2as a:not(.btn) {
    color: #fff !important;
    font-size: 18px;
}

.hero-box-header {
    background-color: #edf2f7;
    border-radius: 5px 5px 0 0;
    padding: 8px;
    color: #4a4a4a;
}

.hero-result {
    padding: 15px;
    color: #4a4a4a;
}

.hero-result input {
    height: 40px;
}

.hero-result .login-section {
    font-size: 12px;
}