body {
    font-size: 14px;
}

.full-height {
    height: 100vh;
}

table {
    font-size: 0.85rem;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-top: 15px;
}

.btn[type="submit"] {
    float: right;
}

table th,
table td {
    padding: 0.3rem;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.btn-custom {
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem;
    height: 36px;
}

.btn-custom-table {
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem;
    height: 25px;
}

.controls {
    width: 90px;
}

.form-control,
.form-control-file,
.form-control-sm {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

.btn {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.gallery img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.remove-btn {
    font-size: 10px;
    padding: 0.1rem 0.3rem;
}

.gallery-item {
    display: inline-block;
    position: relative;
    margin: 5px;
}

.gallery-item img {
    max-width: 100px;
    max-height: 100px;
}

.remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
}

.table-control-edit,
.table-control-delete {
    border: none;
    background-color: transparent;
}

.table-control-edit:hover,
.table-control-delete:hover {
    cursor: pointer;
    border: none;
}

.table-control-edit:focus,
.table-control-delete:focus {
    outline: none;
}

.table-control-edit {
    color: #ff7800;
}

.table-control-delete {
    color: #dc3545;
}

.main-page-settings .input-group {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.order_product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 10px 0;
}

.order_product_img img {
    width: 100%;
}

.order_product .order_product_img {
    width: 170px;
    border-radius: 10px;
}