html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.page-background-class {
    background-image: url(../Image/background2.png);
    background-size: 100% 100%;
    /*background-image: linear-gradient(#0377fc, whitesmoke 50%, #0377fc);*/
}

.kxgactive {
    border-bottom: 1px solid #0377fc;
    border-top: 1px solid #0377fc;
    border-left: 1px solid #0377fc;
    border-right: 1px solid #0377fc;
    border-radius: 6px
}

.kxgdisabled {
    pointer-events: none;
    opacity: 0.4;
}

.special-img {
    position: relative;
    float: left;
    border: thin;
    left: -5px;
}

.ms-n5 {
    margin-left: -40px;
}

.form-control {
    padding-right: 30px;
}

.form-control + .glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
}

.copyright {
    position: absolute;
    width: 100%;
    line-height: 40px;
    text-align: center;
    bottom: 0;
}

.social {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 2%;
}

.table-condensed {
    font-size: 15px;
}

.kxactive {
    border-bottom: 2px solid #0377fc;
    border-top: 2px solid #0377fc;
    border-left: 2px solid #0377fc;
    border-right: 2px solid #0377fc;
    border-radius: 6px
}

#cookieConsentdiv {
    z-index: 1000;
    position: fixed;
    
    bottom: 0;
    left: 0%;   
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 10px 10px 10px;
    font-family: 'Century Gothic', sans-serif;
    font-size:small;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.4);
    text-align: left;
    border-radius: 30px 30px 0 0;
}

#cookieConsentdiv button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: green;
    padding: 5px 15px;
    margin-top: -5px;
    color: white;
    transition: all ease 0.5s;
}

#cookieConsentdiv button:hover {
    background-color: darkgreen;
}

#cookieConsentdiv h3 {
    font-size: 22px;
}

#cookieConsentdiv p {
    font-size: 13px;
}

#cookieConsentdiv a {
    color: gray;
    text-decoration: underline;
}

.button-vertically-center {
    margin-top: -6px
}

.form-floating {
    position: relative;
    font-size: 0.875rem;
}

.form-floating input.form-control {
    padding: 0.6rem 0.5rem !important;
    font-size: 0.875rem;
    height: auto !important; 
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    box-sizing: border-box;
}

.form-floating label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 0.875rem;
    color: #6c757d;
    pointer-events: none;
    transform: translateY(-70%);
    transition: all 0.3s ease;
}

.form-floating label[title]::after {
    content: attr(title);
    display: none;
}

.form-floating label:hover {
    overflow: visible;
    white-space: normal;
    background: #fff;
    z-index: 10;
    padding: 0 2px;
}

.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
    left: 0.15rem;
    top: -0.7rem;
    font-size: 0.75rem;
    color: #495057;
    padding-left: 0.3rem;
}
#tblProducts {
    table-layout: auto !important;
    width: 100%;
    white-space: nowrap; /* prevent text wrapping inside cells */
}

#tblProducts td {
    min-width: 180px; /* or whatever default you want */
}

.hidden-column {
    display: none;
}
