

/*Button*/
#createGrpButton {
    width: 130px;
    height: 40px;
    outline: none;
    background-color: #DC143C;
    border: none;
    border-radius:5px;
    font-weight: bold;
    left:80%;
    font-size:13px;
    position:fixed;
    margin-top:10px;
}
  
#createGrpButton:hover{
    background-color: #FF0000;
}

#cancelButton{
    position: absolute;
    bottom: 10px;
    left: 33%;
    padding:10px 20px;
    outline: none;
    background-color:gray;
    border: none;
    border-radius:5px;
    font-weight: bold;
    
}

#createButton{
    position: absolute;
    bottom: 10px;
    left: 47%;
    padding:10px 20px;
    outline: none;
    background-color:red;
    border: none;
    border-radius:5px;
    font-weight: bold;
}

#addButton{
    position: absolute;
    bottom: 10px;
    left: 61%;
    padding:10px 20px;
    outline: none;
    background-color:greenyellow;
    border: none;
    border-radius:5px;
    font-weight: bold;
}
/*Add group form*/

#purposeField{
    height: 40px;
    width: 490px;
}

#grpNameField{
    height: 40px;
    width: 490px;
    margin-bottom: 10px;
}
#addGrpform {
    width: 800px;
    height: 550px;
    margin: 50px auto;
    text-align: center;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-radius:20px;
    background-color: white;
}

#title{
    font-size: 25px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

#selectAccount{
    width: 500px;
    height: 45px;
    margin-top: 20px;
}

.listSelectedValues{
    margin-top: 20px;
    width: 700px;
    height: 300px;
    margin-left: 30px;
  
}


#adminAcc{
    width:400px;
    height: 40px;
    border-width: 5px;
    background-color:aqua;
    text-align: center;
    margin-left: 200px;
    border: solid;
}
.selectedMemAcc{
    width:400px;
    height: 40px;
    border-width: 5px;
    background-color:aqua;
    text-align: center;
    margin-left: 6px;
    border: solid;
    margin-top:2px;
}


#adminText{

    margin-top:10px;
}


/*Listing of groups*/
.userGrp{
    width: 900px;
    border: 3px solid #1AA7EC;
    border-radius:5px;
    padding: 20px;
    margin: 20px;
    margin-left: 200px;
}

.deleteButton, .editButton, .viewButton{
    float: right;
}

.editButton{
    margin-right: 20px;
    padding:10px 20px;
    outline: none;
    background-image: linear-gradient(#44A7C4, white);
    border: none;
    border-radius:5px;
    font-weight: bold
}

.deleteButton{
    padding:10px 20px;
    outline: none;
    background-color:red;
    border: none;
    border-radius:5px;
    font-weight: bold
}

.grpNameText{
    margin-left: 170px;
    font-size: 25px
}

.viewButton{
    margin-right: 20px;
    padding:10px 20px;
    outline: none;
    background-color:green;
    border: none;
    border-radius:5px;
    font-weight: bold
}

#giphy-embed{
    position:absolute;
top:50%;
left:50%;
width :200px;
height:200px;
margin-left:-100px;
margin-top:-100px;
opacity:0.35;
}