@charset "UTF-8";
@font-face{
    font-family: 'JetBrains Mono';
    src: url('../font/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.ace_editor * { font-family: 'JetBrains Mono'; }
#toastContainer { z-index: 100000; }
.none { display: none; }
.hidden { visibility: hidden; }
.pointer { cursor: pointer; }
.small { font-size: 9px; }
.dots-text {
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.floatingActionButton button {
    position: relative;
    text-decoration: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    color: rgba(3,169,244,0.77);
    background: transparent;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.08);
    opacity: 0.8;
}
.floatingActionButton button:hover {
    opacity: 1;
}
.floatingActionButton button i {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 10px;
    top: 9px;
    border-radius: 50%;
    font-size: 30px;
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.19);
    border-bottom: solid 2px #b5b5b5;
}
.floatingActionButton button .fas:active {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.19);
    border-bottom: solid 2px #d8d8d8;
}
.iframeWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframeWrapper.wordcheckWrapper {
    padding-bottom: 0;
    height: calc(100vh - 75.5px);
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heatmap-bg-color {
    background: #F0F3F5 0% 0% no-repeat padding-box;
}
.suggest-icon {
    color: #999;
}
.suggest-table-header {
    background-color: #F0F3F5;
}
.suggest-table-stripe {
    background-color: #FAFDFF;
}
.suggest-bottom-border {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
.suggest-left-border {
    border-left-width: 3px;
    border-left-style: solid;
}
.suggest-left-border-0 {
    border-left-color: #FAD272;
}
.suggest-left-border-1 {
    border-left-color: #88C9AE;
}
.suggest-left-border-2 {
    border-left-color: #A4D6D2;
}
.suggest-left-border-3 {
    border-left-color: #A2ADD4;
}
.suggest-left-border-4 {
    border-left-color: #D8AFCC;
}
.suggest-left-border-5 {
    border-left-color: #D9E37D;
}
.suggest-bottom-border-0 {
    border-bottom-color: #FAD272;
}
.suggest-bottom-border-1 {
    border-bottom-color: #88C9AE;
}
.suggest-bottom-border-2 {
    border-bottom-color: #A4D6D2;
}
.suggest-bottom-border-3 {
    border-bottom-color: #A2ADD4;
}
.suggest-bottom-border-4 {
    border-bottom-color: #D8AFCC;
}
.suggest-bottom-border-5 {
    border-bottom-color: #D9E37D;
}
.breakdown-header {
    background: #F0F3F5 0% 0% no-repeat padding-box;
}
.breakdown-counts {
    border: 1px solid #707070;
}
.breakdown-h1 {
    background: #E88F2B 0% 0% no-repeat padding-box;
}
.breakdown-h2 {
    background: #51B189 0% 0% no-repeat padding-box;
}
.breakdown-h3 {
    background: #D8AFCC 0% 0% no-repeat padding-box;
}
.breakdown-h4 {
    background: #D8D8AF 0% 0% no-repeat padding-box;
}
.breakdown-h5 {
    background: #D1D1D1 0% 0% no-repeat padding-box;
}
.breakdown-h6 {
    background: #E3E3E3 0% 0% no-repeat padding-box;
}
.control-panel {
    position: sticky;
    top: 30px;
    width: 100%;
    background: white;
    z-index: 1000;
    padding: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.crop-background {
    background-color: #fff;
    background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%, transparent 75%, rgba(128, 128, 128, 0.5) 75%, rgba(128, 128, 128, 0.5)), linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%, transparent 75%, rgba(128, 128, 128, 0.5) 75%, rgba(128, 128, 128, 0.5));
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
}
.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background-color: #f8f9fa;
    cursor: pointer;
}
.image-thumbnail {
    cursor: pointer;
    transition: transform 0.2s;
}
.image-thumbnail:hover {
    transform: scale(1.05);
}
.trademark-note-text {
    max-height: 36px;
}
