.fs-5
{
    font-size: 1.13em !important;
}

.fs-55
{
    font-size: 1.1em !important;
}

.fs-6
{
    font-size: 1.1em !important;
}

.fs-65
{
    font-size: 0.98em !important;
}

.fs-7
{
    font-size: 0.9em !important;
}

.fs-8
{
    font-size: 0.8em !important;
}

.fs-9
{
    font-size: 0.7em !important;
}


.bg-brand-primary
{
    background: #ff5c35 !important;
}

.text-brand-primary
{
    color: #ff5c35 !important;
}

.border-brand-primary
{
    border-color: #ff5c35 !important;
}


.border-secondary
{
    border-color: #dadce0 !important;
}


.scalable-div {
    transition: transform 0.3s ease;  /* Add a smooth transition effect */
}

.scalable-div:hover {
    transform: scale(1.03);  /* Adjust the scale factor as needed */
}


.bg-hs-glow
{
    background-color: rgb(94, 106, 184) !important;
    background-image: linear-gradient(89deg, rgb(0, 164, 189) 0px, rgb(94, 106, 184) 100%) !important;
}


.nav-pills .nav-link.active
{
    color: rgb(234 88 12) !important;
}


input
{
    padding: 0.6em 1em !important;
    border: 1px solid #ededed !important;
}

.border-error
{
    border: 1px solid red !important;
}

.required:after
{
    content: "*";
    color: red;
    margin-left: 0.35em;
}

.cursor-hand
{

}
