.product-edit-points-title{
    position: relative;
    left: 5px;
    font-size: 1.2em;
    color: #000;
}

.woo-club-admin-dashboard{
    position: relative;
    width: 100%;
    height: 60vh;
    /* background-color: rgb(255, 255, 255); */
    left: 0;
    top: 0vh;
    display: flex;
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.woo-club-admin-dashboard-title{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 ;
    padding-bottom: 0px;
    font-size: 2.5em;
    color: #203c94;
    top: 30px;
    
}

.woo-club-admin-half{
    position: relative;
    width: 45%;
    height: 50vh;
    /* background-color: red; */
}

.woo-club-admin-row{
    width: 70%;
    position: relative;
    margin: 2% auto;
    display: flex;
    margin-bottom: 7.5%;
    align-items: flex-start;
    justify-content: space-between;
    direction: ltr;

}
.woo-club-admin-row label {
    font-size: 1.2em;
    font-weight: 700;
    color: #203c94;
    display: flex;
    width: 50%;
    position: relative;
    top: 5px;
}
.woo-club-admin-row input{
    background-color: #203c94;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    height: 30px;
    border-radius: 0px !important;

}
.woo-club-admin-row textarea {
    background-color: #203c94;
    border: none;
    outline: none;
    color: #fff;
    height: 100px;
    border-radius: 0px !important;
    color: #fff;
}
.infoMSG{
    position: absolute;
    width: 200px;
    height: 120px;
    background-color: rgb(223, 223, 247);
    top: -95%;
    border-radius: 10px;
    left: 150px;
    display: none;
    font-size: .7em;
    z-index: 10;
}
.infoMSGT{
    left: 120px !important;
    font-size: .8em;
    font-weight: 700;
    color: #203c94;
    height: 180px;
    width: 225px;
    padding-top: 5px;
    padding-left: 5px;

    
}
.infoMSG span{
    width: 95%;
    position: relative;
    margin: 2% auto;
}
.infoSpan{
    position: relative;
    width: 13.5px;
    height: 13.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: .7em;
    border: 2px solid #203c94;
    margin-left: 5%;
    cursor: pointer;
}
.infoSpanT{
   position: relative;
   top: 3px;
   color: #203c94 !important;
  
}
.infoMSG p {
    width: 95%;
    position: relative;
    margin: 2% auto;
}
.woo-customer-club-pro-ver-badge{
    width: 80% !important;
    position: relative;
    margin: 2% auto;
    margin-top: 4%;
    height: 30px;
    background-color: #203c94;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
}



.woo-club-checkbox-div{
    width: 30%;
    display: flex;
    background-color: #203c94;
    align-items: center;
    justify-content: space-around;
    position: relative;
    color: #fff;
    overflow: hidden;
    cursor: default;
    height: 30px;
}
.woo-club-checkbox-div p {
    z-index: 2;
    user-select: none;
    font-size: .9em;
}
.checkbox_bg{
    background-color: rgb(73, 73, 223);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.woo-club-admin-dashboard-menu {
    width: 102%;
    height: 50px;
    background-color: rgb(73, 73, 223);
    position: relative;
    left: -2%;
    top: 0;
}
.woo-club-admin-logo{
    position: absolute;
    color: #fff;
    left: 5%;
    font-size: 1.15em;
}
.woo-club-tab-link{
    font-size: 1.2em;
    font-weight: 500;
    color: #203c94;
    display: flex;
    width: 100%;
    position: relative;
    top: 5px;
    cursor: pointer;

}
.woo-club-admin-tab{
    position: absolute;
    width: 85%;
    top: 20px;
    left: 10%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.woo-club-admin-dashboard-tabs{
    width: 10%;
    position: absolute;
    left: 0%;
    top: 10px;
}

.disabled{
    color: gray;
}