html {
    font-size: 14px;
}


.btn-create__icon-plus {
    display: inline-block;
    background: #6135be;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 11px 21px 12px 17px;
    cursor: pointer;
    transition: .1s;
    line-height: 1;
}

.btn-create__icon-plus > svg {
    width: 17px;
    fill: #fff;
    top: -1px;
    position: relative;

}

.btn-create__icon-plus:hover {
    background: #8e59ff;
    color: #fff;
}

.btn-create__icon-plus:hover svg {
    fill: #fff;
}

.w75px {
    width: 75px;
}


/*TOOGLE START*/
.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

/*TOOGLE END*/

.bg_arrived {
    background-color: rgba(0, 221, 28, 0.53);
}

.bg-isforuser {
    background-color: aliceblue;
}

.bg-isforucox {
    background-color: antiquewhite;
}


.p-product__table {
    overflow-wrap: anywhere;
    width: 100%;
    margin-top: 20px;
}

.p-product__table thead {
}

.p-product__table thead th {
    padding: 7px 5px;
    font-size: 14px;
}

.p-product__table tbody {
}

.p-product__table tbody tr {
    height: 60px;
}

.p-product__table tbody tr:hover td {
    background-color: #dde2f8;
    cursor: pointer;
}

.p-product__table tbody td {
    border-width: 0 0 3px 0;
    border-color: #fff;
    padding: 7px 5px;
    background-color: #f2eff9;
    line-height: 14px;
    font-weight: 500;
    font-size: 14px;
}

.p-product__table tbody td:first-child {
    border-radius: 4px 0 0 8px;
    border-radius: 0;
}

.p-product__table tbody td:last-child {
    border-radius: 0 8px 8px 0;
    border-radius: 0;
}

.p-product__table-image {
    width: 30px;
}

.p-product__table-td-image {
    text-align: center;
}

.p-product__table-td-category {
    color: #9d47df;
    min-width: 70px;
}

.p-product__table-td-title {
    min-width: 90px;
}

.p-product__table-td-url {

}

.p-product__table-td-price {
    min-width: 60px;
}

.p-product__table-td-size {
    min-width: 80px;
}

.p-product__table-td-date-create {
    min-width: 90px;
}

.p-product__table-td-vendor-code {
    min-width: 90px;
}


.p-product__filter-search {
    background-repeat: no-repeat;
    background-image: url(/images/svg/search.svg);
    background-position: calc(100% - 10px) center;
    background-size: 21px;
    width: 100%;
    padding-right: 40px;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
}
.p-product__filter-text {
    background-size: 21px;
    width: 100%;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 14px;
}


.p-product__filter-dates {
    display: flex;
    margin: 0 -11px;
}

.p-product__filter-dates > div {
    margin: 0 11px;
}

.p-product__filter-date {
    background-repeat: no-repeat;
    background-image: url(/images/svg/date.svg);
    background-position: calc(100% - 10px) center;
    background-size: 21px;
    width: 100%;
    padding-right: 40px;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
}


.p-product__paginator {
    margin: 20px 0 0 0;
}

.p-product__paginator .btn-secondary {
    color: #fff;
    background-color: #9d6be7;
    border-color: #ffffff;
}

.p-product__paginator .btn-secondary:hover {
    color: #fff;
    background-color: #6135be;
    border-color: #ffffff;
}

.p-product__paginator .btn-check:active + .btn-secondary,
.p-product__paginator .btn-check:checked + .btn-secondary,
.p-product__paginator .btn-secondary.active,
.p-product__paginator .btn-secondary:active,
.p-product__paginator .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6135be;
    border-color: #ffffff;
}

.p-product__paginator .btn.disabled,
.p-product__paginator .btn:disabled,
.p-product__paginator fieldset:disabled .btn {
    opacity: .40;
}


input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-edit__left .product-edit__left-link:first-child {
    margin-top: 0;
}

.product-edit__left .product-edit__left-link:last-child {
    margin-bottom: 0;
}

.product-edit__left-btn {
    margin-top: 25px;
}

.product-edit__left-link {
    color: #8727a9;
    text-decoration: none;
    display: block;
    margin: 15px 0;
    font-weight: 500;
    font-size: 16px;
}

.product-edit__left-link:hover {
    color: #8727a9;
    text-decoration: underline;
}

.product-edit__right-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-edit__right-row {
    margin-bottom: 20px;
}

.product-edit__right-row-title {
    font-size: 14px;
    margin: 6px 0 0 0;
}

div.product-edit__right-dropzone {
    border: 2px dashed rgba(0,0,0,.3);
    color: #9d9d9d;
    line-height: 40px;
}


.product-edit__right-files-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffff;
    padding: 2px 2px 4px 2px;
    width: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.product-edit__right-files {
    position: relative;
}

    .product-edit__right-files svg {
        width: 20px;
        height: 20px;
    }

    .g-btn {
        background: #6b12c4;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        padding: 18px 21px 19px 17px;
        cursor: pointer;
        transition: .1s;
        line-height: 1;
        border: 0;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

.g-btn_small {
    padding: 11px 21px 12px 17px;
}

.g-btn:hover {
    background: #8934df;
}


.g-btn_filter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-btn_filter svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.users-filter-btn {
    margin: 20px 0 0 0;
}

.users-filters__collapse {
    border: 1px #c9c9c9 solid;
    border-top: 0;
    background: #f3f3f3;
    margin: -2px 0 0 0;
    padding: 20px 0 25px 0;
}

.popup-more {
    color: #9d47df;
    text-decoration: underline;
}

.order_btn-group label {
    border-bottom: 6px solid lightgray;
}

.order_btn-group label.xactive {
    border-bottom: 6px solid #6135be;
}

.order_btn-group label > input {
    appearance: none;
}
.cursor-pointer{
    cursor: pointer;
}


.modalloading {
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 1px;
    z-index: 9999;
}

.modalloading>div {
    margin: 20% auto;
    padding: 10px;
    font-size: 22px;
    color: #f5deb3;
    width: 50%;
    border: #ffc107 1px solid;
}

.modalloading svg {
   width: 24px;
}



.bg-amy-crisp {
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%) !important
}






.register-footer {
    text-align: center;
    margin: 30px auto;
    width: 100%;
    max-width: 300px;
}

.register-consent-personal {
    display: flex;
    margin-top: 10px;
}

.register-consent-personal__text {
    padding-left: 10px;
}

.register-header {
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
}
.register-header__title {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.register-form__row {
    margin-bottom: 10px;
}

.register-form__row  label {
    font-weight: 600;
}

.validation-summary-errors li{
    list-style-type: none;
}