.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.activated-switch {
    display: block;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.addon-panel {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}
.addon-panel .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.addon-panel .panel-header {
    position: relative;
}

.addon-panel .overlay i {
    height: 50px;
    width: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    line-height: 50px;
    font-size: 2rem;
    border-radius: 50%;
}

.addon-panel .panel-header:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.activated-switch input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.activated-switch span {
    padding: 15px;
    font-size: 16px;
    display: block;
}

.activated-switch .active {
    display: none;
}
.activated-switch input[type="checkbox"]:checked ~ .deactive {
    display: none;
}
.activated-switch input[type="checkbox"]:checked ~ .active {
    display: block;
}

fieldset.solid-border {
  border: 1px solid #ccc;
  padding: 10px;
}

fieldset.solid-border legend {
  width:inherit;
  margin: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: rgb(100, 189, 99);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

#demo-dt-basic {
    margin-top: 20px;
}

select + .select2-container {
    width: 100% !important;
}

.brand-icon {
    padding: 13px;
}

.seller_form_border {
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

#form {
    min-height: 300px;
}

.tab-stacked-left .nav-tabs {
    width: 20%;
}

.note-editable {
    margin-top: 30px !important;
}

.datepicker {
    z-index: 99999 !important;
}

.img-md {
    height: auto;
}

.jodit_container .jodit_workplace {
    min-height: 300px !important;
}

body,
#content-container,
#navbar {
    background-color: #ecf0f5;
}

.dash-widget-left {
    position: relative;
    padding-left: 50px;
}

.dash-widget-vertical {
    position: absolute;
    left: 0;
    height: 100%;
    width: 74px;
    top: 0;
    background: #dadfe4;
}
.dash-widget-vertical .rorate {
    transform: rotate(-90deg) translate(-50%, 0%);
    transform-origin: left top;
    float: left;
    font-size: 38px;
    position: absolute;
    top: 50%;
    left: 10px;
    font-weight: 700;
    color: #bfccda;
    letter-spacing: 0.1em;
}
.d-innline-block {
    display: inline-block;
}
.top-border-radius-no {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.img-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.minw-0{
    min-width: 0;
}
.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.h-100 {
    height: 100%;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.flex-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-between{
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
      margin-left: -15px; */
}
.flex-col-lg-6,
.flex-col-xl-6,
.flex-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .flex-col-lg-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .flex-col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .flex-col-xl {
        position: relative;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .flex-col-xl-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.img-upload-preview {
    border: 2px dashed #ddd;
    height: 200px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.img-upload-preview .close-btn {
    right: 3px;
    top: 3px;
    background: rgb(237, 60, 32);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: absolute;
    padding: 0;
}

.blank-index {
    background-size: cover;
    background-position: center center;
}

.select2-container--default .color-preview {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}

.select2-container {
    z-index: 10001;
}
select + .select2-container {
    z-index: 9999;
}

#mainnav-container {
    width: 280px;
    left: -280px;
}
@media (min-width: 768px) {
    #container.mainnav-in .navbar-brand,
    #container.mainnav-lg .navbar-brand,
    #container.mainnav-in .brand-title,
    #container.mainnav-lg .brand-title {
        width: 280px;
    }
    .navbar-content {
        margin-left: 280px;
    }
}
@media (min-width: 992px) {
    #container.mainnav-lg #footer,
    #container.mainnav-lg #content-container {
        padding-left: 280px;
    }
}

.color-radio label {
    display: block;
    position: relative;
    height: 100px;
    margin-top: 25px;
    cursor: pointer;
}

.color-radio label input {
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.color-radio label .color-control-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.color-radio label input:checked + .color-control-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.color-radio label input:checked + .color-control-box:after {
    position: absolute;
    content: "";
    left: calc(50% - 7px);
    top: calc(50% - 20px);
    width: 18px;
    height: 36px;
    border: solid #fff;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul.list-group > li{
border-bottom: 1px solid #3d4451;
} */

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.support-file-attach {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.addon-tab {
    border: 0;
}
.addon-tab li a {
    color: #303641 !important;
    cursor: pointer !important;
    font-weight: 500;
    font-size: 14px;
}
.addon-tab > li.active > a,
.addon-tab > li > a:hover {
    background-color: transparent !important;
    border-bottom: 2px solid #303641 !important;
}
.addon-tab > li > a:focus {
    background-color: transparent !important;
}
.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
}
.rating i.active {
    color: #ffa707;
}
.rating i.half {
    position: relative;
}
.rating i.half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #ffa707;
    z-index: 1;
}
.rating-sm i {
    font-size: 0.8125rem;
}
.rating-lg i {
    font-size: 1.125rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.c-scrollbar-light::-webkit-scrollbar{
    width:4px;
    background: rgba(24,28,41,.08);
    border-radius: 3px;
}
.c-scrollbar-light::-webkit-scrollbar-track{
    background:transparent;
}
.c-scrollbar-light::-webkit-scrollbar-thumb{
    background:rgba(24,28,41,.1);
    border-radius:3px
}
.c-scrollbar-light{
    scrollbar-color: rgba(24,28,41,.08);
    scrollbar-width: thin;
}
.c-pointer{
    cursor: pointer;
}
.pos-product {
    overflow-y: auto;
    max-height: calc(100vh - 270px);
    height: calc(100vh - 270px);
    overflow-x: hidden;
}

.pos-product .product-card {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.pos-product .product-card .price,
.pos-product .product-card .out-stock,
.pos-product .product-card .stock {
    position: absolute;
    top: 3px;
    background: #294f75;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    font-weight: 600;
    left: 0;
}
.pos-product .product-card .out-stock,
.pos-product .product-card .stock {
    margin-top: 21px;
    background: #44ad4c;
}
.pos-product .product-card .out-stock {
    margin-top: 21px;
    background: #e22020;
}
.pos-product .product-card .card-body {
    padding: 5px;
}
.plus-minus .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    width: 25%;
    min-width: auto;
}
.pos-product .tooltip-inner{
    font-size: 10px;
}
.plus-minus {
    width: 100%;
    display: table;
}
.pos-cart {
    overflow-y: auto;
    max-height: calc(100vh - 390px);
    height: calc(100vh - 390px);
    overflow-x: hidden;
}
.aiz-rounded-check {
    border-radius: 50%;
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}
.aiz-rounded-check:after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.aiz-megabox {
    position: relative;
    cursor: pointer;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.aiz-megabox .aiz-megabox-elem{
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0.25rem
}
.aiz-megabox>input:checked~span .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: var(--primary)
}
.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aiz-rounded-check {
    border-radius: 50%;
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}
.aiz-rounded-check:after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.aiz-megabox {
    position: relative;
    cursor: pointer;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.aiz-megabox .aiz-megabox-elem{
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0.25rem
}
.aiz-megabox>input:checked~span .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: var(--primary);
}
.aiz-rounded-check::after {
    background: #122b40;
}
.nav-tabs.admin-tabs li a {
    color: var(--primary) !important;
}
.nav-tabs.admin-tabs li a:hover {
    background-color: rgba(255,255,255, 0.5);
}
.referral-container {
    padding: 15px;
}
.referral-container .panel {
    border: solid 1px;
    margin-bottom: 0;
    border-color: var(--primary);
}
.referral-container .panel .panel-heading .panel-title,
.referral-container .form-group.exclude-domain .form-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#table_corporate_refs tbody .link-col {
    max-width: 1vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#table_corporate_refs tbody td {
    vertical-align: middle;
}
.pt-0 {
    padding-top: 0 !important;
}
/* File inputs */
.custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
.custom-input-file + label {
    font-size: 0.875rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #FFF;
    outline: none;
  }
.no-js .custom-input-file + label {
    display: none;
  }
.custom-input-file.has-focus + label,
.custom-input-file:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
  }
.custom-input-file + label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
  }
/* Custom file input -- Style 2 */
.custom-input-file--2 + label {
    background: transparent;
  }
.custom-input-file--2 + label,
.custom-input-file--3 + label,
.custom-input-file--4 + label{
      color: #555;
    }
    .custom-input-file--2 + label:hover,
.custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label {
    background: transparent;
  }
/* Custom file input -- Style 3 */
.custom-input-file--3 + label {
    background: transparent;
    border: 0;
  }
.custom-input-file--3 + label:hover,
.custom-input-file--3.has-focus + label,
.custom-input-file--3:focus + label {
    background: transparent;
    border: 0;
    color: #0022e7;
  }
/* Custom file input -- Style 4 */
.custom-input-file--4 + label {
    background: transparent;
    padding: 0;
  }
.custom-input-file--4 + label:hover,
.custom-input-file--4.has-focus + label,
.custom-input-file--4:focus + label {
    border-color: #0022e7;
    background: transparent;
  }
.custom-input-file--4 + label span,
.custom-input-file--4 + label strong {
    padding: 0.625rem 1.25rem;
  }
.custom-input-file--4 + label span {
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
  }
.custom-input-file--4 + label strong {
    float: right;
    height: 100%;
    color: #FFF;
    display: inline-block;
    font-weight: 600;
  }
.custom-input-file--4 + label:hover strong,
.custom-input-file--4.has-focus + label strong,
.custom-input-file--4:focus + label strong {
    background-color: #0022e7;
}
.custom-input-file--4 + label,
.custom-input-file--4 + label:hover,
.custom-input-file--4.has-focus + label,
.custom-input-file--4:focus + label {
    color: #676767;
    border-color: #e6e6e6;
}
.custom-input-file--4 + label:hover strong,
.custom-input-file--4 + label:hover strong,
.custom-input-file--4.has-focus + label strong,
.custom-input-file--4:focus + label strong {
    color: #676767;
    background-color: #e6e6e6;
}
.custom-input-file.has-focus + label,
.custom-input-file:focus + label {
    outline: none;
}
.custom-input-file--4 + label strong {
    color: #676767;
    background-color: #e6e6e6;
    font-size: 14px;
    padding: 0.4rem 1.25rem;
    font-weight: 400;
}
.custom-input-file--4 + label span {
    min-height: 1em;
    font-size: 14px;
    padding: 0.4rem 0.75rem;
    font-weight: 400;
}
@media screen and (max-width: 456px) {
    .custom-input-file--4 + label strong,
    .custom-input-file--4 + label span {
        display: block;
        width: 100%;
    }
}
.rounded {
    border-radius: 0.25rem !important;
}

.border {
	border: 1px solid;
	border-color: #f1f1f1;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.position-relative {
	position: relative !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}
.p-3 {
	padding: 1rem !important;
}
.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}
.alpha-6, .alpha-wrapper:hover .alpha-6--hover {
	opacity: 0.6;
}
.strong-600 {
	font-weight: 600 !important;
}
.ml-2, .mx-2 {
	margin-left: .5rem !important;
}
.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}
.pr-2, .px-2 {
	padding-right: .5rem !important;
}
.position-absolute {
	position: absolute !important;
}
.btn-base-1.btn-outline:active, .btn-base-1.btn-outline:focus, .btn-base-1.btn-outline:hover, .flatpickr-day.selected, .flatpickr-day.selected:hover, .bg-base-1 {
	background-color: #ED4C67 !important;
}
.addresses .dropdown-menu .dropdown-item {
	padding: 0.875rem 1rem;
	font-size: 14px;
}
.addresses .btn:not(.disabled):not(:disabled):hover {
	box-shadow: none;
}
.top-0 {
    top: 0;
}
.right-0 {
	right: 0;
}
.bottom-0 {
	bottom: 0;
}
.left-0 {
    left: 0;
}


.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
#tab-form>ul>li>a {
  color: #fff !important;
}
#tab-form .nav-pills>li.active>a, #tab-form .nav-pills>li.active>a:focus, #tab-form  .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

#tab-form>ul>li>a:hover {
  color: #fff !important;
  background-color: #b052c0;
}

.error {
  color: #e22020;
}

.bg-green {
    background-color: #5aaa67 !important;
    color: #fff;
}

.bg-red {
    background-color: rgb(155, 69, 69) !important;
    color: #fff;
}

h5.mt-0.total-row-successed {
    color: white !important;
}

h5.mb-1.total-row-failed {
    color: white !important;
}

#btn_send_password_link .d-none {
  display: none !important;
}

#btn_send_password_link .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

#btn_send_password_link .spinner-border-sm {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.875rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#select2-select_sellers-results .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #a9a3a3;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

#select2-select_sellers-results .select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #0a0a0a;
  border: 0;
  display: inline-block;
  padding-left: 3px;

}

.tab-language {
  border-radius: 5px;
  background-color: #d486e1;
}