body {
    background-color: #E0E2E2 !important;
}

.whole_sale_form {
    margin: 30px 100px;
    background-color: #fff !important;
    padding: 40px;
}

.whole_sale_heading {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 6px;
}

#po_number,
#company_name,
#contact,
#phone,
#shipping_address,
#city,
#state,
#zip,
#country,
#email {
    width: 100%;
    margin-bottom: 5px;
}

label {
    min-width: fit-content;
    font-size: 16px !important;
}

table tr {
    line-height: 18px;
    height: 50px !important;
}

tbody tr:hover td {
    border: 1px solid #fff;
}

tbody tr:hover td,
tbody tr:hover textarea {
    background-color: #E0E2E2 !important;
}

.invocie_table th {
    font-size: 14px;
    background-color: #000;
    color: #fff;
}

.logo_text {
    font-weight: 700;
}

.invocie_table td {
    background-color: #fff;
    vertical-align: middle !important;
}

.btn-dark {
    background-color: #0a0b0d !important;
}

.invocie_table th small {
    font-size: 12px;
}

.remove {
    font-size: 14px;
    font-weight: 800;
    color: red;
    cursor: pointer;
}

.invocie_table td:nth-child(10) {
    font-size: 16px;
    font-weight: 700;
}

.invocie_table tfoot td:nth-child(1),
.invocie_table tfoot td:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
}

.invocie_table tfoot td:nth-child(1) {
    text-align: end;
}

.text_center {
    display: flex;
    justify-content: center;
}

.text_font {
    font-size: 14px;
    font-weight: 700;
}

input {
    border: 1px solid #E0E2E2;
    border-width: 0 0 1px;
}

textarea {
    border: 1px solid #E0E2E2;
    border-radius: 6px;
    resize: none !important;
}

td textarea {
    border: none;
    resize: none !important;
}

input:focus,
textarea:focus {
    outline: none !important;
}

.logo_img {
    width: 180px;
    height: 180px;
}

.validation{
    border: 2px solid red !important;
    border-radius: 6px;
}

@media only screen and (max-width: 3000px) and (min-width: 1370px) {
    .logo_img {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 1194px) and (min-width: 1122px) {
    .logo_img {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 100px) {
    .whole_sale_form {
        margin: 0px 20px;
        background-color: #fff !important;
        padding: 40px;
    }

    .logo_p {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 3000px) and (min-width: 1301px) {
    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 100px) {
    .logo_img {
        width: 140px;
        height: 140px;
    }

    .wsh {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .logo_img {
        width: 135px;
        height: 135px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 100px) {
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

    .invocie_table th:nth-child(2),
    .invocie_table td:nth-child(2),
    .invocie_table td:nth-child(2) textarea {
        min-width: 200px;
    }

    .invocie_table th:nth-child(10),
    .invocie_table td:nth-child(10) {
        max-width: 115px;
        min-width: 115px;
    }

    .invocie_table th:nth-child(3),
    .invocie_table td:nth-child(3),
    .invocie_table tfoot td:nth-child(2) {
        max-width: fit-content;
        min-width: 95px;
    }

    .invocie_table td:nth-child(3) textarea {
        max-width: 70px;
        min-width: 70px;
    }

    .invocie_table th:nth-child(4),
    .invocie_table td:nth-child(4),
    .invocie_table th:nth-child(9),
    .invocie_table td:nth-child(9) {
        max-width: 65px;
        min-width: 65px;
    }

    .invocie_table td:nth-child(4) textarea,
    .invocie_table td:nth-child(9) textarea {
        max-width: 42px;
        min-width: 42px;
    }

    .invocie_table th:nth-child(5),
    .invocie_table td:nth-child(5) {
        max-width: 82px;
        min-width: 82px;
    }

    .invocie_table td:nth-child(5) textarea,
    .invocie_table td:nth-child(8) textarea {
        max-width: 60px;
        min-width: 60px;
    }

    .invocie_table th:nth-child(6),
    .invocie_table td:nth-child(6) {
        max-width: 115px;
        min-width: 115px;
    }

    .invocie_table td:nth-child(6) textarea {
        max-width: 90px;
        min-width: 90px;
    }

    .invocie_table th:nth-child(7),
    .invocie_table td:nth-child(7) {
        max-width: 100px;
        min-width: 100px;
    }

    .invocie_table td:nth-child(7) textarea,
    .invocie_table td:nth-child(10) {
        max-width: fit-content;
        min-width: 75px;
    }

    .invocie_table th:nth-child(8),
    .invocie_table td:nth-child(8) {
        max-width: 80px;
        min-width: 80px;
    }
}

@media only screen and (max-width: 2540px) and (min-width: 769px) {
    .wsh {
        display: flex;
        justify-content: left;
        align-items: baseline;
    }
}

#semiTransparenDiv {
	width:100%;
	
	/*-Lets Center the Spinner-*/
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    
    /*Centering my shade */
    /* margin-bottom: 40px;
    margin-top: 60px; */
    
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display: none; 
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#semiTransparenDiv::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:80px;height:80px;
    border-style:solid;
    border: 5px solid black;
	border-top-color: #fff;
    border-width: 7px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    
    /* Lets make it go round */
    animation: spin .8s linear infinite;
}

#email_check,
#phone_check
{
    color:red;
    font-size: 13px;
    font-weight: 700;
}