/**
 * Webkul Software Pvt. Ltd.
 *
 * @category  Webkul
 * @package   Webkul_MpOrderAttachments
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

 [for='attachment_yes'],[for='attachment_no'] {
    position: relative;
    top: -2px;
}

#attachment_second {
    margin-left: 48px;
}

#radio_ask_div {
    margin-top:16px;
}

#attachment_widget {
  border: 6px groove lightgray;
  padding: 8px;
  display: none;
}

#attachment_widget .attachment_adder {
    border: 3px dashed lightgray;
    height: 100px;
    width: 80px;
    cursor: pointer;
    transition: .5s;
}

#attachment_widget .attachment_adder:hover {
    background-color: lightgray;
    border: 3px dashed gray;
}

#attachment_widget .attachment_adder img{
    width:100%;
    padding-top:10px;
}

.impnotice {
    margin-top:5px;
    margin-bottom:0px;
    font-size:10px;
}

#uploading_msg {
    padding: 2px 8px;
    color:red;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: -18px;
}

#fle_btn {
    visibility: collapse;
}

.attachment_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.attachment_flex_box > div {
    border: 3px solid gray;
    margin:10px;
    width: 80px;
    height: 100px;
}

.progressbar {
    display: none;
    margin-top:45px;
    height: 10px;
}

.progressbar {
    margin-top:40px;
    height: 20px;
}

.progressindicator {
    background-color: green;
    width: 0%;
    height: 100%;
    text-align:center;
    color:white;
}

.attachment_file_box {
    line-height:100px;
    overflow: hidden;
}

.attachment_file_box img {
    vertical-align: middle;
}

.close {
    display: none;
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    background-color: lightgray;
    line-height: 20px;
    padding: 2px 6px;
    cursor: pointer;
    transition:.5s;
}

.close:hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #bfbfbf;
}

.attachment_flex_box .note {
    position: absolute;
    margin-left: 30px;
    line-height: 0px;
}

.note i {
    position: relative;
    right: -21px;
    top: 77px;
    font-size: 21px;
    padding: 1px 4px;
    background-color: lightgray;
    cursor: pointer;
    transition: .5s;
}

.note i:hover {
    background-color: #bfbfbf;
}

.message.notice{
    margin-top:8px;
}

.actions-toolbar{
    margin-top:8px;
}

.fa.fa-file-pdf-o, .fa.fa-file-word-o, .fa.fa-file {
    font-size: 80px;
    padding: 9px 6px;
    color: orangered;
}

.fa.fa-file {
    color: #1baec5;
}

.fa.fa-file-word-o {
    color: #4073bf;
}

.fa.fa-plus-circle {
    font-size: 65px;
    padding: 19px 12px;
    color: gray;
}

.text-green {
    color: green;
}

@media only screen and (max-width: 600px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: 80%;
    }
}

.comment_area {
    position: relative;
}

.comment_area .side-12 {
    float:left;
    width:12%;
}

.comment_area .side-60 {
    float:left;
    width: 88%;
}

#cartpage-component {
    width: 70%;
}

.externalupload {
    background-color: #e0e0e0;
    top: -28px;
    left: 0px;
    position: relative;
    font-size: 24px!important;
    border: 1px solid darkgray;
}

.externalloader {
    font-size: 32px!important;
}

.hide {
    display: none!important;
}
