.ql-container{
    height:calc(100vh - 616px) !important;
}

.fileContainer{
    box-shadow: none !important;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 3px !important;
    min-height: calc(100vh - 440px) !important;
}

._2ZJvp, tbody, td, tfoot, thead, tr{
    border: 1px solid lightgrey;
}

._2ZJvp{
    border-collapse: separate !important;
}

._2Y_iI{
    height: 64px !important;
}



#modal-note .ql-container{
    height: 100px !important;
}
#modal-note .ql-editor{
    height: 100px !important;
}
.consDiv .ql-container{
    height: 200px !important;
}
.consDiv .ql-editor{
    height: 200px !important;
}
.consLiveEditor .ql-container{
    height: 400px !important;
}
.consLiveEditor .ql-editor{
    height: 400px !important;
}


.myKnob{
    width: 39px; height: 23px; position: absolute; vertical-align: middle; margin-top: 23px; margin-left: -54px; border: 0px; background: none; font: bold 14px Arial; text-align: center; color: rgb(240, 80, 80); padding: 0px; appearance: none;
}

.sigCanvas1{
    background-color: aliceblue;
    width: 100%;
    height: 250px;
}

.my-background-image {
    background-image: url('../images/bg-auth3.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 999999;
    /* position: absolute; */
}
  
.my-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(119,213,204,0.5);
}

.react-switch {
    vertical-align: middle;
    margin-left: 4px;
  }

  .left-side-menu.visible {
    display: block; /* Display the menu when the 'visible' class is added */
  }