label {
    margin-bottom:6px !important;
    display: block;
}
.custom-control-label {
    line-height: 23px;
}
.logo-sup-text {
    font-weight: bold;
    border-bottom: 3px solid #1b93fb;
}
.card {
    border:0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.card-header {
    border-bottom:0px;
}
.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}
.table-responsive {
    padding:12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
}
.table-responsive table {
    margin-bottom:0px;
}
.name-link {
    display: inline-block;
    color: #1b93fb !important;
    border: 1px solid #1b93fb;
    border-radius: 18px;
    text-align: center;
    line-height: 1;
    font-size:0.8rem;
    padding-left:15px !important;
    padding-right:15px !important;
}
.form-check-label {
    line-height: 21px;
}
.modal-price-input {
    max-width: 100px;
    text-align: center;
    display: inline-block;
}
.gallery {
    padding: 0px;
    list-style: none;
    margin: 10px 0px 0px;
}
.gallery li {
    display: inline-block;
    width: 90px;
    height: 60px;
    margin-right: 4px;
    margin-bottom:4px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}
.gallery li img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    height: 100%;
}
.delete-gallery-item {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 0px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: red;
    line-height: 2px;
}
.delete-gallery-item:hover {
    color: #fff;
    background-color: #ad0000;
}
.service-block {
    padding: 12px;
    border-radius: 6px;
    background-color: #f3f3f3;
}
.price-row {
    display: flex;
    gap: 4px;
}
.price-mode, .price-inp {
    width: 50%;
}
.price-inp-form {
    height: 33px;
    margin-top: 4px;
    width: 100%;
    border: #cbcbcb 1px solid;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}
.w-1125 .modal-dialog {
    max-width: 1125px !important;
}
.prop-sort {
    width: 60px;
    text-align: center;
    padding: 4px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.two-columns {
    display: flex;
    gap: 3px;
    align-items: center;
}

.hidden-elem {display: none;}

.name-link {
    margin-top: 5px;
    margin-left: 10px;
}
.prop-flex {
    display: flex;
    gap: 5px;
}
.prop-check {
    width: 35px;
}
.prop-group {
    width: 100%;
}
.status-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: #f3f3f3;
    border-radius: 3px;
    max-width: 130px;
    font-size: 13px;
    font-weight: 500;
}
.status-1 {
    background-color: #f3f3f3;
    color: #575757;
}
.status-2 {
    background-color: #E8B0451A;
    color: #CE6F16;
}
.status-3 {
    background-color: rgba(54, 97, 190, 0.1);
    color: #153fab;
}
.status-4 {
    background-color: #D01D481A;
    color: #D01D48;
}
.status-5 {
    background-color: #36BE3B1A;
    color: #15AB1B;
}
.status-6 {
    background-color: rgba(184, 117, 222, 0.1);
    color: #a03ec0;
}
.invoice-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.invoice-box {
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 550px;
}
.invoice-box .sup-title {
    font-weight: 500;
}
.invoice-box .sup-price {
    font-weight: 500;
}
.invoice-box .sup-item .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invoice-box .services {
    margin-top: 2px;
    display: flex;
    gap: 1px;
    flex-direction: column;
    font-size: 13px;
}
.service-item .service-title {
    font-weight: 300;
}
.service-item .service-price {
    font-weight: 300;
}
.invoice-box .service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quantity-ext {
    opacity: 0.5;
    font-size: 11px;
}
.order-header-actions {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-header-actions .status-label {
    width: 130px;
}
.order-header-actions .action-links {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cancel-order {
    background-color: rgba(255, 0, 0, 0.17);
    color: #800c0c;
    border-radius: 3px;
    padding: 3px 10px;
}
.cancel-order:hover {
    text-decoration: none;
}
.flex-columns {
    display: flex;
    gap: 10px;
    align-items: center;
}
.address-box {
    display: flex;
    gap: 2px;
    flex-direction: column;
}
.address-box .address-row {
    display: flex;
    align-items: center;
}
.address-box .address-row .title {
    width: 100px;
}
.address-box .address-row .value {
    flex: 1;
}
.hidden-elem {
    display: none !important;
}
.sup-item .sup-title {
    display: flex;
    gap: 12px;
    align-items: center;
}
.service-item .service-title a {
    width: 20px;
}
.header .sup-title a {
    width: 20px;
}
.service-item .service-title {
    display: flex;
    gap: 3px;
    align-items: center;
}
.service-item .service-title a {
    width: 35px;
    text-align: center;
}
.add-sup-service {
    font-size: 12px;
    color: #205db7;
    text-decoration: none;
}
.add-sup-service:hover {
    text-decoration: none;
}

.add-order-sup {
    font-size: 12px;
    color: #205db7;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.add-order-sup:hover {
    text-decoration: none;
}
.service-quantity {
    text-align: center;
    width: 70px;
}
.loading {
    opacity: 0.7;
}
.action-box {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}
