a {
  color: #544eb1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #fe820e;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-submit {
  min-width: 120px;
  background: #544eb1;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px 11px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
}
.btn-primary {
  color: #fff;
  background-color: #544eb1 !important;
  border-color: #544eb1 !important;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #544eb1 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.inputcheck .checkmark:after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #544eb1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.inputcheck input:checked~.checkmark {
  border: 1px solid #544eb1;
}
::-webkit-scrollbar-thumb {
  background: #544eb1;
}
.form-control:focus {
  box-shadow: none;
  border-color: #544eb1;
}

.form-group input[type="text"]:focus {
  border-color: #544eb1;
  background: #fff;
}
.input-group .scanner-set {
  background: #544eb1;
  border-radius: 5px !important;
  width: 40px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}.form-group .btn-filters {
  background: #544eb1;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
}.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #544eb1;
}
.section-header .line {
  background-color: #544eb1;
  height: 2px;
  margin: 0;
  width: 60px;
}
.comp-section .nav-tabs.nav-tabs-solid a.active {
  background-color: #544eb1;
  border-color: #544eb1;
  color: #fff;
}.comp-section .nav-tabs .nav-tabs-bottom li a.active {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: #544eb1;
  background-color: transparent;
  transition: none 0s ease 0s;
}
body[data-theme="dark"] .tabs-set .nav-tabs .nav-link.active {
  background: #544eb1;
  color: #fff;
}
.btn-outline-primary {
  color: #544eb1;
  border-color: #544eb1;
}

.btn-outline-primary:hover {
  border-color: #544eb1;
  background: #544eb1;
  color: #fff;
}.ribbon.ribbon-primary {
  background: #544eb1;
}.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-bar,
.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background-color: #544eb1;
}.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #544eb1;
}.alertify-notifier .ajs-message {
  background-color: #544eb1;
  border-color: #544eb1;
  color: #fff;
  text-shadow: none !important;
}.alertify-notifier .ajs-message.ajs-warning {
  background-color: #544eb1;
  border-color: #544eb1;
}body[data-layout-mode="dark"] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #544eb1;
}
.timeline-badge.primary {
  background-color: #544eb1;
}
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #544eb1;
}

.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #544eb1;
}

.cd-horizontal-timeline .events a.selected::after {
  border-color: #544eb1;
}.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #544eb1;
}

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #544eb1;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #544eb1;
  border-color: #544eb1;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #544eb1;
  border-color: #544eb1;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #544eb1;
}
.icons-list li {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #e6ebf1;
  color: #544eb1;
  margin: 5px;
  -webkit-box-shadow: 0 2px 3px #d7c5ff;
  -moz-box-shadow: 0 2px 3px #d7c5ff;
  box-shadow: 0 2px 3px #d7c5ff;
}.icons-items .icons-list li {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #e6ebf1;
  color: #544eb1;
  margin: 5px;
  -webkit-box-shadow: 0 2px 3px #d7c5ff;
  -moz-box-shadow: 0 2px 3px #d7c5ff;
  box-shadow: 0 2px 3px #d7c5ff;
}.error-page .main-wrapper .error-box h1 {
  color: #544eb1;
  font-size: 10em;
}.pagination li a:hover {
  background: #544eb1;
  color: #fff;
}

.pagination li.active a.page-link {
  background: #544eb1;
  border-color: #544eb1;
  border-radius: 5px;
}
.header .page-title-box a {
  color: #544eb1;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #544eb1;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
}

.header .page-title-box a:hover {
  background: #544eb1;
  color: #fff;
}@media (max-width: 991.98px) {
  .header .mobile_btn {
    color: #544eb1;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    z-index: 10;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
.header .mobile-user-menu a {
  color: #544eb1;
  padding: 0;
}.searchpart .searchparts .btn-searchs {
  position: absolute;
  top: 5px;
  right: 10px;
  background: #544eb1;
  border-radius: 50px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-pos #mobile_btn {
    color: #544eb1;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    z-index: 10;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
.header-split .header-menu ul li a:hover {
  background: #544eb1;
  color: #fff;
}.productimg .productlinkset h5 {
  background: #544eb1;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
  padding: 2px 10px;
}.tab-set ul li.active a {
  background: #544eb1;
}.btn-pos ul li a.btn-recent {
  background: #544eb1;
}.calculator-set .calculatortotal h4 {
  width: 100%;
  background: #544eb1;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  border-radius: 5px;
}.hold-order h2 {
  padding: 0 0 30px;
  color: #544eb1;
  font-size: 36px;
  font-weight: 700;
}
.btn-set h4 {
  background: #544eb1;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.header-menuset ul li a {
  border: 1px solid #544eb1;
  width: 95%;
  text-align: center;
  background: #544eb1;
  color: #fff;
  padding: 10px;
}
.invoice-load-btn .btn {
  font-weight: 700;
  font-size: 16px;
  color: #544eb1;
  min-width: 150px;
  background: #fff;
  border: 2px solid #544eb1;
  display: inline-flex;
  border-radius: 6px;
  padding: 12px 15px;
}
.invoice-load-btn .btn span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: 0;
  border: 3px solid #544eb1;
  border-right-color: #544eb1;
  animation: 0.75s linear infinite spinner-border;
  border-radius: 50%;
}

.invoice-load-btn .btn:hover {
  background: #544eb1;
  color: #fff;
}.btn-scanner-set:hover {
  background: #544eb1;
  color: #fff;
}
.productset .productsetimg h6 {
  position: absolute;
  background: #544eb1;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  border-radius: 5px;
  top: 20px;
  right: 20px;
  transform: translatey(-60px);
  transition: all 0.5s;
}.profile-set .profile-head {
  height: 109px;
  background: linear-gradient(90deg, #ea5455 0%, #544eb1 100%);
  border-radius: 0 10px 0 0;
}.profile-set .profile-top .profileupload a {
  background: #544eb1;
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 50px;
  position: absolute;
  bottom: 10px;
  left: 41px;
}.cd-horizontal-timeline .filling-line {
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #544eb1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.bar-icon span {
  background-color: #544eb1;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  transition: all 0.5s;
}.user-menu>li a:hover svg {
  color: #544eb1;
}.sidebar.new-header .sidebar-menu>ul>li>a:hover span {
  color: #544eb1;
}
.sidebar.side-three.new-header .sidebar-menu>ul>li>a:hover span {
  color: #544eb1 !important;
}
.sidebar.side-three.new-header .sidebar-menu>ul>li ul li.submenu a:hover {
  color: #544eb1;
}.sidebar.sidebar-four .sidebar-menu ul li a:hover span {
  color: #544eb1;
}.sidebar.sidebar-four .sidebar-menu ul li a:hover {
  color: #544eb1;
}.sidebar.sidebar-four .sidebar-menu ul li a.active {
  color: #544eb1;
}
div#global-loader .whirly-loader:not(:required) {
  animation: whirly-loader 1.25s linear infinite;
  background: 0 0;
  box-shadow: 0 26px 0 6px #544eb1, 0.90971px 26.05079px 0 5.93333px #544eb1,
    1.82297px 26.06967px 0 5.86667px #544eb1,
    2.73865px 26.05647px 0 5.8px #544eb1,
    3.65561px 26.01104px 0 5.73333px #544eb1,
    4.57274px 25.93327px 0 5.66667px #544eb1,
    5.48887px 25.8231px 0 5.6px #544eb1,
    6.40287px 25.68049px 0 5.53333px #544eb1,
    7.31358px 25.50548px 0 5.46667px #544eb1,
    8.21985px 25.2981px 0 5.4px #544eb1,
    9.12054px 25.05847px 0 5.33333px #544eb1,
    10.01448px 24.78672px 0 5.26667px #544eb1,
    10.90054px 24.48302px 0 5.2px #544eb1,
    11.77757px 24.1476px 0 5.13333px #544eb1,
    12.64443px 23.78072px 0 5.06667px #544eb1, 13.5px 23.38269px 0 5px #544eb1,
    14.34315px 22.95384px 0 4.93333px #544eb1,
    15.17277px 22.49455px 0 4.86667px #544eb1,
    15.98776px 22.00526px 0 4.8px #544eb1,
    16.78704px 21.48643px 0 4.73333px #544eb1,
    17.56953px 20.93855px 0 4.66667px #544eb1,
    18.33418px 20.36217px 0 4.6px #544eb1,
    19.07995px 19.75787px 0 4.53333px #544eb1,
    19.80582px 19.12626px 0 4.46667px #544eb1,
    20.5108px 18.468px 0 4.4px #544eb1, 21.1939px 17.78379px 0 4.33333px #544eb1,
    21.85416px 17.07434px 0 4.26667px #544eb1,
    22.49067px 16.34043px 0 4.2px #544eb1,
    23.10251px 15.58284px 0 4.13333px #544eb1,
    23.68881px 14.80241px 0 4.06667px #544eb1, 24.24871px 14px 0 4px #544eb1,
    24.7814px 13.1765px 0 3.93333px #544eb1,
    25.28607px 12.33284px 0 3.86667px #544eb1,
    25.76198px 11.46997px 0 3.8px #544eb1,
    26.2084px 10.58888px 0 3.73333px #544eb1,
    26.62462px 9.69057px 0 3.66667px #544eb1,
    27.01001px 8.77608px 0 3.6px #544eb1,
    27.36392px 7.84648px 0 3.53333px #544eb1,
    27.68577px 6.90284px 0 3.46667px #544eb1,
    27.97502px 5.94627px 0 3.4px #544eb1,
    28.23116px 4.97791px 0 3.33333px #544eb1,
    28.4537px 3.99891px 0 3.26667px #544eb1,
    28.64223px 3.01042px 0 3.2px #544eb1,
    28.79635px 2.01364px 0 3.13333px #544eb1,
    28.91571px 1.00976px 0 3.06667px #544eb1, 29px 0 0 3px #544eb1,
    29.04896px -1.01441px 0 2.93333px #544eb1,
    29.06237px -2.03224px 0 2.86667px #544eb1,
    29.04004px -3.05223px 0 2.8px #544eb1,
    28.98185px -4.07313px 0 2.73333px #544eb1,
    28.88769px -5.09368px 0 2.66667px #544eb1,
    28.75754px -6.1126px 0 2.6px #544eb1,
    28.59138px -7.12863px 0 2.53333px #544eb1,
    28.38926px -8.14049px 0 2.46667px #544eb1,
    28.15127px -9.1469px 0 2.4px #544eb1,
    27.87755px -10.1466px 0 2.33333px #544eb1,
    27.56827px -11.1383px 0 2.26667px #544eb1,
    27.22365px -12.12075px 0 2.2px #544eb1,
    26.84398px -13.09268px 0 2.13333px #544eb1,
    26.42956px -14.05285px 0 2.06667px #544eb1, 25.98076px -15px 0 2px #544eb1,
    25.49798px -15.93291px 0 1.93333px #544eb1,
    24.98167px -16.85035px 0 1.86667px #544eb1,
    24.43231px -17.75111px 0 1.8px #544eb1,
    23.85046px -18.63402px 0 1.73333px #544eb1,
    23.23668px -19.49789px 0 1.66667px #544eb1,
    22.5916px -20.34157px 0 1.6px #544eb1,
    21.91589px -21.16393px 0 1.53333px #544eb1,
    21.21024px -21.96384px 0 1.46667px #544eb1,
    20.4754px -22.74023px 0 1.4px #544eb1,
    19.71215px -23.49203px 0 1.33333px #544eb1,
    18.92133px -24.2182px 0 1.26667px #544eb1,
    18.10379px -24.91772px 0 1.2px #544eb1,
    17.26042px -25.58963px 0 1.13333px #544eb1,
    16.39217px -26.23295px 0 1.06667px #544eb1, 15.5px -26.84679px 0 1px #544eb1,
    14.58492px -27.43024px 0 0.93333px #544eb1,
    13.64796px -27.98245px 0 0.86667px #544eb1,
    12.69018px -28.50262px 0 0.8px #544eb1,
    11.7127px -28.98995px 0 0.73333px #544eb1,
    10.71663px -29.4437px 0 0.66667px #544eb1,
    9.70313px -29.86317px 0 0.6px #544eb1,
    8.67339px -30.2477px 0 0.53333px #544eb1,
    7.6286px -30.59666px 0 0.46667px #544eb1,
    6.57001px -30.90946px 0 0.4px #544eb1,
    5.49886px -31.18558px 0 0.33333px #544eb1,
    4.41643px -31.42451px 0 0.26667px #544eb1,
    3.32401px -31.6258px 0 0.2px #544eb1,
    2.22291px -31.78904px 0 0.13333px #544eb1,
    1.11446px -31.91388px 0 0.06667px #544eb1, 0 -32px 0 0 #544eb1,
    -1.11911px -32.04713px 0 -0.06667px #544eb1,
    -2.24151px -32.05506px 0 -0.13333px #544eb1,
    -3.36582px -32.02361px 0 -0.2px #544eb1,
    -4.49065px -31.95265px 0 -0.26667px #544eb1,
    -5.61462px -31.84212px 0 -0.33333px #544eb1,
    -6.73634px -31.69198px 0 -0.4px #544eb1,
    -7.8544px -31.50227px 0 -0.46667px #544eb1,
    -8.9674px -31.27305px 0 -0.53333px #544eb1,
    -10.07395px -31.00444px 0 -0.6px #544eb1,
    -11.17266px -30.69663px 0 -0.66667px #544eb1,
    -12.26212px -30.34982px 0 -0.73333px #544eb1,
    -13.34096px -29.96429px 0 -0.8px #544eb1,
    -14.4078px -29.54036px 0 -0.86667px #544eb1,
    -15.46126px -29.07841px 0 -0.93333px #544eb1,
    -16.5px -28.57884px 0 -1px #544eb1,
    -17.52266px -28.04212px 0 -1.06667px #544eb1,
    -18.52792px -27.46878px 0 -1.13333px #544eb1,
    -19.51447px -26.85936px 0 -1.2px #544eb1,
    -20.48101px -26.21449px 0 -1.26667px #544eb1,
    -21.42625px -25.53481px 0 -1.33333px #544eb1,
    -22.34896px -24.82104px 0 -1.4px #544eb1,
    -23.2479px -24.07391px 0 -1.46667px #544eb1,
    -24.12186px -23.29421px 0 -1.53333px #544eb1,
    -24.96967px -22.48279px 0 -1.6px #544eb1,
    -25.79016px -21.64052px 0 -1.66667px #544eb1,
    -26.58223px -20.76831px 0 -1.73333px #544eb1,
    -27.34477px -19.86714px 0 -1.8px #544eb1,
    -28.07674px -18.938px 0 -1.86667px #544eb1,
    -28.7771px -17.98193px 0 -1.93333px #544eb1,
    -29.44486px -17px 0 -2px #544eb1,
    -30.07908px -15.99333px 0 -2.06667px #544eb1,
    -30.67884px -14.96307px 0 -2.13333px #544eb1,
    -31.24325px -13.91039px 0 -2.2px #544eb1,
    -31.7715px -12.83652px 0 -2.26667px #544eb1,
    -32.26278px -11.74269px 0 -2.33333px #544eb1,
    -32.71634px -10.63018px 0 -2.4px #544eb1,
    -33.13149px -9.5003px 0 -2.46667px #544eb1,
    -33.50755px -8.35437px 0 -2.53333px #544eb1,
    -33.84391px -7.19374px 0 -2.6px #544eb1,
    -34.14px -6.0198px 0 -2.66667px #544eb1,
    -34.39531px -4.83395px 0 -2.73333px #544eb1,
    -34.60936px -3.63759px 0 -2.8px #544eb1,
    -34.78173px -2.43218px 0 -2.86667px #544eb1,
    -34.91205px -1.21916px 0 -2.93333px #544eb1, -35px 0 0 -3px #544eb1,
    -35.04531px 1.22381px 0 -3.06667px #544eb1,
    -35.04775px 2.45078px 0 -3.13333px #544eb1,
    -35.00717px 3.6794px 0 -3.2px #544eb1,
    -34.92345px 4.90817px 0 -3.26667px #544eb1,
    -34.79654px 6.13557px 0 -3.33333px #544eb1,
    -34.62643px 7.36007px 0 -3.4px #544eb1,
    -34.41316px 8.58016px 0 -3.46667px #544eb1,
    -34.15683px 9.79431px 0 -3.53333px #544eb1,
    -33.85761px 11.001px 0 -3.6px #544eb1,
    -33.5157px 12.19872px 0 -3.66667px #544eb1,
    -33.13137px 13.38594px 0 -3.73333px #544eb1,
    -32.70493px 14.56117px 0 -3.8px #544eb1,
    -32.23675px 15.72291px 0 -3.86667px #544eb1,
    -31.72725px 16.86968px 0 -3.93333px #544eb1, -31.17691px 18px 0 -4px #544eb1,
    -30.58627px 19.11242px 0 -4.06667px #544eb1,
    -29.95589px 20.2055px 0 -4.13333px #544eb1,
    -29.28642px 21.27783px 0 -4.2px #544eb1,
    -28.57852px 22.32799px 0 -4.26667px #544eb1,
    -27.83295px 23.35462px 0 -4.33333px #544eb1,
    -27.05047px 24.35635px 0 -4.4px #544eb1,
    -26.23192px 25.33188px 0 -4.46667px #544eb1,
    -25.37819px 26.27988px 0 -4.53333px #544eb1,
    -24.49018px 27.1991px 0 -4.6px #544eb1,
    -23.56888px 28.0883px 0 -4.66667px #544eb1,
    -22.6153px 28.94626px 0 -4.73333px #544eb1,
    -21.6305px 29.77183px 0 -4.8px #544eb1,
    -20.61558px 30.56385px 0 -4.86667px #544eb1,
    -19.57168px 31.32124px 0 -4.93333px #544eb1,
    -18.5px 32.04294px 0 -5px #544eb1,
    -17.40175px 32.72792px 0 -5.06667px #544eb1,
    -16.27818px 33.37522px 0 -5.13333px #544eb1,
    -15.1306px 33.98389px 0 -5.2px #544eb1,
    -13.96034px 34.55305px 0 -5.26667px #544eb1,
    -12.76875px 35.08186px 0 -5.33333px #544eb1,
    -11.55724px 35.56951px 0 -5.4px #544eb1,
    -10.32721px 36.01527px 0 -5.46667px #544eb1,
    -9.08014px 36.41843px 0 -5.53333px #544eb1,
    -7.81748px 36.77835px 0 -5.6px #544eb1,
    -6.54075px 37.09443px 0 -5.66667px #544eb1,
    -5.25147px 37.36612px 0 -5.73333px #544eb1,
    -3.95118px 37.59293px 0 -5.8px #544eb1,
    -2.64145px 37.77443px 0 -5.86667px #544eb1,
    -1.32385px 37.91023px 0 -5.93333px #544eb1;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 8px;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  border-radius: 100%;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #544eb1;
  color: #fff;
}

.select2-container--focus .select2-selection--single {
  background: #fff !important;
  border-color: #544eb1;
}.sidebar .sidebar-menu>ul>li.submenu ul li a.active:after {
  background: #fe9f43;
  border: 2px solid #fdb;
}.sidebar .sidebar-menu>ul>li.submenu ul li a:hover {
  color: #544eb1;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a:hover:after {
  background: #fe9f43;
  border: 2px solid #fdb;
}.sidebar .sidebar-menu>ul>li.submenu-open ul li a.active {
  color: #544eb1;
}

.sidebar .sidebar-menu>ul>li.submenu-open ul li a.active:after {
  background: #fe9f43;
  border: 2px solid #fdb;
}

.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover {
  color: #544eb1;
}

.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover:after {
  background: #fe9f43;
  border: 2px solid #fdb;
}

.sidebar .sidebar-menu>ul>li.submenu-open ul>li.active a {
  background: rgba(254, 159, 67, 0.08);
  border-radius: 5px;
  color: #fe9f43;
}.sidebar .sidebar-menu>ul>li.submenu ul li a:hover {
  color: #544eb1;
}
.sidebar .sidebar-menu>ul>li.submenu-open ul li a.active {
  color: #544eb1;
}
.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover {
  color: #544eb1;
}

.sidebar .nav-link.active {
  color: #544eb1;
  background: 0 0;
  position: relative;
}
.tabs-set .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #544eb1;
  background: #544eb1;
  color: #fff;
}.table tbody tr td a:hover {
  color: #544eb1;
}

.table tbody tr td .product-imgs {
  width: 40px;
  height: 40px;
  background: #ffebd8;
  font-size: 14px;
  color: #544eb1 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}.modal .modal-footer .btn-print:hover {
  background: #544eb1;
  color: #fff;
}
.modal .modal-footer .btn-print {
  border: 1px solid #544eb1;
  color: #544eb1;
}
.chat-cont-right .img_cont .user_img {
  height: 45px;
  min-width: 45px;
  width: 45px;
  border: 1.5px solid #544eb1;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #544eb1;
  content: "";
  height: 4px;
  width: 4px;
}
.chat-cont-right ul.list-unstyled .media.received .media-body::before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #544eb1;
  border-top: 6px solid #544eb1;
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: auto;
  left: -6px;
  width: 0;
}

.chat-cont-right ul.list-unstyled .media.received .media-body>div {
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #544eb1;
  display: table;
  position: relative;
}

.page-header .btn-filter {
  background: #544eb1;
  width: 34px;
  height: 34px;
  padding: 0;
}

.page-header .btn-filter:hover {
  background: linear-gradient(46.62deg, #544eb1 0%, #423b93 93.64%);
}

.page-header .btn-added {
  background: #544eb1;
  padding: 7px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.search-set .btn-filter {
  background: #544eb1;
  width: 34px;
  height: 34px;
  padding: 0;
  margin-right: 10px;
}.checkboxs input:checked~.checkmarks {
  background-color: #544eb1;
}
.dash-count {
  background: #544eb1;
  color: #fff;
  min-height: 98px;
  width: 100%;
  border-radius: 6px;
  margin: 0 0 25px;
  padding: 20px;
}

.login-wrapper .login-content .form-login input:focus {
  border: 1px solid #544eb1;
}

.login-wrapper .login-content .form-login .btn-login {
  width: 100%;
  font-weight: 700;
  background: #544eb1;
  border-color: #544eb1;
  padding: 12px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 15px;
  color: #fff;
}

.login-wrapper .login-content .form-login .btn-login:hover {
  box-shadow: 0 50px #fff inset !important;
  color: #544eb1;
}
.login-wrapper .login-content .toggle-password:hover {
  color: #544eb1;
}
.login-wrapper .login-content .toggle-passwords:hover {
  color: #544eb1;
}.login-wrapper .login-content .form-sociallink ul li a:hover {
  background: #544eb1;
  color: #fff;
}.hover-a:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #544eb1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
}.hover-a:hover {
  color: #544eb1 !important;
}.add-icon span,
.add-icon a {
  width: 40px;
  height: 40px;
  background: #544eb1;
  border-radius: 5px;
}
.product-view:hover {
  border: 1px solid #544eb1;
}.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover {
  color: #544eb1;
}
.sidebar .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent #544eb1 transparent transparent;
  border-style: solid;
  position: absolute;
  top: 36px;
  right: 0;
}.sidebar .sidebar-right ul li.active a {
  background: linear-gradient(46.62deg, #544eb1 0%, #423b93 93.64%);
  color: #fff;
}.sidebar .sidebar-right ul li a.active {
  color: #544eb1;
}
.sidebar .sidemenu a:hover {
  background: linear-gradient(46.62deg, #544eb1 0%, #423b93 93.64%);
  color: #fff;
}

.tabs-sets .nav-tabs .nav-link.active {
  background: #544eb1;
  color: #fff;
}.login-wrapper .login-content .form-login .alreadyuser h4 a {
  color: #544eb1;
  font-weight: 600;
}