/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpReverseAuction
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
#map-address {
    width: 100%;
    min-height: 300px;
}

.list-item {
    border:1px solid #ccc;
    margin-top:10px;
    padding: 30px !important;
    padding-right: 0 !important;
}

.list-item .item-image, .list-item .item-info{
    display: inline-block;
    vertical-align: middle;
    width:23.5%;
}

.item-info {
    margin-left:10px;
}

.list-filters {
    padding: 10px;
    top: -1px;
    position: relative;
}

#apply-filter-form .filter{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 30% !important;
}

.filter label {
    margin: 5px 0;
    display: inline-block;
}


.map-container {
    width: 100%;
    height: 150px;
    margin-top:15px;
}

.request-view.left {
    display: inline-block;
    width: 24%;
    text-align:center;
}

.request-view.right {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    margin-left: 15px;
}

.buttons-container .button {
    background: #e2e2e2;
    color:#555;
    padding: 10px;
    max-width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #555;
    width: 100%;
    margin: 10px 0;
    text-decoration: none;
    box-sizing: border-box;
}
.action-buttons-container {
    text-align: right;
}

.autocomplete-category, .autocomplete-category-name {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    background:#FFF;
    width: 100%;
    box-sizing: border-box;
}


.autocomplete-category li, .autocomplete-category-name li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin:0;
    cursor: pointer;
}

.autocomplete-category li:last-child, .autocomplete-category-name li:last-child {
    border-bottom: none;
}

.autocomplete-category li:first-child, .autocomplete-category-name li:first-child {
    border-top: none;
}

.autocomplete-category li.active, .autocomplete-category-name li.active {
    background: #ccc;
}

.image-upload-section .control {
    margin: 10px;
}
.image-upload-section .control img {
    vertical-align: middle;
    width:50px;
    height: 50px;
}

.image-upload-section .control input {
    vertical-align: middle;
}

.request-table-row {
    /* border-top: 1px dashed; */
    border-bottom: 1px dashed;
}

.request-table-cell {
    display: inline-block;
    margin-right: 10px;
    min-width: 150px;
    /* border-left: 1px solid; */
    padding: 5px;
    /* border-right: 1px solid; */
    min-height: 25px;
}

.bid-pcontainer.fieldset {
    margin-top: 10px;
}

.bid-item.item {
    border: 1px solid 
    #e2e2e2;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.bidder-image {
    display: inline-block;
    vertical-align: middle;
}
.bidder-info-container {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

#date-range {
    margin: 0px 0px 20px 10px;
}

.list-body .pager {
    margin: 10px 0;
}
.list-body .toolbar .pages {
    margin-bottom: 25px;
    float: left;
    margin-bottom: 0;
}
.list-body .toolbar .limiter {
    display: block;
    float: right;
}

.list-body .toolbar:first-child .pages {
    display:none;
}

.list-body .toolbar:last-child .pager .toolbar-amount  {
    display:none;
}
.item-heading, .item-name-heading {
    font-weight: bold;
}

.list-item note {
    padding: 10px 10px;
    line-height: 40px;
}

button.remove-image {
    float: right;
}
@media only screen and (min-width: 768px) {
    button.remove-image {
        margin-right: 50%;
    }
    .item-full-view.list-item-action {
        margin-left: 20%;
    }
    .rauction-seller-index #maincontent .admin__data-grid-header .col-xs-2 {
        width: 25%;
    }
}
.bid-status label.label {
    display: inline-block;
}
.bid-status .control {
    display: inline-block;
    padding-left: 15px;
}
.bid-form {
    border: 1px solid #bbbaba;
    /* padding: 10px; */
}
h4.bid-detail-form {
    margin: 0;
    background: aliceblue;
    padding: 20px;
    font-size: 20px;
    /* color: #a9a9a9; */
}
.bid-id {
    display: inline-block;
}
h3.bid-time {
    float: right;
    display: inline-block;
}
.wk-bid-view-header {
    border: 1px solid #cecbcb;
    padding: 10px;
    background: aliceblue;
}
table.table-striped {
    border: 1px solid #aba3a3;
}
.request-information {
    padding: 30px 0;
}

table.table-striped tr:nth-child(even) {background-color: #f2f2f2;}
form#save-conversation-form {
    border: 1px solid #cecbcb;
    padding: 10px;
}
.field.required {
    padding: 10px;
}
button#save-button {
    margin-top: 20px;
}
.message-block {
    box-shadow: 0 2px 8px 2px #848484;
    margin-bottom: 20px;
}
.send-message-seller .field.message.required {
    background: #fff;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}
h4.conversation-sendby {
    display: inline-block;
    float: right;
    padding-right: 20px;
    color: white;
}
.conversation-block.conversation-sendby-customer {
    background: #4ac74a;
}
h4.conversation-time {
    display: inline-block;
    color: white;
    padding-left: 20px;
}
.message {
    padding: 20px;
    background: #ffffff;
}
.conversation-block.conversation-sendby-seller {
    background: #f19f09;
}
.request-details {
    border: 1px solid #a9a9a9;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#request-description {
    /* box-shadow: 0 2px 0px 2px #848484; */
    margin-bottom: 20px;
}
.product-image {
    display: inline-block;
    width: 33%;
}
.product-details {
    display: inline-block;
    width: 33%;
    vertical-align:top;
}
.customer-details {
    display: inline-block;
    vertical-align:top;
}
.product-description-block {
    padding: 10px;
    border: 1px solid #a9a9a9;
    border-top: 0;
}
span.product-description {
    padding-left: 30px;
}
.bid-form {
    border: 1px solid #bbbaba;
    /* padding: 10px; */
}
h4.bid-detail-form {
    margin: 0;
    background: aliceblue;
    padding: 20px;
    font-size: 20px;
    /* color: #a9a9a9; */
}
.bid-id {
    display: inline-block;
}
h3.bid-time {
    float: right;
    display: inline-block;
}
.wk-bid-view-header {
    border: 1px solid #cecbcb;
    padding: 10px;
    background: aliceblue;
}
table.table-striped {
    border: 1px solid #aba3a3;
}

table.table-striped tr:nth-child(even) {background-color: #f2f2f2;}
form#save-conversation-form {
    border: 1px solid #cecbcb;
    padding: 10px;
}
.field.required {
    padding: 10px;
}
button#save-button {
    margin-top: 20px;
}
.message-block {
    box-shadow: 0 2px 8px 2px #848484;
    margin-bottom: 20px;
}

.conversation-block.conversation-sendby-seller {
    background: #f19f09;
}
select#bid-status {
    opacity: 1 !important;
}
.page-actions-buttons {
    margin-bottom: 15px;
}
a.button.action.clear-filter {
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.image-container {
    border: 1px solid #a9a9a9;
    padding: 20px 10px;
}
.title-container h2 {
    margin-top: 0;
}
.other-images {
    display: inline-block;
    margin-left: 5%;
}
.mpshipping
{
    position: relative;
}
.mpshipping ul.nav
{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
    z-index: 9999;
}
.mpshipping:hover ul.nav
{
    display:block;
}
.nav .item.current a {
    border: none;
}
ul.category-list {
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .image-upload-section .control img{
        margin-top:10px;
    }
    h1.page-title {
        margin-top: 40px;
    }
    .title-container span strong {
        font-size: 18px;
    }
    .title-container h2 {
        font-size: 20px;
    }
    .messages .message:last-child {
        margin: 3rem 0 0 !important;
    }
    h3.bid-id {
        font-size: 15px;
    }
    h3.bid-time {
        font-size: 15px;
    }
    .bid-list-table {
        overflow-x: auto;
    }
    .item-image, .item-info {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    h3.bid-time {
        float: none !important;
    }
    .item-image {
        text-align: center;
    }
    .filter {
        width: 95% !important;
    }
    .product-details {
        width: 100%;
    }
    .request-details {
        display: block !important;
    }
    .product-image {
        text-align: center;
        display: table-cell;
    }
    .image-container img {
        height: 75px;
    }
    .rauction-request-container .field.required {
        margin: 0;
    }
    .admin__form-field {
        width: 100% !important;
    }
    .modal-popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        margin: 5rem 0;
        /* background: white; */
        width: 75%;
        max-height: 90%;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        background: #ffffff;
    }
}

.create-new-request {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.data-grid-filters-action-wrap {
  display: none !important;
}

.button.action.create-new {
    background: #FF5601 !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;

}
button.save-seller-cobversation {
    margin-top: 0 !important;
}
a.button.action.back {
    background: #e17315;
    padding: 7px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.back-to-requestlist {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0px;
    width: 93%;
}
div#map-address {
    margin-top: 15px;
}
button.remove-image {
    background: white;
    border: none;
    color: black;
    font-weight: 800;
    font-size: 16px;
}
.product-request-disapprovd {
    padding: 10px;
    background: #f9ece7;
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 15px;
    color: darkred;
    font-weight: 600;
}
.field {
    padding: 0 10px;
}
/* Style for the custom file drop area */
.custom-file-drop-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 95%;
    text-align: center;
    cursor: pointer;
    color: #666;
    transition: border-color 0.3s ease;
}

.custom-file-drop-area p {
    margin: 0;
    font-size: 16px;
    color: #999;
}

/* Hover and active states */
.custom-file-drop-area:hover {
    border-color: #888;
}

.custom-file-drop-area.dragover {
    border-color: #5a5;
}

/* Hide the default file input */
.custom-file-input {
    display: none;
}