.x-btn-primary {
    background-color: #0071E3 !important;
    border: none;
    border-radius: 24px;
    color: white !important;
    display: block;
    font-weight: 400;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    transition: all 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.x-btn-primary:hover {
    color: white;
    opacity: 0.7;
}

.x-btn-primary-sm {
    display: block;
    background-color: #0071E3 !important;
    border: none;
    border-radius: 24px;
    color: white !important;
    text-decoration: none !important;
    padding: 6px 12px !important;
    font-weight: 400;
    width: 100%;
    margin: 12px 5px;
    transition: all 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.x-btn-primary-sm:hover {
    opacity: 0.7;
}

.x-btn-secondary {
    color: #0071E3 !important;
    background-color: white;
    border: solid 1px #0071E3;
    border-radius: 24px;
    display: block;
    font-weight: 400;
    padding: 11px 30px;
    text-decoration: none !important;
    transition: all 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    width: 100%;
}

.x-btn-sm{
    margin: 12px 0;
    padding: 6px 12px;
}

.x-btn-secondary-sm{
    margin: 12px 0;
    padding: 5px 12px;
}
.x-btn-secondary:hover {
    background-color: #0071E3 !important;
    color: white !important;
}

.x-container {
    max-width: 800px;
    margin: 5% auto;
}

.x-container hr {
    background-color: #d2d2d7;
    border: none;
    height: 1px;
}

.x-container .section-subheading {
    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
    text-align: center;
}

#x-terms-area {
    border: 1px solid black;
    height: 200px;
    width: auto;
    padding: 5px;
    background: rgba(214, 214, 214, 0.44);
    overflow-y: scroll;
}

.section{
    padding: 0 10px;
}

.section-content {
    font-size: 17px;
    line-height: 1.47059;
}

.section-content h3{
    line-height: 1.16667;
    margin-bottom: 0.45em;
}

footer.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 0 20px;
    min-height: 200px;
    text-align: center;
}
footer.footer .wrapper{
    background-color: #f8f9fa;
    max-width: 1200px;
    padding: 3rem 0;
}
footer.footer .copyright{
    float: left;
}

footer.footer .copyright p{
    color: #0000008f;
    font-size: 12px;
}

footer.footer .footer-links{
    font-size: 12px;
}

footer.footer .footer-links a{
    color: #000000CC;
}

footer.footer ul {
    display: flex;
}
footer.footer li {
    border-left: 1px solid #0000008f;
    display: inline-block;
    margin: 0;
    padding:0 10px;
}

footer.footer  li:first-child {
    border-left:none;
}

.or {
    display:flex;
    justify-content:center;
    align-items: center;
    color: grey;
}

.or:before {
    content: "";
    display: block;
    background: lightgrey;
    flex: 1;
    height:1px;
    margin-right: 10px;
}

.or:after {
    content: "";
    display: block;
    background: lightgrey;
    flex: 1;
    height:1px;
    margin-left: 10px;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    /*max-width: 400px;*/
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

:root {
    --primary: #0071E3;
    --primary-background: #ffffff;
    --label: #0a0a0a;
    --secondary-label: #6e6e73;
    --tertiary-label: #86868b;

}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--primary);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-item{
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 10px 20px;
}