﻿body {
    opacity: 0;
    transition: 0.5s all;
}

#spinner {
    background: rgba(0,0,0,0.3);
}

.GOSHButton {
    background: #f69238 !important;
    color: black;
    border-radius: 8px;
    padding: 0.5rem 1.57143rem;
    z-index: 99999;
    position: fixed;
    top: 30px;
    right: 20px;
}

.GOSHButton-acts {
    background: #ff6631 !important;
    color: #000;
    border-color: #ff6631 !important;
    padding: .5rem 1.57143rem;
    z-index: 99999;
    position: fixed;
    right: 20px;
    font-size: 18px !important;
    font-family: 'British Council Sans Bold' !important;
    top: 20px;
    font-weight: normal;
    color: black;
    padding: 0.5rem 1.57143rem;
    z-index: 999;
}