/* LTR layout */
html[dir="ltr"] body {
    padding: 30px 30px 30px 300px;
    margin: 0px;
    width: calc(100% + 0px);
    overflow-x: hidden !important;
    overflow-y: auto;
    background: linear-gradient(45deg, #2196F3, #ff5555);
}

/* RTL layout */
html[dir="rtl"] body {
    padding: 30px 300px 30px 30px;
    margin: 0px;
    width: calc(100% + 0px);
    overflow-x: hidden !important;
    overflow-y: auto;
    background: linear-gradient(45deg, #17c8b7, #dfd261);
}

#language {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}

.place-central {
    display: flex;
    height: 100vh;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.navbar-brand>img {
    height: 80px;
    margin: -10px 0px 8px;
    filter: brightness(1.1) saturate(1.25);
}

/* LTR navbar */
html[dir="ltr"] .navbar-fixed-top {
    left: 0;
    right: auto;
}

/* RTL navbar */
html[dir="rtl"] .navbar-fixed-top {
    right: 0;
    left: auto;
}

/* RTL specific navbar adjustments */
html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
}

html[dir="rtl"] .navbar-nav > li {
    float: right;
}

html[dir="rtl"] .navbar-brand {
    float: right;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000b8;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
    background: #ffffff99;
    border-radius: 8px;
    margin: 0px 10px 1px 10px;
}

.language-switcher {
    position: absolute;
    bottom: 25px;
    left: 0px;
    text-align: center;
    width: 100%;
}

.navbar-inverse .navbar-nav>li:first-child>a {
    border-radius: 15px 15px 8px 8px;
}

.navbar-inverse .navbar-nav>li:last-child>a {
    border-radius: 8px 8px 15px 15px;
}

.navbar-inverse a.navbar-brand small {
    left: 25px;
    top: 75px;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background: #5773f7;
    color: #333333;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #5773f7;
    color: #333333;
    border-radius: 8px 8px 0px 0px;
}

.navbar-inverse {
    background: transparent;
}

.panel {
    border: none;
    margin-bottom: 30px;
    /* text-align: center; */
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    border-radius: 25px !important;
}

.panel>img {
    width: 100%;
}

.top {
    text-align: left;
    padding: 15px;
}

.top>span {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: 600;
}

.top>span>img {
    padding: 0px 7px 0px 0px;
}

.top>span:not(:first-child) {
    float: right;
}

.top>span:first-child {
    padding: 0px;
}

.navigator {
    height: 50px;
    position: relative;
    padding: 0px 5px;
}

.navigator>div {
    font-size: 14px;
    display: inline-block;
    width: 24%;
    font-weight: 600;
    margin: 5px 0px;
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
    transition: none;
}

.navigator>div span {
    display: block;
    width: 100%;
}

.navigator>div:not(:last-child):after {
    border-right: 1px solid #aaa;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    margin-left: 22.5%;
    content: "";
    width: 1px;
    height: 25px;
}

.navigator .active {
    color: rgba(61, 184, 219, 0.75);
}

.slice4 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
}

.slice4 h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}

.well-bordered {
    border: 1px solid #DDD;
    margin: 5px 15px 0px;
    padding: 3px 0px 7px 0px;
}

.well-bordered h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 5px;
}

.well-bordered h3 span {
    color: #3ae050;
}

.bottom button {
    border: none;
    background-color: #3db8db;
    width: 211px;
    height: 33px;
    font-family: Poppins;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 10px 20px;
}

.footnote {
    color: #2b2b2b;
    font-size: 12px;
    padding: 10px 5px 0px 5px;
}

.steps {
    margin-top: 20px !important;
}

.steps:after {
    content: "";
    display: block;
    height: 2px;
    width: 80%;
    margin-left: 10%;
    background: #404040;
}

.steps i {
    display: inline-block;
    width: 25%;
    float: left;
    margin-top: -7px;
}

.steps i.fa-check-circle {
    color: #3ae050;
}

.steps i:before {
    background: #fff;
    font-size: 19px;
}

.main img {
    min-width: 100vw;
}

.c1,
.c2,
.c3,
.c4 {
    cursor: pointer;
}

.divider {
    background: #51515180 !important;!i;!;
    position: relative;
    margin: -1px !important;
    border: none;
}

.align_left {
    text-align: left;
    padding: 0px 10px 15px 10px;
}

u {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1px 3px;
    margin: 2px 0px 4px 0px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    display: block;
}

u:empty {
    padding: 0px 5px;
}

u:focus {
    outline: none;
    background: rgba(61, 184, 219, 0.08);
    box-shadow: 0px 0px 0px 1px rgb(61, 184, 219), 0px 0px 0px 4px rgba(61, 184, 219, 0.3);
}

.img_slider {
    position: relative;
    overflow: hidden;
    clear: both;
    border-radius: 15px;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
}

.slide_right,
.slide_left {
    border: none;
    background: rgba(0, 0, 0, 0.4);
    width: 25px;
    height: 60px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    top: calc(50% - 30px);
    z-index: 999;
}

.slide_right:hover,
.slide_left:hover {
    background: rgba(0, 0, 0, 0.6);
}

.slide_right {
    border-radius: 5px 0px 0px 5px;
    right: 0px;
}

.slide_left {
    left: 0px;
}

.img_slider .delete_img {
    position: absolute;
    right: 8px;
    top: 8px;
    background: rgba(255, 0, 0, 0.7);
    border: none;
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
}

.img_slider img {
    max-width: 100%;
    width: 100%;
}

.img_slider>div {
    display: inline-block;
    white-space: nowrap;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23dfdfdf' fill-opacity='0.57'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

.img_slider>div>div {
    white-space: nowrap;
    position: relative;
    display: none;
}

.img_slider>div>div.current {
    display: block;
    min-height: 250px;
}

.add_image {
    text-align: center;
}

i.fa.fa-cloud-upload {
    margin: 4px 0px;
}

.img_slider input[type=file] {
    display: none;
}

.add_image label {
    cursor: pointer;
    height: 100%;
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    width: 100%;
}

.add_image {
    height: 250px;
}

.add_image label,
.add_image label * {
    transition: none;
}

.add_image label:hover {
    color: #777;
}

span.fa-stack.fa-lg {
    font-size: 12px;
    vertical-align: -6px;
    text-align: center;
    display: inline-block;
    margin: 0px 2px;
}

a.btn.btn-default.btn-warning.op {
    width: 100%;
    padding: 12px;
    background: linear-gradient(180deg, #F44336, #c41d10);
    font-weight: 600;
    border: none;
}

a.btn.btn-default.btn-warning.op:hover {
    background: #c82013;
}

.btn {
    border-radius: 50px;
}

#topbar {
    font-size: 18px;
    font-weight: bold;
    background: #d0c5c4;
    color: #F44336;
    margin: -41px 0px 20px 0px;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

h3.login-header {
    font-weight: bolder;
    color: #888;
}

body {
    min-height: 100vh;
    min-width: 100vw;
    background-size: cover;
    font-size: 13px;
}

.well {
    background-color: lch(100 0 0 / 0.75) !important;
    backdrop-filter: blur(5px) !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

a {
    color: #a60000;
}


.table tr th {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.table {
    max-height: calc(100vh - 100px);
    overflow: auto;
    background: #fff;
}

.align_left>div>div>b {
    font-size: 14px;
    margin: 10px 0px 3px 0px;
    display: block;
    color: #b7b7b7;
}

.img_slider>div>div:first-child .slide_left {
    display: none;
}

.tab {
    background: rgba(0, 0, 0, 0.02);
}

.navigator .active span {
    position: relative;
}

.navigator .active span:after {
    content: "";
    border: 8px solid transparent;
    height: 0px;
    width: 0px;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -16px;
}

::-webkit-scrollbar {
    width: 8px;
    background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    background: rgb(255 0 0);
    border-radius: 50px;
}

ul.nav.navbar-nav.navbar-right::-webkit-scrollbar { 
    width: 0px !important
}

.admin {
    height: 45px;
    /* background: #f0f0f0; */
    text-align: left;
    border-radius: 3px 3px 0px 0px;
    overflow: hidden;
    /* box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.1); */
    padding: 16px 0px;
}

.admin .btn {
    border-radius: 0px;
    height: 30px;
    margin: -2px 15px 0px -8px;
    width: 80px;
    filter: hue-rotate(10deg);
    border-radius: 25px;
}

.admin label {
    padding: 0px 15px;
}

u.unsaved {
    background: rgba(255, 0, 0, 0.2);
    color: #c10000;
}

i span {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
}

.steps i {
    position: relative;
}

.topdetails {
    text-align: left;
    padding: 0px 10px 5px 10px;
}

.topdetails>div {
    padding: 3px;
}

[data-id="title"],
[data-id="description"] {
    line-height: 1.6;
    width: 100%;
    display: block;
    margin: 2px 0px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
}

#sortable li {
    margin: 0 3px 10px 3px;
    padding-left: 1.5em;
    border: 1px solid #bbafaf;
    display: block;
    padding: 5px;
    cursor: pointer;
    background: #dcdcdc;
    border-radius: 30px;
}

ul#sortable a {
    padding: 6px;
    width: 30px;
    height: 30px;
}

input.rank_title {
    display: inline-block !important;
    width: calc(100% - 150px) !important;
    margin: 0px 0px 0px 10px;
    padding: 0px 5px;
    background: #cacaca;
    border: 1px solid #aaa;
    font-size: 14px;
}

.handle {
    padding: 50px;
}

.new_pic>canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

nav.navbar.navbar-inverse {
    border-radius: 0px;
}


#result a {
    display: block;
    background: #fff;
    color: #555;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
}

#result a:hover {
    background: #f1f1f1;
}

#result a.active {
    background: #646d7d;
    color: #d2d2d2;
}


#result {
    height: calc(100% - 75px);
    background: #d3cfcf;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    border-radius: 0px 0px 7px 7px;
}

#result>div {
    border: 1px solid rgb(204, 204, 204);
    border-left: none;
    border-right: none;
    margin: -1px -1px;
    padding: 5px 5px;
    cursor: pointer;
    background: #f7f7f7;
}

#result>div:hover {
    background: #f0f0f0;
}

#result>div.selected {
    background: #f7ff82 !important;
}

.fill {
    height: calc(100vh - 135px);
    overflow: auto;
    overflow-x: hidden;
}

#result>div .edit {
    opacity: 0.1;
}

#result>div:hover .edit {
    opacity: 1;
}

.well {
    text-align: justify;
    border: none !important;
    /* border-top: 5px solid rgba(255, 255, 255, 0.3) !important; */
    /* border-bottom: 5px solid rgba(255, 255, 255, 0.3) !important; */
    padding: 20px 30px;
}

.well {
    border-radius: 20px !important;
}

.well.well-sm.half_fill.well_table {
    border-radius: 0px !important;
}

.well .well {
    background-color: rgb(0 0 0 / 20%) !important;
    border: none !important;
    box-shadow: none;
    margin: 0px;
    padding: 3px 15px;
}

.well.well-sm.text-center {
    padding: 3px 15px !important;
    text-align: center;
    margin: 0px;
    border-radius: 36px !important;
}

.header {
    background: #e2e1e1;
    margin: -10px -8px 10px -8px;
    padding: 4px 10px 7px;
    font-size: 14px;
}

.header h3 {
    margin: 3px 0px 5px 3px;
    min-height: 20px;
}

a.pull-right.btn.btn-sm.btn-primary {
    margin: 0px 0px 0px 0px;
    background: #5773f7;
    border: 1px solid rgb(255 255 255 / 25%););
    color: #000;
    border-radius: 25px;
}

button#show_products {
    background: #f12f2f;
    border: 1px solid #b04d4d;
    color: #fff;
    padding: 1px 15px;
    vertical-align: 1px;
}

.card.card-sales-overview {
    background: #e0e0e0;
}

.well.well-sm.stat {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

.well.well-theme {
    background: #fff url('../images/well4.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.well.well-theme.well-green {
    filter: hue-rotate(334deg);
}

.well.well-sm.stat h2 {
    line-height: 1;
    margin: 0px;
    font-size: 27px;
    font-weight: bold;
}

.pages {
    margin: 50px 0px;
    text-align: center;
}

.pages>a {
    background: linear-gradient(#fff, #f3f3f3);
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    color: #f00;
    display: inline-block;
}

.pages>a.active {
    background: linear-gradient(#d2c5c5, #f3f3f3);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
    color: #806c6c;
}

.btn-primary {
    color: #fff;
    background-color: #03A9F4;
    border-color: #0e73c354;
    height: auto;
}

.btn-sm {
    padding: 5px 10px;
}

a.gray {
    color: rgba(0, 0, 0, 0.46);
}

table.table.simple.pos th {
    background: #f7ff82 !important;
    color: #000000;
    padding: 10px;
    font-size: 12px;
}

table.table.simple.pos {
    border: none !Important;
}

table.table.simple.pos th,
table.table.simple.pos td {
    border: none;
    border: 1px solid rgb(0 0 0 / 9%) !important;
}

table.table.simple.pos input {
    padding: 5px !important;
    width: 100%;
    border: 1px dotted #aaa;
}


table.table.simple.pos {
    background: #fff;
    margin: 10px 0px 10px 0px;
}

table.table.simple.pos input {
    padding: 5px !important;
    width: 100%;
}

table.table.simple.pos td:first-child,
table.table.simple.pos th:first-child {
    text-align: left !important;
    padding-left: 5px;
}

table.table.simple.pos td {
    padding: 7px;
}

table.table.simple.pos td:nth-child(3),
table.table.simple.pos th:nth-child(3) {
    text-align: right !important;
}

table.table.simple.pos td:nth-child(4),
table.table.simple.pos th:nth-child(4) {
    text-align: right !important;
}


table.table.simple.pos tr:hover,
table.table.simple.pos tr.selected {
    background: #fff !Important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px 3px;
    line-height: 1.42857143;
    text-align: center !important;
    position: relative !important;
}

table.table th.mate {
    background: rgb(94 66 177 / 54%) !important;
    color: #090909 !important;
    font-size: 13px;
}

.btn-cancel {
    display: block;
    background: #cc0000;
    color: #fff !Important;
    border-radius: 3px;
    padding: 0px 0px 3px 0px;
    cursor: pointer;
}

.chosen-container-single {
    text-align: left;
}

.chosen-container-single .chosen-single {
    border-radius: 20px !important;
    padding: 4px 10px !important;
    height: 34px !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.chosen-container-single.chosen-with-drop .chosen-single {
    border-radius: 5px 5px 0px 0px !important;
}

.chosen-container-single .chosen-single div b {
    background-position: 0px 5px !important;
}

.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -18px 5px !important;
}

#result {
    height: calc(100% - 95px);
    background: #d3cfcf;
    overflow: auto;
    margin: 8px 0px 0px;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    border-radius: 11px !important;
}

input,
textarea,
select:not(.btn) {
    padding: 5px 7px !important;
    border-radius: 15px !important;
    border-width: 1px !important;
    border: 1px solid #ccc !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #0e6f7b, inset 0px 0px 0px 1px #0e6f7b, 0px 0px 0px 3px rgba(102, 175, 233, 0.6);
}

#result>div {
    border: 1px solid rgb(204, 204, 204);
    border-left: none;
    border-right: none;
    margin: -1px -1px;
    padding: 5px 5px;
    cursor: pointer;
    background: #f7f7f7;
}

#result>div:hover {
    background: #f0f0f0;
}

#result>.selected {
    background: #f7ff82;
}

.fill {
    height: calc(100vh - 60px);
    overflow: auto;
    overflow-x: hidden;
    padding: 10px 10px 0px 10px;
    margin: 0px;
    background: #dcdcdc !important;!i;!;!I;!;
}

#result>div .edit {
    opacity: 0.1;
}

#result>div:hover .edit {
    opacity: 1;
}

.current_date.np {
    position: fixed;
    z-index: 1;
    right: 10px;
    bottom: 5px;
    background: #ffffff;
    color: #525d6f;
    font-size: 11px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.current_date.np input {
    border: 0px;
}

.current_date.np .btn {
    font-weight: bold;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    margin: -10px 0px -7px -3px;
}

.well_header {
    font-weight: bold;
    margin: -9px -9px 9px -9px;
    padding: 5px 5px;
    background: rgba(0, 0, 0, 0.11);
    color: #5a5a5a;
}

.well.well-sm.half_fill {
    height: calc(100vh - 270px);
    position: relative;
    border-radius: 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.well_body {
    margin: -9px -9px 0px -6px;
    padding: 2px 9px 5px 5px;
    overflow: auto;
    /* overflow-x: hidden; */
}

.nudge_left .well_body {
    height: calc(100vh - 320px);
}

.well_footer {
    font-weight: bold;
    padding: 5px 5px;
    background: rgb(117, 156, 167);
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.well_footer .btn,
.well_footer select {
    height: 30px;
    padding: 5px 5px !important;
    margin: 0px -2px;
    border-radius: 0px !important;
    border: 1px solid #b2acac;
}

.tr {
    margin: -1px -9px 0px -9px;
    padding: 5px;
    /* border-top: 1px solid #aaa; */
    /* border-bottom: 1px solid #aaa; */
    clear: both;
}

.header {
    background: transparent;
    margin: -15px -30px 10px -30px;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    color: #000000de;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.header h3 {
    margin: 3px 0px 0px 3px;
    font-size: 18px;
    line-height: 25px;
}

ul.nav.nav-tabs {
    border: none;
    padding: 0px;
    border-radius: 0px !important;
    overflow: hidden !important;
    display: flex !important;
}

.nav-tabs li {
    flex-grow: 1;
    margin: 0px;
}

.nav-tabs li a {
    text-align: center;
    border-radius: 0px !important;
    border: none;
    background: #ffffff47;
    color: #404856;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}

.nav-tabs li.active a {
    background: #826bdc !important;
    color: #f3f3f3 !important;
}

.tab_control {
    border-radius: 15px !important;
    overflow: hidden !important;
    !i;!;
}

.nudge_left {
    margin: 0px 0px 0px 0px;
}

.nudge_top {
    margin: -10px 0px 0px 0px;
}

.well-form {
    padding: 20px 20px 20px 0px;
    border-radius: 0px !important;
}

.well_table {
    padding: 0px;
    margin: 0px;
    border-radius: 0px !important;
}

.well_table .well_body {
    margin: 0px;
    border-radius: 0px !important;
}

.nudge_left .well_table .well_body {
    height: calc(100vh - 252px);
    padding: 0px 0px 75px 0px;
}

.well_table table.table td {
    padding: 2px 4px;
    font-size: 14px;
}

.well_table table.table th,
td {
    text-align: center !important;
}

th:not(:first-child),
td:not(:first-child) {
    text-align: center !important;
}

.input-group {
    overflow: hidden;
    border-radius: 25px;
    background: #d9e569;
}

span.input-group-addon {
    border: none;
    background: transparent;
    padding: 0px 7px 0px 15px;
}

.input-group input {
    height: auto !important;
    border: 1px solid #fff;
    box-shadow: none;
    text-align: center;
    padding: 1px 1px 1px 3px !important;
    border-radius: 5px 0px 0px 5px !important;
}

.gray td {
    background: rgba(0, 0, 0, 0.1);
}

#result a {
    display: block;
    background: #fff;
    color: #555;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
}

#result a:hover {
    background: #f1f1f1;
}

#result a.active {
    background: #5773f7;
    color: #000000;
}

.table-well input {
    border: 1px solid #b5a1a1 !important;
    text-align: right;
    width: calc(50% - 1px);
    margin: 0px;
    background: #f7f7f7 !important;
    border-radius: 0px !important;
    line-height: 1;
}

table,
th,
td {
    border: 1px solid #ccc2c2 !important;
    background: #f3f1f1;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle !important;
}

.well_body table {
    margin: 0px 0px 3px 0px !important;
}

th {
    background-color: #c0b8e0 !important;
    color: rgba(0, 0, 0, 0.75);
}

.table-well {
    width: 100%;
    white-space: nowrap;
    background: #e8e8e8;
    margin: 1px;
    padding: 2px 3px;
    overflow: hidden;
    height: 35px;
    line-height: 2.1;
}

td.td_form {
    padding: 0px 2px 0px 0px !important;
}

.dropdown_control {
    position: relative;
    padding: 0px 5px 7px 5px;
    margin: -3px -12px 0px -3px;
    cursor: pointer;
    font-size: 14px;
    z-index: 1;
}

.dropdown_options {
    color: #000;
    position: absolute;
    background: #FBFBFB;
    right: -2px;
    top: 100%;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    border-radius: 6px 0px 6px 6px;
    overflow: hidden;
}

.dropdown_options>div {
    padding: 7px 8px 9px 10px;
    border-top: 1px solid #eaeaea;
    margin-top: -1px;
    white-space: nowrap;
}

.dropdown_selected:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    padding: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.dropdown_option:hover {
    background: rgba(0, 0, 0, 0.05);
}

.dropdown_selected.dropdown_opened+.dropdown_options {
    display: block;
}

.dropdown_options {
    display: none;
}

.dropdown_manual input {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px !important;
    background: transparent !important;
    outline: none;
}

.stat_small {
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    margin: 2px 10px 3px 10px;
    color: #795548;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.stat_smaller {
    font-size: 14px;
    margin: 2px 0px 10px 10px;
    color: rgba(0, 0, 0, 0.75);
}

.stat_large {
    font-size: 24px;
    margin: 0px 10px 0px 10px;
    color: rgba(0, 0, 0, 0.75);
}

.well-tile h2 {
    font-size: 23px;
}

h4 .btn.pull-right {
    margin: -5px 0px 0px 0px;
}

input[name="from_date"],
input[name="to_date"] {
    width: 152px;
    padding: 5px !important;
    border: none !important;
    border-bottom: 1px solid #aaa !important;
}

.container.mw {
    margin: 90px auto;
}




.search-customer {
    display: flex;
    margin-left: 10px;
    padding: 0px 10px;
}

.well1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.inv {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}


@media print {

    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        width: 100% !important;
        display: block !important;
        float: none !important;
    }

    .well {
        background: transparent !important;
    }

    body,
    td,
    th,
    table td,
    table th,
    .table td,
    .table th {
        font-size: 18px;
        background: rgba(255, 255, 255, 0.75) !important;
    }

    td,
    th {
        padding: 3px 9px !important;
    }

    a[href]:after {
        content: none !important;
    }

    table {
        margin: 10px 0px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 18px;
        text-align: center;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6,
    .print_info {
        font-size: 10px;
    }

    div {
        vertical-align: top;
    }

    .dataTables_paginate {
        display: none;
    }

    .dataTables_info {
        display: none;
    }

    label {
        display: none;
    }

    .np {
        display: none;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    .footer {
        display: none;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 30px;
        color: #999;
        font-size: 12px;
        left: 80px;
        text-align: center;
    }

    .sign {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 30px;
        left: 80px;
    }

    .print_align_center {
        text-align: center !important;
    }

    .print_only {
        display: block;
    }

    .noprint {
        display: none;
    }

    .btn {
        display: none;
    }

    .dataTable {
        border: 1px solid #aaa !important;
    }

    input,
    select,
    textarea {
        border: none !important;
        box-shadow: none !important;
        margin: 0px !important;
    }

    .container.mw {
        display: inline-block;
        background-size: 100% 100% !important;
        width: 100vw !important;
        box-sizing: border-box;
        margin: 0mm auto;
        overflow: hidden;
    }

    thead {
        display: table-row-group
    }

}

.mini-statement {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
}

.mini-statement b {
    color: #333;
}

.well.card-small {
    text-align: center;
    padding: 5px;
}

.well.card-small h3,
.well.card-small h4,
.well.card-small h5 {
    margin: 7px;
}

.avgprice {
    background: rgb(165, 232, 235);
    padding: 10px;
    margin: 10px -5px -5px -5px;
    color: rgba(0, 0, 0, 0.7);
}

.avgprice>div.divider {
    margin: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.avgprice>div {
    font-size: 16px;
}

.drop-search input {
    width: calc(100% + 2px);
    border-radius: 5px !important;
    margin: -1px;
}

.drop-search input {
    margin: -1px -1px 1px -1px;
    border-radius: 5px 5px 0px 0px !important;
    border: none !important;
}

.drop-search {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.drop-search .items>div {
    padding: 3px 10px 3px 10px;
    cursor: pointer;
}

.drop-search .items>div:hover {
    background: #f0f0f0;
}

.items {
    display: none;
    position: absolute;
    width: calc(100% + 2px);
    z-index: 99;
    max-height: 50vh;
    overflow: auto;
    overflow-x: hidden;
    margin: -2px 0px 0px -1px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 5px 5px;
}

.drop-search.dropped {
    overflow: visible;
}

.drop-search input {
    display: none;
}

.drop-search.dropped input {
    display: block;
}

.drop-search .selected-option {
    display: block;
    height: 30px;
    padding: 5px 8px;
    cursor: pointer;
}

.drop-search.dropped .selected-option {
    display: none;
}

.drop-search.dropped .items {
    display: block;
}

.drop-search i {
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 11px;
    color: #b8b0b0;
}

.description-td {
    padding: 0px 4px 0px 4px;
    margin: 0px 0px 0px 1px;
    border-left: 2px solid rgba(0, 0, 0, 0.22);
    border-radius: 1px;
    text-align: left;
}

.info-top {
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #aaa;
}

tr:nth-child(2n) td {
    background: rgb(232, 230, 242) !important;
}

.inwords {
    margin: 5px 0px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

span.date {
    color: rgba(0, 0, 0, 0.6);
}

.khat-name i {
    font-size: 10px;
    color: #aac;
}

.containerx {
    margin: 0 auto;
    max-width: 1280px;
}

.well.well-sm.fill h4 {
    margin: 8px 0px 5px 2px;
    padding: 0px 0px 7px 0px;
}

.header button.btn.btn-sm.btn-danger.delete {
    margin: 2px 0px 0px 0px;
}

div#add-new-select input {
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 3px !important;
    font-size: 12px;
}

.req_status.APPROVED {
    background: #54ce66;
    color: #fff;
    font-weight: bold;
}

.req_status.REJECTED {
    border-radius: 3px;
    background: #d92b2b;
    color: #fff;
    font-weight: bold;
}

.print_only {
    display: none;
}

.navbar-nav>li>a>i:first-child {
    padding: 0px 10px 0px 0px;
    font-size: 16px;
    vertical-align: -1px;
}

.navbar-nav>li>a>i.fa-chevron-down {
    padding: 5px 5px 0px 0px;
    font-size: 11px;
    color: rgb(0 0 0 / 20%);
    float: right;
}

.row {
    margin: 0px -10px;
}

.row>div {
    padding: 0px 10px;
}

svg.barcode-svg {
    width: 100%;
}

@media print {
    body {
        font-size: 15px;
    }

    .print_only {
        display: block;
    }

    table td,
    table th,
    table.table.simple.pos th,
    table.table.simple.pos td {
        background: transparent !important;
        border-color: #000 !important;
        font-size: 14px !important;
    }
}

.avgprice .divider:after {
    content: none;
}

span.currency {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5)
}

@media (max-width: 767px) {
    .fill {
        height: calc(80vh - 110px);
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.6;
        padding: 12px;
        color: #fff !important;
    }

    div#vendor_mod {
        height: auto;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: calc(100vh - 10px);
}

.flex-login img {
    margin: 0px 10px 0px 0px;
    max-width: 60vw;
}

h3.login-header {
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-size: 21px;
    font-weight: bold;
}

.flex-login {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    flex-direction: column;
}

.flex-login>.well {
    width: 400px;
    height: auto !important;
    max-width: 90vw;
    min-width: 300px;
    background: #d9d9d9cf !important;!i;!;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
    width: 280px;
    height: 100vh;
    left: 0px;
    background: rgb(255 255 255 / 30%);
}

.navbar-nav>li {
    display: block;
    width: 100%;
}

ul.nav.navbar-nav.navbar-right {
    float: none;
    overflow: auto;
    height: calc(100vh - 180px);
    width: 100%;
    margin: 0px 0px 15px 0px !important;
    padding: 0px 0px 0px 0px;
}

.navbar-nav>li.dropdown.open>.dropdown-menu {
    width: calc(100% - 20px) !important;
    position: static !important;
    display: block;
    border-radius: 0px 0px 10px 10px !important;
    margin: -30px 0px 2px 10px;
    padding: 30px 0px 0px 0px;
    border: none;
    box-shadow: none;
    overflow: hidden;
    background: transparent;
}

.navbar-nav>li.dropdown.open>.dropdown-menu li {
    width: 100%;
}

.navbar-nav>li.dropdown.open>.dropdown-menu li a {
    color: #0d0d0d;
    padding: 8px 20px 8px 20px;
    background: #ffffffcc !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 0px;
}

.navbar-nav>li.dropdown.open>.dropdown-menu li a:hover {
    background: rgb(255 255 255 / 28%);
}

.btn[type="submit"] {
    background: linear-gradient(
35deg, #3129f2, #a900ff);
    color: #ffffff;
    font-weight: bold;
    border: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover
{
    background: #cfd667;
    color: #000;    
}

a.navbar-brand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    color: #000000 !important;
    padding: 10px 0px 20px 0px;
    margin: -10px 0px 0px 0px;
    position: relative;
    font-weight: bold;
    text-align: left;
}

.navbar-inverse .navbar-brand {
    margin: 5px 0px -15px 25px !important;
    opacity: 0.75;
    font-weight: bold;
    line-height: 1;
}

.page-header h1 {
    font-size: 26px !important;
    margin: 0px;
}

.page-header {
    margin: 0px 0px 20px 0px;
}

.page-header h5 {
    font-weight: normal;
    font-size: 16px;
    margin: 7px 0px;
}

.profile-art {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #7968ff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.profile-art .head,
.profile-art .body {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d8d4ff;
    left: 14px;
    top: 8px;
    position: absolute;
    z-index: 1;
}

.profile-art .body {
    width: 40px;
    height: 40px;
    left: 5px;
    top: 25px;
    background: #523eed;
    z-index: 0;
}

a.dropdown-item {
    color: #333;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.dropdown-menu {
    right: -70px;
    left: unset;
    /* top: 55px; */
}

a.dropdown-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

.card {
    border-radius: 20px;
    border: none;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.stat-card {
    padding: 15px 20px;
    border-radius: 25px;
    background: #ffffffd1;
}

.revenue-card {
    background-color: #FFF7E6;
}

.orders-card {
    background-color: #F0E6FF;
}

.customers-card {
    background-color: #E6FAFF;
}

.icon-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.revenue-icon {
    background-color: #FFE7B3;
    color: #FFC107;
}

.orders-icon {
    background-color: #E6D6FF;
    color: #9966FF;
}

.customers-icon {
    background-color: #B3F0FF;
    color: #00CDF0;
}

.stat-value {
    font-size: 23px;
    font-weight: 700;
    color: #0000009c;
    margin-bottom: 2px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin: -5px 0px 10px 0px;
}

.trend {
    font-size: 16px;
    color: #888;
    margin: 10px 0px 5px;
}

.trend-up {
    color: #22C55E;
}

.trend-value {
    font-weight: 600;
    margin-right: 5px;
}

.sales-metrics {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.metric-column {
    text-align: left;
}

.metric-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.metric-value {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.sales-trend {
    margin-top: 10px;
}

.d-flex {
    display: flex;
}

span.taka {
    font-weight: bold;
    font-size: 21px;
}

.card.stat-card.sales-card {
    background: #fff;
}






.chart-container {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin: 0px auto 20px 0px;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.chart-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.legend-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #666;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.legend-dot.orders {
    background-color: #FFC857;
}

.legend-dot.profit {
    background-color: #AC7FF4;
}

.year-selector {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 6px 15px;
    font-size: 16px;
    color: #666;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tooltip-label {
    background-color: #F7FF82;
    color: #333;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 16px;
    position: absolute;
    z-index: 10;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: #5773f7;
    color: #000;
}

.card.card-sales-overview .card-header {
    padding: 30px 20px 20px 20px;
}

.form-control:not(textarea) {
    border-radius: 24px !important;
    padding: 10px 10px 10px 15px !important;
    height: 38px!important;
    margin: -9px 0px 0px 0px;
}  

input[type=search] {
    margin: 0px 0px 0px 0px;
    border-radius: 25px !important;
}

#brand-logo {
    width: 20px;
    display: inline-block;
    margin: -3px 0px 0px 0px;
}

a.navbar-brand small {      
    position: absolute;
    top: 58px;
    left: 75px;
    font-size: 11px;
}

.well.well-sm.header-well {
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px;
}

.well.well-sm.header-well h3 {
    margin: 2px 0px 0px 10px;
    font-size: 23px;
    line-height: 27px;
}

.dt-buttons.btn-group.flex-wrap {
    margin: 0px 0px -60px 0px;
}

.panel-heading {
    border-radius: 25px 25px 0px 0px;
}

.alert {
    border-radius: 25px;
}

#mobile-menu {
    display: none;
    z-index: 9999 !important;
}

@media (max-width: 400px) {
    
    #mobile-menu {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100vw;
        height: 50px;
        background: rgb(0 0 0 / 80%);
        backdrop-filter: blur(5px);
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    html.show-menu {
        padding: 20px 0px 0px 0px;
        width: 100vw !important;
        height: 100vh !important;
        overflow: hidden;
    }

    body {
        padding: 10px 0px !important;
    }

    .navbar {
        display: none;
    }

    .show-menu .navbar {
        display: block;
    }
    
    .show-menu nav.navbar.navbar-inverse.navbar-fixed-top {
        background: rgb(0 0 0 / 25%) !important;
        backdrop-filter: blur(10px);
        width: 100vw;
    }
    
    .show-menu .navbar-inverse .navbar-brand {
        width: 220px;
        margin: 0px 0px -20px calc(50vw - 110px) !important;
    }
    
    .show-menu .navbar-inverse .navbar-nav>li>a {
        margin: 0px;
        border-radius: 0px;
        border-bottom: 1px solid rgba(0,0,0,0.25);
        padding: 14px;
    }
    
    .show-menu .navbar-nav>li {
        padding: 0px;
        margin: 0px;
        width: calc(100vw - 20px);
    }
    
    .show-menu ul.nav.navbar-nav.navbar-right {
        border-radius: 10px;
        margin: 20px 10px 0px 10px !important;
        width: calc(100vw - 20px);
        height: calc(100vh - 266px);
        padding: 0px !important;
    }

    .show-menu .navbar-nav>li.dropdown.open>.dropdown-menu {
        margin: 0px;
        width: 100% !important;
        border-radius: 0px !important;
        padding: 0px;
    }
    
    .show-menu .navbar-nav>li.dropdown.open>.dropdown-menu li a {
        color: #000 !important;
        border-bottom: 1px solid #999;
    }
    
    .show-menu .divider {
        display: none;
    }
}