﻿.groupBoxRoot {
    height: 100%;
    width: 100%;
}

.headerContainer {
    height: 2.5rem;
    position: relative;
    left: 1.5rem;
    /*top:8px;*/
    margin: 0;
    padding: 0;
}

.headerBackground {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
}

.header {
    background-color: black;
    height: 100%;
    width: 95%;
    padding: 0;
    border-radius: 1rem 1rem 0 0;
    position: absolute;
    left: 2.5%;
}

.combo {
  
    position: absolute;
    right: 2px;
    top: 3px;
}

.headerText {
    color: white;
    font-weight: bold;
    position: absolute;
    left: 1.2rem;
    top: 3px;
}

.border {
    border: 2px solid black;
    border-radius: 5px;
    background-color: white;
    height: Calc(100% - 2.5rem - 4px);
}

.content {
    height: Calc(100% - 1rem);
    margin: 5px;
}
