.btn-primary {
    background: transparent;
    border: 2px solid #1B365D;
    color: #1B365D;
    border-radius: 20px !important;
}

/* .sl-mainpanel-off {
    background-image: url('/admin-template/img/background.png');
    background-size: cover;
} */

.sl-pagebody {
    display: flex;
    flex-direction: column;
}

.snr-top-icon {
    position: absolute;
    top: 0;
    left: 25%;
    translate: -50%;
    border-radius: 0 0 15px 15px;
    padding: 15px;
}

.snr-top-icon img {
    width:200px;
}

.main-row {
    height: 100%;
    flex-grow: 1;
    align-content: center;
}

.left-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-h {
    font-size:8rem;
    text-align: center;
}

.btn-primary.gold {
    background-color: #FFAB40;
    border: 2px solid #1B365D;
    padding: .5rem 1.5rem;
    line-height: 1.5rem;
}

.btn-primary.gold:hover {
    background-color: #1B365D;
    color: #FFAB40;
}

.btn-primary.gold small {
    font-size: 70%;
}

#map {
    height: 450px;
    width: 100%;
    padding: 1rem;
    background-color: white;
    border-radius: 15px;
}


@media (max-width:900px) {
    .tx-24 {
        font-size: 16px !important;
    }
    .landing-header-text {
        text-align: center; /* Center-align the text */
        font-size: 50px; /* Adjust the font size */
        margin-top: 100px; /* Add margin to the top */
    }
}
