.switch-with-default {
    display: flex;
    padding-left: 0;
}

.switch-with-default .input-field {
    margin: 0 10px;
}

.switch-with-default input[type="checkbox"] {
    margin-left: 0;
}

.form-content {
    padding: 1em 0;
}

.small-row {
    max-width: 720px;
}

.noresize {
    resize: none;
}

.form-border {
    border: 1px solid #e4e4e4;
}

.pound-prefix {
    text-indent: 10px;
    position: relative;
    display: inline-block;
}

.pound-prefix.font-size-120 {
    text-indent: 12px;
}

.pound-prefix:before {
    content: "\a3";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: 0;
    display: block;
    z-index: -1;
}

.font-weight-bold {
    font-weight: bold;
}

.feature-color {
    color: var(--e-global-color-primary);
}

.font-size-120 {
    font-size: 120%;
}

.service-info {
    margin: 0;
}

.errors-box {
    display: none;
}

.errors-box.active {
    display: block;
}

.modal.show.backdrop {
    background-color: rgba(0, 0, 0, .35);
}

.image {
    height: 100%;
    margin: auto;
}

.image .img-wrapper {
    border: 4px solid #8a384c;
    color:#8a384c;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    font-size: 22px;
    font-weight:bold;
}
.image .img-wrapper img {
    padding:1rem;
}
.btn.with-icon i {
    width:26px;
    height:26px;
}
.btn.with-icon i:hover {
    opacity:.5;
}
.select-wrapper {
    position: relative;
    max-height: 200px;
    overflow-y: scroll;
}
.custom-label {
    margin-bottom:2px;
    font-size:90%;
}
.wrapper-custom-category {
    background-color: rgba(0, 0, 0, .05);
    padding: 2em;
}
.category-wrapper {
    border: 1px solid #dee2e6;
}
.pricing {
    background-color: white;
    display: grid;
    justify-content: end;
    color: #6c2128;
    font-size: 1.4rem;
}
.card.draft {
    position: relative;
}
.card.draft:after {
    content: 'DRAFT';
    padding: 3px 10px;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}