html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.hero {
    background-image: url('../images/hero.png');
    color: white;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.hero-text {
    font-size: 6vw;
    text-shadow: 
        0 1px 20px rgba(0, 0, 0, 1),
        0 1px 40px rgba(0, 0, 0, 0.9),
        0 1px 50px rgba(0, 0, 0, 0.1);

    opacity: 0;
    transition: opacity 4s ease-in-out;
}

.hero-subtext {
    font-size: 4vw;
    text-shadow: 
        0 1px 20px rgba(0, 0, 0, 1),
        0 1px 20px rgba(0, 0, 0, 0.9),
        0 1px 20px rgba(0, 0, 0, 0.1);
    
    opacity: 0;
    transition: opacity 4s ease-in-out;
    font-family: "Segoe UI Black", sans-serif;
}

.morethanxyzusekatalo {
    font-size: 4vw;
    text-shadow: 
        0 1px 5px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.1);
}

#cookiepopupcont {
    position: fixed;
    z-index: 1050;
    left: 1%;
    bottom: 0%;
}

#cookieConsentModal {
    position: relative;
}


body.modal-open {
    overflow: auto;
}

.modal-backdrop {
    display: none;
}

.sidebar {
    height: 100%;
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    padding-top: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 99;
}


.sidebar-toggle {
    padding: 0px;
    margin: 0px;
    font-size: xx-large;
    background: none;
    border: none;
    outline: none;
}

.sidebar-toggle:focus {
    outline: none;
}

@media (min-width: 769px) {
    .sidebar-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .sidebar-toggle {
        display: block;
    }
    .sidebar {
        width: 80%;
    }
}

.wrapper {
    display: flex;
}

.container {
    margin: 0%;
    margin-left: 15%;
    width: 100%;
}

body {
    background-color: #f9f9f9;
    min-width: 100vw;
    width: fit-content;
    box-sizing: border-box;
}

.btn-primary {
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-width: 3px;
    background-color: rgb(79, 79, 238);
    border-color: rgb(71, 71, 221);
}

.btn-primary:active {
    background-color: rgb(63, 63, 207) !important;
    border-color: rgb(48, 48, 195) !important;
}

.btn-primary:hover {
    background-color: rgb(88, 88, 250);
}

.btn-secondary {
    background-color: rgb(240, 240, 250);
    color: #000000;
    border-radius: 10px;
    border-width: 2px;
    border-color: rgb(221, 218, 234);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.sidebar-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: left; width: 100%;
    border: none;
}

.sidebar-btn-selected {
    background-color: rgb(207, 197, 255);
}

.sidebar-btn:active {
    background-color: #d4d4d4 !important;
    border-color: #bebebe !important;
}

.sidebar-btn:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #dcdcdc;
}

.secondary-two {
    background-color: #e9e9e9;
    border-color: #d4d4d4;
}

.secondary-two:active {
    background-color: #d4d4d4 !important;
    border-color: #bebebe !important;
}

.secondary-two:hover {
    color: #000000;
    background-color: #f1f1f1;
    border-color: #dcdcdc;
}

.square-btn {
    border-radius: 0px;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.verticalLine {
    border-left: thick solid #dfdfdf;
    border-width: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);

}

.custom-table {
    border-collapse: collapse;
    margin: 0;
    width: auto;
}

.custom-table th,
.custom-table td {
    padding: 0.25rem;
}

.custom-table th,
.custom-table td,
.custom-table thead th {
    text-align: center;
    border: 2px solid #d6dde3;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

.navbar-custom .navbar-nav .nav-link {
    color: #000000;
    align-items: center;
}

.navbar-custom {
    background-color: #efefef;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.navbar-toggler-icon {
    display: block;
}

.navbar-brand {
    padding: 0px;
    width: fit-content;
}

.navbarlogo {
    height: 25px;
    margin: 10px
}

.table {
    width: 100%;
    border-color: rgb(203, 200, 221);
    border-width: 2px;
    border-style: solid;
    background-color: rgb(236, 236, 243);
    color: rgb(58, 53, 72);
}

.card-body {
    background-color: #efefef;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    color: #363636;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}

.form-data-card {
    width: 50%;
    border-radius: 18px;
    border-width: 2px;
}

.form-data-card-body {
    background-color: #f7f7f7;
    border-radius: 17px;
    padding: 10px;
    font-weight: bold;
    color: #363636;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.organization-card {
    width: 200px;
    border-color: #e0e0e0;
    border-width: 3px;
    border-radius: 20px;
}

.inventory-card {
    width: 70%;
    border-color: rgb(238, 242, 246);
    border-width: 3px;
    border-radius: 20px;
}

.inventory-card-body {
    background-color: rgb(244, 247, 249);
}


/* For computers and larger screens */
@media (min-width: 768px) {}
  
  /* For smartphones and smaller screens */
@media (max-width: 767px) {
    .form-data-card {
        width: 100%;
    }
    .table {
        width: fit-content;
    }
    .inventory-card {
        width: fit-content;
    }
    .container {
        margin: 0%;
        width: 100%;
    }
    .organization-card {
        width: 80%;
        border-color: #e0e0e0;
        border-width: 3px;
        border-radius: 20px;
    }
    .navbar-custom {
        padding: 0;
        padding-left: 10px;
        height: fit-content;
        width: 100%;
    }
    .navbar-toggler .navbar-toggler-right {
        height: 5px;
        padding: 0px;
    }
}

.navbar-brand {
    color: white
}

.explaining {
    margin-top: 2%;
    margin-left: 14%;
    margin-right: 14%;
}

.copyright {
    text-align: center;
}

.toggle-arrow {
    cursor: pointer;
    user-select: none;
}

.form-data {
    display: none;
}