﻿.z-1 {
    z-index: 10 !important;
}

.btn-dark {
    width: 100%;
    background-color: #112933;
    color: white;
    border: none;
    padding: 20px 25px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s;
}

    .btn-dark .arrow {
        font-family: 'Font Awesome 5 Pro';
        font-size: 0.85rem;
        font-weight: 300;
        font-variant: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: auto;
        text-align: right;
    }

    .btn-dark:hover {
        background-color: #143543;
    }

a {
    text-decoration: none;
    color: white;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: white;
    }
