@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    color: #212529;
}

h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #212529;
}

h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #212529;
    margin-bottom: 20px;
}

p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #212529;
}

a, a:hover, a:focus {
    color: #007BFF;
}

a:hover {
    text-decoration: underline;
}

.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}

#sidebar {
    transition: all 0.3s;
    min-width: 280px;
    max-width: 280px;
    padding: 40px;
    border-right: 1px solid #DEE2E6;
}

#sidebar .sidebar-header {
    padding-bottom: 30px;
}

#sidebar .sidebar-header .logo img {
    width: 102px;
    height: auto;
}

#sidebar ul li {
    margin-bottom: 22px;
}

#sidebar ul li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
}

#sidebar ul.sidebar-menu-links {
    margin-top: 100px;
}

#sidebar ul li a.active,
#sidebar ul li a:hover {
    color: #007BFF;
    text-decoration: none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {

}

ul ul a {

}

#content {
    width: 100%;
    padding: 40px;
}

.navbar-header {
    margin-bottom: 30px;
}

.navbar-header-inner {
    position: relative;
    width: 100%;
}

.navbar-nav.navbar-profile .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #212529;
}

.navbar-nav.navbar-profile .user-avatar {
    border-radius: 50%;
    margin-right: 10px;
}

.link:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
}

.link.link-stat:before {
    background-image: url("/img/partner/stat.svg");
}

.link.link-stat.active:before,
.link.link-stat:hover:before {
    background-image: url("/img/partner/stat-active.svg");
}

.link.link-info:before {
    background-image: url("/img/partner/info.svg");
}

.link.link-info.active:before,
.link.link-info:hover:before {
    background-image: url("/img/partner/info-active.svg");
}

.link.link-material:before {
    background-image: url("/img/partner/material.svg");
}

.link.link-material.active:before,
.link.link-material:hover:before {
    background-image: url("/img/partner/material-active.svg");
}

.link.link-profile:before {
    background-image: url("/img/partner/profile.svg");
}

.link.link-profile.active:before,
.link.link-profile:hover:before {
    background-image: url("/img/partner/profile-active.svg");
}

.link.link-pay:before {
    background-image: url("/img/partner/pay.svg");
}

.link.link-pay.active:before,
.link.link-pay:hover:before {
    background-image: url("/img/partner/pay-active.svg");
}

.button-copy {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    color: #212529;
    border: none;
    background: none;
    text-align: left;
    padding: 0;
}

.button-copy:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("/img/partner/copy.svg");
    background-repeat: no-repeat;
    background-color: #007BFF;
    background-position-x: 50%;
    background-position-y: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.sidebar-menu-links .button-copy {
    line-height: 20px;
}

.partner-charts {
    margin-bottom: 20px;
}

.row-balance{
    margin-bottom: 20px;
}
.row-balance b{
    background-color: #FFCC15;
    padding: 4px 8px;
    border-radius: 10px;
}

.chart-title,
.chart-period {
    margin-bottom: 15px;
}

.chart-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6C757D;
}

.chart-period a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #BBBBBB;
    margin-left: 10px;
}

.chart-period a.active {
    color: #6C757D;
}

.table tr:hover {
    background-color: #F1F7FF;
}

.table th, .table td {
    border: none;
}

.table thead th {
    border-bottom: 1px solid #DEE2E6;;
}

.table th {
    padding: 15px;
}

.table td {
    padding: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #212529;
}

span.request-status {
    color: #FFCC15;
}

span.request-status.request-status-7,
span.request-status.request-status-3,
span.request-status.request-status-6,
span.request-status.request-status-WON{
    color: #639E27;
}

span.request-status.request-status-13 {
    color: #ED6F1B;
}

.request-status.request-status-1 {
    color: #007BFF;
}

.request-status.request-status-JUNK {
    color: #E5221F;
}

label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6C757D;
}

.form-control {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    border: 1px solid #BBBBBB;
    border-radius: 8px;
    padding: 12px 20px;
    height: auto;
}

.partner-info-uploader .upload-kit {
    border: 1px dashed #BBBBBB;
    border-radius: 8px;
}

.partner-info-uploader .upload-kit .upload-kit-input {
    width: 100%;
    border: none;
}

.partner-info-uploader .upload-kit .upload-kit-input:before {
    content: "Выберите файл";
}

.btn.btn-yellow {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #212529;
    background-color: #FFCC15;
    border-radius: 50px;
    padding: 18px 30px;
}

.banner-image {
    margin-bottom: 20px;
}

.banner-image img {
    max-width: 100%;
}

.partner-profile-uploader {
    max-width: 160px;
    margin-bottom: 1rem;
    text-align: center;
}

.partner-profile-uploader .form-group {
    margin-bottom: 0;
}

.partner-profile-uploader .upload-kit .upload-kit-item {
    border: none;
    width: 160px;
    height: 160px;
}

.partner-profile-uploader .upload-kit .upload-kit-input {
    border-radius: 50%;
}

.partner-profile-uploader .upload-kit .upload-kit-input:before {
    /*content: "Загрузить";
    background-image: url(/img/partner/upload.svg);
    background-repeat: no-repeat;
    color: #007BFF;
    padding-left: 24px;*/
}

.partner-profile-uploader .upload-kit .upload-kit-item.image > img {
    border-radius: 50%;
}

.partner-profile-uploader-button {
    content: "Обновить";
    background-image: url(/img/partner/upload.svg);
    background-repeat: no-repeat;
    padding-left: 24px;
    color: #007BFF;
    cursor: pointer;
    background-color: #ffffff;
    border: none;
}

.partner-payment-method {
    border: 1px solid #BBBBBB;
    padding: 25px 30px 15px 30px;
    position: relative;
}

.partner-payment-method .image {
    margin-bottom: 15px;
    min-height: 40px;
}

.partner-payment-method .image img {
    height: 40px;
    width: auto;
    float: left;
    margin-right: 8px;
    max-width: 100%;
}

.partner-payment-method .name {
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #BBBBBB;
}

.partner-payment-method .term,
.partner-payment-method .sum {
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #BBBBBB;
}

.partner-payment-method a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.partner-payment-method .badge-yellow {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #212529;
    background-color: #FFCC15;
    border-radius: 100px;
    padding: 4px 6px;
}

.partner-payment-method:hover,
.partner-payment-method.active {
    background-color: #F1F7FF;
    border: 1px solid #007BFF
}

.partner-payment-method:hover .name,
.partner-payment-method:hover .term,
.partner-payment-method:hover .sum,
.partner-payment-method.active .name,
.partner-payment-method.active .term,
.partner-payment-method.active .sum {
    color: #007BFF;
}

.partner-payment-method-form h2 {
    margin-top: 30px;
}

.get-money-container .sum-caption {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #212529;
    margin-bottom: 5px;
}

.get-money-container .sum {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #007BFF;
}

.get-money-container h2 {
    margin-top: 30px;
}

.button-sidebar-toggle {
    background-color: #ffffff;
    background-image: url("/img/partner/sandwich.svg");
    border: none;
    width: 36px;
    height: 36px;
    display: none;
    position: absolute;
    right: 20px;
}

.button-sidebar-close {
    background-color: #ffffff;
    background-image: url("/img/partner/close.svg");
    border: none;
    width: 36px;
    height: 36px;
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

.field-userprofile-picture .upload-kit .upload-kit-item .remove {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -18px;
    padding: 0;
}

.field-userprofile-picture .upload-kit .upload-kit-item .remove:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("/img/partner/close-white.svg");
}

.header-main-page {
    background-image: url("/img/partner/main-page-bg.jpg");
}

.navbar-main-page {
    z-index: 999;
}

.navbar-main-page .nav-link {
    color: #ffffff;
}

.navbar-main-page .navbar-toggler:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("/img/partner/sandwich-white.svg");
}

.body-main-page {
    background-image: url("/img/partner/main-page-bg-2.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
}

.header-text-main-page {
    text-align: center;
}

.header-text-main-page h1,
.header-text-main-page p {
    color: #ffffff;
}

.header-text-main-page h1 {
    font-weight: 700;
    font-size: 62px;
    line-height: 80px;
    margin: 50px 0;
}

.header-text-main-page p {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.header-text-main-page p:last-of-type {
    margin-bottom: 60px;
}

.header-text-main-page a.btn {
    margin-bottom: 60px;
}

section.section {
    padding: 100px 0;
    text-align: center;
}

section.section.bg-gray {
    background-color: #f2f2f2;
}

section.section h2 {
    font-size: 64px;
    line-height: 80px;
}

section.section h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

section.section p {
    font-size: 24px;
    line-height: 34px;
}

section.section.bg-transparent h2,
section.section.bg-transparent p {
    color: #ffffff;
}

.text-under-line {
    text-decoration: underline;
}

.how-much-item {
    font-size: 30px;
    font-weight: 600;
}

p.attract-link {
    margin-top: 30px;
    max-width: 470px;
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    padding: 25px 35px;
}

p.attract-link span {
    font-size: 14px;
    line-height: 20px;
    color: #6C757D;
}

.partner-lead-form {
    background-color: #F1F7FF;
    padding: 30px 50px;
    border-radius: 18px;
    overflow: auto;
}

.partner-payments-title {
    margin-top: 30px;
}

.partner-table a .fa.fa-pencil {
    color: #FFCC15;
    font-size: 20px;
}

.partner-table a:hover .fa.fa-pencil,
.partner-table tr th {
    color: #007BFF;
}

.field-loginform-recaptcha .invalid-feedback,
.field-signupform-recaptcha .invalid-feedback {
    display: block;
}
.tooltip {
    display: none;
    position: absolute;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    z-index: 1000;
    opacity: 1;
    max-width: 300px;
}

.tooltip-target {
    cursor: pointer;
    display: inline-block;
    background-color: #FFCC15;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px;
}

@media (max-width: 991px) {
    #sidebar ul.sidebar-menu-links{
        margin-top: 20px;
    }
    #sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #fff;
        max-width: 100%;
        border: none;
        padding: 18px 26px;
    }

    #sidebar.active {
        left: 0;
    }

    #content {
        padding: 10px;
    }

    .button-sidebar-toggle,
    .button-sidebar-close {
        display: block;
    }

    h1 {
        margin-top: 90px;
        font-size: 24px;
    }

    .navbar-profile {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
        left: 0;
        padding: 20px;
        background-color: #ffffff;
    }

    .navbar-profile .dropdown-toggle span {
        /*display: none;*/
    }

    .chart-period a {
        margin-left: 0;
        margin-right: 10px;
    }

    .table.partner-table thead th:nth-child(1),
    .table.partner-table thead th:nth-child(3),
    .table.partner-table thead th:nth-child(4),
    .table.partner-table thead th:nth-child(5),
    .table.partner-table tr td:nth-child(1),
    .table.partner-table tr td:nth-child(3),
    .table.partner-table tr td:nth-child(4),
    .table.partner-table tr td:nth-child(5) {
        display: none;
    }

    .table.partner-payment-table thead th:nth-child(1),
    .table.partner-payment-table thead th:nth-child(3),
    .table.partner-payment-table tr td:nth-child(1),
    .table.partner-payment-table tr td:nth-child(3) {
        display: table-cell;
    }

    .table.partner-payment-table thead th:nth-child(2),
    .table.partner-payment-table tr td:nth-child(2) {
        display: none;
    }

    .header-text-main-page h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .header-text-main-page p {
        font-size: 18px;
        line-height: 28px;
    }

    section.section {
        padding: 50px 0;
    }

    section.section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    section.section h3 {
        font-size: 20px;
    }

    section.section p {
        font-size: 16px;
        line-height: 26px;
    }

    .how-much-item {
        font-size: 20px;
    }

    .partner-lead-form {
        margin-left: -30px;
        margin-right: -30px;
        border-radius: 0;
    }

    p.attract-link {
        padding: 10px 20px;
        margin-bottom: 30px;
    }
}
