body {
    background: #0E76BB;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.App_zZcqRGh2 {
    padding-top: 70px;
}
.item_hpAs8I1y {
    color: #0E76BB;
}

/* Increase the specificity */
.item_hpAs8I1y.Mui-selected_lQ3vfPXN:hover {
    color: #0E76BB;
}

.appbar_HuKi2R_p {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.radio-group_UzKHWskm {
    display: flex;
    align-items: center;
}

.logo_oXvZsXKg {
    transition: .2s;
}

.logo_oXvZsXKg:hover {
    transform: scale(1.05);
    cursor: pointer;
}
p {
    text-align: justify;
    padding: 15px;
    font-size: 22px;
}

img{
    align-self: center;
    z-index: 3;
}

.directions_KlAI8k1z{
    display: flex;
    margin: 40px 10px;
    position: relative;
    cursor: default;
}

.description_cisn2GQ1{
    z-index: 3;
}

.main_uLpiwRUs {
    font-size: 22px;
    margin: 5px;
    text-align: justify;
}

.additional_kBTOquMf {
    font-size: 16px;
    margin: 5px;
    text-align: left;
}

.directions_KlAI8k1z::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: hsl(200 100% 80%);
    z-index: 0;
    transition: transform .3s ease;
    border-radius: 8px;
}

.directions_KlAI8k1z::before {  
    transform: scaleX(0);
    transform-origin: bottom right;
}
  
.directions_KlAI8k1z:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.container_H38hc8FJ {
    display: grid;
    grid-gap: 15px;
    /* grid-template-columns: 1fr 38% 38%; */
    /* grid-template-rows: 1fr 1fr 1fr; */
    padding: 20px;
    grid-template:
        'b c c d'
        'a c c d' 0.1fr
        'g c c d' 60px
        'e e f f' 320px / 330px 1fr 2fr 3fr
}

.block_tHPIsmSE {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.input_jM1TTH9N {
    display: flex;
    align-items: center;
}

.buttons_BZj9SNQr {
    background: white;
}

.calcFields_oVGDBWMw {
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 40px;
}

.box1_MHZTNoQr {
    grid-area: a;
}

.box2_Gj_Zil6D {
    grid-area: b;
}

.box3_NIsvHCAk {
    grid-area: c;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.box3_NIsvHCAk::-webkit-scrollbar {
    /* This is the magic bit for WebKit */
    /* display: none; */
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
    border-radius: 0px 4px 4px 0px;
}

.box3_NIsvHCAk::-webkit-scrollbar-thumb {
    background: #0E76BB;
    border-radius: 0px 3px 3px 0px;
}

.box4_pKTnEaw6::-webkit-scrollbar {
    /* This is the magic bit for WebKit */
    /* display: none; */
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
    border-radius: 0px 4px 4px 0px;
}

.box4_pKTnEaw6::-webkit-scrollbar-thumb {
    background: #0E76BB;
    border-radius: 0px 3px 3px 0px;
}

.box4_pKTnEaw6 {
    grid-area: d;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.box5_kmF6GxUC::-webkit-scrollbar {
    /* This is the magic bit for WebKit */
    /* display: none; */
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
    border-radius: 0px 4px 4px 0px;
}

.box5_kmF6GxUC::-webkit-scrollbar-thumb {
    background: #0E76BB;
    border-radius: 0px 3px 3px 0px;
}

.box5_kmF6GxUC {
    grid-area: e;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.box6_N7q6uNPm {
    grid-area: f;
    min-height: 250px;
}

.box7_iBX2bcYP {
    grid-area: g;
}
.wrapper_DIiXm7HH{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block_HA_0fSKr {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.stateField_SE9HsSWK {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 210px; */
    height: fit-content;
}

.iconAdd_aDbtbCgO {
    margin: 5px;
    cursor: pointer;
    width: calc(100% - 10px);
    border-radius: 5px;
    transition: all linear 0.3s;
    color:grey;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconAdd_aDbtbCgO:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.iconRemove_NbOuASnc {
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    cursor: pointer;
    transition: all linear 10s;
}

.iconRemove_NbOuASnc:hover {
    transform: scale(1.1);
}


.radio-label_wl53EbgL {
    position: absolute;
    font-size: 12px;
    top: 5px;
    padding: 0 5px;
    margin-left: 20px;
    color: #666666;
    background-color: white;
    z-index: 1;
}
