/* REGISTER FORM */
.member-page { font-size: 15px }
.regis-bg { position: relative; height: 100vh; overflow: hidden; display:flex;}
.regis-bg img { object-fit:cover; width:100%; height:100vh; overflow: hidden;}
.logo-mask {
    position: absolute;
    top: 10px; left: 50%;
    transform: translate(-50%,0);
    background: url("../../images/logo-white.png") no-repeat center center;
    background-size: contain;
    width: 200px; height: 100px;
    object-fit: cover;
    z-index: 99;
}
.regis-panel {
    position: relative;
    height: 100vh; overflow-y: scroll;
}
.regis-box {
    width: 100%;
    max-width: 900px;
    max-height: 100vh;
    padding: 20px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.regis-box .title { 
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.regis-box .desc1, .regis-panel .desc1 { color: #4a6930; padding: 10px 0; font-weight: 600;}
.regis-box .desc2, .regis-panel .desc2 { padding: 10px 0; font-weight: 600;}
.regis-box .control-label, .regis-panel .control-label { font-weight: 500;}
.regis-box a, .regis-panel a { color: #4a6930; font-weight: 600;}
.regis-box a:hover, .regis-panel a:hover { color: #333333;}

.regis-box input[type='text'], .regis-box input[type='password'] {
    height: 38px; line-height: 38px;
}
.regis-box .label-check { font-weight: normal;}
.aff-box {
    background-color: #4a6930; 
    color: #fff; 
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 6px;
}
#btn-process, #btn-process-register {
    width: 200px;
    margin: auto;
    border-radius: 6px;
    color: #fff;
}
.regis-box .fa-check-circle {
    margin-top: 86px;
}

/* LOGIN FORM */
.login-box {
    width: 500px;
}

/* DASHBOARD */
.dashboard-page {
    background-color: #d5e4c4;
    color: #3333;
    font-size: 15px;
}
.dashboard-page header {
    color: #333;
    background-color: #fff;
    box-shadow: 0 1px 3px #cddcc1;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.dashboard-page header .container, .dashboard-page header .container-fluid {
    display: flex;
}
.dashboard-page header .logo {
    height: 80px; 
    width: fit-content;
    overflow: hidden;
    flex: 1; 
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.dashboard-page header .logo img {
    height: 68px; object-fit: cover;
}
.dashboard-page a { color: #5bc0de; text-decoration: none;}
.dashboard-page a.btn-success { color: #fff;}
.dashboard-page a.detail { color: #333;}
.dashboard-page a.detail:hover { color: #5bc0de;}

.dashboard-icon { 
    width: 68px; 
    height: 68px;
    margin-right: 18px;
    /* background: #eee;
    border-radius: 50%; */
    text-align: center;
}
.dashboard-icon .fa { font-size: 60px;}
.dashboard-icon .text-info { color: #5bc0de}
.dashboard-icon .text-success { color: #d5e4c4}
.dashboard-icon .text-warning { color: orange}
.dashboard-icon .text-danger { color: red}
.dashboard-icon .text-green { color: #4a6930}

.dashboard-total { color:#4a6930; font-weight: 600;}

.member-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    margin: 8px 0;
}
.member-menu li {
    list-style: none;
}
.member-menu li a {
    color: #3f4254;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 20px; 
    border-right: 1px solid #ebedf3;
}
.member-menu li:hover > a, .member-menu li.active > a {
    background: #4a6930;
    color: #fff;
}
.member-menu li h4{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; padding: 0 0 5px;
}
.member-menu li label{
    font-weight: normal;
    color: #b5b5c3;
}
.member-menu .dropdown-menu {
    display: none;
    width: 200px;
    top: 70% !important;
}
.dropdown-menu-right {
    right: 12px;
}
.member-menu li:hover .dropdown-menu {
    display: block;
    background-color: #fff;
}
.member-menu .dropdown-menu a {
    display: block;
    text-transform: none;
}
.member-menu .dropdown-menu a:hover, .member-menu .dropdown-menu a.active {
    color: #4a6930; background: #eee;
}
.member-menu .dropdown-menu .fa {
    width: 25px;
}

.member-path { color: #bbb}

.dashboard-page .card-white {
    background: #fff;
    box-shadow: 0 1px 3px #cddcc1;
    padding: 20px; margin: 20px 0;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
}
.dashboard-page .card-green {
    background: #4a6930;
    color: #fff;
}
.dashboard-page .card-body { padding: 20px 0}
.dashboard-page .main-title {
    font-size: 24px; 
    margin: 0; padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.dashboard-page .main-title label {
    font-size: 14px;
}
.dashboard-page .card-form label{
    font-weight: 500;
}
.form-small {
    width: 60%;
    margin: auto;
}
.dashboard-page #btn-save {
    width: 200px;
    margin: auto;
    border-radius: 6px;
    color: #fff;
}

.card-notify .card-body {
    padding: 0;
}
.card-notify ul { margin: 0; padding: 0;}
.card-notify ul li { 
    list-style: none;
    margin: 10px 0; padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
}
.card-notify .note { margin-bottom: 10px;}
.card-notify .date { color: #666; font-size: 13px;}

table.table { font-size: 14px;}
table.table tr, table.table th, table.table td {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}
table.table th {
    background: #4a6930;
    color: #fff;
    font-weight: 500;
}

.member-path ul { margin: 0; padding: 0}
.member-path ul li {
    list-style: none; 
    padding: 8px 8px 8px 0; 
    font-size: 13px;
    display: inline-block;
}

.order-tabs ul { margin: 0; padding: 0; display: inline-flex;}
.order-tabs ul li { 
    list-style: none; 
    display: inline-flex;
}
.order-tabs ul li a { 
    padding: 10px 30px;
    background: #f9f9f9;
    color: #333;
    border-right: 1px solid #eee;
    margin-bottom: 10px;
    text-decoration: none;
}
.order-tabs ul li.active a,.order-tabs ul li:hover a {
    background: #83ba41;
    color: #fff;
} 


.timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 20px auto;
    max-width: 600px;
  }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    width: 4px;
    height: 100%;
    background: #ddd;
  }
  .timeline-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }
  .timeline-step:last-child {
    margin-bottom: 0;
  }
  .timeline-icon {
    width: 40px;
    height: 40px;
    background: #d5ebc3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    position: relative;
  }
  .timeline-step.completed .timeline-icon {
    background: #83ba41;
  }
  .timeline-step .step-content {
    margin-left: 20px;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0;
  }
  .timeline-step .step-content h4 {
    margin: 0;
    font-size: 16px;
  }
  .timeline-step .step-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
  }

.card-order-info { min-height: 250px;}
.order_info {
    display: flex; width: 100%;
}
.order_info label{ width: 210px; }


@media (max-width: 768px) {
    .dash-report {
        text-align: center;
    }
    .dash-report .pull-left, .dash-report .pull-right {
        float: unset !important;
        width: 100%;
    }
    .regis-panel {
        background: url("../../../images/form/form_bg.png") repeat-y top center;
        background-size: 100%;
        overflow: unset !important;
        padding: 20px;
    }
    .regis-panel .main { 
        background: rgba(255, 255, 255, .8);
        border-radius: 8px;
        padding: 10px 30px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 90%;
        margin: 20px 0;
    }
    .order-tabs ul li a {
        padding: 10px 15px;
    }
    .order_info label {
        width: 180px;
    }

    .dashboard-page header .logo img {
        height: 50px;
    }
    .member-menu li a { 
        padding: 8px 8px;
        letter-spacing: -0.86px;
    }
}
@media (max-width: 600px) {
    .list-member .member-item {
        clear: both; border-bottom: 1px solid #eee;
        padding: 10px 0;
        margin: 10px 0;
    }
    .list-member .member-item:nth-child(odd) {
        /* background: #eee; */
    }
    .list-member .member-item:nth-child(even) {
        background: #fff;
    }
    .list-member .member-item .form-group {
        clear: both; overflow: auto;
    }
    .list-member .member-item .detail, 
    .list-member .member-item .detail:hover { color: #fff}
    .list-member .member-item .thumb {
        width: 110px;
    }
    .list-member .member-item .info {
        width: calc(100% - 110px);
    }

    .member-menu li a { padding: 8px 10px; }
    .dashboard-page header { display: block;}
    .dashboard-page header .container, .dashboard-page header .container-fluid {
        display: block;
    }
    .member-menu {
        flex: unset;
        display: block;
        justify-content: unset;
        align-items: center;
        width: 100%;
        white-space: unset;
        margin: 8px 0;
    }
    .member-menu li {
        list-style: none;
        display: inline-block;
        height: 45px;
        width: 32%;
    }
    .dashboard-page header .logo { width: 100%; justify-content: center;border-bottom: #4a6930 1px solid;margin-bottom:5px;}
    .dashboard-page header .logo a { text-align: center; width: 100%;}
    .dashboard-page header .logo img { margin: auto;}

    #frm-change { width: 90% }
}
