﻿
.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d9356f !important;
}

.nav-tabs {
    border-bottom: 1px solid transparent !important;
}

#pills-tab > li > a.nav-link {
    color: #2f2347;
    background-color: transparent;
    padding: 0.5rem 0.3rem;
    border-right: 1px solid white !important;
    border-right-color: white;
}
#pills-tab > li > a.active {
    color: #ffffff;
    background-color: #d9356f;
}
#pills-tab .nav-tabs .nav-link {
    border: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.weekly .nav-item a.active {
    color: #ffffff;
    background-color: #d9356f !important ;
}
.navbar-nav .nav-item a.active {
    border-bottom: 3px solid #d9356f;
}
/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
}*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}

@media (min-width: 1177px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1150px;
    }
}