@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&family=Space+Mono:ital@0;1&display=swap');

.container{

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.c_center{
    padding: 0 !important;
    margin: 0 !important;
}
.row{
        margin-right: 0 !important;
        margin-left: 0 !important;
}
.slidebar_active{
    background-color: rgba(114, 110, 110, 0.945);
}
.sidebar-menu>li.active>a{
    background-color: transparent !important;
}.login_logo{
    margin-left: 2rem;
    display: flex;
    justify-content: start;
    align-items: center;
}
.login_footer{

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}
.km:hover{

    background-color: rgba(221, 209, 209, 0.315) !important;
}



/* header logo */
.main_header_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    position: absolute;
    margin-top: 3rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.dashboard_container{

    margin: 0 2.5rem;

}
.dashboard_header{
    border-bottom: 1.5px solid #777;
}

.dashboard_right_card{
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;

}
.dashboard_right_card::-webkit-scrollbar {
    display: none;
  }
.icon_color{
    fill: #2AC1FC;
}


.dashboard_card1 *{
    font-family: 'Montserrat', sans-serif;
}
.dashboard_card1{
    height: 20rem;
    width: 17rem;
    background-color: white;
    padding: 2rem;
    margin: .5rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dashboard_right_container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: -1rem;
}
.dashboard_right_chart{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 3rem;
    background-color: white;
    border-radius: 5px;
    padding: 1rem;

}
.chart_header{

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2rem;
    margin-bottom: 2rem;
    width: 95%;
}
.round_select{
    border-radius: 10px;
    outline: none;

    padding-left: 10px;
    border: 1.5px solid #333333;
    height: 2.5rem;
    margin-top: .4rem;
}

.dashboard_left_container{
    margin-top: 3rem;
    margin-left: 3rem;
}

.row-eq-height {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

  }
  .dashboard_left_container_header{
      display: flex;
      justify-content: space-between;
  }
  .left_sub_item{
      width: 100%;
      height: 10rem;
      background-color: white;
      margin: 1rem;
      display: flex;
      justify-content: space-around;


  }

  .left_sub_video{
    width: 30%;
    height: 100%;
    background-color: indianred;
    border-radius: 10px;
  }
  .video_bg{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .left_sub_des{
      width: 50%;
    margin-top: 2rem;
    margin-left: 2rem;
  }
  .left_sub_detil{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20%;
  }


  /* manage user */
  .mu_c_heading{

    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: center;
  }
  .t_left_searchbox input{

    border-radius: 10px;
    outline: none;
    width: 20rem;
    padding-left: 10px;
    border: 1.5px solid #333333;
}
.t_left_searchbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.t_left_search_icon{
    margin-left: -2.8rem;
    margin-top: 5px;

}

.mu_right select{
    border-radius: 10px;
    outline: none;
    width: 50%;
    padding-left: 10px;
    border: 1.5px solid #333333;
    height: 2.5rem;

}
.mu_left_s{
    border-radius: 10px;
    outline: none;
    height: 2.5rem;
    padding-left: 10px;
    border: 1.5px solid #333333;
}
.mu_header_container{
    display: flex;
    justify-content: space-between;
    width: 95%;
}
.mu_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mu_left{
    display: flex;


}
.mu_left select{
    border-radius: 10px;
    outline: none;
    width: 50%;
    padding-left: 10px;
    border: 1.5px solid #333333;
    height: 2.5rem;
    margin-top: .4rem;
}
.c_edit_selectBx{

    background-color: #9B9EED;
    height: 3rem;
    border: none !important;
    outline: none !important;
    padding: .5rem;
    border-radius: 10px;
    color: white !important;

}

.mu_right *{
    margin-right: 1rem;
}
.mu_right_optionbox{
    display: flex;
}
.mu_userList{

    height: 35rem;
    overflow-y: scroll;

}

table {
    border-collapse: separate;
    border-spacing: 0 15px;
  }
  thead{
      background-color: white;
  }
  tbody{
    background-color: white;
}
  th {

    color: black;
  }
  th,
  td {
    width: 150px;
    text-align: center;
    padding: 5px;
  }

  /* submisiion page */
  .approval_list{
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: -1rem;
      flex-wrap: wrap;
      overflow-x: scroll;
  }
  .sub_left_sub_item{


    background-color: white;
    flex: 1 0 30%;
  margin: 5px;
  height: 125px;
  width: 100%;
  margin: 1rem;
    display: flex;
    justify-content: space-around;


}

/* submission detil page */
.modal .modal-dialog.centered {
    position: fixed;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}
.modal_btns{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   padding: 5rem;
}
.modal_cancel{
color: rgb(69, 212, 69);
border-radius: 10px;
padding: 1rem;
font-weight: bold;
border: 1.5px solid rgb(69, 212, 69);
background-color: transparent;
box-shadow: 12px 12px 2px 1px rgba(192, 192, 192, 0.089);
}
.modal_ok{
    box-shadow: 12px 12px 2px 1px rgba(192, 192, 192, 0.089);
    color: rgb(250, 249, 249);
    border-radius: 10px;
    padding: 1rem;
    font-weight: bold;
    border: none;
    background-color: rgb(238, 71, 71);
    margin-left: 1rem;

    }

.sub_detil_video{

    background-color: rebeccapurple;
    height: 40rem;
    width: 35rem;
    border-radius: 10px;
}
.sub_detil_des{
    width: 100%;
    background-color:white;
    height: 10rem;
    margin-top: 2rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_detil_secondary_container_main{
    height: 100%;
    width: 100%;

}
.sub_detil_secondary_container{
    background-color: #fff;
    margin-top: auto;
   flex: 1;

}
.kl{
    margin-top: 3rem;
    font-size: 1.3rem;
    display: flex;
    justify-content: start;

    flex-direction: column;
    width: 100%;


}
.category:not(:last-child){
    border-bottom: 1.2px solid #777;


}
.sub_detil_data{
    font-size: 2rem;
    font-weight: bold;
}
.sub_detil_right_container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: scroll;
}
.category_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    flex-direction: column;

}
.category_btn_approved{
    padding:0 5rem;
    height: 3rem;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: rgba(53, 196, 53, 0.904);

}
.category_btn_decline{
    padding:0 5rem;
    height: 3rem;
    border-radius: 20px;
    outline: none;
    border: 1.2px solid rgba(219, 74, 74, 0.89);
    background-color: transparent;
    color: red;
}

/* view user */
.vu_container{
    background-color: white;
}
.vu_right_container{

    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-direction: column;
    margin-left: 1rem;
}
.vu_left_container{

    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-direction: column;
    margin-left: 2rem;
    margin-top: -.8rem;
}
.vu_right_item{
    display: flex;
    flex-direction: column;
    position: relative;
}
.vu_social_icon{
    position: absolute;
    margin-top: 3rem;
    margin-left: 1rem;
}

.vu_right_item input{
    height: 4rem;
}

/* user dashboard */
.u_chart_container{
    height: 75%;
}
.user_dashboard_chart{
    height: 70vh;
    width: 100%;
    margin-top: 1rem;
    background-color: white;
}
.user_chart_header{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.chart_headerOp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -2rem;
}
.chart_header_container{
    margin-top: 1rem;
    border-radius: 10px;
    color: white;
    padding: .5rem;
    height: 4rem;
    background-color: rgba(77, 197, 77, 0.822);
}
.chart_header_container2{
    height: 4rem;
    margin-top: 1rem;
    border-radius: 10px;
    color: white;
    padding: .5rem;
    background-color: rgba(77, 119, 197, 0.822);
}
.user_chart_header select{

    border-radius: 10px;
    outline: none;
    margin-top: 1rem;
    padding-left: 10px;
    border: 1.5px solid #333333;
    height: 2.5rem;
}
/* create User */
.input_unit_fixed {
    position: absolute;
    display: block;
    left: 5px;
    top: 55%;
    z-index: 9;
    font-weight: bold;
  }














/* chart */
#myChart, #downloadDataChart{

    height: 100% !important;
}


  /* checkbox */
  .checkbox {
    width: 140px;
    height: 42px;
    position: relative;
    background-color: #9B9EED;
    border-radius: 60px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;



}
.checkbox a:hover{
    color: #000;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox label {
    position: relative;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 8%;
    top: 10%;
    margin: 4px;
    width: 15px;
    height: 15px;
    transition: transform 0.28s ease;
    border-radius: 5px;
    border: 2px solid white;
    padding: .5rem;
}
.checkbox label:after {
  content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 10px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: white;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}
.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}






  @media (min-width: 768px) and (max-width: 1280px) {


    .row-eq-height {

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

      }


  }
  @media screen and (min-width: 768px) {
 .custom_nav {
        margin-left: 0px !important;
    }
  }

  @media screen and (max-width: 767px) {

    .u_chart_container{
        height: 50% !important;
    }
    .user_chart_header{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .vu_left_container{
        margin-left: 0 !important;
    }
    .mu_right_optionbox{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 1rem;
    }

   .mu_c_heading{

    width: 100% !important;
   }
    .t_md{
        margin-left: -1rem;
    }

    .mu_right {
        display: flex;
        flex-direction: column;
    }
    .row-eq-height {

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

      }

      .dashboard_left_container {
        margin-top: 3rem;
        margin-left: -2rem;
    }

    /* submisiion page */
    .left_sub_primary{
        font-size: 1.5rem;
    }
    .left_sub_primary1{
        font-size: 1rem;
    }
    .left_sub_des{
        width: 50%;
         margin-top: 1rem;
    }
    .left_sub_video{
        width: 40%;
    }

    .mu_right select{
        margin-right: auto;
        margin-top: .5rem;

    }

    .sub_detil_video {
        margin-left: -1rem;
    }
    .header_name{
        display: none;
    }

}


/* sidebar sublisting */
.sidebar-menu li .sub_Listing{
    display:none;
    position:absolute;
    list-style:none;
    left:80%;
    padding:0;
    top:-2%;
    height: 20rem;
    width: 16rem;
    
 }
 .sidebar-menu li:hover .sub_Listing{
   display:block
 }
.sidebar-menu li .sub_Listing a{
   padding:5px 10px;
   display:block;
   color:#fff; 
   text-decoration:none;
}
.sidebar-menu li .sub_Listing a:hover{
   color:#ccc;
}
.sub_item{
    color: rgb(0, 0, 0);
    background-color:white;
    box-shadow: 1px 1px 5px rgb(119, 119, 119);
    padding: .5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sub_item:not(:first-child){
    margin-top: 1rem;
}
.treeview{

    height: 10rem;
}





