body {
    background-color: #375DCF17;
    height: calc(100% - 41px);
  }

body ::-webkit-scrollbar{
    width: 2px;
    height: 2px;
}
.pointer{
    cursor: pointer;
}
.nb{
    border: none !important;
}
.secondaryButton{
    background-color: transparent !important;
    color: #375DCF !important;
}
.secondaryButton:hover{
    background-color: transparent !important;
    color: rgba(55, 93, 207, 0.7) !important;
}
.greyText{
    color: #888E9F;
}
.zeroMargin{
    margin: 0 !important;
}

.zeroPadding{
    padding: 0 !important;
}
.sun-editor{
    border: 1px solid #efefef !important;
    border-radius: 4px !important;
}
.sun-editor .sun-editor-editable{
    padding: 16px !important;
    font-family: 'Nunito Sans','Helvetica Neue',Arial,Helvetica,sans-serif !important;
}
.sun-editor-editable{
    padding: 0 !important;
    font-family: 'Nunito Sans','Helvetica Neue',Arial,Helvetica,sans-serif !important;
}
.sun-editor .se-toolbar{
    outline: none !important;
    background-color: #F5F7FD !important;
}
.sun-editor .se-toolbar.se-toolbar-inline{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{
    border-radius: 12px !important;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{
    background: #EEF0F6;
    mix-blend-mode: normal;
    border-radius: 12px 12px 0px 0px;
    border: none !important;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{
    
    font-family: 'Nunito Sans','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 32px !important;
    text-align: center !important;
    letter-spacing: 0.02em;
    color: #1E2437;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{
    display: none;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{
    border: none !important;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{
    background-color: #375dcf;
    color: #FFFFFF;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{
    text-align: center;
}
._se_tab_content_image .se-dialog-body>.se-dialog-form:nth-child(2){
    display: none;
}
.sun-editor .se-dialog-tabs{
    display: none !important;
}
.sun-editor-editable audio{
    outline: none;
}
.sun-editor-editable :not(.se-code-language .katex) span{
    display: "" !important;
    vertical-align: "" !important;
}
.sun-editor .se-btn-module-border{
    border: none !important;
}
[data-tooltip]:before{
    line-height: 0.75em !important;
    font-size: 12px !important;
}
[data-tooltip]:after{
    font-size: 12px !important;
    line-height: 0.75em !important;
    font-weight: 300 !important;
    
}
.ui.checkbox .box:after, .ui.checkbox label:after{
    font-size: 12px !important;
}
.ui.checkbox.toggle input[type="checkbox"]~label:before{
    border: none !important;
    background-color: #375DCF22 !important;
}
.ui.checkbox.toggle input[type="checkbox"]:checked~label:before{
    border: none !important;
    background-color: #375DCF !important;
}
input[type="checkbox"]~label:before{
    border: 1px solid #375DCF !important;
    color: #FFF !important;
}
input[type="checkbox"]:checked~label:before{
    background-color: #375DCF !important;
    color: #FFF !important;
}
input[type="checkbox"]:checked~label:after{
    content: '\2714' !important;
    color: #FFF !important;
}
.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after{
    background-color: #375DCF !important;   
}
.show-more-btn {
    margin: auto;
    cursor: pointer;
    color: #0095e5;
    white-space: nowrap;
    transition: color 300ms ease-in-out;
    border: 0;
    font-size: 0.8em;
    background: transparent;
  }
  .show-more-btn:hover {
    color: red;
  }
  .scribeHelp{
      color: #375DCF;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
  }