body {
  background: #fff !important;
}
body::after {
  display: none !important;
}

.card {
  border: 1px solid #dedede !important;
  border-radius: 15px;
}
.card.card-secondary {
  background: #fafafa !important;
}
.card.card-secondary.min-height {
  min-height: calc(100vh - 300px);
}
.card.card-secondary .card-body {
  padding: 15px !important;
}
.card.card-secondary .table-responsive .dataTables_wrapper .table {
  border: none !important;
}
.card.card-secondary .table-responsive .dataTables_wrapper .table thead tr th {
  border-width: 0px 0px 1px 0px !important;
  font-weight: 500 !important;
  color: #6a6a6a !important;
  padding: 5px 5px;
  font-size: 12px;
}
.card.card-secondary .table-responsive .dataTables_wrapper .table thead tr th::after {
  bottom: 5px !important;
}
.card.card-secondary .table-responsive .dataTables_wrapper .table thead tr th::before {
  right: 0px !important;
  bottom: 5px !important;
}
.card.card-secondary .table-responsive .dataTables_wrapper .table tbody tr td {
  border-width: 0px 0px 1px 0px !important;
  font-weight: 500 !important;
  color: #000 !important;
  padding: 5px 5px;
  font-size: 12px;
}
.card.card-secondary .table-responsive .dataTables_wrapper .table tbody tr td .badge {
  font-size: 100% !important;
}
.card .card-body {
  padding: 20px;
}
.card.login-cards {
  border: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.card.login-cards .card-body {
  padding: 40px;
}

.form-group label {
  color: #5c5c5c;
}
.form-group .radio-inline {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0px;
  color: #222 !important;
}
.form-group .radio-inline input {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.form-group .input-group .form-control, .form-group .input-group .select2-container .selection .select2-selection, .select2-container .selection .form-group .input-group .select2-selection {
  border-radius: 6px 0px 0px 6px !important;
}
.form-group .input-group .input-group-append {
  border-radius: 0px 6px 6px 0px !important;
}
.form-group .input-group .input-group-append .input-group-text {
  border-radius: 0px 6px 6px 0px !important;
}

.btn {
  border-radius: 6px !important;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(135, 135, 135);
  color: #ffffff;
}
.btn:hover {
  color: #fff;
  text-decoration: none !important;
  background: #000088;
  cursor: pointer;
}

.btn-link {
  border: none !important;
  background: transparent;
  padding: 0px !important;
  text-decoration: none !important;
  color: #000088;
}
.btn-link:focus {
  outline: none !important;
}
.btn-link:hover {
  text-decoration: underline !important;
  color: #000088 !important;
}

.btn-icon {
  font-size: 14px;
  background: transparent;
  color: #333;
  border-radius: 6px !important;
  padding: 4px;
  min-height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon:hover {
  background: #000088;
  color: #fff !important;
  text-decoration: none !important;
}

.form-control, .select2-container .selection .select2-selection {
  border-radius: 6px !important;
  min-height: 45px !important;
  height: auto !important;
  color: #222 !important;
  border-color: #dedede !important;
  background: #fff !important;
}
.form-control:focus, .select2-container .selection .select2-selection:focus, .form-control:hover, .select2-container .selection .select2-selection:hover {
  border-color: #000088;
}

.form-grouped-item {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.form-grouped-item .radio-inline:hover {
  cursor: pointer;
}

a {
  color: #000088;
}
a:hover {
  color: #020242;
  text-decoration: underline !important;
}

.btn-primary {
  background: #000088;
  border-color: #000088;
  border-radius: 6px !important;
  color: #fff !important;
  min-height: 45px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: #020242 !important;
  border-color: #020242 !important;
  color: #fff !important;
}

.text-primary {
  color: #000088 !important;
}

.custom-top-header {
  width: 100%;
}
.custom-top-header .header {
  height: 60px !important;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 999999;
  box-shadow: none !important;
}
.custom-top-header .header .brand-logo {
  margin-right: 50px;
}
.custom-top-header .header .brand-logo img {
  height: 26px;
}
.custom-top-header .header .search-control {
  width: 30%;
  display: none !important;
}
.custom-top-header .header .search-control form {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  position: relative;
}
.custom-top-header .header .search-control form input {
  border: 1px solid #dedede;
  border-radius: 100px !important;
  padding: 0px 20px;
  height: 40px;
  min-height: 40px;
  background: transparent;
}
.custom-top-header .header .search-control form input:focus {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.custom-top-header .header .search-control form .icon {
  position: absolute;
  z-index: 99;
  right: 10px;
  padding: 0px 10px;
  font-size: 15px;
}
.custom-top-header .header .header-right {
  margin-left: auto;
}
.custom-top-header .header .header-right ul .icons {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 10px;
  border-radius: 4px;
}
.custom-top-header .header .header-right ul .icons .text-primary {
  color: #000088 !important;
}
.custom-top-header .header .header-right ul .icons a {
  color: #000088;
  height: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-top-header .header .header-right ul .icons:hover {
  background: #e9e9e9;
  cursor: pointer;
}
.custom-top-header .header .header-right .usermenu li {
  padding: 0px !important;
}
.custom-top-header .header .header-right .usermenu li a {
  justify-content: flex-start;
  padding: 5px 10px !important;
}
.custom-top-header .header .header-right .usermenu li a:hover {
  text-decoration: none !important;
  border-radius: 6px;
  background: #fafafa;
  cursor: pointer;
}

.horizontal-nav .nk-sidebar {
  padding: 0px 240px;
  box-shadow: none;
  border-bottom: 1px solid #dedede;
  position: sticky;
  top: 10px;
}
.horizontal-nav .nk-sidebar .metismenu li {
  margin-right: 15px;
}
.horizontal-nav .nk-sidebar .metismenu li .has-arrow {
  padding: 13px 0px !important;
  border-bottom: 2px solid transparent;
  background-color: transparent !important;
  color: #6a6a6a !important;
}
.horizontal-nav .nk-sidebar .metismenu li .has-arrow .mdi {
  padding-left: 0px !important;
}
.horizontal-nav .nk-sidebar .metismenu li .has-arrow:focus, .horizontal-nav .nk-sidebar .metismenu li .has-arrow:hover {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #000088 !important;
  border-bottom-color: #000088 !important;
  cursor: pointer;
}
.horizontal-nav .nk-sidebar .metismenu li.active .has-arrow {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #000088 !important;
  border-bottom-color: #000088 !important;
}
.horizontal-nav .nk-sidebar .metismenu li.active .has-arrow:focus, .horizontal-nav .nk-sidebar .metismenu li.active .has-arrow:hover {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #000088 !important;
  border-bottom-color: #000088 !important;
  cursor: pointer;
}
.horizontal-nav .nk-sidebar .metismenu li ul.collapse {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  margin-top: 0px !important;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}
.horizontal-nav .nk-sidebar .metismenu li ul.collapse li {
  padding: 0px !important;
  margin: 0px !important;
}
.horizontal-nav .nk-sidebar .metismenu li ul.collapse li a {
  margin: 0px !important;
  width: 100% !important;
  padding: 8px 15px !important;
  color: #6a6a6a !important;
}
.horizontal-nav .nk-sidebar .metismenu li ul.collapse li a:hover {
  text-decoration: none !important;
  background: #000088 !important;
  color: #fff !important;
  cursor: pointer;
}

.content-body .page-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}
.content-body .page-heading .btn {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(240, 240, 240);
  color: #333;
  padding: 8px;
  min-width: 30px;
  height: 32px;
}
.content-body .page-heading .main-heading {
  margin-bottom: 0px !important;
}
.content-body .page-heading .ml-auto .search-from {
  display: flex;
  align-items: center;
}
.content-body .page-heading .ml-auto .search-from .select2-container {
  width: 200px !important;
  margin-right: 5px;
}
.content-body .main-heading {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px !important;
}
.content-body .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px 240px !important;
}
.content-body .clickable-cards {
  margin-bottom: 5px !important;
}
.content-body .clickable-cards .card {
  height: 65px !important;
}
.content-body .clickable-cards .card .card-title {
  color: #fff !important;
  margin-bottom: 3px !important;
}
.content-body .clickable-cards .card small {
  color: #fff !important;
}
.content-body .clickable-cards .card .mdi {
  font-size: 30px !important;
  color: #fff !important;
}
.content-body .clickable-cards .card .select2-selection {
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
.content-body .clickable-cards .card .select2-selection .select2-selection__arrow {
  display: none !important;
}
.content-body .clickable-cards .card .btn {
  margin-left: 5px;
  background: #fff;
}
.content-body .clickable-cards .card .btn .mdi {
  font-size: 20px !important;
  color: #333 !important;
}
.content-body .table-responsive .container-fluid {
  padding: 0px !important;
}

.filters-section {
  background: #fbfbfb;
  border: 1px solid #dedede;
  border-radius: 15px !important;
  padding: 15px 8px;
  position: sticky;
  top: 80px;
}
.filters-section .form-row {
  display: block !important;
  padding: 0px 0px !important;
  max-height: calc(100vh - 220px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.filters-section .form-row .form-group {
  width: 100% !important;
  padding: 0px 8px;
}
.filters-section .form-row .form-group.min-w-100 {
  min-width: 20% !important;
}
.filters-section .form-row .form-group.min-w-200 {
  min-width: 20% !important;
}
.filters-section .form-row .form-group.min-w-180 {
  min-width: 20% !important;
}
.filters-section .form-row .form-group label {
  display: block;
  margin-bottom: 4px !important;
}
.filters-section .form-row .form-group .form-control, .filters-section .form-row .form-group .select2-container .selection .select2-selection, .select2-container .selection .filters-section .form-row .form-group .select2-selection {
  font-size: 13px;
  font-weight: 500;
}

.custom-footer {
  background: #f2f2f2 !important;
  padding: 15px 15px 15px;
  margin-top: 50px;
}
.custom-footer .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-footer .links a {
  display: inline-flex;
  align-items: center;
  padding: 0px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.custom-footer .links a:hover {
  text-decoration: none !important;
  background: #e1e1e1;
  color: #000088;
}
.custom-footer .links a i {
  margin-right: 5px;
}
.custom-footer .links-section {
  margin: 50px 0px;
}
.custom-footer .links-section .col-3 .title {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.custom-footer .links-section .col-3 ul li {
  margin: 0px 0px 5px 0px !important;
  font-size: 12px;
  color: #444;
}
.custom-footer .links-section .col-3 ul li a {
  color: #000088;
  font-size: 12px;
}

.select2-container {
  width: 100% !important;
}
.select2-container .selection .select2-selection {
  height: auto !important;
}
.select2-container .selection .select2-selection.select2-selection--single {
  padding: 0px 8px !important;
  font-weight: normal !important;
  display: flex;
  align-items: center;
}
.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
  margin-top: 0px !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  padding: 5px 0px !important;
  margin-top: -5px !important;
}
.select2-container .selection .select2-selection .select2-search__field {
  padding: 0px 10px;
}
.select2-container .selection .select2-selection .select2-selection__choice {
  margin-left: 5px !important;
  margin-right: 0px !important;
  display: inline-flex;
  flex-direction: row-reverse;
}
.select2-container .selection .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  margin-left: 5px !important;
}

.select2-dropdown {
  border: 1px solid #dedede !important;
  margin-top: 5px;
  border-radius: 6px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden !important;
}

.hero-banner {
  margin: 10px 0px 20px !important;
  background: transparent;
  border-radius: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
}
.hero-banner .text h1 {
  color: #333 !important;
  font-size: 40px;
  margin-bottom: 10px;
}
.hero-banner .text h2, .hero-banner .text h3 {
  color: #616161 !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: normal;
}
.hero-banner .banner {
  width: 40%;
}

.hover-card {
  border-radius: 8px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.hover-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.cards-in-table .top {
  margin-top: 0px !important;
}
.cards-in-table .dataTable {
  margin-top: 0px !important;
}
.cards-in-table .dataTable tbody tr td {
  padding: 0px 0px 12px !important;
  border: none !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body {
  padding: 12px !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cards-in-table .dataTable tbody tr td .card .card-body .badge {
  border-radius: 4px !important;
  padding: 8px !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body hr {
  margin-bottom: 15px !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body .card-text {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #d8d8d8 !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body .card-text .text-dark {
  color: #6a6a6a !important;
  font-weight: 500 !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body .card-text span {
  font-weight: 600 !important;
  color: #000 !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body .card-text .badge-primary,
.cards-in-table .dataTable tbody tr td .card .card-body .card-text .badge-dark,
.cards-in-table .dataTable tbody tr td .card .card-body .card-text .badge-secondary,
.cards-in-table .dataTable tbody tr td .card .card-body .card-text .badge-danger {
  color: #fff !important;
}
.cards-in-table .dataTable tbody tr td .card .card-body .card-text .badge-success {
  background-color: #28a745 !important;
  color: #fff !important;
}
.cards-in-table .bottom .dataTables_info {
  font-size: 12px;
  padding: 0px !important;
  margin-right: 15px !important;
  color: #6a6a6a !important;
  display: inline-flex;
  align-items: center;
}
.cards-in-table .bottom .dataTables_paginate {
  padding: 0px !important;
}
.cards-in-table .bottom .dataTables_paginate .pagination {
  margin: 0px 0px !important;
}
.cards-in-table .bottom .dataTables_paginate .pagination .paginate_button {
  margin-left: 10px;
  border-radius: 6px;
  border: none !important;
}
.cards-in-table .bottom .dataTables_paginate .pagination .paginate_button.disabled {
  opacity: 0.5;
}
.cards-in-table .bottom .dataTables_paginate .pagination .paginate_button.disabled:hover {
  background: transparent !important;
}
.cards-in-table .bottom .dataTables_paginate .pagination .paginate_button.active a {
  background-color: #000088 !important;
}
.cards-in-table .bottom .dataTables_paginate .pagination .paginate_button a {
  border-radius: 6px;
}
.cards-in-table .bottom .dataTables_paginate .pagination .paginate_button a:hover {
  text-decoration: none !important;
}

.rfq-btn {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px !important;
}
.rfq-btn .btn {
  min-height: auto !important;
  height: 30px !important;
  padding: 4px 8px !important;
  margin-right: 8px;
  font-size: 14px !important;
  background: rgb(153, 153, 153) !important;
}
.rfq-btn .btn:hover {
  background-color: #000088 !important;
  color: #fff !important;
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .horizontal-nav .nk-sidebar {
    padding: 0px 20px !important;
  }
  .content-body .container {
    padding: 20px 20px !important;
  }
}
.invoice-card {
  font-size: 14px !important;
}
.invoice-card p {
  font-size: 14px;
  line-height: 26px;
}

.login-pages {
  display: flex;
  height: 100vh;
}
.login-pages .left-section {
  width: 40%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, rgb(207, 209, 248), rgb(108, 114, 226), #000053);
}
.login-pages .left-section .box {
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  border-radius: 8px;
}
.login-pages .left-section .box.box1 {
  right: -50px;
  top: 150px;
  height: 150px;
  width: 150px;
  transform: rotate(45deg);
}
.login-pages .left-section .box.box2 {
  left: -50px;
  bottom: -50px;
  height: 250px;
  width: 250px;
  transform: rotate(35deg);
}
.login-pages .left-section .box.box3 {
  right: 50px;
  bottom: 50px;
  height: 150px;
  width: 150px;
  transform: rotate(25deg);
}
.login-pages .left-section .box.box4 {
  left: 30px;
  top: 180px;
  height: 80px;
  width: 150px;
  transform: rotate(65deg);
}
.login-pages .left-section .logo {
  padding: 30px 20px;
}
.login-pages .left-section .logo img {
  width: 200px;
}
.login-pages .left-section .text {
  height: calc(100vh - 123px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 0px 20px;
  text-align: center;
}
.login-pages .left-section .text h4 {
  line-height: 26px;
}
.login-pages .left-section .btn {
  background: #fff !important;
  color: #333 !important;
}
.login-pages .left-section .btn .mdi-youtube {
  color: #FF0000 !important;
  font-size: 42px;
  height: 42px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.login-pages .right-section {
  width: 60%;
  padding: 100px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.login-pages .right-section.login {
  padding: 100px 15%;
}
.login-pages .right-section.signup {
  align-items: flex-start;
  padding: 80px 8%;
}
.login-pages .right-section .inner {
  width: 100%;
}/*# sourceMappingURL=custom-style.css.map */