@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

:root {
    --color-text: #666666;
    --color-icon: #999999;
    --color-title: #180868;
    --color-primary: #09DFF7;
    --color-secondary: #F80878;
}

a {
    color: var(--color-title);
    text-decoration: none;
}

a:hover {
    color: var(--color-secondary)
}

body {
    background-color: #FFF;
    font-family: 'Ubuntu', sans-serif;
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
}

.site-wrapper {
    position: relative;
    overflow: hidden;
}

.navbar-cover {
    height: 64px;
}

.navbar {
    min-height: 64px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    padding: 12px 0;
}

@media (min-width: 992px) {
    .navbar {
        padding: 0;
    }
}

.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    border-bottom: 1px solid #EDEDED;
    padding: .5rem 1rem;
    height: 48px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    color: var(--color-title);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--color-secondary);
}

.navbar .navbar-nav .nav-link.show {
    background-color: #F6F8FA;
    color: var(--color-secondary);
    box-shadow: inset 0 2px var(--color-secondary);
}

@media (min-width: 992px) {
    .navbar .navbar-nav {
        border-left: 1px solid #EDEDED;
    }

    .navbar .navbar-nav .nav-link {
        border-bottom: 0;
        border-right: 1px solid #EDEDED;
        box-shadow: inset 0 2px transparent;
        height: 64px;
        padding: 0 30px;
    }

    .navbar .navbar-nav .nav-link.show {
        box-shadow: inset 0 2px var(--color-secondary);
    }
}

.navbar .navbar-toggler {
    border: 0;
}

.navbar .login,
.navbar .user {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    color: var(--color-text);
}

.navbar .login .text,
.navbar .user .text {
    white-space: nowrap;
    letter-spacing: -0.016em;
}

.navbar .login .icon,
.navbar .user .icon {
    background-color: #F6F8FA;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    color: var(--color-icon);
}

.navbar .user .icon svg {
    transition: all 0.2s ease-in-out;
}

.navbar .login .icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
}

#dropdownLogin.show .login {
    color: var(--color-title);
}

#dropdownLogin.show .login .icon,
#dropdownUser.show .user .icon {
    background-color: #E1FCFF;
    color: var(--color-primary);
}

#dropdownUser.show .user .icon svg {
    transform: rotateX(180deg);
}

#dropdownLogin + .dropdown-menu,
#dropdownUser + .dropdown-menu,
#dropdownNotifications + .dropdown-menu {
    margin-top: 28px;
}

#dropdownLogin + .dropdown-menu:before,
#dropdownUser + .dropdown-menu:before,
#dropdownNotifications + .dropdown-menu:before  {
    content: "";
    background-color: #fff;
    width: 9px;
    height: 9px;
    border-radius: 4px 0 0 0;
    filter: drop-shadow(-1px -1px rgba(0,0,0,0.16));
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: -4px;
}

.navbar .nav-item .dropdown-menu {
    background-color: rgba(0,0,0,0.94);
    margin: 0;
    border-radius: 0 0 4px 4px;
    border: 0;
    backdrop-filter: blur(20px);
}

.navbar .nav-item .dropdown-item {
    color: #fff;
    padding: 6px 16px;
}

.navbar .nav-item .dropdown-item:hover {
    background-color: rgba(255,255,255,0.1);
}

.navbar .nav-item .dropdown-item.active {
    background-color: #93ECF7;
    color: var(--color-title);
}

.navbar .nav-item svg {
    margin-left: 4px;
    width: 16px;
    stroke-width: 3px;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.drop-login {
    width: 416px;
    right: 0;
    padding: 0;
}

.drop-login .content {
    padding: 20px;
}

.drop-login h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: var(--color-title);
    font-weight: 400;
}

.drop-login .input {
    margin-bottom: 12px;
}

.drop-login .input label {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
}

.drop-login .input .info {
    font-size: 0.75rem;
    margin-top: 6px;
}

.drop-login .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 16px;
}

.drop-login .btn {
    box-shadow: none !important;
}


.navbar .user-actions {
    display: flex;
    border-right: 1px solid #EDEDED;
    height: 20px;
    margin-right: 20px;
    margin-left: auto;
    padding-right: 14px;
}

.navbar .user-actions .item {
    padding: 0 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.navbar .user-actions .item:hover {
    color: var(--color-title);
}

.navbar .user-actions .item svg {
    width: 18px;
    height: 18px;
    color: var(--color-icon);
    margin-right: 8px;
}

.navbar .user-actions .item:hover svg {
    color: var(--color-text);
}

.drop-notification {
    width: 360px;
    padding: 16px;
}

.drop-notification h5 {
    margin-bottom: 6px;
}

.drop-notification ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drop-notification ul li {
    display: flex;
    align-items: center;
    padding: 6px;
    margin: 0 -6px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.drop-notification ul li:hover {
    color: var(--color-title);
    background-color: #F6F8FA;
    box-shadow: 0 0 0 2px #F6F8FA;
}

.drop-notification ul li .icon {
    background-color: #EDEDED;
    width: 36px;min-width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.drop-notification ul.new li .icon {
    background-color: #E1FCFF;
    color: var(--color-primary);
}

.drop-notification ul li .icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.5px;
}

.drop-notification ul li:hover .icon {
    background-color: var(--color-secondary);
    color: #fff;
}

.drop-notification hr {
    border-color: #EDEDED;
    margin: 16px 0;
}

.drop-user {
    width: 320px;
}

.drop-user .user-header {
    display: flex;
    align-items: center;
    padding: 16px;
    padding-bottom: 4px;
}

.drop-user .user-header .avatar {
    background-color: var(--color-primary);
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    image-rendering: pixelated;
}

.drop-user .user-header .avatar img {
    margin-top: 30px;
}

.drop-user .user-header .info h6 {
    margin-bottom: 4px;
}

.drop-user .user-header .info .desc {
    font-size: 0.75rem;
}

.drop-user ul {
    list-style: none;
    padding: 4px 16px;
    margin: 0;
}

.drop-user ul li {
    padding: 6px 4px;
    margin: 0 -4px;
    transform: all 0.2s ease-in-out;
}

.drop-user ul li:hover {
    background-color: #F6F8FA;
    box-shadow: 0 0 0 2px #F6F8FA;
    border-radius: 4px;
}

.drop-user ul li a {
    color: var(--color-text);
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.drop-user ul li:hover a {
    color: var(--color-title);
    font-weight: 500;
}

.drop-user ul li a .icon {
    background-color: #F6F8FA;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--color-icon);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    transition: all 0.2s ease-in-out;
}

.drop-user ul li:hover a .icon {
    background-color: var(--color-secondary);
    color: #fff;
}

.drop-user ul li a .icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.5px;
}

.drop-user ul hr {
    border-color: #EDEDED;
    margin: 8px 0;
}



.dropdown-menu {
    font-size: 0.875rem;
    color: var(--color-text);
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
}

.dropdown-item {
    color: #666;
    cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-secondary);
}

.radiostats {
    display: contents;
}

.radio {
    background-color: #180868;
    color: #fff;
    padding: 20px 0;
    min-height: 80px;
    overflow-x: hidden;
    overflow-x: scroll;
}

.radio::-webkit-scrollbar {
    display: none;
}

.radio .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1200px;
}

.radio .title {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.radio .title svg {
    margin-right: 4px;
}

.radio .avatar {
    margin-right: 12px;
    margin-top: -14px;
    margin-bottom: -6px;
    image-rendering: pixelated;
}

.radio .dj {
    padding-right: 30px;
    border-right: 1px solid rgba(255,255,255,0.16);
}

.radio .dj .live {
    background-color: var(--color-secondary);
    font-size: 0.75rem;
    border-radius: 2px;
    padding: 2px 4px;
    margin-left: 4px;
}

.radio .music {
    padding: 0 30px;
    margin-right: 20px;
}

.radio .listeners {
    font-size: 1.5rem;
    letter-spacing: -0.024em;
    padding: 0 34px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.radio .listeners:before {
    content: "";
    background-color: rgba(0,0,0,0.24);
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.radio .listeners .icon {
    background-image: url(../images/icons/headphone.svg);
    width: 24px;
    height: 20px;
    margin-right: 12px;
    margin-top: -1px;
}

.radio .actions {
    margin-left: -20px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.radio .actions > div {
    background-color: rgba(0,0,0,0.24);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #514684;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.radio .actions > div:hover {
    background-color: var(--color-primary);
    color: var(--color-title)
}

.radio .actions > div.play {
    background-color: var(--color-secondary);
    color: #fff;
}

.radio .actions > div svg {
    width: 22px;
}

.radio .actions > div .drop {
    background-color: rgba(0,0,0,0.8);
    border-radius: 40px;
    position: absolute;
    top: 100%;
    padding: 6px 12px;
}

.radio .actions > div .drop input {
    display: block;
}

.radio .actions .winamp {
    background-image: url(../images/winamp.png);
    width: 32px;
    height: 32px;
    display: inline-block;
    image-rendering: pixelated;
    margin-left: 16px;
}

.radio .actions .winamp:hover {
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.3));
}

.radio .program {
    padding: 0 30px;
    margin-left: auto;
}

.radio .timer {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

.radio .timer .bar {
    background-color: rgba(0,0,0,0.4);
    width: 136px;
    height: 4px;
    border-radius: 2px;
    margin: 0 14px;
}

.radio .timer .bar div {
    background-color: var(--color-secondary);
    height: 100%;
    border-radius: 2px;
    position: relative;
}

.radio .timer .bar div:before {
    content: "";
    background-color: #FFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -4px;
}

.radio .next {
    border-left: 1px solid rgba(255,255,255,0.16);
    padding-left: 30px;
}

@media (min-width: 768px) {
    .sidebar-bg {
        background-color: #F6F8FA;
        width: 100vw;
        height: calc(100% + 40px);
        position: absolute;
        right: -12.5%;
        top: -40px;
        z-index: -1;
    }
}

@keyframes scene {
    from {
        background-position: 0 calc(100% - 20px), 0 bottom, 0 calc(100% - 36px);
    }
    to {
        background-position: -1934px calc(100% - 20px), -1110px bottom, -904px calc(100% - 36px);
    }
}

.jumbotron {
    background-color: #261481;
    background-image: url(../images/mountains-small.png), url(../images/grass.png);
    background-repeat: repeat-x;
    background-position: center calc(100% - 20px), center bottom, center calc(100% - 36px);
    min-height: 300px;
    padding-bottom: 32px;
    padding-top: 32px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    image-rendering: pixelated;

    animation: scene 80s linear infinite;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.jumbotron:before {
    content: "";
    background-image: url(../images/umbrela.svg);
    width: 1200px;
    height: 1200px;
    position: absolute;
    top: -780px;
    left: calc(50% - 300px);
    pointer-events: none;
    animation: spin 15s linear infinite;
}

.jumbotron .swiper-slide {
    color: #FFF;
}

.jumbotron .swiper-slide h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    letter-spacing: -0.024em;
    font-weight: 400;
}

.jumbotron .swiper-slide h5 {
    font-size: 0.75rem;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
}

.jumbotron .swiper-slide p {
    margin-bottom: 20px;
}

.jumbotron .swiper-slide .btn {
    padding: 12px 40px;
}

.jumbotron .swiper-pagination {
    margin-top: 48px;
    position: relative;
    text-align: left;
}

.jumbotron .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0,0,0,0.4);
    width: 40px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.jumbotron .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.jumbotron .message-board {
    text-align: right;
}

.jumbotron .message-board h4 {
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.jumbotron .message-board h4 svg {
    width: 16px;
    height: 16px;
    stroke-width: 3px;
    margin-right: 4px;
}

.jumbotron .message-board ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.jumbotron .message-board ul li {
    background-color: #DDDDDD;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    border-radius: 32px;
    margin-bottom: 8px;
    display: flex;
}

.jumbotron .message-board ul li:first-child {
    opacity: 0.24;
}

.jumbotron .message-board ul li:nth-child(2) {
    opacity: 0.64;
}

.jumbotron .message-board ul li .avatar {
    display: flex;
    align-items: center;
}

.jumbotron .message-board ul li .avatar img {
    margin-top: -22px;
    margin-bottom: -8px;
}

.jumbotron .message-board ul li .text {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    padding-right: 16px;
    background-color: #fff;
    border-radius: 4px 32px 32px 4px;
    z-index: 1;
}

.jumbotron .message-board ul li .text:before {
    content: "";
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    position: absolute;
    left: -2px;
    top: calc(50% - 6px);
    transform: rotate(45deg);
    z-index: -1;
}

.jumbotron .message-board ul li.featured {
    background-color: #93ECF7;
}

.jumbotron .message-board ul li.featured .text {
    background-color: var(--color-primary);
    color: var(--color-title);
}

.jumbotron .message-board ul li.featured .text:before {
    background-color: var(--color-primary);
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--color-title);
}

.section-title .more {
    background-color: #F4F4F4;
    background-image: linear-gradient(to bottom, #FFF, #F4F4F4);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.16);
    font-size: 0.75rem;
    padding: 6px;
    border-radius: 1px;
    color: var(--color-icon);
    line-height: 1;
}

.section-title .more svg {
    width: 14px;
    height: 14px;
    stroke-width: 3px;
}

.section-title .twitter-btn {
    background-color: #1DA1F2;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.16);
    font-size: 0.75rem;
    padding: 8px 12px;
    border-radius: 2px;
    color: #fff;
    line-height: 1;

    display: flex;
    align-items: center;
}

.section-title .twitter-btn svg {
    width: 24px;
    height: 24px;
    stroke-width: 3px;
    margin-right: 8px;
}

.cta-join {
    background-color: #F26057;
    background-image: linear-gradient(135deg, #F26057, #F7993D);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    image-rendering: pixelated;
}

.cta-join .content {
    padding: 20px;
}

.cta-join img {
    margin-top: -4px;
    margin-bottom: -42px;
}

.cta-join h3 {
    font-size: 1.25rem;
}

.cta-join p {
    margin-bottom: 28px;
}

.colortop {
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    margin-bottom: 20px;
    transition: all 0.2s;
}

.colortop-body {
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    padding: 20px;
    background-color: #2596be;
    color: white;
}

.colortop2-body {
    padding: 20px;
    background-color: #fff;
}

.colortop-body-vc {
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    padding: 20px;
}
.colortop-body-home {
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    padding: 20px;
    background-color: #1fd6ff;
    color: white;
}

.card {
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    margin-bottom: 20px;
    transition: all 0.2s;
}

.card-body {
    padding: 20px;
}

.card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: var(--color-title);
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.card:hover .card-title {
    color: var(--color-secondary);
}

.card-header {
    background-color: transparent;
    padding: 0;
    border-color: #EDEDED;
    padding-bottom: 20px;
    margin-bottom: 20px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-header .avatar {
    background-color: #F6F8FA;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
}

.card-header h5 {
    margin-bottom: 4px;
}

.card-header svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
    vertical-align: middle;
    margin-right: 4px;
}

.card-header .btn svg {
    margin-top: -4px;
    margin-right: 8px;
}

.card-title h2 {
    font-size: 1rem;
    margin: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title svg {
    width: 16px;
    height: 16px;
    stroke-width: 3px;
}

.card-footer {
    background-color: transparent;
    border-color: #EDEDED;
    padding: 14px 0;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-footer span {
    display: flex;
    align-items: center;
}

.card-footer svg {
    width: 16px;
    height: 16px;
    color: var(--color-icon);
    stroke-width: 3px;
    margin-right: 8px;
}

.card-news:hover {
    box-shadow: 0 0 0 1px var(--color-secondary), 0 1px 2px rgba(248,8,120,0.16);
}

.card-news .card-thumb {
    background-color: #F6F8FA;
    height: 120px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    overflow: hidden;
    image-rendering: pixelated;

    display: flex;
    justify-content: center;
    align-items: center;
}

.card-news .card-body {
    padding: 16px 20px;
}

.card-news.featured .card-thumb {
    height: 260px;
    padding: 0;
}

.card-news.featured .card-body {
    max-width: 340px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.card-news.featured .card-title h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #fff;

    white-space: inherit;
}

.card-news.featured .card-footer {
    border: 0;
    color: #fff;
    width: 100%;
    padding: 16px 24px;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(40px);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.card-news.featured .card-footer svg {
    color: #E1FCFF;
}

.card-news.featured .card-footer .btn {
    background-color: var(--color-secondary);
    color: #fff;
    margin: -16px 0;
    transform: translateY(-20px);
    margin-left: auto;
}

.card-news.card-loading:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
}

.card-news.card-loading .card-body {
    display: flex;
    justify-content: space-between;
}

.card-news.card-loading .card-body span {
    background-color: #F6F8FA;
    width: 8px;
    height: 20px;
    display: block;
}

.card-news.card-loading .card-body span:first-child {
    width: 50%;
}

.card-news.card-loading .card-footer span:first-child {
    width: 40%;
}

.card-news.card-loading .card-footer span:last-child {
    width: 30%;
}

.card-news.card-loading .card-footer span span {
    background-color: #F6F8FA;
    height: 16px;
    display: block;
}

.card-news.card-loading .card-footer span span:first-child {
    width: 16px;
    min-width: 16px;
    border-radius: 50%;
    margin-right: 8px;
}

.card-news.card-loading .card-footer span span:last-child {
    width: 100%;
}

.card-twitter {
    background-color: rgba(0,0,0,0.2);
    box-shadow: none;
}

.card-twitter .item {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 8px;
}

.card-twitter .item:last-child {
    margin-bottom: 0
}

.card-twitter .item a {
    color: var(--color-secondary);
}

.card-twitter .item .item-header {
    display: flex;
    margin-bottom: 16px;
}

.card-twitter .item .item-header .avatar {
    background-color: #DDD;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.card-twitter .item .item-header h4 {
    font-size: 0.875rem;
    margin-bottom: 2px;
}

.card-twitter .item .item-header .user {
    color: var(--color-icon)
}

.card-twitter .item .item-header .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath d='M6.29,16.5A11.5,11.5,0,0,0,17.965,5.007q0-.262-.012-.522A8.277,8.277,0,0,0,20,2.393a8.287,8.287,0,0,1-2.356.636A4.066,4.066,0,0,0,19.448.8a8.312,8.312,0,0,1-2.606.98,4.129,4.129,0,0,0-3-1.276,4.072,4.072,0,0,0-4.1,4.039,3.975,3.975,0,0,0,.106.921,11.713,11.713,0,0,1-8.458-4.22,4,4,0,0,0,1.27,5.392A4.122,4.122,0,0,1,.8,6.126c0,.017,0,.033,0,.052A4.057,4.057,0,0,0,4.1,10.137a4.161,4.161,0,0,1-1.853.069,4.1,4.1,0,0,0,3.833,2.805,8.316,8.316,0,0,1-5.1,1.729A8.5,8.5,0,0,1,0,14.685,11.75,11.75,0,0,0,6.29,16.5' transform='translate(0 -0.5)' fill='%231da1f2'/%3E%3C/svg%3E");
    width: 20px;
    min-width: 20px;
    height: 16px;
    margin-left: auto;
    margin-top: 4px;
}

.card-twitter .item .item-footer {
    color: var(--color-icon);
    margin-top: 16px;
}

.card-comments .comment {
    display: flex;
    margin-bottom: 8px;
}

.card-comments .comment .avatar {
    background-color: #F6F8FA;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
    image-rendering: pixelated;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card-comments .comment .avatar img {
    margin-top: -16px;
}

.card-comments .comment .text {
    background-color: #F6F8FA;
    width: 100%;
    padding: 16px;
    border-radius: 4px;
    position: relative;
}

.card-comments .comment .text:before {
    content: "";
    background-color: #F6F8FA;
    width: 16px;
    height: 16px;
    border-bottom-left-radius: 4px;
    transform: rotate(45deg);
    position: absolute;
    left: -8px;
    top: 16px;
}

.card-comments .comment .text .info {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #DDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-comments .comment .text .info .user {
    margin-right: auto;
}

.card-comments .comment .text .info .user svg {
    margin-right: 4px;
}

.card-comments .comment .text .info svg {
    color: var(--color-icon);
    width: 16px;
    height: 16px;
    stroke-width: 3px;
}

.card-comments .comment .text .info .delete,
.card-comments .comment .text .info .like {
    cursor: pointer;
    margin-left: 12px;
}

.card-comments .comment .text .info .delete:hover svg,
.card-comments .comment .text .info .like:hover svg {
    color: var(--color-secondary);
}

.card-comment .toolbar {
    display: flex;
    margin-bottom: 16px;
}

.card-comment .toolbar div {
    border: 1px solid #DDDDDD;
    color: var(--color-icon);
    width: 32px;
    line-height: 30px;
    border-radius: 2px;
    margin-right: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.card-comment .toolbar div:hover {
    background-color: #F6F8FA;
    color: var(--color-title)
}

.card-comment .form-control {
    background-color: #F6F8FA;
    border: 0;
}

.card-comment .card-footer {
    border: 0;
    margin: 0;
    padding: 20px;
    padding-top: 16px;
}

.card-comment .card-footer .preview {
    color: var(--color-icon);
    font-weight: 500;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.card-comment .card-footer .preview:hover {
    color: var(--color-text);
}

.card-comment .card-footer .preview svg {
    color: #DDD;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

.card-comment .card-footer .preview:hover svg {
    color: var(--color-icon);
}

.card-profile .cover {
    background-color: #514684;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    image-rendering: pixelated;
}

.card-profile .cover img {
    min-width: 100%;
    min-height: 100%;
}

.card-profile .cover .edit {
    background-color: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 2px;
}

.card-profile .cover .edit svg {
    width: 20px;
    height: 20px;
}

.card-profile .avatar {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    width: 120px;
    height: 120px;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 20px;
    margin-top: -100px;
}

.card-profile .avatar div {
    background-color: #EDEDED;
    width: 112px;
    height: 112px;
    border-radius: 4px;
    overflow: hidden;
    image-rendering: pixelated;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card-profile .avatar img {
    margin-top: -30px;
}

.card-profile .infos {
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-profile .infos svg {
    width: 16px;
    height: 16px;
    color: var(--color-icon);
    stroke-width: 2.5px;
    margin-right: 4px;
}

.card-profile .infos .follow {
    font-weight: 500;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: var(--color-text);
}

.card-profile .infos .join {
    margin-left: auto;
}


.card-overview .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card-overview .item {
    text-align: center;
    padding: 0 4px;
}

.card-overview .item div {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.016em;
}

.card-overview .item svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px;
    stroke-width: 2.5px;
    color: var(--color-icon);
}

.card-overview .divider {
    background-color: #EDEDED;
    width: 1px;
    height: 40px;
    margin: 0 22px;
}

.card-overview .btn svg {
    width: 16px;
    height: 16px;
    stroke-width: 3px;
    margin-right: 4px;
    margin-top: -3px;
}


.pixelated {
    image-rendering: pixelated;
}

.accordion-button {
    padding: 20px 0;
    color: var(--color-title);
    font-weight: 500;
    border: 0;
    border-top: 1px solid #EDEDED;
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: #EDEDED;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--color-secondary);
}

.accordion-button svg {
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) svg {
    transform: rotate(90deg);
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-collapse {
    border: 0;
}

.accordion-body {
    padding: 0;
    padding-bottom: 20px;
}

.tags {
    display: flex;
    margin-bottom: 8px;
}

.tags a {
    display: block;
    border: 1px solid var(--color-icon);
    color: var(--color-icon);
    border-radius: 2px;
    padding: 4px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
}

.tags a:hover {
    color: #514684;
    border-color: #514684;
}


.grid-team {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.grid-team .item {
    background-color: #F6F8FA;
    height: 200px;
    border-radius: 4px;
    padding: 8px;
    image-rendering: pixelated;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;

    transition: all 0.2s ease-in-out;
}

.grid-team .item:hover {
    background-color: #E1FCFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='132' height='132' viewBox='0 0 132 132'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M93.176,132H38.823V0H93.177V0L132,132ZM0,132,38.823,0V132Z' opacity='0.8' fill='url(%23a)'/%3E%3C/svg%3E"), linear-gradient(to bottom, #93ECF7, rgba(225,252,255,0));
    background-position: center top;
    background-repeat: no-repeat;
}

.grid-team .item .name {
    background-color: rgba(0,0,0,0.64);
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 4px;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    transition: all 0.2s ease-in-out;
}

.grid-team .item .name:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: rgba(0,0,0,0.64) transparent transparent transparent;
    position: absolute;
    left: calc(50% - 3px);
    bottom: -6px;
    transition: all 0.2s ease-in-out;
}

.grid-team .item .function {
    background-color: rgba(0,0,0,0.64);
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 4px;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    transition: all 0.2s ease-in-out;
}

.grid-team .item .function:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: rgba(0,0,0,0.64) transparent transparent transparent;
    position: absolute;
    left: calc(50% - 3px);
    top: -6px;
    transition: all 0.2s ease-in-out;
}

.grid-team .item .avatar {
    padding-top: 16px;
}

.grid-team .item:hover .name {
    background-color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.16));
    color: var(--color-title);
}

.grid-team .item:hover .name:after {
    border-top-color: #fff;
}

.btn {
    border: 0;
    border-radius: 2px;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16) !important;
    letter-spacing: -0.024em;
}

.btn-sm {
    padding: 6px 12px;
}

.btn-lg {
    font-size: 1rem;
    padding: 12px 40px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--color-primary);
    color: var(--color-title);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--color-secondary);
}

.btn-light {
    background-color: #FFF;
    color: var(--color-title);
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #3B5998;
    color: #fff;
}

.btn-twitter,
.btn-twitter:hover,
.btn-twitter:focus {
    background-color: #55ACEE;
    color: #fff;
}

.btn-default,
.btn-default:hover {
    background-color: #F4F4F4;
    background-image: linear-gradient(to bottom, #FFF, #F4F4F4);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.16) !important;
    color: #666;
}

.btn-default svg {
    width: 14px;
    height: 14px;
    stroke-width: 3px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}

.btn-default span {
    color: var(--color-icon);
    margin-left: 32px;
}

.btn-default span svg {
    margin-top: 0;
    margin-right: 0;
    width: 16px;
    height: 16px;
}

.tooltip-arrow {
    display: none !important;
}

.tooltip-inner {
    border-radius: 32px;
    font-size: 0.75rem;
    padding: 4px 12px;
    font-family: 'Ubuntu', sans-serif;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
}

.badge {
    border-radius: 20px;
    padding: 0.125rem 0.25rem;
    font-size: 1em;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}


.form-control {
    border-color: #DDDDDD;
    border-radius: 2px;
    color: var(--color-title);
    box-shadow: none !important;
    padding: 8.5px 16px;
    font-size: 0.875rem;
}

.form-control:focus {
    border-color: var(--color-primary)
}

.form-control:disabled {
    background-color: #EDEDED;
    color: #666666;
}

.form-check {
    min-height: 20px;
    padding-left: 28px;
    margin-bottom: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.form-check .form-check-input {
    border-color: #DDDDDD;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: -28px;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.alert {
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}

.alert svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
}

.alert a {
    color: inherit;
}

.alert-primary {
    color: var(--color-primary);
}

.alert-secondary {
    background-color: #FFE9F3;
    color: var(--color-secondary);
}

.alert-danger {
    background-color: #FFE9E9;
    color: #F80808;
}

.alert-close {
    background-color: #F0E8FF;
    color: #514684;
}

.alert-dismissible .btn-close {
    padding: 18px;
}

.list-news {
    list-style: none;
    margin: 0;
    padding: 4px 20px;
}

.list-news li {
    padding: 16px 0;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    position: relative;
}

.list-news li:before {
    content: "";
    background-color: var(--color-secondary);
    width: 0;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    transition: all 0.2s ease-in-out;
}

.list-news li:hover:before {
    width: 2px;
}

.list-news li:last-child {
    border-bottom: none;
}

.list-news li .avatar {
    background-color: #F6F8FA;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
}

.list-news li .title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.list-news li .author svg {
    width: 14px;
    height: 14px;
    stroke-width: 3px;
}


.list-activity {
    list-style: none;
    margin: 0;
    padding: 4px 20px;
}

.list-activity li {
    padding: 16px 0;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    position: relative;
}

.list-activity li:before {
    content: "";
    background-color: var(--color-secondary);
    width: 0;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    transition: all 0.2s ease-in-out;
}

.list-activity li:hover:before {
    width: 2px;
}

.list-activity li:last-child {
    border-bottom: none;
}

.list-activity li .icon {
    background-color: #E1FCFF;
    color: var(--color-primary);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.list-activity li:hover .icon {
    background-color: var(--color-secondary);
    color: #fff;
}

.list-activity li .title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.list-activity li .time svg {
    width: 14px;
    height: 14px;
    stroke-width: 3px;
    color: var(--color-icon);
}


.card-schedule .title svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
    margin-top: -3px;
    margin-right: 4px;
}

.card-schedule.today {
    box-shadow: 0 0 0 1px var(--color-secondary), 0 2px 4px rgb(248,8,120);
}

.card-schedule.today .title {
    color: var(--color-secondary)
}


.card-article {
    image-rendering: pixelated;
}

.card-article .thumb {
    height: 200px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-article .infos {
    border-top: 1px solid #EDEDED;
    padding-top: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-article .infos .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    margin-right: -10px;
}

.card-article .infos .actions div {
    padding: 0 10px;
    cursor: pointer;
}

.card-article .infos .actions div.active {
    color: var(--color-secondary)
}

.card-article .infos .actions div.active svg {
    color: var(--color-secondary)
}

.card-article .infos svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
    margin-right: 2px;
    color: var(--color-icon);
}


.schedule .heading {
    background-color: #E1FCFF;
    border-radius: 2px;
    color: var(--color-title);
    font-weight: 500;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.schedule .heading .time {
    height: 40px;
    background-color: #93ECF7;
    border-radius: 0 2px 2px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.schedule .heading .time:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #93ECF7 transparent transparent;
    position: absolute;
    left: -8px;
    top: calc(50% - 8px);
}

.schedule .heading .time div {
    width: 50%;
    min-width: 104px;
    padding: 0 20px;
}

.schedule .heading .time div:first-child {
    border-right: 1px solid rgba(24,8,104,0.16);
}

.schedule .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}

.schedule .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.schedule .item .avatar {
    image-rendering: pixelated;
    margin-right: 12px;
}

.schedule .item .avatar img {
    margin: -10px 0;
}

.schedule .item svg {
    color: var(--color-icon);
    width: 14px;
    height: 14px;
    stroke-width: 3px;
}

.schedule .item .time {
    text-align: center;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}

.schedule .item .time div {
    width: 50%;
    padding: 0 20px;
    min-width: 104px;
}

.schedule .item .time svg {
    margin: 0 -16px;
    width: 32px;
    height: 32px;
    stroke-width: 1.5px;
    color: #DDD;
}

.schedule .item.done .time {
    color: #DDD;
    text-decoration: line-through;
}


.side-item {
    background-color: #F6F8FA;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    image-rendering: pixelated;
    transition: all 0.2s ease-in-out;
}

.side-item:hover {
    background-color: var(--color-primary);
}

.side-item.furni {
    height: 140px;
}

.side-item.furni .icon {
    background-color: rgba(0,0,0,0.64);
    border-radius: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 8px;
}

.side-item.badges {
    height: 56px;
}

.side-item.icon {
    height: 40px;
}

.swiper-container.badges .swiper-wrapper {
    height: 120px;
}

.swiper-container.badges .swiper-slide {
    height: calc((100% - 8px) / 2);
}

.swiper-pagination {
    margin: 0 -4px;
    position: relative;
    bottom: -4px !important;
    text-align: left;
    margin-bottom: -2px;
}

.swiper-pagination-bullet {
    background-color: rgba(0,0,0,0.24);
    opacity: 1;
    border-radius: 0;
    width: 40px;
    height: 4px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-primary)
}


ul.list {
    list-style: none;
    padding-left: 16px;
}

ul.list li {
    margin-bottom: 4px;
    position: relative;
}

ul.list li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414' viewBox='0 0 6.121 9.414'%3E%3Cpath d='M239.972,780.516l4,4-4,4' transform='translate(-239.265 -779.809)' fill='none' stroke='%23ddd' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    position: absolute;
    left: -16px;
    top: 4px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
}

.h1, h1 {
    font-size: 1.75rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.25rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

.h5, h5 {
    font-size: 1rem;
}

.h6, h6 {
    font-size: 0.875rem;
}

.text-title {
    color: var(--color-title) !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.modal {
    background-color: rgba(6,0,35,0.9)
}

.modal-dialog {
    max-width: 416px;
}

.modal-header {
    height: 56px;
    margin-top: -56px;
    padding: 16px 0;
    color: #fff;
    border: 0;
}

.modal-header .close {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -10px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    margin-top: -4px;
    padding: 16px;
    padding-top: 0;
    border: 0;
}

.modal-footer svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
    color: var(--color-icon);
}

.modal-footer>* {
    margin: 4px;
}


hr {
    border-color: #DDDDDD;
    margin: 40px 0;
}

.card hr {
    border-color: #EDEDED;
    margin: 20px 0;
}

.or {
    position: relative;
    margin: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #DDDDDD;
}

.or:before {
    content: "of";
    background-color: #fff;
    padding: 0 24px;
    margin: -20px;
}


footer {
    font-size: 0.75rem;
    border-top: 1px solid #DDDDDD;
    margin-top: auto;
    padding-top: 32px;
    padding-bottom: 80px;
}

footer .social {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 12px;
}

footer .social li {
    position: relative;
}

footer .social li svg {
    pointer-events: none;
}

footer .social li:first-child {
    margin-left: -16px;
}

footer .social li:last-child:before {
    display: none;
}

footer .social li:before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(24, 8, 104, 0.16);
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}

footer .social li a {
    display: block;
    padding: 8px 16px;
    color: var(--color-icon);
}

footer .social li a.fb:hover {
    color: #3B5998;
}

footer .social li a.tt:hover {
    color: #1DA1F2;
}

footer .social li a.yt:hover {
    color: #7289da;
}

footer p {
    margin-bottom: 12px;
}

.mb {
    margin-bottom: 40px;
}

.radio-schedule .btn {
    margin-top: 5px;
}

.btn-radio-arrow-right,
.btn-radio-arrow-left {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}

.btn-radio-arrow-right {
    padding-left: 24px;
}

.btn-radio-arrow-left {
    padding-right: 24px;
}

.btn-radio-arrow-right:before,
.btn-radio-arrow-right:after,
.btn-radio-arrow-left:before,
.btn-radio-arrow-left:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: inherit;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}

.btn-radio-arrow-right:before,
.btn-radio-arrow-right:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-radio-arrow-left:before,
.btn-radio-arrow-left:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-radio-arrow-right:before,
.btn-radio-arrow-left:before {
    left: -11px;
}

.btn-radio-arrow-right:after,
.btn-radio-arrow-left:after {
    right: -11px;
}

.btn-radio-arrow-right:after,
.btn-radio-arrow-left:before {
    z-index: 1;
}

.btn-radio-arrow-right:before,
.btn-radio-arrow-left:after {
    background-color: white;
}
