@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@media (min-width: 1200px) {
    h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    #component {
    margin-bottom: 1rem;
    }
}

.controls {
	margin-bottom: 1.5rem;
}
.component-list {
    padding-left: 1.4rem;
    line-height: 1.8rem;
}
.componentRatioUpdate {
    margin-left: 0.8rem;
}

.component-list th {
    font-weight: 300;
}


.hover-edit-menu {
	display: inline-block;
	transform: translateX(10px);
}
.edit-button, 
.remove-button,
.save-button,
.cancel-button {
	color: #999;
}

.styleLabel {
    width: 400px;
    height: 230px;
    background-image: url(../image/picture-label.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

#label-width {
    width: 4.5em;
    margin-left: 133px;
}
#label-height {
    width: 4.5em;
    margin-left: 340px;
    margin-top: 80px;
}
.sheet-orientation {
    margin: 10px 0px 0 0;
}
.loadedFile {
    margin: 15px 0 0 0;
}
.alert {
    margin: 10px 0 0 0;
}
#loadedFile {
    display: block;
}
.table {
    box-shadow: 1px 0 3px rgb(58 66 75 / 10%), 0 1px 8px rgb(58 66 75 / 20%);
    border-radius: 16px;
    margin-top: 20px;
}
th {
    text-align: center;
    font-weight: 400;
}
.fixContent{
    position: sticky;
    top: 0;
}
.cancel-button img{
    width: 25px;
    float: right;
    margin-right: 8px;
    margin-top: 4px;
}
.save-button img{
    width: 25px;
    float: left;
    margin-left: 8px;
    margin-top: 4px;
}

.cancel-button:hover img, .save-button:hover img {
    width: 30px;
}
input {
    text-align: center;
}
.bs-bars.float-left {
    float: left;
    margin-bottom: 20px;
}
.columns.columns-right.btn-group.float-right {
    float: right;
    margin-bottom: 20px;
    margin-left: 10px;
}
.float-right.search.btn-group {
    float: right;
    margin-bottom: 20px;
}
