.language_part select {
    background: #fff;
    background-color: #0cab00;
    font-weight: 500;
    color: #fff;
    padding: 5px 15px;
}
/* header css */
.login-reg-wrapper .logo{
    margin-top: 90px;
}
/* company link css  */
/* banner css starts */
#banner{
    margin-top: 40px;
}
/* banner css ends  */
#routeTabs .company-links li a {
    text-align: center;
    color: #fb7701;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.company-links .company_icon {
    background-color: #dcfcda;
    height: 65px;
    width: 65px;
    padding: 14px;
    border-radius: 100%;
}

.company-links .company_icon img {
    max-width: 100%;
}

/* businessHall css starts */
.section_title {
    text-align: center;
    color: #fb7701;
    margin-bottom: 50px;
    margin-top: 0;
    font-weight: 700;
    font-size: 2.2rem;
}

.products-hall {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.products-hall .hall_box {
    background-color: #fdf7f2;
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 32px -16px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 3px 32px -16px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 3px 32px -16px rgba(0, 0, 0, 0.55);
}

.products-hall .hall_box img {
    border-radius: 10px;
    max-width: 100%;
}

.hall_box .title {
    margin-top: 15px;
    border-bottom: 1px solid #f87500;
    padding-bottom: 5px;
}

.hall_box .title h2 {
    font-weight: bold;
    color: #1a1a1a;
}

.details_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.hall_details h5 {
    color: #1a1a1a;
    margin-bottom: 0px;
}

.hall_details .details_value h5 {
    color: #fb7802;
}

.commision-wrapper .btn_list_content {
    border-bottom: 1px solid #fb7701;
    margin-bottom: 20px;
}

.commision-wrapper .btn_list_content:last-of-type {
    border-bottom: 0px;
    margin-bottom: 5px;
}

/* commision wrapp ends  */
/* login css starts  */
.login #topHeader , .register #topHeader{
    background: #fff0e4;
}
.login_registar_form {
    background-color: #fdf7f2;
    padding: 15px;
    margin-top: 20px;
    padding-bottom: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 32px -16px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 3px 32px -16px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 3px 32px -16px rgba(0, 0, 0, 0.55);
}
.header-right i{
    color: #0cab00;
}

/* order record css  */
.asset-commission a i{
    font-size: 14px;
}
.asset-commission #totalCommission{
    color: #fff;
}
.asset-commission .eye-open{
    color: #fff;
}

/* grab css  */
.grab_temu_sale {
    background-color: #ccfbe5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
/* online css  */
.dear_user{
    margin-top: 100px;
}
.dear_user h3{
    color: #fb7701;
    text-align: center;
    font-weight: bold;
}
.support_links{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.support_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #f87500;
    background: #deffdb;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.support_item i{
    color: #0cab00;
    font-size: 32px;
}
/* user page */
.user_details{
    justify-content: center;
    margin-top: 40px;
}
.logut{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -20px;
}
.logut a{
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}

.captcha {
    background-color: #ff6238;
    border: none;
    color: white;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    border-radius: 0;
    position: absolute;
    right: 9px;
    top: 6px;
}

/* modal css */
/* Modal Custom Styling */
.modal-content {
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 20px;
}

/* Success Icon Styling */
.success-icon {
    width: 70px;
    height: 70px;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 15px rgba(40, 167, 69, 0.5);
}

/* Button Styling */
.btn-success {
    background-color: #28a745;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
}

.btn-success:hover {
    background-color: #218838;
}
/* Error Icon Styling */
.error-icon {
    width: 70px;
    height: 70px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 15px rgba(220, 53, 69, 0.5);
}

/* Button Styling */
.btn-danger {
    background-color: #dc3545;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
}

.btn-danger:hover {
    background-color: #c82333;
}
.modal_text_part {
    background-color: #fff0e4;
    padding: 20px;
    border-radius: 15px;
}
/* responsive css */

@media only screen and (max-width: 600px){
    .dear_user {
        margin-top: 95px;
    }
    .blue-body .login, .blue-body .register {
        background-size: 100% 95%;
    }
    .login-reg-wrapper.loginpage {
        padding-top: 90px;
    }
    .login-reg-wrapper .logo{
        margin-top: 50px;
    }
    .section_title {
        margin-bottom: 35px;
        font-size: 2rem;
    }
    .company-links .nav{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .hall_box .title {
        margin-top: 5px;
        padding-bottom: 0px;
    }
    .hall_box .title h2 {
        font-size: 20px;
    }
    .hall_details h5 {
        font-size: 10px;
    }
    .products-hall {
        gap: 15px;
    }
    .support_links{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}