/* fontawsome */
@import url("../../assets/css/all.css");

/* dataTables */
@import url("../../assets/css/dataTables.bootstrap5.min.css");

/* select2 css */
@import url("../../assets/css/select2.min.css");

/* venobox css */
@import url("../../assets/css/venobox.min.css");

/* bootstrep css */
@import url("../../assets/css/styles.css");

/* chart css */
@import url("../../assets/css/chart.css");

/* datepicker css */
@import url("../../assets/css/daterangepicker.min.css");

/* font link  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Style+Script&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');

:root{
    --rs-main-color:#e5e5e5;
    --rs-primary-color:#393185;
    --rs-second-color:#f33;
    --rs-font-color:#000;
    --rs-white-color:#fff;
    --rs-font-style:'Poppins', sans-serif;
}

/**user-selext-content**/
::-moz-selection { /* Code for Firefox */
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

::selection {
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

/**user-selext-content-end**/
body{
    /*-webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;*/ 
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--rs-font-style);
    color: var(--rs-font-color);
/*    overflow-x: hidden !important;*/
}
.body-wrapper {
    overflow: hidden;
}
/* loader and scrollbar */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99;
}
#status {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: green;
    /*background-image: url('../../images/Loader.gif');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

/*scroll bar css**/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #eee;
}

/*loader and scrollbar end*/
/* input focus */
.form-control:focus {
    box-shadow: 0 0 2px 0px rgb(223 223 223) !important;
    border-color: #393185;
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 39px;
    padding: 0 25px 0 15px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d6d6d6;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #393185 ;
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

table.dataTable thead>tr>th, table.dataTable thead>tr>th {
    background: #393185;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.footer {
    position: fixed;
    margin: 0 auto;
    left: 270px;
    right: 0;
    z-index: 99;
    background: #393185;
    box-shadow: 0 0 13px 0px #e4e4e4;
    bottom: 0;
    color: #fff;
}
.left-sidebar .scroll-sidebar {
    overflow-y: auto;
    padding: 20px 24px 0;
    height: calc(100vh - 70px);
    border-radius: 7px;
}
#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-fluid, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-lg, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-md, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-sm, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xl, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xxl {
    max-width: 100%;
    padding-bottom: 55px;
}

/**menu css***/
ul.submenu {
    padding-left: 15px;
    display: none;
}
ul.submenu.active {
    display: block;
}

/*dashboard*/
.white_shadow {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 4px 4px 0px 1px #ebeaf3;
    border-radius: 4px;
}
.dasboard-3:focus {
    box-shadow: 4px 4px 0px 1px #ebeaf3 !important;
}

.dasboard .left {
    width: calc(100%  - 100px );
    padding: 15px;
}

.dasboard .right {display: flex;align-items: end;justify-content: end;width: 100px;background: #393185;color: #fff;border-radius: 170px 0 0 0;border: 0px solid red;}

.dasboard .right h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0 15px 20px 0;
}
/*dashboard 2*/
.dasboard-2 .right {
    background: transparent;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 100%;
    transform: translateY(-50%);
}

.dasboard-2 .right h4 {
    color: #393185;
}

.dasboard-2  .left {
    width: 100%;
}

.dasboard-2 .right h4 {
    padding: 0;
    font-size: 110px;
    color: #ffffff;
    opacity: 0.2;
    transition: all 900ms ease-in-out;
    line-height: 1;
    margin: 0;
}
.dasboard-2:hover .right h4 {
    opacity: 1;
    transition: all 500ms ease-in-out;
}
.dasboard-2 .left h3, .dasboard-2 .left span {
    color: #fff;
}

.dasboard-2 {
    background: #393185;
    padding: 25px 20px;
}

/*dashboard 3*/
.dasboard-3 {
    padding: 15px 20px;
    align-items: center;
    background: #fff;
    color: #fff;
    border-radius: 14px;
    /* background: rgb(114,216,117); */
    /* background: -moz-linear-gradient(-45deg, rgba(114,216,117,1) 0%, rgba(58,161,252,1) 100%); */
    /* background: -webkit-linear-gradient(-45deg, rgba(114,216,117,1) 0%,rgba(58,161,252,1) 100%); */
    /* background: linear-gradient(135deg, rgba(114,216,117,1) 0%,rgba(58,161,252,1) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d875', endColorstr='#3aa1fc',GradientType=1 ); */
}
.dasboard-3:before {
    position: absolute;
    content: '';
    top: -30px;
    left: -40px;
    width: 80px;
    height: 70px;
    background: #cfcfcf;
    border-radius: 100%;
    opacity: 0.2;
    z-index: 0;
}

.dasboard-3 {
    overflow: hidden;
}

.dasboard-3:after {
    position: absolute;
    content: '';
    bottom: -50px;
    left: -20px;
    width: 100px;
    height: 100px;
    background: #393185;
    border-radius: 100%;
    opacity: 0.1;
    z-index: 0;
}
.dasboard-3 h3 {
    color: #393185;
    margin: 0;
    font-weight: 700;
}

.dasboard-3 .left {
    width: auto;
    color: black;
    font-weight: 600;
    padding-right: 20px;
}

.dasboard-3 .right span {
    background: #393185;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #fff;
}
.dasboard-4 {
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 50px 0 0;
    background: rgb(63 166 240 / 10%);
}

.dasboard-4 h3 {
    color: #393185;
}

.dasboard-4 .left span {
    color: #a4a4a4;
}

.dasboard-4 .right {
    position: absolute;
    left: 0;
    color: #fff;
    background: rgb(114,216,117);
    background: -moz-linear-gradient(-45deg, rgba(114,216,117,1) 0%, rgba(58,161,252,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(114,216,117,1) 0%,rgba(58,161,252,1) 100%);
    background: linear-gradient(135deg, rgba(114,216,117,1) 0%,rgba(58,161,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d875', endColorstr='#3aa1fc',GradientType=1 );
    top: -30px;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    right: 0;
    margin: 0 auto;
}

.bottom_row p {
    margin: 0;
    background: rgb(114,216,117);
    background: -moz-linear-gradient(-45deg, rgba(114,216,117,1) 0%, rgba(58,161,252,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(114,216,117,1) 0%,rgba(58,161,252,1) 100%);
    background: linear-gradient(135deg, rgba(114,216,117,1) 0%,rgba(58,161,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d875', endColorstr='#3aa1fc',GradientType=1 );
    justify-content: center;
    color: #fff;
    padding: 10px 0;
}

.dasboard-4 .left {
    padding: 20px 0;
}
/**/
.app-header {
    box-shadow: 0 0 10px #c5c5c5;
    background: #fff;
}
.daterange {
    background: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border: 1px solid #E7E7E7;
    width: 100%;
    border-radius: 8px;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
    background: #393185;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0 0px 2px #fff;
}

.app-header .navbar .navbar-nav .nav-item .nav-link:hover {
    background: #000;
}

.nav-icon-hover:hover:before {
    background: transparent;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
    padding-left: 10px !important;
    text-align: center !important;
}

table.dataTable.table-striped>tbody>tr {
    text-align: center;
    vertical-align: middle;
}
table.dataTable td, table.dataTable th {
    font-size: 14px;
    color: #000;
}
table.dataTable>tbody>tr:hover {
    background: #f6f6f6;
}
.bg_login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_from {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 2px 1px #f2f2f2;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width:100%;
}

.login_rs h2, .login_rs h3 {
    text-align: center;
}

.login_rs h3 {
    padding: 15px 0;
}
.btn-primary:hover {
    background: #000;
}
/* .login_from:before, .login_from:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #393185;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.login_from:after {bottom: 5px;background: #000;} */

.app {
    width: 100%;
    height: 100%;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .doors {
    display: flex;
  }
  
  .door {
    background: rgb(239 57 64 / 20%);
    box-shadow: 0 0 3px 2px rgb(239 57 64) inset;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 1ex;
    margin: 1ch;
}
  .boxes {
    /* transform: translateY(0); */
    transition: transform 1s ease-in-out;
  }
  
  .box {
    display: flex;
    justify-content: center;
    align-items: center;
  
    font-size: 3rem;
  }
  
  .app .buttons {
    margin: 1rem 0 2rem 0;
  }
  
  .app button {
    cursor: pointer;  
    font-size: 1.2rem;
    text-transform: uppercase;  
    margin: 0 0.2rem 0 0.2rem;
  }
  
  .info {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .item_bx {
    width: 50px;
    height: 50px;
    background: gainsboro;
    position: relative;
}

.item_bx span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    border: 1px solid #000;
}
.winner_name {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.spin-animation {
    /* Example animation properties */
    transform: rotate(360deg);
    transition: transform 0.5s ease-in-out;
  }
  .leaderboard .item {
    background: #ffffff;
    padding: 10px 5px;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    /* width: auto; */
    margin-bottom: 10px;
    /* justify-content: space-between; */
    box-shadow: 0 0 30px #e1e1e1;
    margin: 0 5px 10px;
    border: 2px solid #fff;
}
.leaderboard .item .uer_name i {
    display: none;
    color: #fa9907;
}

.item.stoppedItem {
    border: 2px solid #ef3940;
}
.leaderboard .item.stoppedItem .uer_name i {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    color: black;
}
.leaderboard .item p {
    margin: 0;
}
.leaderboard{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.leaderboard .item .uer_icon {
    text-align: center;
}

.leaderboard .item .uer_name {
    width: auto;
    padding: 0 10px;
    font-size: 16px;
}
.uer_mo span {
    font-size: 12px;
}
.uer_mo {
    text-align: center;
}

.leaderboard .item {
    position: relative;
}
.left-sidebar {
    background-color: rgb(57 49 133 / 10%);
    border-right: 1px solid rgb(57 49 133 / 10%);
    z-index: 1024;
}
.left-sidebar .close-btn {
    position: absolute;
    top: 22px;
    right: 20px;
}
.new_bt {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 20px 10px 0px 10px;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0px 3px 6px BLACK;
    border: 6px dotted white !important;
    cursor: pointer;
}
.login_rs span {
    color: #393185;
    display: block;
    font-weight: 700;
}
.title_lucky h3 {
  font-family: 'Titan One', sans-serif;
  text-align: center;
  font-size: 32px;
  /* background: #FFFF00; */
  /* background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #ff9900 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #000;
}
.winner_show {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}

.winner_show .rank_img {
    width: 250px;
    height: 250px;
    position: relative;
}

.winner_show .rank_img img {
    width: 100%;
}



.winner_show .rank_img span {
    font-size: 160px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: self-end;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: calc(100% - 60px);
    color: #000a12;
    font-family: 'Playfair Display', serif;
}
.winner_show .winner_detiles {
    width: calc(100% - 250px);
    padding: 0 25px;
}

.winner_show .winner_detiles h2 {
    font-family: 'Titan One', sans-serif;
    font-size: 42px;
    color: #000a12;
}
.logo_login {
  max-width: 150px;
  margin: 0 auto 15px;
}

.logo_login img {
  width: 100%;
}
.modal-header {
    border-bottom: 1px solid #e8e8e8;
    background: #393185;
}

.form-control {
    border-color: #c3c3c3;
}
table.dataTable.table-striped>tbody>tr.odd>* {
    color: #000;
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.05);
}
.bg_login.new_view > div {
    width: 100%;
}

.bg_login.new_view .view_btn {
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.view_btn .View_row {
    padding: 0 15px;
    max-width: 250px;
    width: 100%;
}
.View_row a {
    display: block;
}

.View_row a p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}

.View_row a:hover img {
    transform: scale(0.95);
}

.View_row a img {
    transition: all 300ms ease-in-out;
}
.view_btn .View_row img {
    width: 100%;
}
.new_detiles .item span.red {
    color: #393185;
    font-weight: 500;
}

.new_detiles .item {
    padding: 7px 0;
}
.input-group-text, .input-group>.form-control {
    border: 1px solid #bbc5cf;
}

.input-group-text {
    background: #f5f5f5;
}
.video_view {
    padding: 9px;
    background: #fff;
    border-radius: 16px;
    line-height: 0;
    margin-bottom: 30px;
}

    .video_view video {
        border-radius: 10px;
    }
    .video_view video {
        border-radius: 10px;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
.bt_small_view span {
    background: transparent;
    padding: 0 0;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #393185;
    border-radius: 4px !important;
    cursor: pointer;
}

.bt_small_view span img {
    width: 18px;
    cursor: pointer;
}
.cer_br {
    border: 1px solid #393185;
    display: inline-block;
}
.red_star{
    color: red;
  }

  .error {
    color: red;
}

.multi_select .ms-choice,
.select_search .ms-choice {
    height: 39px;
    background: transparent;
    border: 1px solid #e7e7e7;
}

.multi_select .ms-choice span.placeholder,
.select_search .ms-choice span.placeholder {
    background: transparent;
    line-height: 39px;
    color: #636363;
    opacity: 1;
}
.small_bt.blue {
    color: #393185;
    border-color: #393185;
    background: rgb(255 255 255 / 10%);
}
.small_bt {
    background: #f3d9d8;
    display: inline-block;
    line-height: 30px;
    color: #c12e24;
    border: 1px solid #c12e24;
}
.small_bt {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 4px;
}
.resend_icon img {
    width: 100%;
}
.resend_icon {
    padding: 5px;
    background: #393185 !important;
    width: 30px;
    height: 30px;
}
.resend_span.badge.text-bg {
    background: white;
    padding: 0;
    display: flex;
    /* margin: auto; */
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
  }
  .resend_span.badge.text-bg b {
    background: #fff;
    color: #393185;
    padding: 5px 7px;
    display: flex;
    align-items: center;
  }
  .resend_span.badge.text-bg img {
    width: 26px;
    background: #393185;
    padding: 4px;
  }
  .dataTables_wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 24px #eaeaea;
    border-radius: 16px;
    padding: 20px 15px;
}
.custom_bg_modal .modal-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/images/bg.png);
    text-align: center;
    color: #fff;
    border: 0;
}

.custom_bg_modal  .middle_link h4, .custom_bg_modal  .middle_link h2 {
    color: #fff;
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
}

.custom_bg_modal  .middle_link h4 {
    font-size: 18px;
}

.custom_bg_modal  .new_detiles img {
    margin: 30px 0;
}

.custom_bg_modal  .custom_bg_modal h1 {
    color: #fff;
}

.custom_bg_modal  .custom_bg_modal .btn-close {
    background: white;
    opacity: 1;
}
.custom_bg_modal h1 {
    color: #fff;
}

.custom_bg_modal i {
    color: #fff;
    opacity: 1;
}

.custom_bg_modal .btn-close {
    background-image: none;
    opacity: 1;
    line-height: 0;
}
.custom_bg_modal .br {
    border-color: #fff;
    background: transparent;
}

.custom_bg_modal  .modal_ft {
    padding: 15px 0;
}

.custom_bg_modal  .fill {
    background: #fff;
    border-color: #fff;
    color: #1d1943;
}

.custom_bg_modal  .modal_ft a {
    min-width: 110px;
}
.modal-content {
    overflow: hidden;
    border: 0;
}

.modal-header h1 {
    color: #fff;
}

.modal-header .btn-close i {
    color: #fff;
    /* background-image: none; */
}

.modal-header .btn-close {
    line-height: 0;
    background-image: none;
    opacity:1;
}
.custom_bg_modal .modal-header {
    background: transparent;
    border-color: rgb(255 255 255 / 20%);
}
#main-wrapper[data-layout=vertical][data-sidebartype=full] .body-wrapper {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

#main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .left-sidebar {
    display: none;
}

#main-wrapper[data-layout=vertical][data-header-position=fixed] .app-header {width: 100%;}

.footer {
    left: 0;
}
.ms-choice>span {
    line-height: 38px;
}
table.dataTable td, table.dataTable th {
    padding: 10px;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    display: none;
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
    display: none;
}

.dataTables_scrollHeadInner {
    display: none;
}

.dataTables_scrollBody th, .dataTables_scrollBody th div {
    font-size: 14px !important;
    height: auto !important;
    padding: 10px;
}
.logo_inner img {
    width: 60px;
}
#headerCollapse {
    opacity: 0;
}
div.dataTables_wrapper div.dt-row {
    padding: 15px 0;
}
.video_view h4 {
    text-align: center;
    margin: 0;
    padding: 15px 0 5px;
    font-size: 18px;
    color: #393185;
}
/*min-devices-media-query*/

@media (min-width: 575.98px) { ... }
@media (min-width: 767.98px) { ... }
@media (min-width: 991.98px) { ... }
@media (min-width: 1024.98px) { ... }
@media (min-width: 1199.98px) { }
@media (min-width: 1200.98px) { ... }

/*max-devices-media-query*/

@media (max-width: 1200.98px) { ... }
@media (max-width: 1199.98px) { 

.footer {
    left: 0px;
}

}
@media (max-width: 1024.98px) { ... }
@media (max-width: 991.98px) { 
    .navbar-collapse {
        background: transparent;
        border: 0;
    }
 }
@media (max-width: 767.98px) { 
  .winner_name_dec .right {
    flex-wrap: wrap;
}

.winner_name .rank_name {
    display: inline-block;
}
 }
@media (max-width: 575.98px) { 
  .winner_name_dec .right {
    width: 100%;
    margin: -30px 0 0  0;
    padding: 50px 0 20px;
    border-radius: 8px;
}

.winner_name {
    width: 100%;
}

.winner_detil {
    text-align: center;
    width: 100%;
    border-radius: 0;
}
 }


 .ms-choice>span {
    cursor: pointer;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:  rgb(0 0 0 / 80%);
    background-size: 5%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #ffffff;
}

.notifyjs-corner {
    z-index: 99999 !important;
}