::-webkit-scrollbar {
    display: none;
}

.btn-accent {
    color: #ffffff !important;
    background-color: #bb8d09 !important;
    border-color: #bb8d09 !important;
}

.btn-accent:hover {
    color: #bb8d09 !important;
    background-color: transparent !important;
    border-color: #bb8d09 !important;
}

.btn-accent-solid {
    color: #ffffff !important;
    background-color: rgba(37 50 56) !important;
    border-color: rgba(37 50 56) !important;
}

.hero_images {
    width: 50px;
    height: 50px;
}

.hero_images img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid rgb(37 50 56);
}

/* .sm\:pl-2\.5 {
    padding-left: .625rem;
} */
.font-bold {
    font-weight: 900;
}

.icon_set {
    width: 50px;
    height: 50px;
}

span.help-block.font-red-mint {
    color: red;
}