
.display-flex {
    display: flex !important;
}

.min-w-200px {
    min-width: 200px !important;
}

.author-verified-block {
    display: flex;
    align-items: center;
}

#file-attachment-wrapper {
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*gap: 30px;*/
}
.file-attachment-item {
    display: flex;
    align-items: center;
}

#header-user-info {
    min-width: 250px;
}


.system-notify-message .comment-inner {
    color: #696cff !important;
    background-color: rgba(105, 108, 255, 0.16) !important;
}
.sys-notify-grid-render {
    display: grid;
    grid-template-columns: .5fr 10fr;
    gap: 30px;
    align-items: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9dee3 !important;
    border-radius: 6px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #697a8d;
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    right: 5px !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(105, 108, 255, 0.16) !important;
    border: 1px solid #696cff !important;
    border-radius: 5px !important;
    cursor: default;
    float: left;
    margin-top: 5px;
    color: #333;
    padding: 2px 10px;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fc7979 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px !important;
    font-size: 1.2rem !important;
}

#permission-presets {
    margin: 20px 0px;
}

#permission-wrapper {
    padding: 25px;
    border-radius: 5px;
    margin: 30px 0px;
    border: 3px #ececee solid;
}

#permissionGroups {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap;

}

#permissionGroups > div {
    color: #696cff;
    background-color: rgba(105, 108, 255, 0.16) !important;
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

input[type="checkbox"]{
    max-height: 20px !important;
    max-width: 20px !important;
}


input, select {
    width: 100%;
    height: 45px;
    line-height: 30px;
    padding: 0 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
}

textarea {
    width: 100%;
    padding: 1rem 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
}

.form-control::placeholder {
    color: #94a3b8;
}

input:not([disabled]):focus, input:not([disabled]):hover,
select:not([disabled]):focus, select:not([disabled]):hover,
textarea:not([disabled]):focus, textarea:not([disabled]):hover
{
    outline: none;
    border-color: rgba(129, 140, 248);
    background-color: #fff;
    box-shadow: 0 0 0 3px rgb(129 140 248 / 30%);
}

.form-check-input {
    width: 2.3em !important;
    height: 1.5em !important;
    margin-top: 0.165em;
    border: 1px solid #d9dee3;
}

.custom-checkbox {
    margin-top: 2.5rem !important;
}
.form-check-label {
    cursor: pointer;
    margin-left: 0.5rem !important;
    vertical-align: text-top !important;
}

.h1-page-title {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
}

.dashed-link {
    padding: 5px 8px;
    border: 1px #696cff dashed;
    margin-right: 5px;
    border-radius: 5px;
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #5fdd54 !important;
    border-color: #5fdd54 !important;
    box-shadow: 0 2px 4px 0 #71dd37 !important;
}

#event-filter-blog {
    margin-bottom: 30px;
}




.label-line {
    margin-bottom: 5px;
}

.custom-badge {
    background: rgba(239, 246, 255, 0.95);
    border: 1px solid #bfdbfe;
    color: #2563eb;
    text-wrap: unset;
    line-height: 1.3;
}

.card {
    margin-bottom: 25px !important;
}
.mb-5px {
    margin-bottom: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-25 {
    margin-bottom: 25px;
}

.access-badge {
    background: rgba(240, 253, 244, 0.95);
    border: solid #bbf7d0;
    border-width: 1px;
    color: #16a34a;
}
.block-badge {
    background: rgba(254, 242, 242, 0.95);
    border: solid #fecaca;
    border-width: 1px;
    color: #dc2626;
}

.new-badge {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 6px;
}




.min120px {
    min-width: 120px !important;
}


/** Стили для модального окна - Конец **/

.custom-badge {
    text-align: center;
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 8px;
}

.alert-2-success {
    background-color: #64DD17;
    border-color: #64DD17;
}

.alert-success {
    color: #16a34a;
    background-color: #f0fdf4 !important;
    border: 1px solid #bbf7d0;
}

.alert-secondary {
    color: #475569;
    background-color: #f1f5f9 !important;
    border: 1px solid #e2e8f0;
}
.alert-warning {
    color: #ca8a04;
    background-color: #fefce8 !important;
    border: 1px solid #fef08a;
}



.alert-danger {
    color: #dc2626;
    background-color: #fef2f2 !important;
    border: 1px solid #fecaca;
}



.alert-3-danger {
    border: 1px solid #dc3545;
    border-radius: 8px;
    background-color: rgba(255, 56, 56, 0.05);
}




.error-text, .field-input-error {
    font-size: 0.8rem;
    color: #dc3545;
}


.action-btn {
    padding: 9px 9px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    /* width: 120px; */
    text-align: center;
    align-content: center;
    margin-bottom: 10px;
    align-items: center;
    margin-right: 7px;
    border: 1px #383838 solid;
}

.action-btn i {
    /*margin-right: 5px;*/
}

.complex-buttons {
    display: flex;
    /*flex-direction: column;*/
}


/** Таблица этапов - Конец **/






#page-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#page-pagination svg {
    max-width: 15px;
}


#pagination-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#pagination-switcher {
    min-width: 300px;
    padding-left: 30px;
}


.sorting-btn {
    cursor: pointer;
}
.sorting-btn:hover {
    color: #0a53be;
}

.sorting-btn:before, .fa-sort:before {
    content: "⟠";
}

@media (min-width: 576px) {
    .float-sm-right {
        float: right !important;
    }
}

#product-images-gallery {
    padding: 25px;
    border: 1px #dee2e6 solid;
    border-radius: 6px;
    margin: 25px 0;
    max-width: 900px;
}

#product-files-block {
    padding: 25px;
    border: 1px #dee2e6 solid;
    border-radius: 6px;
    margin: 25px 0;
    max-width: 90%;
}

.product-images-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.pcg-img {
    width: 100%;
    max-width: 500px !important;
}




/** Стили JSX компонентов REACT - Начало **/
#compatible-products-component {
    border: 5px #dee2e6 solid;
    padding: 25px;
    margin: 25px 0;
    border-radius: 8px;
}


#compatible-products-component .select-suggestions {
    max-height: 600px;
    overflow-y: scroll;
    border: 1px #dee2e6 solid;
    padding: 25px;
    margin: 25px 0;
    border-radius: 4px;
}

/** Стили JSX компонентов REACT - Конец **/








/** Стили Checkbox - Конец **/

.switch-box-ya {
    display: grid  ;
    grid-template-columns: 1fr 3fr;
/* align-items: center; */
    max-width: 500px;
}


.checkbox-ya {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    user-select: none;
}
.checkbox-ya .checkbox-ya-switch {
    display: inline-block;
    box-sizing: border-box;
    width: 76px;
    height: 28px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(90deg, #FFEB9D 0%, #FFEB9D 50%, #e8e9e9 50%, #e8e9e9 200%);
    background-position: -72px 0;
    background-size: 200% 100%;
    border: 1px solid #bababb;
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-switch:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 28px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: -1px;
    text-indent: -100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    transform: translateY(-50%);
    transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature {
    position: relative;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.checkbox-ya .checkbox-ya-feature:before, .checkbox-ya .checkbox-ya-feature:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature:before {
    content: attr(data-label-on);
    left: -60%;
}
.checkbox-ya .checkbox-ya-feature:after {
    content: attr(data-label-off);
    right: 8px;
}
.checkbox-ya input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch {
    background-position: 0 0;
    border-color: rgba(153,122,0,.5);
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch:before {
    left: calc(100% - 27px);
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:before {
    left: 13px;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:after {
    right: -60%;
}

/* Hover */
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover:before {
    border-color: rgba(0,0,0,.6);
}
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover {
    cursor: pointer;
}

/* Disabled */
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch {
    border-color: rgba(0, 0, 0, .1);
    filter: grayscale(70%);
}
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch .checkbox-ya-feature {
    color: #999;
}

/* Focus */
.checkbox-ya.focused .checkbox-ya-switch:before {
    border-width: 2px;
    border-color: #ffdb4d;
}
/** Стили Checkbox - Конец **/





















