    body {
    background-color: White;
    margin: 0;
    padding: 0;
    height: 100%;
}

img.img-fluid.img-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

h1 {
    color: white;
    margin: 10px;
    text-align: center;
    /* font-family: "Times New Roman", Times, serif; */
    /* font-weight: bold; */
    Font-size: 32px;
}

h2 {
    color: white;
    margin: 15px;
    text-align: center;
    Font-size: 18px;
}

h3 {
    color: white;
    margin: 15px;
    text-align: center;
    Font-size: 15px;
}

.options {
    background-color: none;
    color: white;
    margin: 10px;
    padding: 1px;
    text-align: center;
    font-size: 20px;
}

.options button:hover {
    background-color: #555;
    color: white;
}

.selected-area {
    background: black;
    padding-top: 12px;
    border-radius: 5px;
}

.col-md-12.top-bar {
    margin-top: 22px;
}

a.btn-secondary.btn-top-right {
    float: right;
    font-size: 10px;
    font-family: arial;
    color: #000000;
    border-radius: 30px;
}

a.btn-secondary.btn-top-left {
    float: left;
    font-size: 10px;
    font-family: arial;
    color: #000000;
    border-radius: 30px;
}

.col-products {
    display: inline;
    margin: .1rem;
}

.content {
    background-color: white;
    display: inline-block;
    margin-top: 3%;
    border-radius: 2px;
}

.info-box-content {
    margin: 10px 20px 5px;
}

a.btn.btn-sucess.btn-sm {
    background: #00D658;
    color: rgb(10, 1, 1);
    border: 1px solid #333;
    font-size: 1rem;
    line-height: 1.5;
    /*border-radius: 5px;*/
    border-radius: 30px;
}

#contact-icon {
    background-image: url();
    width: 981px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f8f9fa;
}

p.maelezo {
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 10px;
}


/* Style the buttons */

.btn {
    border: 1px solid #f8f9fa;/*#007bff;*/
    outline: none;
    background-color: white;
    cursor: pointer;
}

.btn .active {
    background-color: #666;
    color: white;

}

#myBtnContainer {
    font-size: 9px;
}

span {
    font-size: 12px;
}

img.img-product {
    width: 35%;
}

label.filebutton {
    width: 120px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding: 0;
}

.upload-image {
    height: 40%;
    width: 100%;
    text-align: center;
    padding-top: 2px;
    background-image: url(assets/images/uploadimage.png);
    background-size: 100% auto;
}

label.upload-image {
    color: #190202;
    background-color: white;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.login-box-body,
.register-box-body {
    /* background: rgba(255, 255, 255, 0); */
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box,
.register-box {
    width: 360px;
    background-color: #f2f2f2;
}


/* The "show" class is added to the filtered elements */

.show {
    display: block;
}


/* Clear floats after rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */

.content {
    background-color: white;
    padding: 10px;
}


/* Center website */

.main {
    max-width: 1000px;
    margin: auto;
}


/* Add padding BETWEEN each column */

.row,
.row>.column {
    padding: 8px;
}


/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 100%;
    display: none;
    /* Hide all elements by default */
}


/* Clear floats after rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */

.content {
    background-color: white;
    padding: 10px;
    /* margin-left: 10px; */
    margin-right: 10px;
}


/* The "show" class is added to the filtered elements */

.show {
    display: block;
}

.btn.active {
    background-color: #666;
    color: white;
}

.column.show {
    display: contents;
}

.top-header {
    /*position: fixed;*/
    width: 100%;
    background: #00408500;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-top: 5px;
    overflow: hidden;
    /*z-index: 1000;   Ensures the header stays on top */
}

a.btn.btn-primary.btn-xs.btn-logout {
    font-size: 12px;
    float: right;
    border-radius: 30px;
}

a.btn.btn-primary.btn-xs.btn-home {
    font-size: 12px;
    float: left;
    border-radius: 30px;
}

a.btn.btn-primary.btn-xs {
    display: inline;
    border-radius: 30px;
}

#logo {
    forced-color-adjust: none;
    padding-top: 100px;
    height: 92px;
    width: 372px;
}

.text-normal {
    color: white;
    padding-top: 30px;
}

.text-error {
    color: red;
    padding-top: 30px;
}

button.btn.btn-primary.btn-sm {
    background: #1D2A62;/*#808080;*/
    color: white;
    border-radius: 30px;
}

a.btn.btn-primary.btn-sm {
    background: #1D2A62;/*#808080;*/
    color: white;
    border-radius: 30px;
}

a.btn.btn-primary.btn-xs.btn-home {
    background: #eeeeee;
    color: #000000;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    /*border-radius: .2rem;*/
    border-radius: 30px;
}

a.btn.btn-primary.btn-xs.btn-logout {
    background: #eeeeee;
    color: #000000;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    /*border-radius: .2rem;*/
    border-radius: 30px;
}

button.top-button {
    font-size: 13px;
    border-radius: 30px;
}


.count {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
}

.row.copyrigth {
    align-content: center;
    margin: auto;
}

.counter {
    align-content: center;
    margin: auto;
}

.wrapper {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -50;
}

.content-display {
    margin-bottom: 10%;
    min-height: 100%;
}

.input-group-text {
    font-family: monospace;
    font-size: 14px;
}

input.form-control {
    font-family: sans-serif;
    font-size: 14px;
}

.content-display {
    margin-bottom: 15%;
    min-height: 100%;
}

.input-group-text {
    font-family: monospace;
    font-size: 14px;
}

input.form-control {
    font-family: sans-serif;
    font-size: 14px;
}

input.phone {
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
}

a.agree {
    color: white;
    font-weight: 12px;
    font-weight: bold;
    text-decoration: underline;
}

b.agree {
    color: white;
    font-weight: normal;
}

.footer-buttons {
    margin-bottom: 100px;
}

img#output {
    align-items: center;
    margin-left: 20%;
    margin-right: 20%;
}


/* But also accounting for potential margin-bottom of last child */

.content-display {
    margin-bottom: 15%;
    min-height: 100%;
}

.input-group-text {
    font-family: monospace;
    font-size: 14px;
}

input.form-control {
    font-family: sans-serif;
    font-size: 14px;
}

input.phone {
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
}

a.agree {
    color: white;
    font-weight: 12px;
    font-weight: bold;
    text-decoration: underline;
}

b.agree {
    color: white;
    font-weight: normal;
}

.footer-buttons {
    margin-bottom: 100px;
    border-radius: 30px;
}

img#output {
    align-items: center;
    margin-left: 20%;
    margin-right: 20%;
}

.registration_text {
    color: white;
    margin: auto;
    text-align: center;
}

a.btn.btn-primary.btn-xs {
    background: #eeeeee;
    color: #000000;
    line-height: 1.5;
    border-radius: .2rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 30px;
}

.btn-left {
    float: left;
}

.btn-right {
    float: right;
}

/* Improved version included */

.center-search {
    display: flex;
    justify-content: center;  /* Centers the search bar horizontally */
    width: 100%;  /* Make sure it spans the entire width */
    padding: 10px 0;  /* Optional padding for spacing */
}

.center-typing {
    width: 80%;  /* Control the width of the input */
    max-width: 400px;  /* Set a max width to prevent it from being too wide on large screens */
    min-width: 200px;  /* Set a min width to ensure it's not too small on small screens */
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    /* Ensure the search bar behaves consistently on smaller screens */
    .center-typing {
        width: 90%;
        max-width: none;
    }
}

