.w-5 {
    width: 5% !important;
}

.w-30 {
    width: 30% !important;
}

.text-justify {
    text-align: justify !important;
}

.cm-s-monokai.CodeMirror,
.CodeMirror-linenumber,
.CodeMirror-linenumbers {
    background: #0E1928 !important;
}

.scroll_vertical {
  overflow-y: auto;
  max-height: 80vh;
}

.h-task {
    height: 80vh;
}

.h-task-lab {
    overflow-y: scroll;
    height: 85vh;
}

.h-git-lab {
    overflow-y: scroll;
    height: 85vh;
}

/**Modificar scroll para .scroll_vertical*/
.scroll_vertical::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scroll_vertical::-webkit-scrollbar-track {
background-color: darkgrey;
}

.scroll_vertical::-webkit-scrollbar-thumb {
background-color: #094992;
}