.wrapper {
    padding: 0px 16px;
}

.breadcrumb_header {
    padding: 10px 0px;
    padding-top: 20px;
}

.breadcrumb_header span {
    font-size: var(--font-15);
    text-transform: uppercase;
    font-family: var(--font-light);
}

#saveSpinner1 {
    display: none;
}


.ant-btn-primary {
    color: #cacaca !important;
    background: var(--black-color) !important;
    border-color: var(--black-color) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}

.ant-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 1px;
    color: var(--black-color);
    background: var(--white-color);
    border: 1px solid #d9d9d9;
}

.btnback {
    cursor: pointer;
}

.ant-input-number-input {
    box-sizing: border-box;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    width: 100%;
    min-width: 0;
    color: var(--black-color);
    font-size: 14px;
    line-height: 1.5715;
    background-color: var(--white-color);
    background-image: none;
    transition: all .3s;
    display: inline-block;
    width: 90px;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
}

.ta_button {
    min-width: 10em;
    min-height: 3em;
    font-family: var(--font-regular);
    font-size: 15px;
    padding: 8px 0;
    outline: none;
}

.ta_button.positive {
    border: 1px solid var(--black-color);
    background: var(--black-color);
    color: var(--white-color);
}

.ta_button.positive:hover {
    color: var(--black-color);
    background-color: var(--white-color);
}

.ta_button.negative {
    border: 1px solid var(--black-color);
    background: var(--white-color);
    color: var(--black-color);
}

.ta_button.negative:hover {
    color: var(--black-color);
    background-color: #f5f5f5;
}

.form-select.register {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.formItem {
    margin: 10px 0px !important;
    font-family: var(--font-regular);
    align-items: center;
    display: flex;
    font-size: 14px;
}

.formControl {
    color: var(--bs-body-color);
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid var(--border-color);
    height: 40px;
    font-family: var(--font-regular);
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: transparent;
}

input:focus-visible {
    outline: none;
}

.accordion-button,
.accordion-button-custom {
    font-family: var(--font-regular) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
}

.dropdown-button {
    color: black !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapper {
        padding: 0px 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapper {
        padding: 0px 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wrapper {
        padding: 0px 40px;
    }

}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .wrapper {
        padding: 0px 40px;
    }
}

@media (min-width: 1600px) {
    .wrapper {
        padding: 0px 80px;
    }
}