.lang-block{
    padding: 20px 20px !important;
}

.lang-block .nav-item a{
    color: #727272;
 font-size: 20px;
 box-shadow: 0 3px 17px 1px rgba(0,0,0,0.09);
margin: 10px !important;
padding: 13px 10px !important;
border-radius: 20%;
}
.lang-block .nav-item a:hover {
    color: black;
    font-weight: 550;
    box-shadow: 0 3px 17px 1px rgba(0,0,0,0.22);
}

   

.form{
    width:500px;
    margin:0 auto;
}
.form .search { 
    padding:6px 15px 6px 30px;
    margin:3px; 
    background: url('./images/search.png') no-repeat 8px 6px; 
}
.rounded { 
    border-radius:15px; 
    -moz-border-radius:15px; 
    -webkit-border-radius:15px; 
}
.charts{
    padding: 30px;
    
    
}
/*SEARCH FORM*/
.search-form {
    border-radius: 30px 0px 0px 30px;
    border-right: none;
    
}

 .search-btn {
    border-radius: 0px 30px 30px 0px;
    cursor:pointer;
    background-color: #ffffff;
    color: black;
     border-color: #333;
     font-size: 15px;
     padding: 12px 15px;
}
.card-header{
    background-color: #ffffff;
    font-weight: 700;

}
.card-header .far {
    font-weight:500;
    font-size: 15px;
    color: #19d88e;
}
.card {
    box-shadow: 0 3px 17px 1px rgba(0,0,0,0.09);
}
.for-charts{
    padding-top: 20px;
}
.search-form{
    font-size: 15px;
}
.table{
    font-size: 15px;
    text-align: center !important;

}
.input-group {
    width: auto;
    
}


.table .thead-light th:first-child{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.table .thead-light th:last-child{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.table .thead-light th {
    border: none
}
.table tbody tr:first-child{
    border:none;
}
.card-body{
    height: 450px;
}

.reports-downloads-body{
    height: 200px;
}

.Ids{
    padding-bottom: 20px;
}
.dropdown{
    padding-bottom: 25px;
}
.dropdown button{
   
    width: 250px; 
    border-color: #000000;
    background-color: #ffffff;

}
.id-selection{
    padding-left: 10px;
}
/*.crop-select__label {*/
    /*color: #000000 !important;*/
    /*font-weight: 500;*/
/*}*/
.for-content-selection{
    padding: 30px;
}





.img-upload {
    position: relative;
    max-width: 205px;
    /* z-index: 100 ; */
}
.img-edit {
       
       /* z-index: 1; */
 width: 100%;
  height: 100%;
      
 }
 .img-edit  input {
    display: none;
 }
.img-edit label {
     display: inline-block;
     width: 100%;
     height: 100%;
     margin-bottom: 0;
     background: #FFFFFF;
     border: 1px solid transparent;
     box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
     cursor: pointer;
     font-weight: normal;
     transition: all .2s ease-in-out;
    /* z-index: 50; */
}
.img-edit input label :hover {
     background: #f1f1f1;
     border-color: #d6d6d6;
 }
               
            
 .img-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border: 1px solid #424242;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20%;
}

     
.img {
     width: 100%;
     height: 100%;
       /* z-index: 200; */
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 20%;
     position: absolute;
    }


  .img i{
    width: 100%;
    height: 100%;
    font-size: 50px;
    text-align: center;
    color: #ababab;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding-top: 25%;
   
  }
  .button-hide{
    width: 120px;
    height: 120px;
    border-radius: 20%;
    opacity: 0;
    z-index: 20;
    position: relative;
  }

  .select-frm{
      width: 200px !important;
  }
  .button-rw{
      padding-top:40px; 
  }
  .selection select{
      width: 300px !important;
  }
  .selection input{
    width: 300px !important;
}
.selection .content-text{
    width: 100%;
}

  .space_{
      padding-left: 0;
      padding-top: 30px !important;
  }
  .padding-b-t-10{
      padding: 20px 0px !important;
      color: #000000 !important;
      font-size: 15px !important;
  }
  .for-content-detail{
      padding: 50px;
  }