﻿.supplier-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #efe1f9b0;
    border-radius: 50px;
    padding: 15px;
    max-width: 1280px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

    .supplier-card:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }

.left-section {
    max-width: 50%;
    gap: 10px;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
}

.badge-home {
    display: inline-block;
    background-color: #7a307a;
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: bold;
}

.left-section h2 {
    margin-top: 25px;
    font-size: 34px;
    font-weight: bold;
}

.left-section p {
    margin: 10px 0;
    color: #333;
    font-size: 16px;
}

.left-section a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.right-section {
    flex: 1;
    justify-content: flex-start;
    /*text-align: right;*/
}

    .right-section h1 {
        font-size: 62px;
        line-height: 1.2;
        color: #000;
    }

.big-text {
    font-size: 70px;
    font-weight: bold;
}

.highlight {
    color: #7a307a;
    font-weight: bold;
    font-size: 66px;
    letter-spacing: 29px;
}

.buttons {
    margin-top: 50px;
    text-align:end;
}

/*.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}*/

.create {
    background-color: #7a307a;
    color: white;
    border-radius: 30px;
    margin-right: 30px;
    font-weight: bold;
}

    .create:hover {
        background-color: whitesmoke;
        font-weight: bold;
        color: #7a307a;
    }

.signin {
    background-color: #7a307a;
    color: white;
    border-radius: 30px;
    font-weight: bold;
}

    .signin:hover {
        background-color: whitesmoke;
        font-weight: bold;
        color: #7a307a;
    }

.new-registration {
    background-color: #7a307a;
    color: white;
    border-radius: 30px;
    font-size: 12px;
}

    .new-registration:hover {
        background-color: whitesmoke;
        color: #7a307a;
        font-size: 12px;
    }

/* ✅ Responsive Design */
@media (max-width: 1200px) {
    .supplier-card {
        flex-direction: column;
        text-align: center;
    }

    .left-section, .right-section {
        max-width: 100%;
    }

        .right-section h1 {
            font-size: 58px;
        }

    .big-text {
        font-size: 52px;
    }

    .highlight {
        font-size: 60px;
    }

    .buttons {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}


.pill-list {
    list-style: none;
    display: flex;
    justify-content: flex-end; /* rata kanan */
    align-items: center;
    gap: 25px;
    padding: 0;
    margin: auto;
    max-width: 1280px;
}

    /* Item sebagai “pill” */
    .pill-list li a {
        display: inline-block;
        padding: 8px 14px;
        border-radius: 999px; /* full rounded */
        background: #f6f4ff; /* ungu muda lembut; sesuaikan */
        color: #2f2f37; /* teks gelap */
        text-decoration: none;
        font-size: 12px;
        line-height: 1;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.03) inset; /* subtle outline opsional */
        transition: background .2s ease, color .2s ease, transform .1s ease;
    }

        /* Hover/Active state */
        .pill-list li a:hover {
            background: #eee9ff; /* sedikit lebih gelap saat hover */
        }

        .pill-list li a:active {
            transform: translateY(1px); /* feedback klik */
        }

/* Responsif (opsional): rapatkan spacing di layar kecil */
@media (max-width: 420px) {
    .pill-list {
        gap: 8px;
    }

        .pill-list li a {
            padding: 7px 12px;
            font-size: 12px;
        }
}

/* Dark mode (opsional) */
@media (prefers-color-scheme: dark) {
    .pill-list li a {
        background-color: #f3e6f3;
        color: #7a307a;
    }

        .pill-list li a:hover {
            background: #7a307a;
            color: white;
            box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset;
        }
}

body {
    background-color: #f9fbfc !important;
}



.timeline-horizontal {
    gap: 0.5rem;
}

.timeline-item {
    flex: 1;
    text-align: center;
    position: relative;
}


.garis {
    flex: 0 0 10%; /* panjang garis (bebas kamu atur) */
    height: 0;
    border-top: 1px dashed #7a307a; /* warna & putus-putus */
    align-self: center; /* biar selalu di tengah antara item */
    margin-top: -10px; /* posisikan ke tengah icon */
    opacity: 0.8;
}




.supplier-span {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
    background-color: #fdcffa;
    border-color: #fdcffa;
}

.supplier-cards {
    border: 1px solid;
    padding: 50px;
    border-radius: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}


.supplier-left {
    flex: 1;
    justify-content: flex-end;
    /* biar lebar fleksibel */
}

.supplier-right {
    flex: 1;
    justify-content: flex-start;
    /*flex: 1;
    text-align: left;*/ /* optional */
}

.supplier-higlight {
    font-size: 75px;
    font-weight: 600;
    letter-spacing: 8px;
    padding-top: 400px;
}

.sup-big-text {
    font-size: 70px;
}


/*.dx-button.dx-button-default {
    border-radius: 30px;
    background-color: #783b85;
    color: #fff;

    
}
    .dx-button.dx-button-default:hover {
        background-color: whitesmoke;
        font-weight: bold;
        color: #7a307a;
    }*/

#btn-signin {
    border-radius: 30px;
}
    #btn-signin:hover {
        background-color: whitesmoke;
        font-weight: bold;
        color: #7a307a;
    }

#btn-register {
    border-radius: 30px;
    overflow:unset !important;
    text-overflow:unset !important;
}

    #btn-register:hover {
        background-color: whitesmoke;
        font-weight: bold;
        color: #7a307a;
    }



.dx-lookup-field {
    min-height:40px !important;
}

.dx-layout-manager .dx-field-item {
    padding-bottom: 0px !important;
    /*font-size: 18px;*/
}

/*.dx-texteditor.dx-editor-outlined {
    border-radius:15px !important;
}*/

.dx-texteditor.dx-editor-outlined:hover {
    border-color:transparent !important;
    border:unset !important;
}

.text-binus {
    color: #7a307a !important;
}

.card-address {
    border: 1px solid;
    border-color: #88679575;
    background-color: #f4ecf6;
    border-radius: 30px;
    margin: 40px 0 0 35px;
}


.custom-maps-location {
    /* flex: 1; */
    /* border: 1px solid; */
    /* padding: 20px; */
    background-color: transparent;
    border-radius: 100%;
    margin-right: 15px;
}
.icon-custom-css {
    font-size: 40px;
}

#password-contain {
    background-color: #f4ecf6 !important;
}

.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 6px !important;
}


.footer {
    bottom: 0;
    /*padding:unset !important;
    position :inherit !important;*/
    /* padding: 20px calc(var(--vz-grid-gutter-width) * .5); */
    /* position: absolute; */
    /* right: 0; */
}



.dx-validationsummary {
    margin-top: 10px;
    color: #d9534f;
}
