.custom-file-input.selected:lang(en)::after {
      content: "" !important;
    }
 
    .custom-file {
      overflow: hidden;
    }
 
    .custom-file-input {
      white-space: nowrap;
    }
    .w3-border {
    margin: 0px !important;

}
 	/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
        table {
            margin: 0 auto;
            font-size: large;
            border: 1px solid black;
        }
 
        h1 {
            text-align: center;
            color: #006600;
            font-size: xx-large;
            font-family: 'Gill Sans', 'Gill Sans MT',
            ' Calibri', 'Trebuchet MS', 'sans-serif';
        }
 
        td {
            background-color: #E4F5D4;
            border: 1px solid black;
        }
 
        th,
        td {
            font-weight: bold;
            border: 1px solid black;
            padding: 10px;
            text-align: center;
        }
 
        td {
            font-weight: lighter;
        }
.accordion {
    background: transparent;
    border-top: 1px solid #eee !important;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    position: relative;
    text-transform: uppercase;
}
.button-wrap button.accordion:first-child {
    border-top: 0 !important;
}
.button-wrap button.accordion:before {
    position: absolute;
    content: "\f054";
    right: 20px;
    font-family: FontAwesome;
}
.button-wrap button.accordion.active:before {
    content: "\f078";
}
.panel {
    margin: 10px;
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.button-wrap {
    margin: 30px 0;
    box-shadow: 0 0 10px rgb(174 174 183 / 32%);
    border-radius: 25px;
    padding: 15px;
}

.button-wrap .panel {
    margin: 5px 0 10px;
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
}


button.w3-bar-item.w3-button.tablink {
    position: relative;
    transition: 0.3s all ease-in-out 0s;
    padding: 15px 20px;
}
.panel-wrap .w3-bar {
    border-bottom: 1px solid #ccc;
}

.tablink.w3-red {
    background: transparent !important;
    color: #333 !important;
}

.tablink.w3-red:after, .tablink:hover:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background: #008060;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all ease-in-out 0s;
}
button.w3-bar-item.w3-button.tablink:hover {
    background: transparent !important;
}

.city, .city>div.w3-bar-item.tablink.col-md-4, .col-md-8 .container {
    padding: 0 !important;
}
.city>div {
    float: none;
    display: inline-block;
    overflow: auto;
    vertical-align: top;
    height: 100vh;
}
.city>div.col-md-8 {
    width: 74%;
    padding: 20px 0;
}
.city .w3-bar-item.tablink.col-md-4>button:last-child {
    border-bottom: 0;
    border-radius: 0 0 0 13px;
}
.city .w3-bar-item.tablink.col-md-4>button {
    width: 90% !important;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.w3-bar-item.tablink.col-md-4:hover:after {
    display: none;
}
.city .w3-bar-item.tablink.col-md-4 button.w3-bar-item.w3-button.link.tablink {
    background: rgb(250,251,251);
    padding: 30px;
}
.city>div.w3-bar-item.tablink.col-md-4 button:hover:before, .w3-bar-item.tablink.col-md-4 button.w3-bar-item.w3-button.link.tablink.w3-red:before {
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background-color: #008060;
}
.city>div.w3-bar-item.tablink.col-md-4 button:hover:after, .w3-bar-item.tablink.col-md-4 button.w3-bar-item.w3-button.link.tablink.w3-red:after {
    display: none;
}
.city .w3-bar-item.tablink.col-md-4 button.w3-bar-item.w3-button.link.tablink.w3-red {
    border-right: 0;
}

div#Fleet_Shades_0, div#Fleet_Shades_0>div {
    padding: 0;
}
.tab-pane.active {
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.tab-content {
    height: 400px !important;
}
tbody#tableBody tr td {
    background: transparent;
    font-size: 14px;
    font-weight: 600;
}



.panel-wrap {
    border: 1px solid #ccc;
    border-radius: 7px;
    margin: 0 15px;
}

.vendor-wrap {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    align-items: center;
}
.vendor-wrap select {
    font-size: 12px;
    height: unset;
    padding: 4px;
}
.uplaod_price_section .container {
    width: 100%;
}
.uplaod_price_section .container input#csv_file {
    font-size: 14px;
}

.uplaod_price_section .container input, .uplaod_price_section .container label {
    font-size: 14px;
}
form#upload_csv, #upload_fabric {
    margin: 25px 0;
}
.wrap-2>div {
    width: 50%;
}
.wrap-2 {
    padding: 20px 30px;
    justify-content: start;
}

/*Preview Data*/



/*End Preview Data*/

/*Start Responsive*/
 @media(max-width: 991px){
  form#upload_csv>div:nth-child(2) {
    width: 47%;
}
form#upload_csv>div {
    width: 24%;
    display: inline-block;
}
.vendor-wrap {
    padding: 20px;
}
.city>div.w3-bar-item {
    width: 100% !important;
    height: unset !important;
}
.city>div.w3-bar-item button.w3-bar-item.w3-button.link.tablink {
    width: 49% !important;
    display: inline-block !important;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px !important;
    margin: 15px 0;
}
.city>div.col-md-8 {
    width: 100%;
}
.city>div.col-md-8 ul.nav.nav-tabs {
    display: flex;
}
.vendor-wrap select, .vendor-wrap label, .uplaod_price_section .container input, .uplaod_price_section .container label, .uplaod_price_section .container input#csv_file {
    font-size: 10px;
}
.vendor-wrap {
    padding: 15px 0;
}
.vendor-wrap>div:first-child {
    margin-right: 20px;
}
.uplaod_price_section .container {
    padding: 0;
}
}

@media (max-width: 767px){
    .city>div.w3-bar-item button.w3-bar-item.w3-button.link.tablink {
    width: 100% !important;
    margin: 6px 0;
}
.panel-wrap {
    margin: 0;
}
.vendor-wrap {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    grid-row-gap: 17px;
}
.vendor-wrap>div {
    margin: 0;
    width: 100%;
    text-align: center;
}
.vendor-wrap>div label {
    width: 100%;
}
form#upload_csv>div {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
table thead tr th {
    font-size: 13px !important;
    padding: 5px;
}
table tbody tr td {
    font-size: 12px !important;
    padding: 5px;
}
}
