.navbar-white {
    background-color: #fff !important;
}

* {
    font-family: "Poppins", Sans-serif;
    font-size: large;
}

.dropdown-menu {
    background-color: #fdfdfd;
}

.dropdown-item {
    color: #309ea8;
}

.cbqa-color-1 {
    color: #309ea8;
}

@media screen and (min-width: 600px) {
    .border-end {
        border-right: 3px solid #309ea8 !important;
    }

    .mobile {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .desktop {
        display: none;
        /* border-right: 3px solid #309ea8 !important; */
    }
}

.nav-link {
    color: #000000 !important;
}

.nav-link.active {
    background-color: #f9f9f9 !important;
    color: #000 !important  ;
}

@media screen and (min-width: 600px) {
    #v-pills-tab .nav-link {
        width: 200px; /* Tentukan lebar tetap untuk tombol */
        text-align: left; /* Centering text */
        padding: 10px; /* Padding yang konsisten */
    }
}
@media screen and (max-width: 600px) {
    #v-pills-tab .nav-link {
        width: 100px; /* Tentukan lebar tetap untuk tombol */
        text-align: left; /* Centering text */
        padding: 10px; /* Padding yang konsisten */
    }
}

#v-pills-tab .nav-link.active {
    background-color: #0d6efd; /* Warna background untuk tab aktif */
    color: #fff; /* Warna teks untuk tab aktif */
    border-radius: 10px 0px 0px 10px !important;
}

button.nav-link {
    color: #000 !important;
}

.product-box {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    background: #ffffff;
    border: 1px solid #309ea8;
    box-shadow: 6px 9px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.btn-cbqa-1 {
    background-color: #309ea8;
    border-radius: 57px;
    color: #fff;
}

.btn-cbqa-1:hover {
    border: 1px solid #309ea8;
}

.btn-details {
    background: #e5e5e5;
    border-radius: 20px;
}

.btn-details:hover {
    border: 1px solid #309ea8;
}
.bg-admin {
    background-color: #e5e5e5;
}

.bg-admin-2 {
    background-color: #ffffff;
}

.card-img-overlay {
    background-color: #ffffffe3;
}

.section {
    display: none;
}
.section.active {
    display: block;
}

.text-navbar-2 {
    text-align: center;
    opacity: 1 !important;
    color: #2f9ea9 !important;
    padding: 5pt 10pt;
    box-shadow: 1px 1px 2px 1px #2f9ea9;
    font-weight: 300;
    border-radius: 7px 7px 7px 7px !important;
    border-top: 1px solid #ffffff;
    letter-spacing: 0.1666666667em !important;
    /* font-family: antique-olive !important; */
    background: #ffffff;
    z-index: -1;
    /* position: absolute; */
    top: -30px;
    left: 6px;
    line-height: 1;
}

.form-control::placeholder {
    font-weight: 700;
}

.navbar-cbqa-1 {
    background-color: #309ea8 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Custom Style */
.dropdown-item{
    padding:15px;
}

.dropdown-toggle::after{
    float:right;
    margin-top:0.5em;
}