﻿/*.button {
    color: var(--mud-palette-white) !important;
    background-color: var(--mud-palette-black) !important;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    margin-top: 20px;
}

.disabled-button {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    margin-top: 20px;
}

.smaller-button {
    color: var(--mud-palette-white) !important;
    background-color: var(--mud-palette-black) !important;
    border-radius: 10px;
    height: 50px;
    margin-top: 20px;
}

secondary-button {
    border-radius: 10px;
    margin-top: 20px;
}


.border {
    border-radius: 6px;
    border-color: #d4d4d4;
    border-width: 30px;
    margin-top: 20px;
    padding: 20px;
}

.border-leverans {
    border-radius: 4px;
    border-color: #d4d4d4;
    background-color: #f7f7f7;
    border-width: 30px;
    margin-top: 20px;
    padding: 20px;
}

.resize {
    width: 55px;
    height: auto;
    margin-bottom: 30px;
}

.textfield-white {
    color: #f7f7f7 !important;
    background-color: #f7f7f7 !important;
    border-color: black;
    border-radius: 10px;
    border-width: 2px;
   margin-left: 0px;
   margin-right: 0px;
}

.heading {
    font-size: 20px;
    font-weight: bold;
}

.radio-button {
    padding: 2px;
    margin: 10px;
    border-radius: 10px;
    color: var(--mud-palette-black) !important;
    background-color: #f7f7f7 !important;
    margin-left: 0px;
    margin-right: 0px;
}

.checkbox {
    color: var(--mud-palette-black) !important;
    padding-left: 0px;
}

.icon-arrangement {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;

}*/