/*
    DEMO STYLE
*/

body {
    background: #fafafa;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    flex-wrap: nowrap;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.btn-none {
    background: none;
    padding: 0;
    border: 0 none;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    /* background: #f58c1c; */
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    background: rgb(137, 2, 3);
    background: linear-gradient(180deg, rgb(40 42 39) 0%, rgb(43 114 0) 100%);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    background: #153601;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dismiss:hover {
    background: #fff;
    color: #d50000;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 15px;
    background: #153601;
}

#sidebar .sidebar-header img {
    max-width: 50px;
    margin: 0 10px 0 0;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.2);*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}

#sidebar ul li a:hover {
    color: #ae6700;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #ae6700;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #ae6700;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #db0100 !important;
    height: auto !important;
    padding: 5px !important;
    ;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-nav {
    background: yellow;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

.navbar-nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.navbar-nav li:last-child {
    border-bottom: 0 none;
}

.navbar-collapse {
    z-index: 1000;
}


/* //over and under css */

body{
    padding: 0;
    margin: 0;
    background-color: #050708;
    font-family: 'Montserrat', sans-serif;
}
img{
   max-width: 100%;
}

/*---login---*/
 .login{
     text-align: center;
     height: 100vh;
     align-items: center;
     display: flex;
     padding: 0 20px;
 }
.login .btn{
   margin: 30px 0 0px 0;
   padding: 15px;
   background-color: #576fb4;
   border-radius: 50px;
   text-align: center;
   font-weight: 600;
   font-size: 16px;
   color: #fff;
   width: 100%;
    border: none;
}
/*---login-form---*/
.login-form{
     height: 100vh;
     align-items: center;
     display: flex;
     text-align: center;
}
.login-form-btn{
    padding: 0 20px;
    margin: 30px 0 40px 0;
}
.login-form-btn .btn{
    padding: 14px;
   background-color: #576fb4;
   border-radius: 50px;
   text-align: center;
   font-weight: 600;
   font-size: 12px;
   color: #fff;
    width: 100%;
    border: none;
}
 .login-form-btn .btn-white{
    padding: 14px;
   background-color: #fff;
   border-radius: 50px;
   text-align: center;
   font-weight: 400;
   font-size: 12px;
   color: #050708;
    width: 100%;
    border: none;
}
.login-form-field input{
     padding: 15px 15px 15px 55px;
   background-color: #fff;
   border-radius: 50px;
   font-weight: 400;
   font-size: 16px;
   color: #050708;
   width: 100%;
    border: none;
    text-align: left;
}
 .login-form-field input::placeholder{
    color: #050708;
    opacity: 9;
 }
 .login-form-field-inner{
     position: relative;
 }
.login-form-field-inner img{
   position: absolute;
   width: 20px;
   top: 17px;
   left: 20px;
}
.forget-pass-text{
    display: block;
    text-align: right;
    margin: 10px 0 20px 0;
}
 .forget-pass-text a{
     color: #fff;
     text-decoration: none;
     font-weight: 400;
     font-size: 14px;
 }
  .go-btn {
      margin: 0 0 15px 0;
  }
 .go-btn .btn{
   padding: 15px;
   background-color: #576fb4;
   border-radius: 50px;
   text-align: center;
   font-weight: 600;
   font-size: 16px;
   color: #fff;
   width: 100%;
   border: none;
 }
 .join-sec p{
     font-size: 15px;
     font-weight: 400;
     color: #fff;
     margin: 0;
 }
  .join-sec {
      margin: 18px 0;
      text-align: center;
  }
 .join-sec p a{
     color: #6884db;
     text-decoration: none;
     font-weight: 600;
 }
 .all-last-btn{
     padding: 0 10%;
 }
 .last-btn a .btn{
   padding: 6px;
   font-weight: 400;
   color: #050708;
   background-color: #fff;
   border-radius: 50px;
   font-size: 12px;
   width: 100%;
 }
/*---event-listing---*/
.event-logo{
   text-align: center;
}
.cr-btn{
  text-align: right;
  padding: 10px;
}
.event-sec{
   /* height: 100vh; */
   padding: 15px 0;
}
.hambargar-menu img{
   max-width: 28px;
}
.event-logo img{
   max-width: 50%;
}
.event-logo{
   margin: 10px 0;
}
.event-btn .btn{
   border-radius: 10px;
   background-color: #576fb5;
   color: #fff;
   font-weight: 700;
   padding: 8px 10px;
   width: 100%;
   font-size: 20px;
}
.event-btn{
   margin: 0 0 20px 0;
}
.point-table{
   margin: 15px 0 0 0;
}
.point-table h2{
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #fff;
}
.inner_all{
   background-color: #181e30;
   border-radius: 15px ;
   display: inline-block;
   margin-bottom: 50px;
   width: 100%;
}
.inner_all_sec{
   border-bottom: 1px solid #555965;
   padding: 15px ;
}
.inner_all_sec .row{
   align-items: center;
}
.inner_all_sec h3{
   color: #fff;
   font-weight: 600;
   font-size: 15px;
   margin: 0;
   text-align: left;
}
.inner_all_sec p{
   margin: 0;
   color: #84a3ff;
   font-weight: 700;
   text-align: right;
}
.bb-0{
   border-bottom: 0;
}
/*----contestants----*/
.lite-logo .row{
   align-items: center;
}
.lite-logo .lite-logo-in{
   text-align: right;
}
.lite-logo .lite-logo-in img{
   max-width: 120px;
}
.back-sec{
   padding: 24px 0;
   background-color: #1a2134;
   margin: 20px 0;
}
.back-sec-one h3{
   font-weight: 600;
   font-size: 18px;
   color: #fff;
   margin: 0;
}
.back-sec-one{
   display: flex;
   align-items: center;
} 
.back-sec-one img{
   max-width: 30px;
   margin-right: 15px;
}
.back-sec-two h4{
   margin: 0;
   font-weight: 900;
   color: #7591e5;
   font-size: 18px;
   text-align: right;
}
.back-sec .row{
   align-items: center;
}
.event-btn-span button{
   display: flex;
   justify-content: space-between;
}
.event-btn-span{
   margin: 0 0 15px 0;
}
.contestants-body{
   background-color: #191f32;
   padding: 15px 15px;
   border-radius: 10px ;
   margin: 0 0 15px 0;
}
.contestants-body h2{
   color: #fff;
   font-size: 20px;
   margin: 0 0 10px 0;
   text-align: left;
   font-weight: 700;
   text-transform: uppercase;
}
.contestants-body-in{
   padding: 10px;
   background-color: #576fb5;
   border-radius: 10px;
}
.contestants-body-in span{
   font-size: 10px;
   color: #fff;
   opacity: 0.8;
   text-transform: uppercase;
   display: block;
   margin: 0 0 5px 0;
   text-align: center;
}
.contestants-body-in-one{
   text-align: center;
}
.contestants-body-in-two{
   text-align: center;
}
.contestants-body-in-three{
   text-align: center;
}
.contestants-body-in button{
   padding: 6px 10px;
   background-color: #fff;
   border: 2px solid #fff;
   border-radius: 4px;
   color: #050708;
   font-size: 10px;
   text-transform: uppercase;
   font-weight: 800;
}
.contestants-body-in button img{
   max-width: 14px;
}
.contestants-body-in h3{
   color: #fff;
   font-weight: 700;
   font-size: 18px;
   margin: 10px 0;
}
.contestants-body-in h4{
   color: #fff;
   font-weight: 700;
   font-size: 30px;
   margin: 10px 0 0 0;
}
.contestants-body-in button.active{
   border: 2px solid #050708;
}
.contestants-img{
   padding-top: 25px;
}
.status-bt h3{
   margin-bottom: 0;
}
.status-bt{
   padding-top: 21px;
}
.green-col{
   color: #00ff00 !important;
}
.red-col{
   color: #ff0000 !important;
}
/*---player-details---*/
.back-sec-two{
   position: relative;
}
.back-sec-two h3{
   font-weight: 600;
   font-size: 18px;
   color: #fff;
   margin: 0;
   text-align: center;
   display: block;
}
.back-sec-two .back-sec-one{
   position: absolute;
   left: 10px;
   top: 22px;
}
.player-image{
   padding: 10px 0 15px 0;
   text-align: center;
}
.player-image h2{
   font-weight: 400;
   font-size: 25px;
   margin: 0;
   color: #fff;
}
.player-image img{
   max-width: 200px;
}
.player-score-table{
   padding: 15px 18px;
   background-color: #181e30;
   border-radius: 10px;
}
.player-inner-sec{
   margin: 0 0 20px 0;
}
.player-inner-sec h3{
   text-align: center;
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   margin: 0 0 10px 0;
   text-transform: uppercase;
}
.player-inner-sec div{
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}
.player-inner-sec div input{
   border-radius: 10px;
   background-color: #fff;
   font-size: 30px;
   font-weight: 700;
   color: #1a2134;
   padding: 15px 15px;
   text-align: center;
   width: 230px;
}
.player-inner-sec div a{
   margin-left: 8px;
   position: absolute;
   right: 5px;
}
.player-inner-sec div a img{
   max-width: 30px;
}
.player-inner-sec div input::placeholder{
   color: #1a2134;
   opacity: 9;
}
.player-wager-sec .btn{
   background-color: #6885dc;
   padding: 8px 10px;
   border-radius: 5px;
}
.player-wager-sec .btn img{
   max-width: 18px;
}
.player-wager-sec input{
   position: relative;
}
.player-wager-sec .p1{
   position: absolute;
   left: 16px;
}
.player-wager-sec .p2{
   position: absolute;
   right: 16px;
}
.point-sec h3{
   text-align: center;
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   margin: 0 0 10px 0;
}
.point-sec button{
   background-color: #6885dc;
   font-weight: 700;
   font-size: 25px;
   text-transform: uppercase;
   margin: 0 5px;
   padding: 10px 20px;
   color: #fff;
   width: 46%;
}
.point-sec div{
   text-align: center;
}
.player-normal-text p{
   line-height: 20px;
   color: #fff;
   font-size: 14px;
   text-transform: uppercase;
   margin: 0;
   text-align: center;
   font-weight: 600;
   padding: 0px 20px;
}
.player-normal-text{
   padding: 20px 0;
}
.next-btn-inner .btn{
   background-color: #6885dc;
   padding: 8px 30px;
   border-radius: 10px;
   font-weight: 700;
   font-size: 15px;
   color: #fff;
   text-transform: uppercase;
}
.next-btn-text h3{
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   margin: 0;
   text-align: left;
}
.next-btn-inner{
   text-align: right;
}
.next-btn{
   padding: 20px 0 20px 0;
}
.next-btn .row{
   align-items: center;
}
/*---player-details-locked----*/
.player-locked-button{
   border-radius: 10px;
   background-color: #576fb5;
   font-size: 30px;
   font-weight: 700;
   color: #fff;
   padding: 15px 15px;
   text-align: center;
   width: 230px;
}
.player-locked-button button{
   background-color: #1a2134;
   border-radius: 10px;
   font-weight: 700;
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
}
.btn:hover {
   color: #fff ;
}
.point-sec-two button{
   background-color: #fff;
   color: #050708;
}
.point-sec-two button:hover{
   color: #050708;
}