::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #019DF4;
    border-radius: 10px;
}

h1, h2, h3, h4, h5, h6, p {
    word-break: break-word !important;
}

ng-particles canvas {
    position: absolute !important;
    top: unset !important;
}

.border-radius-5 {
    border-radius: 5px;
}

button, input, optgroup, select, textarea {
    line-height: normal !important;
}

.main-content{
    padding-bottom: 50px !important;
}

.fatherToHover1:hover * {
    display: block !important;
}

.NgxEditor {
    background: unset !important;
}

.NgxEditor__Placeholder {
    display: none !important;
}