.everyAlone {
    width: 17vh;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column
}

.everyAlone:hover .temporaryLine {
    border-radius: 1vh;
    box-shadow: 0 0 1vh rgb(0, 255, 255);
    border: 1px solid rgb(0, 255, 255);
    font-size: 2vh;
    color: rgb(0, 255, 255);
    font-weight: bold;
}

.addTypeOne .everyAloneImages {
    background-image: url("../images/index-4.png");
}

.addTypeOne .temporaryLine {
    border-radius: 1vh;
    box-shadow: 0 0 1vh #257A9F;
    border: 1px solid #257A9F;
    font-size: 2vh;
    color: #2CBFEA;
    font-weight: bold;
}

.dropDownType:hover {
    width: 100%;
    height: 4vh;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    background-color: #43788A;
}

.standardType {
    width: 100%;
    height: 4vh;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}

.everyAlone:hover .everyAloneImages {

    background-image: url("../images/greenbird.png");
}

.everyAloneTwoText {
    width: 12vh;
    color: white;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2vh;
}

.temporaryLine {
    font-size: 1.8vh;
    color: white;
    border-radius: 1vh;
    border: 0px solid;
    cursor: pointer;
    margin: auto;
    width: 13vh;
    height: 4vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.everyAloneImages {
    margin-left: 1vh;
    width: 2vh;
    height: 2vh;
    /*background-image: url('../../00frame/images/index-4.png');*/
    background-size: 100% 100%;
}

.everyAloneText {
    width: 0;
    height: 3vh;
    flex: 1;
    text-align: center
}


.oneModuleButton {
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 1.8vh;
    color: white;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #417889;
    cursor: pointer;
    width: 80%;
    height: 4vh;
    display: flex;
}

.systemButton {
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 1.8vh;
    color: white;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #417889;
    cursor: pointer;
    width: 80%;
    height: 4vh;
    display: flex;
}

.modules {
    width: 100%;
    height: 93vh;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 8;
}


.module_list {

}



