/*body {
    background-color: #000;
}*/

.member-top {
    width: 1200px;
    margin: 50px auto 0px;
    color: white;
    display: flex;
}

.member-top-left {
    margin-top: 60px;
}

.member-top-left h1 {
    font-size: 40px;
}

.member-top-left h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 30px;
}

.member-top-left a {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    width: 200px;
    margin-top: 30px;
    color: white;
    line-height: 40px;
    background-color: #00d885;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.member-title {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0px;
}

.plan {
    width: 1200px;
    margin: 50px auto 0px;
    color: white;
    display: flex;
}

.thum {
    background: #181717;
    padding: 25px;
}

.plan .thum {
    width: 30%;
}

.plan .thum .title-thum {
    text-align: center;
}

.plan .thum .title-1-thum {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
}

.plan .thum .title-2-thum {
    text-align: center;
    margin: 15px 0px;
}

.title-3-thum {
    display: flex;
    margin: 20px 0px;
    font-size: 15px;
}

.title-4-button button {
    display: block;
    margin: auto;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #00d885;
}

.thum-2 {
    background-color: #423f3f;
    border: 2px solid #00d885;
    position: relative;
}

.thum-2 .pop {
    width: 100px;
    height: 20px;
    position: absolute;
    background: #00d885;
    color: white;
    top: -10px;
    left: 129px;
    padding: 3px 20px;
}

.thum:first-child {
    border-top-left-radius: 20px;
}

.thum:last-child {
    border-top-right-radius: 20px;
}

#customers {
    /* font-family: Arial, Helvetica, sans-serif; */
    border-collapse: collapse;
    width: 100%;
}
#customers th{
    /* font-family: Arial, Helvetica, sans-serif; */
    /* border-collapse: collapse;
    width: 100%; */
    width: 100%;
    margin: auto;
    text-align: center;
}
#customers th button{
    /* font-family: Arial, Helvetica, sans-serif; */
    /* border-collapse: collapse;
    width: 100%; */
    display: block;
    margin: auto;
}
#customers th p{
    /* font-family: Arial, Helvetica, sans-serif; */
    /* border-collapse: collapse;
    width: 100%; */
    display: block;
    text-align: center;
}
#customers img{
    width: 25px;
}
#customers td,
#customers th {
    border: 1px solid #dddddd59;
    padding: 8px;
}

#customers {
    background-color: #423f3f;
}

/* #customers tr:hover {
    background-color: #ddd;
} */

#customers th {
    /* padding-top: 12px;
    padding-bottom: 12px; */
    text-align: left;
    background-color: #04AA6D;
    color: white;
    width: 100px;
}
#customers th button{
    width: 70%;
    height: 30px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
#customers th p{
    padding: 0;
    margin: 10px 0px;
}
.content_vl p {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
.content_vl p:before {
    content: " ";
    background-image: url(../img/tick-removebg-preview.png);
    background-repeat: no-repeat;
    margin: 0px;
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    left: 0px;
    z-index: 1;
    background-size: auto;
    top: -4px;
}

@media screen and (max-width: 650px) {
    .member-top, .plan, .member-list  {
        width: 100%;
    }
    .member-list{
        flex-wrap: wrap;
    }
    .member-top-right img{
        width: 100%;
    }
    .member-list .thumnail{
        width: 42.5%;
        padding: 0px 12px;
        margin-bottom: 30px;
    }
    .member-top{
        flex-wrap: wrap;
    }
    .member-top-left{
        font-size: 13px;
        margin: 20px;
    }
    .member-top-left h1{
        font-size: 25px;
    }
    .help-you{
        font-size: 25px;
        margin-bottom: 30px;
    }
    .menu-chil{
        width: 100%;
    }
    .menu-chil ul li a{
        font-size: 12px;
    }
    .menu-chil img{
        width: 55px;
    }
    .menu-chil ul li:first-child{
        margin-left: 10px;
    }
    .plan {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .plan .thum {
        width: auto;
        flex: 0 0 60vw;
    }
    #customers {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    #customers tbody {
        display: table;
        width: 600px;
    }
    #customers td, #customers th {
        font-size: 15px;
    }
    .member-list {
        margin-bottom: 0px;
    }
    .member-list .thumnail {
        margin-bottom: 0px;
    }
    .member-top {
        display: flex;
        flex-wrap: wrap;
    }
    .member-top-left {
        order: 2;
    }
    .member-top-left a {
        margin-top: 0px;
    }
    .member-top {
        margin-top: 30px;
    }
    .member-title {
        font-size: 25px;
        margin: 15px 0px;
    }
    .plan {
        margin-top: 35px;
    }
    .member-title {
        margin-top: 40px;
    }
}
