

/*####### BESTILLING ##########*/


.bestil_modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(49, 49, 49, 0.79); /*nedtoning bag modal*/
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 900;
}

.bestil_modal-overlay.active {
    display: flex;
}

.bestil_modal { /* selve modalen*/
    border:0px solid green;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    /*height: 100%;
    width: 100%;*/
    min-width: 360px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bestil_modal h3 { /*Toptext*/
    border:0px solid yellow;
    margin-bottom: 4px;
    font-size: 18px;
}

.bestil_modal input, .bestil_modal textarea {
    border:0px inset gray;
    padding: 8px 10px;
    border-radius: 12px;
    border: none;
    background: #e5e5e5;
    color: #00000094;
}
/*.modal textarea {
    padding: 10px 12px;
}*/

.btn {
    padding: 10px 18px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    border:1px solid #000; /* skarp kant på bestil buttons*/
}

.primary {
    background: #e10600;
    background: #dfdfdf;
    color: #000;
    
}

.ghost {
    background: transparent;
    border: 1px solid #444;
    color: #4f2f2e;
}
.fdaglabel{
    color: #6d6d6d;
    padding-left: 10px;
}
.bestil_fdag{
    width: 60%;
   float: right;
}
.white-space-fix {
    white-space: pre-line;
}
.bold{
    font-weight: 600;
}
.cent{
    text-align: center;
    
}