footer {
    margin-top: auto;
}

.toast-position {
    position: fixed;
    z-index: 1000000000;
    right: 10px;
    top: 10px;
    max-width: 300px;
    overflow-wrap: break-word;
}

.toast-icon-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.toast-fade-out {
    -moz-animation: fadeout 0s ease-in 5s forwards;
    -webkit-animation: fadeout 0s ease-in 5s forwards;
    -o-animation: fadeout 0s ease-in 5s forwards;
    animation: fadeout 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fadeout {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes fadeout {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .paperless-billing-buttons {
        display: block;
    }

    .paperless-billing-postcode {
        display: block;
    }

        .paperless-billing-postcode label,
        .paperless-billing-postcode input {
            display: block;
            width: 100%;
        }

    .paperless-billing-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .paperless-billing-enter-council-tax-details-buttons {
        display: block;
    }

    .paperless-billing-enter-council-tax-details-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {

    .paperless-billing-address-buttons,
    .paperless-billing-postcode {
        width: 50%;
    }

    .paperless-billing-address-buttons {
        display: flex;
        justify-content: flex-start;
    }

        .paperless-billing-address-buttons .btn {
            margin-right: 5px;
        }
}
