@font-face {
    font-family: Poppins;
    src: url("../Fonts/Poppins-Regular.ttf")
}

@font-face {
    font-family: PoppinsBold;
    src: url("../Fonts/Poppins-Bold.ttf")
}

.card {
    border-radius: 2rem !important;
    overflow: hidden;
}

*, body {
    font-family: Poppins;
}

h1, h2, h3, h4, h5, h6 {
    color: #2a327d;
    font-family: PoppinsBold;
}

.btn-outline-primary {
    color: #3aaa35;
    border-color: #3aaa35;
    border-radius: 2rem;
}

.btn-outline-primary:disabled {
    color: #3aaa35 !important;
}

.btn-outline-secondary, .btn-primary, .btn-secondary, .btn-danger {
    border-radius: 2rem;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3aaa35;
    border: solid 1px #3aaa35;
}

.btn-outline-primary:active {
    color: #fff;
    background-color: #3aaa35;
    border: solid 1px #3aaa35;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem #3aaa35;
}

.btn-outline-success {
    color: #3aaa35;
    border-color: #3aaa35;
    border-radius: 2rem;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #3aaa35;
    border-color: #3aaa35;
}

.btn-outline-success:active {
    color: #fff;
    background-color: #3aaa35;
    border-color: #3aaa35;
}

.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgb(36, 113, 34);
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.sportLogo {
    height: 45px;
}

.navbar {
    height: 60px;
}

.searchWidth {
    display: flex;
    align-items: center;
}

@media (min-width: 990px) {
    .searchWidth {
        width: 30vw;
    }
}

@media (max-width: 990px) {
    .dropdown-menu.navDropdown {
        display: block;
        text-align: left !important;
        border: none !important;
        box-shadow: none !important;
    }

    .navbar-collapse {
        background-color: white !important;
    }

    .dropdown-toggle.navToggle {
        display: none;
    }

    .sportLogo {
        height: 40px;
    }
}

.nav-tabs {
    height: fit-content !important;
}

.tabLink {
    color: #1D71B8 !important;
    font-family: Poppins;
    height: fit-content;
}

.tabLink:not(.active):hover {
    color: white !important;
    background-color: #1D71B8;
    border-radius: 5px 5px 0 0;
}

.tabLink.active {
    font-weight: bolder !important;
    color: #1D71B8 !important;
    font-family: PoppinsBold;
}

.tabLink.color-secondary-accent {
    color: #2A327D !important;
}

.tabLink.color-secondary-accent:not(.active):hover {
    background-color: #2A327D;
}

.tabLink.active.color-secondary-accent {
    color: #2A327D !important;
}

.tabLink.color-primary {
    color: #3AAA35 !important;
}

.tabLink.color-primary:not(.active):hover {
    background-color: #3AAA35;
}

.tabLink.active.color-primary {
    color: #3AAA35 !important;
}

.initialsHolder {
    border: solid 1px green;
    display: flex;
    align-items: center;
    text-align: center
}

.apexcharts-canvas {
    font-family: Poppins, Helvetica, serif !important;
}

.width50 {
    width: 100%;
}

.controlCenter {
    text-align: center;
}

.map {
    height: 93.4vh;
}

.navBorder {
    border-top: 0.5px solid #cdcdcd
}

@media (min-width: 1000px) {
    /* Larger Than */
    .controlCenter {
        display: flex;
        align-items: center;
        height: 100%;
        flex-wrap: wrap
    }

    .wormsBackground {
        background-image: url('../img/worms.png');
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .margin-t-20 {
        margin-top: 20px;
    }

    .margin-t-80 {
        margin-top: 80px;
    }
}

#navbarNavDropdown {
    z-index: 999;
}

@media (max-width: 1000px) {
    /* Less Than */
    .width50 {
        width: 50vw;
    }

    .phoneText {
        font-size: 1.2rem !important;
    }

    .text-truncate-sm {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.django-ckeditor-widget{
    width: 100%;
}