/*Write your custom css in this file.*/
.img-account-profile {
    height: 14rem;
    /* Default height */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .img-account-profile {
        height: 14rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .img-account-profile {
        height: 12rem;
    }
}

@media (min-width: 1400px) {
    .img-account-profile {
        height: 16rem;
    }
}

.text-bg-custom_success {
    color: #fff;
    background-color: #00F700 !important;
}

td.option a.custom_menu:hover {
    background: #F5F5F5;
    color: #a1a3a5;
    border: none;
    border-radius: 5px;
    min-width: 28px;
    /* padding: 8px; */

}

td.option a.custom_menu {
    cursor: pointer;
    min-width: 30px;
    background: #fff;
    color: #a1a3a5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left;
    margin: 0px;
    padding: 8px;
    border-radius: 100%;
    border: none;
    font-size: 14px;
}

.required-asterisk {
    color: red;
}

svg.social{
    margin-bottom: 5px !important;
}
span.menu-text.social-menu {
    margin-left: 5px !important;
}