
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.nav-item > a {
    color: black;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
}

    .nav-item > a :hover {
        color: black;
        text-decoration: none;
    }

ul.navbar-nav > li.nav-item.current > a::before {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #273235;
    height: 10px;
}

ul.navbar-nav > li.nav-item:not(.current) > a::before {
    padding-top: 10px;
    content: "";
    display: block;
}

.navbar-button {
    color: black;
    text-decoration: none;
    font-size: 22px;
    background: 0;
    border: 0;
    padding-top: 10px;
}

.kova-blue-color {
    color: #4257f5;
}

.copyToClipboard {
    cursor: pointer;
}

.w-auto {
    width: auto;
}

.start-2 {
    left: 2% !important;
}

.start-5 {
    left: 5% !important;
}

.bottom-5 {
    bottom: 5% !important;
}

#footer_social {
    color: gray;
}

.footer-env {
    font-weight: bold;
}

#footer_social > span {
    padding: 15px;
}

    #footer_social > span > a {
        text-decoration: none !important;
        color: #556670;
    }

.validation-summary-errors {
    color: red;
}

.error-message {
    color: red;
}

#SelectedWarehouseStoragePlaceId {
    margin-left: 10px;
    margin-right: 20px;
}

.ddlView {
    height: 46px;
    padding: 0 12px;
    border: 1px solid black;
    border-radius: 8px;
    background-color: white;
    font-size: 16px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    transition: all 0.3s ease;
    vertical-align: middle;
    display: inline-block;
}

    .ddlView:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    .ddlView:hover {
        border-color: #555;
    }

@media (max-width: 768px) {
    .ddlView {
        padding: 12px;
        font-size: 18px;
        height: auto;
    }
}

@media (max-width: 575.75px) {
    .nav-item {
        padding-left: 0;
    }

    .navbar-button {
        padding-left: 0;
    }
}

@media (min-width: 576px) {

    html {
        font-size: 16px;
    }

    .nav-item {
        padding-left: 25px;
    }
}
