/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

.no_margin {
  margin: 0px;
}
.vir_container {
  display: none;
  clear: both;
}
.ui-datepicker {
  background-color: white;
  border: 1px solid #aaaaaa;
}

.mp_virtual_upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 8px 12px;
  height: 39px !important;
  width: calc(100% - 26px);
}

.mp_virtual_upload-btn-wrapper .mp_vitual_btnr {
  border: 1px solid gray;
  color: gray;
  background-color: #eee;
  /* padding: 5px 10px; */
  border-radius: 1px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.mp_virtual_upload-btn-wrapper .mp_vitual_btnr + span {
  padding: 5px;
  font-weight: normal;
}

.mp_virtual_upload-btn-wrapper input[type="file"] {
  font-size: 42px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
