:root {
    --liveday-bg-1: #fff;
    --liveday-bg-2: #f5f5f5;
    --liveday-brd-1: #DADAD9;
    --liveday-clr-1: #9D9D9D;
    --liveday-clr-2: #305F81;
    --liveday-clr-3: #4A4A4A;
    --liveday-clr-4: #000;
    --liveday-dis-1: flex;
    --liveday-dis-2: none;
    --vj-scrl-thumb:#ddd;
}

:root .day_night {
    --liveday-brd-1: #404040;
    --liveday-clr-4: #aaa;
    --liveday-bg-1: #272727;
    --liveday-bg-2: #303030;
    --liveday-clr-3: #e2e2e2;
    --vj-scrl-thumb: #404040;
}

@media(prefers-color-scheme: dark) {
    :root {
        --liveday-brd-1: #404040;
        --liveday-clr-4: #aaa;
        --liveday-bg-1: #272727;
        --liveday-bg-2: #303030;
        --liveday-clr-3: #e2e2e2;
        --vj-scrl-thumb: #404040;
    }

    :root .day_night {
        --liveday-brd-1: #DADAD9;
        --liveday-clr-4: #000;
        --liveday-bg-1: #272727;
        --liveday-bg-2: #f5f5f5;
        --liveday-clr-3: #4A4A4A;
        --vj-scrl-thumb: #404040;
    }
}

.LiDy-Tphead_wrp {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.LiDy-Tphead_inr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LiDy-Tphead_ttl {
    font-family: var(--ff-five);
    font-size: 40px;
    line-height: 45px;
    color: var(--vj-cl-dr);
    text-align: center;
    margin: 0;
    padding: 0;
}

.LiDy-Tphead_ttl a {
    color: var(--vj-cl-dr);
    text-decoration: none;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pr-0 {
    padding-right: 0;
}

.elc-liv-1 .tp-ttl1,
.elc-liv-1 .tp-ttl2,
.tp-ttl2 {
    margin-bottom: 7px;
    font-size: 26px;
    font-weight: 900;
    line-height: 23px;
}

.LiDy-watch_dot {
    display: block;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D8635F;
    margin-right: 5px;
}

.LiDy-watch_dot:after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-animation: circle-pulse 2s infinite;
    animation: circle-pulse 2s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #D8635F;
    box-shadow: 0 0 0 0 #D8635F;
}

@keyframes circle-pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(216, 99, 95, 0.9);
        box-shadow: 0 0 0 0 rgba(216, 99, 95, 0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 8px rgba(77, 170, 87, 0);
        box-shadow: 0 0 0 8px rgba(77, 170, 87, 0);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(77, 170, 87, 0);
        box-shadow: 0 0 0 0 rgba(77, 170, 87, 0);
    }
}

.LiDy-comm_wrp {
    width: 100%;
    position: relative;
}

.LiDy-comm_tpWrp {
    width: 100%;
}

.LiDy-comm_btmWrp {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.LiDy-zoom_wrp {
    width: 100%;
    position: relative;
}

.LiDy-plyr_wrp {
    width: 100%;
    position: relative;
}

.LiDy-plyr_embd {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    /* padding-top: 56.25%;
    padding-top: 75%; */
    padding-top: 66.67%;
}



#vidplayer {
    isolation: isolate;
}

.LiDy-plyr_embd img,
.LiDy-plyr_embd video,
.LiDy-plyr_embd #videoContainer {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.LiDy-plyr_txt {
    width: 100%;
    float: left;
    font-family: var(--ff-one);
    font-size: 12px;
    line-height: 14px;
    color: var(--liveday-clr-1);
    margin: 10px 0;
}

.LiDy-plyr_txtLnk {
    color: var(--liveday-clr-2);
    text-decoration: underline;
}

.LiDy-plyr_head {
    float: left;
    width: 100%;
    border-top: solid 1px var(--liveday-brd-1);
}

.LiDy-plyr_ttl {
    font-family: var(--ff-one);
    font-size: 18px;
    line-height: 22px;
    color: var(--vj-cl-dr);
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}



.LiDy-wid_wrp {
    width: 100%;
    position: relative;
    background-color: var(--liveday-bg-1);
    border: solid 1px var(--liveday-brd-1);
    padding: 10px;
    clear: left;
    border-radius: 5px;
    overflow: hidden;
    height: 392px;
}

/*----NewsRoom Widget---------*/
:root{
    --vj-cl-bg4: #ffffff;

}
:root .day_night {
    --vj-cl-bg4: #272727;
}

@media (prefers-color-scheme:dark) {
    :root {
        --vj-cl-bg4: #272727;
    }
}
.LiDy-frmNws_wrp .elect-nroom_wrp {
	box-shadow: none;
	border: none;
	padding: 10px;
	height: 392px;
}
.elect-nroom_wrp {
    background: var(--vj-cl-bg4);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px;
    border: 1px solid var(--vj-cl-rg3);
    display: inline-block;
    width: 100%;
    padding: 5px;
    height: 445px;
    overflow-x: hidden;
    overflow-y: auto;
}
@-moz-document url-prefix() {
    .elect-nroom_wrp {
        scrollbar-color: var(--vj-scrl-thumb) var(--vj-scrl-track);
        scrollbar-width: thin
    }
}

.elect-nroom_wrp::-webkit-scrollbar-track {
    border-radius: 10px;
    display: block;
}

.elect-nroom_wrp::-webkit-scrollbar {
    width: 5px;
    display: block;
}

.elect-nroom_wrp::-webkit-scrollbar-thumb {
    display: block;
    border-radius: 10px;
    background-color: var(--vj-scrl-thumb);
}
.brd-0 {
    border: none;
}
.mt-30 {
    margin-top: 30px;
}

.LiDy-wid_wrp .__dtype-donut {
    min-height: 370px;
}

.LiDy-wid_wrp .__map-compare {
    min-height: 335px;
}

.LiDy-plyr_txt {
  width: 100%;
  float: left;
  font-family: var(--ff-one);
  font-size: 12px;
  line-height: 14px;
  color: var(--liveday-clr-1);
  margin: 10px 0;
}
.LiDy-plyr_txtLnk {
  color: var(--liveday-clr-2);
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {

    .LiDy-wid_wrp{
        height:auto;
    }
     
    .LiDy-frmNws_wrp .elect-nroom_wrp{
        height: 568px;
    }
    .elc-liv-1 .tp-ttl1 {
        margin-top: 20px;
    }
    .elc-nwsrm .tp-ttl1 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}
