/* HTML5 reset stylesheet  */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}


/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* End html5 restet stylesheet  */


/* header above navbar  */
.header-nav {
    height: 30px;
    background: rgb(18, 175, 196);
}

.header-nav a {
    color: #fff;
    text-decoration: none;
}

.header-nav p {
    color: #fff;
}

/* navbar  */
.navbar ul li a {
    border-right: 1px solid rgb(219, 215, 215);
    border-bottom: 1px solid rgb(219, 215, 215);
}

/* header-section   */
#header {
    background: rgb(18, 175, 196);
    color: #fff;
    height: 100vh;
}

#header p {
    text-align: center;
    font-size: 32px;
}

#header a {
    text-decoration: none;
    color: #fff;
    margin-top: 40px !important;
    font-size: 32px;
}

#header i {
    margin-top: 100px !important;
    margin-left: 40px;
    font-size: 32px;
}

/* main section  */
#header .card:hover {
    transform: scale(1.1);
    transition: transform .9s ease-in-out;
    background: rgb(18, 175, 196);
    /* opacity: 0.4; */
    box-shadow: 3px 3px 3px 3px #fff;
}

#header .card:hover h1 {
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
    .header-nav {
        display: none;
    }

    .side-logo {
        display: none !important;
    }
    #header {
        background: rgb(18, 175, 196);
        color: #fff;
        height: 1300px !important;
    }
    #header .card {
        margin-bottom: 30px;
    }
}

/* 
#generate-form {
    border: 1px solid #fff;
    margin: 0 !important;
    padding: 0 !important;
} */

/* footer section  */
footer a:last-child {
    border-right: none;
}

#special-print{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #000;
    padding-bottom: 10px;
}

#special-print-topsheet{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #000;
    padding-bottom: 10px;
    background-color: red !important;
}
#knitting-company-print{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 60px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}
#knitting-print{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
#print-p{
    color: #000;
    text-align: center;
    font-size: 18px;
}


#badsha{
    display: flex;
    justify-content: space-between;
}


#proforma-invoice{
    /* border: 2px solid #cccccc; */
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 10px;
}
#print-Logo{
    margin-top: 30px;
    font-size: large;
}
#vat-section{
    border: 1px solid #000;
    padding: 5px;
    margin-top: 20px;
}