<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

/* Home page Header CSS - Start*/
.genius-header-home-page {
    height: 56px !important;
    background-color: #f68b1c !important;
    border-bottom: none !important;
    padding: 3px !important;
    position: relative;
}

/* Mobile devices */
@media (max-width: 767px) {
    .genius-header-home-page {
        height: auto;
        /* Adjust height for mobile */
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .genius-header-home-page {
        height: auto;
        /* Adjust height for tablets */
    }
}

/* Desktops */
@media (min-width: 1025px) {
    .genius-header-home-page {
        height: 56px;
        /* Default height for desktops */
    }
}

/* Home page Header CSS - End*/

.genius-lato-font-900 {
    font-family: Lato !important;
    font-weight: 900 !important;
    color: #222 !important;
}

.genius-helvetica-neue-regular-font {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.genius-header {
    height: 56px !important;
    background-color: #f68b1c !important;
    /* padding-top: 6px; */
}

.genius-remove-header-border {
    border-style: none;
}

.genius-header-color {
    background-color: #f68b1c;
}

.btn-with-genius-color {
    background-color: #ACC034 !important;
    color: white !important;
    text-transform: math-auto !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border: 1px solid transparent !important;
}

.genius-color-background {
    background-color: #FEFDE6;
}

.genius-dark-grey-color {
    color: #777777;
}

.genius-medium-grey-color {
    color: #D9D9D9;
}

.genius-light-grey-color {
    color: #F4F4F5;
}

.genius-orange-color {
    color: #f68b1c !important;
}

.genius-margin {
    margin-left: 20px;
    margin-right: 20px;
}

.orange-border {
    -webkit-text-stroke: 1px #f68b1c;
}

.genius-bg-width {
    width: 1200px !important;
}

.campaign-support-logo {
    color: #f68b1c;
    padding-top: 5px;
}

.f-fc-black {
    color: black !important;
}

.genius-orange-color:hover {
    text-decoration: none;
    color: #d67109;
}

.genius-menu {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: white !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.f-anchor-genius {
    color: #f68b1c !important;
    font-weight: bold;
}

.genius-search-button {
    color: white;
    font-size: 21px !important;
    font-weight: 400 !important;
    margin-left: -5px !important;
}

.genius-search-button:hover,
.genius-search-button:focus,
.ac-setting-search-btn:hover,
.genius-a:hover,
.genius-menu:hover {
    color: #fff590 !important;
    background-color: #f68b1c !important;
    text-decoration: none;
}

.genius-create-campaign-button {
    font-size: 0.9rem;
    font-weight: 400;
}

.genius-round-border {
    border-radius: 20px;
}

.genius-sub-menu {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: white !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    font-size: 16px;
}

.genius-lato-font-dash-900 {
    font-family: "Lato";
    font-weight: 900 !important;
}


.genius-height {
    height: auto !important;
}

.genius-font-size {
    font-size: 16px !important;
}

.genius-form-field {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color :#999 !important;
}

.g-ft-1dot5 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
}

.genius-text-transform{
    text-transform: capitalize !important;
}

.genius-model-leftnav {
    background-color: #f68b1c !important;
    border-radius: 20px;
    margin:-1px;
}

.genius-modal-leftnav .modal-nav ol li:before {
    background-color: #ffffff !important;
}

.genius-modal-leftnav .modal-nav ol li.active {
    background: #ACC034 !important;
    color: #ffffff !important;
}

/* Account setting page specific classes - START */
.ac-setting-dp-down {
    background-color: white !important;
    min-width: 135px !important;
    width: 135px !important;
    border-radius:0px !important;
}

.ac-setting-search-btn {
    color: white !important;
    font-weight: 400 !important;
    margin-left:-8px;
    margin-top:16px;
    font-size:1.6em !important;
}
/* Account setting page specific classes - ENDS */


/* Genius margin classes - START */
.g-m-small {
    margin: 8px 8px 8px 8px;
}
.g-m-t-small {
    margin-top: 8px !important;
}
.g-m-l-small {
    margin-left: 8px !important;
}
.g-m-b-small {
    margin-bottom: 8px !important;
}
.g-m-r-small {
    margin-right: 8px !important;
}
/* Genius margin classes - ENDS */

.genius-border-redius{
    border-radius: 5px !important;
}

.genius-a { }

.g-helvetica-f-reg-with-color {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: #252b2c !important;    
}

/**Home Page Help category hover effect disabled**/
#helpCategory a:hover {
    background: none;
    border-radius: 0;
    transition: none; /* Disable the transition effect */
  }
  
.g-fw-light{
    font-weight: 400 !important;
}

.g-fc-light{
    color: #ffffff;
}

.g-background-width {
    width: 1140px;
    max-width: 1170px !important;
}

#g-header-item:hover {
    background-color: none !important;
}

.g-nav-link {
    display: block;
    padding: 8px 14px;
}

/** Classes for Ac Setting Email notification - START **/
.notifications-list {
    background: #fff;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #969696;
    margin-top: 30px;
}

.notifications-list .checkbox {
    padding: 10px;
    padding-left: 28px;
    line-height: normal;
}

.g-fc-black {
    color: #222 !important;
}

.g-f-helvetica-black-400 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    color: #222;
}

.stick-footer-at-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.mob-side-menu {
    color: #f68b1c !important;
    list-style: none;
    font-family: Lato, sans-serif;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.7em;
}

.menu-tool-group {
    position: absolute;
    background-color: #f68b1c;
    right: 0;
    top: 0;
    height: 100vh;
    width: 56px;
    text-align: center;
}

.text-right {
    text-align: right;
}

.g-fc-hover-primary:hover { 
    color: #f68b1c !important;
    text-decoration: none;
}

.f-anchor-genius:hover,
.f-anchor-genius:focus {
    color: #f68b1c;
}

.g-button-to-link {
    color: #ffffff;
    border: none !important;
    background: none;
    cursor: pointer;
    width: auto;
    outline: none;
    box-shadow: none !important;
    font-weight: bold;
    text-decoration: underline;
}

#resend-verification:focus,
#resend-verification:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #ffffff;
}

#change-phone:focus,
#change-phone:hover {
  color:#ffffff;
}

.g-nav-item-disabled {
    background-color: #C8762D;
    border-radius: 12px 12px 0px 0px;
    color: #ffffff !important;
    pointer-events: none;
    opacity: 0.5; 
}

.modal-leftnav .modal-nav ol li:hover:not(.g-nav-item-disabled) {
    background-color: #ACC034;
    color: white;
}

.g-campaign-border{
    border-radius: 4px;
    border-color: #d9d9d9;
    box-shadow: none;
}

.g-campaign-label{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
}


/*SGS-433 : Header media query changes -START */
@media(min-width:767px) and (max-width:991px) {
    .navbar &gt; .container, .navbar &gt; .container-fluid {
        max-width: 945px;
        margin: 0 15px 0 15px;
    }
}

@media(min-width:767px) and (max-width:850px) {
    .g-nav-link {
        display: block;
        padding: 8px 4px;
    }

    .genius-search-button {
        margin-left: 3px !important;
    }
}

.menu-tool-group {
    position: absolute;
    background-color: #f68b1c;
    right: 0;
    top: 0;
    height: 100vh;
    width: 56px;
    text-align: center;
}
/*SGS-433 : Header media query changes - END */

.center-switcher {
    margin-top: -5px;
    line-height: 0.5;
}
</pre></body></html>