@charset "UTF-8";
/*
           Table OF Content


0 - Plugins
    a - bootstrap
    b - fontawesome
1 - Abstracts
    a - variables
    b - extends
    c - css3-mixins
    d - mixins
    e - loops
2 - Base
    a - animations
    b - bg-colors
    c - text-helpers
    d - mix-helpers
    e - base
3 - Components
    a - icons
    b - boxes
    c - buttons
    d - carousel
    e - forms
    f - lists
    g - modals
    h - tabs
4 - Layouts
    a - footer
    b - header
5 - section
    a - hero
6 - Pages
    a - home
*/
/*--------------*\
    Animations
\*--------------*/
/*--------------*\
    bg-color
\*--------------*/
/*--------------*\
    text-helpers
\*--------------*/
.text-underline {
  text-decoration: underline !important;
}

.txt-black {
  color: #000 !important;
}

/*--------------*\
    Mix-Helpers
\*--------------*/
.box-glow {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.separator-with-text {
  display: flex;
  align-items: center;
}
.separator-with-text:before, .separator-with-text:after {
  flex: 1;
  width: 100%;
  content: "";
  display: inline-block;
}
.separator-with-text:before {
  margin-right: 20px;
}
.separator-with-text:after {
  margin-left: 20px;
}

.row-7 {
  margin-left: -7px;
  margin-right: -7px;
}
.row-7 > div[class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

@media only screen and (max-width: 767.98px) {
  .mobile-no-bg {
    background: none !important;
  }
}

.social-list {
  list-style: none;
}
.social-list li {
  display: inline-block;
}
.social-list li:not(:last-child) {
  margin-right: 20px;
}
.social-list li a {
  font-size: 22px;
  text-align: center;
}
.social-list li a i {
  color: rgba(255, 255, 255, 0.5);
}
.social-list li a:hover i.fa-facebook {
  color: #3b5998;
}
.social-list li a:hover i.fa-facebook-f {
  color: #3b5998;
}
.social-list li a:hover i.fa-twitter {
  color: #1da1f2;
}
.social-list li a:hover i.fa-linkedin {
  color: #0077b5;
}
.social-list li a:hover i.fa-youtube-play {
  color: #cd201f;
}

/*--------------*\
    Icon Section
\*--------------*/
.dot:before {
  content: "•";
}

i[class*=h-icon-] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-sales {
  display: inline-block;
  background-image: url("../images/icons/sales.svg");
  width: 24px;
  height: 24px;
}

.icon-inventory {
  display: inline-block;
  background-image: url("../images/icons/inventory.svg");
  width: 24px;
  height: 24px;
}

.icon-maintenance {
  display: inline-block;
  background-image: url("../images/icons/maintenance.svg");
  width: 24px;
  height: 24px;
}

.icon-report {
  display: inline-block;
  background-image: url("../images/icons/report.svg");
  width: 24px;
  height: 24px;
}

.icon-sales-report {
  display: inline-block;
  background-image: url("../images/icons/sales-report.svg");
  width: 24px;
  height: 24px;
}

.icon-account-receivable {
  display: inline-block;
  background-image: url("../images/icons/account-receivable.svg");
  width: 24px;
  height: 24px;
}

.icon-accounting {
  display: inline-block;
  background-image: url("../images/icons/accounting.svg");
  width: 24px;
  height: 24px;
}

.icon-sm-sales-icon {
  display: inline-block;
  background-image: url("../images/icons/sm-sales-icon.svg");
  width: 32px;
  height: 32px;
}

.icon-sm-appraisals-icon {
  display: inline-block;
  background-image: url("../images/icons/sm-appraisals-icon.svg");
  width: 32px;
  height: 32px;
}

.icon-sm-repairs {
  display: inline-block;
  background-image: url("../images/icons/sm-repairs.svg");
  width: 32px;
  height: 32px;
}

.icon-right-arrow {
  display: inline-block;
  background-image: url("../images/icons/right-arrow.svg");
  width: 8px;
  height: 11px;
}

.icon-preview {
  display: inline-block;
  background-image: url("../images/icons/preview.svg");
  width: 24px;
  height: 15px;
}

.icon-trash {
  display: inline-block;
  background-image: url("../images/icons/trash.svg");
  width: 18px;
  height: 18px;
}

.icon-edit {
  display: inline-block;
  background-image: url("../images/icons/edit.svg");
  width: 18px;
  height: 18px;
}

.icon-upload {
  display: inline-block;
  background-image: url("../images/icons/upload.svg");
  width: 18px;
  height: 18px;
}

.icon-print {
  display: inline-block;
  background-image: url("../images/icons/print.svg");
  width: 18px;
  height: 18px;
}

.icon-unlock {
  display: inline-block;
  background-image: url("../images/icons/unlock.svg");
  width: 18px;
  height: 18px;
}

.icon-filter {
  display: inline-block;
  background-image: url("../images/icons/filter.svg");
  width: 18px;
  height: 18px;
}

.icon-arrow-left {
  display: inline-block;
  background-image: url("../images/icons/arrow-left.svg");
  width: 12px;
  height: 13px;
}

/*--------------*\
    Base
\*--------------*/
body {
  font-family: "inter", sans-serif;
  background: #1E1E2E;
  overflow: hidden;
}

.row {
  width: 100%;
  margin: 0 auto;
}

.overflow-hidden {
  overflow: hidden;
}

h1.title {
  font-size: 32px;
  font-weight: 700;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  color: #E2E8F0;
  font-weight: 700;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

p {
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
}

.title {
  color: #E2E8F0;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.68em;
}

.green-pen {
  border-radius: 11px;
  background: #10B981;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5em;
  padding: 1px 10px;
}

.orange-pen {
  border-radius: 11px;
  background: #F59E0B;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5em;
  padding: 1px 10px;
}

.mt-30 {
  margin-top: 30px;
}

.box-shadow-none {
  box-shadow: none !important;
}

.center-line {
  max-width: 609px;
  height: 3px;
  margin: 24px auto;
  background-color: #334155;
}

.mt-100 {
  margin-top: 100px;
}

.bg-midnight-blue {
  background: #1A212D;
}

.bg-dark-navy-blue {
  background: #1E293B;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.container select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.32);
  outline: none;
  padding: 6px 10px;
  margin-bottom: 24px;
  background-image: url("../images/icons/bottom-arrow.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 95% 13px;
  color: #94A3B8;
}
.container select option {
  color: #94A3B8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  background-color: #1E293B;
}

span {
  color: #E2E8F0;
  font-size: 12px;
  line-height: 1.3em;
  margin-left: 10px;
}

.w-fit {
  width: fit-content;
}

.border-right {
  border-right: 1px solid #334155;
}

.btn-back {
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: #1E293B;
}

.overflow-auto {
  overflow-x: auto;
}
.overflow-auto::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.overflow-auto::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.overflow-auto::-webkit-scrollbar-thumb {
  background: #1F8EF1;
  border-radius: 10px;
}
.overflow-auto::-webkit-scrollbar-thumb:hover {
  background: #1F8EF1;
}

.curserPointer {
  cursor: pointer;
}

/*--------------*\
    Boxes Section
\*--------------*/
.sm-box {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #334155;
  background: #1E293B;
  box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
  padding: 20px;
}
.sm-box .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sm-box h3 {
  color: #F1F5F9;
  font-weight: 600;
  line-height: 1.5em;
  margin: 10px 0 8px;
}
.sm-box span {
  color: #64748B;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6em;
}
.sm-box h1 {
  color: #F1F5F9;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
  align-items: start;
}
.sm-box h1 span {
  margin-left: 8px;
}

.chart-card-1 {
  border-radius: 2px;
  border: 1px solid #334155;
  background: #1E293B;
  box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
  height: 100%;
}
.chart-card-1 .head {
  border-bottom: 1px solid #334155;
  padding: 16px 20px;
}
.chart-card-1 .head p {
  margin: 0;
  color: #F1F5F9;
  font-weight: 600;
  line-height: 1.5em;
}
.chart-card-1 .body-content {
  padding: 12px 20px;
}
.chart-card-1 .body-content .content {
  display: flex;
  align-items: center;
}
.chart-card-1 .body-content .content h1 {
  color: #F1F5F9;
  line-height: 1.3em;
  margin-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.chart-card-1 .body-content .content h1 + h1 {
  margin-left: 36px;
}
.chart-card-1 .body-content .content h1 + h1::after {
  border-color: #38BDF8;
}
.chart-card-1 .body-content .content h1::after {
  content: "";
  position: absolute;
  top: 13px;
  left: -18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #6366F1;
}
.chart-card-1 .body-content .content h1 span {
  color: #94A3B8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin-left: 10px;
}

.chart-card-2 {
  border-radius: 2px;
  border: 1px solid #334155;
  background: #1E293B;
  box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
  height: 100%;
}
.chart-card-2 .head {
  border-bottom: 1px solid #334155;
  padding: 16px 20px;
}
.chart-card-2 .head p {
  margin: 0;
  color: #F1F5F9;
  font-weight: 600;
  line-height: 1.5em;
}
.chart-card-2 .body-content {
  padding: 12px 20px;
}
.chart-card-2 .body-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card-2 .body-content .content h1 {
  color: #F1F5F9;
  line-height: 1.3em;
  display: flex;
  align-items: start;
}
.chart-card-2 .body-content .content h1 span {
  margin-left: 8px;
}
.chart-card-2 .body-content .content .chart-label {
  display: flex;
  align-items: center;
}
.chart-card-2 .body-content .content .chart-label p {
  color: #94A3B8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
  margin: 0;
}
.chart-card-2 .body-content .content .chart-label p + p {
  margin-left: 32px;
}
.chart-card-2 .body-content .content .chart-label p + p::after {
  border-color: #334155;
}
.chart-card-2 .body-content .content .chart-label p::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #6366F1;
}

.sm-details-card {
  width: 100%;
  height: 180px;
  border-radius: 2px;
  border: 1px solid #334155;
  background: #1E293B;
  box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
  margin-top: 30px;
}
.sm-details-card .card-btn {
  background: linear-gradient(180deg, rgba(31, 142, 241, 0) 0%, #1F8EF1 100%);
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}
.sm-details-card .card-btn i {
  margin-left: 5px;
}
.sm-details-card .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73%;
}
.sm-details-card .content h2 {
  color: #F1F5F9;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  padding: 0 30px;
  font-size: 20px;
}

/*-----------------*\
    Button Section
\*-----------------*/
.btn {
  border-radius: 0 !important;
}

.btn-pantone {
  background: #334155;
  color: #E2E8F0;
  font-size: 16px;
  line-height: 1.3em;
  border-radius: 0;
  padding: 7px 16px;
}
.btn-pantone:hover, .btn-pantone:focus {
  outline: none;
  background-color: #1F8EF1;
  color: #FFF;
}

.btn-blue {
  border-radius: 4px;
  background: #1F8EF1;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.btn-blue:hover, .btn-blue:focus {
  outline: none;
  background-color: #1F8EF1;
  color: #FFF;
}

.btn-porper {
  border-radius: 4px;
  background: #6366F1;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
.btn-porper:hover, .btn-porper:focus {
  outline: none;
  background-color: #1F8EF1;
  color: #FFF;
}

/*--------------*\
    Form Section
\*--------------*/
.searchBar {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.searchBar #searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #334155;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  margin: 0;
}
.searchBar #searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}
.searchBar #searchQuerySubmit:hover {
  cursor: pointer;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #94A3B8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.32);
  outline: none;
  padding: 6px 10px;
  margin-bottom: 24px;
  color: #94A3B8;
}
input:focus {
  background-color: #334155;
  outline: 2px solid #006FFF;
}

textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.32);
  outline: none;
  padding: 6px 40px 6px 10px;
  margin-bottom: 24px;
  color: #94A3B8;
}

input[type=date] {
  padding-right: 10px;
  background-image: url("../images/icons/calendar.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 8px;
  text-transform: uppercase;
}
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

.check-tasks {
  margin-top: 32px;
}
.check-tasks ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 20px;
}
.check-tasks ul li {
  position: relative;
  padding-left: 7px;
}
.check-tasks ul li > span {
  position: absolute;
  top: 60%;
  left: -30px;
  transform: translateY(-50%);
}
.check-tasks ul li + li {
  margin-top: 20px;
}
.check-tasks .btn-group ul {
  padding: 0;
}
.check-tasks .btn-group ul li {
  margin: 0;
}
.check-tasks .relative {
  position: relative;
}
.check-tasks .relative > .absolute {
  position: absolute;
  top: 60%;
  left: -37px;
  transform: translateY(-50%);
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.32);
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #334155;
  opacity: 1;
}
input[type=checkbox]:checked:before {
  display: block;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 52%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #E2E8F0;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  display: none;
}

.radiobtn label {
  display: inline-block !important;
}
.radiobtn input[type=radio] {
  position: relative;
  cursor: pointer;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  margin: 0;
  border-radius: 15px;
  border: 1px solid #006FFF;
  display: inline-block;
  position: relative;
}
.radiobtn input[type=radio]::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #006FFF;
  display: none;
}
.radiobtn input[type=radio]:checked {
  opacity: 1;
}
.radiobtn input[type=radio]:checked::after {
  display: block;
}

.image-uploaded .button_outer,
.image-uploaded .button_outer-1,
.image-uploaded-1 .button_outer,
.image-uploaded-1 .button_outer-1 {
  background: transparent;
  text-align: center;
  width: 219px;
  height: 200px;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  border: 1px solid #1F8EF1;
  margin: 0 auto;
}
.image-uploaded .btn_upload,
.image-uploaded .btn_upload-1,
.image-uploaded-1 .btn_upload,
.image-uploaded-1 .btn_upload-1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-uploaded .btn_upload input,
.image-uploaded .btn_upload-1 input,
.image-uploaded-1 .btn_upload input,
.image-uploaded-1 .btn_upload-1 input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  cursor: pointer;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.image-uploaded .file_uploading,
.image-uploaded .file_uploading-1,
.image-uploaded-1 .file_uploading,
.image-uploaded-1 .file_uploading-1 {
  width: 100%;
  height: 10px;
  margin-top: 20px;
  background: #ccc;
}
.image-uploaded .file_uploading .btn_upload,
.image-uploaded .file_uploading .btn_upload-1,
.image-uploaded .file_uploading-1 .btn_upload,
.image-uploaded .file_uploading-1 .btn_upload-1,
.image-uploaded-1 .file_uploading .btn_upload,
.image-uploaded-1 .file_uploading .btn_upload-1,
.image-uploaded-1 .file_uploading-1 .btn_upload,
.image-uploaded-1 .file_uploading-1 .btn_upload-1 {
  display: none;
}
.image-uploaded .file_uploading .processing_bar,
.image-uploaded .file_uploading .processing_bar-1,
.image-uploaded .file_uploading-1 .processing_bar,
.image-uploaded .file_uploading-1 .processing_bar-1,
.image-uploaded-1 .file_uploading .processing_bar,
.image-uploaded-1 .file_uploading .processing_bar-1,
.image-uploaded-1 .file_uploading-1 .processing_bar,
.image-uploaded-1 .file_uploading-1 .processing_bar-1 {
  width: 100%;
}
.image-uploaded .processing_bar,
.image-uploaded .processing_bar-1,
.image-uploaded-1 .processing_bar,
.image-uploaded-1 .processing_bar-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: #83ccd3;
  transition: 3s;
}
.image-uploaded .file_uploaded,
.image-uploaded .file_uploaded-1,
.image-uploaded-1 .file_uploaded,
.image-uploaded-1 .file_uploaded-1 {
  margin-top: 0;
  width: 50px;
  background: #83ccd3;
  height: 50px;
}
.image-uploaded .uploaded_file_view,
.image-uploaded .uploaded_file_view-1,
.image-uploaded-1 .uploaded_file_view,
.image-uploaded-1 .uploaded_file_view-1 {
  max-width: 219px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: 0.2s;
  opacity: 0;
  border: 2px solid #ddd;
  padding: 15px;
}
.image-uploaded .uploaded_file_view img,
.image-uploaded .uploaded_file_view-1 img,
.image-uploaded-1 .uploaded_file_view img,
.image-uploaded-1 .uploaded_file_view-1 img {
  max-width: 100%;
}
.image-uploaded .uploaded_file_view.show,
.image-uploaded .uploaded_file_view-1.show,
.image-uploaded-1 .uploaded_file_view.show,
.image-uploaded-1 .uploaded_file_view-1.show {
  opacity: 1;
}
.image-uploaded .file_remove,
.image-uploaded .file_remove-1,
.image-uploaded-1 .file_remove,
.image-uploaded-1 .file_remove-1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #aaa;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  right: -15px;
  top: -15px;
}
.image-uploaded .file_remove:hover,
.image-uploaded .file_remove-1:hover,
.image-uploaded-1 .file_remove:hover,
.image-uploaded-1 .file_remove-1:hover {
  background: #222;
  transition: 0.2s;
}
.image-uploaded .error_msg,
.image-uploaded .error_msg-1,
.image-uploaded-1 .error_msg,
.image-uploaded-1 .error_msg-1 {
  text-align: center;
  color: #f00;
}
.image-uploaded .hide-panel,
.image-uploaded .hide-panel-1,
.image-uploaded-1 .hide-panel,
.image-uploaded-1 .hide-panel-1 {
  display: none;
}

.input-button {
  position: relative;
}
.input-button .btn-pantone {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 3px 0;
}

.uploadFile {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.32);
  outline: none;
  padding: 6px 40px 6px 10px;
  color: #94A3B8;
  overflow: hidden;
  position: relative;
  resize: none;
  background-image: url("../images/icons/upload.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 8px;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.customer-record .searchBar {
  width: 100%;
}
.customer-record .searchBar input {
  background: rgba(15, 23, 42, 0.32) !important;
  height: 38px !important;
  border-radius: 2px !important;
  border: 1px solid #334155 !important;
}

/*--------------*\
    Modals Section
\*--------------*/
.inventory-enrty .modal-dialog {
  max-width: 80%;
}
.inventory-enrty .modal-dialog .modal-content {
  border-radius: 0;
  padding: 0;
  background: #1E293B;
  box-shadow: 0px 0px 15px 0px #006FFF;
}
.inventory-enrty .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.inventory-enrty .modal-dialog .modal-content .modal-body .enrty-modal {
  margin: 0;
}
.inventory-enrty .modal-dialog .modal-content .modal-body .enrty-modal .nav-tabs .nav-item {
  width: 16%;
}
.inventory-enrty .modal-dialog .modal-content .modal-body .enrty-modal h3 {
  color: #E2E8F0;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.inventory-enrty .modal-dialog .modal-content .modal-body .tab-pane {
  padding: 24px;
}
.inventory-enrty .modal-dialog .modal-content .modal-body .enrty-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.inventory-enrty .modal-dialog .modal-content .modal-body .enrty-modal-header h2 {
  color: #E2E8F0;
  font-weight: 700;
}

.vendor-modal .vender-header {
  padding: 48px 34px 34px;
}
.vendor-modal .vender-header h1 {
  color: #E2E8F0;
  font-size: 32px;
  font-weight: 700;
}

.clerks .modal-dialog {
  max-width: 30%;
}
.clerks .modal-dialog h5 {
  color: #E2E8F0;
  font-weight: 700;
}

/*--------------*\
    Tabs Section
\*--------------*/
.form-tabs {
  margin-top: 28px;
}
.form-tabs .nav-tabs {
  border: none;
  justify-content: space-between;
}
.form-tabs .nav-tabs .nav-item {
  width: 19%;
}
.form-tabs .nav-tabs .nav-item .nav-link {
  background: #334155;
  border-radius: 0;
  width: 100%;
  padding: 16px 0;
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}
.form-tabs .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #006FFF;
  background: #1F8EF1;
}
.form-tabs .tab-content .tabContent {
  background: #1E293B;
  margin-top: 21px;
  padding: 35px 48px;
}
.form-tabs .tab-content .tabContent .input-file {
  visibility: hidden;
  position: absolute;
  width: 276px;
}
.form-tabs .tab-content .tabContent .upload-field {
  padding: 0;
  position: absolute;
  top: 8px;
  right: 7px;
}
.form-tabs .tab-content .tabContent .porsonal-information {
  margin-top: 70px;
}
.form-tabs .tab-content .tabContent p {
  color: #E2E8F0;
  font-weight: 700;
  line-height: 1.3em;
  margin: 24px 0;
}
.form-tabs .tab-content .tabContent .note-tab-header .note-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-tabs .tab-content .tabContent .note-tab-header .note-tab p {
  margin: 0;
  margin-right: 10px;
}
.form-tabs .tab-content .tabContent .note-tab-header .note-tab select {
  margin: 0;
  width: 58%;
  margin-right: 24px;
}
.form-tabs .tab-content .tabContent span {
  color: #E2E8F0;
  font-size: 16px;
  line-height: 1.3em;
  margin-left: 10px;
}

.sub-tabs {
  padding-top: 24px;
}
.sub-tabs .nav-tabs {
  border-bottom: 1px solid #1F8EF1;
}
.sub-tabs .nav-tabs .nav-item {
  width: 14% !important;
}
.sub-tabs .nav-tabs .nav-item .nav-link {
  box-shadow: none;
  font-size: 14px !important;
}
.sub-tabs .nav-tabs .nav-item .nav-link {
  background-color: transparent;
}
.sub-tabs .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #1F8EF1;
  background: #1F8EF1;
  box-shadow: none;
}

.inventory-status .nav-tabs .nav-item {
  width: 12%;
}

.inventory-activity .nav-tabs .nav-item {
  width: 11%;
}

.enrty-tabs {
  margin-top: 50px;
}
.enrty-tabs p {
  color: #E2E8F0;
  font-weight: 700;
  line-height: 1.3em;
}
.enrty-tabs .nav {
  display: flex;
  flex-flow: column;
  border: none;
  align-items: center;
}
.enrty-tabs .nav .nav-item {
  width: 50%;
  background: #334155;
}
.enrty-tabs .nav .nav-item + .nav-item {
  margin-top: 10px;
}
.enrty-tabs .nav .nav-item .nav-link {
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #E2E8F0;
}

.vendor-tab .nav-tabs .nav-item {
  width: 33%;
}

.vendor-maintenance .nav-tabs .nav-item {
  width: 24.5%;
}
.vendor-maintenance .tab-content .tabContent {
  padding: 35px 25px;
}

.listing-tab .nav-tabs .nav-item {
  width: 16%;
}

.side-nav-tab .nav-tabs {
  flex-flow: column;
  border: 0;
}
.side-nav-tab .nav-tabs .nav-item + .nav-item {
  margin-top: 10px;
}
.side-nav-tab .nav-tabs .nav-item .nav-link {
  display: flex;
  border: none;
}
.side-nav-tab .nav-tabs .nav-item .nav-link label {
  cursor: pointer;
}
.side-nav-tab .nav-tabs .nav-item .nav-link:hover {
  background: transparent;
  border: none;
}
.side-nav-tab .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  border: none;
}
.side-nav-tab .nav-tabs .nav-item .nav-link input {
  margin-left: 10px;
}

.small-tabs .nav-tabs .nav-item .nav-link {
  background: #334155;
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  color: #E2E8F0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

/*-----------------*\
    Dropdown Section
\*-----------------*/
.dropdown .dropdown-toggle {
  color: #CBD5E1;
  padding: 0;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
.dropdown .dropdown-toggle svg {
  margin-right: 15px;
}
.dropdown .dropdown-menu {
  background-color: #334155;
}
.dropdown .dropdown-menu li .dropdown-item {
  color: #CBD5E1;
}
.dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}

.dot-dropdown .dropdown-toggle span {
  width: 4px;
  height: 4px;
  background-color: #64748B;
  border-radius: 50%;
}
.dot-dropdown .dropdown-toggle span + span {
  margin-left: 2px;
}
.dot-dropdown .dropdown-toggle::after {
  display: none;
}

/*-----------------*\
    Sidebar Section
\*-----------------*/
.sidebar {
  width: 250px;
  min-height: 91vh;
  padding: 32px 30px;
  background: linear-gradient(180deg, rgba(31, 142, 241, 0.24) 0%, #0061FF 48.96%);
}
@media only screen and (max-width: 767.98px) {
  .sidebar {
    position: fixed;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31, 142, 241, 0.24) 0%, #0061FF 0%);
    right: -250px;
  }
  .sidebar.active {
    right: 176px;
  }
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li + li {
  margin-top: 30px;
}
.sidebar ul li a {
  display: flex;
  align-items: center;
  color: #E2E8F0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}
.sidebar ul li a i {
  margin-right: 12px;
}
.sidebar ul li a.active {
  position: relative;
}
.sidebar ul li a.active::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -19px;
  width: 8px;
  height: 8px;
  background-color: #E2E8F0;
  border-radius: 50%;
}

/*--------------*\
    Table Section
\*--------------*/
.customer-table {
  background: #1E293B;
  box-shadow: 0px 0px 3px 0px #006FFF;
  margin-top: 25px;
}
.customer-table .table thead {
  border: none;
  background-color: #1A212D;
}
.customer-table .table thead tr {
  border: none;
}
.customer-table .table thead tr th {
  padding: 15px 10px !important;
  border: none;
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  text-align: center;
}
.customer-table .table tbody tr:nth-of-type(even) {
  background-color: #273142;
}
.customer-table .table tbody tr td {
  color: #E2E8F0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
  padding: 10px 0;
  border: none;
}
.customer-table .table tbody tr td ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.form-table {
  padding: 45px 0 0;
}
.form-table .table thead {
  background: #1A212D;
}
.form-table .table thead tr {
  border: 0;
}
.form-table .table thead tr th {
  border: 0;
  padding: 20px 0;
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}
.form-table .table tbody tr {
  border: 0;
}
.form-table .table tbody tr:first-of-type td {
  padding-top: 40px;
}
.form-table .table tbody tr td {
  border: 0;
  vertical-align: bottom;
}

.extended-details {
  padding: 0;
}
.extended-details tbody tr td {
  padding: 0 !important;
}
.extended-details tbody tr td input {
  margin: 0 !important;
}

.pagination .paginate_button.previous {
  margin-right: 20px;
  background-color: #FFFFFF;
  padding: 2px 15px;
}
.pagination .paginate_button.next {
  margin-left: 20px;
  background-color: #FFFFFF;
  padding: 2px 15px;
}
.pagination .paginate_button.active {
  border: 1px solid #ffffff;
  padding: 0 10px;
}
.pagination .paginate_button.active a {
  color: #FFFFFF;
}
.pagination a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.simple-table .table thead {
  border: none;
}
.simple-table .table thead tr {
  border: none;
}
.simple-table .table thead tr th {
  border: none;
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3em;
}
.simple-table .table tbody {
  border: none;
}
.simple-table .table tbody tr {
  border: none;
}
.simple-table .table tbody tr td {
  border: none;
  color: #E2E8F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

/*--------------*\
    header Section
\*--------------*/
.header-section {
  background: rgba(30, 41, 59, 0.64);
  border-bottom: 2px solid #334155;
  padding: 16px 30px;
}
@media only screen and (max-width: 767.98px) {
  .header-section {
    padding: 15px 0;
  }
}
.header-section .hamburger {
  margin-right: 12px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .header-section .hamburger {
    display: block;
  }
}
.header-section .hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  margin: 0;
}
.header-section .hamburger span + span {
  margin-top: 3px;
}
.header-section .site-logo img {
  width: auto;
  max-height: 35px;
}
.header-section .profile-search {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-section hr {
  width: 2px;
  height: 30px;
  background: #334155;
  margin: 0 14px;
}

/*--------------*\
    Home Page
\*--------------*/
.section {
  display: flex;
}
.section .main-content {
  width: 100%;
  height: 90vh;
  overflow-y: auto;
}
.section .main-content::-webkit-scrollbar {
  width: 8px;
}
.section .main-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.section .main-content::-webkit-scrollbar-thumb {
  background: #1F8EF1;
  border-radius: 10px;
}
.section .main-content::-webkit-scrollbar-thumb:hover {
  background: #1F8EF1;
}
.section .main-content .container {
  margin: 35px auto;
  height: 100%;
}
.section .main-content .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 48px;
  background: #1E293B;
}
.section .main-content .header-content h3 {
  color: #E2E8F0;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0;
}
.section .main-content .header-content p {
  margin: 0;
  color: #E2E8F0;
  line-height: 1.3em;
}

.page-heading .title {
  color: #E2E8F0;
  margin-bottom: 45px;
}
.page-heading h3 {
  color: #E2E8F0;
  font-weight: 700;
  line-height: 1.1em;
}

.page-content {
  background: #1E293B;
  box-shadow: 0px 0px 3px 0px #006FFF;
  margin-top: 36px;
}
.page-content select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.32);
  outline: none;
  padding: 6px 10px;
  margin-bottom: 24px;
  background-image: url(../images/icons/bottom-arrow.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 95% 13px;
  color: #94A3B8;
}
.page-content .customer-table .table tbody tr td {
  padding: 10px 10px;
}

/*--------------*\
    Log in Page
\*--------------*/
.login-section {
  background: #121B2E;
  height: 100vh;
  overflow: hidden;
}
.login-section .image-section {
  position: relative;
}
.login-section .image-section .postion-image {
  width: 260px;
  height: 275px;
  position: absolute;
  top: 17%;
  left: -14%;
}
.login-section .side-image {
  width: 100%;
}
.login-section .form-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.login-section .form-content h1 {
  color: #F1F5F9;
  line-height: 1.3em;
  margin-bottom: 24px;
}
.login-section .form-content select {
  border-radius: 4px;
  border: 1px solid #1E293B;
  background: #1E293B;
  box-shadow: 0px 1px 2px 0px rgba(15, 23, 42, 0.04);
  background-image: url("../images/icons/bottom-arrow.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 95% 13px;
  margin-bottom: 24px;
  color: #94A3B8;
}
.login-section .form-content select option {
  color: #94A3B8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  background-color: #1E293B;
}
.login-section .form-content .check-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #334155;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.login-section .form-content label {
  display: inline-block;
  margin-left: 5px;
}
.login-section .form-content input[type=checkbox]:checked {
  background-color: #6366F1;
  opacity: 1;
}
.login-section .form-content p {
  color: #94A3B8;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.login-section .form-content p a {
  color: #6366F1;
  font-weight: 600;
  text-decoration: none;
}
.login-section .form-content .nti-message {
  border-radius: 4px;
  background-color: rgba(251, 190, 36, 0.3411764706);
  padding: 8px 12px;
}
.login-section .form-content .nti-message p {
  color: #FBBF24;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}

/*--------------*\
    Spouse Page
\*--------------*/
.spouse-tab p {
  color: #E2E8F0;
  font-weight: 600;
  line-height: 1.3em;
  margin-left: 24px !important;
}

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