:root{
    --primaryColor: #3953a0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body{
    align-content: center;
    justify-items: center;
    font-family: 'Roboto', sans-serif;

}

.form-control-primary {
    margin: 10px;
    opacity: 0.2;
    border-radius: 2px;
}
.sidebar {
    position: fixed;
    top: 0;
    left:0;
    bottom:0;
    z-index:100;
    padding: 70px 0 0 10px;
    border-right: 1px solid #d3d3d3;
}
.sidebar-left{
    position: sticky;
    top: 0;
    height: cal(100vh - 70px);
}
.sidebar-nav .divider{
   
    margin: 10px 10px 0 ;
}

.sidebar-nav li .nav-link{
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: left;
}
.sidebar-nav li .nav-link:hover{
    background: #464e57;
}
main{
    padding: 70px 0 0 0;
}

main h1{
    float: left;
}
main button{
    float: right;
}
main .left-buttom{
    margin-top: 10px;
    float: left;
}

.newAct{
    margin: 70px 40px;
    align-content: center;
    justify-content: center;
}
.myLeft{
    float: left;
}


table img{
    width: 50px;
    height: 50px;
    border-radius: 250px;
}

table .btn{
    margin: 0;
}

.deshDivShadow{
    border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    float: left;
    margin: 10px;
    padding: 10px 20px 0 10px;
    background: #f9faff;
}
.deshDiv{
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 10px;
    padding: 10px 20px 0 10px;
    background: #f9faff;
    align-items: center;
    justify-content: center;
}

.dates{
    border-radius: 50px;
    -moz-border-radius: 50px;
    background: blue;
    color: white;
    width: fit-content;
    width: fit-content;
    padding: 0  20px;
}


.dates p{
    margin:  5px 5px 10px 5px;
}


.deshDivShadow svg{
    width: 50px;
    height: inherit;
    border-radius: 10%;
    -moz-border-radius: 10%;
    background: rgb(15, 173, 134);
    padding: 10px;
    color: lightyellow;
    float: left;
}
.align-left{
    float: left;
}
center h3{
    margin-top: 0;
}

.deshDivShadow div{
    float: left;
}

.deshDivShadow .inner-class h2{
    padding: 0;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


  /* Login */

  body .loginContainter{
    width: 350px;
    height: fit-content;
    align-content: center;
    justify-items: center;
    margin: auto;
    margin-top: 100px;
    border-radius: 6px;

    background-color: #fff;
  }
.loginContainter img{
    width: 200px;
    margin: auto;
}
  .loginButtons{
    margin: auto;
  }
  .loginContainter h4{
      margin-top: 40px;
  }
  .loginContainter input{
      margin-top: 10px;
      background-color: #f9faff;
      padding: 20px;
      border: #ccc solid 1px;
  }

.loginButtons button{
    background-color: var(--primaryColor);
}
.loginButtons div a{
    padding: 20px 10px;
    
}

.errorMsg{
    width: 100%; 
    color: white;  
    padding: 10px; 
    background-color: red;
    font-weight: 100;
    text-align: center;
}
body .activationContainter{
    width: 80%;
    height: fit-content;
    align-content: center;
    justify-items: center;
    margin: auto;
    border-radius: 6px;
    padding: 20px;
    background-color: #fff;
    margin-top: 150px;
  }
.objective_item{
    margin: 20px;
    padding: 10px;
    background: #F7F8FA;
    border-radius: 6px;
    -moz-border-radius: 6px;
}
.actText{
    font-weight: 300 !important;
    text-align: left;
}
.actText h1{
    font-weight: 300 !important;
}

@media screen and (max-width : 600px) {
    .objective_item{
        margin: 10px 0 !important;
    }
    .actText{
        text-align:center
    }
}

@media screen and (min-width : 601px) {

    .actText{
        margin-top: 20px !important;
    }
}
.text_obs{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    border-bottom: 1px solid #3953a0 !important;
}
.text_obs:hover{
    transition: 1.5s;
    border-bottom: 3px solid #3953a0 !important;
}
.obCheck{
    float: right !important;
    margin: 0px 10px;
    width: 20px;
    height: 20px
}
.objective_item label{
    font-weight: 500;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.activation_displayPic{
    width: 100%;
    height: 100px;
    
}
.actHeader{
    width: 100%;
    height: 100px;
    background: #fff;
    align-content: center;
    justify-items: center;
    margin: 0;
}
.actHeader h1{
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.actHeader p{
    text-align: center;
    color: #fff;
}

.displayPic img{
    width: 150px;
    height: 150px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 70px 20px 0 20px;
    position: relative;
    float: left;
}
.displayPic {
    width: 100%;
    height: fit-content;
    align-content: center;
    justify-items: center;
    overflow: auto;
}

.actdisplay{
    width: 100%;
    height: 150px;
}

.displayPic h1{
    font-weight: 200;
}

.barContainer{
    border-radius: 50px;
    -moz-border-radius: 50;
    border: #c0c0c0 solid 1px;
}

.date_text{
    font-size: small;
    font-weight: 400;
}

.spanDatesIcon{
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    padding: 10px;
    width: fit-content;
    overflow: auto;
}
.spanDatesIcon:hover .date-table {
    display: block;
    background: #464e57;
}
.spanDatesIcon:hover{
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.bargragh{
    transform: rotate(180deg); 

}
.y-axes{
    color: #00c79d;
    float: right;
    height: 100%;
    border-left: #464e57 solid 1px;
    padding-bottom: 50px;
}
.y-axes p{
    padding-top: 15%;
    transform: rotate(180deg); 
    padding-right: 10px;
    text-align: right;
}
.x-axes{
    width: 100%;
    height: 20px;
    background: rgb(255, 0, 0);
    float: right;
}

.bar{
    background: #3953a0;
    margin: 0 10px 0 10px;
    width: 40px;
    float: right
}
.bar p{
    font-size: 12px;
    transform: rotate(180deg); 
    text-align: center;
    color: white;
}

.bar:hover p{
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
}
.right_col{
    margin: 0 10px;
}
@media screen and (max-width: 600px) {

    .myProfile{
        display: none !important;
        padding: 0;
        margin: 0;
    }
    .left_sidebar{
        display: none !important;  
    }
    .right_col{
        margin: 10px 0;
    }
    .main{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .navEdit a{
        font-size: 10px!important;
    }

    .mobileSlider{
        display: block !important;
        position: absolute;
        width: 90%;
    }  
}

.outMenu{
    position: fixed;
}

.left_sidebar{
    z-index: 1000;
}
.left_sidebar p{
    display: inline;
    color: #3953a0;
    margin-top: 5px;
}
.left_sidebar .innerIcon{
    top: 10px;
    right: 0;
    color: #3953a0;
    position: absolute;
}
.slideText,.innerIcon{
    display: none !important;
}

.mainSliderText p{
    display: inline !important;
}
.mainSliderText .innerIcon{
    display: block !important;
}
