p.sub_msg {
    color: white;
    font-size: 18px;
    margin: 0px;
}
.loader-spinner {
  display: inline-block;
  width: 28px;
  height: 28px!important;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s ease-in-out infinite;
  margin: 10px auto;
}

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

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
}
#loading-image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.tradingview-widget-container {
    width: 100% !important;
    min-width: 100% !important;
}

.tradingview-widget-container iframe {
    width: 100% !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    display: inline-block;
    clear: both;
    overflow: hidden;
    margin-top: 12px;
}
.border_none
{
    border: none;
}
.alert {
    overflow: hidden;
}
.RegErrors ul {
    margin: 0px;
}

.marque_slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.tradingview-widget-container {
    width: 100% !important;
}

.tradingview-widget-container__widget {
    width: 100% !important;
}

#loading_img{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    background-color: Black;
    filter: blur();
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_centere {
    font-size: 2rem;
    color: cornflowerblue;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.footer-area.bg-black.pd-top-60 {
   padding-bottom: 140px;
}
#backToTop {
   position: fixed;
   bottom: 100px;
}
.graph_sec_new {
   float: left;
   width: 100%;
   border: 1px solid #00aeef;
   padding: 20px;
}

.graph_sec_new_left {
   float: left;
   width: 35%;
   border-right: 1px solid #00aeef;
   padding-right: 20px;
}

.graph_sec_new_right {
   float: left;
   width: 65%;
   padding-left: 20px;
}

.graph_sec_new_right .video-item {
   float: left;
   width: 25%;
   padding: 6px;
}

.graph_sec_new_right .video-item h4 {
   font-size: 16px;
   font-weight: 500;
   float: left;
   width: 100%;
   margin-top: -10px;
}
.graph_sec_new_right .video-item iframe{

}

.graph_sec_new_right #tv_chart_container {
   float: left;
   width: 100%;
   padding: 6px;
}
#tv_chart_container div{
   /*height: 300px !important;*/
}

.video-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   justify-content: center;
}
.video-item {
   flex: 1 1 10%;
   min-width: 200px;
}
iframe {
   width: 100%;
   /*height: 150px;*/
   border: none;
}
.drivn_mrkt.watch-label {
    font-weight: bold;
    color: #ffe600;
    cursor: pointer;
}
#status-label {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background: #f5f5f5;
    border-left: 4px solid #333;
    margin-top: 8px;
    color: black;
}
.mb-30
{
    margin-bottom: 30px;
}

.sell select{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    background: #525355;
    color: white;
}

.chann_ske
{
    padding: 30px;
    margin-top: 60px;
}

.novfound
{
    color: white;
}
.video-thumb {
    width: 58%;
}


/* Show "Read More" by default, switch to "Close" when active */
.toggle-button .read_remove { display: none; }
.toggle-button.active .read_mor { display: none; }
.toggle-button.active .read_remove { display: inline; }

span.tble_spn {
    font-weight: bold;
    color: #00aeef;
    font-size: 20px;
    clear: both;
    margin-right: 10px;
}
.sub_title_ae {
    color: #00aeef;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -20px;
}
.tgle_readmore 
{
    position: relative;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

.tgle_readmore  span.read_mor
{
    top: 15px;
    position: relative;
    font-weight: 300;
}

.tips_sub {
    margin-bottom: 0px;
    margin-top: -10px;
}

.dem_snp {
    padding: 0px;
    margin-bottom: 0px;
}
.ictv_pos
{
    color: rgb(0, 174, 239);
    font-weight: bold;
    display: block;
    margin-top: 12px;
}
.active_channel{
    
}

.nice-select .list{
    color: black;
}