html {scroll-behavior: smooth;}

.navigation::-webkit-scrollbar {
  display: none; /* Hides the scrollbar */
}

a {
    text-decoration: none;
}

.current-link {
    border-bottom: 4px solid #FF8502;
}

.navigation .current-link p{
    font-weight: 800 !important;
    letter-spacing: 1.4px !important;
}

/*
button.call-loop-button {
    box-sizing: border-box;
    background-color: #FF8502;
    width: 360px;
    border-radius: 5px;
}
*/

.kZEMCa8YFe4ePZzx5B25 .qjAtjCIiN3Oy458KsFqT.phyUNvY54Hv8UVYcbEhT input {
    color: #FFF;
}

button.call-loop-button {
    background-color: rgba(255, 133, 2, 1) !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-size: 20px !important;
    letter-spacing: 2.4px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    padding: 18px 0px 18px 0px !important;
    margin-top: 1em !important;
    height: 60px !important;
}

.ajSfz8M0mlW7VCagKaKE input {
    height: 60px !important;
    font-size: 18px !important;
}

button.call-loop-button:disabled {
    background-color: rgba(255, 133, 2, .7) !important;
}

#call-loop-form {
    margin: auto !important;
}

@media screen and (max-width: 750px) {
    #call-loop-form {
        display: block;
        margin: 0 auto;
        width: 85% !important;
    }
}


#growls-default * {
    font-family: "sweet-sans-pro", sans-serif;
}

.growl {
  opacity: 1;
  filter: alpha(opacity=100);
}

.record-card-1-green,
.record-card-1-red,
.record-card-1-orange {
    flex-basis: 45% !important;
    width: 45% !important;
}

input.signup-form {
    display: block;
    text-align: left;
    font-family: inter-tight-variable, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #585858;
    padding-left: 24px;
    min-height: 60px;
}

button.signup-button {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 18px 0px 18px 0px;
}