@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');
:root {

    --h1:34px;
    --h2:28px;
    --h3:22px;
    --h4:18px;
    --h5:16px;
}
.h1{ font-size: var(--h1);}
.h2{ font-size: var(--h2);}
.h3{ font-size: var(--h3);}
.h4{ font-size: var(--h4);}
.h5{ font-size: var(--h5);}
.bold{ font-weight: 700;}
.inner_admin .h1{ font-size: 34px;}
    body{
        /* background-image: url(../adminImg/backround.png); */
        background-color: #f4f4f4;
        background-repeat: repeat-y;
          font-family: 'Montserrat', sans-serif;
          background-size: 100% 100%;
      overflow-x: hidden;

          font-weight: 400;
          display: flex;
          flex-direction: column;
          }

         footer{
          /* background-image: url(../adminImg/bd.png); */
          /* min-height: 160px; */
          background-repeat: no-repeat;
          background-position: bottom;
          background-size: cover;
          margin-top: auto;


         }

    .game_data{
        background: rgba(255, 255, 255, 0.13);
        box-shadow: 16px 16px 40px #E3E3E3, inset -16px -16px 40px #F3F3F3, inset 16px 16px 40px #FFFFFF;    padding: 1rem;
        border-radius: 24px;
    }
    .game_data tr td{ font-size: 18px !important; }
    .game_data tr td:last-child{text-align: right !important;}
    .game_data tr td button{color: #D92A68;  background-color: transparent; border: none; margin-right: .5rem; font-size: 22px;}
    .section_heading{ color: #000000; font-size: 1.4rem; font-weight: 600;}
    .text-primary{ color: #1d3887 !important;}
    .formatDesign{
        background-image: url(../adminImg/quesbg.png);
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    background-size: 100% 100%;
    min-height: 500px;
    width: 100%;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    }
    .formatDesign .quetsionbg{
        background-image: url(../adminImg/question-bg.png);
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    background-size: 100% 100%;
    min-height: 250px;
    width: 100%;
    position: relative;
    }
    .fault-color{color: #2345a5 !important}
    .formatDesign .quetsionbg .question{
        position: absolute;
    top: 30%;
    left: 5%;
    font-family: 'Montserrat', sans-serif;
    }
    .formatDesign .quetsionbg .question textarea{
       background: transparent;
       border: none;
       resize: none;
       outline: none;
    }
    .option label input::placeholder{
        color: #fff;
        font-size: 1rem;
    }
    .formatDesign .option{
        width: 100%;
        position: relative;
    }
    .option input{
        display: none;
      }
      .option label input{
        background-color: #F5804E ;
        border-bottom: 4px solid #c26c47;
        width: 100%;
        display: block;
        padding: 1rem;
        border-radius: 15px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 1.3rem;
        line-height: 30px;
        border-top: none;
        border-left: none;
        border-right: none;
    }
      .option input + label {
        display: inline-block;
        cursor: pointer;
      }
    /*    .option  label :before {
        content: "";
        display: inline-block;


        border-radius:50px;
        background-color: #fff;
        width: 34px;
        height: 34px;
        margin:0;
        position: absolute;
        right: 0;
        transform: translate(-50%, -50%);
        top: 50%;
    }

       .option input:checked + label:before {
        content: "✔";
        font-family: 'lucida grande';
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        color:#28AB83;
        display: none;
      } */
      .option  label::after {
        content: "";
        display: inline-block;


        border-radius:50px;
        background-color: #fff;
        width: 34px;
        height: 34px;
        margin:0;
        position: absolute;
        right: 10%;
        transform: translate(-50%, -50%);
        top: 50%;
    }

       .option  input:checked + label::after {
        content: "✔";
        display: block;
        font-family: 'lucida grande';
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        color:#28AB83;
      }

img{
    max-width: 100%;
}
.list-unstyled{
    padding-left: 0;
}
.admin_header{
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.admin_header .navbar{ width: 100%;}
.admin_header .navbar .navbar-translate{ width: 100%; display: flex;}

.main-header nav .navbar-nav li{ margin: 0 .5rem;}
.main-header nav .navbar-nav li a{ color: #454545;}
.main-header nav .navbar-nav li a:hover,.main-header nav .navbar-nav li.active a { color: black !important; border-bottom: 2px solid #006FB7;}

.main-header .sign-up{color: #fff;background-color: #006FB7;padding: .5rem 2rem;border-radius: 5px;}
.main-header .sign-up:hover{text-decoration: none; box-shadow: 0 14px 26px -12px rgba(42, 24, 85, 0.507), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(156 39 176 / 20%);}


.main-header .login{color: #006FB7;padding: .5rem 2rem;border-radius: 5px; border: 1px solid #006FB7;}
.main-header .login:hover{text-decoration: none; }
.main-header .heading{
display: flex;
justify-content: center;
}
.main-header .profile-icon{
    background: #006FB7;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.main-header .complier{
    color: #006FB7;
    border: none;
    padding: 0.5rem 2rem;
    display: block;

}
.main-header .game-heading{
    font-size: 20px;
    font-weight: 600;
    color: #454545;
}
.main-section .next{
    color: #fff;
    background-color: #006FB7;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    display: inline-block;
}
.main-section {
    display: flex;
    margin: 0;
    overflow-x: hidden;
    background-position: top center;
}
.main-section .heading-h1{
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2rem;
}
.main-section .gallery{
    background-color: #fff;
    padding: 20px;
    border-radius: 0px;

}
.level-inner  .bg-grey-table .icon-add {
    background:#D92A68;
  color:#fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 16px;
}
.level-inner  .bg-grey-table .icon-eye {
    background: #fff;
    color: #D92A68;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 16px;
}
.level-inner  .bg-grey  .icon-add {
    background:#D92A68;
  color:#fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 16px;
}

.icon-add i{
    background:#fff;
  color:#006fb7;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 16px;
}
.icon-eye i {
    background: #006FB7;
    color: #ffff;
    border-radius: 50%;
    width: 20px;
    height: 15px;
    line-height: 16px;
}
.main-section  .level-inner i .fa-trash .fa-edit{
    color: #656464!important;

}
.heading-h4{

    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat';

}
.main-section .gallery h6{ font-size: 1.5rem; font-weight: 600;}
.panel-display-movement img{
    width: auto;
    max-height: 250px;
    display: block;
    margin: 0 auto;
}

.panel-display .thumb-bg{ width: 330px; margin: 0 auto; }
.panel-display img{  width: auto;height: 250px; object-fit: cover; display: block;  margin: 1rem auto;}

.panel-display-movement .thumb-bg{  min-height: 300px;  width: 100%; height: 100%; background-color: #fff; padding: 1.5rem;}
 .main-section .gallery img{
    margin: 5px;
    width: auto;
    height: 120px;
}

.complier-list ul li{margin-bottom: 1rem; margin-right: 2.5rem; position: relative;padding-left: 40px;}
.complier-list ul li a{color: #454545;}
.complier-list ul li.active::before{background-color: #60E1BA}
.complier-list ul li.active i.icon{border-color: #60E1BA;}
.complier-list ul li::before{content:"";position: absolute; right: 0; height: 80%; top: 10%; background-color: #D92A68;; border-radius: 5px; width: 10px;}

.complier-list ul li span{font-size: 20px; display:block;background-color: #fff; padding: 1rem 2rem;}
.complier-list ul li i.icon{display: inline-block; height: 60px; width: 60px; border: 5px solid #D92A68; border-radius: 50%;background: #fff;padding: 5px;position: absolute;top: 0;left: 0;}
.dropdown {
    width: 125px;
}

.dropdown::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 1000;
    width: 8px;
    height: 8px;
    border: 2px solid #006FB7;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.dropdown.active::before {
    top: 22px;
    transform: rotate(-225deg);
}


.dropdown .options {
    position: absolute;
    top: 40px;
    width: 100%;
    color: #006fb7;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 1;
}

.dropdown.active .options {
    display: block;
    border: none;
}

.dropdown .options div {
    padding: 12px 20px;
    cursor: pointer;
}

.dropdown .options div:hover {
    background: #62baea;
    color: #fff;
}


.movement-list ul li:nth-child(n) {
    background: #DBF1FF;
    padding: 10px;
    margin: 20px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
    }
    .movement-list ul li span img{
        width: 40px;
        height: 40px;
    }

     .blue-border-button{color: #006FB7;padding: .5rem 2rem;border-radius: 5px; border: 1px solid #006FB7;}
    .main-section .heading-h6{color: #454545;font-weight: 600;}
    .main-section .home-gallery{padding: 20px 0; }

    .main-section .gallery .caption{text-align: center; color: #454545; font-size: 16px; font-weight: 600;}
    .main-section .gallery img.selected{ background-color: #006FB7; }
    .main-section  .level-inner .title{ font-weight: 600; font-size: 1.5rem;}
    .main-section .level .card-header,  .main-section .level .card{ padding: 0; border: none; background-color: transparent;}
    .main-section  .level-inner .table{margin-bottom: 0;}
    .main-section .level-inner .table thead{background: #ffff;}
    /* .main-section .level-inner td{border: none;} */
    .main-section .level-inner tr{font-weight: 600; }
    .level-inner  .bg-grey{ background-color: #F2F4F7; border-bottom: 5px solid #fff; }
    .level-inner  .bg-grey i{ background-color: transparent;}
    .bg-grey-table tr{ border-bottom: 5px solid #fff;}
    .bg-grey-table tr td{ background-color: #F2F4F7;}
    .main-section .level-inner .level-outer-table tr  td{ background-color: #fff;border: none !important;vertical-align: middle;}
    .main-section .level-inner .level-outer-table tr  td:first-child{ border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;}
    .main-section .level-inner .level-outer-table tr :nth-child(3){border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;}
    .main-section .level-inner .level-outer-table tr :nth-child(4){border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;}
    .main-section .level-inner tr td:last-child { background-color: transparent; padding: 0; vertical-align: middle;}
    .main-section .level-inner tr td i{ color:#000000; color: #808080;font-size: 20px;}
    .main-section .level-inner tr{padding: 0;border-radius: 5px;font-weight: 600;    margin: 5px 0;}
    .main-section .level-inner .card-body tr {background: #F2F4F7;padding: 0;font-weight: 600; }
   .main-section .level-inner .inner-box{background: #fff;border-radius: 5px;font-weight: 600;}
   .main-section .level-inner tr td i{ background-color: transparent;}
   .main-section .level-inner tr td  .link{ color: #0092FC; text-decoration:underline;}
    /* .main-section  .level-inner button{    background: #006FB7;
        color: #fff;
       text-decoration: none;
        border: none;
        border-radius: 5px;
        min-height: 48px;
        width: 100%;
        margin-left: 5px;

    } */
    .home-content img{width: 400px;height: 300px;}
    .home-content .text h5{color: #454545;font-weight: 600;line-height: 38px;font-size: 24px;    text-transform: capitalize;}
    .home-content .text h5 span{color: #d92a68;}
    .form-section{   display: flex;
        padding: 15px 0px;
        margin: 0;
        overflow-y: auto;
        /* height: 560px; */
        overflow-x: hidden;
    }

     .wrapper{background-color: #fff;}
    .form-section form .form-group{    margin-bottom: 2rem;}
    .form-control::placeholder {

        opacity: 1;
}
.card-header table i{ color: #888; font-size: 20px;}
.form-section form .form-group.date-picker{ position: relative;}
.form-section form .form-group.date-picker .fa-calculator{  position: absolute; right: 10px; top: 10px;font-size: 30px;color: #FFA22D;cursor: pointer;}
/* .form-section form .form-control{height: calc(2.3em + 1.5em + 2px);font-weight: 600;background: #FFFFFF;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);border: 2px solid #fff;font-size: 13px;} */
           /*  .form-section {    color: #006FB7!important;}    */
.form-section form input[type="date"]::-webkit-calendar-picker-indicator {
 color: rgba(0, 0, 0, 0);opacity: 1; background-color: #fff; display: block;background-image: url(../adminImg/calendar.png) ;width: 30px;height: 30px;border-width: thin; background-size: cover;}


.form-section form label { font-weight: 600;font-size: 1rem!important;color: black;}
.blue-button{color: #fff;background-color: #006FB7;padding: .5rem 2rem;border-radius: 5px;}
.blue-button:hover{color: #fff;text-decoration: none;}
.main-section .gamecomplition{display: flex;justify-content: space-around;background: #fff;border-radius: 15px;padding: 20px;}
.main-section .gamecomplition .mascot  li{background: #dbf1ff;text-align: center;margin: 5px;}
.main-section .gamecomplition .mascot  li img{max-width: 100%;display: inline-block; max-height: 100px;}
    .main-section .gamecomplition img{max-height: 420px; max-width: 100%;}
    .info .modal{background: #006FB7;
        color: #fff;}

    .home-gallery figure figcaption{
        position: absolute;
        bottom: 0;
        padding: 0px;
        background: #ffffff3b;
        color: #fff;
        display: block;
        left: 0;
        width: 100%;
        backdrop-filter: blur(8px);
    }
    .home-gallery figure{
            position: relative;
        padding: 0;
        margin: 0;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 5%);
    }
    .home-gallery figure img{
        height: 13rem;
         width: 25rem;
         display: inline-block;
         margin: 0;
         object-fit: cover;
         border-radius: 5px;
        }
        .post-login-display .post-login-gallery figure img {
            height: 13rem;
            width: 25rem;
            display: inline-block;
            margin: 0;
            object-fit: cover;
            border-radius: 5px;
        }
    .home-gallery figure{
            display: block;
            max-width: 100%;
    }
        .home-gallery figure figcaption i{
            background: #fff;
            color: #454545;
            padding: 8px;
            border-radius: 50%;
            margin: 2px 3px;
    }
    .home-gallery figure figcaption button{
        border-radius: 35px;
    font-size: 12px;
    margin: 2px 3px;
    color: #fff;
    }

    .home-gallery .form-group label figure::after{
        content: ' ';
        background-color: #f0f0f0;
        height: 30px;
        width: 30px;
        z-index: 999;
        border-radius: 35px;
        top: 2%;
        position: absolute;
        left: 1%;
        line-height: 30px;
    }
    .home-gallery .form-group input{display: none;}
        .home-gallery .form-group input:checked + label figure::after{  content: '\f00c';font-family: "Font Awesome 6 Free"; font-weight: 900;text-align: center;color: #28a745;}

    .home-gallery figure figcaption .btn-pending{
        border-radius: 35px;
    font-size: 12px;
    margin: 2px 3px;
    color: #fff;
    border-color: #ADE300;background: #ADE300;
}
    .home-gallery figure figcaption p{
        font-size: 18px;
        margin: 0;
    }

.home-gallery .circle {
    position: absolute;
    top: 2%;
    right: 6%;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    line-height: 30px;
    width: 40px;
    height: 40px;

    }
    .home-gallery .cir{
        color: black;
             top: 2%;
             right: -25%;
             background: #fff;
             padding: 3px;
             font-size: 14px;
             border-radius: 50%;
             line-height: 30px;
             width: 40px;
             height: 40px;
             position: relative;
         }
     .blur {
         background: rgba(255, 255, 255, 0.2);
         backdrop-filter: blur(8px);

       }
   .sidebar-button{    position:absolute;left:-50px;top:0}
    .home-gallery .circle span   {    font-size: 12px;
        font-weight: 600;
        text-align: center;
    }
   /*  jasmeen css */
   .ques{
    /* background-image: url(../adminImg/qbg.png); */
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */

    }
    .ques .ques-save{
         width:90px;
        height:35px;
        font-weight: bold;
        font-size: 15px;
        color: white;
     background-color: #F5804E !important;
    }
    .ques .padding-top{
        padding-top:43px;
    }
    .ques .padding-btm{
        padding-bottom: 150px;
    }
    .ques .ques-val{
        margin-left: 20px;
           width:90px;
           height:35px;
           font-weight: bold;
           font-size: 15px;
           color: white;
         background-color: #006FB7 !important;
       }
    .ques .addpic{
        float:right;
        width: 50px;
        margin-top: 40px;
        margin-right: -21px;
    }
    .ques .checkmark {

        -ms-transform: scaleX(-1) rotate(-35deg); /* IE 9 */
        -webkit-transform: scaleX(-1) rotate(-35deg); /* Chrome, Safari, Opera */
        transform: scaleX(-1) rotate(-35deg);
        color: #28AB83 ;
        font-size: 35px;
        position: absolute;
        top: 22px;
        left: 145px;
        font-weight: bold;

      }
      .ques .check {
        position: relative;
        text-align: center;
        color: white;
      }
    .mainn {
    display: grid;
    grid: auto auto / auto auto ;
    grid-gap: 20px;
    background-color:transparent;
    padding: 10px;
    }

.mainn .num {
    background-color: #F5804E !important;
    text-align: center;
    color: white;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 10px;
   /*  width: 380px; */
    height: 50px;
}
.mainn .num input[type="radio"] {
    display: none;
  }
.mainn .num input[type="radio"] + label {
    display: grid;
    cursor: pointer;
    grid-gap: 120px;
    margin-left: 120px;
    font-weight: bold;
    grid: auto auto / auto auto ;
  }
  .mainn .num  input[type="radio"] + label:after {
    content: "";
    position: relative;
    border: 1px solid white;
    border-radius:50px;
    width: 20px;
    height: 20px;
   text-align: center;
   margin-top: 5px;
    background-color: white !important;
  }
  .mainn .num input[type="radio"]:checked + label:after {
    content: "✔";
    font-size: 25px;
    line-height: 18px;
    text-align: center;
    color:#28AB83 ;
  }
  #sidebar {
    position:absolute;
    top:0px;
    right:0px;
    width:600px;
    height:100%;
    background:white;
    transition:all 300ms linear;
  }
  #sidebar.active {
    right:-600px;
  }
  #sidebar .toggle-btn {
    position:fixed;
    left:200px;
    top:10px;
  }
  #sidebar .toggle-btn {
    display:block;
    width:30px;
    height:5px;
    background:#151719;
    margin:5px 0px;
    cursor:pointer;
  }

  #sidebar .btn-save{
    width:115px;
    height:40px;
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin-left: 10px;
    background-color: #006FB7 !important;
  }
  .in{
     left: 1000px;
    top: 450px;
    background: #F2F4F7;
    border-radius: 3px;
  }
  .b{
      font-weight: bold;
  }
  .inpic{
    left: 1000px;
    top: 450px;
    background: #F2F4F7;
    border-radius: 3px;
    height: 150px;
  }
  .input-box{
   margin-left: 10px;
   margin-right: 10px;
    background:#F2F4F7;
    border-radius: 3px;
    height: 150px;
  }
  .grid-container {
    display: grid;
    grid: 150px / auto auto ;
    grid-gap: 10px;

    padding: 10px;
  }

  .input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}
.icon-img{
    position: absolute;
    top: 12%;
    left: 53%;
    transform: translate(-50%, -50%);
    background: #1078BB;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    padding: 8px;
}
.icon-ic{
    position: absolute;
    top: 17%;
    left: 44%;
    transform: translate(-50%, -50%);

    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;

}
.icon-txt{
    position: absolute;
    top: 17%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    font-weight: bold;
}
.icon-drop{
    float: right;
  transform: translate(-50%, -115%);
}

.wrapper .sidebar{
    background:white;
    position: fixed;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    padding: 20px 0;
    transition: all 0.5s ease;
}
.op-icon{
    float:right;
        width: 50px;
        margin-top: -12px;
        margin-right: -10px;
}
.add-op{
    float:right;
    width: 50px;
    margin-top: 5px;
    margin-right: -5px;
}
.op-text{
    float: right;
    /* width: 50px; */
    margin-top: 5px;
    margin-right: 5px;
    font-size: 10px;
}
  /* jasmeen css end */
  .bo {
    color: #fff;
    padding: 20px;
    display: none;
    margin-top: 20px;
}

.red {
    background: red;
}

.green {
    background: green;
}

.blue {
    background: blue;
}


.blur{
    opacity: 0.6;
}
.relatives{
    position:relative;
}

.positions{
    position:absolute;
    top:0;
}
.padding-6{
    padding-top: 4rem;
}
a.notif {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    background: url('https://cdn-icons-png.flaticon.com/512/2645/2645890.png');
    background-size: contain;
    text-decoration: none;
  }
  .num {
    position: absolute;
    right: 11px;
    top: 6px;
    color: #fff;
  }

  .select-view .form-group{ display: inline-block; padding: 15px;text-align: center;}
  .select-view .form-group label:focus{ border: none;  outline: none;}
  .select-view .form-group input:checked + label span{ color:#2BA1EE; text-transform: capitalize;}
  .select-view .form-group a { color: #333; text-decoration: none;}
  .select-view .form-group a:hover span,.select-view .form-group a:focus span{ color:#2BA1EE;}
   .select-view .form-group input{  display: none;}
  .select-view .form-group span{ display: block; font-weight: 600; font-size: 1rem; text-transform: capitalize;}

  .select-view .form-group i{
      width: 120px;
      height: 120px;
      background-color: #fff; margin:.5rem;
      overflow: hidden;
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      }
  /* .select-view .form-group i img{height: auto;width: 100%; border: 3px solid #ddd;}   */
  .select-view .form-group i img{height: 100%; max-width: auto; border: 3px solid #ddd0;}

  .select-view  .form-group input:checked + label img{border: 3px solid #2BA1EE;}
  .img-deaflt{position: relative;}
  .text-img-default{position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}

    .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
       min-height: 378px;
    }
    /* input[type=date] {
        font-size: 15px;
        border: 1px solid #006fb7;
        border-radius: 10px;
    } */
.default-select-div{background: #006FB7; border-radius: 5px;height: 300px;}

    .after-login img{ max-width: 600px;}
    .after-login .sub-title{ font-size: 1.5rem; font-weight: 600;}
    .after-login .title{ font-size: 2rem; }
    .after-login a{color: #006FB7; text-decoration: none;}
    .after-login .btn-secondary{ color: #006FB7; font-weight: 600; border:#006FB7 2px solid; background: transparent;}
    .after-login .btn-primary{ color: #fff; font-weight: 600; border:#006FB7 2px solid; background: #006FB7;}
    /* img{
        width: 100%;
    } */

    .primary-form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
      }
    .select{position: relative;}
    .primary-form .form-select{background-image: url("../img/drop-arrow.png") !important;background-repeat: no-repeat;background-position: right; margin-right: 10px;}

    .ques-view .title{ font-weight: 600; font-size: 2rem;}
    .ques-view  .ques-list{ background-color: #F2F4F9; padding: 1.5rem; padding-right: 3.5rem; position: relative;}
    .ques-view  .ques-list input{ display: none;}
    .ques-view  .ques-list label{ margin: 0;}
    .ques-view  .ques-list .checkbox{ width: 30px; height: 30px; border-radius: 100%; background-color: #fff; position: absolute; right: 20px; top: 20px; display: inline-block; text-align: center; }
    .ques-view  .ques-list .checkbox i{ color: #00E009; font-size: 1.2rem; display: none;line-height: 32px;}
    .ques-view  .ques-list input:checked + span i{ display: block;}

    .inner_admin .list-count .item{   background: rgba(255, 255, 255, 0.13); height: 100%; padding: 1rem; text-align: center;
        min-height: 160px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 20px; box-shadow: 16px 16px 40px #E3E3E3, inset -16px -16px 40px #F3F3F3, inset 16px 16px 40px #FFFFFF;  }
        .inner_admin .list-count li+li+li{ margin-top: 1rem;}
        .inner_admin .graph_banner{ background-color: rgba(255, 255, 255, 0.13); border-radius: 20px; box-shadow: 16px 16px 40px #E3E3E3, inset -16px -16px 40px #F3F3F3, inset 16px 16px 40px #FFFFFF;  position: relative; }
        .inner_admin .graph_banner img{position: absolute;height: 88%;width: auto;top: -40%;left: -30%;transform: translate(50%, 50%);}
        .game-search input{ min-height: 42px; border-radius: 12px;margin: 10px 0;}
        .inner_admin .list-count .item span{color: #64748b;}
        .inner_admin .list-count .item h2{font-size: 32px;font-weight: 800;color: #1d3887;background: transparent;}


        /* .inner_admin .list-count .item h2{ font-size: 28px;  font-weight: 800;  background: -webkit-linear-gradient(#00ADEE, #03FBC0);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
        .inner_admin .list-count li:nth-child(2) .item h2{background: linear-gradient(0deg, #2492D8 0%, #91D4FF 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
        .inner_admin .list-count li:nth-child(3) .item h2{background: linear-gradient(0deg, #FF4F8E 0%, #FF8DB5 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
        .inner_admin .list-count li:nth-child(4) .item h2{  background: linear-gradient(0deg, #F3C038 0%, #FFD97B 96.15%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;} */


    .profile-view{background: linear-gradient(99.63deg, #E3E3E3 0%, #FFFFFF 100%);box-shadow: 16px 16px 40px #E3E3E3, inset -16px -16px 40px #F3F3F3, inset 16px 16px 40px #FFFFFF;border-radius: 26px;}

    .profile-view .thumb img{ max-width: 80px;}
    .profile-view .title{ font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 600; margin-bottom: 0;color: black;}
    .profile-view  p{ margin-bottom: 5px; font-size: 16px;color: #000000;}
    .profile-view  p a{ color: #294391;font-size: 15px;}
    .statics-view{  height: 100%; }
    .statics-view li .item{ display: flex; justify-content: center; align-items: center;  width: 100%; height: 100%; background: linear-gradient(99.63deg, #E3E3E3 0%, #FFFFFF 100%);
        box-shadow: -16px -16px 40px #F3F3F3, 16px 16px 40px #E3E3E3, inset -16px -16px 40px #F3F3F3, inset 16px 16px 40px #FFFFFF;
        border-radius: 26px;}
        .statics-view li h4 .score1{background: linear-gradient(0deg, #2492D8 0%, #91D4FF 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
        .statics-view li h4 .score2{background: linear-gradient(0deg, #3BD6A7 0%, #85EBCC 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
        .statics-view li h4 .score3{background: linear-gradient(0deg, #FF4F8E 0%, #FF8DB5 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
        .statics-view li h4{ text-align: center;}
    .statics-view li h4 small {display: block; font-size: 14px; font-weight: 600; margin-bottom: 1rem;color: #000000;}
    .statics-view li h4 strong{ font-weight: 600; font-size: 2.5rem;}
    .profile-listing .title{ font-weight: 600; font-size: 1.2rem;}
    .profile-listing .item{  background: #F2F4F9; border-radius: 6px;padding: 1rem; margin-bottom: 1rem; color: #000000;}
    .profile-listing .item .heading{ font-size: 1rem; font-weight: normal;}
    .profile-listing .item .progress{ height: 12px;}
    .profile-listing .item  .progress-bar{ background-color: #006FB7;}
    .profile-listing .item .link{  padding: .2rem 1rem; text-decoration: none; display: inline-block; color: #000000; border: 1px solid #067AC6; border-radius: 6px; }
    .money-icon{ height: 22px; width: auto; vertical-align: sub;}

    .profile-listing .badges span{background: #FEBE00;border-radius: 30px; font-size: 1rem; padding: .2rem; display: inline-block; width: 80%;}
    .profile-listing .badges{ text-align: center;}
    .profile-listing .badges img{ max-width: 85%; width: auto; margin-bottom: .5rem; }
    .profile-listing .badges li{ display: inline-block; width: 25%; margin-bottom: 1rem;}

    .form_view .form-group label{ color: #000000; font-weight: 600;}
    /* .form_view .form-group .form-control{background: #ffffff; height: auto; padding: .8rem .75rem;  border: 1px solid #EEEEEE;
        border-radius: 16px;} */
        .primary-form .form-control, .primary-form .form-select {
            border-radius: 14px;
            height: 46px;
            border: 1px solid #EEEEEE;
            font-size: 12px;
        }
        .form_view .form-group .btn-primary:hover{
            transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        }
    .form_view .form-group .btn-primary{padding: 11px 24px;
        /* background: linear-gradient(93.7deg, #D92A68 -0.1%, #A30F43 99.89%); */
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        border-radius: 16px;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        transition: background-color .2s cubic-bezier(.4, 0, .2, 1);}

    .form_view .title{ font-size: 1.6rem; font-weight: 600;}
    .progress-box{
        top: 30px;
        position: absolute;
        width: 400px;
        height: 246px;
        background: transparent;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        left: 92px;

    }
.tex2{

    position: absolute;
    /* top: 78%; */
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}


    .tex{
        transform: rotate(-90deg);
        /* Safari */
        -webkit-transform: rotate(-90deg);
        /* Firefox */
        -moz-transform: rotate(-90deg);
        /* Opera */
        -o-transform: rotate(-90deg);
        /* IE */
        -ms-transform: rotate(-90deg);
        float: left;
        margin-top: 138px;
        margin-left: -15px;
        font-size: 15px;
      }
    .progress-bar-vertical {
    width: 10px;
    min-height: 230px;
    display: flex;
    align-items: end;
    margin-right: 20px;
    float: left;
    margin-left: 70px;

}
  .progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
  }


.myform .drop{
width: 100%;
background-color:#ffffff !important;
color:black;
font-size:16px;
font-weight: 600px;
padding:14px 0;

border:none;


}
.myform  ul li{
    padding:10px;

}
.myform ul li {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;

  }
.radio-btn-css{
    display: block;
}

.set-radio-btn-css {
  display: none;
  opacity: 0;
}

.radio-btn-css:checked+.set-radio-btn-css {
  display: block;
  opacity: 1;
}

.page-title{ color: #000000; text-decoration: none; font-size: 1.5rem; font-weight: 600;}
.active{ text-decoration: none !important;}
.page-headings{ border: none;}
.page-headings .nav-link{ border: none; color: #454545; font-size: 1.2rem; font-weight: 600; padding: .5rem; margin: .5rem; cursor: pointer;}
.page-headings .nav-link.active{ color: #454545; background-color: transparent; border-bottom: 2px solid #006FB7; font-weight: 900;}
.page-headings .nav-link:focus{ outline: none;}

.gallery-tabs .card{ background-color: transparent; border: none;}

.gallery-tabs.stagewithlevel .card-header{margin: 0 0 .5rem 0; }

.gallery-tabs .card-header{ background-color: #fff; margin: .5rem 0; padding: 0; border: none;}
.gallery-tabs .card-body{ background-color: #fff;}
.gallery-tabs .card-header a[role="button"]{ position: relative; color: #000000; text-decoration: none; font-size: 1.2rem; font-weight:600; padding: 1rem; display: block;}
.gallery-tabs .card .card-body .card .card-header{ background-color: #F2F4F7;}
.gallery-tabs .card .card-body .card .card-header a{ font-size: 1rem; position: relative;}
.gallery-tabs .card .card-body .view-btn{position: absolute;right: 0;top: 0;min-width: 150px;min-height: 100%;background: linear-gradient(93.7deg, #D92A68 -0.1%, #A30F43 99.89%);color: #fff;cursor: pointer;font-size: 13px;text-align: center;line-height: 50px;}
.gallery-tabs .card-header a::before{position: absolute;content: "\f0d7";font-family: "Font Awesome 6 Free";font-weight: 900;right: 15px;top: 50%;font-size: 2rem;transform: translatey(-50%);transform: translateY(-50%); color: #000000; line-height: 0;-moz-transition: all .3s linear; -webkit-transition: all .3s linear; transition: all .3s linear;}
.gallery-tabs .card-header a.collapsed::before{ -moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg); -moz-transition: all .3s linear; -webkit-transition: all .3s linear; transition: all .3s linear;}
.gallery-tabs  .level-detail
{
    display: inline-block;background-color: #fffaf5;padding: .5rem 1rem;font-size: inherit;margin-top: 1rem;text-transform: uppercase;border-left: 5px solid #ffa22d;}

.card .card-body .gallery{ padding: 0;}
.gallery-tabs .card .card-body .card .card-body{ padding: 0;}

.lead-race-table table tbody tr td {
    border-bottom: 1px solid;
    border-top: 0;
    padding: 1rem;
}
.nav-tabs .nav-link{
    cursor: pointer;
}
.bottom-b  li .nav-link.active{
     border-bottom: 2px solid #D92A68;
     background-color: transparent;
     border-top: none;
     border-left: none;
     border-right: none;
}
.bottom-b  li .nav-link:hover{
    border:1px solid transparent;
    /* outline: none; */
}
.bottom-b  li .nav-link.active:hover{
    border-bottom: 2px solid #D92A68;
}



.table.listing_table{ background-color:transparent; border-radius: 20px;}
    .inner_admin .admin-table table tbody tr td .action_bar a{display: inline-block;width: 38px;height: 38px;border-radius: 100%;background: #29469d;color: #fff;line-height: 38px;margin: 0 0.1rem; border: none; outline: none;}
    .inner_admin .admin-table table tbody tr  .action_bar button{display: inline-block;width: 38px;height: 38px;border-radius: 100%;background: #29469d;color: #fff;line-height: 38px;margin: 0 0.1rem; border: none; outline: none; }

.inner_admin .listing_table th{ font-size: 16px; vertical-align: top;}



.inner_admin .admin-table table tbody tr td .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .inner_admin .admin-table table tbody tr td .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .inner_admin .admin-table table tbody tr td .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .inner_admin .admin-table table tbody tr td  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .inner_admin .admin-table table tbody tr td input:checked + .slider {
    background-color: #29469d;
  }

  .inner_admin .admin-table table tbody tr td input:focus + .slider {
    box-shadow: 0 0 1px #29469d;
  }

  .inner_admin .admin-table table tbody tr td input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .inner_admin .admin-table table tbody tr td .slider.round {
    border-radius: 34px;
  }

  .inner_admin .admin-table table tbody tr td  .slider.round:before {
    border-radius: 50%;
  }



.inner_admin .admin-table table tbody tr td{ font-size: 14px;
    text-align: left; /* Align content to the left */
    padding: .5rem 0.75rem; /* Add some padding for readability */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Ensure content wraps */
    word-break: break-word; /* Break long words */
    overflow: hidden; /* Prevent overflow */
    vertical-align: middle;
}
.inner_admin .admin-table table tbody tr td .btn-group a i{font-size: 16px;}
.inner_admin .admin-table table tbody tr td .btn-group{display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 8px 20px !important;}
.game-search{
    position: relative;
}
 .game-search svg{
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 20px;
    color: #D92A68;
}
 .game-search input{
    position: relative;
    border-radius: 8px;
    border: 1px solid #555555;
    width: 350px;
    padding: 0 0 0 40px;
}




/* ===== Sidebar ===== */
.leaderboard .sidebar-view{ display: block;}
.leaderboard .sidebar-view .content{ width: 100%;}

.leaderboard .sidebar-view layout{ width: 100%;}

.sidebar_toggle .navbar-toggler{
    background-color: #ffbb25;
    padding: .4rem 1rem;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
}
.sidebar_toggle  .collapse:not(.show){
    display: block;
}
.sidebar_toggle  .collapse:not(.show) .side-bar{
  width: 0;
}


.goBackBtn {
    position: fixed;
    z-index: 999;
    top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.goBackBtn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

.sidebar-view .navbar{   background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);}

.side-bar{
    position: relative;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 250px;
    box-shadow: 18px 4px 35px 0px #00000005;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    transition: width 2s;
    padding-top: 80px;
}
.side-bar.close{
    width: 88px;
}

/* ===== Reusable code - Here ===== */
.side-bar ul{
    padding-left: 0px;
}

.side-bar li{
    height: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 10px 5px;
}
.side-bar li a{
    display: flex;
    justify-content: center;
}
.side-bar li.logout{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 0 40px;
    flex-direction: column;
}
.side-bar li.logout small{margin: 10px 0;font-size: 10px;color: var(--primary-color);}

.side-bar header .image,
.side-bar .icon{
    min-width: 60px;
    border-radius: 6px;
}

.side-bar .icon{
    min-width: 25px;
    border-radius: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.side-bar .text,
.side-bar .icon{
    color: var(--text-color);
    transition: var(--tran-03);
}

.side-bar .text{
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 1;
    margin: 0 0 0 12px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
}
/* .side-bar .menu .menu-links li a i{font-size: 20px;} */
.side-bar .menu .menu-links li a img,.side-bar .text{
    color: #ffffff;
    margin-left: 10px;
}
.side-bar.close .text{
    opacity: 0;
}
/* =========================== */

.side-bar header{
    position: relative;
}

.side-bar header .image-text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-bar header .logo-text{
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}
header .image-text .name {
    margin-top: 25px;
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(to bottom, #1400FA 0%, #D96CFF 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .image-text .profession{
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.side-bar header .image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-bar header .image img{
    width: 40px;
    border-radius: 6px;
}

.side-bar header .toggle{
    position: absolute;
    top: 50vh;
    right: -10px;
    transform: translateY(-50%) rotate(180deg);
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    color: #c63232;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: var(--tran-05);
    border: 3px solid #c63232;
}

body.dark .side-bar header .toggle{
    color: var(--text-color);
}

.side-bar.close .toggle{
    transform: translateY(-50%) rotate(0deg);
}

.side-bar .menu{
    padding: 10px 14px;
}

/* side-bar end */


.leaderboard-tbl tbody tr {
    border-top: 10px solid transparent;
}
.leaderboard-tbl tbody tr td:first-child {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 20px;
}
.leaderboard-tbl tbody tr td:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 20px;
}
.primary-table tbody tr td {
    background-color: #fff;
    position: relative;
}
.file-form input {
   opacity: 0;
}
.file-form .inner-form {
    min-height: 46px;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    border-radius: 14px;
    padding: 0 1rem;
}
.radius-sm{
    border-radius: 16px;
}
.radius-md{
    border-radius: 26px;
}
.text-main{
    color: #D92A68;
}
/* .btn.btn-primary {
    padding: 11px 24px;
    background: linear-gradient(93.7deg, #D92A68 -0.1%, #A30F43 99.89%);
    border-radius: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    border: 2px solid #D92A68;
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
} */
.btn.btn-primary {
    text-decoration: none;color: white;background: #C63232;padding: 8px 40px;border-radius: 10px;border: none;
}

.tbl-scroll-full.admin-table{ box-shadow: 16px 16px 40px #E3E3E3, inset -16px -16px 40px #F3F3F3, inset 16px 16px 40px #FFFFFF; border-radius: 24px; background: rgba(255, 255, 255, 0.13); padding: 1.5rem;}

.inner_admin .admin-table table tbody tr td span.badge{width: 100px;}
.admin-table table tbody tr td{
    font-weight: 400;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.tbl-scroll {
    max-height: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.tbl-scroll-full{
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.tbl-scroll::-webkit-scrollbar,.tbl-scroll-full::-webkit-scrollbar
{
	width: 10px;
	background-color: transparent;

}
.tbl-scroll::-webkit-scrollbar-track,.tbl-scroll-full::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px transparnet ;
	border-radius: 10px;
	background-color: #FFFFFF  ;
    border-left: 3px solid #f4f4f4;
    border-right: 3px solid #f4f4f4;

}
.tbl-scroll::-webkit-scrollbar-thumb,.tbl-scroll-full::-webkit-scrollbar-thumb{
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 px #ad1457 ;
	background-color: #D92A68   ;
}
/* .tbl-scroll::-webkit-scrollbar {width: 5px;height: 30px;}
.tbl-scroll::-webkit-scrollbar-track {background: #FFFFFF;border-radius: 10px; }
.tbl-scroll::-webkit-scrollbar-thumb {background: linear-gradient(93.7deg, #D92A68 -0.1%, #A30F43 99.89%); }
.tbl-scroll::-webkit-scrollbar-thumb:hover {background: linear-gradient(93.7deg, #A30F43 -0.1%, #D92A68 99.89%); } */
.dropdown-toggle:empty::after {
    content: none;
}
.primary-form .form-check-inline input[type=checkbox]{
    accent-color: #cc245f;
}
.progress-bar{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #D9D9D9;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(93.7deg, #D92A68 -0.1%, #A30F43 99.89%);
}
.table thead th{
    border-top: none;
}
.gallery-tabs .card-header a::before{
    color: #c01e57 !important;
}
.main-tab .md-tab:nth-child(1) .sm-tab{
    background: linear-gradient(0deg, #2492D8 0%, #91D4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}
.main-tab .md-tab:nth-child(2) .sm-tab{
    background: linear-gradient(0deg, #3BD6A7 0%, #85EBCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}
.main-tab .md-tab:nth-child(3) .sm-tab{
    background: linear-gradient(0deg, #FF4F8E 0%, #FF8DB5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}
.main-tab .md-tab:nth-child(4) .sm-tab{
    background: linear-gradient(0deg, #F3C038 0%, #FFD97B 96.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}
@media (min-width: 960px) {
    .goBackBtn {
        right: unset;
        left: 260px;
    }
}

@media (min-width: 1100px) {
    .sidebar_toggle  .collapse:not(.show) .side-bar{ width: 250px;}
.inner_admin .admin-table table tbody tr td .btn-group{display: flex;flex-direction: row;justify-content: center;align-items: center;}
}
@media (min-width: 1400px) {
    .container{ max-width: 1400px;}
    .statics-view li{min-height: 290px;}
    .profile-view p{ font-size: 20px;}
    .profile-view p a{font-size: 20px;}
    .profile-view .title { font-size: 22px;}
    .inner_admin .list-count .item{ min-height: 140px; }

 }
/* body .p-6.position-relative{background: url(../img/leaderboard-bg.png);background-size: cover;background-position: center;height: 100vh;}
.leader-board-bg{background: url(../img/leaderboard-bg.png);background-size: cover;background-position: center;}
.leader-board .container .table_view .head h4.block{background-image: url(../img/leader-board-title.png);position: relative;top: -33px;background-size: contain;background-position: center;background-repeat: no-repeat;color: white;height: 70px;min-width: 250px;display: flex;justify-content: center;align-items: center;}
.leader-board .container .table_view form table tr{background-image: url(../img/leader-board-tr.png);cursor: pointer; background-size: 100% 100%;background-repeat: no-repeat;color: #434343;transition: 0.5s ease-in-out;border-bottom: 5px solid transparent;}
.leader-board .container .table_view form table tr:hover{background-image: url(../img/leader-board-tr1.png);color: white;}
.lead-race-table table tbody tr td{border-bottom: none;}

.leaderboard{overflow: hidden;}
.leader-board .container .table_view .col-md-10{background: linear-gradient(90deg, #E84780 0%, #7C3377 100%);height: 90vh;border-radius: 35px;padding: 4rem;}
.leader-board .container .table_view .lead-race-table{border: 2px solid white;border-radius: 20px;height: 90vh;overflow: visible;}
.leader-board .container .table_view .lead-race-table .head b{ background-image: url('../transcend/leader-board.png');}

.card-head{height: 100vh;display: flex;justify-content: center;align-items: center;}
.container.card-head .main-bg{background: linear-gradient(90deg, #E84780 0%, #7C3377 100%);padding: 25px;border-radius: 20px;}
.container.profile-cards .row .profile-view.bg-light{background: white;justify-content: space-evenly;align-items: center;box-shadow: none;flex-wrap: wrap;}
.container.profile-cards .row .profile-view .item{width: 100%;}
.progress-bar{background: rgba(4, 47, 92, 1);}
.profile-view{background: transparent;box-shadow: none;}
.statics-view li .item{box-shadow: none;}
.profile-view .title{font-size: 2rem;}
.profile-view .title {color: rgb(255, 255, 255) !important;}
.card-head .main-bg .profile-view .detail .profile-pts{display: flex;justify-content: center;align-items: center;}
.card-head .main-bg .profile-view .detail .profile-pts p{font-size: 35px;color: white;font-weight: bold;}
.card-head .main-bg .profile-view .detail .profile-pts p small{font-size: 12px;}
.statics-view li .item{justify-content: normal;align-items: normal;height: auto;background: none;}
.statics-view{border-radius: 25px;width: 100%;background: white;height: auto;justify-content: center;} */
