/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
@media (min-width: 992px){
    #register_container .nk-auth-container {
        width: 35% !important;
    }
}

#fileContainer input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #6576ff;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }
  
  #fileContainer input[type=file]::file-selector-button:hover {
    background: #3f54ff;
  }

  .file-block{
    width: 100%;
   
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbdfea;
  }
  .rfq_description{display: block;}
  .rfq_container .card-inner{padding-left: 0px;}
  .rfq_container .custom-control-group {
    width: 100%;
  }
  .rfq_container .custom-control-group li{
    width: 50%;
  }

  .rfq_container .custom-control-pro.custom-control-sm {
    width: 100% !important;
  }

  .custom-control-pro.custom-control-sm {
    width: 100% !important;
  }

  .rfq_container .custom-control-group > * {
    padding: 0 0.375rem 1.675rem 0.375rem;
  }

  .rfq_container .custom-control-sm {
    min-height: 3.125rem;
  }

  .rfq_container .custom-control-pro .custom-control-input:checked ~ .custom-control-label {
    border-color: #6576ff;
    box-shadow: none;
    z-index: 2;
}



  @media only screen and (max-width : 750px){
    .rfq_container .custom-control-group li{
      width: 100%;
    }
    /*****  Generic Table CSS  *****/
      .genericTable table, 
      .genericTable thead, 
      .genericTable tbody, 
      .genericTable th, 
      .genericTable td, 
      .genericTable tr { 
        display: block; 
      }
  
      .genericTable td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        /*padding-left: 50%; */
        white-space: normal;
        text-align:left;
      }
  
      .genericTable td .inner_column { 
        
        padding-left: 15%; 
        
      }
  
      .genericTable td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
      }
  
      /*
      Label the data
      */
      .genericTable td:before { content: attr(data-title); }
      .rfq_description{display: none;}
      .custom-control-pro.custom-control-sm {          
          width: 100%;
      }
      .wide-xs-fix {
          width: 95% !important;
      }
    }

    #toast-container > div {
      
      color: #526484 !important;
      width: 100%;
      box-shadow: 0 4px 15px 0 rgba(31, 43, 58, 0.1);
      opacity: 1 !important;
      background-color: #fff;
    }

    .toast-success {
      border-left: 4px solid #1ee0ac;
    }

    .toast-error {
      border-left: 4px solid #e85347;
    }
    .toast-info {
      border-left: 4px solid #09c2de;
    }
    .toast-warning {
      
      border-left: 4px solid #f4bd0e;
    }
    .customCountrySelect.css-b62m3t-container .css-13cymwt-control{
      min-height: 43px !important;
      border-color: #dbdfea;
    }
    
    .customCountrySelect-addAgent.css-b62m3t-container .css-13cymwt-control{
      min-height: 56px !important;
    }
    .css-1nmdiq5-menu{
      z-index: 99999999999;
    }