.ss-optgroup-label {
    color: #e44f00;
}

.ss-option {
    color: #746D6D;
}

.btn-copy {
    border: 1px solid grey;
    color: grey;
    font-size: 13px;
}

.card-outlet-jadwal{
    overflow: hidden;
    position: relative;
    animation: 0.75s showItemCard ease-in-out;
    border-radius: 8px;
}

@media (min-width: 991.98px) {
    .card-outlet-jadwal {
        height: 200px !important;
    }
}

.btn-outlet-lokasi{
    border-radius: 50px;
    color:#fff !important;
    font-size:14px;
    text-transform: capitalize;
}

.justify-content {
    justify-content: center;
}

.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.border-circle{
    border-radius: 50px;
}

.border-outer {
    border: 2px solid #966B15;
}

.pointer {
    cursor: pointer;
}

.section-tentang {
    background-size: cover;
    width: 100%;
    height: 280px;
    border-radius: 16px;
}

.offschedule {
    background: #e8e8e8;
    opacity: .7;
}

.new-page-footer {
    background: #343A40;
}

.footer-title {
    color: #FAFAFA;
}

.footer-text {
    color: #bfbfbf;
}

.footer-text-bottom {
    color: #343A40;
}

.div-medsos {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #606469;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.br-32 {
    border-radius: 32px;
}

.br-16 {
    border-radius: 16px;
}

.br-12 {
    border-radius: 12px;
}

.border-cstm {
    border: 1px solid #E5E7EB !important;
}

.padding-cstm {
    padding: 22px 12px !important;
}

.sale-badge{
    position: absolute;
    top: -1px;
    right: -1px;
    display: flex;
    font-size: 8px;
    background-color: #dc3545;
    color: #ffffff;
    padding: .2rem .4rem;
}

.close {
    outline: none !important;
}

.pcapital::first-line {
    text-transform: capitalize !important;
}

.pcapital {
    display: inline-block;
}

.close {
    outline: none !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-light-new {
    background-color: #ebebebea;
}