.profile-avatar-wrapper img {
    height: auto !important;
}

.crop-image {
    width: 100%;
    height: auto;
}

.jcrop-keymgr {
    left: -9999px !important;
}

.pg_photo-btn {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    text-align: center;
}

.pg_photo-btn .close {
    float: none;
    outline: 0;
    opacity: 1;
    line-height: inherit;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
}

tr.success > td{
    background: #cef0c1 !important;
}

@media (max-width: 767px) {
    .post {
        margin: 0 -15px 10px -15px;
    }
}

.main-header .nav>li {
    width: 12.5%;
}
.logo-user{
    display: flex;
    align-items: center;
}
.logo-user > .search_item_list .navbar-form{
    width: 100%;
}
.logo-user > .search_item_list{
    flex-grow: 1;
}
.logo-user > .search_item_list input.form-control{
    border: 1px solid #999;
    border-radius: 5px;
}
.search-link i{
    color: #a7cc90;
}
/* FREELANCE */
@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular.eot');
    src: local('Formular'),
        url('../fonts/Formular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Formular.woff2') format('woff2'),
        url('../fonts/Formular.woff') format('woff'),
        url('../fonts/Formular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular-Medium.eot');
    src: local('Formular Medium'), local('Formular-Medium'),
        url('../fonts/Formular-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Formular-Medium.woff2') format('woff2'),
        url('../fonts/Formular-Medium.woff') format('woff'),
        url('../fonts/Formular-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular-Bold.eot');
    src: local('Formular Bold'), local('Formular-Bold'),
        url('../fonts/Formular-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Formular-Bold.woff2') format('woff2'),
        url('../fonts/Formular-Bold.woff') format('woff'),
        url('../fonts/Formular-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
div.sectiontpl.profile {
    border-radius: 0;
    background: none;
}
.profile-page {
    display: flex;
    gap: 16px;
}
.profile-user--data {
    width: 264px;
    min-height: 264px;
}
.profile-user--info {
    width: calc(100% - 264px - 16px);
}
.profile-data {
    width: 100%;
    border: 2px solid #E7F1E1;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
}
.profile-data--code {
    font-family: 'Formular', 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 12px;
}
.profile-data--code span {
    font-weight: 700;
}
.profile-data--img {
    position: relative;
    margin-bottom: 16px;
}
.profile-data--avatar {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}
.to_my_profile{
    cursor: pointer;
}
.to_my_profile .profile-data--avatar{
    width: 50px;
    height: 50px;
}
.how-work-link{
    display: block;
    margin: 10px auto;
    text-align: center;
}
.faq_page{
    padding: 10px;
}
.faq_list .card-header button{
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 5px;
    background-color: #b9d7a5;
    width: 100%;
}
.profile-data--rating {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 24px;
    background-color: #87BC61;
    position: absolute;
    bottom: -7px;
    left: 53%;
}
.profile-data--rating.small_rating{
    font-size: 10px;
    padding: 1px;
    width: 15px;
    min-width: auto;
    height: 15px;
    left: unset;
    right: -5px;
    bottom: -3px;
}
.profile-data--name-bd {
    text-align: center;
    margin-bottom: 24px;
}
.profile-data--name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 2px;
}
.profile-data--birthday {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.5);
}
.profile-data--status {
    position: relative;
    background: #E7F1E1;
    border-radius: 10px;
    box-sizing: border-box;
    padding-top: 11px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.status-title {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    display: block;
    margin-bottom: 2px;
}
.status-value {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.profile-data--status img {
    position: absolute;
    bottom: 0;
    right: -7px;
}
.profile-data--payed-date {
    position: relative;
    background: #E7F1E1;
    border-radius: 10px;
    box-sizing: border-box;
    padding-top: 11px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.profile-data--payed-date.pay-action-btn {
    margin-bottom: 5px;
}
.profile-data--pay-btn {
    margin-bottom: 20px;
    text-align: center;
}
.profile-data--pay-btn button {
    box-sizing: border-box;
    width: 100%;
    background: #ca0001;
    border-radius: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 3px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #FFFFFF;
    border: none;
}
.payed-date {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    display: block;
    margin-bottom: 2px;
}
.payed-date--num span:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.payed-date--num span:last-child {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.profile-data--payed-date img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ref-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 8px;
}
.ref-body ._profile__user img {
    max-width: 30px;
}
.ref-body ._profile__user {
    flex-direction: row;
    align-items: center;
    gap: 9px;
    text-align: left;
    justify-content: flex-start;
}
.ref-body ._profile__user .u_name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    margin-top: 0;
    max-width: 100%;
}
.profile-hr {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 1px;
    background: rgba(206, 206, 206, 0.35);
    width: 100%;
    border: none;
}
.profile-data--action {
    display: flex;
    gap: 8px;
}
.profile-data--action a {
    width: 100%;
    box-sizing: border-box;
    background: #85BB64;
    border-radius: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 3px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #FFFFFF;
}
.profile-coin {
    background: #E7F1E1;
    border-radius: 15px;
    box-sizing: border-box;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
}
.profile-coint--title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 9px;
}
.profile-coin--data {
    display: flex;
    align-items: center;
    gap: 8px;
}
.profile-coin--one {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000; 
}
.profile-coin--equals{
    margin: 0 auto;
}
.profile-coin--bonus {
    margin-left: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.my-documents {
    border: 3px dashed #85BB64;
    border-radius: 8px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #85BB64;
    gap: 5px;
    margin-top: 28px;
}
.profile-numbers {
    display: flex;
    gap: 20px;
    margin-bottom: 31px;
}
.profile-numbers > div {
    width: 100%;
    background: #E7F1E1;
    border-radius: 15px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 17px;
    padding-bottom: 13px;
    display: flex;
    flex-direction: column;
}
.profile-numbers .profile-balance {
    background: #87BC61;
}
.profile-balance--title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #FFFFFF;
    display: flex;
    gap: 5px;
    align-items: center;
}
.profile-balance--info {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    margin-bottom: 24px;
}
.profile-balance--info span:first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 50px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #FFFFFF;
}
.profile-balance--info span:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #FFFFFF;
}
.profile-balance--money {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #FFFFFF;
    margin-top: auto;
}
.profile-withdraw--title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    display: flex;
    gap: 5px;
    align-items: center;
}
.profile-withdraw--info {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    margin-bottom: 24px;
}
.profile-withdraw--info span:first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 50px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.profile-withdraw--info span:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.profile-withdraw--money {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    margin-top: auto;
}
.profile-members--title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 9px;
}
.member-item {
    background: #EFF6EB;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.member-foreach {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.member-count {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-family: 'Formular', 'Open Sans', sans-serif;
}
.member-item + .member-item {
    margin-top: 4px;
}
.profile-tabs .pay__info {
    padding: 0;
}
.profile-tabs .tabs__wphistory, .rating .tabs__wphistory {
    display: flex;
}
.profile-tabs .tabs__wphistory::before,
.profile-tabs .tabs__wphistory::after,
.rating .tabs__wphistory::before,
.rating .tabs__wphistory::after {
    display: none;
}
.profile-tabs .tabs__wphistory li, .rating .tabs__wphistory li {
    margin: 0;
}
.profile-tabs .tabs__wphistory a, .rating .tabs__wphistory a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'Formular', 'Open Sans', sans-serif;
    margin-right: 0;
    background: #FFFFFF;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 23px;
    border: none;
    margin-bottom: -10px;
}
.rating .tabs__wphistory a{
    background: transparent;
}
.profile-tabs .tabs__wphistory li.active a, .rating .tabs__wphistory li.active a {
    background: #E7F1E1;
    border: none;
    position: relative;
}
.profile-tabs .tabs__wphistory li.active a::before{
    content: "";
    display: block;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 19%);
    width: 80%;
    left: 10%;
    top: calc(100% - 10px);
    height: 40px;
    position: absolute;
    border-radius: 10px;
}
.profile-tabs .tab__cont_wphistory {
    background: #E7F1E1;
    border-radius: 10px;
    /* border-top-left-radius: 0; */
    position: relative;
    overflow: hidden;
}
.profile-tabs .filter__g {
    margin-top: 0;
    padding: 0;
}
.profile-tabs .filter__g .filter-form {
    width: 100%;
    gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 22px;
    padding-bottom: 25px;
}
.profile-tabs .form-horizontal .form-group {
    margin-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.profile-tabs .form-horizontal .form-group::before,
.profile-tabs .form-horizontal .form-group::after {
    display: none;
}
.profile-tabs .filter__g .form-horizontal .control-label {
    padding: 0;
    width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    margin: 0;
}
.profile-tabs .filter__g .form-horizontal .col-sm-9 {
    padding: 0;
    width: auto;
    margin-left: 0;
}
.profile-tabs .filter__g .form-group:not(:first-child) {
    padding-left: 0;
}
.profile-tabs .filter__g .form-horizontal input {
    height: 34px;
    background: #FFFFFF;
    width: 100px;
    border-radius: 5px;
}
.profile-tabs .filter__g button[type="submit"] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #FFFFFF !important;
    background: #619441 !important;
    border-radius: 5px;
    height: 34px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 53px;
}
.profile-tabs .table-rating {
    margin-bottom: 0;
}
.profile-tabs .table-rating th {
    padding-left: 25px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'Formular', 'Open Sans', sans-serif;
}
.profile-tabs .table-rating th a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #000000;
    font-family: 'Formular', 'Open Sans', sans-serif;
}
.profile-tabs .table-rating th a svg {
    min-width: 5px;
}
.profile-tabs .table-rating th {
    border-bottom: 1px solid rgba(70, 91, 57, 0.25) !important;
}
.profile-tabs .table-rating tr {
    background: #EFF6EB;
}
.profile-tabs .table-rating tr:first-child,
.profile-tabs .table-rating tr:nth-child(even) {
    background: #E7F1E1;
}
.profile-tabs .table-rating td {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.profile-tabs .loading-more {
    margin-top: 22px;
    margin-bottom: 22px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.profile-tabs .loading-more button {
    padding: 0;
    display: inline-flex;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #619441;
    gap: 4px;
    align-items: center;
    background: none;
}
.profile-tabs .loading-more button::before {
    content: "";
    width: 14px;
    height: 15px;
    display: block;
    background-image: url('/content/themes/default/images/freelance-icons/icon-loadmore.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.profile-tabs .pagination {
    margin: 0;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.profile-tabs .pagination .disabled {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.profile-tabs .pagination .disabled a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #BFBFBF;
    border-radius: 0;
    border: none;
    background: none;
}
.go-last-page,
.go-first-page {
    display: none !important;
}
.profile-tabs .pagination .btn-pages a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    opacity: 0.25;
    font-family: 'Formular', 'Open Sans', sans-serif;
    border: none;
    background: none;
}
.profile-tabs .pagination li.active a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #619441;
    font-family: 'Formular', 'Open Sans', sans-serif;
    border: none;
    background: none;
}
.profile-tabs .pagination li.active a:hover {
    color: #619441;
    background: none;
    cursor: no-drop;
}
.profile-tabs .pagination li.next-page a,
.profile-tabs .pagination li.prev-page a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    background: none;
    border: none;
}
.profile-tabs .pagination li.next-page a:hover,
.profile-tabs .pagination li.prev-page a:hover {
    background: none;
    color: #000000;
}
.profile-tabs .tab-pane.active h3 {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Formular', 'Open Sans', sans-serif;
}
._profile .sectiontpl.referrals {
    background: none;
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.my-rounds--title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
}
.my-rounds--list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.my-round--item {
    box-sizing: border-box;
    background: #E7F1E1;
    border-radius: 15px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}
.my-round--while {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.my-round--count {
    display: inline-block;
    color: #FFFFFF;
    box-sizing: border-box;
    background: #85BB64;
    border-radius: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
}
.my-referrals--list {
    display: flex;
    margin-top: 15px;
    gap: 30px;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
}
.my-rounds--scroll {
    overflow: auto;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
}
.my-rounds--scroll::-webkit-scrollbar {
    overflow: auto;
}
.my-referral--item img {
    width: 71px;
    height: 71px;
    border-radius: 100%;
    border: 2px solid transparent;
}
.my-referral--item ._profile__user.payment-due .user-link {
    border: none;
}
.my-referral--item ._profile__user.payment-due .user-link img {
    border-color: #e67523;
}
.my-referral--item .u_name {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    font-family: 'Formular', 'Open Sans', sans-serif;
    margin-top: 8px !important;
    max-width: 71px !important;
}
.my-round--empty {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #CBCBCB;
}
.my-round--item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(278.31deg, #E7F1E1 35%, rgba(0,0,0,0) 80%);
    width: 56px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
}
._profile .sectiontpl.rating {
    background: none;
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.global-rating--title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    max-width: 610px;
}
.global-rating--table tr:first-child th:first-child {
    border-top-left-radius: 15px;
}
.global-rating--table tr:first-child th:last-child {
    border-top-right-radius: 15px;
}
.global-rating--table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.global-rating--table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
.global-rating--table.profile-tabs .table-rating th {
    padding-left: 25px;
    padding-bottom: 13px;
    padding-top: 20px;
    padding-right: 25px;
    white-space: nowrap
}
.global-rating--table.profile-tabs .table-rating td {
    text-align: left;
    white-space: nowrap;
}
.global-rating--table .table-rating .wrapp .img-kont img {
    width: 30px;
    height: 30px;
    max-width: 30px;
}
.global-rating--table .table-rating .wrapp .img-kont .name-cont {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Formular', 'Open Sans', sans-serif;
    color: #000000;
}
.global-rating--table.profile-tabs .table-rating th {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: left;
    font-family: 'Formular', 'Open Sans', sans-serif;
}
.global-rating--table .table-rating .wrapp .img-kont {
    align-items: center;
    gap: 8px;
}
.global-rating--table .table-rating .wrapp .img-kont .user-link {
    margin-right: 0;
    border-width: 2px;
}
@media (min-width: 1200px) {
    ._profile .container {
        width: 100% !important;
        max-width: 1300px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .profile-numbers,
    .profile-page {
        gap: 10px;
    }
    .profile-balance--info span:first-child,
    .profile-withdraw--info span:first-child {
        font-size: 44px;
        line-height: 35px;
    }
    .profile-members--title,
    .profile-withdraw--title,
    .profile-balance--title {
        font-size: 12px;
        line-height: 1;
    }
}
@media (max-width: 991px) {
    .profile-page {
        flex-direction: column-reverse;
        gap: 27px;
    }
    .profile-user--data,
    .profile-user--info {
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .global-rating--title img {
        max-width: 60px;
        height: auto
    }
    .global-rating--title {
        margin-top: 20px;
        font-size: 21px;
        line-height: 24px;
    }
    .my-rounds--title img {
        max-width: 60px;
        height: auto;
    }
    .my-rounds--title {
        margin-top: 20px;
        font-size: 22px;
        line-height: 24px;
    }
    .profile-page {
        margin-top: 20px
    }
    .profile-data--img {
        width: 75px;
        min-width: 75px;
        margin-bottom: 0;
    }
    .profile-data--name-bd {
        width: calc(100% - 90px);
        margin-bottom: 0;
        text-align: left
    }
    .profile-hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .profile-data--mobile-f{
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
    }
    .profile-balance--title,
    .profile-withdraw--title,
    .profile-members--title {
        font-size: 12px;
        line-height: 15px;
    }
    .profile-balance--info span:first-child,
    .profile-withdraw--info span:first-child {
        font-size: 54px;
        line-height: 44px;
    }
    .profile-numbers {
        gap: 15px;
    }
    .profile-balance--info span:last-child,
    .profile-withdraw--info span:last-child {
        font-size: 12px;
        line-height: 15px;
    }
    .profile-tabs .tabs__wphistory a {
        font-size: 12px;
        line-height: 18px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 19px;
    }
    .profile-tabs .filter__g .filter-form {
        gap: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .profile-tabs .table-rating th {
        padding-left: 16px;
        padding-right: 16px;
    }
    .profile-tabs .table-rating td {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .profile-numbers {
        min-width: 501px;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 5px;
    }
    .profile-numbers--scroll {
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        margin-bottom: 25px;
    }
    .profile-numbers--scroll::-webkit-scrollbar {
      display: none;
    }
    .profile-balance--info {
        margin-top: 40px;
        margin-bottom: 10px;
    }
     .my-referral--item img {
        width: 56px;
        height: 56px;
    }
    .my-referral--item .u_name {
        margin-top: 7px !important;
    }
    .my-round--empty {
        margin-top: 5px;
    }
    .my-referrals--list {
        gap: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .my-round--item {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 20px;
        padding-top: 18px;
    }
    .my-rounds--scroll {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
    }
}
@media (max-width: 559px) {
    ._profile .sectiontpl.rating {
        padding-left: 0;
        padding-right: 0;
    }
    ._profile .sectiontpl.referrals {
        padding-left: 0;
        padding-right: 0;
    }
    .profile-tabs .pagination li.next-page a, .profile-tabs .pagination li.prev-page a {
        padding-left: 6px;
        padding-right: 6px;
    }
    .profile-tabs .pagination .disabled {
        justify-content: flex-start;
    }
    .profile-tabs .pagination .disabled a {
        padding: 0
    }
    .profile-tabs .pagination .btn-pages a,
    .profile-tabs .pagination .active a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .profile-tabs .pagination {
        padding-left: 16px;
        padding-right: 16px;
        justify-content: flex-start;
    }
    .profile-tabs .loading-more {
        padding-left: 16px;
        padding-right: 16px;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .profile-tabs .pay__info {
        min-width: 542px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin-bottom: 7px
    }
    .profile-tabs {
        overflow-x: auto;
        margin-bottom: 7px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    div.sectiontpl.profile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* width */
    .profile-tabs::-webkit-scrollbar {
      height: 5px
    }
    /* Track */
   .profile-tabs::-webkit-scrollbar-track {
      background: #E7F1E1;
      border-radius: 2px;
      margin-left: 15px;
      margin-right: 15px;
    }
    /* Handle */
   .profile-tabs::-webkit-scrollbar-thumb {
      background: #619441;
      border-radius: 2px;
    }
    .profile-page {
        margin-top: 0
    }
}
@media (max-width: 480px) {
    .profile-data {
        margin-bottom: 0
    }
    .profile-coin,
    .profile-documents {
        display: none
    }
}
@media (max-width: 360px) {
    .profile-tabs .table-rating th {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 4px !important;
        padding-top: 4px !important;
    }
}