/* custom css */
.tabs-style-4.standards .nav.panel-tabs li a.active {
    color: #282828;
    background: #ecf0fa;
    position: relative;
}
.tabs-style-4.standards .nav.panel-tabs li a {
    width: 117%;
    padding: 10px 7px 9px 10px;
    background: none;
    border-radius: 0px;
    margin: 0px 0 10px 0;
    text-align: center;
    display: block;
    color: #949eb7;
    font-size: 15px;
    font-weight: 500;
    border: none;
}
/* .description {
    font-size: 14px;
} */
.zoom-in {
    cursor: zoom-in;
}
.tabs-style-4.standards .nav.panel-tabs li.internal a {
        font-size: 13px;
}
.width-100 {
    width: 100%;
}
.wb-normal {
    word-break: normal;
}
.pointer {
    cursor: pointer;
}
.fix-height {
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}
.task-title {
    font-size: 12px;
    text-transform: none;
    line-height: 1.3em;
    color: #242f48;
}
textarea {
    resize: none;
}
.visible {
    overflow: visible;
}
.v-bottom {
    vertical-align: bottom;
}

@media screen and (min-width: 767px) {
    .kanban-grid {
        margin-right: -7px;
    }
}

.noti-count {
    position: absolute;
    font-size: 12px;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    color: #fff;
    top: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    right: 0;
}
.drop-area {
    margin: auto;
    border: 1px dashed #ccc;
    text-align: center;
}

.fileElem {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2;
}

.drop-zone-active {
    border-color: blue;
}
.comment-data  img {
    max-height: auto;
    max-width: 200px;
}

.side-bg {
    background-color: #fafafa;
}
.side-info {
    min-height: 100vh;
}
.min-h-50vh {
    min-height: 50vh;
}
.max-h-50 {
    max-height: 54px;
    min-height: 54px;
}
.vl-middle {
    vertical-align: middle;
}

.angular-editor-textarea img{
  max-width: 200px;
  max-height: auto;
}

.cdk-drag {
    cursor: move;
}
.cdk-drag-disabled {
    cursor: auto;
}




/*tooltip Box*/
.con-tooltip {

  position: relative;

  display: inline-block;

  transition: all 0.3s ease-in-out;

}


.con-tooltip:hover .tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
  /* animation: odsoky 1s ease-in-out infinite  alternate; */

}
@keyframes odsoky {
  0%{
    transform: translateY(6px);
  }

  100%{
    transform: translateY(1px);
  }

}

.bgpro-img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    border: 2px solid #ebeffa;
}
.upload-icon {
    vertical-align: bottom;
    position: absolute;
    right: 0;
    bottom: 18px;
}
.no-margin {
    margin: 0 !important;
}
.ques-list .cate-name {
    font-size: 15px;
    transition: all 0.3s linear;
}
.ques-list .active {
    color: #282828;
    background: #ecf0fa;
    position: relative;
    /* color: #949eb7; */
    font-weight: 500;
}
.que-title {
    font-weight: 700;
    color: #575757;
    text-transform: uppercase;
}


.form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}





h5 span{
  cursor: pointer;
  color: red;
}

.card-danger{
border: none;
border-top: 2px solid 2px solid #ee335e !important;
background: white !important;
border-radius: 0;
}
.badge-danger{
border: 1px solid red;
}


.tooltips {
    position: relative;
  }
  

  .tooltips .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: rgb(31, 31, 31);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    font-size: 12px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    /* top: -215%; */
    top: -30px;
    left: 40%;
    margin-left: -40px;
  }

  .tooltips .tooltiptext.tool-auto {
    width: auto;
    padding: 5px 10px;
    /* top: -215%; */
    top: -30px;
    right: -10px;
    left: auto;
}
  
  .tooltips:hover .tooltiptext {
    visibility: visible;
  }


  .tooltips .tooltiptextlight {
    visibility: hidden;
    width: 120px;
    background-color: rgb(52, 153, 247);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -50%;
    left: 56%;
    margin-left: -60px;
  }
  
  .tooltips:hover .tooltiptextlight {
    visibility: visible;
  }


  a{
    cursor: pointer;
}

.grid .individualCard:hover{
    background-color: gray;
}

.grid i{
    cursor: pointer;
}
.topIcon i {
    color: rgb(172, 172, 172);
    font-size: 24px;
    margin-top: 5px;
}
.topIcon i:hover{
    color: rgb(27, 112, 223);
}

.self_provider_logo{
    width: 30px;
    height: auto;
}
.userlist-table .btn-sm {
    padding: .2rem .7rem;
    font-size: .7rem;
    margin: 0;
}