﻿/*i.bx.bxl-whatsapp {
    color: #075e54;
    font-size: 66px;
}*/

a.text-primary:focus, a.text-primary:hover {
    color: #ff5555 !important;
}

a:hover {
    color: #ff5555;
    text-decoration: underline;
}

i.bx.bxl-whatsapp {
    color: #075e54;
    font-size: 20px;
    position: absolute;
    left: 38px;
    top: 10px;
    font-size: 20px !important;
}

.whatsapp-section p {
    margin-bottom: 0;
    top: 10px;
    position: relative;
}

.footer {
    z-index: 0;
}

.breadcrumb-item {
    font-size: 11px;
}

.breadcrumb span {
    font-size: 10px;
    margin: 0 3px;
}

div#points {
    padding: 10px 0;
}

    div#points p {
        margin-bottom: 0px;
    }

    div#points h3 {
        margin-bottom: 0;
    }

#banner-invite {
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    border-top: 5px solid #ff5555;
    border-radius: 50%;
}

.border-top {
    font-weight: bold;
    text-align: center;
    border-top: 5px solid #ff5555;
}

.border-bottom-red {
    font-weight: bold;
    text-align: center;
    border-bottom: 5px solid #ff5555;
}

.border-top-sm {
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #ff5555;
}

.bg-white {
    background-color: #FFF !important;
}

#classes p {
    padding: 0 45px;
}

.card {
    margin-bottom: 15px !important;
}

.class {
    background-color: #ff5555;
    padding: 6px;
    display: flex;
}

.class-number {
    background-color: #ff5555;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
}

.class-number-box {
    background-color: #FFF;
    padding: 5px;
    margin-right: 15px;
    float: left;
}

.class-title {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

    .class-title h4 {
        font-size: 13px;
        margin-bottom: 0;
        color: #FFF;
    }

#referenceLink {
    padding: 10px 0 3px;
}

input#reflink {
    font-size: 11px;
    max-width: 275px;
    margin: 0 auto;
}

.card-body .img-thumbnail {
    padding: 0;
}

.card .bg-soft-primary {
    border-bottom: 5px solid #ff5555;
}

#member .bg-soft-primary {
    height: 103.5px;
}

.container-border-with-triangle {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 55px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.border-with-triangle {
    position: absolute;
    border-top: 55px solid #ff5555;
    height: 0;
    width: 32px;
    z-index: 2;
}

.border-with-triangle.left {
    left: -43px;
}

.border-with-triangle.right {
    right: -43px;
}

.border-with-triangle::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 50px solid white;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 0;
}

.border-with-triangle-text {
    position: relative;
    z-index: 3;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

.border-with-triangle-text a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: inherit;
}

.border-with-triangle-text .red {
    color: red;
    font-size: 110%;
}


.cta {
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

.whatsapp-section {
    position: fixed;
    height: 40px;
    bottom: 70px;
    left: inherit;
    right: 24px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 220px;
}
@media (max-width: 768px) {
        .mb-tc {
        text-align: center;
    }

    .mini-stats-wid .card-body {
        padding: 1.25rem;
    }

    .page-content, .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #stats h4 {
        margin-top: 15px;
        margin-bottom: 15px !important;
    }

    .mb-b-sm-0 {
        margin-bottom: 0 !important;
    }

    .become-elite {
        border: none;
    }

        .border-with-triangle.left {
            left: -27px;
        }

        .border-with-triangle.right {
            right: -27px;
        }

    .whatsapp-section {
        position: fixed;
        height: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #25d366;
        color: #fff;
        text-align: center;
        z-index: 1;
        width: 100%;
    }
}

.left {
    float: left;
}

.logo img.img-responsive {
    max-height: 90px;
    position: relative;
    top: -13px;
    left: -13px;
}

.avatar-md.mb-4 {
    position: relative;
    top: 15px;
    left: 10px;
}

.bg-soft-primary {
    background-color: #e8e8e8 !important;
}

.bx.bx-dollar {
    font-size: 167%;
}

.card.mini-stats-wid {
    background-color: #e8e8e8;
    border-bottom: 5px solid #ff5555;
}

#stats {
    background-color: #FFFFFF !important;
}

    #stats h4 {
        margin-bottom: 15px !important;
    }

.bg-primary, .avatar-title {
    background-color: #ff5555 !important;
}

.btn-primary {
    color: #fff;
    background-color: #ff5555;
    border-color: #ff5555;
}

    .btn-primary:hover {
        background-color: #e50000;
        border-color: #e50000;
    }

    .btn-primary:active, .btn-primary:focus {
        background-color: #e50000 !important;
        border-color: #e50000 !important;
    }

.vertical-menu {
    display: none;
}

#vertical-menu-btn {
    display: none;
    width: 15px;
}

.text-primary {
    color: #000 !important;
}

body[data-sidebar=dark] .navbar-brand-box {
    display: none;
    background: #000;
}

body[data-sidebar=dark] .vertical-menu {
    background: #000;
}

body[data-sidebar=dark] .vertical-menu {
    background: #000;
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
    color: #000;
}

.whats-app, .telegram {
    text-align: left;
}

    .whats-app:hover {
        font-weight: bold;
    }

    .telegram:hover {
        font-weight: bold;
    }

    .telegram img {
        height: 40px;
        margin-top: 15px;
    }

    .whats-app img {
        height: 40px;
        margin-top: 15px;
    }

a.btn.btn-outline-secondary {
    border-color: #0088cc;
    color: #0088cc;
}

    a.btn.btn-outline-secondary:hover {
        background-color: #0088cc;
        color: #FFF;
    }

a.btn.btn-whatsapp {
    border-color: #075e54;
    color: #075e54;
    margin-bottom: 15px;
}

    a.btn.btn-whatsapp:hover {
        background-color: #075e54 !important;
        color: #FFF;
    }

.bxl-telegram:before:hover {
    color: #FFF;
}

.bxl-telegram:before {
    content: "\e95d";
    color: #0088cc;
}

.bxl-whats-app:before {
    content: "\e95d";
    color: #075e54;
}

.telegram p, .whats-app p {
    position: relative;
    top: 8px;
    text-align: left;
}

.whats-app p {
    color: #075e54
}

.telegram p {
    color: #0088cc;
}

i.bx.bxl-whatsapp {
    color: #FFF;
    font-size: 20px;
}
