@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?5wownd');
    src:  url('../fonts/icomoon.eot?5wownd#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?5wownd') format('truetype'),
      url('../fonts/icomoon.woff?5wownd') format('woff'),
      url('../fonts/icomoon.svg?5wownd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.icon-highlighter:before {
    content: "\e900";
}

canvas, .canvas-container {
    margin-bottom: 20px;
}

.canvas-container {
    margin-left: auto;
    margin-right: auto;
}

.bg-modalanotate {
    background-color: #3F3192;
    color: #fff;
}

.toolbar-anotate {
    width: 100%;
    background-color: #3F3192;
    height: 50px;
    margin-top: -10px;
    top: 0;
    left: 0;
    z-index: 10;
}

#pdf-container {
    margin-top: 10px;
    padding-left: 10px;
    text-align: center;
    overflow-y: scroll;
    max-height: 600px !important;
}

button:focus {
    outline: 0;
}

.toolbar-anotate .tool {
    display: inline-block;
    color: #fff;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 5px;
}

.toolbar-anotate .tool label,
.toolbar-anotate .tool select,
.toolbar-anotate .tool input {
    display: inline-block;
    width: auto;
    height: auto !important;
    padding: 0;

}

.toolbar-anotate .tool input {
    width: 50px;
}

.btn-danger-anotasi {
    background-color: #3F3192;
    border-color: #dc3545;
    color: #fff;
}

.btn-cancel {
    background-color: #e4e3e6;
    border-color: #5d5d5d;
    color: rgb(0, 0, 0);
    float: left;
}

.toolbar-anotate .tool .color-tool {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 0;
    cursor: pointer;
    display: inline-block;
}

.toolbar-anotate .tool .color-tool.active {
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 5px 0px rgba(255, 255, 255, 0.75);
}

.toolbar-anotate .tool:nth-last-child(-n + 7) {
    float: right;
}

.toolbar-anotate .tool:nth-child(1) {
    float: left;
}

.toolbar-anotate .tool .tool-button {
    background-color: #3F3192;
    border: 1px solid #3F3192;
    color: #fff;
    cursor: pointer;
}

.toolbar-anotate .tool .tool-button:hover,
.toolbar-anotate .tool .tool-button.active {
    background-color: rgb(82, 86, 89);
    border-color: rgb(82, 86, 89);
}
  