body {
  background: #f8f9fc;  
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  /*
  linear-gradient(-10deg, white 50%,rgba(0, 0, 255, 0) 50%),  Transparent to white for the diagonal split 
  linear-gradient(-140deg, #131f73, #293e9f); /* Blue gradient for the top half */
  background-blend-mode: normal;


}
body.minimal {
  background: 
  linear-gradient(-10deg, #f8f9fc 50%,rgba(0, 0, 255, 0) 50%),  /*Transparent to white for the diagonal split */
  linear-gradient(-140deg, #131f73, #293e9f); /* Blue gradient for the top half */
  background-blend-mode: normal;
  background-color:#f8f9fc;
}
h2,h3,h4 {
  color:#333;
}
body.minimal .container {
  padding-bottom:140px;
}
.content-body {
  background-color: #f8f9fc;
}
.content-header {
  height:80px !important;
  background-color:#f8f9fc;
}
.content-header .content-search {
  font-weight:600;
}
.avatar-initial {
  background: linear-gradient(-140deg, #131f73, #293e9f) !important;
}
.content-header .nav-logo {
  margin-left:12px !important;
  margin-right:24px !important;
}
.content .container {
  margin:0px;
}
.content-auth {
  min-height: calc(100vh - 98px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-auth .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1500px !important;
  }
}

.modal .modal-header {

  background-color:#131f73;

  padding:1.5rem 2rem;
}
.modal, .modal .modal-content, .modal .modal-dialog {
  border-top-left-radius: 0.3rem !important;
  border:none;
    border-top-right-radius: 0.3rem !important;
}

.modal .modal-body {
  padding:2rem 2rem;
}

.modal .modal-header h4 {
  font-size:18px;  color:#FFF;
}

.text-primary {
  color: #0C77BD !important;
}
.status {
  width:auto;
  font-size:11px;
  padding:4px 10px;
  display:block;
  border-radius:15px;
  font-weight:600;
  text-align:center;
}
.status-default,.status-unpaid, .status-frozen {
  background-color:#EEEEEE;
  color:#616161;
}
.status-danger, .status-cancelled, .status-refunded, .status-refunded, .status-expired, .status-charger-back {
  background-color:#FFCDD2;
  color:#D32F2F;
}
.status-neutral {
  background-color:#BBDEFB;
  color:#1976D2;
}
.status-success,.status-complete {
  background-color:#C8E6C9;
  color:#388E3C;
}
.status-overpaid {
  background-color:#9fdd9f;
  color:#1c621f;
}
.status-warning, .status-underpaid,.status-pending {
  background-color:#FFF9C4;
  color:#FBC02D;
}
.status-pending-refund {
  background-color: #FFF3E0;
  color: #F57C00;
}

a.text-primary {
  color: #0C77BD;
}

a:not(.btn, .badge):hover,
a.text-primary:hover,
a.text-primary:focus {
  color: #2196f3 !important;
}


i.link-action,
i.link-action:hover,
i.fa-copy {
  color: #0C77BD !important;
}

i.fa-copy:hover {
  color: #2196f3 !important;
}

.tx-color-01 {
  color: #001737 !important;
}

.tx-color-03 {
  color: #9a9ea5 !important;
}

.tx-success {
  color: #0C77BD !important;
}

p.small {
  color: #9a9ea5 !important;
}

#logged-in-as-username {
  color: #0C77BD !important;
}

.assetimg {
  max-height: 24px;
}

.bg-lightpurple {
  background-color: rgba(76, 65, 200, 0.1) !important;
}
@media (min-width: 1200px) {
  .sign-wrapper {
      width: 380px;
  }
}
.sign-wrapper input[type=text] {
  background-color: #FFFFFF !important;
}
.sign-wrapper input:-webkit-autofill,
.sign-wrapper input:-webkit-autofill:hover,
.sign-wrapper input:-webkit-autofill:focus,
.sign-wrapper select:-webkit-autofill,
.sign-wrapper select:-webkit-autofill:hover,
.sign-wrapper select:-webkit-autofill:focus {
  -webkit-text-fill-color: #92959A;
  transition: background-color 5000s ease-in-out 0s;
}
.sign-wrapper label {
  color: #001737 !important;
}
.sign-wrapper .card {
  background-color: #FFFFFF;
}
.sign-wrapper .form-control {
  color: #92959A !important;
  background-color: #FFFFFF !important;
  border: 1px solid #9a9ea5;
}
.sign-wrapper a {
  color: #0C77BD;
}
.sign-wrapper .form-control.error-block {
  border: 1px solid red;
}
.aside {
  background: linear-gradient(-140deg, #131f73, #293e9f);
  width:300px;
}
.aside-header {
  background: transparent;
  padding:16px 43px;
  height:80px !important;
  width: 100% !important;
  
}
.aside-header .nav-logo {
  max-height: 30px;
}
.aside-header .aside-menu-link svg {
  color: #92959A;
}

@media only screen and (max-width: 993px) {
  .aside-header {
    padding: 16px 16px !important;
  }
}

.aside-body {
  background:transparent !important;
  padding-top:12px;
  min-width: 86px;
}
.aside-body .nav.nav-aside,
.aside-body .aside.maximize .nav-aside {
  position: absolute;
  width: 100%;
  left: 0;
}
.aside-body ul li.nav-label {
  padding: 2px 0 0px 25px;
}
.aside-body ul li.nav-item {
  margin: 12px 25px 12px 25px;
}
.aside-body .nav-item a.nav-link {
  font-size: 15px !important;
  padding:10px 16px !important;
  height:auto !important;
  color: rgba(255,255,255,0.8) !important;
}
.aside-body .nav-item a.nav-link svg {  
  color:rgba(255,255,255,0.6) !important;
}
.aside-body ul li.nav-item:hover a.nav-link,
.aside-body ul li.nav-item:focus a.nav-link,
.aside-body ul li.nav-item:hover a.nav-link::before,
.aside-body ul li.nav-item:focus a.nav-link::before,
.aside-body .nav-aside .nav-item:hover svg {
  color: rgba(255,255,255,1) !important;
}
.aside-body ul li.nav-item.active a.nav-link,
.aside-body ul li.nav-item.active a.nav-link::before,
.aside-body .nav-aside .nav-item.active svg {
  color: #FFF !important;
}
.aside-body .nav-aside .nav-item.active {
  
  background:rgba(255,255,255,0.05);
  border-radius:5px !important;
  color:#FFF !important;
}
.aside-body .nav-aside .nav-item.active svg {
  fill: rgba(76, 65, 200, 0.1);
  fill-opacity: 0.7;
  color:#FFF !important;
  min-height: 18px;
}
.aside-body ul li.nav-item.active a.nav-link::before {
  border-left:none !important;
}
.aside-body ul li a.nav-link:focus {
  color:#FFF !important;
}
@media (min-width: 1200px) {
  .aside-fixed + .content {
      margin-left: 300px;
  }
}
.sub-page-menu {
  margin-right:32px;
}
.sub-page-menu .nav .nav-item a{

height: 45px;
}
.card {
  border: none;
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.1);
}
body.minimal .card-body {
  padding: 32px;
}
.card .card-header,
.card .card-footer,
.card .list-group-item,
.card .table tr th,
.card .table tr td,
.card .bd {
  border-color: #e9f1fc;
}

.card.shadow,
.card.shadow-summary {
  box-shadow: 0 0 25px rgba(26, 108, 225, 0.1) !important;
}

footer {
  text-align:center;
}
footer p {
  color:#CCC;
}

.btn-wct {
  background: #F2F4F7 !important;
}

.card-wct {
  box-shadow: unset !important;
  border-radius: 0.50rem !important;
  border: 1px solid rgba(72, 94, 144, 0.16) !important;
}

.btn-wct-border {
  border: 1px solid #e1e6eb !important;
}
button.btn.btn-primary {
  color: #FFFFFF !important;
}

.btn-primary {
  background-color: #293e9f;
  border-color: #293e9f;
  color: #FFFFFF;
  border: 1px solid #293e9f;
}

.btn-primary:hover {
  background-color: #293e9f;
  border-color: #293e9f;
  color: #FFFFFF;
  border: 1px solid #293e9f;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0C77BD;
  border-color: #0C77BD;
}

button.btn-primary:hover, button.btn-primary:active {
  background-color: #3046ad !important;
  border-color: #3046ad !important;
  color: #001737;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #001737 !important;
}

#download-btn.btn i.text-light {
  color: #FFFFFF !important;
}

.badge-primary,
.badge-primary:hover {
  background-color: #0C77BD !important;
  color: #001737 !important;
}

/* tables */
.or-table table {
  border: 0px;
}
.or-table table tr td, .or-table .or-table tr th {
  line-height: 32px;
}

table .bordered {
  border: 1px solid #e9f1fc;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
table .dataTable tr:last-child {
  border-bottom: 1px solid #e9f1fc;
}
table tr td:first-child, table tr th:first-child {
  padding-left: 20px;
}
table tr td:last-child, table tr th:last-child {
  padding-right: 20px;
}
table .act-col {
  text-align: right;
}
table .act-col .btn {
  margin-left: 6px;
}
table a {
  color: #0C77BD;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001737 !important;
  padding:8px 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: #293e9f !important;
  color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  background-color: #293e9f !important;
  color: #FFFFFF !important;
}

.breadcrumb-style1 .breadcrumb-item.active,
.breadcrumb-style2 .breadcrumb-item.active,
.breadcrumb-style3 .breadcrumb-item.active {
  color: #0C77BD !important;
}

.btn svg {
  margin-right: 8px;
}

.daterangepicker td.in-range {
  background-color: rgba(76, 65, 200, 0.1) !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: #293e9f !important;
  color: #FFFFFF !important;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  background-color: rgba(76, 65, 200, 0.1) !important;
}

.btn-group .dropdown-menu.show {
  min-width: 7rem !important;
}

.btn-group.show .btn-primary.dropdown-toggle {
  border-color: #0C77BD !important;
  background-color: #0C77BD !important;
  box-shadow: none !important;
}

.logo-login {
  width: 100%;
  display: flex;
  margin:48px 0px;
}
.logo-login .nav-logo {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}

@media (min-width: 992px) {
  .navbar-menu-sub {
    padding-top: 10px;
    border-color: #e5eefc;
    border-top-color: transparent;
    box-shadow: 0 15px 15px rgba(26, 108, 225, 0.1);
  }
  .navbar-menu-sub {
    margin-top: 0;
  }
  .navbar-menu-sub::before {
    opacity: 0;
  }
}
.transaction-table tr:not(.table-header):hover {
  background-color: rgba(243, 244, 247, 0.5019607843);
  cursor: pointer;
}
.transaction-table tr.display-tx-detail-section:hover {
  background-color: unset;
  cursor: unset;
}

.nav-link.active {
  color: #0C77BD;
}

.nav-line .nav-link.active::after {
  background-color: #0C77BD;
}

table.dataTable tr td, table.dataTable tr th {
  text-wrap: nowrap;
  vertical-align: middle;
}
table.plain tr:hover td, table.plain tr:hover {
  background:none !important;
}

#cart-table td {
  padding: 8px 14px !important;
}

#cart-table th, #cart-table tfoot td {
  padding: 3px 14px !important;
  height: 45px;
}

#cart-table .cart-item input {
  height: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 2.03;
  margin-top: 7px !important;
  margin-left: 2px;
  color: #001737;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: unset;
}

.aside.minimize .nav-item a.nav-link {
  padding-left: 8px !important;
  padding-right: 8px !important;
  min-height: 29px !important;
}

.aside.minimize.maximize {
  width: 300px;
}

.aside.minimize.maximize .aside-header {
  width: auto;
  justify-content: space-between;
  padding: 16px 43px;
}

.aside.minimize.maximize .aside-logo {
  display: inline;
}

.aside.maximize .aside-body {
  width: auto;
}

#step-enable-2fa .steps {
  box-shadow: unset !important;
  padding: 0;
  margin-bottom: 25px;
}

.wizard > .steps > ul li {
  border-radius: 0;
  border: 1px solid rgba(72, 94, 144, 0.16) !important;
  padding: 10px 15px;
  margin: 0;
}

.wizard > .steps > ul li.disabled, .wizard > .steps > ul li.done {
  background: #F9FAFB
}

.wizard > .steps > ul li.done a {
  color: #475467
}

.wizard > .steps > ul li.done a .number::after {
  color: #fff;
  content: "✓";  
  margin-left: -6px;
  font-size: 30px;
  font-weight: lighter;
}

.wizard > .steps > ul li.done a .number {
  color: transparent !important;
}

.wizard > .steps > ul li:last-child.done a .number::after {
  content: "";  
  margin-left: 0;
  font-size: inherit;
}

.wizard > .steps > ul li:last-child.done a .number {
  color: #fff !important;
}

.wizard > .steps > ul li.first {
  border-top-left-radius: 0.50rem !important;
  border-bottom-left-radius: 0.50rem !important;
}

.wizard > .steps > ul li.last {
  border-top-right-radius: 0.50rem !important;
  border-bottom-right-radius: 0.50rem !important;
}

.wizard > .steps > ul li + li::before {
  content: '';
  display: none;
}

@media (min-width: 992px) {
  .wizard > .steps > ul li + li {
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .wizard > .steps > ul li + li {
    margin-left: 0;
    border-radius: 0 !important;
    border-left: 0 !important;
  }
}

#step-enable-2fa .content {
  background-color: #F9FAFB;
  border-top: 0;
  border-bottom: 0;
  padding: 20px 35px;
}

#step-enable-2fa-h-0, #step-enable-2fa-h-1, #step-enable-2fa-h-2, #step-enable-2fa-h-3 {
  display: none;
}

#step-enable-2fa .content .copy-to-clipboard {
  display: inline;
  margin-left: 10px;
}

#step-enable-2fa .actions {
  padding-right: 0;
}

#step-enable-2fa .actions ul {
  justify-content: right;
  padding: 0;
  margin-top: 10px;
}

#step-enable-2fa .actions ul li {
  min-width: 160px;
  text-align: center;
  margin-left: 20px;
}

#step-enable-2fa .actions ul li.disabled a, .wizard > .actions > ul > li:first-child a {
  background-color: #fff !important;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: #F2F4F7 !important;
  color: #001737;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .wizard > .actions > ul > li:last-child a {
  display: block;
  border: 1px solid #e1e6eb !important;
  background-color: #F2F4F7;
  padding: 9px 20px;
  line-height: 1.539;
  color: #001737;
  border-radius: 0.25rem;
}

.digit-form .digit-group input {
  width: 50px !important;
  height: 60px !important;
}

/*# sourceMappingURL=theme.css.map */
