﻿@media (prefers-color-scheme: dark) {
 body { background: white !important; color:  #000 !important; }
}

@media (prefers-color-scheme: light) {
  body { background: white !important; color:  #000 !important; }
}
.btn{
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    padding: 16px 32px;
    text-align: center;
    line-height: 24px;
    outline: 0;
    box-shadow: none;
    letter-spacing: 0;
    border-radius: 12px;
    border: 0;
    margin: 8px 0;
    width: 100%;
    white-space: nowrap;
}
.primary-button{color:#333;background-color:#fdb813}.primary-button.primary-button-small{font-size:15px;font-style:normal;font-stretch:normal;font-family:"Open Sans SemiBold";padding:8px;min-width:88px;line-height:20px}.primary-button.primary-button-extra-small{font-size:12px;font-style:normal;font-stretch:normal;font-family:"Open Sans SemiBold";padding:4px 8px;min-width:64px;line-height:16px;border-radius:8px}.primary-button:active{color:#333;background-color:#ffd166}.button-disabled,.primary-button:disabled{color:#c3cfe6;background-color:#eef2f8}.secondary-button{line-height:20px;color:#333;background-color:transparent;border:2px solid #a0b4e5}.secondary-button.secondary-button-small{font-size:15px;font-style:normal;font-stretch:normal;font-family:"Open Sans SemiBold";padding:8px;min-width:88px;line-height:20px}.secondary-button.secondary-button-extra-small{font-size:12px;font-style:normal;font-stretch:normal;font-family:"Open Sans SemiBold";padding:2px 8px;min-width:64px;line-height:16px;border-radius:8px}.secondary-button:active{color:#333;background-color:#d3dae6}.secondary-button:disabled{color:#c3cfe6;border-color:#eef2f8;background-color:#fff}.tertiary-button{background-color:transparent;color:#1344bf}.tertiary-button.tertiary-button-small{font-size:15px;font-style:normal;font-stretch:normal;font-family:"Open Sans SemiBold";padding:8px;min-width:88px;line-height:20px}.tertiary-button.tertiary-button-extra-small{font-size:12px;font-style:normal;font-stretch:normal;font-family:"Open Sans SemiBold";padding:4px 8px;min-width:64px;line-height:16px}.tertiary-button:active{background-color:#d3dae6}.tertiary-button:disabled{color:#c3cfe6;border:2px solid #eef2f8}@media (min-width:1200px){.primary-button:hover{box-shadow:none;color:#333;background-color:#ffe099}.primary-button:disabled{color:#c3cfe6;background-color:#eef2f8}