*{
    padding:0px;
    margin: 0px;
}
#header{
    width: 100%;
    height: 10vh;
    background: #353535;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo{
    width: 20%;
    background: #FFF;
    height: 10vh;
    margin-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#right-content{
    width: 80%;
    height: 10vh;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 3rem;
    color: azure;
    font-size: 10px;
    font-family: 'Courier New', Courier, monospace;
}
#main-content{
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.c-register{
    min-height: 70vh;
    background: #fff;
    width: 30%;
    margin: 4rem;

}

.p-register{
    min-height: 70vh;
    background: #fff;
    width: 30%;
    margin: 4rem;

}
#c-content-wrap{
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to right, #0cd5c3,#02b26a);
}

#p-content-wrap{
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to right, #0cd5c3,#02b26a);
}
.register-form-1{
    padding: 1.5rem 2rem;
    height: 10vh;
}
.register-form-2{
    padding: 1.5rem 2rem;
    height: 10vh;
}
.individual h1{
    font-size: 22px;
    color: #FFF;
    font-family: arial;
    padding: 2rem 3rem;
}
.ind-container{
    width:100%;
    padding:3rem;
}
.container{
    height: 50vh;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: -4rem;
}
h2{
    font-size: 22px;
    font-family: arial;
    text-align: center;
}
.individual{
    width: 45%;
    height: 15vh;
    background-color: #02b26a;
    display: flex;
    justify-content: center;
    align-items: center;
}
a{
    text-decoration: none;
}
#content-wrap{
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #0cd5c3,#02b26a);
}
#content-wrap p{
    padding: 1rem;
}
.register{
    height: 80vh;
    width: 30%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.title{
    padding: 1rem;
    border-bottom: 1px solid green;
    height: 5vh;
}
.register-form{
    padding: 1.5rem 2rem;
    height: 65vh;
    border-radius: 0 0 1rem 1rem;
}
.group-control{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1rem;
}
.form-control{
    padding: .5rem 1rem;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 .4rem .4rem;
    background: #eee;
    font-family: arial;
}
label{
    margin-left: .5rem;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
}
.btn-control{
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-success{
    background-color: #02b26a;
    padding: .5rem 2rem;
    border: none;
    outline: none;
    color: #FFF;
    margin-top: 1rem;
    font-family: arial;
}
.btn-success:hover{
    background: #0cd5c3;
    cursor: pointer;
    color: #000;
    font-size: 18px;
}
/* upload */

.upload-container{
    height: 80vh;
    width: 50%;
    margin: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-form{
    width: 50%;
    min-height: 50vh;
    border: 1px solid #ccc;
    padding: 2rem;
}
/* table */
.tb-container{
    width: 85%;
    min-height: 70vh;
}
.trainings-table{
    width: 100%;
    border-collapse: collapse;
}
.th{
    background: #02b26a;
    padding: .7rem;
    color: #fff;
    font-family: arial;
    border: 1px solid #ccc;
}
.data{
    padding: .5rem;
    border: 1px solid #ccc;
    background: whitesmoke;
}
.p-trainings-table{
    width: 100%;
    border-collapse: collapse;
    margin: 2rem;  
}
.p-trainings-table .th{
    background: #353535;
    color: #fff ;
}
.p-table{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    width: 70%;
    margin: 2rem;
}

.btn-primary{
    background-color: #fff;
    padding: .5rem 2rem;
    border: none;
    outline: none;
    cursor: pointer;
    color: #000;
    margin-top: 1rem;
    font-family: arial;
}
@media screen and (max-width:767px) {
    .btn-primary{
    background-color: #fff;
    padding: .5rem 2rem;
    border: none;
    outline: none;
    cursor: pointer;
    color: #000;
    margin-top: 1rem;
    font-family: arial;
    font-size:12px;
}
    .container{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
    .register{
        min-height:80vh;
    }
    .form-control{
        padding:.6rem 1rem;
    }
    h2{
        margin-top: 6rem;
        font-size: 18px;;
    }
    .individual{
        width: 80%;
        height: 12vh;
        margin-bottom: 2rem;
        border-radius: 50px;
    }
    .individual a{
        width:100%;
    }
    #main-content{
        height: 90vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #header{
        width: 100%;
        height: 10vh;
        background: #353535;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #header h1{
        margin-left: 1rem;
    }
    img{
        width: 50px;
        height: 35px;
    }
    .register{
        height: 70vh;
        width: 90%;
        background: #fff;
        display: flex;
        flex-direction: column;
    }
    .t-mobile{
        margin: 0px;
    }
    
    /* upload */
    .upload-container{
        min-height: 20vh;
        width: 85%;
        margin: 3rem;
    }
    .upload-form{
        min-height: 40vh;
        width: 90%;
        padding: 2rem 1rem;
    }
    
    .c-register{
        width:90%;
        min-height:60vh;
    }
    #p-content-wrap{
        min-height:150vh;
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:space-around;
        padding-top:2rem;
    }

    .p-register{
        width:85%;
        position:relative;
        top:8rem;
        background:#fff;
        
    }
    .register-form-1{
        width:80%;
        height:10vh;
    }
    .p-table{
        width:100%;
        overflow:hidden;
        overflow-x:scroll;
    }
    .register-form-2{
        width:80%;
        /*background:#fff;*/
    }
    .individual h1{
        padding:1rem 2rem;
    }
    .tb-container{
        width:99%;
        overflow-x:scroll;
    }
    .btn-success{
        font-size:20px;
    }
}


