/*
light blue: #61BCD0
blue: #166576
*/

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
a{
    color: #61BCD0;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid grey;
    outline: 0;
    cursor: pointer;
}
input[type='checkbox']:checked {
    background: #abd;
}

.part2{
    display: none;
}
#leftgroups{
    /* width: auto; */
    /* max-width: 50%; */
    display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
    position: relative;
    float: left;
    text-align: left;
    white-space: nowrap;
}
#rightgroups{
    /* width: auto; */
    /* max-width: 50%; */
    display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-left: 15px;
    float: left;
    text-align: left;
    white-space: nowrap;
}
#nextbtn{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.aftergroups{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    /* height: 10px; */
    /* margin: 20px 0; */
}
.centercont{
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centercont3{
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centercont_info{
    font-size: 18px;
    text-align: center;
    width: 80%;
    max-width: 600px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
}
.centercont_info ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.centercontHeader{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.leftcont{
    position: relative;
    float: left;
    width: 50%;
    min-width: 200px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
}
.rightcont{
    position: relative;
    float: right;
    text-align: right;
    width: 50%;
    min-width: 200px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
}
.centercontCont{
    width: 100%;
    height: auto;
}

#contGroup{
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    /* grid-template-columns: repeat(auto-fit, 350px); */
    /* grid-gap: 1rem; */
    /* grid-auto-flow: dense; */
    /* grid-auto-rows: 500px; */
    overflow-y: scroll;
    width: auto;
    height: 400px;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
}
.GroupItem{
    width: 80vw;
    max-width: 400px;
    background-color: #F1F1F1;
    border-radius: 10px;
    grid-column: span 1;
    grid-row: span 1;
    padding: 10px;
}
.group_cont{
    position: relative;
    width: 100%;
    background-color: #E2E2E2;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.group_cont:first-child{
    margin-top: 0;
}
/* .group_cont:hover{ */
/*     box-shadow: 0px 0px 8px -2px rgba(143,143,143,1); */
/* } */
.group_cont input{
    display: inline-block;
}
.groupItemName{
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
}
.groupCheckBox{
    display: none !important;
}
.niceBTN{
    background-color: #E2E2E2;
    padding: 10px 20px;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9em;
}
.niceINP{
    padding: 10px 20px;
    border-radius: 5px;
    font-size: .9em;
    border: 2px solid #C1C1C1;
}
.niceBTN:hover{
    /* border: 2px solid grey; */
    box-shadow: 0px 0px 8px -2px rgba(143,143,143,1);
}
.hello_btn{
    background-color: #F1F1F1;
    margin-top: 20px;
    /* padding: 15px 100px; */
    padding: 15px 0;
    width: 49.5%;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9em;
    display: inline-block;
}
.hello_center{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    /* text-align: center; */
}
.niceINP2{
    padding: 0px 5px;
    border-radius: 5px;
    font-size: .9em;
    border: 2px solid #C1C1C1;
}
.xx{
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    border-radius: 4px;
    display: none;
}
.xx:hover{
    background-color: #C1C1C1;
}
.LI{
    display: block;
}
#to_info2{
    display: none;
}
#header_title{
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.train_cont{
    font-size: 25px;
    width: auto;
    max-width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media only screen and (max-width: 830px) {
    .centercont_info ul{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 660px) {
    .hello_center h1{
        font-size: 20px;
    }
    .hello_center p{
        font-size: 14px;
    }
    .hello_btn{
        padding: 10px 20px;
        margin: 0 2px;
        width: auto;
        float: left !important;
        font-size: 12px;
    }
    #to_info1{display: none;}
    #to_info2{display: unset;}
}
@media only screen and (max-width: 350px) {
    #to_info2{display: none;}

    .GroupItem{
        /* width: 80vw; */
        font-size: 13px;
    }
    .train_cont{
        max-width: 70%;
    }
    #typie{
        width: 70%;
    }
    #retrain-btn{
        float: left !important;
    }
    .niceBTN{
        margin: 5px 0;
    }

}
@media only screen and (max-width: 315px) {
    .centercont{
        width: 80%;
    }
    .centercont_info{
        font-size: 16px;
        line-height: 20px;
    }

}
