* {
    box-sizing: border-box;
}

body {
    font-family: montserrat, sans-serif;
    background: rgb(0, 15, 30);
}

/** custom classes **/
.bg-body-color {
    background-color: rgb(0, 15, 30);
}

.bg-accent-color {
    background-color: #DFA326;
}

.accent-color {
    color: #DFA326;
}

.bg-transparent-color {
    background-color: transparent;
}

.bg-br-red {
    background-color: #FC0001;
}

.border-accent {
    border: 1px solid #DFA326;
}

.cs-border-danger {
    border: 2px solid red;
}

.account-dropdown-btn:hover {
    background-color: transparent;
    border: 1px solid #DFA326;
    transition: 0.3s;
}

.mb-account-dropdown i:first-child,
.account-dropdown i:first-child {
    font-size: 1.8em;
    color: #DFA326;
}

.ms-n5 {
    margin-left: -45px;
    margin-top: 5px;
}

/* Font classes */
.font-size-1 {
    font-size: .87422rem
}

.font-size-2 {
    font-size: 1.4055rem
}

.font-size-3 {
    font-size: 1.874rem
}

.font-size-4 {
    font-size: 2.3425rem
}

.font-size-5 {
    font-size: 2.811rem
}

.font-size-6 {
    font-size: 4.4976rem
}

.font-size-22 {
    font-size: 1.375rem
}

.font-size-10 {
    font-size: .625rem
}

.font-size-11 {
    font-size: .688rem
}

.font-size-12 {
    font-size: .75rem
}

.font-size-13 {
    font-size: .812rem
}

.font-size-14 {
    font-size: .875rem
}

.font-size-15 {
    font-size: .938rem
}

.font-size-16 {
    font-size: 1rem
}


/** page loader **/
#loader {
    height: 100vh !important;
    width: 100%;
    background-color: #000F1E;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden !important;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #FF3D00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/** page loader **/

/** nav **/

.dropdown-menu.dropdown-menu-end {
    min-width: 100px !important;
}

.active {
    color: #DFA326 !important;
}

.nav-link:hover {
    color: #DFA326 !important;
    transition: 0.03s;
}

.dropdown-item:hover {
    background-color: transparent !important;
    color: #DFA326 !important;
}

.logo-img {
    height: 50px;
    width: 200px;
    object-fit: contain;
}

.navbar-toggler {
    height: 45px;
    width: 45px;
    background-color: #DFA326;
}

/* mobile nav */
#mb-navbar {
    /* height: 61px; */
    height: 110px;
}

@media(min-width:575px) and (max-width:1199px){
    #mb-navbar{z-index: 1031 !important;}
}

.mb-search-btn-block i {
    font-size: 1.2em;
    color: #DFA326;
    z-index: 1;
}

.mb-search-form .form-section {
    width: calc(100% - 50px);
}

.mb-search-form-view-close-btn i {
    font-size: 2em;
}

.auth-account-dropdown-btn i:last-child {
    font-size: 1em;
}





/*adjust dropdown to appear on hover instead of neccessitating a click */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/*hide the default dropdown toggle carret */
.dropdown-toggle::after {
    display: none;
}

/*search bar */
.search-block {
    background-color: transparent;
}

.search-block:hover,
.search-block:focus {
    outline: none !important;
    background-color: #DFA326;
}

/* Change the icon color when the parent search block is hovered or focused */
.dp-search-block:hover .dp-search-submit-btn i,
.dp-search-block:focus-within .dp-search-submit-btn i {
    color: black !important;
    /* Change this to your desired hover color */
    transition: color 0.3s ease;
    /* Smooth transition for better UX */
}

.search-submit-btn,
#dp-search-submit-btn {
    background-color: transparent !important;
}

.dp-search-submit-btn {
    transform: translate(-40px, -1px) !important;
    z-index: 6 !important;
}

.dp-search-submit-btn i {
    color: #DFA326;
}

.search-block::placeholder {
    color: #DFA326 !important;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="search"]::-moz-search-cancel-button {
    display: none;
}

/* country block */
.country-block p {
    font-size: 0.8em;
}

.countries-modal-dialog .modal-header {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.countries-modal-dialog .modal-header .modal-title {
    font-size: 1em;
}

.countries-modal-dialog .modal-body {
    padding: 5px 0 !important;
    margin: 0 !important;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.countries-modal-dialog .modal-body {
    color: rgba(0, 0, 0, .8);
    margin: 5px 10px;
}

.countries_form .countrycheckbox:last-child {
    border-bottom: none;
}

.countrycheckbox {
    cursor: pointer !important;
}

.btn-close-modal {
    font-size: 1.5em;
}

.modal-body small {
    font-size: 0.8em;
}

.countrycheckbox {
    width: 100%;
    height: auto;
    padding: 15px 5px;
    margin-right: 5px !important;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.countries_form .countrycheckbox:last-child {
    border-bottom: none;
}

.countrycheckboxinput {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    z-index: 999 !important;
    opacity: 0;
}

.checkbox_text_section {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    color: rgba(0, 0, 0, .8);
}

.countries_form .countrycheckbox:last-child {
    border-bottom: none;
}

.country-block i:last-child {
    color: #fff;
}

/* mobile country display box */
#mb-country-dp i {
    color: #fff !important;
}

/* xl & beyond search section */
.dp-search-block-section {
    max-width: 400px;
}

.dp-auth-account-block i {
    margin-left: 2px;
    font-size: 1em !important;
}


/* social share section */
i.fa.fa-twitter.jssocials-share-logo:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('https://verity.live/front/assets/img/x-share-icon-logo-letter-tr.png');
    background-size: cover
}


/* Leave Feedback Form classes --*/
.sm-form-control:focus,
.sm-form-control:hover {
    background-color: #DFA326;
    transition: 0.3s ease;
}


/*-- Livestreams page: channel display section --*/
.border-line-div {
    border-bottom: 1px solid #4D391E !important;
}

.channel-details-overlay,
.program-lineup-overlay-1 {
    background-image: linear-gradient(267deg, #00000000, #192133e3, #192133) !important;
    background-image: -moz-linear-gradient(267deg, #00000000, #192133e3, #192133) !important;
    background-image: -webkit-linear-gradient(267deg, #00000000, #192133e3, #192133) !important;
    border-radius: 10px;
    opacity: 0;
    transition: 0.2s ease;
}

.channel-details-overlay:hover,
.program-lineup-overlay-1:hover {
    opacity: 1;
}

.program-lineup-overlay-1 {
    opacity: 0;
    border-radius: 0 !important;
}

.live-broadcast-related-videos-section-video-container:hover .program-lineup-overlay-1 {
    opacity: 1;
}


.active-display-channel-item {
    box-shadow: 0 4px 11px rgba(36, 186, 239, .35);
    box-shadow: 0 0 15px 5px #dfa326;
}

/*-- Livestreams page: channel display section --*/

/*-- Livestreams page: video display section --*/
.lst-video-placement-container,
.lst-video-placement-container video,
.upcoming-video-live-video {
    width: 100% !important;
    /* height: 720px !important; */
    min-height:720px !important;
    height:100% !important;
}

.home-link img{
    width:50px;
    height:50px;
}

@media screen and (orientation: landscape) and (min-width: 992px) {

    .lst-video-placement-container video,
    .upcoming-video-live-video {
        object-fit: fill !important;
    }
}


.vjs-poster {
    background-size: cover !important;
    background-position: center !important;
}


.btn-primary[href]:hover,
.btn-primary[href]:focus,
.btn-primary[href]:active,
.btn-primary[type]:hover,
.btn-primary[type]:focus,
.btn-primary[type]:active {
    box-shadow: 0 4px 11px rgba(36, 186, 239, .35);
}

.btn-warning:not(label.btn),
.btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled),
.btn-warning:not([href]),
.btn-warning:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: #f5ca99;
    border-color: #f5ca99
}

.btn-warning:hover {
    background-color: #f5ca99;
    border-color: #f5ca99
}

.border-g-1200-op {
    border-color: rgba(247, 246, 246, .2) !important
}

.featured_img {
    cursor: pointer;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: ease all 1s;
    border-radius: 5px;
}


.height-150 {
    height: 150px;
}

.img-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(267deg, #00000000, #192133b8, #192133);
    background-image: -moz-linear-gradient(267deg, #00000000, #192133b8, #192133);
    background-image: -webkit-linear-gradient(267deg, #00000000, #192133b8, #192133);
    transition: opacity .25s ease-in, bottom .25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    opacity: 0;
}

.img-container img {
    border-radius: 5px;
    transition: 0.25s filter linear;
    -webkit-transition: 0.25s filter linear;
    -moz-transition: 0.25s filter linear;
    -o-transition: 0.25s filter linear;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}

.img-container:hover {
    /* transform: scale(1.30); */
    transition: ease all 1s;
    z-index: 1 !Important;
}

.img-container:hover .overlay {
    opacity: 1;
    transition: ease all 1s;
}

.featured_img:hover .overlay-1 {
    opacity: 1;
}

.top-63 {
    top: 70%;
}

.text.top-74 {
    top: 80%;
}

.text {
    color: white;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 90%;
}

/*-- Livestreams page: video display section --*/


/*-- Livestreams main page: video details display section --*/
.cs-video-title{
    color: #DFA326;
}

.cs-video-sub-title{
    font-size:0.9em !Important;
}
/*-- Livestreams main page: video details display section --*/

/*-- footer section --*/
@media(max-width: 575px) {
    .socialsharelinkssect {
        width: 100% !important;
        justify-content: center !important;
        /*border:1px solid red; */
    }

    .footer-bt-block-dp-b {
        display: none !important;
    }

    .footer-btn-block-mb-a {
        display: flex !important;
    }
}

@media(min-width: 576px) {

    .cs-video-title{
        font-size:20px !important;
        padding:0 !important;
        margin:0 8px 0 0 !important;
    }

    .cs-video-sub-title{
        font-size:12px !important;
        padding:0 !important;
        margin:8px 8px 0 0 !important;
    }
}

@media(min-width: 992px) {
    .footer-bt-block-dp {
        justify-content: space-between;
    }

    .footer-bt-block-dp-a {
        width: 30%;
    }

    .footer-bt-block-dp-b {
        display: flex !important;
        width: 30%;
    }

    .footer-bt-block-dp-c {
        width: 30%;
        justify-content: flex-end;
    }

    .footer-btn-block-mb-a {
        display: none !important;
    }

}

.border-r-cs {
    border-right: 1px solid #949cb07a !important;
}

.cs-text-s {
    font-size: 14px !important;
}

.cs-text-s-two {
    font-size: 12px !important;
}



/* responsive classes */
/* xs - sm  devices */
@media screen and (max-width:576px) {
    body {
        padding-top: 110px;
    }

    nav {
        border-bottom: 1px solid #161B22;
    }

    .nav-item .nav-link {
        font-size: 12px !important;
    }

    .navbar-brand {
        max-width: 120px;
        z-index: 0;
    }

    .mn-navbar-toggler {
        z-index: 2;
    }

    #mb-country-dp {
        font-size: 0.8em;
    }

    .mb-account-dropdown .account-dropdown-btn i {
        font-size: 1.7em;
    }

    .mb-search-btn-block i {
        font-size: 1.2em;
        color: #DFA326;
    }

    .search-submit-btn i{
        color : #DFA326;
    }

    #mb-btn-search-icon{
        color: #DFA326;
    }
  /* Change the icon color when the parent search block is hovered or focused */
    .search-block:focus ~ button i{
        color: black !important;
        transition: color 0.3s ease;
    }

    .search-submit-btn i{
        color: #DFA326;
    }

    /*mobile close overlay */
    .mb-nav-close-overlay {
        width: 100%;
        height: 100vh;
        z-index: 1000;
        background-color: transparent;
    }

    /*search block close overlay */
    .mb-search-block-close-overlay {
        width: 100%;
        height: 100vh;
        z-index: 1000;
        background-color: transparent;
    }

    /*search form view */
    .mb-search-form-view-close-btn i {
        font-size: 1.7em;
    }

    .mb-search-form .form-section {
        width: calc(100% - 50px);
    }

    /*-- Livestreams page: channel display section --*/
    .channel-heading {
        font-size: 16px !important;
    }

    .channel-display-container {
        width: clamp(50px, 14vw, 120px);
        height: clamp(50px, 14vw, 120px);
        aspect-ratio: 1/1;
        border-radius: 50%;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .channel-display-container img {
        width:100%;
        height: 100% !important;
        border-radius: inherit !important;
    }

    .channel-details-overlay {
        width:100%;
        height: 100% !important;
        border-radius: inherit !important;
        overflow: hidden;
        font-size: 0.6em !important;
        border:1px solid white;
        padding-left: 0;
        padding-right: 0;
    }

    .channel-details-container{
        justify-content: center;
        font-size:0.6em !important;
    }

    .channel-details-container i{
        display:none;
    }

    /*-- Livestreams page: channel display section --*/

    /*-- Livestreams page: video display section --*/
    .lst-video-placement-container,
    .lst-video-placement-container video,
    .upcoming-video-live-video {
        width: 100% !important;
        min-height: 30vh !important;
        height:100% !important;
    }

    video:fullscreen {
        border:1px solid #ccc !Important;
    }

    .ls-likeiconbtn-btn, .ls-dislikeicon-btn{
        width:30px;
        height:30px;
        border-radius: 50%;
        background-color:transparent !important;
        border:2px solid #fff;
    }

    .ls-dislikeicon-btn{
        transform: rotate(180deg);
    }

    .sm_ls_share_section{
        width:50px;
        height:50px;
        border-radius: 50%;
        border:1px solid #DFA326 !important;
        background-color: rgb(0, 15, 30) !important;
        overflow: hidden !important;
    }

    .sm_ls_share_section img{
        width:50px;
        height:auto;
    }
    /*-- Livestreams page: video display section --*/
}


/* sm - md devices */
@media screen and (min-width:577px) and (max-width:767px) {

    body {
        padding-top: 100px;
    }

    /* social share section */
    .social-share-icon-btn {
        width: 90px;
        height: 90px;
    }

    /*-- Livestreams page: channel display section --*/
    .channel-heading {
        font-size: 16px !important;
    }

    .channel-display-container {
        height: 40px !important;
        border-radius: 10px !important;
    }

    .channel-display-container picture, .channel-display-container picture img{
        border-radius: inherit !important;
    }

    .channel-display-container img {
        height: 40px !important;
        border-radius: inherit;
    }


    .channel-details-overlay {
        height: 40px !important;
        border-radius: 0 !important;
    }

    /*-- Livestreams page: channel display section --*/

    /*-- Livestreams page: video display section --*/
    .lst-video-placement-container,
    .lst-video-placement-container video,
    .upcoming-video-live-video {
        width: 100% !important;
        min-height: 40vh !important;
        height:100% !important;
        border-radius:5px;
    }

    .ls-likeiconbtn-btn, .ls-dislikeicon-btn{
        width:30px;
        height:30px;
        border-radius: 50%;
        border:2px solid #fff;
    }

    .sm_ls_share_section{
        width:50px;
        height:50px;
        border-radius: 50%;
        border:1px solid #DFA326 !important;
        background-color: rgb(0, 15, 30) !important;
        overflow: hidden !important;
    }

    .sm_ls_share_section img{
        width:50px;
        height:auto;
    }
    /*-- Livestreams page: video display section --*/
}

/* md - lg devices */
@media screen and (min-width:767px) and (max-width:1200px) {
    body {
        padding-top: 100px;
    }

    /*-- Livestreams page: channel display section --*/
    .channel-heading {
        font-size: 16px !important;
    }

    .channel-display-container {
        height: 60px !important;
        border-radius: 10px !important;
    }

    .channel-display-container picture, .channel-display-container picture img{
        border-radius: inherit !important;
    }

    .channel-display-container img {
        height: 60px !important;
        border-radius: 0 !important;
    }

    .channel-details-overlay {
        height: 60px !important;
        border-radius: 0 !important;
    }

    /*-- Livestreams page: channel display section --*/

     /*-- Livestreams page: video display section --*/
     .lst-video-placement-container,
     .lst-video-placement-container video,
     .upcoming-video-live-video{
         width: 100% !important;
         min-height: 40vh !important;
         height:100% !Important;
         max-height:720px !important;
         border-radius:5px;
     }

     .vjs-poster {
        background-size: cover !important;
        background-position: center !important;
    }

     .ls-likeiconbtn-btn, .ls-dislikeicon-btn{
         width:30px;
         height:30px;
         border-radius: 50%;
         border:2px solid #fff;
     }

    .sm_ls_share_section{
        width:70px;
        height:70px;
        border-radius: 50%;
        border:1px solid #DFA326 !important;
        background-color: rgb(0, 15, 30) !important;
        overflow: hidden !important;
    }

    .sm_ls_share_section img{
        width:70px;
        height:auto;
    }
     /*-- Livestreams page: video display section --*/

}


/* lg - xl devices */
@media screen and (min-width:769px) and (max-width:991px) and (orientation: landscape) {
    body {
        padding-top: 100px;
    }

     /*-- Livestreams page: video display section --*/

     .upcoming-video-live-video{
         width: 100% !important;
         min-height:720px !important;
         height: 100% !important;
         max-height:720px !important;
         border-radius:5px;
     }
}
@media screen and (min-width:992px) and (max-width:1200px) and (orientation: landscape) {
    body {
        padding-top: 100px;
    }

     /*-- Livestreams page: video display section --*/
     .lst-video-placement-container,
     .lst-video-placement-container video,
     .upcoming-video-live-video{
         width: 100% !important;
         min-height:720px !important;
         height: 100% !important;
         max-height:720px !important;
         border-radius:5px;
     }
}
@media screen and (min-width:992px) and (max-width:1200px) and (orientation: portrait) {
    body {
        padding-top: 100px;
    }

     /*-- Livestreams page: video display section --*/
     .lst-video-placement-container,
     .lst-video-placement-container video,
     .upcoming-video-live-video, #my-video{
         width: 100% !important;
         min-height: 720px !important;
         height:100% !important;
         max-height: 720px !important;
         border-radius:5px;
     }
}

@media screen and (min-width:1200px) {

    /* transparent navbar scroll effect */
    nav {
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .navbar-brand {
        max-width: 120px;
        z-index: 0;
    }

    .navbar-brand img {

        z-index: 0 !important;
    }

    .nav-item {
        font-size: 14px !important;
    }

    .search-block {
        width: 80px !important;
        max-width: 340px !important;
    }

    .cs-tr {
        background-color: transparent;
        box-shadow: none !important;
    }

    .dp-navbar.scrolled {
        background: rgb(0, 15, 30);
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    }

    /*-- Livestreams page: channel display section --*/
    .channel-heading {
        font-size: 20px !important;
    }

    .channel-display-container {
        height: 90px !important;
        border-radius: 10px !important;
    }

    .channel-display-container picture, .channel-display-container picture img{
        border-radius: inherit !important;
    }

    .channel-display-container img {
        border-radius: inherit !important;
    }

    .channel-details-overlay {
        height: 90px !important;
    }

    .ls-likeiconbtn-btn, .ls-dislikeicon-btn{
        width:30px;
        height:30px;
        border-radius: 50%;
        background-color:transparent !important;
        border:2px solid #fff;
    }

    .ls-dislikeicon-btn{
        transform: rotate(180deg);
    }

    .sm_ls_share_section{
        width:70px;
        height:70px;
        border-radius: 50%;
        border:1px solid #DFA326 !important;
        background-color: rgb(0, 15, 30) !important;
        overflow: hidden !important;
    }

    .sm_ls_share_section img{
        width:70px;
        height:auto;
    }
    /*-- Livestreams page: channel display section --*/
}
