/* CUstom  */

#courseSparkChart .apexcharts-svg foreignObject {
  width: 100% !important;
}


#courseSparkChart .apexcharts-canvas,#courseSparkChart .apexcharts-svg {
  width: 100% !important;
}

#courseSparkChart  .apx-legend-position-left {
  left: 360px !important;
}


#coursePie1 .apx-legend-position-right {
  height: auto !important;
}

.dt-buttons.btn-group {
    position: absolute;
    top: 20px;
    left: 200px;
}

/* table.dataTable th:nth-child(6) {
  width: 250px;
  max-width: 250px;
  word-break: break-all;
  white-space: pre-line;
}

table.dataTable td:nth-child(6) {
  width: 250px;
  max-width: 250px;
  word-break: break-all;
  white-space: pre-line;
} */

.logo_back_1{
  position: relative;
  height: 100vh;
}
.logo_back_1::before{
  content: '';
  background-image: url('../img/media/niramay_login.png');;
  background-size:100% 100%;
  display: block;
  height: 100%;

  position: absolute;
  z-index: 99;
  left:0px;
  right:15px;
}
.over-hidden{
  overflow: hidden;
}

@media only screen and (min-width: 1250px){
  .logo_back{

    height: 100vh;
  }
  
}
select.parsley-success{
  border-color: #22c03c !important; 
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(1.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

#courseCatChart {
  /* min-height: 395px; */
  max-height: 50px;
  overflow-y: auto;
  overflow-x: scroll;
}

 .auto_height_chart #coursePie1,.auto_height_chart .apexcharts-theme-light,.auto_height_chart #SvgjsSvg1815.apexcharts-svg,.auto_height_chart foreignObject{
  height: 100% !important;
  min-height: 100% !important;
  /* overflow: auto !important; */
}
/*.auto_height_chart .apexcharts-theme-light{ */
  /* width: 100% !important; */
/* } */

.scroll_height {
/* height: 500px !important; */
}
.scrolling_height{
  /* overflow-x: hidden; */
  /* overflow-y: hidden; */
}
.apexcharts-legend .apexcharts-align-center .apx-legend-position-right{
  height: 100%;
}

.divScroll {
/* overflow-x:scroll; */
margin: 20px;
height: 330px;
/*width:200px;*/
}
.div_margn{
  margin-right: 0px;
}
.divScroll_1{
  overflow-x:scroll;
margin: 20px;
height: 330px;
}
.tbl-fix_1 th{
  position: sticky;
  top: 0px;
  background-color: white;
}

.tbl-fix_1 thead th {
    vertical-align: bottom;
    background-color: white;
}

.tbl-fix th{
  position: sticky;
  top: 0px;
  background-color: white;
}
/*.tab{
width: 180px !important;
}*/
/*.cont{
        float: left !important;
    margin-left: -194px !important;
}*/

.tsxt-f{
color: #37374e;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 0 15px 5px;
  }
  /*.tab1{

    width: 162px;

  }
  .tab2{

    margin-left: 54px;
    width: 160px;

  }*/
  .row-xs > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
}