:root {
  --primary-color: #0a1735;
  --secondary-color: #01a54f;
  --blue-color:#01458e;
  --white-color:#ffffff;
  --gray-color: #cdcbcb;
  --light:#fafafa;
  --lm-gray:#f0f0f0;
  --font-family: "Open Sans", sans-serif;
  --font-size-base: 15px;
  --top-4: 4px;
  --top-10: 10px;
  --right-10: 10px;
  --width-30: 30px;
  --height-30: 30px;
  --rounded-radius:100%;
  --fs-11:11px;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --light-gray: #e0e0e0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  color: var(--primary-color);
  font-size: 0.9rem;
  overflow-x: hidden;
}

body.user-app {
  padding-top: 70px;
  background-color: #e5efff;
}
body.login-body .side-page > .container{
  max-width: 100%;
  padding: 0;
}

ul{margin: 0; padding: 0;}
ul li{list-style: none;}
a{
  text-decoration: none;
}
a, .btn, button{
  transition: all 0.4s ease;
}
.bg-dark {
  background-color: var(--primary-color) !important;
}

.top-4 {
  top: var(--top-4);
}
.fs-6 {
  font-size: 0.9rem!important;
}
.fs-11{
  font-size: var(--fs-11);
}
.fs-12{
  font-size: var(--fs-12);
}
.fs-13{
  font-size: var(--fs-13);
}
.fs-14{
  font-size: var(--fs-14);
}
.fs-15{
  font-size: var(--fs-15);
}

.width-30 {
  width: var(--width-30);
}

.height-30 {
  height: var(--height-30);
}

.bg-success {
  background-color: var(--secondary-color) !important;
}
.bg-vlight{
  background-color: var(--light);
}
.bg-lmgray{
  background-color: var(--lm-gray);
}
.bg-light-blue{
  background-color: #7aa9e8;
}

.rounded-100 {
  border-radius: var(--rounded-radius);
}

.right-10 {
  right: var(--right-10);
}
.text-gray {
  color: var(--gray-color);
}
.text-dark{
  color: var(--primary-color)!important;
}
.text-blue{
  color: var(--blue-color)!important;
}
.login_wrapper {
  right: 0;
  margin: 0 auto;
  max-width: 350px;
  position: relative;
}
.login_content {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}
.login_content form {
  margin: 0;
  position: relative;
}
.login_content h1 {
  line-height: 20px;
  margin: 10px 0 30px;
  position: relative;
}
input[type=text], input[type=number], input[type=email], input[type=password] {
  border-radius: 3px;
  -ms-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
  -o-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
  box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
  border: 1px solid var(--gray-color);
  color: var(--primary-color);
  width: 100%;
  font-size: 14px;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, .form-control:focus, .form-select:focus {
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #A97AAD inset;
  background-color: #fff;
  border: 1px solid #01a54f;
  outline: 0;
}
.form-group {
  position: relative;
  width: 100%;
}
.form-group.icon-group .bx {
  position: absolute;
  top: 7px;
  left: 8px;
}
.form-group.icon-group .form-control{
  padding: .375rem .75rem .375rem 2rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input.box_top {
  width: 50px;
  height: 44px;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  outline: none;
  box-shadow: 0px 0px 0px 1px #dbdbdb;
}
.error {
  font-size: 12px;
  color: #ff0000;
  display: block;
  width: 100%;
}
img{
  max-width: 100%;
  height: auto;
}
.logo img {
  max-width: 80px;
}
.siderbarHeader {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  width: 250px;
}
.sidebar-nav .navbar-nav li a{padding:.9rem; width: 100%; background-color: #fff; color: #0a1735; font-size: 15px; border-radius: 10px;}
.sidebar-nav .navbar-nav li.active a{background-color: #e5efff; color: #0065ff; font-weight: 500;}
.sidebar-nav .navbar-nav li a i{width: 26px;}
.hdr-r .navbar-nav .dropdown-toggle {
  position: relative;
  color: #01458e;
  font-weight: 400;
  border: solid 1px #dfe1e6;
  border-radius:6px;
  padding: 8px 15px;
}
.headernav{position: fixed; left: 0; top:0; right: 0; z-index: 999; width: 100%;}
.mobile-nav-toggle {
  position: fixed;
  right: 8px;
  top: 18px;
  width: 35px;
  height: 27px;
  background:none;
  color: #05853d;
  z-index: 9999999;
  border: none;
  font-size: 38px;
  border: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body.mobile-nav-active .mobile-nav-toggle{
  left: auto;
  right: 15px;
  top: 20px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999999;
  overflow-y: auto;
  left: -150px;
  width: 150px;
  background: #fff;
  transition: 0.4s;
  padding-top: 4rem;
}
body.mobile-nav-active .mobile-nav {
  width: 100%;
  left: 0;
}
.mobile-nav h3{
  display: none;
}
.mobile-nav .list{
  padding: 0 1rem;
}
.mobile-nav .list li {
  border-bottom: solid 1px #f8f9f0;
}
.mobile-nav .list li:last-child {
  border-bottom: none;
}
.mobile-nav .list li a{
  width: 100%;
  padding: 1rem;
  display: block;
  color: #0a1735;
}

.mobile-nav .logo{
  text-align: center;
}
.border-dark{border-color: #0A1835!important;}
.card .widget{
  width: calc(100% - 60px);
  padding-left: 10px;
}
.widget-icon-large {
  width: 54px;
  height: 54px;
  background-color: #fafafa;
  border-radius: 10px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-gradient-purple {
  background-image: linear-gradient(310deg,#7928ca,#ff0080);
}
.bg-gradient-success {
  background-image: linear-gradient( 310deg,#17ad37,#98ec2d);
}
.fw-semi{
  font-weight: 500;
}
.fw-medium{
  font-weight: 600!important;
}
.bg-gradient-danger {
  background: linear-gradient(to right, rgb(238, 9, 121), rgb(255, 106, 0));
}
.bg-gradient-info {
  background-image: linear-gradient(to top, rgb(0, 198, 251) 0%, rgb(0, 91, 234) 100%);
}
.form-control{font-size: 14px;}
.form-select{
  cursor: pointer;
  border-radius: 3px;
  -ms-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
  -o-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
  box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
  border: 1px solid #c8c8c8;
  color: #0a1735;
  width: 100%;
  font-size: 14px;
}
#site-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  z-index: 999999999;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.user-app .side-page .user-page{
  width: calc(100% - 460px);
  padding: 0 1.5rem;
}
body.user-app .user-container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: start;
}
.right-sidebar{
  width: 210px;
}
.right-sidebar {
  padding-left: 2rem;
  border-left: 1px solid #b5d5fe;
}
.right-sidebar h3 {
  color: #0a1735;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.right-sidebar .list{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.right-sidebar .list li {
  list-style: none;
  width: 100%;
}
.right-sidebar .list li a{
  color: #0a1735;
  display: block;
  padding: .5rem 0;
  font-weight: 500;
}
.welcome-header a{
  border-bottom: dashed 2px #0a1735;
}
.dashboard-header .card-body{
  position: relative;
}
.dashboard-header .card-body::after{
  position: absolute;
  content: "\eb44";
  font-family: boxicons !important;
  font-size: 30px;
  right: 20px;
  top: 20px;
  color: #0065ff;
}
.form_title{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.form_title .icon{
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5efff;
  border-radius: 6px;
  font-size: 23px;
  color: #0065ff;
}
.form_title h3{
  width: calc(100% - 44px);
  padding-left: 1rem;
}
.ui-datepicker {
  z-index: 99999 !important;
}

.ui-datepicker select.ui-datepicker-month {
  margin-right: 5px;
}

.ui-datepicker select.ui-datepicker-year {
  margin-left: 5px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff !important;
  background: url("../img/arrow-down.svg") no-repeat 96% center/18px;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  width: 50%;
  height: 35px;
  outline: none;
}

.ui-widget-content {
  background: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  display: flex;
  width: 100%;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border: none;
  background: #fff;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff;
  border: none;
  color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #01A54F;
  color: #fff;
}

.ui-datepicker td {
  padding: 0;
  border: solid 1px #ddd;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
  padding: 3px 7px;
  background-color: #fff;
  width: 50%;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_processing {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -46px;
  margin-top: -12px;
  background: #fff;
  padding: 1px 5px;
  border: solid 2px #011111;
  border-radius: 3px;
}
div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
  margin: 0;
  color: #01458e;
  font-size: 14px;
  font-weight: 500;
}
.dataTables_wrapper .dataTables_length select {
  background-color: #fff !important;
  padding: 4px;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 3px !important;
  background-color: #fff !important;
  border: solid 1px #ddd;
  border-radius: 3px;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  padding: 3px 7px !important;
  font-size: 13px !important;
  float: left;
  width: 50%;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 3px 7px !important;
  float: right;
  text-align: right;
  width: 50%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: inherit;
  padding: 0px 5px !important;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 13px;
  border-radius: 2px;
  color: #0A1835;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #01A54F !important;
  border: solid 1px #01A54F !important;
  color: #fff;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
table.dataTable {
  width: 100% !important;
  border-top: solid 2px #0A1835;
}
table.table-ds thead th, table.table-ds tbody td{font-size: 14px; line-height: normal;}
table.table-ds th, .table-ds th {
  background-color: #fafafa;
  color: #01458e;
  font-weight: 600;
}
table.dataTable thead .sorting {
  background-position: right 10px !important;
  background-image: url("../images/sort_both.png");
  background-repeat: no-repeat;
}
table.dataTable thead .sorting_desc {
  background-position: right 6px !important;
  background-image: url("../images/sort_desc.png");
  background-repeat: no-repeat;
}
table.dataTable thead .sorting_asc {
  background-position: right 12px !important;
  background-image: url("../images/sort_asc.png");
  background-repeat: no-repeat;
}
.order_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.order_info li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 8px;
  font-size: 14px;
}
.order_info li:nth-child(odd) {
  background-color: #f1f1f1;
}
.order_info li .head {
  width: 210px;
}
.order_info li .value {
  width: calc(100% - 210px);
  padding-left: 1rem;
  position: relative;
  word-break: break-all;
}
.order_info li .value::before {
  content: ":";
  position: absolute;
  left: 0;
}
.no_border .table.table-bordered {
  border: none;
}
.no_border .table.table-bordered tr {
  border: none;
}
.no_border .table.table-bordered tr td {
  border: none;
  padding: 2px 0;
}
.value .product-table .table tr td {
  font-size: 13px;
}
.value .product-table .table tr td:first-child {
  font-weight: 500;
}
/*# sourceMappingURL=styles.css.map */
