input[type="submit"] {
    font-size: 14px;
    padding: 5px 10px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: white;
    background-color: #D25A0B;
    border-color: #D25A0B;
    font-weight: bold;
}

input[type="reset"] {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: black;
    background-color: #fff;
    border: 1px solid #D25A0B;
    /* border-color: #D25A0B; */
    font-weight: bold;
}

input[value="Cancel"] {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: black;
    background-color: #fff;
    border: 1px solid #D25A0B;
    /* border-color: #D25A0B; */
    font-weight: bold;
}


/* 
.mini-btn {
    font-size: 10px;
    padding: 3px 6px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
} */


.mini-btn {
    font-size: 15px;
    /* Smaller font size */
    padding: 3px 6px;
    /* Compact padding for mini size */
    border: none;
    /* Remove default border */
    border-radius: 2px;
    /* Slightly rounded corners */
    cursor: pointer;
    /* Pointer cursor on hover */
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    transition: background-color 0.3s ease;
}



.mini-btn.edit-btn {
    background-color: #4CAF50;
    color: white;
}

.mini-btn.edit-btn:hover {
    background-color: #45a049;
    /* Darker green on hover */
}

/* Delete button style */
.mini-btn.delete-btn {
    background-color: #f44336;
    /* Red background */
    color: white;
    /* White text */
}

.mini-btn.delete-btn:hover {
    background-color: #e53935;
    /* Darker red on hover */
}


.mini-btn.view-btn {
    background-color: #2196F3;
    color: white;
}

.mini-btn.view-btn:hover {
    background-color: #2196F3;
    /* Darker green on hover */
}



.mini-btn.email-btn {
    background-color: #FF9800;
    color: white;
}

.mini-btn.email-btn:hover {
    background-color: #FF9800;
    /* Darker green on hover */
}

.mini-btn.upgrade-btn {
    background-color: #17a2b8;
    color: white;
}

.mini-btn.upgrade-btn:hover {
    background-color: #17a2b8;
    /* Darker green on hover */
}

.top-add-btn {

    margin-right: 50px;
    background-color: #D25A0B;
    border-color: #D25A0B;
    padding: 5px 10px;
    color: white;
    border: none;
    font-weight: bold;
}


.eBay_input {
    width: 40%;
}

.bid_fieldset p {
    white-space: normal;
}

.dt-empty {
    white-space: break-spaces;
}


#dtshippDate_ID,
#dtshippDate_ID table {
    width: 155px !important;
}



@media(max-width:1199px) {}

/*===========-END-1199-===========*/







/*===========-STRT-991-===========*/
@media(max-width:991px) {


    .main-table {
        width: 100% !important;
    }


    /* .full_inputs {
        width: 100% !important;
    } */

    .top-add-btn {

        margin-right: 10px;
        background-color: #D25A0B;
        border-color: #D25A0B;
        padding: 5px 10px;
        color: white;
        border: none;
        font-weight: bold;
    }

    .purches-main-table {
        width: 90% !important;
    }


    .display-height {
        height: 550px;
        display: flex;
        flex-direction: column;
    }

    .tab-view-none {
        display: none;
    }

    .tab-height {
        height: 150px;
    }


    .flex-column {
        display: flex;
        flex-direction: column;
    }

    .menu>li>a {
        width: 90%;
    }


    .menu>li a:active {
        background-color: #fff;
    }


    .menu>li a:hover {
        background-color: #fff !important;
    }


}

/*===========-END-991-===========*/








/*===========-STRT-767-===========*/
@media(max-width:767px) {

    .mobile_font {
        font-size: 16px;
    }

    .main-table {
        width: 100% !important;
    }

    .ship_txtcomments {
        width: 100% !important;
    }

    .purches-main-table {
        width: 90% !important;
    }

    .top-add-btn {

        padding-right: 10px;

    }

    td .purchase_tab {
        padding: 0 !important;
    }

    /* .full_inputs {
        width: 100% !important;
    } */

    .eBay_input {
        width: 100%;
    }


    .chip_pay_memnber-fee_paid {
        display: flex !important;
        flex-direction: column !important;
    }

    .chip_pay_memnber-fee_paid input {
        width: 80% !important;
        margin: 5px 0;
    }

    .chip_pay_memnber-fee_paid #txtFee {
        margin-left: 6px;
    }

    .display-height {
        height: 550px;
        display: flex;
        flex-direction: column;
    }

    .tab-view-none {
        display: none;
    }

    .tab-height {
        height: 150px;
    }


    .flex-column {
        display: flex;
        flex-direction: column;
    }

    /* .date_position {
        position: relative;
    }

    #dtshippDate_ID {
        position: absolute;
        visibility: hidden;
        width: 154px !important;
        background-color: white;
        border: 1px solid dimgray;
        z-index: 100;
        right: 0px;
        top: 30px;
    } */


}

/*===========-END-767-===========*/



@media(max-width:570px) {
    .date_position {
        position: relative;
    }

    #dtshippDate_ID {
        position: absolute;
        visibility: hidden;
        width: 158px !important;
        background-color: white;
        border: 1px solid dimgray;
        z-index: 100;
        right: 40%;
        top: 30px;
    }

}



/*===========-STRT-480-===========*/
@media(max-width:480px) {



    .mobile_font {
        font-size: 15px;
    }

    .top-add-btn {

        margin-right: 0;
        background-color: #D25A0B;
        border-color: #D25A0B;
        padding: 5px 10px;
        color: white;
        border: none;
        font-weight: bold;
    }

    .purches-main-table {
        width: 100% !important;
    }

    .main-table {
        width: 100% !important;
    }

    tr {
        height: auto;
    }

    .ship_assist_from>tbody>tr {
        display: flex;
        flex-direction: column;
    }

    .ship_assist_from>tbody>tr>td {
        width: calc(100% - 15px);
    }

    .full_inputs {
        width: 100% !important;
    }

    td .purchase_tab {
        padding: 0 !important;
    }

    .eBay_input {
        width: 100%;
    }

    .chip_pay_memnber-fee_paid {
        display: flex !important;
        flex-direction: column !important;
    }

    .chip_pay_memnber-fee_paid input {
        width: 80% !important;
    }

    .first_tab,
    .second_tab,
    .third_tab {
        font-size: 13px !important;
    }



}

/*===========-END-480-===========*/
@media(max-width:370px) {

    .samll_mobile_hide {
        display: none !important;
    }

    .samll_mobile_show {
        display: block !important;
    }

    .user_pro_fieldset {
        max-width: 100px !important;
    }

    #renew {
        font-size: 12px !important;
    }

    #renew td {
        font-size: 12px !important;
    }

    .add_user_member_form input,
    .add_user_member_form textarea {
        width: 150px !important;
    }

}

@media(max-width:345px) {

    .add_user_member_form td {
        font-size: 13px !important;
    }


    .user_pro_fieldset {
        max-width: 100px !important;
    }
}

@media(max-width:320px) {
    #dtshippDate_ID {
        right: 0;
    }
}