* {
   margin: 0;
   padding: 0;
   outline: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   list-style: none;
   vertical-align: top;
   text-decoration: none;
}
html,
body {
   min-height: 100%;
   height: auto;
   color: #131313;
   font-size: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
   scroll-behavior: smooth;
   background: #FBF9F9;
}
.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}

strong {
   font-weight: 500;
}
a {
   text-decoration: none;
   color: #fff;
}
.clearfix {
   display: inline-block;
}
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
.text-center {
   text-align: center;
}
img {
   max-width: 100%;
}
p {
   margin-bottom: 20px;
}
textarea, select {
   font-family: 'Poppins', sans-serif;
}
::-webkit-input-placeholder {
   color: #999;
 }
 :-ms-input-placeholder {
   color: #999;
 }
 ::placeholder {
   color: #999;
 }
input[type="text"],
.input-field {
   display: inline-block;
   max-width: 100%;
   width: 100%;
   padding: 14px 30px;
   border: none;
   background: #EBEBEB;
   border-radius: 5px;
   border: 1px solid #EBEBEB;
   color: #000;
   font-size: 18px;
   font-family: 'Poppins', sans-serif;
   line-height: normal;
   cursor: auto;
}

.btn {
   max-width: 100%;
   min-width: 150px;
   padding: 14px 18px;
   color: #fff;
   font-size: 14px;
   line-height: normal;
   font-weight: 400;
   border: none;
   cursor: pointer;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   display: inline-block;
   font-family: 'Poppins', sans-serif;
   background: linear-gradient(78.14deg, #1876EF -7.89%, #7BB1F5 109.74%);
   border-radius: 5px;
   text-decoration: none !important;
}
.btn.btn-small {
   min-width: 70px;
   padding: 5px 8px;
   font-size: 12px;
   background: none;
   background-color: #fb7575;
}

.btn.disabled, .btnbox_row .btn.disabled{
   background: #dcdcdc !important;
   color: #929292 !important;
   pointer-events: none !important;
}

.error {
   border: 1px solid rgb(255, 0, 0) !important;

}

.errorMsg {
   color: red !important;
   font-size: 13px;
   display: none;
   position: absolute;
   width: 100%;
   text-align: left;
   top: -25px;
}


.container {
   max-width: 1266px;
   width: 100%;
   margin: 0 auto;
   padding: 0 15px;
   display: block;
}

.header {
   height: 73px;
   background: #FFFFFF;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
   padding: 13px 0px;
}

.headerinner {
   display: flex;
   width: 100%;
   justify-content: space-between;
   align-items: center;
}

.topright, .profilebox {
   display: flex;
   align-items: center;

}
.bell_icon {
   margin-right: 20px;
}
.profilebox {
   cursor: pointer;
   position: relative;
   padding-right: 25px;
}
.i_photo {
   margin-right: 10px;
}
.profilebox::after {
   content: '';
   display: block;
   width: 12px;
   height: 10px;
   background: url(../images/arrow_down.png) no-repeat 0 0;
   position: absolute;
   right: 0;
   top: 40%;
}

.profine_nav {
   background: #304472;
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
   border-radius: 5px;
   color: #fff;
   display: none;
   position: absolute;
   right: 0;
   bottom: -94px;
   width: 140px;
   z-index: 1;
}
.profine_nav.active {
   display: block;
   padding: 5px 0;
}

.profine_nav .row {
   padding: 10px 15px;
   display: flex;
   gap: 10px;
   align-items: center;
}
.profine_nav .row:hover {
   background-color: #fff;
   color: #304472;
}
.profine_nav .row img {
   filter: brightness(0) invert(1);
}
.profine_nav .row:hover img {
   filter: none;
}
.profilebox .name {
   font-weight: 400;
   font-size: 14px;
   line-height: 21px;
   color: #000000;
}

.profilebox .phone {
   font-weight: 400;
   font-size: 14px;
   line-height: 21px;
   color: #999999;
}

.order_history {
   background: #FFFFFF;
   box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
   border-radius: 10px;
}
.main {
   padding: 30px 0;
   min-height: 522px;
}

.order_history .head_sec {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding:10px 15px;
}

.order_history .head_left, .order_history .head_right {
   display: flex;
   gap: 20px;
   align-items: center;
}

.search_box {
   display: flex;
   width: 270px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

.order_history .head_sec h3 {
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   text-transform: capitalize;
   color: #304472;
   width: 280px;
}
.datebox {
   position: relative;
}
.datebox::after {
   content: '';
   display: block;
   width: 12px;
   height: 10px;
   background: url(../images/arrow_down.png) no-repeat 0 0;
   position: absolute;
   right: 6px;
   top: 40%;
   background-size: 9px;
}
.datebox input {
   border: 0;
   font-size: 13px;
   width: 142px;
   height: 35px;
   background: #E3E3E3 url(../images/calendar_ico.png) no-repeat 10px 10px;
   border-radius: 5px;
   padding: 8px 20px 8px 33px;
   cursor: pointer;
}
.search_box button {
    width: 41px;
    height: 35px;
    background: #304472;
    border-radius: 5px;
    margin: -1px; cursor: pointer;
    border: 0;
}
.search_box input {
   font-size: 15px;
   padding: 7px 10px;
   border-radius: 5px 0 0 5px;
   background: #fff;
}
.btn_box .btn {
   display: flex;
   align-items: center;
   justify-content: center;
}
.btn_box .btn img {
   margin-right: 7px;
}
.table_box table {
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
}

.table_box table td, .table_box table th {
   text-align: left;
   padding: 10px 15px;
}
.table_box table th {
   background: #E3E3E3;
   font-weight: 400;
   font-size: 14px;
   line-height: 21px;
   color: #878787;
}
.table_box table td {
   vertical-align: middle;
   border-bottom: 1px solid #ececec;
   padding: 7px 15px;
}

.table_box table td a {
   text-decoration-line: underline;
   color: #304472;
}
.text_submit {
   color: #448FDA;
   font-weight: 700;
}
.text_pending {
   color: #F7CB73;
   font-weight: 700;
}
.text_completed {
   color: #5454E8;
   font-weight: 700;
}
.table_box table td .btn {
   background: #304472;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 10px;
    display: flex;
    gap: 7px;
    align-items: center;
}
.table_box table td:last-child {
   width: 194px;
}


.paging_box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px;
}
.paging {
   display: flex;
   align-items: center;
   gap: 10px;
}

.paging select {
   background: #FFFFFF;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   padding: 4px 7px;
}

.pagination {
   display: block;
   list-style-type: none;
}
.pagination li {
   display: inline-block;
}

.pagination li a {
   background: #FFFFFF;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   display: block;
   color: #000;
   text-align: center;
   padding: 5px 12px;
   min-width: 35px;
}
.pagination li a.active {
   background: #304472;
   border: 1px solid #304472;
   color: #fff;

}
.paging_text span {
   font-weight: 700;
}

.footer_top {
   background: #FFFFFF;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
   padding: 50px 0 30px 0;
}

.footer_flex {
   display: flex;
   gap: 100px;
}
.footer_flex .colabout {
   width: 50%; padding-right: 10%;
}
.footer_flex .colabout p {
   font-weight: 400;
   font-size: 14px;
   line-height: 21px;
   color: #4E4E4E;
   margin-top: 20px;
}
.footer_flex .col_contact {
   width: 20%;
}
.footer_flex .col_email {
   width: 20%;
}

.footer_flex h3 {
   position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer_flex h3::after {
   content: '';
   width: 38px;
   height: 0px;
   border: 2px solid #4D8D26;
   border-radius: 2px;
   display: block;
   position: absolute;
   left: 0;
   bottom: 0;
}

.footer_flex .f_icon {
   display: flex;
   padding: 10px 0;
   gap: 10px;
   font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    align-items: center;
}

.footer_bottom {
   padding: 20px 0;
}
.footer_bottom p {
   font-weight: 400;
   font-size: 14px;
   line-height: 21px;
   text-align: center;
   color: #4E4E4E;
   margin: 0 0 5px 0;
}

.ui-widget.ui-widget-content {
   background: #FFFFFF;
   box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
   border-radius: 5px;
   font-family: 'Poppins', sans-serif !important;
   border: 0 !important;
   position: fixed !important;
}

.ui-widget-header {
   border: 0;
   background: #fff;
   color: rgba(0, 0, 0, 0.6);
   font-weight: 500;
   font-size: 14px;
   line-height: 24px;
   border-radius: 7px !important;
   height: 30px;
   margin-bottom: 12px;
}
.ui-widget-header a {
   color: #fff;
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
   position: absolute;
   float: left;
   top: 25%;
   left: 13px;
   display: block;
   height: 22px;
   width: 18px;
   margin: 0;
   padding: 0;
   font-size: 0;
   border: none;
   background-image: url(../images/arrow-left.png);
   background-position: 50% 18%;
   background-repeat: no-repeat;
   content: "";
   cursor: pointer;

}

.ui-datepicker th {
   padding: 0.7em 0.3em;
   text-align: center;
   border: 0;
   font-weight: 400;
   font-size: 12px;
   line-height: 16px;
   letter-spacing: 0.4px;
   color: rgba(0, 0, 0, 0.6);
}

.ui-datepicker-header .ui-datepicker-next {
   right: 13px;
   left: auto;
   background-image: url(../images/arrow-right.png);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
   display: none;
}

.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
   background-color: inherit !important;

}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   border: 0;
    background: #fff;
}

.ui-state-active {
   border: 0 !important;
    background: #6200EE !important;
    border-radius: 50px;
    color: #fff !important;
}
.ui-state-highlight {
   border: 0 !important;
    background: #d6d6d6 !important;
    border-radius: 50px;
    color: #333 !important;
}
.ui-datepicker table {
   font-size: 18px; color: #304472;
}

.ui-datepicker td span, .ui-datepicker td a {
   width: 32px;
   height: 32px;
   justify-content: center;
   font-size: 14px;
   line-height: 20px;
   display: flex;
   align-items: center;
   text-align: center;
   letter-spacing: 0.25px;
   color: rgba(0, 0, 0, 0.87);
}
.ui-datepicker {
   width: auto;
    padding: 10px;
}

.product_list_top {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.pro_datebox {

   position: relative;
}
.pro_datebox::after {
   content: '';
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 8px solid #fff;
   display: block;
   position: absolute;
   right: 12px;
   top: 17px;
 }
.pro_datebox input {
   border: 0;
   font-size: 14px;
   color: #fff;
   width: 158px;
   height: 42px;
   background: #304472 url(../images/calendar_w_icon.png) no-repeat 11px 11px;
   border-radius: 5px;
   padding: 11px 20px 9px 36px;
   cursor: pointer;
}
.pro_datebox input::placeholder {
   color: #fff;
}
.product_list_top .title {
   font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #304472;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    height: 27px;
    gap: 10px;
}

.product_list_top .title::after {
   content: '';
   display: block;
   position: absolute;
   width: 7px;
   height: 14px;
   background: #304472;
   left: 0;
   top: 6px;
}

.product_list_top .title .sub_title {
   border: 1px solid #DDDDDD;
   border-radius: 2px;
   font-weight: 400;
   font-size: 12px;
   line-height: 18px;
   color: #878787;
}

.pro_list_date {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 400;
   font-size: 18px;
   line-height: 27px;
   color: #4E4E4E;
}

.pro_list_box{
   margin:10px auto;
   width: 100%;
 }
 .pro_list_box h3 {
   background: #E3E3E3;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #4E4E4E;
    position: relative;
}
 .pro_list_box .acc_content{
   background:#fff;
   padding: 10px;
   display:none;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
   border-radius: 0 0 5px 5px;
 }
 .pro_list_box h3 i {
   float: right;
   margin-top: 5px;
   margin-right: 5px;
 }

 .pro_list_box h3 span.qty_head {
   font-weight: 400;
   font-size: 15px;
   position: absolute;
    right: 70px;
}

 .icon_arrow {
   border: solid black;
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 4px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
 }

 .pro_list_box h3.active {
   border-radius: 5px 5px 0 0;
   font-weight: 700;
 }

 .pro_list_box h3.active i {
   margin-top: 10px;
 }


.pro_list_row {
   display: block;
   column-count: 3;
   column-gap: 10px;
}
.pro_list_col {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px 0;
}
.pro_list_col .imgbox {
   min-width: 31px;
   max-width: 31px;
   height: 31px;
   border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
    display:flex;
    align-items: center;
}
.pro_list_col .pro_name {
   font-weight: 400;
   font-size: 12px;
   line-height: 15px;
   color: #000000;
   width: 56%;
}
.pro_list_col .qtybox input {
   width: 48px;
   background: #E3E3E3;
   border-radius: 3px;
   padding: 5px;
   font-size: 14px;
   text-align: center;
}

.pro_list_col .q_numb {
   width: auto;
   text-align: center;
   padding: 5px 2px 5px 2px;
   min-width: 40px;
}
.pro_select {
   border: 0;
   appearance: none;
    position: relative;
    padding-left: 5px;
    padding-right: 12px;
    background: url(../images/arrow_down.png) no-repeat 100% 55%;
    background-size: 8px;
    margin-right: 5px;
}


.note_area {
   margin: 20px 0;
}
.note_area textarea {
   padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: 0;
    width: 100%;
    min-height: 100px;
    resize: none;
}
.btnbox_row {
   text-align: center;
}
.btnbox_row .btn {
   background: #304472;
   display: inline-block;
   color: #fff !important;
}

.success_modal {
   width: 550px !important;
   height: 400px !important;
}
#order_success_modal {
   display: none;
   text-align: center;
}
.ui-widget-overlay {
   background: #1e3368;
   opacity: .7;
}

#order_success_modal .text {
   font-weight: 500;
   font-size: 24px;
   line-height: 36px;
   text-align: center;
   color: #4E4E4E;
   margin: 30px 0;
}
.ui-dialog .ui-dialog-titlebar-close {
   position: absolute;
   right: -10px;
   top: -2px;
   width: 32px;
   margin: -10px 0 0 0;
   padding: 1px;
   height: 32px;
   background: #000;
   color: #fff;
   border-radius: 30px;
   border: 0;
   font-size: 29px !important;
}
.ui-button .ui-icon {
   background: url(../images/close.png) no-repeat 0 0 !important;
   width: 14px;
   height: 14px;
   margin-top: -7px;
   margin-left: -7px;
}

.loginbox {
   background: #FFFFFF;
   border: 2px solid #EBEBEB;
   border-radius: 20px;
   width: 1135px;
   height: 600px;
   display: flex;
   align-items: center;
   overflow: hidden;
}
.loginPage {
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.login_left {
   width: 56%;
   background:#304472 url(../images/login_web_bg.png) no-repeat;
   height: 100%;
   position: relative;
}
.loginPage a.logo_login {
   background-color: #fff;
   display: inline-block;
   position: absolute;
   left: 30px;
   top: 30px;
}
.login_line {
   font-weight: 600;
   font-size: 18px;
   line-height: 28px;
   color: #FFFFFF;
   position: absolute;
   left: 30px;
   bottom: 30px;
}

.login_right {
   padding: 60px;
   width: 44%;
}
.login_text1 {
   font-weight: 400;
   font-size: 20px;
   line-height: 30px;
   color: #4E4E4E;
}
.login_text2 {
   font-weight: 700;
   font-size: 28px;
   line-height: 42px;
   color: #4D8D26;
   display: inline-block;
   position: relative;
   padding-right: 45px;
}
.login_text2::after {
   content: '';
   background: url(../images/welcome_hand.png) no-repeat 0 0;
   width: 33px;
   height: 33px;
   display: block;
   position: absolute;
   right: 0;
   top: 0;
}
.input_outer {
   margin-bottom: 20px;
   margin-top: 25px;
   position: relative;
}
.login_right .btn {
   background: #304472;
   border-radius: 5px;
   font-weight: 700;
   font-size: 18px;
   line-height: 27px;
   text-transform: uppercase;
   color: #FFFFFF;
   width: 100%;
}
#inputPhone {
   padding-left: 58px;
   background: #EBEBEB url(../images/login_phone_icon.png) no-repeat 22px 16px;
}

#new_customer_number {
   padding-left: 58px;
   background: #EBEBEB url(../images/login_phone_icon.png) no-repeat 22px 16px;
}

#inputVerify {
   text-align: center;
   text-transform: none;
}
.request_line {
   margin-top: 10px;
}
.request_line a {
   color: #304472;
   text-decoration: underline;
}
#logOut_modal {
   display: none;
   text-align: center;
}

.log_out_modal {
   width: 550px !important;
   height: 220px !important;
}

#logOut_modal .text {
   font-weight: 500;
   font-size: 24px;
   line-height: 36px;
   text-align: center;
   color: #4E4E4E;
   margin: 0 0 30px 0;
}

#credit_request_modal .text {
   font-weight: 500;
   font-size: 24px;
   line-height: 36px;
   text-align: center;
   color: #4E4E4E;
   margin: 0 0 30px 0;
}

.btnbox_row .btn.btnCancel {
   background: #DDDDDD;
   border-radius: 5px;
   display: inline-block;
   color: #999999 !important;
   margin-right: 10px;
}
.datefrom_to_box {
   display: flex;
   align-items: center;
   gap: 15px;
}

.logo_login_sm {
   display: none;
}
.slide_verify .login_text2::after {
   display: none;
}
div#ui-datepicker-div {
   margin-left: -74px;
   margin-top: 0;
}
.add_qty {
   display: flex;
   width: 144px;
   gap: 5px;
}
.add_qty input {
   padding: 2px;
    background: #F5F5F5;
    width: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #d8d7d7;
}
.add_qty .btn.btnSave {
   background: #304472;
   border-radius: 3px;
   min-width: inherit;
   padding: 8px;
   font-size: 12px;
}
.requestedbox {
   display: none;
   font-size: 12px;
   white-space: nowrap;
   min-width: 100px;
   text-align: right;
}

.profile_page {
   width: 600px;
   padding: 40px 50px;
   background-color: #fff;
   border-radius: 20px;
   margin: 0 auto;
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.profile_page .errorMsg {
   top: auto;
   bottom: -21px;
    left: 0;
}

#success-messages {
   text-align: center;
   color: #4D8D26;
   font-size: 18px;
   margin-top: 20px;
}

.search_outer {
   display: flex; justify-content: flex-end; margin-top: 10px;
}
.credit_request_modal {
   width: 780px!important;
   height: 200px !important;
}


@media only screen and (max-width: 1300px) {
   .loginbox {
      width: 98%;
   }
   /* .pro_list_col {
      width: 48.89%;
   } */
   .pro_list_col .pro_name {
      width: 78%;
   }
   .footer_flex .colabout {
      width: 38%;
      padding-right: 0;
  }
  .search_box {
   width: 240px;
  }
   .pro_list_row {
      column-count: 2;
   }
}



@media only screen and (max-width: 1023px) {
   .loginbox {
      flex-direction: column;
      height: auto;
      width: 70%;
  }
  .login_left {
   display: none;
  }
  .login_right {
      padding: 60px;
      width: 100%;
   }
   .loginPage {
      background: url(../images/login_sm_bg.png) repeat 0 0;
   }

   .logo_login_sm {
      display: inline-block;
      margin-bottom: 50px;
   }
   .pro_list_col .pro_name {
      width: 49%;
   }
  .product_list_top {
      flex-direction: column;
      gap: 10px;
   }
   .footer_flex {
      flex-wrap: wrap; gap: 10px;
  }
  .footer_flex .colabout {
      width: 100%;
      padding-right: 0;
   }
   .footer_flex .col_contact, .footer_flex .col_email {
      width: 48%;
   }
   .footer_top {
      padding: 15px 0;
  }
  .footer_flex .colabout p {
   margin-top: 10px;
   margin-bottom: 0;
  }
  .main {
   padding: 20px 0;
      min-height: 410px;
   }
   .order_history .head_sec {
      flex-direction: column;
      gap: 10px;
  }
  .table_box table tr:first-child {
   display: none;
  }
  .table_box table th {
   display: none;
  }
  .table_box table tr {
   border-bottom: 7px solid #f5f5f5;
   display: block;
   margin-bottom: 0;
 }

 .table_box table td {
   border-bottom: 1px solid #f6f6f6;
   display: flex;
    text-align: left;
    align-items: center;
 }

 .table_box table td::before {
   content: attr(data-label);
   float: left;
   width: 50%;
   color: #878787;
   font-weight: 400;
 }

 .table_box table td:last-child {
   border-bottom: 0;
   }
   .table_box table td:last-child {
      width: auto;
   }
   .paging, .paging_text {
      display: none;
   }
   .paging_box {
      justify-content: center;
   }
   /* .pro_list_col {
      width: 48.5%;
   } */
   .container {
      padding: 0 40px;
   }
   .search_outer {
      justify-content: center;
   }
}





@media only screen and (max-width: 767px) {
   .pro_list_row {
      column-count: 1;
   }
   .pro_datebox {
      min-width: 100%;
   }
   .pro_datebox input {
      width: 100%;
   }
   .btn {
      min-width: 100%;
   }
   #credit_request_modal .text {
      font-size: 18px;
    line-height: 28px;
   }
   .modal_request_order {
      min-height: 200px;
   }
   .table_box table td.notfound_td {
      flex-direction: column;
   }
   .profile_page {
      width: 100%;
      padding: 20px;
   }
   .success_modal {
      width: 96% !important;
      height: 380px !important;
  }

  #order_success_modal .text {
   font-size: 18px;
    line-height: 26px;
  }

   .container {
      padding: 0 10px;
   }

   .log_out_modal {
      width: 94%!important;
      height: 200px !important;
  }

  .credit_request_modal {
   width: 94%!important;
   height: 220px !important;
}
  #logOut_modal .text {
   font-size: 18px;
   line-height: 26px;
  }

   .header {
      height: 54px;
      padding: 7px 0px;
  }

   .order_history .head_sec {
      position: relative;
      flex-direction: column-reverse;
   }

   .order_history .head_right {
      flex-direction: column-reverse;
      width: 100%;
   }

   .order_history .head_sec .btn_box .btn, .order_history .head_sec .btn_box {
      width: 100%;
      text-align: center;

   }

   .order_history .head_sec .btn_box .btn {
      padding: 11px 15px;
   }

   .search_box {
      width: 200px;
      position: absolute;
      right: 10px;
      top: 103px;
  }
  .order_history .head_sec {
   height: auto;
   padding: 10px;
   border-bottom: 7px solid #f5f5f5;
   }
   .datefrom_to_box {
      gap: 10px;
      width: 100%;
      justify-content: space-between;
   }
   .order_history .head_sec h3 {
      position: absolute;
      left: 10px;
      font-size: 14px;
      top: 68px;
   }

   .table_box table td {
      font-size: 12px;
    padding: 5px 10px;
   }
   .table_box table td .btn {
      padding: 7px 8px;
    min-width: inherit;
    font-size: 12px;
   }
   .main {
      padding: 10px 0;
      min-height: 400px;
  }
  .datebox input {
   font-size: 13px;
   width: 140px;
  }
   /* .pro_list_col {
      width: 97.5%;
  } */
  .pro_list_col .qtybox input {
   width: 42px;
  }
  .pro_list_col .q_numb {
   width: auto;
   padding: 5px;
  }
  .product_list_top .title {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      width: 100%;
   }
   .product_list_top {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
      position: relative;
      padding-top: 12px;
  }
  .product_list_top .title {
   position: static;
   padding: 0;
   font-size: 16px;
  }
  .product_list_top .title::after {
   display: none;
  }
  .pro_list_date {
   font-size: 15px;
   justify-content: space-between;
    width: 100%;
    flex-direction: column;
        align-items: flex-start;
    gap: 5px;
  }
  div#ui-datepicker-div {
   margin-left: -14px;
   }
   .pro_list_box h3 span.qty_head {
      right: 50px;
   }
   .profilebox .u_text, .profilebox::after {
      display: none;
   }
   .profilebox {
      padding: 0;
   }
   .pro_list_box .acc_content {
      padding: 5px;
   }
   .pro_list_col .pro_name {
      width: 100%;
      min-width: inherit;
      font-size: 11px;
      line-height: 13px;
  }
  .pro_list_col .qtybox input, .pro_list_col .q_numb, .pro_list_box h3 span.qty_head, .requestedbox {
   font-size: 12px;
  }
  .pro_list_box h3 {
   font-size: 15px;
  }
  .add_qty .btn.btnSave {
   padding: 6px;
    font-size: 10px;
  }
  .add_qty input {
   width: 28px;
   font-size: 12px;
  }
  .pro_select {
      border: 0;
      font-size: 12px;
   }
   .footer_bottom p, .footer_flex .colabout p {
      font-size: 12px;
      line-height: 18px;
   }
   .footer_flex h3 {
      padding-bottom: 6px;
      margin-bottom: 6px;
   }
   .product_list_top .title .sub_title {
      position: absolute;
      top: -3px;
      right: 0;
      left: 0;
      width: 282px;
      text-align: center;
      margin: 0 auto;
   }
   .loginbox {
      width: 96%;
   }
   .login_right {
      padding: 24px;
  }
  .login_text2 {
   font-size: 23px;
   line-height: 30px;
   margin-bottom: 6px;
  }
  .product_list_top .title {
   padding-left: 15px;
       position: relative;
  }
  .product_list_top .title::before {
      content: '';
      display: block;
      position: absolute;
      width: 7px;
      height: 14px;
      background: #304472;
      left: 0;
      top: 88px;
   }
   .product_list_top .title::before {
          top: 6px;
   }
   .product_list_top .title .sub_title {
    position: relative;
    top: -6px;
    right: 0;
    left: 0;
    width: auto;
    text-align: center;
    margin: 0;
}

.search_box {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
}

   .logo {
      width: 82px;
   }
   .btnbox_row .btn {
      min-width: 118px;
   }
   .i_photo {
      margin-right: 0;
   }
   .footer_flex .f_icon {
      font-size: 12px;
      gap: 8px;
   }
   .order_history .head_left, .order_history .head_right {
      width: 100%;
   }
   a.flogobox {
      display: inline-block;
      width: 82px;
  }
}

.pro_list_col {
   position: relative;
}
.pro_list_col.error-line {
   border: 1px solid red;
}

.pro_list_col .qtybox input {
   width: 42px;
  }

  .pro_list_col.error-line .qtybox input {
   background: #ffcaca;
  }

.pro_list_col.error-line span.error-msg {
   font-size: 12px;
   display: block;
   width: 100%;
   position: absolute;
   bottom: -19px;
   color: red;
}

/* upload image start */
.uploadfileBox {
   padding-bottom: 20px;
   border-bottom: 1px solid #e3e3e3;
   margin-bottom: 20px;
}
.upload-btn-wrapper {
   position: relative;
   overflow: hidden;
   display: inline-block;
 }
 .upload-btn-wrapper input[type=file] {
   font-size: 0;
   position: absolute;
   left: 0;
   top: 0;
   opacity: 0;
   cursor: pointer;
   width: 100%;
   height: 100%;
 }

 .toZoom {
   border-radius: 5px;
   cursor: pointer;
   transition: 0.3s;
   width:100px;
 }

 .toZoom:hover {opacity: 0.7;}

 .modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 100; /* Sit on top */
   padding-top: 0; /* Location of the box */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
 }

 .modal-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
 }

 .modal-content {
   animation-name: zoom;
   animation-duration: 0.6s;
 }

 @keyframes zoom {
   from {transform: scale(0.1)}
   to {transform: scale(1)}
 }

 .close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #f1f1f1;
   font-size: 40px;
   font-weight: normal;
   transition: 0.3s;
 }

 .close:hover,
 .close:focus {
   color: #bbb;
   text-decoration: none;
   cursor: pointer;
 }

 .thumbList {
   display: flex;
   gap: 10px;
   margin-top: 20px;
   flex-wrap: wrap;
}

.thumbList .box {
   max-width: 100px;
   text-align: center;
}
.thumbList .box .imageName {
   margin-top: 5px; font-size: 12px;
}

 @media only screen and (max-width: 700px){
   .modal-content {
     width: 100%;
   }
 }
 /* image moda End */


 @media only screen and (max-width: 767px) {
   .order_history_page .order_history .head_sec {
      flex-direction: column-reverse;
   }
   .order_history_page .order_history .head_sec h3 {
      position: absolute;
      left: 0;
      font-size: 14px;
      top: -15px;
  }
  .order_history_page .order_history .head_left {
   width: 100%;
    height: 50px;
    position: relative;
    margin-top: 12px;
  }
  .order_history_page .datefrom_to_box {
   margin-top: 10px;
  }
  .order_history_page .order_history .head_right {
   flex-direction: column-reverse;
   width: 100%;
   gap: 14px;
   }
   .order_history_page .order_history .head_sec h3, .order_history_page .order_history .head_sec h3 span {
      font-size: 12px !important;
   }


   .edit_order_page .product_list_top .title {
      padding-left: 15px;
      position: absolute;
      right: 0;
      top: -20px;
      line-height: 16px;
      font-size: 14px;
      width: auto;
  }
  .edit_order_page .product_list_top .title .sub_title {
   font-size: 9px;
    padding: 0 3px;
  }
  .edit_order_page .edit_order_head {
   position: relative;
   display: flex;
   flex-direction: column-reverse;
   height: 226px;
   }
   .edit_order_page .edit_order_head .product_list_top {
      position: static;
   }
   .edit_order_page .edit_order_head .pro_list_date {
      width: 100%;
      position: absolute;
      right: 0;
      top: 34px;
      font-size: 13px;
      gap: 0px;
      align-items: flex-end;
  }
  .edit_order_page .edit_order_head .order_id_back {
   position: absolute;
   top: 26px;
   width: 100%;
   }
   .edit_order_page .edit_order_head .search_f_end {
      width: 100%;
   }
   .edit_order_page .edit_order_head .search_box {
      width: 100%;
      position: relative;
      right: 0;
      top: 24px;
  }
  .edit_order_page .edit_order_head .pro_list_date .btn {
   position: absolute;
    left: 0;
    width: 100%;
    bottom: -122px;
    min-width: 100%;
  }
  .edit_order_page .edit_order_head .pro_datebox {
   max-width: 153px; min-width: inherit;
   }
   .edit_order_page .edit_order_head .date_lable {
      position: relative;
      left: -32px;
  }
  .credit_request_box {
   position: absolute;
    left: 0;
    bottom: -84px;
    width: 100%;
  }
  .credit_request_box span {
   min-width: 100% !important;
   text-align: center !important;
   padding: 11px !important;
  }
  .edit_order_page .pro_datebox.date_disabled input {
   width: 151px;
   text-align: center;
   }

   .edit_order_page.new_order_page .edit_order_head .pro_list_date {
      align-items: flex-start;
   }
   .edit_order_page.new_order_page .edit_order_head .pro_datebox {
      max-width: 100%;
      min-width: 100%;
  }
  .edit_order_page.new_order_page .search_outer {
   position: absolute;
   width: 100%;
   top: 93px;
  }
  .uploadfileBox {
   margin-top: 20px; text-align: center;
  }
  .uploadfileBox .btn {
   min-width: 150px;
   }
   .uploadfileBox .btn.btn-small {
      min-width: 70px;
   }
   .thumbList {
      justify-content: center;
   }
 }
