/* DevTool Framework Support Library */
 .disable-div{
   pointer-events: none;
   opacity: 0.4;
 }	

/* File-Input */
 .file-cover {
   position: relative;
   border:2px dashed #d0d0d0;
   text-align: center;
 }
 .file-input {
   position: absolute;
   height: 100%;
   width: 100%;
   opacity: 0;
   right: 0;
   top: 0;
   cursor: pointer;
 }
/* File-Input */

/* Upload Button */
 .upload-btn-cover {
   position: relative;
   text-align: center;
 }
 .upload-btn-input {
   position: absolute;
   height: 100%;
   width: 100%;
   opacity: 0;
   right: 0;
   top: 0;
   cursor: pointer;
 }
/* Upload Button */

/* Image-Input */
 .image-cover {
   position: relative;
   border:2px dashed #d0d0d0;
   text-align: center;
 }
 .image-input {
   position: absolute;
   cursor: pointer;
   height: 100%;
   width: 100%;
   opacity: 0;
   right: 0;
   top: 0;
 }
/* Image-Input */

/* Profile-Input */
.profile-cover {
   position: relative;
   text-align: center;
   background-repeat: no-repeat;
   background-size: cover;
   height:125px;
   width: 125px;
}
.profile-input {
   position: absolute;
   cursor: pointer;
   z-index: 2;
   font-size:30px;
   height: 140px;
   width: 140px;
   opacity: 0;
   right: 0;
   top: 0;
}
/* Profile-Input */

.jsonInput{
  border: 0px;
  border-bottom: 2px solid #adadad!important;
  border-right: 2px solid #adadad!important;
}

.jsonInput:focus {
  box-shadow: 0 0 0 0 !important;
}

.jsonInputInline{
  border: 0px;
  box-shadow: inset 0px 0px 3px 0.2px #e8e8e8;
  background: #fff;
}

.jsonInputInline:focus {
  box-shadow: 0 0 0 0 !important;
}

.table-sm td{
  padding-left: 10px;
}

/*Div Scroll*/
/* width */
.scroll-div::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
.scroll-div::-webkit-scrollbar-track {
  background: #fdfdfd;
}

/* Handle */
.scroll-div::-webkit-scrollbar-thumb {
  background: #e4e4e4;
}

/* Handle on hover */
.scroll-div::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}

/**/
.loading-data{
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
}

/* ck Editor */
.ck-balloon-panel_arrow_nw{
 z-index: 100!important; 
}

/* Profile  */
.avatar-profile {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Btn Hover  */
.btn-hover:hover{
 background-color: #595f7238;
 cursor: pointer;
 margin-bottom:3px ;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #b1b4bb4a; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #757d9694; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #757d96c9; 
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 .table_height{
  min-height: 85.5vh;
 }
 /*remove_filter_lg*/
  #remove_filter_lg{
   width:0px; 
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 .table_height{
  min-height: 85.5vh;
 }
 /*remove_filter_lg*/
  #remove_filter_lg{
   width:0px; 
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 .table_height{
  min-height: 87.8vh;
 }
 /*remove_filter_lg*/
  #remove_filter_lg{
   width:0px; 
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 .table_height{
  min-height: 90.8vh;
 }
 /*remove_filter_lg*/
  #remove_filter_lg{
   width:0px; 
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 .table_height{
  min-height: 90.8vh;
 }
 /*remove_filter_lg*/
  #remove_filter_lg{
   width:50px; 
  }
}

/* Extra large devices (xxl screen, 1200px and up) */
@media only screen and (min-width: 1900px) {
 .table_height{
  min-height: 93.3vh;
 }
 /*remove_filter_lg*/
  #remove_filter_lg{
   width:50px; 
  }
}

/* Box Hover */
.box-shadow-hover:hover{
  box-shadow: 0 4px 8px 0 #31374a54;
}

/* Box Hover */
.box-bg-hover:hover{
  background-color: #c1cddd1c;
  cursor: pointer;
}

/* Box Hover */
.box-bg-hover:active{
  background-color: var(--phoenix-white);
}