.bg-green {
    background: var(--main-color);
}

.hover-bg-green:hover {
    background: var(--main-color-hover);;
}

.text-green {
    color: var(--main-color);
}

.sidebar__nav ul li.active a {
    color: var(--main-color-active);
}

.sidebar__nav ul li.active a .icon svg path {
    stroke: var(--main-color-active);
    stroke-width: 2;
}

.page-item.active {
    color: white;
    background: var(--main-color-active);
    padding: 5px;
}

.popup.open {
    z-index: 1;
}

.popup__window {
    min-height: 100vh;
    overflow: auto;
}

.products__item-col {
    width: 100%;
}

.acceptshipment .input .input-wrap input {
    height: 2.125rem;
}

.wrapper .content__flex-wrap {
    margin-bottom: 100px;
}

.pagination {
    overflow: scroll;
}

.wrapper .content__flex-wrap {
    margin-top: 80px;
    margin-bottom: 10px;
}

.b-none {
    border: none;
}

@media (max-width: 767.98px) {
    .wrapper .content__flex-wrap {
        margin-top: 60px;
    }
}

.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #f8f7fa;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 12;
    opacity: 63%;
}

.preloader .icon {
    -webkit-animation: rotate-animation 1s linear infinite;
    animation: rotate-animation 1s linear infinite;
    height: 3rem;
    min-width: 3rem
}

@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.preloader__circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-animation: circular .5s ease-out infinite;
    animation: circular .5s ease-out infinite;
    background: var(--main-color);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f8dbe7), to(var(--main-color)));
    background-image: linear-gradient(to bottom right, #f8dbe7, var(--main-color));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    position: relative;
    width: 2.25rem
}

.preloader__inner-circle {
    background: #fff;
    border-radius: 100%;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: 10
}

.preloader__circle-gap {
    background: #f8f7fa;
    height: .5rem;
    left: 50%;
    margin: 0 0 0 -.3125rem;
    position: absolute;
    top: 0;
    width: .625rem
}

.preloader_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed
}

@-webkit-keyframes circular {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes circular {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.width100{
    width: 100%;
}

.d-none {
    display: none;
}

.select-css{
    width: 100%;
    background-color: #ecf3e5;
    border: none;
    border-radius: 10px;
    height: 45px;
    padding: 9px;
}
.text-center
{
    text-align: center;
}

@media (max-width: 991.98px) {
    .table tr {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .table td {
        display: block;
        padding: 2px 3px !important;
    }
    .table td:first-child {
        text-align: right;
    }
}

.reg-log__window{
    margin-bottom: 100px;
}

.content__flex-col, .popup__window{
    margin-bottom: 100px;
}

.reg-log
{
    min-height: 1100px;
}

.required
{
    color: red;
}

.cc-close-preloader
{
    position: absolute;
    color: red;
    font-weight: 900;
    font-size: 30px;
    padding: 10px;
}

.cc-close-preloader:hover
{
    cursor: pointer;
}

.cc-paid-attention
{
    background-color: red;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
}
