﻿ .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: 130px;
    background-color: #f0f3f3;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #e1b637;
    border-radius: 5px;
    text-transform: capitalize;
    color: #55595b;
}

.custom-flex-justify-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-class {
    display: flex;
}