.buttonLogin button[type="submit"] {
    background-color: #f65413;
    height: 38px;
}
.textButtonLogin {
    color: white;
}
.loginGoogle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonLoginGoogle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 5px;
    height: 38px;
    background-color: #f65413;
    color: white;
}

.icon-google {
    margin-right: 10px;
}
.textBelumIsi {
    font-size: 12px;
    margin: 5px;
}

.buttonRegister button[type="submit"] {
    background-color: #f65413;
    height: 38px;
}
.buttonSaveProfile button[type="submit"] {
    background-color: #f65413;
    height: 38px;
    color: white;
}
.buttonAddAddress button[type="submit"] {
    background-color: #f65413;
    height: 38px;
    color: white;
}
.textButtonRegister {
    color: white;
}
.registerGoogle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonRegisterGoogle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 5px;
    height: 38px;
    background-color: #f65413;
    color: white;
}

.icon-google {
    margin-right: 10px;
}
.textBelumIsi {
    font-size: 12px;
    margin: 5px;
}
.contactMessage {
    width: auto;
}

.info-wrap {
    background-color: #f65413;
    color: white;
}

.info-wrap .dbox {
    margin-bottom: 25px;
}

.info-wrap .dbox p {
    margin-bottom: 0px;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

textarea.form-control {
    min-height: 125px;
}

.contact-wrap {
    background-color: white;
}

input[type="submit"].buttonSend {
    border: 0;
    border-radius: 5px;
    height: 38px;
    background-color: #f65413;
    color: white;
}

.custom-font-size {
    font-size: 16px;
}

#about-page-img {
    width: 100%;
}

.full-height {
    min-height: 60vh;
}

.large-icon {
    font-size: 5rem;
}
.mrgPtext {
    margin-top: 5px;
}
input[disabled] {
    background-color: #e9ecef;
    color: #495057;
    cursor: not-allowed;
}
.neatTextPassword {
    margin-top: 5px;
    color: #f65413;
}
.sortable {
    cursor: pointer;
}
.sortable:hover {
    background-color: #f0f0f0;
    color: #007bff;
}
.sortable i {
    transition: transform 0.2s;
}
#searchInput {
    flex: 1;
    width: 400px;
}
#categoryFilter,
#brandFilter {
    flex: 0 0 200px;
}
