.text-doc-title {
    color: #303880;
    font-family: 'Inter', sans-serif;
}

.text-doc-desc {
    color: #0e144b;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.text-doc-input {
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(48, 56, 128, 0.24);
    box-shadow: inset 0px 1px 9.9px rgba(217, 217, 217, 0.55);
    border-radius: 10px;
    font-size: 18px;
    color: #0e144b;
}

.bg-doc-card {
    background-color: #fff2e2;
}

.orange-accent-svg {
    height: 12px;
}
