

.navbar-brand {

    font-size: 20px;

    font-weight: 400;
}

.navbar {
    padding-left: 20px;
    padding: .4rem 1rem;
}

.mat-icon {
    vertical-align: text-bottom;
}

/* ---------------- */

.box-mode {
    background: #212121;
    color: #fff;
    padding: 24px;
    padding-bottom: 1.5rem;
    /*! padding-bottom: 0.5rem; */
    margin: 30px 0px;
    border-radius: 10px;
    font-size: 14px;
}

.box-mode p {
    color: #fff;
    line-height: 22px;

    margin-bottom: 0px;
}

.box-mode h4 {
    font-size: 16px;
    color: #fff;
}

.col-lg-8 {
    padding: 0px;
}

/* -------------------- */


.containerLinkBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.containerLinkBox button {
    margin: 5px 10px;
    display: inherit;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    align-items: center;
    outline: none;
    border: 0px;
    height: 40px;
}

.yt {
    background-color: #FF0000;
}

.insta {
    background-color: #3897f0;
}

.tg {
    background-color: #08c;

}

.ds {
    background-color: #7289da;
}



/* --------------------- */



.spinner-icon {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* --------------------- */

