.alert-success {
    color: green;
    background-color: #313030;
    border: none;
    border-left: 2px solid;
}

.sg-logo img{
	max-width: 80% !important;
}

.carousel-item .hero-text .description{
	min-height: 120px;
	max-height: 120px;
	overflow: hidden;
}

.pagination li.active a, .pagination li.active span{
    color: #fff;
    background-color: var(--primary-color);
}

.a-z>li {
    flex: none !important;
    max-width: 20%;
}

ul.global-align{
    text-align: center; 
}

.global-list .btn.btn-primary {
	padding: .375rem .75rem !important;
    font-size: 1rem !important;
    color: #fff; 
    display: inline-block;
    border-radius: .25rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.movie-details .short-list span {
    padding-right: 70px;
}

.movie-details .short-list li{
    display: block !important;
}

/* rating */
.rating_selection {
}
.rating_selection label:first-of-type {
    display: none;
}
.rating_selection input[type='radio'],
.rating_selection span {
    display: none;
}
.rating_selection label {
    cursor: pointer;
}
.rating_selection label:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f005";
    font-size: 14px;
    letter-spacing: 10px;
    color: #e9cd10;
}
.rating_selection input:checked + label ~ label:before {
    color: #aaa;
}
.rating_selection:hover label[for]:before {
    color: #e9cd10;
}
.rating_selection:hover label:hover ~ label:before {
    color: #aaa;
}
/***


/*Swal message show*/
.fade:not(.show) {
    opacity: 1;
}

.btn-offline {
    padding: 25px 23px;
    line-height: 0px;
    height: 42px;
    background-color: #494c57;
    font-family: -webkit-pictograph;
    color: #9e9fa3;
    font-weight: 900;
    cursor: pointer;
}

.btn-offline:hover{
    padding: 25px 23px;
    line-height: 0px;
    height: 42px;
    background-color: #494c57;
    font-family: -webkit-pictograph;
    color: #9e9fa3;
    font-weight: 900;
    cursor: pointer;
    opacity: .5;
}

.pricing-footer img:hover{
    opacity: .5;
}

button{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.dropdown-menu-content li i{
    padding-right: 10px !important;
}

.tv-channels{

}

.tv-ribbon {
    top: 10px;
    left: 0px;
    position: absolute;
    z-index: 6;
    padding: 2px 11px;
    background-color: #ffdc00;
    color: #383737;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}


.sg-tv{
    position: relative;
}

.tv-description{
    border-bottom: none !important;
}

.post-category-list li a {
    color: #999;
    padding: 12px 0px 12px 30px;
    /* border-bottom: 1px solid #dddddd; */
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.post-category-list li a:before {
    content: '\f061';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}
.post-category-list li a:hover{
    color: var(--primary-color);
}

.blog-details .entry-content {
    padding: 0;
    margin-top: 0px !important;
}

/*.slick-track {
    position: relative;
    top: 0;
    left: -1104px !important;
    display: block;
    margin-left: 0 important;
}
*/

