.total-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.gap-2 {
    gap: .5rem;
}

.hidden {
    display: none !important;
}

#progress {
    position: relative;
    margin-bottom: 30px;
}

#progress-bar {
    position: absolute;
    background: lightseagreen;
    height: 5px;
    width: 0%;
    top: 50%;
    left: 0;
    border-radius: 20px;
}

#progress-num {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#progress-num::before {
    content: "";
    background-color: lightgray;
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: -1;
}

#progress-num .step {
    border: 3px solid lightgray;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    font-family: sans-serif;
    position: relative;
    z-index: 1;
}

#progress-num .step.active {
    border-color: lightseagreen;
    background-color: lightseagreen;
    color: #fff;
}

.btn {
    background: lightgray;
    border: none;
    border-radius: 3px;
    padding: 6px 12px;
}

#bachelors {
    display: none;
}

#masters {
    display: none;
}

#b_pc_upload {
    display: none;
}

#m_pc_upload {
    display: none;
}

#guest_1 {
    display: none;
}

#guest_2 {
    display: none;
}

.header_p {
    padding: 0.5rem 0.5rem !important;
    margin-top: 0px !important;
    margin-bottom: -5px !important;
    font-weight: bold !important;
}

#invoice-POS {
    box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
    padding: 2mm;
    padding: 30px 40px;
    margin: 0 auto;
    /* width: 1; */
    background: #fff;
}

#invoice-POS ::selection {
    background: #f31544;
    color: #fff;
}

#invoice-POS ::moz-selection {
    background: #f31544;
    color: #fff;
}

#invoice-POS h1 {
    color: #222;
}

#invoice-POS h2 {
    font-size: 1em;
}

#invoice-POS h3 {
    font-weight: 300;
    line-height: 2em;
}

#invoice-POS p {
    color: #666;
    line-height: 1.2em;
}

#invoice-POS #top,
#invoice-POS #mid,
#invoice-POS #bot {
    /* Targets all id with 'col-' */
    border-bottom: 1px solid #eee;
}

#invoice-POS #top {
    min-height: 100px;
}

#invoice-POS #mid {
    min-height: 80px;
}

#invoice-POS #bot {
    min-height: 50px;
}

#invoice-POS #top .logo {
    height: 60px;
    width: 60px;
    background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
    background-size: 60px 60px;
}

#invoice-POS .clientlogo {
    float: left;
    height: 60px;
    width: 60px;
    background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
    background-size: 60px 60px;
    border-radius: 50px;
}

#invoice-POS .info {
    display: block;
    margin-left: 0;
}

#invoice-POS .title {
    float: right;
}

#invoice-POS .title p {
    text-align: right;
}

#invoice-POS table {
    width: 100%;
    border-collapse: collapse;
}

#invoice-POS .tabletitle {
    background: #eee;
}

#invoice-POS .service {
    border-bottom: 1px solid #eee;
}

#invoice-POS .item {
    width: 24mm;
}

#invoice-POS .itemtext {}

#invoice-POS #legalcopy {
    margin-top: 5mm;
}

.logo-print {
    height: 150px;
}
