
.main-style {
    height: 100%;
    width: 100%;
}

.table-header-h1 {
    max-height: 75px;
    height: 45px;
}

.v-label {
    margin-top: -3px;
}

.white-Background {
    height: 100%;
    width: 100%;
    background-color: white;
}

.white-Background-scroll-y {
    height: calc(100% - 60px);
    width: 100%;
    background-color: white;
    overflow-y: scroll
}

.v-text-field__details {
    margin-top: -5px;
}

.smaller-transform {
    font-size: 17px;
}

.smaller-7 {
    transform: scale(0.7);
}

.smaller-5 {
    transform: scale(0.5);
}

.button {
    color: black;
    left: 0;
    right: 0;
    content: "" '' "";
    width: 100%;
}

.button-alive {
    background-color: black !important;

}

.button-alive:hover {
    background-color: white !important;
    transform: scale(1.04);
    border-radius: 5px;
    border-inline: 2px solid white;
}

.remove-button {
    z-index: 20;
    height: 25px;
    width: 25px;
    right: 6px;
    top: 6px;
    position: fixed;
    background-color: white;
}

.component-title {
    /*width: 80%;*/
    /*height: 48px;*/
    text-align: center;
    vertical-align: middle;
    /*position: fixed;*/
    /*z-index: 10;*/
    background-color: white;
    font-size: 20px;
    /*line-height: 50px;*/
}

.center-text {
    background: white;
    text-align: center;
    font-size: 14px;
}

.center-text2 {
    text-align: center;
    font-size: 18px;
}


.center-text-med {
    text-align: center;
    font-size: 30px;
}

.growme {}

.growme:hover {
    transform: scale(1.05);
    border-style: solid;
    border-width: 1px;
}

.scroll {
    height: 100%;
    background-color: white;
    overflow-x: scroll;
}

.scroll2 {
    height: calc(100% - 50px);
    overflow-x: scroll;
    /*top: 50px;*/
}

.scroll22 {
    height: calc(100% - 50px);
    overflow-x: scroll;
    top: 50px;
    padding-top: 22px;
}

.scroll3 {
    height: 100%;
    overflow-x: scroll;
}

.scroll33 {
    height: 100%;
    overflow-x: scroll;
    padding-top: 22px;
}

.background-white {
    background-color: white;
}

.background-white-full {
    height: 100%;
    background-color: white;
}

.fill-width {
    width: 100%;
}

.margin-50 {
    height: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.margin-top-50 {
    height: calc(100% - 50px);
    margin-top: 15px;
}

.margin-top-70 {
    height: calc(100% - 50px);
    margin-top: 70px;
}

.full-width-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: white;
}


.fourty-five-width {
    width: 45%;
}

.two-width {
    width: 2%;
}

.nine-width {
    width: 9%;
}

.width-limit-80px {
    max-width: 80px;
    min-width: 80px;
    text-align: center;
}

.width-limit-toolbar {
    max-width: 1000px;
    min-width: 10px;
    width: 450px;
}

.width-limit-dropdown {
    min-width: 80px;
    width: 300px;
}

.style_3 {
    width: 100%;
    height: 100%;
    margin-top: -18px;
}

.style_7 {
    text-align: center;
}

.style_16 {
    margin-right: -5px;
    float: right;
    position: sticky;
}

.style_19 {
    right: 10px;
    float: right;
    position: sticky;
    background-color: #eaeaea !important;
}











