html,
body {
    max-width: 100%;
    overflow-x: hidden;
    padding-right: 0px !important
}

.bg-top {
    background-image: url(../img/bg1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.datetime {
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 800
}

#author a:link {
    color: white
}

#author a:visited {
    color: white
}

#author a:hover {
    color: white
}

.text-developer {
    font-weight: 800
}

.text-red {
    color: #f44336
}

.dev-logo {
    width: 50px
}

.contacts-item {
    display: flex;
    align-items: center;
    font-weight: 800;
    padding-bottom: 10px
}

#contacts-container a:link {
    color: #fff
}

#contacts-container a:visited {
    color: #fff
}

#contacts-container a:hover {
    color: #fff
}

#contacts-container a:active {
    color: #fff
}

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

.air-live-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    box-shadow: 0 0 20px #ccc
}

.air-live-button-container {
    margin: 0 auto;
    display: inline-block
}

.link {
    padding: 10px 15px;
    background: white;
    border: #bccfd8 1px solid;
    border-left: 0;
    cursor: pointer;
    color: #607d8b
}

.disabled {
    cursor: not-allowed;
    color: #bccfd8
}

.current {
    background: #bccfd8
}

.first {
    border-left: #bccfd8 1px solid
}

#pagination {
    display: inline-block
}

.dot {
    padding: 10px 15px;
    background: transparent;
    border-right: #bccfd8 1px solid
}

#overlay {
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

#overlay div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px
}

.blk-id {
    padding-bottom: 70px
}

.text-title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2
}

.card-img-top {
    visibility: hidden;
    object-fit: cover;
    height: 250px;
}

#schedule a:link {
    color: #bebebe !important
}

#schedule a:visited {
    color: #bebebe !important
}

#schedule a:hover {
    color: #bebebe !important
}

#live-blk {
    min-height: 100vh;
}

.vcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width:576px) {
    #live-blk-inner {
        margin-top: 10vh
    }
}

.sun-effect {
    width: 200px;
    height: 200px;
    background-color: #ffde00;
    border-radius: 50%;
    box-shadow: 0 0 0 20px #ffdE0080, 0 0 0 40px #ffdE0040, 0 0 0 60px #ffdE0020, 0 0 0 80px #ffdE0010, 0 0 0 100px #ffdE0000, 0 0 40px 100px #ffdE0010;
    animation: sunrise 2s infinite linear forwards, rays 2s 2s infinite linear
}

@keyframes sunrise {
    0% {
        box-shadow: none
    }
}

@keyframes rays {
    0% {
        box-shadow: 0 0 0 0 #ffdE0080, 0 0 0 20px #ffdE0080, 0 0 0 40px #ffdE0040, 0 0 0 60px #ffdE0020, 0 0 0 80px #ffdE0010, 0 0 40px 100px #ffdE0010
    }
    100% {
        box-shadow: 0 0 0 20px #ffdE0080, 0 0 0 40px #ffdE0040, 0 0 0 60px #ffdE0020, 0 0 0 80px #ffdE0010, 0 0 0 100px #ffdE0000, 0 0 40px 100px #ffdE0010
    }
}
.underline-on-hover:hover {
    text-decoration: underline;
    cursor: pointer;
}
.btn-hover {
    transition: 0.3s;
}
.btn-hover:hover {
    color: #3e8e41;
}
.img-hover-zoom {
    height: 250px;
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.team-photo-hover-zoom img {
    z-index: 999;
    transition: transform .5s ease;
}

.team-photo-hover-zoom:hover img {
    z-index: 999;
    transform: scale(1.5);
}

.team-title {
    z-index: 1000;
}

.clickable {
    cursor: pointer;
}
.swal2-article {
   width:75vw !important;
}

@media(max-width:576px) {
    .swal2-article {
        width: 100vw !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .swal2-article .swal2-image {
        height: auto !important;
    }
    .swal2-article .swal2-close {
        width: 20px;
        height: 20px;
        margin: 5px !important;
    }
}

.swal2-article .swal2-content:first-letter {
    font-weight: 900;
    font-size: 3rem;
}
.swal2-article .swal2-header {
    display:table !important;
}
.swal2-article .swal2-image {
    display:table-footer-group !important;
}
.swal2-article .swal2-title {
    display:table-header-group !important;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.article-stats-item {
    font-size:12px; 
    vertical-align:-5px;
}
.swal2-image {
    max-width: 80vw !important;
}