textarea.form-control.is-warning {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

input.form-control.is-warning {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-control.is-warning {
    border-color: #ecc11a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ecc11a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ecc11a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-warning:focus {
    border-color: #ecc11a;
    box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.flag-icon {
    font-size: 2rem !important;
}

.icon-sm {
    font-size: 1.5rem !important;
}

.c-sidebar-minimized .c-sidebar-nav-link:hover, .c-sidebar-minimized .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar-minimized .c-sidebar-nav-dropdown-toggle:hover {
    width: 312px !important;
}

.select2-selection__arrow {
    top: 4px !important;
}

.select2-selection--single {
    height: 35px !important;
}

.select2-selection__rendered {
    margin-top: 2px !important;
}

#floatBT {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    color: #fbfffb;
    background-color: rgba(27, 29, 16, 0.93);
    border-radius: 9999px;
    padding: 1px 5px 5px 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: 1px solid rgba(27, 29, 16, 0.93);
}

#floatBT:hover {
    /*background-color: #F0F0F0;*/
    width: 70px;
    height: 70px;
    font-size: 40px;
    bottom: 1px;
    right: 1px;
    /*box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);*/
}

html {
    scroll-behavior: smooth;
}

.search-box {
    border-radius: 20px;
}

.space-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.c-dark-theme > #orders_table > tbody > tr:hover {
    background-color: rgb(19, 19, 19);
    /*color: white;*/
}

.c-dark-theme .select2-search {
    background-color: #24252f;
}

.c-dark-theme .select2-search input {
    background-color: #24252f;
    color: white;
}

.c-dark-theme .select2-results {
    background-color: #24252f;
}

.c-dark-theme .select2-selection {
    color: rgba(255, 255, 255, .87) !important;
    background-color: rgba(255, 255, 255, .05) !important;
    border-color: rgba(255, 255, 255, .09) !important;
}

.c-dark-theme .select2-selection__rendered {
    color: rgba(255, 255, 255, .87) !important;;
}

.c-dark-theme .select2-results__option[aria-selected="true"] {
    background-color: #3463ac !important;
}

.select2-results__option {
    min-height: 30px !important;
}

.c-dark-theme textarea {
    background-color: #2f303a !important;
}

.c-white-theme .select2-selection {
    border-color: #e4e7ea !important;
}

.c-white-theme .select2-search {
    border-color: #e4e7ea !important;
}

.c-white-theme .select2-dropdown {
    border: 1px solid #b1bab3 !important;
}

.c-white-theme .select2-selection__rendered {
    color: #5c6873 !important;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.select2-container {
    width: inherit !important;
}


.custom-select {
    width: 60px !important;
}

.c-sidebar-brand{
    padding: 20px 5px !important;
    display: block;
}

.c-sidebar-brand-full{
    display: flex;
    margin: auto;
}

.c-sidebar-brand-minimized{
    display: flex;
    margin: auto;
}

.c-header-brand{
    min-height: 40px !important;
}

.v-center{
    display: flex;
    align-items: center;
}

.nav-wrapper {
    /*width: 300px;*/
    /*margin: 100px auto;*/
    margin: auto;
    text-align: center;
}
.sl-nav {
    display: flex;
    align-items: center;
}
.sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
}
.sl-nav li {
    cursor: pointer;
    /*padding-bottom:10px;*/
}
.sl-nav li ul {
    display: none;
}
.sl-nav li:hover ul {
    position: absolute;
    top:20px;
    right:-30px;
    display: block;
    background: #fff;
    width: 150px;
    padding-top: 0px;
    z-index: 1;
    border-radius:12px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
    position: absolute;
    top: 8px;
    right: -11px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
}
.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom:0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}
.sl-nav li ul li span {
    padding-left: 5px;
}
.sl-nav li ul li:hover, .sl-nav li ul li span.active {
    color: #fc7228;
}
.sl-item{
    display: flex;
    align-items: center;
}
.sl-flag {
    /*display: inline-block;*/
    /*box-shadow: 0px 0px 3px rgba(0,0,0,0.4);*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*background: #aaa;*/
    /*border-radius: 50%;*/
    /*position: relative;*/
    /*top: 2px;*/
    /*overflow: hidden;*/
    font-size: 1.3rem !important;
}

.sl-item > a{
    color: #3c3c3c;
}
.sl-item > a:hover{
    text-decoration: none;
    color: #fc7228;
}

.c-sidebar-nav-link{
    white-space: normal !important;
}

.c-sidebar-minimized .c-sidebar-nav-link{
    white-space: nowrap !important;
}

.action-card{
    margin-bottom: 10px;
}

.action-card > a{
    width: 100%;
    color: white;
}

.action-card > a:hover{
    color: #171a38;
}

#loading-container {
    background-color: rgba(10, 11, 24, 0.77);
    z-index: 9999;
    position: fixed;
    /*height: 2em;*/
    /*width: 2em;*/
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-content: center;
}

.spinner {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: 5px solid #06f;

    border-top-color: transparent;
    -webkit-animation: rotateSpinner 1.5s linear infinite;
    animation: rotateSpinner 1.5s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}

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

/*
new shop css
*/

.ns-label {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.5;
    /*vertical-align: middle;*/
    white-space: nowrap;
    border-radius: 2px;
    /* margin-left: 10px; */
    /* text-transform: uppercase; */
}

.ns-radio:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E);
}

.ns-radio:checked {
    background-color: #1e87f0;
    border-color: transparent;
}
/*.ns-radio:not(:disabled) {*/
    /*cursor: pointer;*/
/*}*/
.ns-radio {
    border-radius: 50%;
}
.ns-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #cccccc;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: background-color, border;
    transition-property: background-color, border;
}

.ns-icon {
     margin: 0;
     border: none;
     overflow: visible;
     font: inherit;
     color: #0085cd;
     text-transform: none;
     padding: 0;
     padding-bottom: 10px;
     background-color: transparent;
     cursor: pointer;
     display: inline-block;
     fill: currentcolor;
     line-height: 0;
}

.ns-login{
     font-size: 16px;
     color: #3c3c3c;
}

.ns-login:hover{
     text-decoration: none;
     color: #fc7228;
}

.ns-text-underline{
     text-decoration: underline;
}

.ns-text-underline:hover{
     text-decoration: underline;
}


.c-header-dark .ns-login{
    color: white;
}

.c-header-dark .ns-login:hover{
   /*text-decoration: none;*/
    color: #fc7228;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px!important;
}

.article-price-action-p {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

h4 {
    font-weight:400!important;
}

@media only screen and (max-width: 600px) {
    .font-mobile-sm {
        font-size: 2.1rem !important;
    }
}

@media (max-width: 768px) {
    .c-footer {
        height: 85px;
    }
    .c-footer div {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 14px;
    }
}

.cursor-pointer {
    cursor: pointer;
}
