.account_me {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    max-height: 80px;
}

.account_me img {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto 10px auto 0;
}

.account_me .content_account {
    display: grid;
}

.account_me .content_account span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'HelvericaNeue-Medium';
}

.account_me .content_account p {
    margin-bottom: 0;
    font-family: 'HelvericaNeue-Bold';
    color: #08AF21;
    font-size: 16px;
}

.charge-score {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    margin-top: 30px;
    padding: 30px 15px;
}
.search {
    display: flex;
    margin-bottom: 10px;
}

.search input[type='text'] {
    width: 180px;
}
.charge-score .title-charge-score {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HelvericaNeue-Medium';
    margin-bottom: 15px;
    display: inline-block;
}

.charge-score .account_me {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    max-height: 80px;
}

.account_me img {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto 10px auto 0;
}

.account_me .content_account {
    display: grid;
}

.account_me .content_account span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'HelvericaNeue-Medium';
}

.account_me .content_account p {
    margin-bottom: 0;
    font-family: 'HelvericaNeue-Bold';
    color: #08AF21;
    font-size: 16px;
}

.charge-score {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    margin-top: 30px;
    padding: 30px 15px;
}
.search {
    display: flex;
    margin-bottom: 10px;
}
.search .form-group.row {
    flex-wrap: inherit;
    width: 150px;
    margin-right: 20px;
}
.search .form-group.row label {
    margin-right: 10px;
    color: white;
    font-family: 'HelvericaNeue-Medium';
}
.search input {
    width: 180px;
    height: 36px;
    border: none;
}
.search button {
    display: inline-block;
    max-width: 170px;
    height: 36px;
    color: white;
    background-color: #086015;
    border-radius: 4px;
    width: 100%;
    margin-left: 10px;
}
.charge-score .title-charge-score {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HelvericaNeue-Medium';
    margin-bottom: 15px;
    display: inline-block;
}

.charge-score input.score_charge {
    border-radius: 0;
    border: solid 1px #d9d9d9;
    height: 40px;
    margin-bottom: 12px;
    border-color: #d9d9d9 !important;
}

.charge-score input.score_charge::placeholder {
    font-size: 14px;
    color: #999999;
}

.charge-score .note {
    font-size: 14px;
    color: #319EF2;
}
.charge-score .grid {
    display: grid;
    text-align: right;
}
.charge-score .grid .flex {
    justify-content: flex-end;
    align-items: baseline;
}
.charge-score .grid .flex span {
    text-transform: uppercase;
    font-family: 'HelvericaNeue-Bold';
    margin-right: 12px;
    font-size: 14px;
}
.charge-score .grid .flex p {
    text-transform: uppercase;
    font-family: 'HelvericaNeue-Bold';
    color: #E50808;
    font-size: 18px;
    margin-bottom: 0;
}

.charge-score .grid button {
    display: inline-block;
    margin-top: 15px;
    max-width: 170px;
    height: 40px;
    color: white;
    background-color: #086015;
    border-radius: 4px;
    width: 100%;
}
.charge-score .grid button:hover {
    background-color: #548E2D;
}

.tutorial {
    background-color: #f2f2f4;
    padding: 20px;
    max-height: 190px;
}
.tutorial span.title_tutorial {
    font-size: 12px;
    color: #AF0896;
    font-family: 'HelvericaNeue-Medium';
    text-transform: uppercase;
}
.tutorial p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.tutorial button {
    position: relative;
    width: 160px;
    height: 26px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 8px;
    text-align: left;
}
.tutorial button:after {
    display: inline-block;
    content: '';
    background-image: url("../img/icon_charge.png");
    width: 16px;
    height: 16px;
    background-position: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.history_charge {
    display: inline-block;
    width: 100%;
    margin-top: 11px;
}
.history_charge .flex {
    justify-content: space-between;
}
table.table-charge {
    background-color: #fff;
    border-radius: 4px;
}
table.table-charge th {
    font-size: 12px;
    font-family: 'HelvericaNeue-Medium';
    color: #666666;
}
table.table-charge th,
table.table-charge td {
    border: none;
    border-bottom: none !important;
    vertical-align: middle;
}
table.table-charge tbody tr {
    height: 50px;
}
table.table-charge td {
    font-size: 15px;
    color: #000000;
}

table.table-charge td.action:hover {
    cursor: pointer;
}

#popupMovePoint .receiver {
    text-align: left;
    margin-bottom: 30px;
}

.receiver .point_receiver {
    display: flex;
    background-color: #F2F2F4;
    max-height: 60px;
    min-height: 50px;
    margin-bottom: 1px;
    border-radius: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.receiver .point_receiver span {
    font-size: 14px;
}
.receiver .point_receiver p {
    font-family: 'HelvericaNeue-Bold';
    color: #319EF2;
    font-size: 14px;
}

.point_receiver .name_receiver {
    display: flex;
}

.point_receiver .name_receiver img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-bottom: 0 !important;
    margin-right: 13px !important;
}
.point_receiver .name_receiver .grid {
    display: grid;
}
.point_receiver .name_receiver .grid span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HelvericaNeue-Bold';
}
.point_receiver .name_receiver .grid strong {
    font-size: 12px;
    text-transform: uppercase;
    color: #086015;
}
#popupMovePoint .note {
    margin-top: 17px;
}
#popupMovePoint .note p {
    font-size: 14px;
    color: #999999;
}
#popupMovePoint .note a {
    font-size: 14px;
    color: #319EF2;
}


/* MOBILE */

@media screen and (max-width: 767px) {
    .my.investment .form-investment {
        margin-bottom: 10px;
    }
    .search {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .search input,
    .search input[type='text'],
    .search button {
        width: 100%;
    }
    .search input,
    .search input[type='text'] {
        padding: 0 0 0 10px;
    }
    .search button {
        margin-left: 0;
    }
    .charge-score {
        display: grid;
    }
}
input.score_charge {
    border-radius: 0;
    border: solid 1px #d9d9d9;
    height: 40px;
    margin-bottom: 12px;
    border-color: #d9d9d9 !important;
}

.charge-score input.score_charge::placeholder {
    font-size: 14px;
    color: #999999;
}

.charge-score .note {
    font-size: 14px;
    color: #319EF2;
}
.charge-score .grid {
    display: grid;
    text-align: right;
}
.charge-score .grid .flex {
    justify-content: flex-end;
    align-items: baseline;
}
.charge-score .grid .flex span {
    text-transform: uppercase;
    font-family: 'HelvericaNeue-Bold';
    margin-right: 12px;
    font-size: 14px;
}
.charge-score .grid .flex p {
    text-transform: uppercase;
    font-family: 'HelvericaNeue-Bold';
    color: #E50808;
    font-size: 18px;
    margin-bottom: 0;
}

.charge-score .grid button {
    display: inline-block;
    margin-top: 15px;
    max-width: 170px;
    height: 40px;
    color: white;
    background-color: #086015;
    border-radius: 4px;
    width: 100%;
}
.charge-score .grid button:hover {
    background-color: #548E2D;
}

.tutorial {
    background-color: #f2f2f4;
    padding: 20px;
    max-height: 190px;
}
.tutorial span.title_tutorial {
    font-size: 12px;
    color: #AF0896;
    font-family: 'HelvericaNeue-Medium';
    text-transform: uppercase;
}
.tutorial p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.tutorial button {
    position: relative;
    width: 160px;
    height: 26px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 8px;
    text-align: left;
}
.tutorial button:after {
    display: inline-block;
    content: '';
    background-image: url("../img/icon_charge.png");
    width: 16px;
    height: 16px;
    background-position: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.history_charge {
    display: inline-block;
    width: 100%;
    margin-top: 11px;
}
.history_charge .flex {
    justify-content: space-between;
}

table.table-charge,
.table-responsive-sm{
    background-color: #fff;
    border-radius: 4px;
}
table.table-charge th {
    font-size: 12px;
    font-family: 'HelvericaNeue-Medium';
    color: #666666;
}
table.table-charge th,
table.table-charge td {
    border: none;
    border-bottom: none !important;
    vertical-align: middle;
}
table.table-charge tbody tr {
    height: 50px;
}
table.table-charge td {
    font-size: 15px;
    color: #000000;
}
table.table-charge td.action {
    display: flex;
}
table.table-charge td.action img {
    width: 16px;
    height: 16px;
    align-self: center;
    margin-left: 3px;
}
table.table-charge td.action:hover {
    cursor: pointer;
}

#popupMovePoint .receiver {
    text-align: left;
    margin-bottom: 30px;
}

.receiver .point_receiver {
    display: flex;
    background-color: #F2F2F4;
    max-height: 60px;
    min-height: 50px;
    margin-bottom: 1px;
    border-radius: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.receiver .point_receiver span {
    font-size: 14px;
}
.receiver .point_receiver p {
    font-family: 'HelvericaNeue-Bold';
    color: #319EF2;
    font-size: 14px;
}

.point_receiver .name_receiver {
    display: flex;
}

.point_receiver .name_receiver img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-bottom: 0 !important;
    margin-right: 13px !important;
}
.point_receiver .name_receiver .grid {
    display: grid;
}
.point_receiver .name_receiver .grid span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HelvericaNeue-Bold';
}
.point_receiver .name_receiver .grid strong {
    font-size: 12px;
    text-transform: uppercase;
    color: #086015;
}
#popupMovePoint .note {
    margin-top: 17px;
}
#popupMovePoint .note p {
    font-size: 14px;
    color: #999999;
}
#popupMovePoint .note a {
    font-size: 14px;
    color: #319EF2;
}

/* 13 INC */
@media (min-width: 992px) and (max-width: 1366px) {
    .search input {
        width: 165px;
    }
}

/* ============ */
/* MOBILE */

@media screen and (max-width: 767px) {
    .nav-tabs li {
        margin-bottom: 10px;
        margin-right: 10px !important;
    }
    .search {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px 0;
    }
    .charge-score {
        display: grid;
    }
    .tutorial {
        max-height: inherit;
    }
}
