.show-details-table td {
    font-weight: bold;
    font-size: 14px;
}

#ajax_loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: url("../img/loader.gif") 50% 50% no-repeat #ffffff7f;
}

table {
    width: 100% !important;
}

.table-container {
    overflow-x: scroll;
    overflow-y: auto;
    /*transform:rotateX(180deg);*/
}

/* .table-container table {
    transform:rotateX(180deg);
} */

.feedback_status {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
}

.feedback_status i {
    font-size: 70px;
    padding-top: 15px;
}
.feedback_status .success {
    color: #4bbf73;
}

.feedback_status .error {
    color: #d9534f;
}

.feedback_title h4 {
    font-size: 24px;
}

.feedback_title p {
    font-size: 18px;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgb(29, 29, 29);
    margin-bottom: 10px;
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgb(99, 97, 97);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    widows: 100%;
    cursor: pointer;
    opacity: 0;
}

.form-group.required label:after {
    content: " * ";
    color: red;
    font-size: 16px;
}

.table-parent-wrapper {
    transform: rotateX(180deg) !important;
    overflow-x: auto;
}
.table-child-wrapper {
    transform: rotateX(180deg) !important;
}

/* product rfq admin feedback */
.comment {
    border: 1px dashed #ddd;
    padding: 15px;
}

.comment p {
    font-size: 18px;
    font-weight: bold;
}

.help-block {
    color: indianred;
}

.text-warning {
    background: #fec107;
    color: #0c0c0c !important;
    border-radius: 50%;
    font-size: 12px;
    padding: 10px 0px;
    width: 35px;
    height: 35px;
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
}

/*.table.dataTable th{*/
/*    border-top:none;*/
/*    border-bottom:none;*/
/*    font-size:8pt;*/
/*    padding:10px;*/
/*}*/
/*.dropdown-menu.pull-right li{*/
/*    padding-left:5px;*/
/*    min-width:unset !important;*/
/*}*/
/*.dropdown-menu.pull-right li a{*/
/*    color:#eee*/
/*}*/

/* Bootstrap Gap Utility Styles */
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}

/* Column Gap */
.column-gap-0 {
    column-gap: 0 !important;
}
.column-gap-1 {
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    column-gap: 1rem !important;
}
.column-gap-4 {
    column-gap: 1.5rem !important;
}
.column-gap-5 {
    column-gap: 3rem !important;
}

/* Row Gap */
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
