body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.login-page {
    width: 100%;
    height: 100vh;
    background-image: url("../images/1.jpg");
    background-size: cover;
}

.overlay {
    background: rgba(72, 80, 88, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login-wrap {
    background-color: #ffffff;
    max-width: 550px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.login-wrap .text {
    line-height: 38px;
    padding-right: 10px;
}

.login-bg-image {
    width: 100%;
    height: 100%;
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: 50%;
}

.hotline {
    display: inline-block;
    margin-left: 20px;
}

.fs-30 {
    font-size: 30px;
}

.fc-grey {
    color: #666666;
}

.line {
    width: 100%;
    height: 5px;
    border: 1px solid #198754;
    border-left: none;
    border-right: none;
}

.history-month-wrap {
    width: 100%;
    max-width: 650px;
}

.history-month-wrap .row.history-item {
    background-color: #f1f1f1;
    margin: 5px 0;
}

.history-month-wrap .row.history-item:last-child {
    margin-bottom: 0 !important;
}

.change-history-wrap {
    max-width: 1000px;
    margin-top: 100px;
    padding: 0 20px;
}

.change-history-wrap table tr th,
.change-history-wrap table tr td {
    font-size: 14px;
}

.logo {
    height: 65px;
}

/* tips message style */
.tips-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 10px 35px 10px 20px;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}

.tips-wrap svg {
    display: none;
}

.tips-wrap.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.tips-wrap.error .error-icon {
    display: inline-block;
}

.tips-wrap.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.tips-wrap.success .success-icon {
    display: inline-block;
}

.tips-wrap .tips-close-btn {
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
}

/* //  tips message style */

/* 404 NOT FOUND */
.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

.error-wrapper h1 {
    font-size: 70px;
    font-weight: 300;
    margin-top: 20px;
}

.error-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

/* // 404 NOT FOUND */

.list-empty {
    color: #888888;
    margin: 30px 0 0;
}

/* tokenwallet css */
.index-top {
    background: linear-gradient(91deg, #a5bcff, #9dc6ff 70%, #f1eefc);
}

.index-top .img {
    width: 90%;
}

.address-details span {
    display: inline-block;
    word-break: break-all;
    color: #ffffff;
}

/* //tokenwallet css */

/* left-menu css */
.left-menu-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 98;
    transition: all 0.2s;
}

.left-menu {
    list-style: none;
    position: absolute;
    width: 200px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 56px;
    padding-left: 0;
    z-index: 99;
    background-color: #eff2f7;
    transition: all 0.2s;
}

.left-menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
    color: #48576a;
    border-bottom: 2px solid #ffffff;
    /* border-top: 2px solid #ffffff; */
    box-shadow: none;
}

.left-menu li a:focus,
.left-menu li a:visited {
    box-shadow: none !important;
}

.left-menu li a:hover {
    background-color: #e4e8f1;
}

.left-menu li a.active {
    background-color: #e4e8f1;
    color: #0d6efd;
}

.right-content {
    padding: 30px 0 30px 200px;
    position: relative;
}

.navbar-top {
    z-index: 999;
}

.bodyStyle {
    position: relative;
    min-height: 100vh;
}

.logout-small {
    margin-left: 10px;
}

.logout-icon span {
    font-size: 21px;
}

.notice-item {
    margin-bottom: 30px;
}

.container .notice-item:last-child {
    margin-bottom: 0;
}

.notice-item h4 {
    border-left: 4px solid #0d6efd;
    padding-left: 10px;
    font-size: 22px;
}

.notice-item p {
    font-size: 16px;
    color: #4d4d4d;
    padding-left: 15px;
    margin-bottom: 0;
}

.user-content {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
}

.user-content .text {
    line-height: 38px;
    text-align: right;
}

.user-content .change-password {
    line-height: 38px;
}

.change-content {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
}

.upload-box {
    width: 100px;
    height: 122px;
}

.upload-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptf-sum-box p {
    margin: 10px 0;
}

.ptf-sum-box p:last-child {
    margin-bottom: 0;
}

.ptf-sum-box p span {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.pft-out-description p {
    margin: 5px 0;
}

.top-avatar {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    margin-right: 5px;
}

.bank-info-box {
    width: 100%;
    max-width: 800px;
    border: 1px dashed #dedede;
    padding: 20px;
}

.border-left-line {
    border-left: 3px solid #0d6efd;
    padding-left: 7px;
}

.pft-in-apply-box .text {
    display: inline-block;
    line-height: 38px;
    padding: 0 10px;
}

.ptf-bonus-list-content .pft-bonus-box:nth-child(even) {
    background-color: #f2f2f2;
}

.pft-bonus-box {
    padding: 5px 0;
}

.pft-bonus-box .text {
    display: inline-block;
    line-height: 38px;
    width: 150px;
    text-align: center;
}

.list-content {
    width: 100%;
    max-width: 750px;
    margin: 0;
}

.list-table {
    vertical-align: middle;
}

.ptf-bonus-list-content {
    width: 100%;
    max-width: 650px;
}

.bonus-action-btn {
    display: inline-block;
    width: 260px;
}

.notice-title {
    text-align: center;
}

.notice-title span {
    border-bottom: 4px solid #0d6efd;
    font-size: 26px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    display: inline-block;
}

.top-name {
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.navbar-brand img {
    height: 27px;
}

.fileImg {
    cursor: pointer;
}

#outerdiv {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

#innerdiv {
    position: absolute;
}

#bigimg {
    border: 5px solid #fff;
}

.pop-up-wrap {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
}

.pop-up-wrap .inner {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 1.75rem auto;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    padding: 1.2rem;
}

.tips-close-btn {
    font-size: 12px;
    vertical-align: middle;
    color: #dedede;
    margin-left: 10px;
    display: none;
}

.arrow-reduce-wrap img {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .login-wrap.shadow {
        box-shadow: none !important;
    }

    .index-top {
        background: linear-gradient(91deg, #a5bcff, #9dc6ff 70%, #9dc6ff);
    }

    .hotline {
        display: block;
        margin-left: 0;
    }

    .left-menu {
        left: -250px;
    }

    .right-content {
        padding-left: 0;
    }

    .navbar-top {
        z-index: 97;
    }

    .user-content .text {
        text-align: left;
    }

    .ptf-out-btn {
        text-align: center;
    }

    .pft-bonus-box .text {
        width: 110px;
    }

    .arrow-reduce-wrap {
        text-align: center;
    }
}

/* ---------- admin css begin ----------- */

.admin-login-page {
    width: 100%;
    height: 100vh;
    /* background-color: #787878; */
    background-image: url("../images/2.jpg");
    background-size: cover;
}

.admin-login-page .row {
    margin-bottom: 38px;
}

.admin-top-wrap {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 2px;
    padding: 10px;
    margin: 10px 0 20px;
    text-align: right;
}

.top-nav-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 50px;
}

.save-btn {
    width: 120px;
}

.admin-user-content {
    max-width: 1000px;
}

.admin-table {
    font-size: 0.85rem;
}

.notice-content-td {
    width: 30%;
    /* max-width: 500px; */
}

.notice-content-td p {
    width: 100%;
    cursor: pointer;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.notice-content-td p:hover {
    /* color: #0d6efd; */
    text-decoration: underline;
}

.btn-action-td {
    font-size: 0.7rem;
    padding: 3px 8px;
}

.pagination-btn-group {
    border-radius: 2px;
    padding: 2px;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .top-nav-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .top-nav-container {
        padding: 0 10px;
    }
}
