/* --------------------------------------
@Author: Franklin
----------------------------------------- */

.top__background {
    background: #6B4E88 !important;
}

.btn.btn-danger {
    background-color: #8f72ac !important;
    border-color: #8f72ac !important;
}

.btn.btn-danger:hover:not(.btn-text) {
    background-color: #6B4E88 !important;
    border-color:#8f72ac !important;
}

/* -------- Teams ---------- */
.text-theme-color-1 {
    color: #fcf9fa !important;
}

.main-title__primary {
    color: #fcf9fa !important;
}

.main-title {
    border-color: transparent;
    border-bottom: 30px solid;
    border-bottom: none !important;
}
.header-title {
    color: #fcf9fa;
}

.col-lg-3 {
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}

.text-theme-color-2 {
    font-size: 0.9em;
}

.background-color {
    background-color: #6B4E88 !important;
}

.description1{
    background-color:#777777;
    height:70px;
}

.thumb-info-social-icons a {
    background: #CCC;
    background-color: rgb(204, 204, 204);
    border-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.styled-icons.icon-dark a {
    height: 30px;
    line-height: 30px !important;
    width: 30px !important;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px !important;
    line-height: 30px;
    margin: 2px 2px 2px 0 !important;
    width: 30px !important;
}

.border-bottom-theme-color-2-1px {
    border-bottom: 2px solid #1E030A !important;
}