@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
    color: #191F33;
}

.bordered-bottom{
    border-bottom: 2px solid #e0e0e0;
}

.small-text{
    font-size: 11px;
}

.heading-small{
    font-weight: 800;
    font-size: 19px;
}

#chart{
    width: 100%;
    min-width: 300px;
    height: 150px;	
}

.btn-primary{
    background-color: #07a4ff;
}
.btn-info-light{
    font-size: 18px;
    font-weight: 500;
    color: #191F33;
    background-color: #D6E4FF;
    padding-top: 14px;
    padding-bottom: 14px;
}

.small-flag{
    width: 15px;
}
.very-small-flag{
    width: 12px;
}

.only-right-border{
    border-right: 1px solid #d4d6df;
}

.small-heading{
    font-size: 16px;
    font-weight: 800;
}
.very-small-heading{
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
}

.market-tab{
    min-height: 185px;
    overflow-y: auto;
}
.market-data tr{
    font-size: 12px;
    border: 1px solid #d4d6df;
    width: 25%;
}
.market-data td{
    padding: 2px 4px;
}
.market-data td:nth-child(even){
    border-right: 1px solid #d4d6df;
    text-align: right;
    width: 15%;
}

.commodity-data{
    font-size: 12px;
    font-weight: 700;
}

.semi-dark-background{
    background-color: #F5F7FA;
}
.light-blue-background{
    background-color: #D6E4FF;
}
.right-bordered{
    border-right: 2px solid #cccccc;
}
.quoted-background{
    background-image: url('../images/q.png');
    background-repeat: no-repeat;
}

.col1-background{
    background-image: url(../images/back-col1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.col2-background{
    background-image: url(../images/back-col2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.col3-background{
    background-image: url(../images/back-col3.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.col4-background{
    background-image: url(../images/back-col4.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.currency .flag{
    width: 30px;
}
.currency .flag:nth-child(2){
    margin-left: -20px;
    width: 33px;
}
.currency .conversion{
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px;
}
.currency .rate{
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    padding-top: 4px;
}

.sports .tournament-name{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.sports .match-details{
    font-size: 12px;
}
.sports .flag{
    width: 30px;
    display: block;
    clear: both;
    margin: 0 auto;
}
.sports .team{
    font-size: 12px;
}
.sports .team span{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.sports .score{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    padding-top: 4px;
}
.sports .score span{
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.sports .result{
    color: #E52534;
    font-size: 13px;
    font-weight: 800;
    border-bottom:1px solid #ddd ;
    margin-bottom: 15px;
}
.sports .vs span{
    font-size: 12px;
    background-color: #FFC60C;
    border-radius: 50%;
    padding: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #E52534;
}

.market-tabs .nav-link{
    border-radius: 20px;
    font-size: 10px;
    padding: 5px 6px;
    border: 1px solid #07a4ff;
    margin-right: 3px;
    color: #000;
    font-weight: 600;
}
.market-tabs .nav-link.active{
    background-color: #07a4ff;
}

.weather .city{
    font-size: 12px;
    font-weight: 600;
}
.weather .humidity{
    font-size: 14px;
    font-weight: 800;
}
.weather .temp{
    font-size: 28px;
    font-weight: bold;
}
.weather .temp > span{
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 0;
}

.link-row{
    display: block;
    clear: both;
}
.link-row a{
    display: block;
    float: left;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
}
.link-row a:hover{
    color: #07a4ff;
}
.link-row .icon-big{
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
    font-size: 20px;
}
.link-row address{
    display: block;
    float: left;
    width: 90%;
}

.team-member img{
    border-radius: 50%;
    margin: 0 auto;
}
.team-member h5{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.team-member p{
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.blog-article-link{
    padding-bottom: 20px;
    margin-right: 5px;
    border-bottom: 1px solid #757b8f;
    border-radius: 5px 5px 0 0;
}
.blog-article-link:hover{
    background-color: #f5fbff;
}
.blog-article-link:hover .heading{
    color: #07a4ff;
}

.blog-article-link .meta-info{
    color: #757b8f;
    font-size: 14px;
}
.blog-article-link .heading{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-top: 15px;
    color: #000;
}

.cta-event{
    background-image: url('../images/CreateEventCTA.png');
    background-position: left;
    background-size: cover;
    color: #fff;
}
.cta-event h3{
    font-size: 28px;
    font-weight: 600;
}
.btn-create{
    background-color: #34A0FD !important;
}

.contact-form label{
    font-size: 14px;
}
.contact-social{
    margin-top: 170px;
}
.contact-social a{
    color: #000;
    text-decoration: none;
    font-size: 24px;
}

.nav-tabs li a {
    color: #000;
}
.nav-tabs li .nav-link.active{
    color: #34A0FD;
    font-weight: 600;
    border: none;
    border-bottom: 4px solid #34A0FD;
}

.bordered-block{
    border: 1px solid #bebfc5;
    border-radius: 10px;
}

.btn-share{
    text-decoration: none;
    color: #34A0FD !important;
    border: 1px solid #34A0FD;
    padding: 6px;
    border-radius: 5px;
    white-space:nowrap;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    font-weight: 500;
}
.btn-share:hover{
    color: #fff !important;
    background-color: #34A0FD;
}

.product-price{
    color: #FF4F4F;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}
.product-offer{
    font-size: 16px;
    font-weight: bold;
}

.contact-block h3{
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
}
.contact-block a, .contact-block p{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    margin: 0;
}
.contact-block a:hover{
    color: #07a4ff;
}

.top-logo{
    height: 40px;
}
.top-nav{
    z-index: 100;
}
.top-nav .nav-link{
    font-size: 16px;
    font-weight: 400;
}
.top-nav .nav-link.active{
    color: #34A0FD;
}

.header-block{
    min-height: 250px;
    background-position: top right;
    background-size: cover;
}
.header-block.ads{
    background-image: url('../images/background_wide.png');
}
.header-block.ad-category{
    background-image: url('../images/background_wide.png');
}
.header-block.events{
    background-image: url('../images/Background_event.png');
}
.header-block.blogs{
    background-image: url('../images/Background_blogs.png');
}
.header-block.aboutus{
    background-image: url('../images/Background_about.png');
}
.header-block.terms{
    background-image: url('../images/Background_terms.png');
}
.header-block.privacy{
    background-image: url('../images/Background_privacy.png');
}
.header-block.contact{
    background-image: url('../images/Background_contact.png');
}
.header-block h1, .sub-header h1{
    font-size: 32px;
    font-weight: 800;
}
.header-block p, .sub-header p{
    color: #464D61;
}

.bg-light-gray{
    background-color: #F5F7FA;
}

.body-part h2{
    font-size: 24px;
    font-weight: bold;
}
.body-part hr{
    color: #000;
    border: 2px solid #000000;
    width: 80px;
    opacity: 1;
    margin-top: 0;
}

.mid-card{
    box-shadow: 0 12px 80px rgba(0, 26, 102, 10%);
    padding: 30px;
    margin-top: 20px;
}
.mid-card.step{
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 30px;
}
.mid-card.step.one{
    background-image: url('../images/01.png');
}
.mid-card.step.two{
    background-image: url('../images/02.png');
}
.mid-card.step.three{
    background-image: url('../images/03.png');
}
.mid-card h3{
    font-size: 24px;
    font-weight: bold;
}
.mid-card .card-icon{
    margin-top: 10px;
    margin-bottom: 20px;
}

.small-card{
    text-align: center;
    padding: 10px 0 20px 0;
    border-radius: 10px;
    transition: all 1s ease;
}
.small-card:hover{
    background-color: #fff;
    box-shadow: 0 12px 80px rgba(0, 26, 102, 10%);
}
.small-card .the-icon{
    width: 80px;
    height: 80px;
    padding-top: 14px;
    margin: 20px auto;
    border-radius: 50px;
    background-color: #fff;
    font-size: 34px;
    transition: all 1s ease;
}
.small-card:hover .the-icon{
    background-color: #000000;
    color: #fff;
}
.small-card h3{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.small-card .stat{
    font-size: 16px;
    color: #636A80;
    margin-bottom: 0;
}
.small-card:hover .stat{
    display: none;
}
.small-card .link{
    display: none;
    color: #34A0FD;
    font-size: 16px;
    margin-bottom: 0;
}
.small-card:hover .link{
    display: block;
}

.picture-card{
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 34, 51, 7%);
    margin-top: 20px;
    overflow: hidden !important;
    transition: all 0.6s;
}
.picture-card:hover{
    box-shadow: 0 12px 40px rgba(129, 129, 129, 0.7);
}
.picture-card a{
    text-decoration: none;
}
.picture-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}
.picture-card .card-info{
    border-left: 3px solid #34A0FD;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.picture-card .category{
    color: #757b8f;
    font-size: 14px;
}
.picture-card hr{
    border: none !important;
    border-top: 1px solid #a4a6aa !important;
    width: 100% !important;
}
.picture-card h3{
    font-size: 16px;
    font-weight: bold;
    color: #191F33;
}
.entry-contentSchedule ul{
    list-style: none;
    padding: 0px;
}
.picture-card p{
    font-size: 14px;
    color: #191F33;
}
.entry-contentSchedule ul li h6{
    font-size: 14px;
    color: #191F33;
    margin-top: 10px;
}
.picture-card .location{
    font-size: 14px;
    color: #757b8f;
}
.picture-card .price{
    color: #FF4F4F;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.wide-blog-card .cover img{
    width: 100%;
    object-fit: cover;
    height: 214px;
    border-radius: 8px;
}
.wide-blog-card .cover .cover-label{
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    color: #bebfc5;
    font-size: 12px;
    border-radius: 0 0 8px 8px;
    position: relative;
    margin-top: -34px;
}
.wide-blog-card h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.event-card{
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 12px 40px rgba(0, 34, 51, 10%);
    margin-top: 20px;
    min-height: 480px;
}
.event-card .event-card-image{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.event-card .event-cat{
    position: absolute;
    margin-top: -38px;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
}
.event-btn-on-slide{
    background-color: #fff;
    padding: 10px 13px;
    border-radius: 40px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: #000;
}
.event-card .event-interest-btn{
    position: absolute;
    background-color: #fff;
    padding: 10px 13px;
    border-radius: 40px;
    margin-left: -49px;
    margin-top: 4px;
    color: #000;
}
.event-card .event-date-info{
    font-size: 18px;
    color: #2D2C3C;
    font-weight: bold;
    text-align: center;
}
.event-card .event-date-info span{
    color: #34A0FD;
    font-weight: bold;
}
.event-card .event-info h4 a{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.event-card .event-info h4 a:hover{
    color: #07a4ff;
}
.event-card .event-info .event-short-details{
    font-size: 16px;
    font-weight: 500;
    color: #5A5A5A;
}
.event-card .event-time{
    color: #5A5A5A;
    font-size: 16px;
}
.event-card .event-ticket-info{
    color: #a4a6aa;
}

.image-only-ad{
    text-decoration: none;
}
.image-only-ad img{
    border-radius: 8px;
    width: 100%;
    margin-bottom: 16px;
}

.image-block img{
    border-radius: 10px;
}
.image-block .tag{
    position: absolute;
    background-color: #0bc524;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px 0 10px 0;
}

.social-block p{
    padding-left: 25%;
    padding-right: 25%;
}
.social-block a{
    font-size: 20px !important;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
}

.slider-gradient{
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
    border-radius: 10px;
    bottom: 0;
    width: 100%;
}
.blog-label{
    position: absolute;
    width: 80%;
    bottom: 0;
    margin-top: 100px;
}
.blog-label h1{
    font-size: 32px;   
}


.blog-body blockquote{
    font-size: 32px;
    background-image: url('../images/quote.png');
    background-position: left 30%;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-body h2{
    font-size: 32;
    font-weight: 400;
    margin-top: 30px;
}

.upper-footer{
    background-color: #323035;
    color: #FFFFFF;
}
.upper-footer h2{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
.upper-footer ul li a, .upper-footer .info-contact a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}
.upper-footer ul li a:hover, .upper-footer .info-contact a:hover{
    color: #07a4ff;
}
.upper-footer .info-contact{
    font-size: 16px;
    font-weight: 200;
    margin-top: 10px;
}

.lower-footer{
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 50px;
}
select.selectpicker{
    background-color: #000000 !important;
}

.side-menu .list-group-item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.side-menu .list-group-item span{
    float: right;
}
.side-menu .list-group-item a{
    color: #464D61;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.side-menu .list-group-item a:hover{
    color: #07a4ff;
}
.side-menu .list-group-item.active{
    background-color: #e4e4e4;
    border: none;
}
.side-menu .list-group-item.active span{
    color: #464D61;
}

.thin-small-text{
    font-size: 14px;
    font-weight: 400;
    color: #757b8f;
}

.useful-links li{
    padding-left: 5px;
    padding-top: 15PX;
}
.useful-links li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.useful-links li a:hover{
    color: #07a4ff;
}
.useful-links li a img{
    width: 24px;
    margin-right: 6px;
}

.home-head h4{
    font-size: 18px;
    font-weight: bold;
}
.home-head h4>hr{
    color: #000;
    border: 2px solid #000000;
    width: 80px;
    opacity: 1;
    margin-top: 0;
}
.home-head h5{
    font-size: 14px;
    font-weight: 700;
}
.home-head .blog-image img{
    border-radius: 4px;
}
.col3-background .blog-image img{
    max-width: 110px;
    height: 80px;
    object-fit: cover;
}

.home-head .blog-image img[alt~="no"]{
    width: 100%;
}
.home-head .astro-img{
    border-radius: 8px;
}
.home-head p{
    margin-bottom: 0;
}
.home-head .static-link{
    position: relative;
    float: right;
    margin-top: -40px;
    margin-right: 5px;
    color: #34A0FD;
    font-size: 12px;
    font-weight: bold;
}




.no-style-a{
    text-decoration: none;
    color: inherit;
}
.heading-18{
    font-size: 18px;
    font-weight: 600;
}
.heading-16{
    font-size: 16px;
    font-weight: 600;
}

.floating-toolbar{
    bottom: 0;
    z-index: 10;
}

.floating-toolbar .toolbar-right{
    text-align: right;
}
.floating-toolbar .toolbar-left{
    text-align: left;
}
.floating-toolbar .toolbar-right .social-link{
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
}
.floating-toolbar .toolbar-right .social-link:hover{
    color: #07a4ff;
}


.content-area{
    margin-top: -19px;
}
.left-panel{
    width: 200px;
    height: calc(100vh - 100px);
    overflow-y: auto;
    float: left;
}
.left-panel .links{
    list-style: none;
    padding: 15px;
}
.left-panel .links li{
    padding-top: 3px;
    padding-bottom: 3px;
}
.left-panel .links li a{
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #2D2C3C;
    line-height: 24px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.left-panel .links li a.active{
    color: #34A0FD;
    border-right: 5px solid #07a4ff;
}

.right-panel{
    min-height: calc(100vh - 100px);
    overflow-x: auto;
    display: block;
    padding: 20px 15px;
    background: #F5F7FA;
    
}
.right-panel .body-part{
background: #fff;
border-radius: 8px;
padding: 20px !important;
position: relative;
border: 1px solid rgb(219, 219, 219);
overflow: hidden;
}

.data-table{
    min-width: 1000px;
}
.data-table thead th{
    font-size: 14px;
    font-weight: 400;
    color: #636A80;
}
.data-table tbody td{
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}
.data-table tbody td img.small-thumb{
    width: 45px;
}
.data-table tbody td .tag.danger{
    font-size: 12px;
    font-weight: 400;
    color: #e61313;
    border: 1px solid #e61313;
    padding: 4px 25px;
    border-radius: 25px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
}
.data-table tbody td .tag.success{
    font-size: 12px;
    font-weight: 400;
    color: #08c566;
    border: 1px solid #08c566;
    padding: 4px 25px;
    border-radius: 25px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
}

.pagination a{
    color: #000;
    font-size: 12px;
}
.pagination li.active a{
    background-color: #000;
}

.stat-block .box{
    border: 1px solid #dadada;
}
.stat-block .box img{
    float: left;
    margin-right: 10px;
}
.stat-block .box .stat{
    margin-top: 5px;
}
.stat-block .box p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.stat-block .box .value{
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
}

.login-form{
    max-width: 350px;
    color: #949494;
}
.forgot-pass{
    color: #757b8f;
    text-decoration: none;
    float: right;
}

.google-btn{
    text-decoration: none;
    color: #000;
    border: 1px solid #AAA;
    padding: 15px;
    border-radius: 30px;
}
.text-gray{
    color: #8a8a8a;
}
.google-btn img{
    width: 35px;
}
.user-profile-tabs .nav-link{
    color: #000;
    font-weight: 500;
}
.user-profile-tabs .nav-link.active{
    color: #34A0FD;
    border-bottom: 2px solid #34A0FD;
}
.icon-btn-close, .icon-btn-open, .calendar-icon{
    display: block;
    float: right;
    margin-top: -31px;
    margin-right: 10px;
    color: #000;
}
.user-profile-tabs #reg_user_first_name, .user-profile-tabs #reg_user_lst_name{
    
        text-transform: capitalize;
}
.iti{
    width: 100%;
}

.onri-form .form-group label{
    font-size: 14px;
    color: #5D5D5D;
}
.user-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: top center;
    background-size: contain;
    margin: 0 auto;
}
.edit-btn{
    display: block;
    margin-top: 40%;
    margin-left: 75%;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}
.edit-btn:hover{
    background-color: #ccc;
    color: #000;
    border: 1px solid #000;
}

.settings-section .form-check{
    font-size: 13px;
    padding-bottom: 8px;
}
.form-check-input{
    border-color: #4b4b4b;
}
.form-check-input:checked{
    background-color: #000;
    border-color: #4b4b4b;
}

.preview-images{
    float: left;
    margin-right: 6px;
}
.preview-images img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.spl-btn-delete{
    position: absolute;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    padding: 6px 10px;
    margin-left: -25px;
}

.news-column, .blog-column{
    max-height: 500px;
    min-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.useful-link-column{
    max-height: 500px;
    min-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.login-page{
    background-image: url('../images/login-back.png');
    background-position: right;
    background-repeat: repeat-y;
}

.registration-section{
    background-color: #fff;
    border-radius: 10px;
}

.registration label{
    color: #5D5D5D;
    font-size: 14px;
}

.playlist-card.red{
    background: rgb(247,121,125);
    background: linear-gradient(90deg, rgba(247,121,125,1) 0%, rgba(251,215,134,1) 41%, rgba(198,255,221,1) 100%);
}
.playlist-card.blue{
    background: rgb(118,195,246);
    background: linear-gradient(90deg, rgba(118,195,246,1) 0%, rgba(109,213,250,1) 41%, rgba(200,250,255,1) 100%);
}
.playlist-card.purple{
    background: rgb(165,165,243);
    background: linear-gradient(90deg, rgba(165,165,243,1) 0%, rgba(177,204,252,1) 41%, rgba(145,234,228,1) 100%);
}
.playlist-card{
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: #000;
}
.playlist-card .playlist-tag{
    background-color: #000;
    color:#fff;
    font-size: 12px;
    border-radius: 10px 0 10px 0;
    padding: 4px 8px;
}
.playlist-card .meta{
    padding: 10px;
}
.playlist-card .meta h3{
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 1px;
}
.playlist-card .meta p{
    font-size: 14px;
}

.playlist-movie{
    background-color: #1A1A1A;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}
.playlist-movie img.poster{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}
.ott-stat{
    color: #fff;
    font-size: 12px;
}
.ott-stat span{
    display: inline-block;
    padding-top: 8px;
}
.ott-stat .fa-star{
    color: #f3dd16;
}

.movie-poster-header{
    width: 100%;
    height: 700px;
    background-position: top center;
    background-size: cover;
}
.ott-poster-header{
    width: 100%;
    height: 600px;
    background-position: top center;
    background-size: cover;
   position: relative;
}
.ott-poster-header::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
    z-index:-1;
}
.gener{
    padding-right: 6px;
    padding-left: 6px;
}
.gener a{
    background-color: #000;
    padding: 14px;
    display: block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
   position: relative;
}
.gener img.ott-tag-img {
    width: 40px;
    min-height: 40px !important;
    max-height: 40px !important;
    position: absolute;
    top: 10px;
    left: 10px;
}
.ott-poster-header img.ott-tag-img {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 80px;
}
.gener .row{
    padding-top: 4px;
    padding-bottom: 6px;
}
.ott-posters, .ott-poster-header-box{
    position: relative;
}
.ott-posters .ott-poster-con{
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 9;
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%, 0px);
}
#ottslidenav{
    display: block;
    width: 100%;
    z-index: 1;
    /* background-color: #000; */
    position: relative;
    margin-top: -50px;
}
#ottslidenav a svg{
    background: #252525;
    width: 20px;
    height: 20px;
    padding: 6px;
    border-radius: 6px;
}

.ottDetailsPage p{
    margin-top: 10px;
}
.ottDetailsPage img.ott-tag-img{
    
    width:100px;
}
.cast-image{
    width: 100px;
    height: 90px;
    object-fit: cover;
    object-position:top center;
    border-radius: 10px;
    margin: 5px;
}
div#slidenav .slick-prev, div#slidenav .slick-next{
    border: 1px solid #ddd;
    color: #1C274C;
    border-radius: 4px;
    width: 36px;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    padding: 5px !important
}
.body-part .fullWidthh{
    border: 1px solid #E2E2E2 !important;
    margin: 20px 0px;
    display: block;
    width: 100% !important;
}
.movie-reviews .review{
    border: 1px solid #bbb
}
.movie-reviews .review h5{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
}
.movie-reviews .review .review-location{
    font-size: 14px;
    font-weight: normal;
    color: #5D5D5D;
}
.movie-mention img{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 15px;
}
.movie-mention .dir-name{
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 2px;
    font-weight: bold;
}
.movie-languages span, .movie-genres span{
    margin-right: 1.5ch;
    background: #F0F5FF;
    border: 1px solid #D6E4FF;
    padding:6px 10px;
    border-radius: 6px;
}
.imdbRating, .movie-mention{
    background: #F0F5FF;
    border: 1px solid #80808057;
    padding:6px 10px;
    border-radius: 8px;
    margin-top: 10px;
}
.responsive-shortcuts li{
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.bootstrap-select>.dropdown-toggle{
    background-color: #212529 !important;
    color: #fff !important;
}
.f16 .flag{
    zoom: 1.5;
}
.bootstrap-select .dropdown-menu li a span.text{
    font-size: 12px;
}

/*----------FROM-OLD-CSS------------------*/
.news-column.col1-background {
    position: relative;
}

div#submitloader {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #dbdbdb;
    padding: 20px;
}

.form-control.error, .form-select.error, #reg_user_type.error {

    border-color: #F44336;

}

label.error, .errorMsg {

    color: #F44336;

    font-size: 13px !important;

    text-transform: capitalize;

}

ul.passwordValidetShow {

    margin-top: 7px;

    padding-left: 20px;

}

ul.passwordValidetShow p {

    margin: 0px;

    margin-left: -10px;

    line-height: 18px;

}

ul.passwordValidetShow li {

    color: #7e7e7e;

    font-size: 13px !important;

    line-height: 20px;

    position: relative;

    padding-left: 15px;

}

ul.passwordValidetShow li::before{

    content: "\f0c8";

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    font-size: 9px;

    position: absolute;

    left: 0;

    top: 0px;

    color: #7e7e7e;

}

ul.passwordValidetShow li.complete::before{

    content:"\f00c";

    color:#4CAF50;

}

.passwordValidetShow.error li {

    color: #F44336;

}

.passwordValidetShow.error li:before{

    color: #F44336;

}

li.password_number.complete,

li.password_uppercase.complete,

li.password_length.complete,

li.password_lowercase.complete, li.special_number.complete {

    display: block !important;

    color: #4CAF50 !important;

}



#conf_reg_user_password.valid {

    border-color: #4CAF50;

}

/* Crop image */

#overlay {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1060;

    display: none;

    width: 100%;

    height: 100%;

    overflow-x: hidden;

    overflow-y: auto;

    outline: 0;

    background: #00000082;

}



#popup {

    display: none;

    position: relative;

    background: #fff;

    max-width: 500px;

    margin: 1.75rem auto;

}

.popupcontent {

    padding: 10px;

    position: relative;

}

div#cropLoderSpinner {

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

    background: #56525270;

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 40px;

    color: #fff;

}

.popupcontent h1 {

    font-size: 20px;

    margin: 0px 0px 15px;

}

#button {

    cursor: pointer;

}

.singleHide{

    display: none;

}

.multiHide{

    display: none;

}

div#singleImageCroper {

    width: 100%;

    height: 300px;

}

div#singleImageCroper img#image {

    object-fit: cover;

    width: 100%;

    height: 100%;

}

.box.cropImageBtn {

    text-align: right;

}

.cropImageBtn .btnNriDanger {

    height: 35px;

    background: #fff;

    color: #9E9E9E;

    border-radius: 6px !important;

    font-size: 12px;

    border: 1px solid #9E9E9E;

    padding: 5px 10px;

    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);

    margin-right: 0px

}

.box.cropImageBtn .btnNri {

    padding: 5px 15px;

    box-shadow: none;

}

.btnNriDanger{

    background: #F44336;

    color: #fff;

    border-radius: 0px;

    font-size: 14px;

    padding: 7px 25px;

    box-shadow:rgb(235 57 44 / 45%) 0px 6px 12px -2px, rgb(244 67 54 / 45%) 0px 0px 2px -7px;

    margin-right: 10px;

}

.btnNriDanger:hover{

    background: #df2012;

    color: #fff;

}

.btnNriInfo{

    margin-right: 10px;

    height: 30px;

}

.btnNri {

    height: 35px;

    border-right: none;

    font-size: 12px;

    padding: 9px 15px;

    cursor: pointer;

    background-color: #34a0fd;

    border: none;

    border-radius: 6px !important;

    color:#f7f7f7;	

}

.btnNri:hover{

    color: #fff;

    background: #1091ff;

    transition: cubic-bezier(0.075, 0.82, 0.165, 1);

    box-shadow: none;

}
.multiHide{

    display: none;

}

/* Crop image End */

.ott-channel-thumb{
    height: 25px;
    display: block;
    float: left;
}

/* ===============Modal=============== */
#bussinessModal, #normalModal, #notauthorizeModal{
    width: 100%;
    margin: 0px;
    height: 100%;
    position: fixed;
    z-index: 99;
}
.googleThankModal .modal-content {
    width: 420px;
    margin: 0 auto;
    top: 40%;
}
div#mygModal, #bussinessModal , #normalModal, #notauthorizeModal{
    background: #00000073;
}
#mygModal button.btn-close{
    box-shadow: none;
}
div#mygModal .modal-header {
    border: none;
}
.modal-body h2 {
    text-align: center;
    padding: 0px 0px 30px;
    font-size: 26px;
    font-weight: 500;
    color: #34a0fd;
}
.modalgIcon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #34a0fd;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 36px;
    line-height: 70px;
    margin-bottom: 20px;
}
.googleThankModal .modal-content span.close, #bussinessModal .modal-content span.close, #normalModal  .modal-content span.close, #notauthorizeModal .modal-content span.close{
    font-size: 30px;
    text-align: right;
    margin-right: 10px;
    cursor: pointer;
}

span#couponsuccesstext {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
}
span#couponsuccesstext img {
    width: 22px;
    margin-right: 4px;
    margin-left: -5px;
}

#bussinessModal .modal-content, #normalModal .modal-content, #notauthorizeModal .modal-content{
    width: 500px;
    margin: 0 auto;
    top: 20%;
}
#bussinessModal .modal-header, #normalModal .modal-header, #notauthorizeModal .modal-header{
    padding: 10px 15px;
    margin-bottom: 30px;
    min-height: 40px;
}
#bussinessModal form, #normalModal form{
    padding: 0px 15px 30px;
}
#bussinessModal .modal-content span.close, #normalModal .modal-content span.close, #notauthorizeModal .modal-content span.close{
    position: absolute;
    right: 0;
}
#normalModal #confirmbox, #notauthorizeModal div#confirmbox{
    text-align: center;
    padding: 0px 15px 30px;
}
#normalModal #confirmbox .form-group {
    margin-bottom: 15px;
}
#normalModal #confirmbox .form-group i{
    color: darkorange;
    margin-right: 5px;
}
#notauthorizeModal div#confirmbox i{
    color: red;
}
/* ===============Modal=============== */
/*-----------------------------*/

@media screen and (max-width: 991px){
    .login-page{
        background: none;
    }
}

@media screen and (max-width: 766px) {
    .floating-toolbar .toolbar-left{
        text-align: center;
    }
    .left-panel{
        width: 70px;
    }
    .left-panel .links li a span{
        display: none;
    }
    
}
@media screen and (max-width: 430px){
    .floating-toolbar .toolbar-left .btn{
        font-size: 14px;
    }
}



@font-face {
    font-family: "FontAwesome 6 Free Custom";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-solid-900.woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-regular-400.woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2");
  }
.the-select{
    font-family: 'FontAwesome 6 Free Custom', 'sans-serif';
}


/*=============== 18-12-2024============== */
.market-data td {
    width: 50%;
}
.market-data td:nth-child(even) {
    width: 30%;
}
.market-data td  table tr{
    border: none;
    border-bottom: 1px solid #d4d6df;
}
.market-data td  table tr:last-child{
    border: none;
}
.market-data td  table tr td:nth-child(odd){
    text-align: left;
}
.selectImage {
position: relative;
}
.selectImage .coverImage, .selectImage .boxDiv {
    display: inline-block;
    position: relative;
}

.selectImage  .cross-image {
    color: #ffffff;
    position: absolute;
    top: -6px;
    right: -4px;
    background: #ff1515;
    font-size: 12px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}
.selectImage .cross-image:hover{
    background: #000;
    transition: 0.3 ease-in-out;
}
.selectImage input[type="text"]{
    width: 100%;
}
.countryCode {
    width: 22%;
    display: inline-block;
    margin-right: 3%;
    text-align: center;
}
.countryCode input {
   width: 100%;
}
.phoneNumber {
    width: 75%;
    display: inline-block;
}

div#registerCongrats, #normalregisterCongrats {
    padding: 20px;
    text-align: center;
}
div#registerCongrats  h2, #normalregisterCongrats h2{
    font-size: 26px;
    font-weight: 600;
}
.registerImg img {
    width: 80px;
    margin: 10px 0px;
}
select#reg_user_salutation {
    width: 100%;
    padding: .375rem .75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
#top_nav li.nav-item {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.usefulLinkpage {
    margin-bottom: 15px;
    background: #ebf3fe;
    border-radius: 12px;
    transition: cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid #006B93;
}
.usefulLinkpage a {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    text-decoration: none;
}
.astroBoxList {
    width: 25%;
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-right: 10px;
}
.usefulLinkpage h5 {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    display: block;
    font-weight: 500;
    transition-duration: 0.2s;
    text-decoration: none;
}

.usefulLinkpage .usefulImgArea {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
}

.astroBoxList .usefulImgArea {
    margin: 0px;
    background: #fff;
    padding: 5px;
}
.usefulLinkpage .usefulImgArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.astroBoxList p {
    color: #1091ff;
    font-weight: 600;
}

.astroDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 80px rgba(0, 26, 102, 10%);
    padding: 20px 30px;
    margin: 70px 0px;
}
.astroDetailsImg {
    background: #fff;
    padding: 10px;
    margin-right: 25px;
    width: 20%;
}
.astroDetailsImg img{
width: 100%;
}
.astroDetailsCon {
    width: 80%;
}

/* =============================== */
.goldTitle {
    border: 1px solid #ddd;
    margin-top: 15px;
}
.goldTitle  .bankSaving {
    width: 50%;
}
.bankNameBox {
    padding-right: 5px;
    border-right: 1px solid #ddd;
    position: relative;
}
.bankSaving:last-child .bankNameBox{
    border-right: 0px;
    padding-right: 0px;
    padding-left: 5px;;
}

.bankNameArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 3px;
}
.bankNameArea:last-child {
    border-bottom: none;
}
.bankNameArea h5 {
    font-size: 12px;
    margin: 0px;
    width: 116px;
    height: 16px;
    overflow: hidden;
}
.bankNameArea img{
    margin-right: 2px;
}
.bankNameArea p {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 0px;
}
.bankSaving .eximage1 {
    width: 25px;
    height: 25px;
}
.bankNameArea.refBankName p {
    font-size: 9.5px;
    font-weight: 400;
}
.refBankName {
    font-size: 13px;
    justify-content: start;
}
.xzoom-thumbs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.xzoom-thumbs a {
    width: 19%;
    margin: 0px;
    margin-right: 5px;
}
.xzoom-thumbs a .xzoom-gallery {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0px;
}
.phoneEmailBox{
    display: flex;
    align-items: center;
}
.mobileShareShow{
    display: none;
}
div#st-1{
    text-align: left;
    margin: 20px 0px;
}
.label#copyLinkMsg{
    font-size: 14px;
}
.desktopShareShow {
    align-items: center;
    display: flex;
    position: relative;
}
.desktopShareShow .btnNri, .revealBtn .btnNri{
    margin-right: 15px;
    background: #fff;
    color: #07a4ff;
    border: 1px solid #07a4ff;
    font-size: 12px;
    position: relative;
}
.desktopShareShow .btnNri:hover, .revealBtn .btnNri:hover{
    background: #07a4ff;
    color: #fff;
}
#copyLinkMsg{
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-size: 14px;
}

.recomendedImage {
    max-height: 94px;
}
.recomendedImage img {
    height: 100%;
    object-fit: cover;
}
.latestBlogsBox .blog-article-link:last-child{
border-bottom: none;
}
.latestBlogsBox .blog-article-link{
    text-decoration: none;
}

.comment-avatar {

    width: 40px;

    height: 40px;

    margin-right: 15px;

}

.reply-avatar{

    width: 30px;

    height: 30px;

    margin-right: 15px;

}

.comment-avatar img , .reply-avatar img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.reply-meta{

    width: 93%;

    position: relative;

    padding: 10px 15px;

    background: #fff;

    border-radius: 6px;

    border: 1px solid #eee;

}

.comment-meta .comment-time, .reply-time {

    color: #242424;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 400;

    letter-spacing: 0.1em;

    margin-bottom: 10px;

    display: inline-block;

    margin-left: 15px;

}

.comment-meta .comment-author, .reply-author {

    display: inline-block;

    margin-top: 4px;

    color: #161616;

    font-weight: 600;

    line-height: 1;

    margin-bottom: 10px;

    text-transform: uppercase;

    letter-spacing: 0.025em;

    font-size: 18px;

}

.reply-author{

    font-size: 16px;

}

.comment-text, .reply-text {

    font-size: 14px;

    color: #666;

}

.clsDeleteComment, .clsEditComment {

    position: relative;

    z-index: 9;

    display: inline-block;

}

.author-info {

    /* background: #fbfbfb; */

    padding: 15px 15px 10px;

    border-radius: 4px;

    /* border-bottom: 1px solid #ddd; */

}

.author-infoheader .comment-meta {

    width: 93%;

    position: relative;

    padding: 10px 15px;

    background: #fff;

    border-radius: 6px;

    border: 1px solid #eee;

}

.author-infoheader .comment-meta::before, .reply-meta::before{

    content: '';

    position: absolute;

    left: -8px;

    top: 10px;

    width: 15px;

    height: 15px;

    border-left: 1px solid #eee;

    border-bottom: 1px solid #eee;

    transform: rotate(45deg);

    background: #fff;

    z-index: 2;

}

.btnNriDanger{

    background: #F44336;

    color: #fff;

    border-radius: 0px;

    font-size: 14px;

    padding: 7px 25px;

    box-shadow:rgb(235 57 44 / 45%) 0px 6px 12px -2px, rgb(244 67 54 / 45%) 0px 0px 2px -7px;

    margin-right: 10px;

}

.btnNriDanger:hover{

    background: #df2012;

    color: #fff;

}

.btnNriInfo{

    margin-right: 10px;

    height: 30px;

}

.btnNriInfo:hover{

    background: #767171;

    color: #fff;

}

.ntnNriSuccess {

    background: #1c6cc9;

    color: #fff;

    border-radius: 0px;

    font-size: 14px;

    padding: 7px 15px;

    box-shadow: rgb(76 175 80 / 52%) 0px 6px 12px -2px, rgb(76 175 80 / 35%) 0px 3px 7px -3px;

}

.ntnNriSuccess:hover{

    color: #fff;

    background: #24a129;

}

.deleteModalComment {

    background: #fff;

    border-radius: 4px;

}

.deleteModalComment {

    position: relative;

    display: flex;

    flex-direction: column;

    width: 100%;

    pointer-events: auto;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0,0,0,.2);

    border-radius: 0.3rem;

    outline: 0;

}

.deleteModalComment .btn{

    padding: 5px 25px;

}

.deleteModalComment p{

    font-size: 15px;

    color: #777;

}



#commentEditMsg_5 {

    display: none;

    background: #4caf5066;

    color: #1c6cc9;

    font-size: 15px;

    width: 100%;

    /* padding: 5px 10px; */

    border-radius: 2px;

    margin-top: 15px;

}

.form-group {
    margin-bottom: 15px;
}
.form-group label {
    margin-bottom: .5rem;
}
input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], select, textarea, .form-control, .form-select {
    border: 1px solid #ced4da;
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    border-radius: 0.25rem;
    
}
 .onri-form .select2-selection.select2-selection--single {
    height: 39px;
    border: 1px solid #ced4da;
    padding: 3px 10px 3px 7px;
    font-size: 14px;
    border-radius: 0.25rem;
    overflow: auto;
}
.transactionTable{
    position: relative;
    height: 80vh;
}
/* .transactionTable tr:last-child{

    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #D6E4FF;
}
.transactionTable tr:last-child td{
    background: #D6E4FF;
} */

.ottSerch {
    display: flex;
    position: relative;
    margin-right: 15px;
}
.ottSerch input#searchotttitle {
    min-width: 225px;
    padding-right: 30px;
    width: 100%;
}

.ottSerch button.btn {
    margin-left: -40px;
}
.body-part .ms-options-wrap{
    margin: 0px;
}
.body-part .ms-options-wrap button{
    height: 39px;
}
.body-part .gener img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.gener span.rating.text-warning svg {
    width: 10px;
}
.gener span{
    font-size: 14px;
  
}
.ottStremingRadio {
    display: flex;
    border-right: none;
    font-size: 12px;
    background-color: #ebf3fe;
    border-radius: 6px;
    color: #0e0e0e;
    border: 1px solid #ddd;
}
.ottStremingRadio .form-check {
    margin: 0px;
    padding: 9px 10px;
    border-right: 1px solid #ddd;
    height: 34px;
}

.search-room .serchBox {
    margin-left: auto;
}
.ottImageBox {
    background-color: #000;
    padding: 14px;
    display: block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.ottImageBox img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.ott-tag-img-absolute {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px !important;
    min-height: 40px !important;
    max-height:40px !important;
}
.ott-title {
    font-size: 16px;
    font-weight: 600;
}
.card-text {
    font-size: 12px;
}
.ott-category {
    font-size: 12px;
    font-weight: 600;
}
.iconBlog img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 30px;
}
.iconBlog p{
    margin-top: 0px;
}
.ms-options-wrap > button{
    height: 37px;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;

}
.pagination a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 7px 12px;
    border: 1px solid #ddd;
}
.pagination b{
    display: block;
    text-decoration: none;
    color: #07a4ff;
    padding: 7px 12px;
    border: 1px solid #07a4ff;
}
  .myTranjection {
    position: relative;
    min-height: calc(100vh - 300px);
  }
  .myTranjection tbody .ftFix {
    position: absolute;
    bottom: -20px;
    border: transparent;
    background: #D6E4FF !important;
    width: 102%;
    left: -10px;
    display: flex;
    justify-content: space-between;
    padding: 2px 54px 2px 14px;
  }
  .totalUssm td{
   margin-bottom: 50px;
  }
  .myTranjection tbody .ftFix td {
    background: #D6E4FF !important;
  }

  .myTranjection tbody .ftFix tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: rgba(255, 255, 255, 0.01);
  }
  .myTranjection .status span {
    border: 1px solid red;
    color: red;
    padding: 3px 20px;
    border-radius: 18px;
  }
  .myTranjection .status .runnngad{
    border: 1px solid rgb(26, 218, 26);
    color: rgb(26, 218, 26);
  }
  section.invalidPage .invalidPageBox {
    display: flex;
    flex-flow: column;
    text-align: center;
    padding: 50px 0px;
}
div#ottspinner {
    display: inline-block;
    margin: 20px auto;
}
div#embedPostModal .modal-header {
    display: flex;
    justify-content: space-between;
}
div#embedPostModal .card{
    box-shadow: none;
}
.bootstrap-select .dropdown-menu.show {
    width: 80px;
    overflow:  hidden !important;
}
.bootstrap-select .dropdown-menu.show li{
    margin: 0px !important;
}
.bootstrap-select .dropdown-menu.show li a{
    padding: 0px 2px !important;
}
.mobileNes{
 display:none;   
}

.ott-home-img {
    width: 35px;
    min-height: 35px ;
    max-height: 35px ;
    position: absolute;
}
#reg_user_first_name,  #reg_user_lst_name{
    
     text-transform: capitalize !important;   
}
.countrypicker .dropdown-menu{
    min-width:135px ;
    width:100% !important ;
    overflow-y: initial !important;
}
.coinneruntrypicker .dropdown-menu div#bs-select-2{
    overflow-y: initial !important;
}
.bootstrap-select .dropdown-menu.show li {
    margin: 0px !important;
    width: 100%;
}
.glyphicon-chevron-up::before {
  font-family: "Font Awesome 6 Free";
  content: "\f077"; /* fa-chevron-up */
  font-weight: 900;
}

.glyphicon-chevron-down::before {
  font-family: "Font Awesome 6 Free";
  content: "\f078"; /* fa-chevron-down */
  font-weight: 900;
}

#top_nav li.nav-item{
    position: relative;
}
.fruserTiype{
    position: absolute;
    bottom:-10px;
    background: #07a4ff;
    padding:2px 6px;
    color: #fff;
    border-radius:3px;
    right:8px;
    font-size:10px;
}
.gallerysingle{
    width: 100%;
    height: 750px;
}
.gallerysingle img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}