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