body, div, ul, li, input, select, textarea, p, td, h1, h2, h3 {
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
:root {
    --body-background: #d9e6f7;
    --primary: #ddeefe;
    --secondary: #eff8ff;
    --avatar-background: #f0f0f0;
    --link: #3a8ab2;
    --link-hover: #23527c;
    --card-background: #fff;
    --card-border: #aaa;
    --search-background: #5778a3;
    --orkut: #ed2590;
    --tab-background: #fff;
    --tab-active-background: #87a1c6;
    --tab-active-color: #fff;
    --tab-border: #b4c5df;
    --warning-background: #fcfdde;
    --font-color: #333333;
    --font-mute-color: #8c8c8c;
    --button-color: #609abf;
    --button-border: #c5c6ca;
    --button-background: #fff;
    --button-color-hover: #609abf;
    --button-border-hover: #c5c6ca;
    --button-background-hover: #fff;
    --navbar-background: #5888c6;
    --navbar-item-color: white;
    --skill-color: #5a5a5a;
    --blockquote-background: transparent;
    --blockquote-border: #555;
    --breadcrumb-active: #363636
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere
}

body {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    background: var(--body-background)
}

main {
    background: var(--body-background);
    min-height: 100vh
}

.has-navbar-fixed-top {
    padding-top: 42px
}

audio,video {
    width: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

hr {
    width: 100%;
    background-color: var(--body-background);
    border: none;
    display: block;
    height: 1px;
    margin: 5px 0
}

img {
    max-width: 100%;
}

a,.button-link {
    color: var(--link);
    text-decoration: none;
    cursor: pointer
}

a:focus,a:hover,.button-link:focus,.button-link:hover {
    color: var(--link-hover);
    text-decoration: underline
}

a.link {
    font-weight: 800;
    /* text-decoration: underline; */
    font-size: 12px;
    margin-left: 2px
}

.button--disable,.button--disable:hover,.link--disable,.link--disable:hover {
    text-decoration: none;
    color: var(--font-mute-color);
    cursor: not-allowed
}

.button {
    margin-left: 5px;
    /* width: 80px; */
    border: 1px solid #c5c6ca;
    color: #609abf!important;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 12px;
    background: #fff;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(66%,rgba(255,255,255,1)),color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}

.button:hover,.button:active,.button:focus {
    text-decoration: underline;
    color: var(--button-color-hover);
    border: 1px solid var(--button-border-hover);
    background: var(--button-background-hover);
    cursor: pointer
}

.button-link {
    background: none!important;
    border: none;
    padding: 0!important;
    cursor: pointer;
    display: inline-flex;
    justify-content: start;
    align-items: flex-start;
    gap: 2px
}

.input,.textarea {
    width: 100%;
    padding: 0 5px
}

.progress {
    width: 47px;
    height: 15px
}

.progress__bar {
    width: 100%;
    height: 100%
}

.progress.trusty {
    background: url(/static/img/sprite.png?v=234266) -319px -14px
}

.progress.trusty .progress__bar {
    background: url(/static/img/sprite.png?v=234266) -319px 0px
}

.progress.cool {
    background: url(/static/img/sprite.png?v=234266) -366px -14px
}

.progress.cool .progress__bar {
    background: url(/static/img/sprite.png?v=234266) -366px 0px
}

.progress.sexy {
    background: url(/static/img/sprite.png?v=234266) -413px -14px
}

.progress.sexy .progress__bar {
    background: url(/static/img/sprite.png?v=234266) -413px 0px
}

.skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 15px 0
}

.skills__item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    list-style-type: none
}

.skills__item p {
    color: var(--skill-color);
    font-size: 10px;
    letter-spacing: .7
}

.tabs {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 11px;
    zoom: 90%;
}

.tabs a {
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: top;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(66%,rgba(255,255,255,1)),color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(232, 232, 232, 1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(232, 232, 232, 1) 100%);
    /* background-color: var(--tab-background); */
    border-radius: 6px 6px 0 0;
    border: 1px solid var(--tab-border);
    padding: 3px 4px!important;
    border-bottom-color: transparent!important
}

.tabs li {
    display: block
}

.tabs li.is-active a {
    background: var(--tab-active-background);
    color: var(--tab-active-color)!important;
    font-weight: bolder;
}

.tabs ul {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    border-bottom: 1px solid var(--tab-border);
    column-gap: 3px;
}

.tabs.is-fullwidth li {
    /* flex-grow: 1; */
    flex-shrink: 0;
}

.container {
    width: 100%;
    margin: 0
}

@media screen and (min-width: 1024px) {
    .container {
        width:1020px;
        margin: auto
    }
}

.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    background: url(/img/header_bg.png);
    background-color: var(--navbar-background);
    background-repeat: repeat-x;
    margin-bottom: 10px;
    z-index: 11
}

.navbar-menu {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-brand {
    display: inline-block;
    width: 79px;
    height: 31px;
    background: url(/static/img/orkut_logo.png) -158px 0;
    background-color: #f2f4f9;
}

.navbar-start {
    display: flex;
    justify-content: start;
    align-items: center
}

.navbar-end {
    display: flex;
    justify-content: right;
    align-items: center
}

a.navbar-item {
    padding: 5px;
    color: var(--navbar-item-color);
    cursor: pointer;
    font-size: 11px;
}
a.navbar-item-coisa {
    color: #708e9591;
}
a.navbar-item-coisa2 {
    color: var(--navbar-item-coisa2-color, #043c70);
    font-weight: 999;
    font-size: 13;
}
a.navbar-item:hover {
    color: var(--navbar-item-color)
}

blockquote {
    margin: 0 0 10px;
    padding: 5px 0 5px 10px;
    background: transparent;
    border-left: 5px solid var(--blockquote-border)
}

.form-search {
    display: flex;
    justify-content: start;
    align-items: center;
    background: var(--search-background);
    height: 23px;
    padding: 2px 5px 2px 9px;
    border-radius: 7px
}

.form-search input {
    height: 19px;
    border-radius: 0;
    max-width: 128px;
    padding: 2px;
    border: 0;
    font-size: 12px;
    letter-spacing: .7px
}

.form-search button {
    padding: 3px 2px 0 7px;
    height: 19px;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 1023px) {
    .form-search-mobile {
        display:none;
        position: fixed;
        top: 32px;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 10px;
        background-color: var(--card-background);
        box-shadow: 0 .5em 1em #0000000d
    }

    .form-search-mobile .input {
        border-radius: 9999px;
        padding: 5px;
        box-shadow: none;
        border: 1px solid var(--font-mute-color)
    }

    .form-search-mobile--active {
        display: block
    }
}

.card {
    background: var(--card-background);
    padding: 10px;
    box-shadow: 1px 1px 5px var(--card-border);
    border-radius: 6px;
    margin-bottom: 10px
}

.card-header-title {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .8px
}

.card-content {
    padding: 5px 0;
}

.card-footer {
    margin-bottom: 5px;
    padding-top: 7px
}

.card-image {
    display: block;
}

.card-center {
    border-top-right-radius: 50px
}

.wellcome {
    font-size: 25px;
    margin: 0;
    letter-spacing: .7px
}

.name {
    font-weight: 700;
    margin: 0;
    padding: 0 5px 5px
}

.bio-info {
    color: var(--font-mute-color);
    letter-spacing: .8px;
    font-size: 11px;
    padding: 0 5px
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu li {
    padding: 4px 0
}

.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eff7ff;
    border: 0.9px solid #d9e6f7;
    height: 27px;
    width: 128px;
    margin-left: -2px;
}
.menu-flex-main{
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu--border li {
    border: 1px solid #e1e5e8;
    background: #f2f7fd;
    padding: 5px
}

.orkut-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    padding: 0 5px
}

.grid-friends-list {
    grid-template-columns: 100%
}

@media screen and (min-width: 769px) {
    .orkut-grid {
        grid-template-columns:14.2% 55.6% 28.2%;
        padding: 0
    }

    .grid-friends-list {
        grid-template-columns: 1fr 1fr 1fr
    }

    .grid-column-2-4 {
        grid-column: 2/4
    }

    .cards-grid {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: repeat(3,1fr)
    }
}

.cards-grid__item {
    margin: 0;
    padding: .25rem;
    text-align: center;
    height: 100%;
    display: block;
    background: var(--avatar-background)
}

.cards-grid__item .avatar {
    height: 65px
}

.cards-grid__item .avatar img {
    width: auto;
    max-height: 100%
}

.avatar--border img {
    margin: 3px;
    border: 1px solid white;
    outline: .5px solid #8c8c8c;
    border-radius: 5%
}

.avatar img {
    max-width: 65px;
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.friend-item p,.community-item p,.member-item p {
    text-align: center
}

.table__row {
    background-color: var(--primary)
}

.table__row__cell {
    padding: 5px;
    color: var(--font-mute-color);
    vertical-align: top
}

.table__row__cell:nth-child(2n) {
    color: inherit
}

.table__row:nth-child(2n) {
    background-color: var(--secondary)
}

@media screen and (min-width: 1024px) {
    .table {
        display:table;
        width: 100%
    }

    .table__row {
        display: table-row;
        width: 100%
    }

    .table__row__cell {
        display: table-cell;
        padding: 5px;
        text-align: right;
        color: var(--font-mute-color);
        width: 30%
    }

    .table__row__cell:nth-child(2n) {
        text-align: left;
        color: inherit;
        width: 70%
    }
}

.breadcrumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumb:not(:last-child) {
    margin-bottom: 10px
}

.breadcrumb {
    font-size: 14px;
    white-space: normal
}

.breadcrumb a {
    font-family: Times New Roman,Times,serif;
    font-size: 14px;
    align-items: center;
    color: var(--link);
    display: flex;
    justify-content: center;
    padding: 0 5px
}

.breadcrumb a:hover {
    color: var(--link-hover)
}

.breadcrumb li {
    align-items: center;
    display: flex
}

.breadcrumb li:first-child a {
    padding-left: 0
}

.breadcrumb li.is-active a {
    color: var(--breadcrumb-active);
    cursor: default;
    pointer-events: none
}

.breadcrumb li+li:before {
    color: #b5b5b5;
    content: ">"
}

.breadcrumb ul,.breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.card-profile {
    position: relative;
    overflow: hidden
}

.card-profile__menu {
    display: none;
    padding: 10px 0
}

.card-profile__toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--link);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.card-profile__toggle svg {
    color: #fff;
    font-size: 1.4em;
    transition: transform ease-in-out .25s
}

.card-profile.card-profile--active .card-profile__toggle svg {
    transform: rotate(-180deg)
}

.card-profile.card-profile--active .card-profile__menu {
    display: block
}

.status {
    outline: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    margin: 15px 0
}

.status-form {
    outline: 1px solid #eee;
    padding: 5px;
    margin: 15px 0
}

.status-form input {
    padding: 3px;
    margin-bottom: 5px
}

.table-responsive {
    border-spacing: 0;
    margin: 5px 0;
    width: 100%
}

.table-responsive td {
    padding: 5px;
    min-width: 100px;
    color: var(--font-mute-color )
}

.table-responsive thead tr {
    text-align: left
}

.table-responsive tbody tr {
    background-color: var(--primary)
}

.table-responsive tbody tr:nth-child(2n) {
    background-color: var(--secondary)
}

@media screen and (max-width: 768px) {
    .table-responsive {
        width:100%;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        table-layout: fixed
    }

    .table-responsive caption {
        font-size: 22px
    }

    .table-responsive thead {
        display: none
    }

    .table-responsive tr {
        margin-bottom: 8px;
        border: 1px solid #ccc;
        display: block;
        background-color: var(--primary)
    }

    .table-responsive tr:nth-child(2n) {
        background-color: var(--secondary)
    }

    .table-responsive th,.table-responsive td {
        font-size: 12px;
        border: 0px
    }

    .table-responsive td {
        display: block;
        border: 0px;
        text-align: right;
        width: 100%;
        padding: 0 5px
    }

    .table-responsive td:last-child {
        border-bottom: 0px
    }

    .table-responsive td:before {
        content: attr(title);
        font-weight: 700;
        text-transform: uppercase;
        float: left
    }
}

.swal2-modal--editor {
    display: flex!important;
    flex-direction: column!important;
    gap: 5px!important;
    height: 100vh!important;
    padding: 5px!important;
    max-height: calc(100vh - 20px)
}

.swal2-modal--editor .swal2-title {
    display: block!important;
    margin: 0!important;
    padding: 0!important
}

.swal2-modal--editor .swal2-actions {
    display: flex!important;
    justify-content: flex-start!important;
    flex-wrap: wrap!important;
    gap: 5px!important;
    margin: 0!important
}

@media screen and (min-width: 769px) {
    .swal2-modal--editor {
        max-height:calc(100vh - 40px)!important;
        width: 700px!important
    }
}

.delete,.modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #0a0a0a33;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px
}

.delete:before,.modal-close:before,.delete:after,.modal-close:after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.delete:before,.modal-close:before {
    height: 2px;
    width: 50%
}

.delete:after,.modal-close:after {
    height: 50%;
    width: 2px
}

.delete:hover,.modal-close:hover,.delete:focus,.modal-close:focus {
    background-color: #0a0a0a4d
}

.delete:active,.modal-close:active {
    background-color: #0a0a0a66
}

.modal,.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

.modal.is-active {
    display: flex
}

.modal-background {
    background-color: #0a0a0adb
}

.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible;
    border-radius: 6px;
    background: var(--card-background);
    margin: 0;
    padding: 10px;
    overflow: auto;
    position: relative;
    width: 98vw
}

@media screen and (min-width: 769px) {
    .modal-card {
        margin:0 auto;
        max-height: calc(100vh - 40px);
        width: 700px
    }
}

.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card-head,.modal-card-foot {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    position: relative
}

.modal-card-title {
    color: #363636;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
    margin-block:0}

.modal-card-foot button:not(:last-child) {
    margin-right: .5em
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 10px 0
}

.image {
    display: block;
    position: relative
}

.image img {
    display: block;
    /* height:100%; */
    width: auto;
    margin: 0 auto
}

.image.is-16x16 {
    height: 16px
}

.image.is-24x24 {
    height: 24px
}

.image.is-32x32 {
    height: 32px
}

.image.is-48x48 {
    height: 48px
}

.image.is-64x64 {
    height: 64px
}

.image.is-96x96 {
    height: 96px
}

.image.is-128x128 {
    height: 128px
}

.swiper-slide {
    height: auto!important;
    background-color: var(--avatar-background);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.suggestion-avatar {
    height: 90px
}

.suggestion-avatar img {
    width: auto;
    max-height: 100%
}

.timeline-header {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px
}

.video {
    padding: 5px
}

.video-title {
    font-weight: 700
}

.video-timestamp {
    color: var(--font-mute-color)
}

.video-actions {
    display: flex;
    justify-content: start;
    gap: 10px
}

.video {
    background-color: var(--primary)
}

.video:nth-child(2n) {
    background-color: var(--secondary)
}

@media screen and (min-width: 1024px) {
    .video {
        width:100%;
        display: flex;
        gap: 10px
    }

    .video-youtube,.video-content {
        width: 50%;
        min-width: 50%;
        max-width: 50%
    }
}

.my-scrapbook,.scrapbook {
    display: grid;
    background-color: var(--primary);
    column-gap: 5px;
    padding: 5px
}

.scrapbook {
    grid-template-columns: 30px 1fr;
    grid-template-areas: "scrapbook-avatar scrapbook-content"
}

.my-scrapbook {
    grid-template-columns: 15px 30px 1fr;
    grid-template-areas: "scrapbook-select scrapbook-avatar scrapbook-content"
}

.my-scrapbook:nth-child(2n),.scrapbook:nth-child(2n) {
    background-color: var(--secondary)
}

.scrapbook-content {
    grid-area: scrapbook-content;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "scrapbook-author" "scrapbook-timestamp" "scrapbook-message"
}

.scrapbook-select {
    grid-area: scrapbook-select
}

.scrapbook-avatar {
    grid-area: scrapbook-avatar
}

.scrapbook-author {
    grid-area: scrapbook-author
}

.scrapbook-message {
    grid-area: scrapbook-message
}

.scrapbook-timestamp {
    grid-area: scrapbook-timestamp;
    color: var(--font-mute-color);
    font-size: 10px
}

.scrapbook-action {
    grid-area: scrapbook-action
}

@media screen and (min-width: 1024px) {
    .scrapbook {
        grid-template-columns:65px 1fr 80px;
        grid-template-areas: "scrapbook-avatar scrapbook-content scrapbook-action";
        column-gap: 5px
    }

    .my-scrapbook {
        grid-template-columns: 15px 65px auto 80px;
        grid-template-areas: "scrapbook-select scrapbook-avatar scrapbook-content scrapbook-action";
        column-gap: 5px
    }

    .scrapbook-timestamp {
        font-size: 12px
    }

    .scrapbook-content {
        display: inline-grid;
        grid-template-columns: 1fr 100px;
        grid-template-rows: 17px auto;
        grid-template-areas: "scrapbook-author scrapbook-timestamp" "scrapbook-message scrapbook-timestamp";
        column-gap: 5px
    }
}

.circle-button {
    width: 30px;
    height: 30px;
    background: #e4e6eb;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    text-decoration: none
}

.left-menu {
    position: absolute;
    width: 100px;
    background-color: var(--card-background);
    box-shadow: 1px 1px 5px var(--card-border);
    right: 0;
    top: 17px;
    padding: 10px;
    border-radius: 6px
}

.left-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.album {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    grid-gap: 10px;
    background-color: var(--primary);
    padding: 5px
}

.album:nth-child(2n) {
    background-color: var(--secondary)
}

.album-cover {
    width: 128px;
    height: 128px;
    min-width: 128px;
    max-height: 128px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border: 3px solid #fff;
    outline: 1px solid #8c8c8c;
    object-fit: cover
}

.album-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap
}

.album-title {
    display: block
}

.album-description {
    color: var(--font-mute-color);
    margin-bottom: 10px
}

.album-timestamp {
    color: var(--font-mute-color)
}

.album-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.photo {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 5px
}

.photo-image {
    display: grid;
    place-items: center;
    max-height: 160px;
    overflow: hidden
}

.photo-image a img {
    border: 3px solid #fff;
    outline: 1px solid #8c8c8c;
    object-fit: cover;
    width: auto;
    max-width: 100%;
    max-height: 142px;
    margin: 5px
}

.photo-description,.photo-comments {
    text-align: center
}

.photo-actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

.photo-preview {
    text-align: center;
    overflow-x: auto
}

.photo-preview img {
    max-height: 80vh
}

@media screen and (min-width: 1024px) {
    .album {
        flex-wrap:nowrap
    }

    .galery {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        align-items: start;
        gap: 10px
    }
}

.button .icone-caret-left,.button .icone-caret-right {
    margin: 0 30px
}

.fan {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px;
    background: var(--primary)
}

.fan-photo {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    max-width: 64px;
    max-height: 64px;
    text-align: center;
    overflow: hidden
}

.fan-photo a img {
    height: 100%;
    width: auto
}

.fan:nth-child(2n) {
    background-color: var(--secondary)
}

.fan-interesting ul {
    padding-left: 20px
}

@media screen and (min-width: 1024px) {
    .fans {
        display:grid;
        grid-template-rows: repeat(10,auto);
        grid-auto-columns: repeat(3,1fr);
        grid-auto-flow: column
    }
}

.profile-photo {
    width: 2.7rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden
}

.create-post {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: .4rem 1rem;
    border-radius: 2rem;
    background: var(--card-background);
    box-shadow: 1px 1px 5px var(--card-border)
}

.create-post input[type=text] {
    justify-self: flex-start;
    width: 100%;
    padding-left: 1rem;
    background-color: transparent;
    color: fff;
    margin-right: 1rem;
    font-size: 14px;
    border: 0
}

.content-reactions,.content-actions {
    display: flex;
    justify-content: start;
    align-items: top;
    gap: 10px;
    padding: 5px 0;
    flex-wrap: wrap
}

.content-timestamp {
    display: inline-flex;
    color: var(--font-mute-color);
    gap: 2px
}

.view-comments {
    display: block;
    text-align: center
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    display: none;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    width: 120px;
    background-color: var(--card-background);
    box-shadow: 1px 1px 5px var(--card-border);
    right: 0;
    top: 17px;
    padding: 10px;
    border-radius: 6px
}

.dropdown-menu.active {
    display: flex
}

.reaction-box {
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    top: unset;
    right: unset;
    bottom: 25px;
    padding: 15px;
    border-radius: 2rem
}

.tiktok-player,.short-player {
    display: block;
    width: 100%;
    max-width: 323px;
    height: 574px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 5px
}

.sticker_div {
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    background-color: var(--card-background);
    box-shadow: 1px 1px 5px var(--card-border);
    width: 250px;
    height: 110px;
    overflow: auto;
    top: unset;
    right: unset;
    left: 50px;
    bottom: 25px;
    z-index: 99999
}

.warning-box {
    background: var(--warning-background);
    padding: 5px;
    margin-top: 5px
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 30rem
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}
.panel-login{
    background:#e8eefa;
    border:3px solid #fff;
    border-radius: 0px;
    margin-bottom: 10px;
}
.h1, h1 {
    font-size: 36px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.h3, h3 {
    font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.md-separator {
    width: 100%;
    border-bottom: 1px solid #ededed;
    margin: 5px 0px;
    margin-bottom: 10px;
}
.btn-orkut{
    margin-left: 5px;
    border:1px solid #c5c6ca;
    font-weight: 800;
    padding: 0px 10px;
    border-radius: 7px;
    font-size: 12px;
    color:#609abf!important;
    background: #ffffff;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(66%,rgba(255,255,255,1)),color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}
.btn-orkut-2{
    margin-left: 5px;
    border:1px solid #c5c6ca;
    color:#609abf!important;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 12px;
    background: #fff;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(66%,rgba(255,255,255,1)),color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);

}
button.btn-orkut-2{
    padding: 1.5px 10px;
}
.btn-orkut-2:hover,.btn-orkut-2:active,.btn-orkut-2:focus,.btn-orkut:hover,.btn-orkut:active,.btn-orkut:focus{
    text-decoration: underline;
    color:#609abf!important;
    background: #fff;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(66%,rgba(255,255,255,1)),color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}
.go-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    background-color: #000000b3;
    border: 0;
    border-radius: 3px;
    opacity: .7;
    padding: 10px;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center
}

.go-top:hover {
    opacity: .9;
    transform: translateY(-5px)
}

.chat {
    min-width: 200px;
    max-width: 250px;
    margin: 0;
    display: inline
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    gap: 10px
}

.chat-messages {
    height: 300px;
    overflow-y: auto;
    border: 1px solid var(--card-border)
}

.chat-form {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.online {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.online.available {
    background-color: #2fc82f
}

.online.busy {
    background-color: red
}

.online.offline {
    background-color: gray
}

.online-status-select {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 5px 0 5px 10px
}

.chat-container {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    max-width: 90%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-color: red;
    overflow: hidden;
    overflow-x: scroll
}

.list {
    color: #4a4a4a;
    flex-direction: column;
    display: flex
}

.list.has-hidden-images .list-item-image {
    display: none
}

.list.has-hoverable-list-items .list-item:hover {
    background-color: #fafafa
}

.list.has-overflow-ellipsis .list-item-content {
    min-width: 0;
    max-width: calc(var(--length)*1ch)
}

.list.has-overflow-ellipsis .list-item-content>* {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media (hover: hover) {
    .list:not(.has-visible-pointer-controls) .list-item-controls {
        opacity:0;
        visibility: hidden
    }
}

.list-item {
    align-items: center;
    transition: background-color .125s ease-out;
    display: flex;
    position: relative
}

@media (hover: hover) {
    .list-item:hover .list-item-controls,.list-item:focus-within .list-item-controls {
        opacity:initial;
        visibility: initial
    }
}

.list-item:not(.box) {
    padding: .75em
}

.list-item:not(:last-child):not(.box) {
    border-bottom: 1px solid #dbdbdb
}

@media screen and (max-width: 768px) {
    .list:not(.has-overflow-ellipsis) .list-item {
        flex-wrap:wrap
    }
}

.list-item-image {
    flex-shrink: 0;
    margin-right: .75em
}

@media screen and (max-width: 768px) {
    .list-item-image {
        padding:.5rem 0
    }
}

.list-item-content {
    flex-direction: column;
    flex-grow: 1;
    display: flex
}

@media screen and (max-width: 768px) {
    .list-item-content {
        padding:.5rem 0
    }
}

.list-item-title {
    color: #363636;
    font-weight: 600
}

.list-item-description {
    color: #7a7a7a
}

.list-item-controls {
    flex-shrink: 0;
    transition: opacity .125s ease-out
}

@media screen and (max-width: 768px) {
    .list-item-controls {
        flex-wrap:wrap;
        padding: .5rem 0
    }
}

@media screen and (min-width: 769px),print {
    .list-item-controls {
        padding-left:.75em
    }

    .list:not(.has-visible-pointer-controls) .list-item-controls {
        height: 100%;
        align-items: center;
        padding-right: .75em;
        display: flex;
        position: absolute;
        right: 0
    }
}

.is-hidden {
    display: none
}

@media screen and (max-width: 768px) {
    .is-hidden-mobile {
        display:none
    }
}

@media screen and (max-width: 1023px) {
    .is-hidden-touch {
        display:none!important
    }
}

@media screen and (min-width: 769px) {
    .is-hidden-tablet {
        display:none!important
    }
}

@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display:none!important
    }
}

.is-clickable {
    cursor: pointer
}

.is-absolute {
    position: absolute
}

.is-relative {
    position: relative
}

.is-visible {
    visibility: visible
}

.is-invisible {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    overflow: hidden
}

.has-text-mute {
    color: var(--font-mute-color)
}

.has-text-centered {
    text-align: center
}

.has-text-justified {
    text-align: justify
}

.has-text-right {
    text-align: right
}

.has-text-left {
    text-align: left
}

.is-capitalized {
    text-transform: capitalize
}

.is-lowercase {
    text-transform: lowercase
}

.is-uppercase {
    text-transform: uppercase
}

.is-italic {
    text-transform: italic
}

.is-underlined {
    text-transform: underline
}

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

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.is-danger {
    color: red
}

.is-float-left {
    float: left
}

.is-float-right {
    float: right
}

.is-flex {
    display: flex
}

.is-flex-direction-row,.is-flex-direction-row-reverse {
    flex-direction: row-reverse
}

.is-flex-direction-column {
    flex-direction: column
}

.is-flex-direction-column-reverse {
    flex-direction: column-reverse
}

.is-flex-wrap-nowrap {
    flex-wrap: nowrap
}

.is-flex-wrap-wrap {
    flex-wrap: wrap
}

.is-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse
}

.is-justify-content-flex-start {
    justify-content: flex-start
}

.is-justify-content-flex-end {
    justify-content: flex-end
}

.is-justify-content-center {
    justify-content: center
}

.is-justify-content-space-between {
    justify-content: space-between
}

.is-justify-content-space-around {
    justify-content: space-around
}

.is-justify-content-space-evenly {
    justify-content: space-evenly
}

.is-justify-content-start {
    justify-content: start
}

.is-justify-content-end {
    justify-content: end
}

.is-justify-content-left {
    justify-content: left
}

.is-justify-content-right {
    justify-content: right
}

.is-align-items-stretch {
    align-items: stretch
}

.is-align-items-flex-start {
    align-items: flex-start
}

.is-align-items-flex-end {
    align-items: flex-end
}

.is-align-items-center {
    align-items: center
}

.is-align-items-baseline {
    align-items: baseline
}

.is-align-items-start {
    align-items: star
}

.is-align-items-end {
    align-items: end
}

.is-align-items-self-start {
    align-items: self-start
}

.is-align-items-self-end {
    align-items: self-end
}

.is-align-self-auto {
    align-self: auto
}

.is-align-self-flex-start {
    align-self: flex-start
}

.is-align-self-flex-end {
    align-self: flex-end
}

.is-align-self-center {
    align-self: center
}

.is-align-self-baseline {
    align-self: baseline
}

.is-align-self-stretch {
    align-self: stretch
}

.is-flex-grow-0 {
    flex-grow: 0
}

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

.is-flex-grow-2 {
    flex-grow: 2
}

.is-flex-grow-3 {
    flex-grow: 3
}

.is-flex-grow-4 {
    flex-grow: 4
}

.is-flex-grow-5 {
    flex-grow: 5
}

.is-flex-shrink-0 {
    flex-shrink: 0
}

.is-flex-shrink-1 {
    flex-shrink: 1
}

.is-flex-shrink-2 {
    flex-shrink: 2
}

.is-flex-shrink-3 {
    flex-shrink: 3
}

.is-flex-shrink-4 {
    flex-shrink: 4
}

.is-flex-shrink-5 {
    flex-shrink: 5
}

.is-fullwidth {
    width: 100%
}

.m-0 {
    margin: 0
}

.mv {
    margin-top: 5px;
    margin-bottom: 5px
}

.mh {
    margin-left: 5px;
    margin-right: 5px
}

.gap5 {
    gap: 5px
}

.gap10 {
    gap: 10px
}

.media {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding: 5px
}

.media+.media {
    border-top: 1px solid var(--body-background);
    margin-top: 5px;
    padding-top: 5px
}

.media-left,.media-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative
}

.media-content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: inherit
}

@media screen and (max-width: 768px) {
    .media-content {
        overflow-x:auto
    }
}

.media-avatar {
    display: block;
    max-width: 30px;
    height: auto
}

@media screen and (min-width: 1024px) {
    .media-avatar {
        max-width:60px
    }
}

.testimony {
    background-color: var(--secondary);
    margin-bottom: 5px
}

.testimony+.testimony {
    border: none
}

.wall-post,.wall-comment {
    padding: 0;
    margin: 0
}

.wall-post+.wall-post,.wall-comment+.wall-comment {
    margin-top: 10px;
    padding-top: 10px
}

.media.wall-comment .media-avatar {
    max-width: 20px
}

@media screen and (min-width: 1024px) {
    .media.wall-comment .media-avatar {
        max-width:40px
    }
}

.theme-pink {
    --body-background: #f7d5e6;
    --primary: #ffdeef;
    --secondary: #ffeff7;
    --avatar-background: #efeeef;
    --link: #c56394;
    --link-hover: #b85386;
    --card-border: #e2c5d6;
    --search-background: #a3507a;
    --tab-active-background: #b85386;
    --tab-border: #e7bad0;
    --button-color: #9c2f6d;
    --button-color-hover: #9c2f6d;
    --navbar-background: url(/static/img/navbar-pink.jpg)
}

.theme-pink .sceditor-container {
    border: 1px solid #9c2f6d
}

.theme-pink div.sceditor-toolbar {
    background: linear-gradient(180deg,#f8e2f0 0,#f2cde5 29%,#f4d2e7 61%,#f2cbe4);
    border-bottom: 1px solid #e494c7
}

.theme-pink div.sceditor-group {
    background: linear-gradient(180deg,#f3d2e7 24%,#f3d2e7 38%,#f5d8ea 99%);
    border: 1px solid #dd7bb9
}

.theme-pink .sceditor-button {
    box-shadow: inset 0 1px #f6dbec,inset 0 -1px #f6dbec,inset 1px 0 #f6dbec,inset -1px 0 #f6dbec
}

.theme-dark {
    --body-background: #282a36;
    --primary: #5a5e77;
    --secondary: #717593;
    --avatar-background: #44475a;
    --link: #bd93f9;
    --link-hover: #ff79c6;
    --card-background: #44475a;
    --card-border: #44475a;
    --search-background: #282a36;
    --orkut: #ed2590;
    --tab-background: #fff;
    --tab-active-background: #bd93f9;
    --tab-active-color: #fff;
    --tab-border: #bd93f9;
    --warning-background: #fcfdde;
    --font-color: #f8f8f2;
    --font-mute-color: #f8f8f2;
    --button-color: #f8f8f2;
    --button-border: #bd93f9;
    --button-background: #bd93f9;
    --button-color-hover: #f8f8f2;
    --button-border-hover: #ff79c6;
    --button-background-hover: #ff79c6;
    --navbar-background: #44475a;
    --navbar-item-color: #bd93f9;
    --skill-color: #f8f8f2;
    --blockquote-background: transparent;
    --blockquote-border: #9afcb3;
    --breadcrumb-active: #f8f8f2
}

.theme-dark .sceditor-container {
    border: 1px solid #626262
}

.theme-dark div.sceditor-toolbar {
    background: linear-gradient(180deg,#7c7c7c 0,#747474 29%,#767676 61%,#737373);
    border-bottom: 1px solid #5e5e5e
}

.theme-dark div.sceditor-group {
    background: linear-gradient(180deg,#767676 24%,#707070 38%,#787878 99%);
    border: 1px solid #565656
}

.theme-dark .sceditor-button {
    box-shadow: inset 0 1px #797979,inset 0 -1px #7e7e7e,inset 1px 0 #767676,inset -1px 0 #6f6f6f
}

.theme-violet {
    --body-background: #e7d7f5;
    --primary: #ede2f8;
    --secondary: #f7f2fc;
    --avatar-background: #f2e9f9;
    --link: #a763e3;
    --link-hover: #8e43d0;
    --card-border: #caa7e9;
    --search-background: #8332ca;
    --tab-active-background: #a86fdb;
    --tab-border: #caa6e9;
    --button-color: #a365d9;
    --button-color-hover: #a365d9;
    --navbar-background: url(/static/img/navbar-violet.jpg)
}

.theme-violet .sceditor-container {
    border: 1px solid #c494db
}

.theme-violet div.sceditor-toolbar {
    background: linear-gradient(180deg,#eddef4 0,#e0c8ed 29%,#e4cdee 61%,#dfc6ec);
    border-bottom: 1px solid #bf8bd8
}

.theme-violet div.sceditor-group {
    background: linear-gradient(180deg,#e3cdee 24%,#dabce9 38%,#e7d3f0 99%);
    border: 1px solid #b172d0
}

.theme-violet .sceditor-button {
    box-shadow: inset 0 1px #e9d7f2,inset 0 -1px #f1e5f6,inset 1px 0 #e4ceef,inset -1px 0 #d9bae8
}

.theme-green {
    --body-background: #d8f2d7;
    --primary: #d8f2d7;
    --secondary: #f3fbf2;
    --avatar-background: #e9f8e9;
    --link: #59c552;
    --link-hover: #2ea427;
    --card-border: #a9e1a5;
    --search-background: #41ad3a;
    --tab-active-background: #73ce6d;
    --tab-border: #a9e1a5;
    --button-color: #64c95d;
    --button-color-hover: #64c95d;
    --navbar-background: url(/static/img/navbar-green.jpg)
}

.theme-green .sceditor-container {
    border: 1px solid #2ea838
}

.theme-green div.sceditor-toolbar {
    background: linear-gradient(180deg,#44cc4f 0,#37c743 29%,#37c743 61%,#37c642);
    border-bottom: 1px solid #2da336
}

.theme-green div.sceditor-group {
    background: linear-gradient(180deg,#3ac945 24%,#35c140 38%,#3eca49 99%);
    border: 1px solid #299331
}

.theme-green .sceditor-button {
    box-shadow: inset 0 1px #40ca4b,inset 0 -1px #48cd53,inset 1px 0 #3ac946,inset -1px 0 #35bf40
}

.wordle {
    display: flex;
    background-color: #000;
    height: 100%;
    align-items: center;
    flex-direction: column
}

.wordle .game {
    width: 100%;
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.wordle .game header {
    border-bottom: 1px solid rgb(58,58,60)
}

.wordle .game header .title {
    color: #dcdcdc;
    font-size: 20px;
    font-weight: 700;
    margin: .4rem 0;
    text-align: center;
    font-family: Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif
}

.wordle .game .board-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    overflow: hidden
}

.wordle .game .board-container .board {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px;
    padding: 10px;
    box-sizing: border-box
}

.wordle .game .board-container .board .square {
    border: 2px solid rgb(58,58,60);
    min-width: 30px;
    min-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #dcdcdc;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center
}

.wordle .game .keyboard-container {
    height: 200px
}

.wordle .game .keyboard-container .keyboard-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 8px;
    touch-action: manipulation
}

.wordle .game .keyboard-container .keyboard-row button {
    font-family: inherit;
    font-weight: 700;
    border: 0;
    padding: 0;
    height: 30px;
    cursor: pointer;
    background-color: #818384;
    color: #d7dadc;
    flex-grow: 1;
    text-transform: uppercase;
    margin-right: 6px;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.keyboard-row button.wide-button {
    flex-grow: 1.5
}

.share-message {
    padding: 5px
}

.share-message strong {
    color: var(--orkut)
}

.emoticon-surprised {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -240px -16px
}

.emoticon-cool {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -255px -16px
}

.emoticon-wink {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -270px -16px
}

.emoticon-angry {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -240px -31px
}

.emoticon-funny {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -255px -31px
}

.emoticon-sad {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -270px -31px
}

.emoticon-bigsmile {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -240px -46px
}

.emoticon-smile {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -255px -46px
}

.emoticon-confused {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -270px -46px
}

.emoticon-pacman {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -285px -46px
}

.emoticon-heart {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/img/emoticons/heart.png?v=234266)
}

.emoticon-alien {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/img/emoticons/alien.png?v=234266)
}

.emoticon {
    display: inline-block;
    width: 20px;
    height: 20px
}

.emoticon.pacman {
    width: 16px;
    height: 16px;
    background: url(/static/img/emoticons/pacman.png?v=234266)
}

.emoticon.alien {
    background: url(/static/img/emoticons/alien.png?v=234266)
}

.emoticon.angel {
    height: 24px;
    background: url(/static/img/emoticons/angel.png?v=234266)
}

.emoticon.angry {
    background: url(/static/img/emoticons/angry.png?v=234266)
}

.emoticon.blink {
    background: url(/static/img/emoticons/blink.png?v=234266)
}

.emoticon.blush {
    background: url(/static/img/emoticons/blush.png?v=234266)
}

.emoticon.cheerful {
    background: url(/static/img/emoticons/cheerful.png?v=234266)
}

.emoticon.cool {
    background: url(/static/img/emoticons/cool.png?v=234266)
}

.emoticon.cwy {
    background: url(/static/img/emoticons/cwy.png?v=234266)
}

.emoticon.devil {
    width: 18px;
    height: 23px;
    background: url(/static/img/emoticons/devil.png?v=234266)
}

.emoticon.dizzy {
    background: url(/static/img/emoticons/dizzy.png?v=234266)
}

.emoticon.ermm {
    background: url(/static/img/emoticons/ermm.png?v=234266)
}

.emoticon.face {
    background: url(/static/img/emoticons/face.png?v=234266)
}

.emoticon.getlost {
    background: url(/static/img/emoticons/getlost.png?v=234266)
}

.emoticon.grin {
    background: url(/static/img/emoticons/grin.png?v=234266)
}

.emoticon.happy {
    background: url(/static/img/emoticons/happy.png?v=234266)
}

.emoticon.heart {
    background: url(/static/img/emoticons/heart.png?v=234266)
}

.emoticon.kissing {
    background: url(/static/img/emoticons/kissing.png?v=234266)
}

.emoticon.laughing {
    background: url(/static/img/emoticons/laughing.png?v=234266)
}

.emoticon.ninja {
    background: url(/static/img/emoticons/ninja.png?v=234266)
}

.emoticon.pinch {
    background: url(/static/img/emoticons/pinch.png?v=234266)
}

.emoticon.pouty {
    background: url(/static/img/emoticons/pouty.png?v=234266)
}

.emoticon.sad {
    background: url(/static/img/emoticons/sad.png?v=234266)
}

.emoticon.shocked {
    background: url(/static/img/emoticons/shocked.png?v=234266)
}

.emoticon.sick {
    background: url(/static/img/emoticons/sick.png?v=234266)
}

.emoticon.sideways {
    background: url(/static/img/emoticons/sideways.png?v=234266)
}

.emoticon.silly {
    background: url(/static/img/emoticons/silly.png?v=234266)
}

.emoticon.sleeping {
    height: 26px;
    background: url(/static/img/emoticons/sleeping.png?v=234266)
}

.emoticon.smile {
    background: url(/static/img/emoticons/smile.png?v=234266)
}

.emoticon.tongue {
    background: url(/static/img/emoticons/tongue.png?v=234266)
}

.emoticon.unsure {
    background: url(/static/img/emoticons/unsure.png?v=234266)
}

.emoticon.w00t {
    height: 22px;
    background: url(/static/img/emoticons/w00t.png?v=234266)
}

.emoticon.wassat {
    background: url(/static/img/emoticons/wassat.png?v=234266)
}

.emoticon.whistling {
    width: 23px;
    background: url(/static/img/emoticons/whistling.png?v=234266)
}

.emoticon.wink {
    background: url(/static/img/emoticons/wink.png?v=234266)
}

.emoticon.wub {
    height: 29px;
    background: url(/static/img/emoticons/wub.png?v=234266)
}

.icone-perfil {
    width: 12px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -13px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-editar {
    width: 13px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) 0 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-recados {
    width: 12px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -25px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-album {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -37px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-videos {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -51px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-feeds {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -65px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-updates {
    width: 14px;
    height: 13px;
    background: url(/static/img/sprite.png?v=234266) -27px -15px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-apps {
    width: 14px;
    height: 13px;
    background: url(/static/img/sprite.png?v=234266) -14px -42px;
    display: block;
    float: left;
    margin-right: 5px;
}

.icone-addapps {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) 0 -41px;
    display: block;
    float: left;
    margin-right: 5px;
}

.icone-listas {
    width: 12px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -79px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-mensagens {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -91px 0;
    display: block;
    float: left;
    margin-right: 5px;
}

.icone-depoimentos {
    width: 12px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -105px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-configuracoes {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -117px 0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.icone-fas {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -143px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-nao-fas {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -143px -14px;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-participar {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -237px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-forum {
    width: 12px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -251px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-enquetes {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -263px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-eventos {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -277px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-membros {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -291px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-deixar {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -305px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-confiavel {
    width: 15px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -319px 0;
    display: block;
    float: left;
    margin-right: 1px
}

.icone-confiavel.off {
    background: url(/static/img/sprite.png?v=234266) -319px -14px
}

.icone-legal {
    width: 15px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -366px 0;
    display: block;
    float: left;
    margin-right: 1px
}

.icone-legal.off {
    background: url(/static/img/sprite.png?v=234266) -366px -14px
}

.icone-sexy {
    width: 15px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -413px 0;
    display: block;
    float: left;
    margin-right: 1px
}

.icone-sexy.off {
    background: url(/static/img/sprite.png?v=234266) -413px -14px
}

.icone-editarcmm {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -460px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-comunidade {
    width: 12px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -474px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-amigos {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -486px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-amigo-ignorar {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -500px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-amigo-remover {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -514px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-usuario-denunciar {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -528px 0;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-edit {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -542px 0;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -3px
}

.icone-caret-left {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -556px 0;
    display: inline-block
}

.icone-caret-right {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -570px 0;
    display: inline-block
}

.icone-home {
    width: 12px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -107px -27px;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-sair {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -93px -27px;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-pesquisar {
    width: 13px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) 0px -14px;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-notificacao {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -120px -27px;
    display: block;
    float: left;
    margin-right: 5px
}

.icone-notificacao-ativa {
    width: 14px;
    height: 14px;
    background: url(/static/img/sprite.png?v=234266) -134px -27px;
    display: block;
    float: left;
    margin-right: 5px
}

.icon-comment {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -328px -56px
}

.icon-like {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -344px -56px
}

.icon-react-bigsmile {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -360px -56px
}

.icon-react-smile {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -376px -56px
}

.icon-react-wink {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -392px -56px
}

.icon-react-funny {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -408px -56px
}

.icon-react-cool {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -424px -56px
}

.icon-react-surprised {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -440px -56px
}

.icon-react-sad {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -456px -56px
}

.icon-react-cry {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -472px -56px
}

.icon-react-angry {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -488px -56px
}

.icon-react-devil {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -504px -56px
}

.icon-react-heart {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -520px -56px
}

.icon-react-dislike {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/img/sprite.png?v=234266) -536px -56px
}

.icon-only-friends {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -552px -56px
}

.icon-public {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/img/sprite.png?v=234266) -568px -56px
}

.emoticon.pacman {
    width: 17px;
    height: 16px;
    background: url(/static/img/emoticons/pacman.png?v=234266)
}

.icone-msn {
    width: 17px;
    height: 16px;
    background: url(/static/img/msn-icon16x17.png);
    display: block;
    float: left;
    margin-right: 5px
}

.login {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px
}

.box-language {
    text-align: right;
    padding: 5px 10px
}

.language-button {
    cursor: pointer
}

.login .box1 {
    background: white;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.login .box1 h1 {
    font-size: 4rem;
    font-weight: 400;
    color: #cc1f89
}

.login .box1 p strong {
    color: #cc1f89
}

.login .box1 div {
    margin: auto 0
}

.login .box2 {
    background: #e8eefa;
    padding: 15px;
    text-align: center;
    border: 5px solid white
}

.login .box3 {
    background: #e8eefa;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border: 5px solid white
}

.box4 {
    background: #bccdea;
    padding: 2.5px 0;
    text-align: center
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.box2 p {
    padding: 10px
}

.box3 p a {
    font-size: 14px;
    font-weight: 700
}

.login-form table tr td {
    padding: 2.5px
}

@media screen and (min-width: 1024px) {
    .login {
        width:100%;
        margin: 10px auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 660px 1fr;
        grid-template-rows: repeat(3,auto);
        grid-template-areas: "box1 box2" "box1  box3" "box4  box4"
    }

    .login .box1 {
        grid-area: box1
    }

    .login .box2 {
        grid-area: box2
    }

    .login .box3 {
        grid-area: box3
    }

    .box4 {
        grid-area: box4
    }
}

.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4!important;
    grid-row: 1/4!important;
    grid-template-columns: 1fr 99fr 1fr;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;
    pointer-events: all
}

.swal2-popup.swal2-toast>* {
    grid-column: 2
}

.swal2-popup.swal2-toast .swal2-title {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-loading {
    justify-content: center
}

.swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: .5em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-validation-message {
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: .8em;
    height: .8em;
    margin: 0;
    font-size: 2em
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0
}

.swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: .25em
}

.swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .5em 0 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-start;
    height: auto;
    margin: .5em 0 0;
    padding: 0 .5em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .25em .5em;
    padding: .4em .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip .75s;
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long .75s;
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide .1s forwards;
    animation: swal2-toast-hide .1s forwards
}

.swal2-container {
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);
    grid-template-rows: minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);
    height: 100%;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.4)
}

.swal2-container.swal2-backdrop-hide {
    background: 0 0!important
}

.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start {
    grid-template-columns: minmax(0,1fr) auto auto
}

.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top {
    grid-template-columns: auto minmax(0,1fr) auto
}

.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end {
    grid-template-columns: auto auto minmax(0,1fr)
}

.swal2-container.swal2-top-start>.swal2-popup {
    align-self: start
}

.swal2-container.swal2-top>.swal2-popup {
    grid-column: 2;
    align-self: start;
    justify-self: center
}

.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup {
    grid-column: 3;
    align-self: start;
    justify-self: end
}

.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup {
    grid-row: 2;
    align-self: center
}

.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center
}

.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end
}

.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end
}

.swal2-container.swal2-bottom>.swal2-popup {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    align-self: end
}

.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end
}

.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup {
    grid-column: 1/4;
    width: 100%
}

.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup {
    grid-row: 1/4;
    align-self: stretch
}

.swal2-container.swal2-no-transition {
    transition: none!important
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0,100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #7066e080
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px #dc374180
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 3px #6e788180
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px #6496c880
}

.swal2-styled:focus {
    outline: 0
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto!important;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0,0,0,.2)
}

.swal2-image {
    max-width: 100%;
    margin: 2em auto 1em
}

.swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s,box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end
}

.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #f27474
}

.swal2-close:focus {
    outline: 0;
    box-shadow: inset 0 0 0 3px #6496c880
}

.swal2-close::-moz-focus-inner {
    border: 0
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word
}

.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea {
    margin: 1em 2em 3px
}

.swal2-file,.swal2-input,.swal2-textarea {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s,box-shadow .1s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px #0000000f,0 0 0 3px transparent;
    color: inherit;
    font-size: 1.125em
}

.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror {
    border-color: #f27474!important;
    box-shadow: 0 0 2px #f27474!important
}

.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: inset 0 1px 1px #0000000f,0 0 0 3px #6496c880
}

.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder {
    color: #ccc
}

.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    margin: 1em 2em 3px;
    background: #fff
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}

.swal2-range input,.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background: inherit;
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em
}

.swal2-checkbox,.swal2-radio {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

.swal2-checkbox label,.swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-checkbox input,.swal2-radio input {
    flex-shrink: 0;
    margin: 0 .4em
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto 0
}

.swal2-validation-message {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

.swal2-validation-message:before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    border: .25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-warning.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    -webkit-animation: swal2-animate-i-mark .5s;
    animation: swal2-animate-i-mark .5s
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-info.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    -webkit-animation: swal2-animate-i-mark .8s;
    animation: swal2-animate-i-mark .8s
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-question.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
    -webkit-animation: swal2-animate-question-mark .8s;
    animation: swal2-animate-question-mark .8s
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165,220,134,.3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    padding: 0;
    background: inherit;
    font-weight: 600
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@-webkit-keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotate(2deg)
    }

    33% {
        transform: translateY(0) rotate(-2deg)
    }

    66% {
        transform: translateY(.3125em) rotate(2deg)
    }

    to {
        transform: translateY(0) rotate(0)
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotate(2deg)
    }

    33% {
        transform: translateY(0) rotate(-2deg)
    }

    66% {
        transform: translateY(.3125em) rotate(2deg)
    }

    to {
        transform: translateY(0) rotate(0)
    }
}

@-webkit-keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    to {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    to {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@-webkit-keyframes swal2-show {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }

    to {
        transform: rotateY(0)
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }

    to {
        transform: rotateY(0)
    }
}

@-webkit-keyframes swal2-animate-i-mark {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    25% {
        transform: rotate(-25deg);
        opacity: .4
    }

    50% {
        transform: rotate(15deg);
        opacity: .8
    }

    75% {
        transform: rotate(-5deg);
        opacity: 1
    }

    to {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    25% {
        transform: rotate(-25deg);
        opacity: .4
    }

    50% {
        transform: rotate(15deg);
        opacity: .8
    }

    75% {
        transform: rotate(-5deg);
        opacity: 1
    }

    to {
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto!important
}

body.swal2-no-backdrop .swal2-container {
    background-color: transparent!important;
    pointer-events: none
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px #0006
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll!important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static!important
    }
}

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: transparent;
    pointer-events: none
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}



/* ========================================
   LOADING OVERLAY STYLES
   ======================================== */

.site-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(128, 128, 128, 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.site-loading-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.site-loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.site-loading-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-loading-logo img {
  max-width: 120px;
  height: auto;
  opacity: 0.95;
}

.site-loading-spinner {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.spinner-circle-static {
  stroke: rgba(255, 179, 217, 0.3);
}

.spinner-circle-rotating {
  stroke: #ff69b4;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  animation: spinner-rotation 2s linear infinite;
}

@keyframes spinner-rotation {
  0% {
    stroke-dashoffset: 283;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#footer{clear:both;margin:2px 0}
.footer_l{padding-left:15px;margin-right:18px;height:36px}
.footer_r{float:right;width:18px;height:36px}
#footer .logosml{margin-top:7px;background:url(/img/orkut_logo_sml.png);width:43px;height:16px;float:left}
#footer .logogoogle{margin-top:8px;background:url(/img/google_logo_sml.png);width:56px;height:19px;float:right}
#footer .txtgoogle{float:right;font-size:10px;line-height:33px;color:#666}
#footer .foottxt{font-size:10px;line-height:33px;color:#dadada;z-index:1}
.mfiebih{width:100%;height:0;clear:both}
.footer_l{background:url(/img/footer_l.png)}
.footer_r{background:url(/img/footer_r.png)}
.footer_l{padding-left:15px;margin-right:18px;height:36px}
.footer_r{float:right;width:18px;height:36px}


      .form-error {
               
                color: #c91616;
              
            }

            .help.is-danger {
                color: #c91616 !important;
                font-weight: 500;
            }

            #city-row {
                transition: all 0.3s ease;
            }