﻿.modal-backdropnew.open {
    display: flex;
}

.modal-backdropnew {
    position: fixed;
    z-index: 300;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-windownew {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    width: 28%;
    max-width: 491px;
    margin-top: 35px;
    box-shadow: 0px 2px 20px 0px #00000099;
}

.wide {
    width: 80%;
    max-width: 982px;
    /*max-width: 775px;*/
}


.box-header-new {
    display: flex;
    align-items: center;
    min-height: var(--size-regular);
    font-weight: var(--font-weight-bold);
    padding-bottom: var(--size-smaller);
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--size-smaller);
}

.contents {
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
}

.header-spacing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.buttons-new {
    display: flex;
    gap: var(--size-smaller);
}

.bransje-velg {
    padding: 5px 15px;
}

    .bransje-velg:hover {
        background: #f7f7f7;
        cursor: pointer;
    }

.h3-bransje {
    margin-top: 0px;
     margin-bottom: 10px; 
     font-size: 18px; 
     font-weight: 500;
}

.bransje-sok-bar {
    height: 37px;
    padding-right: 32px;   
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    font-size: 16px;
    line-height: 1em;
    border-radius: 5px;
    width: 100%;
    padding-left: 15px;
    border: solid 1px lightgray;
    margin-bottom:10px;
}

.close-x {
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}
.close-x-bransje {
    font-size: 16px;
    margin-left: 10px;
    cursor:pointer;
}

    .close-x-bransje:hover, .close-x:hover{
        opacity: 0.6;
    }


.location-container {
    height: 360px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
}

.selected-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-div {
    display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 3px;
}
.bransje-button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    border-left: solid #ababab 2px;
    padding-left: 8px;
}

.fit-content-selected {
    width: fit-content;
    background: #000000;
    border-radius: 15px;
    padding: 3px 12px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    color: white;
}

#locationList {
    height: 400px;
}
/* Width and height of the scrollbar track */

.bold-bransje{
    font-weight:bold;
}

.modal-windownew-full {
    background: #fff;
    padding: var(--size-regular);
    border-radius: var(--border-radius-large);
    width: 80%;
    max-width:750px;
}

.container-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}