.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 30px;
}

.ta-left {
    text-align: left;
}
.ta-center {
    text-align: center;
}
.ta-right {
    text-align: right;
}

.order-overview .text {
    text-align: left;
}
.order-overview .amount {
    text-align: right;
}

.btn-round-border {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.input-required {
    color: red;
}

.nowrap {
    white-space: nowrap;
}

.mt-20 {
    margin-top: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.card-background-gray {
    background-color: #fcfcfc;
}

.card-service-name {
    margin-top: -20px;
}
.service-name {
    margin-bottom: -20px;
}
.card-body-box {
    margin-top: -20px;
}
.card-body-box-link {
    margin-bottom: -25px;
}

.no-service-dots, .no-service-dots {
    align-items: center;
    display: flex;
    justify-content: center;
}
.no-service-dots {
    border: 2.4px dashed #c4c4c4;
    border-radius: 5px;
    min-height: 180px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.gold {
    color: #c8b274;
}