
.input-error{
    color : red;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
}
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.opacity-0 {
    opacity: 0;
    visibility: hidden;
}
.custom-error {
    border-bottom: 2px solid red;
}
.custom-success {
    border-bottom: 2px solid rgb(0, 167, 0);
}
.safari .swal2-input {
    width: auto !important;
}
.list-subscription {
    position: relative;
}
.list-subscription.active div > span {
    color: rgb(13, 116, 238);
}
.active-subscription-label {
    position: absolute;
    top: 0px;
    right: 0px;
}
@media (max-width: 575px) {
    .active-subscription-label {
        display: none;
    }
}
.set-default-method.disable {
    cursor: default;
}
#card-element {
    padding: 0px 10px 20px;
}
#card-element-errors {
    color: #eb1c26;
    font-size: 80%;
    padding-left: 10px;
    margin-top: -10px;
}
.header__logo img {
    max-height: 74px;
}
.cursor-wait {
    cursor: wait;
}

.feature-items img {
    width: 50px;
}
.inline {
    display: inline-block;
}

.select-list-block .select2-container {
    margin-right: 10px!important;
    margin-top: -20px!important;
}




/* Styles (24.08.2023) */
.justify-between{
    justify-content: space-between;
}
.justify-end{
    justify-content: flex-end;
}
.justify-start{
    justify-content: flex-start;
}
.justify-center{
    justify-content: center;
}
.modal__footer > .btn:not(:last-child){
    margin-right: 10px;
}
.dbl-btns--10 > .btn:not(:last-child){
    margin-right: 10px;
}
/* .ck-reset_all {
    display: none;
} */
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

#swal2-html-container {
    font-size: 15px;
}

.pdf-container {
    width: 100%;
    height: 600px; /* Размеры контейнера для прокрутки */
    overflow: auto; /* Включение прокрутки */
}
canvas {
    display: block;
    margin-bottom: 10px; /* Добавление отступа между страницами */
}

.checkbox-required .custom-checkbox__input-fake{
    border-color: red !important;
}
.mandatory-field{
    color : red;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
}
.checkbox-primary.custom-checkbox__input:checked ~ .custom-checkbox__input-fake{
    background-color: rgba(49, 112, 142, 0.70);
}

.whitespace-nowrap {
    white-space: nowrap;
}

.whitespace-normal {
    white-space: normal;
}
.highlight-tr{
    background-color: #fff2e0;
}
.allowScrollAnimation{
    overflow: auto!important;
}

.max-h-auto {
    height: auto!important;
    max-height: unset!important;
}
