@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

html {
    background: #183b3f;
}

body {
    margin: 0px;
    min-height: 100%;
    overflow: hidden;
    background-size: cover;
    background-image: url(https://biafox.fra1.cdn.digitaloceanspaces.com/Bonus%20Talep.jpg);
}

@media (max-width: 768px) {
    body {
        background-image: url(https://biafox.fra1.cdn.digitaloceanspaces.com/Bonus%20Talep%20-%20Mobil.jpg);
    }
}

.container {
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
}

.button-wrap {
    position: relative;
    text-align: center;
}


.button-label {
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em;
    width: 25em;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-label h1 {
    font-size: 1em;
    font-family: "Lato", sans-serif;
}
.button-label:hover {
    background: #d6d6d6;
    color: #101010;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 40em) {
    .button-label {
        /*padding: 0em 1em 3px;*/
        padding: 1em 2em;
        margin: 0.25em;
        width: 97% !important;
    }
}

#bonus-7:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-7:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-10:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-10:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-11:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-11:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-12:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-12:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-2:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-2:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-4:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-4:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-5:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-5:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-13:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-13:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-19:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-19:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-18:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-18:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-17:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-17:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-16:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-16:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-15:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-15:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-14:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-14:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

#bonus-1:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-1:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}
#bonus-3:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-3:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}
#bonus-8:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-8:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}
#bonus-9:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-9:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}
#bonus-6:checked + .button-label {
    background: #DF4B22;
    color: #fff;
}
#bonus-6:checked + .button-label:hover {
    background: #DF4B22;
    color: #fff;
}

.hidden {
    display: none;
}

.swal2-height-auto {
    height: -webkit-fill-available !important;
}

.loader {
    width: 36px;
    height: 36px;
    border: 5px solid #FFF;
    border-bottom-color: #333;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ng-hide.ng-hide-animate{
    display: none !important;
}

.swal2-title{
    display: none !important;
}