@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

#profile_user .cover_background {
    position: relative;
    height: 100px;
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-position: center;
}

#profile_user .card {
    position: relative;
    background: #16151b;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 2px 1px #000000b8;
    padding: 2em;
}

#profile_user .clw {
    width: 30%;
}

#profile_user .crw {
    width: unset;
}

#profile_user .profile .user_avatar {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: -80px;
    overflow: hidden;
}

#profile_user .profile .user_avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#profile_user .profile .user_avatar .upload-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
    cursor: pointer;
}

#profile_user .profile .user_avatar .upload-box .material-icons {
    font-size: 35px;
    opacity: .6;
}

#profile_user .profile .user_avatar:hover .upload-box {
    opacity: 1;
}

#profile_user .cover_background .upload-box {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16151b;
    color: #fff;
    border-radius: 50px;
    padding: 8px 15px;
    font-size: 13px;
    cursor: pointer;
    transition: .5s;
}

#profile_user .cover_background .upload-box:hover {
    background: var(--principal);
}

#profile_user .profile .user_title {
    margin: 1em 0 .5em;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

#profile_user .profile .user_about {
    font-size: 14px;
    text-align: center;
    color: #808080;
    margin-bottom: 1em;
}

#profile_user .profile .user_info {
    justify-content: center;
    justify-items: center;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 2em 0 0;
}

#profile_user .profile .user_info > div {
    width: calc(100%/2 - 20px);
    font-weight: 500;
    margin: 0 10px;
    margin-bottom: 20px;
}

#profile_user .profile .user_info > div span {
    display: block;
    color: #d41759;
}

#profile_user .profile .user_info .gender {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 3px;
}

#profile_user .profile .user_info .gender.male {
    background: #1e1edf;
    -webkit-mask-image: url(../../img/icons/male.svg?nocache);
    mask-image: url(../../img/icons/male.svg?nocache);
    -webkit-mask-size: cover;
    mask-size: cover;
}

#profile_user .profile .user_info .gender.girl {
    background: #ff008e;
    -webkit-mask-image: url(../../img/icons/girl.svg?nocache);
    mask-image: url(../../img/icons/girl.svg?nocache);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.title_min {
    margin: 0 0 1em;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #555261;
    text-transform: uppercase;
}

#profile_user .profile .episode_item {
    position: relative;
    width: calc(100%/4 - 10px);
    margin: 0 5px;
}

#profile_user .profile .episode_item .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#profile_user .profile .episode_item .cover {
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

#profile_user .profile .episode_item .more {
    position: relative;
    display: flex;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
}

#profile_user .profile .episode_item .sOverlay {
    background: linear-gradient(to bottom,rgba(0,0,0,50%) 0%,rgb(0 0 0 / 89%) 90%);
}

#profile_user .profile .episode_item:hover .sOverlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0 / 89%) 90%);
}

#profile_user .profile .episode_item .more span {
    position: relative;
    z-index: 5;
    margin: auto;
    opacity: .5;
}

#profile_user .tooltip .tooltip-text[data-position=top],
#profile_user .tooltip .tooltip-text[data-position=bottom] {
    left: calc(50% - 90%);
}

.tab-itens li {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px;
    cursor: pointer;
}

.tab-itens li:before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 40%;
    height: 2px;
    background: #3b3943;
}

.tab-itens li.active:before,
.tab-itens li:hover:before{
    background: #d41759;
}

.box_view {
    display: none;
    flex-direction: column;
    margin: 25px 0;
}

#profile_user .box_view .seemore {
    width: 120px;
    padding: 10px 25px;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
}

.box_view .deletehistorico {
    width: 50%;
    margin: 2em auto 0;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.form-row p {
    padding: 0 10px;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #787878;
}

.form-row p a {
    display: block;
    color: #b7b7b7;
    font-size: 11px;
    margin: 5px 0 0;
}

.form-item {
    width: calc(100%/2 - 10px);
    margin: 10px 5px;
}

.form-item.mf3 {
    width: calc(100%/3 - 10px);
}

.form-item>* {
    margin-bottom: 28px;
}

.form-item>:last-child {
    margin-bottom: 0;
}

.form-item p {
    font-size: 13px;
    margin: 10px 0 0;
    color: #858585;
}

.form-item .nomargin {
    margin: 0;
}

.form-item .form-input,
.form-item .form-input .item_c {
    position: relative;
}

.form-item .form-input .item_c {
    width: calc(100%/4 - 10px);
    margin: 0 5px;
}

.form-item .form-floating > .form-control:focus,
.form-item .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.925rem;
    padding-bottom: 0.625rem;
}

.form-item .form-floating > .form-select {
    padding-top: 1.925rem;
    padding-bottom: 0.625rem;
}

.form-item .form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-item .form-floating > .form-select ~ label {
    color: #fff;
    -webkit-transform: scale(0.85) translateY(-0.3rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.3rem) translateX(0.15rem);
}

.form-item .form-input label {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    pointer-events: none;
    margin-bottom: 10px;
    display: block;
}

.form-item .form-floating > label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-input textarea {
    padding: 15px 10px;
    height: auto;
    background: #171717;
    border-color: #171717;
    border-radius: 3px;
}

.form-item.full {
    width: 100%;
}

#profile_user .head_profile {
    margin: -20px -20px 10px;
    padding: 20px 25px;
    border-bottom: 1px solid #ffffff0d;
}

#profile_user .head_profile h3 {
    font-size: 13px;
    margin: 5px 0 0;
    color: #7e7e7e;
}

#profile_user .head_profile .title {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

#profile_user h4 {
    width: 100%;
    display: block;
    margin: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #302fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.focus-input100::after {
    content: attr(data-symbol);
    font-family: 'Material Icons';
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 8px;
    padding-top: 3px;
}

.form-item input[type=text]:focus+.focus-input100::before,
.form-item input[type=password]:focus+.focus-input100::before,
.form-item input[type=email]:focus+.focus-input100::before {
    width: 100%;

}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 10px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    padding: 11px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #5c5c5c;
    text-align: center;
    background-color: #181818ee;
    border: 1px solid #222222;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 11px 12px;
    border-radius: 0;
}

.help-block {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #787878;
}

.account-hub-content {
    margin: 0 auto;
    padding: 20px;
    background: #16151b;
    border-radius: 5px;
    margin-bottom: 40px;
}

.btn-primary.animated-button {
    background: transparent;
}

#profile_user .btn {
    position: relative;
    font-family: Rajdhani, sans-serif;
    display: inline-block;
    background: var(--principal);
    border-radius: 3px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 3px 5px 10px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    margin: 0;
}

#profile_user .btn.apoiador {
    position: absolute;
    background: #5cd359;
    font-size: 12px;
    text-transform: uppercase;
    bottom: 10px;
    right: 15px;
    padding: 5px 10px;
}

#profile_user .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#profile_user .btn-default {
    color: #fff;
    background-color: #1c1b1a;
    border-color: #1c1b1a;
}

#profile_user .btn:hover {
    background: #730036;
}

.animated-button span {
  position: absolute;
}
.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#profile_user 
.remove_item {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 7px;
    background: #d31717;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    z-index: 999;
}

.remove_item:hover {
    background: #f41818;
}

.remove_item svg {
    fill: #fff;
    width: 20px;
    margin: auto;
}

.alert_user {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding: 16px 16px;
    margin: 0;
    font-family: Rajdhani, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
    background-color: #fcb431;
    text-shadow: -1px 0 2px #0000008f;
}
.alert_user.sucess {
    background: #20cb64;
}
.alert_user.error {
    background: #cb1111;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.75rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .9375rem 1.25rem
}

.alert-primary {
    color: #444a93;
    background-color: #e3e5fd;
    border-color: #d5d8fc
}

.alert-primary .alert-link {
    color: #363b76
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #067c5b;
    background-color: #cef5ea;
    border-color: #b6f1e0
}

.alert-success .alert-link {
    color: #056349
}

.alert-info {
    color: #22697d;
    background-color: #d7eff6;
    border-color: #c4e7f1
}

.alert-info .alert-link {
    color: #1b5464
}

.alert-warning {
    color: #997100;
    background-color: #fff2cc;
    border-color: #ffebb3
}

.alert-warning .alert-link {
    color: #7a5a00
}

.alert-danger {
    color: #96374a;
    background-color: #fedee5;
    border-color: #feced8
}

.alert-danger .alert-link {
    color: #782c3b
}

.alert-light {
    color: #8f9194;
    background-color: #fcfcfd;
    border-color: #fafbfd
}

.alert-light .alert-link {
    color: #727476
}

.alert-dark {
    color: #1d232a;
    background-color: #d6d8da;
    border-color: #c1c4c8
}

.alert-dark .alert-link {
    color: #171c22
}

.form-item .form-input .item_c .focus-input100::after {
    height: calc(100% - 2px);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #262626;
}

.ui-widget-content {
    border: 1px solid #262626;
    background: #171717;
    color: #ffffff;
}

.ui-widget-header {
    border: 1px solid #222222;
    background: #0e0e0e;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header .ui-icon {
    background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker .ui-datepicker-title select {
    padding: 0.175rem .75rem 0.175rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f5f5f5;
    background-color: #1c1c1c;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #606060;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
    margin-right: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #2c2c2c;
    color: #f5f5f5;
    background: #1c1c1c;
    font-weight: normal;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #343434;
    background: #2a2a2a;
    font-weight: normal;
    color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.45rem 0.9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c5c5c;
    background-color: #08080b96;
    background-clip: padding-box;
    border: 1px solid #09090d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.9rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  color: #5c5c5c;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.9rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.45rem 2.7rem 0.45rem 0.9rem;
    -moz-padding-start: calc(.9rem - 3px);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c5c5c;
    background-color: #08080b96;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    background-size: 14px 10px;
    border: 1px solid #09090d;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#profile_user .item--episode,
#profile_user .item--anime {
    width: calc(100%/4 - 10px);
}