.badge {
    padding: .25rem .5rem;
    border-radius: .15rem;
    font-size: .85rem;
    line-height: 1.2rem;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row !important
}

.badge i {
    margin: 0 .5rem 0 0
}

.btn {
    transition: .5s;
    border: none;
    border-radius: .25rem;
    font-size: 1.6rem;
    line-height: 1rem;
    padding: 1.75rem 1.25rem
}

.btn.btn-primary {
    background-color: #4c8a72 !important;
    transition: .5s
}

.btn.btn-primary:hover {
    background-color: hsl(216, 81%, 32.8571428571%) !important;
    transition: .5s
}

.bg-secondary,
.bg-secondary-dark,
.btn.btn-secondary {
    background-color: #4c8a72 !important
}

.btn.btn-secondary:hover {
    background-color: hsla(21, 100%, 49%, .25) !important
}

.btn.btn-danger {
    background-color: hsla(21, 100%, 49%, .75) !important
}

.bg-success,
.btn.btn-danger:hover {
    background-color: #f95700 !important
}

.btn.btn-light {
    background-color: transparent;
    color: #fff
}

.btn.btn-light:hover {
    background-color: hsla(216, 51%, 21%, .9) !important
}

.btn.btn-light:active {
    background-color: hsla(216, 51%, 21%, .9) !important;
    color: #fff
}

.form-control {
    transition: .5s;
    border: none;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1rem;
    padding: 1rem
}

.grey-shadow {
    box-shadow: rgba(0, 0, 0, .05) 0 -1px 1px 0 inset, rgba(0, 0, 0, .1) 0 5px 5px -10px, rgba(0, 0, 0, .5) 0 15px 15px -15px !important
}

.o-white {
    background: linear-gradient(135deg, rgba(255, 255, 255, .9) 0, transparent 100%)
}

.o-dark {
    background: linear-gradient(135deg, hsla(218, 72%, 74%, .1) 0, transparent 50%)
}

.o-primary {
    background: linear-gradient(135deg, hsla(218, 72%, 74%, .75) 0, transparent 100%)
}

.o-secondary {
    background: linear-gradient(135deg, hsla(216, 51%, 21%, .75) 0, transparent 100%)
}

.o-success {
    background: linear-gradient(135deg, hsla(21, 100%, 49%, .75) 0, transparent 100%)
}

.o-danger {
    background: linear-gradient(135deg, hsla(291, 40%, 31%, .75) 0, transparent 100%)
}

.o-warning {
    background: linear-gradient(135deg, hsla(216, 51%, 28%, .75) 0, transparent 100%)
}

.topbar {
    padding: 1.25rem 0;
    background-color: #4e628c
}

.topbar img {
    width: 200px
}

.login-section {
    padding: 3.5rem;
    background-color: rgba(0, 0, 0, .05)
}

.login-section h3 {
    margin: 0 0 1.75rem;
    color: #4e628c;
    font-weight: 500
}

.squared-post {
    position: relative;
    width: 100%;
    box-shadow: hsla(218, 72%, 74%, .1) 0 -1px 1px 0 inset, hsla(218, 72%, 74%, .1) 0 5px 5px -10px, hsla(218, 72%, 74%, .5) 0 20px 20px -20px;
    border-radius: .25rem
}

.squared-post .squared-img {
    position: absolute;
    width: 100%;
    border-radius: .25rem
}

.squared-post::after {
    content: "";
    display: block;
    padding-bottom: 30%
}

@media (min-width:1200px) {
    .squared-post::after {
        padding-bottom: 100%
    }
}

.squared-sidebar {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    margin-bottom: 1rem
}

.squared-img,
.squared-sidebar .squared-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .25rem
}

.squared-sidebar::after {
    content: "";
    display: block;
    padding-bottom: 20%
}

.squared,
.squared-1,
.squared-2,
.squared-3 {
    position: relative;
    width: 100%;
    border-radius: .25rem;
    margin-bottom: 1.25rem
}

.squared-1::after,
.squared::after {
    content: "";
    display: block;
    padding-bottom: 40%
}

.squared-2::after {
    content: "";
    display: block;
    padding-bottom: 40%;
    border-radius: .25rem;
    box-shadow: hsla(218, 72%, 74%, .1) 0 -1px 1px 0 inset, hsla(218, 72%, 74%, .1) 0 5px 5px -10px, hsla(218, 72%, 74%, .5) 0 20px 20px -20px
}

.squared-3::after {
    content: "";
    display: block;
    padding-bottom: 40%;
    border-radius: .75rem
}

@media (min-width:768px) {

    .squared-3::after,
    .squared-sidebar::after {
        padding-bottom: 30%
    }

    .squared::after {
        padding-bottom: 100%
    }

    .squared-1::after {
        padding-bottom: 75%
    }

    .squared-2::after {
        padding-bottom: 50%
    }
}

.table-responsive {
    font-family: Nunito, sans-serif;
    font-size: calc(1rem + .1vw);
    line-height: calc(1.6rem + .1vw);
    color: #4e628c
}

.table-responsive td {
    background-color: transparent !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Nunito, sans-serif
}

.h1,
h1 {
    font-size: calc(2.4rem + .5vw);
    line-height: calc(2.8rem + .5vw);
    font-weight: 700
}

.h1.display-1,
h1.display-1 {
    font-size: calc(5rem + .5vw);
    line-height: calc(5.4rem + .5vw);
    margin: 0
}

.h2,
h2 {
    font-size: calc(1.6rem + .25vw);
    line-height: calc(2.4rem + .25vw)
}

.h3,
h3 {
    font-size: calc(1.3rem + .25vw);
    line-height: calc(1.8rem + .25vw);
    margin: 0 0 1rem;
    font-weight: 700;
    color: #4e628c
}

@media (max-width:1200px) {

    .h1.display-1,
    h1.display-1 {
        font-size: 4rem;
        line-height: 4.2rem;
        margin: 0 0 1.25rem
    }

    .h3,
    h3 {
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin: .75rem 0
    }
}

@media (max-width:576px) {
    .login-section {
        padding: 1.75rem 0
    }

    .h1,
    h1 {
        font-size: 2rem;
        margin: 0 0 .65rem;
        line-height: 1.8rem
    }

    .h1.display-1,
    h1.display-1 {
        font-size: 2.6rem;
        line-height: 2.8rem;
        margin: 0 0 .65rem
    }

    .h3,
    h3 {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin: .75rem 0
    }
}

.h4,
h4 {
    font-size: calc(1rem + .25vw);
    line-height: calc(1.4rem + .25vw);
    margin: 0 0 1rem;
    font-weight: 500;
    color: #4c8a72
}

@media (max-width:992px) {

    .h4,
    h4 {
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin: .75rem 0
    }
}

.h5,
h5 {
    font-size: calc(.75rem + .15vw);
    line-height: calc(.85rem + .2vw);
    font-weight: 600;
    margin: 0
}

.h6,
h6 {
    font-size: calc(.9rem + .1vw);
    line-height: calc(1.4rem + .1vw);
    font-weight: 500;
    margin: 0 0 1.25rem
}

@media (max-width:768px) {

    .h2,
    h2 {
        font-size: 1.5rem;
        line-height: calc(1.7rem + .5vw);
        margin: 0 0 .75rem
    }

    .h5,
    h5 {
        font-size: 1rem !important;
        line-height: 1.2rem
    }

    .h6,
    h6 {
        margin: 0 0 .75rem
    }
}

a {
    text-decoration: none;
    color: #353535;
    transition: .5s
}

a:hover {
    transition: .5s
}

p {
    font-size: calc(1.2rem + .1vw);
    line-height: calc(1.65rem + .1vw);
    color: #4e628c
}

p.big {
    font-size: calc(1.2rem + .1vw);
    line-height: calc(1.5rem + .1vw)
}

p.lead {
    font-size: calc(1.3rem + .1vw);
    line-height: calc(1.75rem + .2vw);
    margin: 0
}

.small,
small {
    font-size: calc(1.1rem + .1vw);
    line-height: calc(1.3rem + .1vw)
}

.micro,
micro {
    font-size: calc(.8rem + .1vw);
    line-height: calc(1rem + .1vw);
    color: #636262;
    margin: 0
}

.border-end {
    border-right: 1px solid hsl(216, 81%, 48.9361702128%) !important
}

.rounded {
    border-radius: .25rem !important
}

.text-primary {
    color: #4e628c !important
}

.text-secondary {
    color: #4c8a72 !important
}

.text-success {
    color: #f95700 !important
}

.bg-danger,
.bg-danger-5 {
    background-color: #652f6e !important
}

.bg-warning {
    background-color: #22406b !important
}

.bg-info {
    background-color: #d451e0 !important
}

.shadow {
    box-shadow: hsla(218, 72%, 74%, .1) 0 -1px 1px 0 inset, hsla(218, 72%, 74%, .1) 0 5px 5px -10px, hsla(218, 72%, 74%, .5) 0 20px 20px -20px !important
}

.bg-primary,
.bg-primary-dark {
    background-color: #4e628c !important
}

.bg-primary-1 {
    background-color: hsl(216, 81%, 51.6853932584%) !important
}

.bg-primary-2 {
    background-color: hsl(216, 81%, 51.1111111111%) !important
}

.bg-primary-5 {
    background-color: hsl(216, 81%, 48.9361702128%) !important
}

.bg-primary-10 {
    background-color: hsl(216, 81%, 47.9166666667%) !important
}

.bg-primary-15 {
    background-color: hsl(216, 81%, 46.9387755102%) !important
}

.bg-primary-25 {
    background-color: hsl(216, 81%, 38.3333333333%) !important
}

.bg-primary-50 {
    background-color: hsl(216, 81%, 32.8571428571%) !important
}

.bg-primary-75 {
    background-color: hsl(216, 81%, 30.6666666667%) !important
}

.bg-secondary-1 {
    background-color: #283142 !important
}

.bg-secondary-2 {
    background-color: #f9f9fa !important
}

.bg-secondary-10,
.bg-secondary-15,
.bg-secondary-25,
.bg-secondary-5,
.bg-secondary-50,
.bg-secondary-75 {
    background-color: hsl(33.061, 92%, 58%) !important
}

.bg-success-5 {
    background-color: hsla(21, 100%, 49%, .5) !important
}

.bg-warning-5 {
    background-color: h#22406b !important
}

.bg-info-5 {
    background-color: hsla(295, 70%, 60%, .05) !important
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    height: 100%
}

body {
    animation: 1s forwards fadeInAnimation;
    letter-spacing: -.035rem;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    color: #4c8a72;
    overflow-x: hidden;
    height: 100%
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

body:not(.focus-visible) :focus:not(.focus-visible) {
    outline: 0 !important
}

@media (min-width:1400px) {
    .container {
        max-width: 1400px
    }
}

.container-fluid {
    max-width: 1800px !important
}

hr {
    margin: 3rem 0 !important;
    border-top: 1px solid hsl(216, 81%, 38.3333333333%) !important
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.video-iframe>iframe {
    border-radius: .75rem;
    overflow: hidden
}

.chat {
    height: 48vh
}

@media (min-width:992px) {
    .live-video {
        height: 100%
    }

    .chat {
        height: 100% !important
    }
}