body {
    font-family: 'Prompt';
    font-size: 22px;
}

.jqte_editor {
    font-family: 'Prompt' !important;
}

.jqte_source {
    background-color: #fff !important;
}

.bg-warning {
    background-color: #fff200 !important;
}

.text-warning {
    color: #fff200 !important;
}

.bg-secondary {
    background-color: #4b4b4b !important;
}

.navbar-dark .navbar-brand {
    color: #4b4b4b;
}

.text-primary {
    color: #0e2f53 !important;
}

.text-link {
    color: #0e2f53 !important;
    font-size: 24px;
    line-height: 38px;
    font-weight: 900;
}

.text-blue {
    color: #036296 !important;
}

.border-blue {
    border: 2px solid #036296 !important;
}

.bg-primary {
    background-color: #0f2f4f !important;
}

.btn-primary {
    background-color: #0f2f4f !important;
    border-color: #0f2f4f !important;
}

.btn-warning {
    background-color: #fff200 !important;
    border-color: #fff200 !important;
}

.btn-border-primary {
    border-color: #0f2f4f !important;
}

.hover-oy {
    opacity: 0;
    background: linear-gradient(rgba(220, 220, 0, 0.0), rgba(220, 220, 0, 0.0));
    transition: 0.3s;
}

.hover-oy:hover {
    opacity: 1;
    color: #0f2f4f;
    background: linear-gradient(rgba(220, 220, 0, 0.0), rgba(220, 220, 0, 0.99));
}

.hover-y {
    color: white;
    background: linear-gradient(rgba(220, 220, 0, 0.0), rgba(220, 220, 0, 0.0));
    transition: 0.3s;
}

.hover-y:hover {
    color: #0f2f4f;
    background: linear-gradient(rgba(220, 220, 0, 0.0), rgba(220, 220, 0, 0.99));
}

.hover-v {
    transition: 0.3s;
    opacity: 0;
}

.hover-v:hover {
    opacity: 1;
}

.h4 {
    font-size: 28px;
    line-height: 42px;
}

.h6 {
    font-size: 17px;
    line-height: 28px;
}

.h6>p>font>span {
    font-size: 17px !important;
    line-height: 28px !important;
}

.h6>p>font>span {
    font-size: 17px !important;
    line-height: 28px !important;
}

.h5 {
    line-height: 32px;
}

.h7 {
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

.pointer {
    cursor: pointer;
}
