﻿.settings-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.tick-img {
    width: 15px;
    width: 25px;
    position: absolute;
    top: 0px;
    right: 0;
}

.custom-select-ab {
    min-width: 100px;
    width: 100%;
    background-color: #f0f3f3;
    border: 1px solid #e1b637;
    border-radius: 5px;
    text-transform: capitalize;
    color: #55595b;
}

.custom-flex-justify-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-select-ab:focus {
    border-color: #ffc107; /* gold/yellow border */
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
    outline: none;
}

.custom-ab-font-large {
    font-family: "Crimson Pro", sans-serif;
    font-size: large !important;
}

