.copylink {
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5rem;
    width: 100%;
    margin-top: 100px;
    background-color: #fff;
    color: #178e6a;
    text-align: center;
}

.copyBtn {
    display: inline-block;
    width: 1rem;
}

.copyBtn img {
    width: 100%;
}

.selectVal {
    padding: .1rem;
    position: absolute;
    left: .2rem;
    top: 0;

}

.selectValBg {
    background-color: #ccf6ea;
}

.selectVal ul {
    position: absolute;
    left: 0rem;
    top: .8rem;
    padding: .1rem !important;
    background-color: #ccf6ea;
    z-index: 9999;
    border-radius: 0 0 .15rem .15rem;
}

.selectVal li {
    height: .9rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.selectVal img {
    width: .65rem;
}

.selectOptions div {
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: -1;
}

.selectOptions p {
    height: .9rem;
    background: #fff;
    color: #388f6a;
    font-size: 16px;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}