﻿.box {
    display: flex;
}

.container h4 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    color:darkcyan;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #d2f5f5;
    background-image: none;
    display: inline;
    flex: 1;
    padding: 0 .5em;
    padding-left: 20px;
    color: #000;
    cursor: pointer;
    font-size: 1em;
    padding-right: 18px;
}
.page_title {
    color: darkcyan;
}
.ContainerD {
    /*background: red;*/
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 9em;
    border: 3px solid ghostwhite;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
    /*box-shadow: 5px 10px #888888;*/
    /* box-shadow: 5px 10px 10px #888888;*/
    box-shadow: 0 2px 4px rgb(92 92 92);
    /*transition: box-shadow 0.6s ease-out;*/
}

.qsbWrapper {
    align-content: center;
    justify-content: center;
    text-align: center;
}

    .qsbWrapper .qsb {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1.26923px solid #eaf1f5;
        box-sizing: border-box;
        box-shadow: 0 4px 12px rgb(86 141 187 / 12%);
        border-radius: 100px;
        width: fit-content;
        height: 3em;
        padding: 4px;
        margin: auto;
        /*margin-right: auto;*/
        /*margin-top: 15px;
        margin-bottom: 15px;*/
    }



.Skill-box-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 3em;
    line-height: 3;
    background: #FBF8F1;
    border-right: 1px solid;
    border-color: darkcyan;
    border-radius: 20px;
}

    .Skill-box-content ::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
       /* padding-right: 1e;*/
        background: #54BAB9;
        cursor: pointer;
        pointer-events: none;
        transition: .25s all ease;
    }

.subSkill-box-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: 2em;
    line-height: 2;
    background: #FBF8F1;
    overflow: hidden;
    border-right: 1px solid;
    border-color: darkcyan;
}


    .subSkill-box-content::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        /*padding-right: 1em;*/
        background: #54BAB9;
        cursor: pointer;
        pointer-events: none;
        transition: .25s all ease;
    }

.selectbox button {
    display:flex;
    align-items:center;
    background: #54BAB9;
    border: none;
    cursor: pointer;
    color: aliceblue;
    height:2em;
    padding: .75em 2em;
   /* position: relative;*/
    text-transform: uppercase;
    border-radius: 70px;
}

h2 {
    margin-top: 1rem;
}

.pipe {
    background: #eaf1f5;
    border-radius: 2.53846px;
    width: 1px;
    height: 28px;
}

.Skill-box-wrapper {
    padding: 4px 12px;
    
}

button:hover {
    background-color: none;
    color: #54BAB9;
}

.subSkill-box-wrapper {
    padding: 2px 12px;
    
}

@media(max-width: 440px) {
   
    .qsbWrapper .qsb {
        /*display: inline-block;*/
        align-items: center;
        background: #fff;
        border: 1.26923px solid #eaf1f5;
        box-sizing: border-box;
        box-shadow: 0 4px 12px rgb(86 141 187 / 12%);
        border-radius: 10px;
        /*width:300PX;*/
        padding: 4px;
      /*  margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 25px;*/
    }

    .pipe {
        display: none;
    }
    .subSkill-box-content {
       position:relative;
        display: flex;
        flex-wrap: wrap;
        padding:0PX;
        width: 6em;
        height: 2em;
        line-height: 2;
        background: #FBF8F1;
        overflow: hidden;
        border-right: 1px solid;
        border-color: darkcyan;
    }
    .containerd {
       
        border-radius: 10px;
        display:flex;
        
       margin:auto;
       padding:10px;
       
        height: 16em;
        border: 3px solid ghostwhite;
        
        margin-top: 30px;
        box-shadow: 5px 10px #888888;
        box-shadow: 5px 10px 10px #888888;
    }

    #empBtn {
       /* padding-bottom:2px;*/
         margin-left:5px;
        height: 2em;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 440px) and (max-width: 1000px) {
    .selectbox
    .qsbWrapper .qsb {
       /* display: inline-flex;
        align-items: center;*/
        background: #fff;
        border: 1.26923px solid #eaf1f5;
        box-sizing: border-box;
        box-shadow: 0 4px 12px rgb(86 141 187 / 12%);
        border-radius: 10px;
        /*width: fit-content;*/
        padding: 4px;
        /* margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 25px;*/
    }

    .pipe {
        display: none;
    }
   

    .subSkill-box-content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 7em;
        height: 2em;
        line-height: 2;
        background: #FBF8F1;
        overflow: hidden;
        border-right: 1px solid;
        border-color: darkcyan;
    }

  



    

    #empBtn {
        margin-left: 10px;
        height: 2em;
        display: flex;
        align-items: center;
    }
}
