/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MarketplaceGstIndia
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 
.message-main{
   background: #fffbbb;
   border: none;
   border-radius: 0;
   color: #333333;
   font-size: 1.4rem;
   margin: -2.5rem 0 2rem 0;
   padding: 1.8rem 3.8rem;
   position: relative;
   text-shadow: none;
 }
 .import-error-wrapper-measage{
   margin-top: 1rem;
 }
 .import-error-list-message {
   max-height: 300px;
   overflow-y: auto;
   padding: 10px;
   background-color: #fcc;
   margin: -10px 0 0 0;
 }
 .import-error-wrapper-head{
   margin-top: 1rem;
   margin-bottom: 1rem;
 }

 @media screen and (max-width: 768px) {
  .message-main{
   background: #fffbbb;
   border: none;
   border-radius: 0;
   color: #333333;
   font-size: 1.4rem;
   margin: 4.5rem 0 2rem 0;
   padding: 1.8rem 1.8rem;
   position: relative;
   text-shadow: none;
 }
}