body {
    font-family: 'Roboto', sans-serif;
    background: #f6f6f7
}
/*start here margin css*/
.description-bg-color {
    position: absolute;
    top: -12px;
    right: 12px;
}

.color-bg-remove {
    padding: 0px;
    height: 35px;
    border-radius: 0.25rem;
}

.bg-color-width {
    width: 50px;
    margin-left: 10px;
}

.add-btn-input{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.remove-media-btn, .remove-media-btn:hover {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none!important;
    background-color: #fff;
    border-radius: 0px!important;
    font-size: 19px;
    color: #c90f3a!important;
}


.mt-0 {
  margin-top: 0 !important;
}

.ml-auto{
    margin-left: auto;
}

.ml-0{
    margin-left: 0px!important;
}

.ml-1 {
  margin-left:5px;
}
/*end here margin css*/

/*start here padding*/
.pl-0{
    padding-left: 0px;
}
/*end here padding*/

/*start here form*/
.status-position{
    position: sticky;
    top:60px;
    z-index: 9;
}
.varient-btn{
    position: absolute;
    top: 0px;
    left: 0px;
}
.varient-position{
position: absolute;
    top: 7px;
    left: 0px;
}

.varient-position i{
    border: none;
}

.varient-delbtn{
        position: absolute;
    top:0px;
    right: 0px;
}
.admin-bg{
	background:
	url(../img/admin-kartlog.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
	}
.admin-bg img.img-fluid {
    max-width: 150px;
}
.copyright {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 30px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 13px;
}

.copyright ul {
    display: flex;
    list-style: none;
}

.copyright ul li {
    margin: 0 10px;
    border-right: 1px solid;
    padding-right: 10px;
}
.copyright ul li a{
    color: #fff;}

.copyright ul li:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0;
}
.varient-inputtext input , .varient-inputtext input:hover , .varient-inputtext input:focus{
    padding-left:50px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.varient-delbtn .del-option-value{
    border-radius: 0px;
    background-color: transparent!important;
}
.ui-state-default{
    margin-bottom: 10px;
}

.option-values li{
    height: auto!important;
}

.varient-delete-option{
    position: absolute;
    top: 0px;
    right: 0px;
}

.varient-option{
    margin-top: 25px;
}

.varient-btn button{
    border: none;
}
.select2-selection__choice__display{
    font-size: 12px;
}
.input-wd{
    position: relative;
}
.input-wd button , .input-wd button:hover , .input-wd button:focus{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    border-radius: 0px 2px 2px 0px!important;
    box-shadow: 0 0 0;
    outline: none;
    border: none;

}

.input-wd .remove-gallery-sec{
    height: 33px;
    position: absolute;
    top: -8px;
    right: -8px;
}
/*end here form*/


a {
    text-decoration: none;
    color: rgb(44 110 203);
}
.bg-light-blue , .bg-light-blue:hover , .bg-light-blue:focus{
background-color: #aee9d1;
color: #202223!important;
border: none!important;
outline: none!important;
font-weight: normal!important;
box-shadow: 0 0 0;
outline: none;
}

.bg-dark-green , .bg-dark-green:hover{
    background: rgb(0 128 95);
    color: #fff!important;
    border-radius: 4px;
    padding: 8px 20px;
    border: 0;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    text-decoration: none;
    transition: .3s;
    border: none!important;
    outline: none!important;
    box-shadow: 0 0 0!important;
}

.bg-light-grey , .bg-light-grey:hover , .bg-light-grey:focus{
background-color: #e4e5e7;
color: #202223!important;
}

.admin-heading{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.heading-btn{
    margin-left: auto;
}

header {
    background: #fff;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
}
.img-section-admin img{
height: 200px;
margin: auto;
}
.img-section-admin .remove-media-btn{
    position: absolute;
    top: 0px;
    right: 0px;
}

.logo a:hover {
    background: rgba(246, 246, 247, 1);
}

.search {
    position: relative;
    /* max-width: 578px; */
    margin: auto;
}

.search.white {
    /* max-width: 100%; */
    width: 100%;
    margin-right: 10px;
    padding-right: 10px;
}

.search input {
    text-indent: 25px;
    border: 0;
    background: #f1f2f3;
    box-shadow: none;
    border-radius: 6px;
    height: 36px;
    font-size: 14px;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid #4692fb
}

.search .fa-search {
    position: absolute;
    top: 8px;
    left: 13px;
    font-size: 15px;
    color: #5c5f62;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}

.logo {
    float: left;
    display: flex;
}

.logo a img {
    width: 24px;
    margin-right: 7px;
    left: 0px;
    top: 6px;
}



.top-menu button.dropdown-toggle {
    background: none;
    border: 0;
    border-radius: 6px;
    padding: 6px 8px;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: 500;
}

.top-menu button.dropdown-toggle:hover {
    background: #f2f2f2;
}

.top-menu button.dropdown-toggle:focus {
    outline-color: #4692fb
}

.top-menu button.dropdown-toggle .Avatar-text {
    float: left;
    background: #fec773;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    margin-right: 7px;
    font-weight: 300;
}

header .row {
    display: flex;
    align-items: center;
}

.top-menu ul.dropdown-menu {
    background: #202123;
    margin-top: 10px;
    padding: 8px;
    width: 100%;
    border-radius: 8px;
}

.top-menu ul.dropdown-menu li {}

.top-menu ul.dropdown-menu li a {
    padding: 7px 8px;
    color: #e3e5e7;
    line-height: 27px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}

.top-menu ul.dropdown-menu li a svg {
    fill: rgb(166 172 178);
    width: 20px;
    float: left;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.top-menu ul.dropdown-menu li a:hover {
    background: rgb(47 49 51);
    text-decoration: none;
}

.top-menu ul.dropdown-menu li a:focus {
    color: rgb(103 175 255);
}

.top-menu ul.dropdown-menu li a:focus svg {
    fill: rgb(103 175 255);
}

.divider {
    background: #454749;
    width: 100%;
    height: 1px;
}

.top-menu .divider {
    margin-left: -8px;
    margin-right: -8px;
    width: auto;
}

#navbarToggleExternalContent {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
}

header .navbar {
    display: none;
}

.sidebar {
    width: 239px;
    z-index: 1;
    display: flex;
    position: fixed;
    outline: none;
    transform: translateX(0);
    flex: 0 0 auto;
    align-items: stretch;
    border-right: .1rem solid rgb(225 227 229);
    overflow-x: hidden;
    top: 3.6rem;
    height: calc(100% - 3.6rem);
}

.sidebar .navigation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    top: 7.6rem;
}

.sidebar .navigation .accordion {}

.sidebar .navigation .accordion .card {
    border: 0;
    border-radius: 0;
}

.sidebar .navigation .accordion .card .card-header {
    width: 100%;
    padding: 0px 0px;
    border: 0;
}

.sidebar .navigation .accordion .card .card-header h2 a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 0;
    border-left: 1px solid none;
}

.sidebar .navigation .accordion .card-body {
    font-size: 14px;
    background: #f6f6f7;
    padding: 0;
}

.sidebar .navigation .accordion svg {
    width: 20px;
    fill: #5c5f62;
    margin-right: 14px;
}

.sidebar .navigation .accordion .card .card-header h2 a:hover {
    background: #f1f2f3;
    text-decoration: none;
}

.sidebar .navigation .accordion .card .card-header a.btn.btn-link {
    background: #edeeef;
    color: #0c8061;
    border-left: 3px solid;
    border-radius: 0;
}

.sidebar .navigation .accordion .card .card-header a.btn.btn-link svg {
    fill: #0c8061;
}

.sidebar .navigation .accordion .card .card-header a.btn.btn-link.collapsed {
    background: #f6f6f7;
    color: #000;
    text-decoration: none;
    border-left: 3px solid #f6f6f7;
}


.sidebar .navigation .accordion .card .card-header a.btn.btn-link.collapsed svg {
    fill: #5c5f62;
}

.sidebar .navigation .accordion .card-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar .navigation .accordion .card-body ul li {}

.sidebar .navigation .accordion .card-body ul li a {
    background: #f6f6f7;
    color: #6d7175;
    text-decoration: none;
    border-left: 3px solid #f6f6f7;
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    display: block;
    padding-left: 45px;
}

.sidebar .navigation .accordion .card-body ul li a:hover,
.sidebar .navigation .accordion .card-body ul li a:active,
.sidebar .navigation .accordion .card-body ul li a:focus,
.sidebar .navigation .accordion .card-body ul li a.active {}

.sidebar .navigation .accordion .card-body ul li a:hover {
    background: #f1f2f3;
}

.sales-btn {
    list-style: none;
    padding: 4px 15px;
    text-transform: uppercase;
    color: #6d7175;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.sales-btn button.btn {
    padding: 0 5px;
}

.sales-btn button.btn:hover {
    background: #edeeef
}

.navigation2 ul {
    padding-left: 0;
}

.sales-btn button.btn svg {
    width: 20px;
    fill: #5c5f62;
}

.sales-btn span {
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 500;
}

.with-icon a.btn.btn-link {
    flex: 1 1 auto;
}

.with-icon .btn-link {}

h2.mb-0.icon {
    display: flex;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}


.with-icon a.icon-href {
    width: 48px;
    display: block !important;
    padding: 0 6px;
    margin: 0 7px;
    text-align: center;
}

.with-icon {
    display: flex;
}

.with-icon a.icon-href svg {
    margin-right: 0px !important;
    padding: 7px 0px;
}

.sidebar .navigation .accordion#navigation {
    flex: 0 0 auto;
}

.navigation2 {
    flex: 1 0 auto;
    margin-top: 10px;
}

div#navigation3 {
    flex: 0 0 auto;
}

.main-frame {
    width: 100%;
    padding-left: 240px;
}

.main-frame .container-fluid {
    padding: 0 30px;
}

.page-header {
    padding-top: 1.6rem;
}

.title {
    font-size: 20px;
    word-break: break-word;
    overflow-wrap: break-word;
    font-weight: 500;
}

.action-menu {
    text-align: right;
}

.action-menu ul {
    padding-left: 0;
}

.action-menu ul li {
    display: inline-block;
}

.action-menu ul li a {
    padding: 10px 16px;
    color: rgb(32 34 35);
    font-size: 14px;
    font-weight: 500;
}

.action-menu ul li a:hover {
    text-decoration: none;
    background: rgb(241 242 243);
}

.action-menu ul li a.green-btn {
    background: rgb(0 128 95);
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
}

.white-bg {
    background: #fff;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    border-radius: 8px;
    margin-top: 10px;
}

/*radio button*/
/* The container */
.radio-btn-group {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-btn-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid rgb(140 145 150);
}

/* On mouse-over, add a grey background color */
.radio-btn-group:hover input~.checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-btn-group input:checked~.checkmark {
    background-color: #fff;
    border-color: rgb(44 110 203);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {









    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn-group input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn-group .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(44 110 203);
}

.white-tab ul {
    padding: 0 6px;
    border-bottom: 1px solid rgb(225 227 229);
}

.white-tab ul li {
    display: inline-block;
}

.white-tab ul li a {
    color: rgb(109 113 117);
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 14px 18px;
}

.white-tab ul li a:hover {
    text-decoration: none;
    color: rgb(32 34 35);
}

.white-tab ul li.active a:before,
.white-tab ul li a:hover:before {
    content: '';
    background: #00805e;
    width: 100%;
    bottom: 0px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 5px 5px 0 0;
}

.white-tab ul li a:hover:before {}

.white-tab ul li.active a {
    color: rgb(32 34 35);
}

.pr-width button.btn.btn-light {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background: transparent;
    border: 1px solid rgb(186 191 195);
}

button.btn.btn-light svg {
    width: 20px;
}

.pr-width {
    /* min-width: 616px; */
}

.search.white input.form-control {
    background: #fff;
    border: 1px solid rgb(186 191 195);
    border-radius: 4px;
}

.pr-width .dropdown-menu.show {
    background: #fff;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    padding: 15px;
    border-radius: 10px;
}

a.clear-txt-btn {
    color: rgb(140 145 150);
    font-size: 14px;
}

.popup-xl-w {
    min-width: 278px !important;
    width: 217px;
    left: initial !important;
    right: 0 !important;
    transform: inherit !important;
    top: 40px !important;
    max-height: 243px;
    overflow-y: auto;
}

button.btn.btn-light.dropdown-toggle:active {
    background: transparent;
    border: 1px solid rgb(186 191 195);
}

.form-check.form-check-inline {
    font-size: 14px;
    width: 100%;
}

.form-check.form-check-inline .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 10px;
}

button.btn.btn-light:focus {
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid rgb(186 191 195);
}

.pr-width .title {
    color: rgb(140 145 150);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.popup-lg-w.show {
    width: 199px;
    left: initial !important;
    right: 0 !important;
    transform: inherit !important;
    top: 40px !important;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #f6f6f7
}

header {
    background: #fff;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

.logo a:hover {
    background: rgba(246, 246, 247, 1);
}

.search {
    position: relative;
    /* max-width: 578px; */
    margin: auto;
}

.search.white {
    /* max-width: 100%; */
    /* width: 100%; */
    margin-right: 10px;
}

.search input {
    text-indent: 25px;
    border: 0;
    background: #f1f2f3;
    box-shadow: none;
    border-radius: 6px;
    height: 36px;
    font-size: 14px;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid #4692fb
}

.search .fa-search {
    position: absolute;
    top: 8px;
    left: 13px;
    font-size: 15px;
    color: #5c5f62;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}

.logo {
    float: left;
    display: flex;
}

.logo a {
    font-weight: 500;
    color: #202223;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.logo a img {
    width: 24px;
    margin-right: 7px;
    left: 0px;
    top: 6px;
}



.top-menu button.dropdown-toggle {
    background: none;
    border: 0;
    border-radius: 6px;
    padding: 6px 8px;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: 500;
    margin-left: auto;
}

.top-menu button.dropdown-toggle:hover {
    background: #f2f2f2;
}

.top-menu button.dropdown-toggle:focus {
    outline-color: #4692fb
}

.top-menu button.dropdown-toggle .Avatar-text {
    float: left;
    background: #fec773;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    margin-right: 7px;
    font-weight: 300;
}

header .row {
    display: flex;
    align-items: center;
}

.top-menu ul.dropdown-menu {
    background: #202123;
    margin-top: 10px;
        padding: 8px;
    width: 70%;
    border-radius: 8px;
    right: 0px!important;
    left: auto!important;
    position: absolute!important;
        transform: translate(0px, 45px)!important;

}

.top-menu ul.dropdown-menu li {}

.top-menu ul.dropdown-menu li a {
    padding: 7px 8px;
    color: #e3e5e7;
    line-height: 27px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}

.top-menu ul.dropdown-menu li a svg {
    fill: rgb(166 172 178);
    width: 20px;
    float: left;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.top-menu ul.dropdown-menu li a:hover {
    background: rgb(47 49 51);
    text-decoration: none;
}

.top-menu ul.dropdown-menu li a:focus {
    color: rgb(103 175 255);
}

.top-menu ul.dropdown-menu li a:focus svg {
    fill: rgb(103 175 255);
}

.divider {
    background: #454749;
    width: 100%;
    height: 1px;
}

.top-menu .divider {
    margin-left: -8px;
    margin-right: -8px;
    width: auto;
}

#navbarToggleExternalContent {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
}

header .navbar {
    display: none;
}

.sidebar .navigation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    top: 7.6rem;
}

.sidebar .navigation .accordion {}

.sidebar .navigation .accordion .card {
    border: 0;
    border-radius: 0;
}

.sidebar .navigation .accordion .card .card-header {
    width: 100%;
    padding: 0px 0px;
    border: 0;
}

.sidebar .navigation .accordion .card .card-header h2 a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 0;
    border-left: 1px solid none;
}

.sidebar .navigation .accordion .card-body {
    font-size: 14px;
    background: #f6f6f7;
    padding: 0;
}

.sidebar .navigation .accordion svg {
    width: 20px;
    fill: #5c5f62;
    margin-right: 14px;
}

.sidebar .navigation .accordion .card .card-header h2 a:hover {
    background: #f1f2f3;
    text-decoration: none;
}

.sidebar .navigation .accordion .card .card-header a.btn.btn-link {
    background: #edeeef;
    color: #0c8061;
    border-left: 3px solid;
    border-radius: 0;
    text-decoration: none;
}

.sidebar .navigation .accordion .card .card-header a.btn.btn-link svg {
    fill: #0c8061;
}

.sidebar .navigation .accordion .card .card-header a.btn.btn-link.collapsed {
    background: #f6f6f7;
    color: #000;
    text-decoration: none;
    border-left: 3px solid #f6f6f7;
}


.sidebar .navigation .accordion .card .card-header a.btn.btn-link.collapsed svg {
    fill: #5c5f62;
}

.sidebar .navigation .accordion .card-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar .navigation .accordion .card-body ul li {}

.sidebar .navigation .accordion .card-body ul li a {
    background: #f6f6f7;
    color: #6d7175;
    text-decoration: none;
    border-left: 3px solid #f6f6f7;
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    display: block;
    padding-left: 45px;
}

.sidebar .navigation .accordion .card-body ul li a:hover,
.sidebar .navigation .accordion .card-body ul li a:active,
.sidebar .navigation .accordion .card-body ul li a:focus,
.sidebar .navigation .accordion .card-body ul li a.active {}

.sidebar .navigation .accordion .card-body ul li a:hover {
    background: #f1f2f3;
}

.sales-btn {
    list-style: none;
    padding: 4px 15px;
    text-transform: uppercase;
    color: #6d7175;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.sales-btn button.btn {
    padding: 0 5px;
}

.sales-btn button.btn:hover {
    background: #edeeef
}

.navigation2 ul {
    padding-left: 0;
}

.sales-btn button.btn svg {
    width: 20px;
    fill: #5c5f62;
}

.sales-btn span {
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 500;
}

.with-icon a.btn.btn-link {
    flex: 1 1 auto;
}

.with-icon .btn-link {}

h2.mb-0.icon {
    display: flex;
}



.with-icon a.icon-href {
    width: 48px;
    display: block !important;
    padding: 0 6px;
    margin: 0 7px;
    text-align: center;
}

.with-icon {
    display: flex;
}

.with-icon a.icon-href svg {
    margin-right: 0px !important;
    padding: 7px 0px;
}

.sidebar .navigation .accordion#navigation {
    flex: 0 0 auto;
}

.navigation2 {
    flex: 1 0 auto;
    margin-top: 10px;
}

div#navigation3 {
    flex: 0 0 auto;
}

.main-frame {
    width: 100%;
    padding-left: 240px;
    padding-top: 40px;
}

.main-frame .container-fluid {
    padding: 0 30px;
}

.page-header {
    padding-top: 1.6rem;
}

.title {
    font-size: 20px;
    word-break: break-word;
    overflow-wrap: break-word;
    font-weight: 500;
}

.action-menu {
    text-align: right;
}

.action-menu ul {
    padding-left: 0;
}

.action-menu ul li {
    display: inline-block;
}

.action-menu ul li a {
    padding: 10px 16px;
    color: rgb(32 34 35);
    font-size: 14px;
    font-weight: 500;
}

.action-menu ul li a:hover {
    text-decoration: none;
    background: rgb(241 242 243);
}

.action-menu ul li a.green-btn {
    background: rgb(0 128 95);
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    transition: .3s;
}

.action-menu ul li a.green-btn:hover {
    background: rgb(0 110 82);
}

.white-bg {
    background: #fff;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    border-radius: 8px;
    margin-top: 10px;
}

.green-bg {
    background: rgb(241 248 245);
    border: 1px solid #95c9b4;
    box-shadow: none;
}

.orange-bg {
    background: rgb(255 245 234);
    border: 1px solid rgb(225 184 120);
    box-shadow: none;
}

.orange-bg svg.Polaris-Icon {
    fill: rgb(225 184 120)
}

.green-bg .form-control[readonly] {
    background: #fff;
}

/*radio button*/
/* The container */
.radio-btn-group {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-btn-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid rgb(140 145 150);
}

/* On mouse-over, add a grey background color */
.radio-btn-group:hover input~.checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-btn-group input:checked~.checkmark {
    background-color: #fff;
    border-color: rgb(44 110 203);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn-group input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn-group .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(44 110 203);
}

.white-tab ul {
    padding: 0 6px;
    border-bottom: 1px solid rgb(225 227 229);
}

.white-tab ul li {
    display: inline-block;
}

.white-tab ul li a {
    color: rgb(109 113 117);
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 14px 18px;
}

.white-tab ul li a:hover {
    text-decoration: none;
    color: rgb(32 34 35);
}

.white-tab ul li.active a:before,
.white-tab ul li a:hover:before {
    content: '';
    background: #00805e;
    width: 100%;
    bottom: 0px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 5px 5px 0 0;
}

.white-tab ul li a:hover:before {}

.white-tab ul li.active a {
    color: rgb(32 34 35);
}

.pr-width button.btn.btn-light {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background: transparent;
    border: 1px solid rgb(186 191 195);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 2px;
}

button.btn.btn-light svg {
    width: 20px;
    top: -2px;
    position: relative;
}

.pr-width {
    /* min-width: 600px; */
}

.pr-width1 {
    /* width: 100%; */
    /* min-width: 349px; */
}

.search.white input.form-control {
    background: #fff;
    border: 1px solid rgb(186 191 195);
    border-radius: 4px;
}

.pagination a.page-link {
    color: #333;
}

.pr-width .dropdown-menu.show {
    background: #fff;
    box-shadow: 0px 0px 7px #00000014;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    min-width: 235px;
}

a.clear-txt-btn {
    color: rgb(140 145 150);
    font-size: 14px;

}

button.btn.btn-light.dropdown-toggle:active {
    background: transparent;
    border: 1px solid rgb(186 191 195);
}

.form-check.form-check-inline {
    font-size: 14px;
    width: 100%;
}

.form-check.form-check-inline .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 10px;
}

button.btn.btn-light:focus {
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid rgb(186 191 195);
}

.pr-width .title {
    color: rgb(140 145 150);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.popup-lg-w.show {
    width: 217px;
    left: initial !important;
    right: 0 !important;
    transform: inherit !important;
    top: 40px !important;
    max-height: 243px;
    overflow-y: auto;
}

.p-img {
    overflow: auto;
    border-radius: 5px;
    padding: 0 10px;
    background: #fff;
    width: 100%;
}

.img-product{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #f8f9fa!important;
}

.p-img img {
    max-width: 100%;
}

.product-table {
    font-size: 14px;
}

.status-btn.btn.active span {
    background: #333;
    display: inline-block;
}

.product-table th {
    font-weight: 500;
}

.product-table tbody th {
    font-weight: 400;
    vertical-align: middle;
    padding: 10px;
}

.status-btn button.btn.btn-active span {
    background: rgb(174 233 209);
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 14px;
}

.sale-popup {}

.sale-popup .ttl {
    color: rgb(140 145 150);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 11px;
}

.sale-popup .green-point {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
}

.sale-popup .green-point:before {
    width: 10px;
    height: 10px;
    background: #00805e;
    content: '';
    position: absolute;
    left: 12px;
    top: 6px;
    border-radius: 50%;
}


.status-btn .dropdown-menu.show {
    box-shadow: 0px 0px 7px #00000014;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

.prod-name {
    display: flex;
    align-items: center;
}

.prod-name span {
    margin-right: 15px;
}

.prod-name svg {
    width: 20px;
}

.status-btn button.btn {
    padding: 0px !important;
}

.status-btn button:after {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.64, 0, .35, 1);
}

.product-table tr:hover .status-btn button:after {
    opacity: 1;
    transition: opacity .2s cubic-bezier(.64, 0, .35, 1);
}

.prod-name div {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.64, 0, .35, 1);
}

.prod-name:hover div {
    opacity: 1;
    transition: opacity .2s cubic-bezier(.64, 0, .35, 1);
}

.product-table .table thead th {
    vertical-align: bottom;
    border-bottom: 0px;
    border-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
}

.come-from-modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(246 246 247);
    --bs-table-accent-bg: none;
}

.no-arrow::after {
    display: none;
}

#moreFilter {
    margin: 0px 0;
}

#moreFilter #filter .card {
    margin-bottom: 0;
    border: 0;
}

#moreFilter #filter .card .card-header {
    border: 0;
    /* -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); */
    /* box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); */
    border-radius: 2px;
    padding: 0;
}

#moreFilter #filter .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f2f2f2;
    color: #222;
    font-size: 15px;
    padding: 10px 20px;
    box-shadow: none !important;
    font-weight: 500;
}

#moreFilter #filter .card .card-header .btn-header-link:hover {
    background: #f6f6f7 !important;
}

#moreFilter #filter .card .card-header .btn-header-link:after {
    content: "\f106";
    font-weight: 900;
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
}

#moreFilter #filter .card .card-header .btn-header-link.collapsed {
    color: #333;
    background: #fff;
}

#moreFilter #filter .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

#moreFilter #filter .card .collapsing {
    line-height: 30px;
}

#moreFilter #filter .card .collapse {
    border: 0;
}

#moreFilter #filter .card .collapse.show {
    color: #222;
}

#moreFilter #filter .card .card-body {
    padding: 10px 20px 0;
}

.moreFilter-close button {
    font-size: 14px;
    font-weight: 500;
}

.btn.btn-success {
    background-color: rgb(0 128 94);
    border-color: rgb(0 128 94);
}

/* Upload Area */
.upload-area {
    width: 100%;
    border: 2px dashed #adadad;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center;
    margin: 10px 0;
}

.upload-area--open {
    /* Slid Down Animation */
    animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
    from {
        height: 28.125rem;
        /* 450px */
    }

    to {
        height: 35rem;
        /* 560px */
    }
}

/* Header */
.upload-area__header {}

.upload-area__title {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
}

.upload-area__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin-top: 0;
}

.upload-area__tooltip {
    position: relative;
    color: var(--clr-light-blue);
    cursor: pointer;
    transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
    color: var(--clr-blue);
}

.upload-area__tooltip-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -125%);
    min-width: max-content;
    background-color: var(--clr-white);
    color: var(--clr-blue);
    border: 1px solid var(--clr-light-blue);
    padding: 0.625rem 1.25rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: none 300ms ease-in-out;
    transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
    opacity: 1;
    visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
    position: relative;
    /* 180px */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed var(--clr-light-blue);
    border-radius: 15px;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
    border-color: var(--clr-blue);
}

.drop-zoon__icon {
    display: flex;
    font-size: 3.75rem;
    transition: opacity 300ms ease-in-out;
    color: #7a7a7a;
}

.drop-zoon__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin: 0;
    margin-top: 0.625rem;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
    opacity: 0.7;
}

.drop-zoon__loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: var(--clr-light-blue);
    z-index: 10;
}

.drop-zoon__preview-image {
    position: absolute;
    top: 0;
    left: 0;


    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.3125rem;
    border-radius: 10px;
    display: none;
    z-index: 1000;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
    opacity: 0.8;
}

.drop-zoon__file-input {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
    border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
    opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
    display: none;
}

/* File Details Area */
.upload-area__file-details {
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    transition: none 500ms ease-in-out;
    transition-property: opacity, visibility;
    transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.file-details__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
    visibility: hidden;
    opacity: 0;
    transition: none 500ms ease-in-out;
    transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
    visibility: visible;
    opacity: 1;
}

.uploaded-file__icon-container {
    position: relative;
    margin-right: 0.3125rem;
}

.uploaded-file__icon {
    font-size: 3.4375rem;
    color: var(--clr-blue);
}

.uploaded-file__icon-text {
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--clr-white);
}

.uploaded-file__info {
    position: relative;
    top: -0.3125rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
    content: '';
    position: absolute;
    bottom: -0.9375rem;
    width: 0;
    height: 0.5rem;
    background-color: #ebf2ff;
    border-radius: 0.625rem;
}

.uploaded-file__info::before {
    width: 100%;
}

.uploaded-file__info::after {
    width: 100%;
    background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
    animation: progressMove 800ms ease-in-out;
    animation-delay: 300ms;
}

@keyframes progressMove {
    from {
        width: 0%;
        background-color: transparent;
    }

    to {
        width: 100%;
        background-color: var(--clr-blue);
    }
}

.uploaded-file__name {
    width: 100%;
    max-width: 6.25rem;
    /* 100px */
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploaded-file__counter {
    font-size: 1rem;
    color: var(--clr-light-gray);
}

.form-title {
    font-weight: 500;
}


.form-group label {
    font-size: 14px;
    margin-bottom: 10px;
}

.input-icon {
    position: relative;
    
}
.input-icon input{
min-width:130px;
    margin-right: 0px;    
}

.edit-icon a{
    font-size: 12px;
}

.input-icon span {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #747474;
}

.input-icon .form-control {
    padding-left: 24px;
}

.form-group .form-control {
    font-size: 14px;
}

.text-base {
    font-size: 14px;
}

.form-control {
    border: 1px solid rgb(186 191 195);
}

.text-gray {
    color: #8d8d8d;
}

.form-submit {
    background: rgb(0 128 95);
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
    border: 0;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    text-decoration: none;
    transition: .3s;
}

.form-submit:hover {
    color: #fff;
    background: #000;
}

.sale-popup {
    font-size: 13px;
}

.sale-popup .tel {
    margin-top: 14px;
}

.btn-sm {
    border: 1px solid #bfbfbf;
    color: #000;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}

.btn-sm:hover {
    color: #000;
}

.sale-popup a.btn-sm.w-full {
    width: 100%;
    display: inline-block;
}

.product-table a {
    color: #000;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 10px;
}

.list-menu a {
    color: #000;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    transition: .3s;
}

.text-black {
    color: #000;
}

.list-menu a svg {

    width: 19px;

    fill: rgb(92 95 98);
    margin-right: 5px;
}

.list-menu a:hover {
    background: rgb(241 242 243);
}


.list-menu a img {
    width: 19px;
    border-radius: 2px;
    margin-right: 5px;
}

svg.Polaris-Icon {
    fill: rgb(0 127 95);
    color: #fff;
}

.sm-icon {
    width: 18px;
    margin-right: 8px;
}

.w-full {
    width: 100%;
}

.card-title {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1;
}

.main-bg {
    background: url(../img/form-bg.png) no-repeat center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.main-bg .card.shadow {
    border: 0;
    border-radius: 8px !important;
    overflow: hidden;
    background: #f6f6f7;
}

.card-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}

.card-title img {
    max-width: 119px;
    margin: 13px 0;
}

.h-0 {
    height: auto !important;
}

.text-orange {
    color: rgb(216 44 13) !important;
}

.text-orange:hover {
    background: rgb(255 233 232) !important;
}

.p-list .pic img {
    width: 100%;
}

.p-list .pic {
    max-width: 47px;
    border-radius: 10px;
    max-width: 60px;
    border: 1px solid rgb(225 227 229);
    overflow: auto;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    background: #fff;
}

.p-list .p-name {}

.p-list .p-name span {
    display: block;
}

.p-list .quantity {}

.p-list .total {}

.table-border-none td {
    border: 0;
    padding: 4px 0;
}

.table-border-none td:last-child {
    text-align: right;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}

.timeline-textarea {
    display: flex;
    position: relative;
    margin-top: 20px;
}

.timeline-textarea .tl-title {
    display: block;
    flex: 0 0 auto;
    margin-right: .8rem;
}

.timeline-textarea .tl-search {
    position: relative;
    z-index: 4;
    flex: 1 1;
}

.timeline-textarea button {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 14px;
}

.tl-search .form-control {
    padding: 10px;
}

.timeline-textarea .tl-title span {
    background: rgb(145 224 214);
    width: 40px;
    height: 40px;
    display: block;
    z-index: 2;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
    position: relative;
}

.timeline-textarea .tl-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 18px;
    width: 3px;
    background: #dfe3e8;
}

.timeline-list ul {
    padding-left: 0;
}

.timeline-list ul li {
    list-style: none;
    position: relative;
    padding-left: 49px;
}

.timeline-list ul .flex {}

.timeline-list ul .flex .text-base,
.timeline-list ul .flex .accordion {
    flex: 1 1 auto;
    padding-right: 1.6rem;
    word-break: break-word;
}

.timeline-list ul .flex .time {
    align-self: flex-start;
    margin-right: 2rem;
    white-space: nowrap;
    color: rgb(109 113 117);
    font-size: 14px;
}

.timeline-list {
    position: relative;
}

.timeline-list:before {
    content: '';
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 18px;
    width: 3px;
    background: #dfe3e8;
}

.timeline-list ul li:before {
    content: '';
    z-index: 2;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: rgb(140 145 150);
    position: absolute;
    left: 11px;
    border: 3px solid rgb(246 246 247);
    top: 3px;
}



.timeline-list ul .flex .accordion a {
    color: #0d8061;
    font-size: 14px;
    font-weight: 500;
}

.timeline-list ul .flex .accordion .collapsed .fa-angle-down {
    display: none
}

.timeline-list ul .flex .accordion .fa-angle-right {
    display: none;
}

.timeline-list ul .flex .accordion .collapsed .fa-angle-right {
    display: block;
}

.conversion-summary ul {
    padding: 0;
}

.conversion-summary ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 8px;

}

.conversion-summary ul li svg {
    width: 20px;
    margin-right: 7px;
    fill: rgb(92 95 98);
}

.fraud-analysis li {
    margin-bottom: 8px;
}

.timeline-list ul .flex .accordion .collapsed .fa {
    font-size: 18px;
}

.optionBox .block:nth-child(1) .remove {
    display: none;
}

.modal-content button.close {
    background: transparent;
    border: 0;
}

.navbar-toggler {
    display: none;
}

.black-group .btn-check:checked+.btn-outline-primary,
.black-group .btn-outline-primary:hover {
    background-color: rgb(109 113 117);
    color: #fff;
    border-color: rgb(87 89 89);
    box-shadow: none;
}

.black-group .btn-outline-primary {
    color: #000;
    border-color: rgb(87 89 89);
}

.qa-width input[type=number]::-webkit-inner-spin-button,
.qa-width input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.tox-notifications-container {
    display: none;
}

.qa-width {
    margin: auto;
    min-width: 220px;
    max-width: 220px;
}

.orange-btn {
    border: 1px solid rgb(225 184 120);
    background: rgb(255 245 234);
}

.coming-soon {
    display: inline-block;
    font-size: 11px;
    background: rgb(228 229 231);
    padding: 3px 11px;
    border-radius: 30px;
    color: rgb(32 34 35);
}

.statusInfo {
    border: rgb(0 160 172);
    background-color: rgb(164 232 242);
    color: rgb(32 34 35);
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 20px;
}

.gray-bg {
    border: rgb(0 160 172);
    background-color: #f2f2f2;
    color: rgb(32 34 35);
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 20px;
}

#discountsTab.nav-tabs .nav-item.show .nav-link,
#discountsTab.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
}

#discountsTab.nav-tabs .nav-link.active,
#discountsTab.nav-tabs .nav-link.active:focus {
    border-bottom: 3px solid #00805e;
}

#discountsTab.nav-tabs .nav-link {
    color: #333;
}

#discountsTab.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #ababab;
}

#discountsTab {
    padding: 0 10px;
}

a.flex.cd-icon-box {
    border-bottom: .1rem solid rgb(201 204 207);
    display: flex;
    padding: 15px;
    text-decoration: none;
    color: #000;
    align-items: center;
    vertical-align: middle;
}

.cd-icon-box .cd-icon {
    align-self: flex-start;
    border: .1rem solid rgb(201 204 207);
    border-radius: var(--p-border-radius-base, 3px);
    margin-right: 1.6rem;
    background: #fff;
    padding: 6px;
}

.cd-icon-box svg {
    display: block;
    height: 23px;
    width: 23px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    fill: rgb(92 95 98);
}

a.flex.cd-icon-box:hover {
    background: rgb(246 246 247);
}

a.flex.cd-icon-box .text-base {
    flex: 1 1 auto;
}

a.flex.cd-icon-box .right-arrow {
    display: block;
    height: 2rem;
    width: 2rem;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

a.flex.cd-icon-box .text-base p:last-child {
    margin-bottom: 0;
}

.cd-icon-box h2.text-base {
    margin-bottom: 4px;
    font-size: 16px;
}

#createDiscount .modal-dialog {
    max-width: 600px;
}

#createDiscount .modal-dialog .modal-content {
    border-radius: 8px;
}

.input-icon-fixed {
    position: relative;
}

.input-icon-fixed span {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.svg-control svg {
    position: absolute;
    left: 9px;
    width: 17px;
    height: 17px;
    top: 9px;
    fill: #7a7a7a;
}

.svg-control {
    position: relative;
}

.svg-control .form-control {
    padding-left: 30px;
}

.svg-control input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.text-bold {
    font-weight: 500;
    color: #333;
}

.svg-control span {
    position: absolute;
    left: 11px;
    top: 6px;
}

.p-icon .fa {
    font-size: 20px;
    margin-left: 20px;
}

select {
    font-family: 'roboto', 'FontAwesome';
}

.center-box {
    max-width: 788px;
    margin: 0 auto;
}

.text-lg {
    font-size: 25px;
    font-weight: 500;
}

a.canvasjs-chart-credit {
    background: #fff !important;
    color: #fff !important;
    left: 0;
    bottom: 0px;
    z-index: 111;
    width: 67px;
    height: 14px;
    cursor: default;
}

.bg-success {
    background: rgb(174 233 209) !important;
    color: rgb(32 34 35) !important;
}

.bg-warning {
    background: rgb(255 215 157) !important;
    color: rgb(32 34 35) !important;
}

.set-thumb svg {
    width: 20px;
    fill: rgb(145, 158, 171);
    height: 20px;
}

.set-thumb {
    transition: .3s;
    width: 40px;
    height: 40px;
    background-color: rgb(244, 246, 248);
    fill: rgb(145, 158, 171);
    text-align: center;
    display: flex;
    min-width: 40px;
    border-radius: 4px;
    justify-content: center;
    margin-right: 15px;
    align-items: center;
}

.set-thumb-box:hover .set-thumb {
    background-color: #dfe3e8;
}

a.set-thumb-box {
    padding: 20px;
    display: block;
    transition: .3s;
}

a.set-thumb-box:hover,
a.set-thumb-box:focus {
    background: rgb(249, 250, 251);
    outline: none;
}

.set-icon {
    margin: 0px;
    color: rgb(0, 111, 187);
    font-size: 14px;
    font-weight: 500;
}

.set-text {
    font-size: 14px;
    color: rgb(109 113 117);
}

.set-text b {
    font-weight: 500;
}

.descriptionList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 13px 0;
    border-bottom: 1px solid #dee2e6 !important;
}

.descriptionList:last-child {
    border-bottom: 0px !important;
}

.term {
    flex: 0 1 25%;
    padding-right: 25px;
    font-weight: 500;
}

.description {
    flex: 1 1 51%;
}

.so-ntf thead th {
    border-top: 0;
}

.so-ntf tbody {
    border-top: 0 !important;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: none;
}

@media (max-width:992px) {
    .main-frame {
        padding-left: 0px;
        padding-top: 50px;
    }

    .top-menu ul.dropdown-menu li a {
        font-size: 13px;
    }

    .navbar-toggler svg {
        width: 20px;
    }

    .navbar-toggler {
        padding: 0;
        margin: 0;
    }

    .navbar-toggler span.navbar-toggler-icon {
        height: 26px;
        width: 26px;
    }

    .prod-name {
        white-space: normal;
    }

    .product-table th {
        white-space: nowrap;
    }

    .navbar-toggler {
        display: block;
    }

    .sidebar {
        background: #f6f6f7;
    }

    button.navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler.collapsed svg.navClose {
        display: none;
    }

    .navbar-toggler svg.hamburger-icon {
        display: none;
    }

    .navbar-toggler.collapsed svg.hamburger-icon {
        display: block;
    }
}

@media (max-width:767px) {

    .product-table thead {
        display: none;
    }

    .product-table thead {
        display: none;
    }

    .product-table tbody tr th:nth-child(1) {
        display: none;
    }

    .product-table tbody tr th {
        display: block;
    }

    .product-table tbody tr th:nth-child(2) {
        position: absolute;
        border-bottom: 0;
        padding-left: 0;
        left: 16px;
    }

    .product-table tbody tr th {
        border: 0;
        padding: 0;
        padding-left: 86px;
    }

    .product-table tbody tr {
        position: relative;
        border-top: 1px solid #f2f2f2;
        padding: 15px;
        display: block;
    }

    .prod-name span {
        margin-right: 0;
        font-weight: 600;
    }

    .main-frame .container-fluid {
        padding: 0px;
    }

    .white-bg {
        border-radius: 0px;
    }

    .action-menu {
        text-align: center;
        border-top: 1px solid #e9e9e9;
        padding: 18px 0 0;
    }

    .title {
        padding: 10px;
        text-align: center;
    }

    .main-frame {
        padding-left: 0px;
        padding-top: 15px;
    }

    .d-flex.filter {
        display: block !important;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 15px;
    }

    .d-flex.filter .flex .btn-group {
        width: 100%;
    }

    .d-flex.filter .flex {
        gap: 2px !important;
    }

    .filter .search {
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .d-flex.filter .flex .btn-group .btn-group {
        border-radius: 4px;
    }

    .main-frame .container-fluid .row {
        padding: 0 !important;
        margin: 0 !important;
    }

    .white-tab ul {
        text-align: center;
    }

    header .search {
        padding-right: 30px;
    }
}
.filter-dropdown{
    background: #fff;
    border: 1px solid rgb(186 191 195);
    border-radius: 4px;
}
.navactive{
    position: relative;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.first-elem, .second-elem, .third-elem, .fourth-elem, .fivth-elem, .cus-saved-btn, .cus-sort-btn {
    display: inline-flex;
    border: 1px solid #dfe3e8;
    margin: 0;
    padding: 0;
    border-right: none;
    background: linear-gradient(180deg, #fff, #f9fafb);
    /* height: 35px; */
    box-shadow: 0 1px 0 0 rgb(22 29 37 / 5%);
    line-height: 1;
}
.navactive li a{
    display: block;
    color: #212121;
}
.navactive li {
    display: block;
    color: #212121;
    /* background-color: #fff; */
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
}
.card-slt .card-slt-box .card-slt-actv {
    padding: 5px 10px;
    background: #dfe3e8;
    border-radius: 3px;
    color: #212b36;
    margin-right: 10px;
    font-size: 15px;
}
.card-slt {
    padding: 30px 1.6rem 20px;
    position: relative;
}
.card-slt .card-slt-box .card-slt-actv button {
    padding-left: 8px;
}
.header-inline .dropdown button:active, .header-inline .dropdown button:hover, .header-inline .dropdown button:focus, .flt-btn:active, .flt-btn:hover, .flt-btn:focus, .header-inline .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .btn-enbl {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
}
.applyBtn {
    color:#fff;
}