:root {
    --main-bg: #333;
    --main-cl: #fff;
    --color-1: #bb75e1;
    --color-2: #cc96ea;
}

@font-face {
    font-family: 'InterR';
    src: url(./templates/fonts/Inter-Regular.ttf);
}

html,
body {
    font-size: 14px;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
    color: #444;
}

.no-event {
    pointer-events: none!important;
}

.absolute {
    position: absolute;
}

.right-10 {
    right: 10px;
}

.top-40 {
    top: 40%;
}

.menu {
    background: var(--color-1);
    color: #fff;
    margin-top: 10px;
}

.item-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.cp__company {
    font-size: 26px;
    font-weight: bold;
    color: var(--color-1);
    background: #000;
}

a,
a:hover {
    color: #333;
}

.form-control {
    color: #333;
}

.form-label {
    color: #333;
    font-weight: 600;
    font-size: 13px;
}

.form-group .form-label {
    font-size: 13px;
}

#form-dangky .form-control {
    color: #666;
    letter-spacing: 1px;
}

#form-dangky .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1;
    /* Firefox */
}

#form-dangky .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

#form-dangky .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666;
}

#form-dangky .form-label {
    color: #444;
}

.item-menu a:hover {
    color: #fff;
}

.item-menu a.active {
    color: #fff;
}

.pttt934 .div_input input {
    color: #fff;
}

.pttt934 .div_input input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.pttt934 .div_input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.pttt934 .div_input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.pttt934 .div_input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.pttt934 .div_input input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #fff;
}

.head_user {
    background: #ccc;
}

.bg__black {
    background: #333;
    min-height: 80vh;
}

.bg__black .list_user li a {
    color: #fff;
}

#phuong-thuc-thanh-toan .body_chinhsach * {
    font-family: Arial;
}

#phuong-thuc-thanh-toan .div_input span {
    font-size: 13px;
    width: 90px;
}

.div_input input,
.div_input select {
    padding-left: 100px;
}

.pn-slider {
    margin-top: 10px
}

.img_banner {
    border-radius: 0.1rem;
    width: 100%;
    object-fit: cover;
    height: 550px;
}

.pn-banner {
    padding: 20px 0;
}

.pn-banner img {
    width: 100%;
}

.pn-open-notice {
    padding: 10px 0;
    margin-bottom: 10px;
}

.pn-open-notice .inner_bg {
    background: #e22825;
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 20px 15px;
    width: 90%;
    margin: 0 auto;
    border-radius: 1rem;
}

.df {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.df-notice {
    align-items: center;
}

.df-notice .uni-image {
    width: 40px;
}

.df-notice .cont {
    width: calc(100% - 50px);
}

.pn-cateHome {
    padding: 20px 0;
    background-color: #fff;
}

.tit_block {
    margin: 10px 0;
}

.tit_block h2 {
    margin: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tit_block h2 span {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.tit_block h2 span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: #1e5bb0;
    width: 6px;
    height: 100%;
    border-radius: 3px;
}

.tit_block h2 a {
    color: #777;
    font-size: 17px;
}

.gird_projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.gird_projects .item {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px #a2daff;
    padding: 0 0;
}

.itemProjects .img {
    position: relative;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}

.itemProjects .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.itemProjects .title {
    padding: 0 0;
    margin: 10px 0;
}

.itemProjects .title h3 {
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.itemProjects .inner {
    padding: 10px 10px;
    font-family: 'InterR';
}

.df-f dl {
    max-width: 50%;
    font-weight: 500;
    text-align: center;
}

.df-f dl dt {
    font-size: 18px;
    font-weight: 400;
}

.df-f dl dt.cap {
    font-weight: 500;
    margin-top: 5px;
    font-size: 18px;
}

.df-f dl dt span {
    color: #e22825;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.itemProjects .inner .action {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.itemProjects .inner .action span.tong_tien {
    font-size: 20px;
    color: #e22825;
    letter-spacing: 1px;
    font-weight: 600;
}

.df-fa {
    align-items: center;
}

.btn-go-dt {
    background-color: #e22825;
    color: #fff;
    font-size: 18px;
    padding: 12px 10px;
    border-radius: 8px;
    min-width: 100px;
}

.btn-go-dt:hover {
    color: #fff;
}

.df-fa .quymo {
    display: block;
    padding-right: 10px;
}

.itemProjects .inner .plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
    font-size: 16px;
}

.itemProjects .inner .plan .plan-cap {
    width: 120px;
}

.itemProjects .inner .plan .plan-wrap {
    width: calc(100% - 200px);
    background-color: #e7e7e7;
    border-radius: 5px;
    height: 5px;
    position: relative;
}

.plan-con {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4.5px;
    background: #e22825;
}

.itemProjects .inner .plan .plan-text {
    font-size: 24px;
    color: #555;
    width: 60px;
    text-align: right;
}

.pn-page {
    padding: 2rem 0;
}

.pn-page .nd {
    font-size: 16px;
    line-height: 1.625;
}

.company_name,
.company_name:hover {
    color: #e22825;
}

.heading_back {
    padding: 10px 0;
    background-color: var(--color-1);
    color: #fff;
    font-size: 14px
}

.heading_back a {
    color: #fff;
}

.heading_banner {
    padding: 15px 0;
}

.heading_banner .heading_page {
    font-size: 24px;
    text-align: center;
    color: #444;
}

.full_banner {
    max-width: 100%;
    margin: 0 auto;
    max-height: 300px;
    object-fit: contain;
}

.page-projects {
    padding: 30px 0;
}

.pn-regis {
    padding: 30px 0;
    background-color: #fff;
}

.pn-regis .container {
    max-width: 800px;
}

.btn_all {
    padding: 0 10px;
    background-color: var(--color-1);
    color: #fff;
    font-size: 14px;
    width: 100%;
    border-color: transparent;
    outline: none;
    border-radius: 5px;
    line-height: 40px;
}

.btn_all.btn_regisTk {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.btn_backLogin a {
    color: #333;
    font-size: 18px;
}

.btn_backLogin {
    margin: 20px 0;
    text-align: center;
}

.btn_backLogin a span {
    color: var(--color-1);
    font-weight: 600;
}

.pn-login,
.pn-repass {
    padding: 30px 0;
    background-color: #fff;
    min-height: 50vh;
}

.pn-login .container,
.pn-repass .container {
    max-width: 800px;
}

#form-login .form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

#form-login .form-group label.error {
    color: red;
    font-size: 13px;
    right: 0;
    left: unset;
    top: -25px;
    position: absolute;
    font-weight: normal;
    font-style: normal;
}

.btn_redirect {
    font-weight: 500;
    margin-bottom: 15px;
}

.btn_redirect a {
    color: var(--color-1);
    font-size: 16px;
}

.txt_heading_back {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.form-group_captcha .captcha {
    position: absolute;
    right: 0;
    top: 0;
}

.form-group_captcha #code {
    padding-right: 200px;
}

.pn-ctdt {
    padding: 30px 0;
    background-color: #fff;
    margin-top: 30px;
}

.ctdt-nd {
    font-size: 18px;
    line-height: 1.625;
    padding: 2em;
    overflow-x: scroll;
}

.tit_ctdt {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #e22825;
    border-bottom: 2px solid #e22825;
    padding-bottom: 10px;
}

.cus_table table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.cus_table table tr td:first-child {
    width: 30%;
    text-align: center;
}

.cus_table table tr td {
    padding: 15px 15px;
    line-height: 1.625;
    color: #666;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}

.pn-ctdt-excerpt {
    padding: 0 0 30px 0;
    background-color: #fff;
}

.heading_ctdt {
    font-size: 30px;
    font-weight: 600;
    color: #e22825;
    text-align: center;
    margin: 0 0 20px 0;
}

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

.details_top>li {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    line-height: 60px;
    font-weight: 500;
    color: #222;
}

.details_top>li:last-child {
    border-bottom-color: transparent;
}

.df-excerpt .sp2 {
    display: block;
    line-height: 50px;
    font-size: 26px;
    color: #000;
    text-align: center;
}

.df-excerpt .sp1 {
    display: block;
    line-height: 50px;
    color: #999;
    font-size: 28px;
    text-align: center;
}

.df-excerpt {
    background-color: #f5f5f5;
    padding: 10px 30px;
}

.df-excerpt p i {
    font-style: normal;
    color: #e22825;
    font-size: 36px;
}

.wpt_excerpt {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pn-TopUser {
    background-color: var(--color-2);
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    border-radius: 0 0 20px 20px;
}

.user_sodu_tit {
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.user_sodu {
    font-size: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pn-wait {
    background: rgba(255, 255, 255, .1);
    padding: 20px 0;
    margin-top: 20px;
}

.pn-wait .df-wait {
    justify-content: space-between;
}

.pn-wait .df-wait .item:first-child {
    border: 0;
}

.pn-wait .item {
    width: 50%;
    border-left: 1px solid #ccc;
    text-align: center;
    color: #000;
}

.pn-wait .item span.num {
    color: #fff;
    font-size: 26px;
}

.pn-wait .item span.tit {
    display: block;
    color: #dadada;
    margin-top: 10px;
}

.page_chat_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.df_sendchat {
    align-items: center;
}

.df_sendchat .action_chat {
    width: 100px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.df_sendchat .input_chat {
    width: calc(100% - 120px);
}

.i_pointer {
    cursor: pointer;
}

.pn-User_list {
    margin-top: 30px;
    padding: 0 0;
}

.dvkh {
    font-size: 24px;
    color: #fff;
    padding: 15px 0;
    background: #e22825;
    border-color: #e22825;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.dvkh:hover {
    color: #fff;
}

.user-list {
    padding: 0;
    list-style-type: none;
    margin: 60px 0 30px 0;
}

.user-list>li {
    line-height: 34px;
    display: block;
    border-bottom: 1px solid #d1d5db;
    padding: 7px 10px;
}

.user-list>li:last-child {
    border-bottom-color: transparent;
}

.user-list>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.user-list>li>a .icon {
    width: 46px;
    margin-right: 10px;
}

.user-list>li>a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.input_btn {
    background-color: #e22825;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    border-radius: 5px;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #e22825;
    margin: 30px auto;
    cursor: pointer;
}

.input_btn:hover {
    color: #fff;
}

.pn-cards {
    padding: 30px 0;
}

.df-action-addCard {
    justify-content: flex-end;
}

.df-action-addCard input {
    margin: 0 5px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    border-color: transparent;
    outline: none;
    background-color: #ddd;
    border-radius: 5px;
}

.df-action-addCard input.btn-addCard {
    background-color: var(--color-1);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.sodu_taichinh {
    color: #e22825;
    font-size: 30px;
    word-spacing: 1px;
}

.pn-addCash {
    background: #fff;
    padding: 30px 0;
    margin-top: 30px;
}

.form-control {
    font-size: 14px;
}

.div_input .span_naptien {
    font-size: 16px;
    color: #333;
    width: 200px;
}

.phuongthuc_desc {
    font-size: 18px;
    line-height: 1.625;
}

.pn-addCash .container {
    max-width: 700px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.pn-cash {
    padding: 30px 0;
    background-color: #fff;
}

.pn-cash .container {
    max-width: 800px;
}

#frm_ruttien .form-group .form-control.normal {
    padding-left: 120px;
    border-bottom-color: transparent;
}

#frm_ruttien #so_tien {
    color: red;
}

#frm_ruttien .form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    font-weight: 500;
}

#frm_ruttien .form-group {
    position: relative;
}

#frm_ruttien .form-group label.error {
    font-size: 13px;
    top: unset;
    bottom: -10px;
    right: 0;
    left: unset;
}

#frm_ruttien .form-group-select label.error {
    font-size: 13px;
    top: unset;
    bottom: -10px;
    right: 0;
    left: unset;
}

.form-group-select {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.form-group-select label {
    min-width: 120px;
    font-size: 20px;
}

.df-bank {
    align-items: center;
}

.txt_sodurut {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#frm_ruttien {
    font-size: 24px;
}

.foot_logout {
    font-size: 16px;
    color: #111;
    text-align: center;
    background-color: #fef08a;
    width: 100%;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase;
}

.foot_logout:hover {
    color: #000;
}

.top-cards table tr {
    border-bottom: 1px solid #ccc;
}

.pn-UserHis,
.pn-invest {
    padding: 30px 0;
    margin-top: 10px;
}

.record_outer table {
    width: 100%;
    border-collapse: collapse;
}

.record_outer table td,
.record_outer table th {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 5px;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

.record_outer table td.add {
    color: #008000;
}

.record_outer table td.divi {
    color: red;
}

.c_sotien {
    font-size: 20px!important;
}

.btn-chitiethoso {
    font-size: 18px;
    color: #fff;
    background: #58a5e4;
    line-height: 40px;
    display: block;
    border-radius: 5px;
}

.btn-chitiethoso:hover {
    color: #fff;
}

.contract_box {
    padding: 20px;
}

.contract_box .data_name {
    padding: 50px 20px;
    border: 1px dashed #ddd;
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 1.2;
    word-spacing: 1px;
}

.contract_box .table_auto {
    width: 100%;
    margin: auto;
    overflow: auto;
}

.contract_box .table_auto table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin-bottom: 30px;
    margin: 0 auto;
    width: 1400px;
}

.contract_box .table_auto table th {
    font-size: 24px;
    background: #f5f5f5;
    padding: 30px 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.contract_box .table_auto table td {
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 22px;
}

.pn-interest {
    padding: 30px 0;
}

.pn-recharge_record,
.pn-cash_record,
.pn-setAccount,
.pn-pwd_login,
.pn-pwd_pay,
.pn-certification {
    padding: 10px 0;
    margin-top: 30px;
}

.pn-setAccount .user-list a {
    color: #e22825;
}

.pn-pwd_login .container {
    max-width: 800px;
}

#pwd_login .form-group,
#pwd_pay .form-group {
    position: relative
}

#pwd_login .form-group label.cap,
#pwd_pay .form-group label.cap {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

#pwd_login .form-group .form-control.normal,
#pwd_pay .form-group .form-control.normal {
    text-align: left;
}

#pwd_login label.error,
#pwd_pay label.error {
    text-align: right;
}

#form-certification .form-group .form-control.normal {
    padding-left: 120px;
}

#form-certification .form-group label.cap {
    position: absolute;
    left: 0;
    top: 0px;
    width: 110px;
}

.pn-fund {
    padding: 30px 0;
    background-color: #fff;
    margin-top: 20px;
}

.btn-box {
    border-radius: 5px;
    background: #e22825;
    color: #fff;
    font-size: 18px;
}

.tit1_fund {
    font-size: 20px;
}

.pn-login,
.pn-regis {
    width: 100%;
    min-height: 100vh;
    background-size: cover!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_frm {
    width: 400px;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.page_heading {
    margin-bottom: 30px;
}

.page_heading h1 {
    color: var(--color-1);
    font-size: 24px;
    text-align: center;
}

.t_mk {
    color: var(--color-1);
    cursor: pointer;
    right: 10px;
    top: 15px;
}

.tg_pass .fa-eye-slash {
    display: none;
    visibility: hidden;
}

.tg_pass.show .fa-eye {
    display: none;
    visibility: hidden;
}

.tg_pass.show .fa-eye-slash {
    display: block;
    visibility: visible;
}


/*--RB--*/

#inside-container {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding-bottom: 100px;
    background-color: #c2e9f6;
}

body.pdb0 #inside-container {
    padding-bottom: 0;
    max-width: 100%;
}

.menu .heading-menu {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.heading-menu strong {
    color: #fef08a;
    font-weight: 500;
}

.pn-block-1 {
    padding: 5px 0;
}

.pn-block-1 .df {
    justify-content: center;
}

.pn-block-1 span {
    padding: 0 2px;
}

.bg-main {
    background-color: var(--color-1);
}

.color-main {
    color: #fff;
}

.df-index-2 {
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.b_total {
    background-color: var(--color-1);
    color: #fff;
    padding: 4px 15px;
    border-radius: 5px;
    margin-left: 10px;
}

.tit_page {
    text-align: center;
    font-size: 26px;
    margin: 15px 0;
    font-weight: 600;
}

.df-direction {
    border: 3px solid var(--color-1);
}

.df-direction .left,
.df-direction .right {
    width: 50%;
    font-size: 18px;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.df-direction .left {
    border-right: 3px solid var(--color-1);
}

.df-direction .left span,
.df-direction .right span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 70px;
}

.line_info {
    justify-content: flex-end;
    margin: 10px 0;
}

.line_info span {
    cursor: pointer;
}

#box_notice {
    padding: 0px!important;
    overflow: hidden;
}

#box_notice .title_box {
    background-color: var(--color-1);
    color: #fff;
    text-align: left;
    padding: 5px 10px;
}

#box_notice .content_box {
    padding: 15px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

#box_notice .footer_box {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#box_notice .btn_xacnhan {
    background: #cc96ea;
    color: #fff;
}

.innner_vongquay {
    margin: 10px 0 40px 0;
    padding: 20px 20px;
}

#box_amount {
    padding: 20px!important;
    border-radius: 15px;
    overflow: hidden;
    max-width: 400px;
}

#box_amount .title_box {
    background-color: var(--color-1);
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}

.df-amount-number {
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    border: 3px solid var(--color-1);
    border-radius: 10px;
    overflow: hidden;
}

.df-amount-number .qty_b {
    color: #fff;
    background-color: var(--color-1);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 6px;
    outline: none;
    border-color: transparent;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.df-amount-number .num_sl {
    border-color: transparent;
    font-size: 16px;
    height: 35px;
    color: #333;
    text-align: center;
    width: calc(100% - 80px);
    outline: none!important;
    box-shadow: unset!important;
    padding-left: 3px;
}

.form-pd-input {
    padding: 0 20%;
}

#box_amount .df-action {
    justify-content: space-between;
}

#box_amount .btn {
    width: calc(50% - 15px);
    background-color: #d1d5db;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 0;
}

#box_amount .btn-order {
    background-color: var(--color-1);
    color: #fff;
}

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

.grid_optionAmount {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin: 20px 0;
}

.grid_optionAmount>li>span {
    display: block;
    text-align: center;
    padding: 10px 0;
    border: 1px solid var(--color-1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.grid_optionAmount>li>span.current {
    background-color: var(--color-1);
    color: #fff;
}

.note_balance {
    margin: 10px 0;
    text-align: center;
    color: red;
    font-size: 14px;
}

.the_wheel #canvas {
    margin-top: 4px
}

td.the_wheel {
    background-image: url(./templates/images/wheel_back.png);
    background-position: center center;
    background-repeat: no-repeat!important;
    background-size: contain!important
}

.center_wheel table {
    margin: 0 auto;
}

.df-controlWl {
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-size: 1.6rem;
}

.df-controlWl button {
    font-size: 16px;
    background-color: var(--color-1);
    color: #fff;
    margin: 0 10px;
    font-weight: 600;
}

.df-controlWl button.hide {
    opacity: 0.2;
    pointer-events: none;
}

.link_gift {
    color: #fff;
    background: var(--color-1);
    padding: 7px 15px;
    border-radius: 5px;
}

.df-rutlixi {
    justify-content: center;
    align-items: center;
}

.df-rutlixi a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--color-2);
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: -50px;
}

.df-rutlixi a img {
    height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.add_bankCard {
    text-align: right;
    margin-bottom: 20px;
}


/**/

.heading_statis {
    padding: 5px 10px;
    background-color: var(--color-1);
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (min-width:1200px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:991px) {
    .gird_projects {
        grid-template-columns: 1fr;
    }
    .pn-fund .container {
        max-width: 98%;
    }
    .tit1_fund {
        font-size: 16px;
    }
}

@media screen and (max-width:850px) {
    .container {
        max-width: calc(100% - 30px)!important;
    }
    .pn-User_list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:700px) {}

@media screen and (max-width:650px) {
    .btn-chitiethoso {
        font-size: 16px;
        line-height: 34px;
    }
    .record_outer table td,
    .record_outer table th {
        padding: 10px 5px;
    }
    .ctdt-nd {
        padding: 0 0;
        margin: 20px 0;
    }
    .itemProjects .inner .plan .plan-text {
        font-size: 20px;
    }
    .df-f dl dt span {
        font-size: 20px;
    }
    .itemProjects .title h3 {
        font-size: 20px;
    }
    .tit_block h2 {
        margin-bottom: 20px;
    }
    .tit_block h2 span {
        font-size: 20px;
    }
    .pn-open-notice .inner_bg {
        font-size: 17px;
        padding: 14px 14px;
    }
    .pn-open-notice .inner_bg {
        width: 100%;
    }
    .pn-banner {
        padding: 10px 0;
    }
    .pn-slider .container,
    .pn-banner .container {
        max-width: 100%!important;
    }
    .img_banner {
        height: 350px;
    }
    .pn-User_list {
        padding-left: 0;
        padding-right: 0;
    }
    .item-menu {
        width: 25%;
    }
    .user_sodu {
        font-size: 30px;
    }
    .menu .container {
        width: 100%!important;
        max-width: 100%!important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .item_goitaichinh {
        height: 220px;
        padding: 10px 0;
    }
    .user-list {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:576px) {
    .table_auto {
        overflow: auto;
    }
    .table_invest,
    .table_interest {
        min-width: 550px;
    }
}

@media screen and (max-width:500px) {
    .user-list>li {
        padding-left: 0;
        padding-right: 0;
    }
    .menu {
        overflow: scroll;
    }
    .df-fa {
        flex-direction: column;
    }
    .df-fa .quymo {
        margin-bottom: 10px;
    }
    .container {
        max-width: calc(100% - 10px)!important;
        width: 100%!important;
    }
    .btn-go-dt {
        font-size: 16px;
        text-align: center;
    }
    .item-menu a {
        font-weight: 500;
        font-size: 14px;
    }
    .item-menu a img {
        height: 18px;
    }
    .txt_heading_back {
        font-size: 18px;
    }
    .df-f dl dt.cap {
        font-size: 16px;
    }
    .df-fa .quymo {
        line-height: 1.4;
    }
    .user_sodu {
        font-size: 26px;
    }
    .tit_page {
        font-size: 20px;
    }
}

@media screen and (max-width:450px) {
    .df-direction .left span,
    .df-direction .right span {
        height: 50px;
    }
}

@media screen and (max-width:430px) {
    .df-f dl {
        max-width: 100%;
        text-align: left;
    }
    .df-f {
        flex-direction: column;
        justify-content: flex-start;
    }
    .sodu_taichinh {
        font-size: 20px;
    }
    .item_goitaichinh {
        margin: 10px 0;
    }
    .user-list>li {
        line-height: 44px;
    }
}

@media screen and (max-width:415px) {
    .center_wheel table {
        transform: scale(0.9);
        margin-left: -2%;
    }
}

@media screen and (max-width:415px) {
    .center_wheel table {
        margin-left: -3.5%;
    }
}

@media screen and (max-width:378px) {
    .center_wheel table {
        margin-left: -7.5%;
    }
}