.collapsible {
    display:none;
}
.showing {
    display:block!important;
}



  .ql-editor strong{
    font-weight:bold;
}
.brand-logo {
    height:100%
}
.logoimg{
    height:100%;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
    display:flex;
}
.otp-code{
    text-align: center;
    font-weight: bold;
    font-size: 34pt;
    }

.ca-frame {
    position:absolute;
    z-index: 1000;
    width:400px;
    height:400px;
    background-color:lightblue;
    left:calc((100vw - 400px) / 2);
    top:calc((100vh - 400px) / 2);
    margin:0px;
    padding:0px;
}
.ca-show{
    display:block;
}
.ca-hidden{
    display:none;
}
.ca-iframe{
    border-style: none;
    width:100%;
    height:100%;
    overflow: hidden;
}
.file-icon {
    float: none!important;
    padding-left:5px;
}
.large-spinner {
    float: none!important;
    font-size:46pt;
    
}
.spinner-div{
    text-align: center;
}

.modal-background {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }