.table-responsive {
    display: block;
    overflow-x: hidden;
}

label.error{
  color: #fa0000;
  font-size: 13px;
  position: absolute;
  display: block;
  bottom: -26px;
}

.swal-text{
  text-align: center!important;
}

.img-60{
  height:60px;
  width:60px;
  object-fit: cover;
}

.img-80{
  height:80px;
  width:80px;
  object-fit: cover;
}

.img-100{
  height:100px;
  width:100px;
  object-fit: cover;
}

.img-140{
  height:140px;
  width:140px;
  object-fit: cover;
}

.img-150{
  height:150px;
  width:150px;
  object-fit: cover;
}

.img-200{
  height:200px;
  width:200px;
  object-fit: cover;
}
/* -------------- Custom Drag And Drop ------------*/
.file-upload {
    background-color:#ffffff;
    width:100%;
    margin: 0 auto;
    padding:10px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:dotted 1px #eeeeee;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    border: 1px dashed #cccccc;
    position: relative;
    border-radius: 5px;
  }
  .image-upload-wrap:hover{
    border-color: #333333;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    padding:30px 0;
    text-align: center;
  }
  
  .drag-text i{
    font-size:40px;
    color: #789bec;
    margin-bottom: 10px;
  }
  
  .drag-text h3 {
    font-size:16px;
    font-weight: 500;
    color: #333333;
    
  }
  
  .file-upload-image {
    max-width:300px;
    margin: auto;
    padding: 10px;
  }
  
  img.file-upload-image{
    padding:5px;
    margin-bottom:6px;
    border: dashed 1px #cccccc;
    border-radius: 10px;
  }
  
  .file-upload-image img{
    max-width:300px;
    height: auto;
  }
  .file-upload-content {
    display: none;
    text-align: center;
    
  }
  
  /*-----------------------
   Upload Image
  --------------------------*/
  
  .row-image {
    position:relative;
    padding: 10px 0px;
    width: 110px;
  }
  
  .row-image a.btn_remove{
    position: absolute;
    top: -5px;
    right: 0px;
    line-height:15px;
    text-align: center;
    z-index: 1;
    height:24px;
    width: 24px;
  }
  
  .upload-media{
      background: #ffffff;
      background-size: 100%!important;
      border:solid 1px #eeeeee;
      height:100px;
      width:100px;
      cursor:pointer;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      border-radius: 10px;
      position:relative;
      overflow: hidden;
  }
   
  
  .upload-media:hover{
      background: #fbfbfb;
      -webkit-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
      -moz-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
      box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
  }
  
  .upload-media input.upload-hidden{
      width:100%;height:100px;
      position:absolute!important;
      top:0!important;
      left:0!important;
      padding:0; 
      margin-top:0px; 
      margin-left:0px;
      opacity:0!important;
      cursor:pointer;
      display: block !important;}
  
  .upload-media i{
    font-size: 30px;
    color: #999999;
    line-height:96px;
  }
      
  .upload-media img {
      vertical-align:middle;
      width:100px;
      height:100px;
      background-size: 100%;
    }
.upload-media .images{opacity: 0}
.upload-media .images:hover{
    opacity:1
}


/** Custom Select OPtion */
.selectdiv {
  position: relative;
  float: left;
  min-width: 180px;
  margin-top: 10px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #cccccc;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 60px;
  top: 10px;
  padding: 0 0 2px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 130px;
  max-width: 320px;
  float: right;
  padding: 0px 24px;
  font-size: 14px;
  line-height: 1.75;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

/** Nav Tab */
.custom-nav-tabs{
  border:0px;
}
.custom-nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.custom-nav-tabs .nav-link {
  color: #525f7f;
}
.custom-nav-tabs .nav-link {
  display: block;
  padding: 10px 20px;
}

.custom-nav-tabs  .nav-item {
  margin-bottom: -1px;
  margin-right: 2px;
}


/** Button file upload  */
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}
.card-body img{
  max-width: 100%;;
}


/* Style button input file */
input[type=file]::file-selector-button {
  margin-top:-5px;
  border: none;
  background:#37d5f2;
  padding: 6px 20px;
  border-radius:2px;
  color: #ffffff;
  cursor: pointer;

}

input[type=file]::file-selector-button:hover {
  background:#37d5f2;
  color:#ffffff;
}



.card-profile-image input[type="file"] {
  opacity: 0;
  position: absolute;
  padding-top: 30px;
  padding-bottom: inherit;
  z-index:999999;
  cursor: pointer;
  left: 0;
  right: 0;
  text-align: center;
  top: 0px;
  width: 100%;
}

.card-profile-image span.button{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top:25px;
  text-align: center;
  font-size:25px;
}

@media only screen and (max-width:768px) {
  .table-responsive {
      overflow-x:auto!important;
  }
  
}


@media only screen and (max-width:1450px) {
    .table-responsive {
        overflow-x:auto!important;
    }
    
}