section {
    scroll-margin-top: 78px;
}

a {
    color: black !important;
}

a:not(.sat-button-font-black):hover {
    color: #F2C14E !important;
}

span {
    white-space: pre-line;
}

p {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

hr {
    clear:both !important;
    margin-bottom: 0px !important;
    border: 0 !important;
    height: 3px !important;
    background-image: linear-gradient(to right, white, #F2C14E, white), linear-gradient(transparent, #F2C14E 100%) !important;
    background-image: -moz-linear-gradient(to right, white, #F2C14E, white), linear-gradient(transparent, #F2C14E 100%) !important;
    background-image: -ms-linear-gradient(to right, white, #F2C14E, white), linear-gradient(transparent, #F2C14E 100%) !important;
}

textarea {
    resize: none;
}

.sat-m-left-1-rem svg {
    margin-left: 1rem;
}

.sat-header-links {
    font-weight: bold !important;
    color: #1D5ABD !important;
}

.sat-color-green {
    color: #077D44 !important;
}

.sat-color-blue {
    color: #1D5ABD !important;
}

.sat-color-yellow {
    color: #F2C14E !important;
}

.sat-background-yellow {
    background-color: #F2C14E !important;
}

.sat-button-background-yellow {
    background-color: #F2C14E !important;
    transition: background-color 0.3s ease; 
}

.sat-button-background-yellow:hover {
    background-color: #F5A623 !important; 
} 

.sat-background-red {
    background-color: #ff6845;
}

.sat-button-background-red {
    background-color: #ff6845 !important;
    transition: background-color 0.3s ease;
}

.sat-button-background-red:hover {
    background-color: #fd4d26 !important; 
} 

.sat-border-bottom {
    border-bottom: 1px solid #F2C14E;
}

.sat-border-top {
    border-top: 1px solid #F2C14E;
}

.sat-bg-f9 {
    background: #fdfdfd;
}

.sat-pt-100 {
    padding-top: 100px;
}

.sat-fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.sat-border {
    border: 1px solid grey;
}

.sat-align-items-center {
    align-items: center;
}

.sat-pricing-card {
    transition: transform 0.3s ease-in-out;
}

.sat-pricing-card:hover {
    transform: translateY(-5px);
}

.sat-opacity-10 {
    opacity: 0.1;
}

.sat-error-color {
    color: orangered;
}

.sat-error-font-size {
    font-size: 14px;
}

.sat-width-55 {
    width: 55px;
}

#page-no-content section {
    height: calc(100vh - 73px);
}

#page-no-content .container, 
#page-no-content .row {
    height: 100%;
}

.sat-vh-height-50 {
    height: 50vh;
}

.sat-vh-height-75 {
    height: 75vh;
}

.sat-span-white-space-normal {
    white-space: normal;
}

#cookieConsentOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000000;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: all;
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}
@keyframes fadeOut {
    to { opacity: 0; visibility: hidden; }
}

.footer-nav .nav-link {
    padding: 0 0.5rem;
    color: black !important;
    text-decoration: none;
}

.footer-nav .nav-link:hover:not(.sat-button-font-black) {
    color: #F2C14E !important;
}

.footer-nav .separator {
    padding: 0 0.3rem;
    user-select: none;
}

.policy-content {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.sat-text-2lines-preview {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    white-space: normal;
}

.sat-text-full {
    white-space: pre-wrap;
}

.sat-table {
    table-layout: fixed !important;
    word-break: break-word !important;
}
.sat-table-column-width-5 {
    width: 5%;
}
.sat-table-column-width-10 {
    width: 10%;
}
.sat-table-column-width-15 {
    width: 15%;
}
.sat-table-column-width-45 {
    width: 45%;
}
.sat-table-column-width-60 {
    width: 60%;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.active>.page-link,
.page-link.active {
    outline: none;
    box-shadow: none;
    font-weight: bold;
    border-color: #F2C14E !important;
}
