/* Add custom CSS styles below */ 
.s-block--tabs .quicklinks-item.is-active {
    color: #414042;
    color: #bf7e1f !important;
}

#karzoun-widget-send-button {
    position: fixed !important;
    z-index: 190 !important;
    bottom: 208px;
    text-align: center !important;
    height: 40px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #218365;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    right: 12px !important;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    width: 56px;
    padding: 0px 0px 0px 0px;
}