.btnShare {
    background: #000000ad !important;
    height: 2.9rem;
}

.btnShare:hover {
    background: black !important;
    color: white !important;
}

.btnShareFoot {
    background: black !important;
    height: 2.9rem;
}

.btnShareFoot:hover {
    background: #000000ad !important;
    color: white !important;
}

.btnLogo {
    height: 1.8rem;
}

.spanBtnShare {
    font-size: xx-large;
}

#divNum1 {
    background: #8adcad;
}

#divNum2 {
    background: #74cccf;
}

.bordForImg {
    border: 0.15rem solid #61b6eb;
    border-radius: 20px;
}

.linkOwn {
    color: #61b6eb;
    text-decoration: underline;
}

.email-input-err {
    padding: 15px 22px !important;
    border-radius: 8px !important;
    border: 1px solid red !important;
    color: rgba(0, 0, 0);
    font-size: 1rem;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    width: 100%;
}

#btnSend:disabled {
    opacity: 1 !important;
    background-color: #1aa8ad !important;
}

.dropdown-menu {
    height: fit-content;
}
