::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #785944; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
::placeholder {
    color: #000;
    opacity: 0.4;
}

h1, h2, h3, h4, h5, h6, p, a, label, span, th, td, tr, ul, li, button, input, textarea, select, option, optgroup, legend, fieldset, button, input, textarea, select, option, optgroup, legend, fieldset, div
{
    font-family: "Comfortaa", sans-serif !important;
}

img:focus-visible {
    outline: none !important;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.form-control {
    border-radius: 0 !important;
}
.input-group-text {
    border-radius: 0 !important;
}
.btn {
    border-radius: 0 !important;
}