@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,100italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300);
/****************************
*   FOR RESPONSIVENESS      *
****************************/
::selection {
  background: #4f5362;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #4f5362;
  /* Gecko Browsers */
  color: #fff;
}
html {
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: 1em;
    margin-bottom: 1.8em;
  }
}
/****************************
*      BODY DEFAULTS        *
****************************/
body {
  font-size: 14px;
}
a {
  color: #37a6c4;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #5db9d1;
}
/****************************
*      Buttons        *
****************************/
.btn {
  font-family: "Oswald", sans-serif;
}
.btn i {
  position: relative;
  top: -2px;
}
.btn.text-left {
  text-align: left;
}
.btn-brand {
  background: #37a6c4;
  color: #fff;
}
.btn-brand:hover {
  color: #fff;
  background: #2c849c;
}
.btn-dark {
  background: #272727;
  color: #fff;
}
.btn-dark:hover {
  color: #fff;
  background: #2c849c;
}
.btn-red {
  background: #4f5362;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #383b46;
}
.btn-alt {
  background: #f0f0f0;
  color: #222;
}
.btn-alt:hover {
  color: #fff;
  background: #2c849c;
}
/****************************
*      Background Colors        *
****************************/
.bk-primary {
  background: #325d88;
}
.bk-success {
  background: #93c54b;
}
.bk-warning {
  background: #f47c3c;
}
.bk-danger {
  background: #d9534f;
}
.bk-info {
  background: #29abe0;
}
.bk-white,
.bk-light {
  background: #fff;
}
.bk-brand {
  background: #37a6c4;
}
.bk-dark {
  background: #222;
}
.bk-blue {
  background: #0010ce;
}
.bk-alt {
  background: #f7f7f7;
}
.bk-ghost {
  background: transparent;
}
.bk-img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/login-bg.jpg);
}
.bk-fixed {
  background-attachment: fixed;
}
.hr-green {
  height: 2px;
  background: #37a6c4;
}
.hr-grey {
  height: 2px;
  background: #f0f0f0;
}
.hr-dashed {
  background-color: transparent;
  border-top: 1px dotted #edf0f5;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}
.panel {
  overflow: hidden;
}
/****************************
*      Border        *
****************************/
.brdr {
  border: 1px solid #f0f0f0;
}
/****************************
*      Text size color        *
****************************/
.font-one {
  font-family: "Oswald", sans-serif;
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-thin {
  font-weight: 100;
}
.text-lowercase {
  text-transform: none;
}
.text-sm {
  font-size: 13px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 1.6em;
}
.text-2x {
  font-size: 2em;
}
.text-3x {
  font-size: 2.4em;
}
.text-4x {
  font-size: 3em;
}
.text-white,
.text-light {
  color: #fff !important;
}
.link-white a {
  color: #fff;
}
.text-grey {
  color: #ccc;
}
.text-dgrey {
  color: #818181;
}
.text-brand {
  color: #37a6c4;
}
.text-yellow {
  color: #ffff00;
}
.title .line {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}
/****************************
*       Margins         *
****************************/
.mt {
  margin-top: 18px;
}
.mt-0x {
  margin-top: 0 !important;
}
.mt-2x {
  margin-top: 36px;
}
.mt-3x {
  margin-top: 54px;
}
.mt-4x {
  margin-top: 90px;
}
.mt-5x {
  margin-top: 144px;
}
.mb {
  margin-bottom: 18px;
}
.mb-0x {
  margin-bottom: 0 !important;
}
.mb-2x {
  margin-bottom: 36px;
}
.mb-3x {
  margin-bottom: 54px;
}
.mb-4x {
  margin-bottom: 90px;
}
.mb-5x {
  margin-bottom: 144px;
}
.pt {
  padding-top: 18px;
}
.pt-2x {
  padding-top: 36px;
}
.pt-3x {
  padding-top: 54px;
}
.pt-4x {
  padding-top: 90px;
}
.pt-5x {
  padding-top: 144px;
}
.pb {
  padding-bottom: 18px;
}
.pb-2x {
  padding-bottom: 36px;
}
.pb-3x {
  padding-bottom: 54px;
}
.pb-4x {
  padding-bottom: 90px;
}
.pb-5x {
  padding-bottom: 144px;
}
/* Content boxes */
.content-box {
  padding: 15px;
}
.block-anchor {
  display: block;
}
/****************************
*       Content Typography         *
****************************/
.content-format {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-style: normal;
  word-wrap: break-word;
}
.content-format .h1,
.content-format .h2,
.content-format .h3,
.content-format .h4,
.content-format .h5,
.content-format .h6,
.content-format h1,
.content-format h2,
.content-format h3,
.content-format h4,
.content-format h5,
.content-format h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
}
.content-format .h1 a,
.content-format .h2 a,
.content-format .h3 a,
.content-format .h4 a,
.content-format .h5 a,
.content-format .h6 a,
.content-format h1 a,
.content-format h2 a,
.content-format h3 a,
.content-format h4 a,
.content-format h5 a,
.content-format h6 a {
  font-size: inherit;
}
.content-format .h2,
.content-format h2 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f0f0f0;
}
.content-format .h3,
.content-format h3 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 4px;
  margin: 1em 0 0.5em;
}
.content-format .h4,
.content-format h4 {
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-format .h5,
.content-format h5 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-format .h6,
.content-format h6 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-format strong {
  font-weight: bold;
}
.content-format ul:not(.social-awesome) {
  list-style: disc outside;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
}
.content-format ul:not(.social-awesome) li {
  margin: 0 0 0 36px;
  margin: 0 1rem 0 2.571428571rem;
}
.content-format ul:not(.social-awesome).list-unstyled {
  list-style: none;
}
.content-format ul:not(.social-awesome).list-unstyled li {
  margin: 0 0 0 24px;
}
.content-format em {
  font-style: italic;
}
.content-format p {
  margin-bottom: 1.8em;
}
.content-format figure {
  margin-bottom: 42px;
}
.content-format figure .caption {
  color: #999;
  font-size: 14px;
}
.content-format img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.content-format .fa {
  color: #37a6c4;
  margin-right: 10px;
}
.content-format blockquote {
  border-left: 4px solid #c3c3c3;
  border-left: 4px solid rgba(51, 51, 51, 0.17);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1em;
  padding-left: 0.7778em;
}
.content-format blockquote.double-quote {
  border-left: none;
  padding-left: 1em;
}
.content-format pre {
  background: #fff;
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 0.9em;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
}
.content-format ol {
  margin: 24px 0 24px;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
  list-style: decimal outside;
}
.content-format img.wp-smiley,
.content-format img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
/*
 * Theme Struck - Harmony - Free responsive Bootstrap admin template by Themestruck.com (http://themestruck.com)
 * Code licensed under the MIT
 * For details, see #
 */
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Social Button Modifications */
.btn {
  text-transform: none;
}
.btn-social > :first-child {
  width: 42px;
  line-height: 46px;
}
.btn-social {
  padding-left: 58px;
}
/* Circle buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
/* Chart design */
/* Charts */
.chart-dot-list {
  display: block;
  margin-top: 60px;
  margin-left: 20px;
}
.chart-dot-list li {
  margin-bottom: 4px;
}
.chart-dot-list li:before {
  content: "";
  height: 12px;
  width: 12px;
  margin-right: 6px;
  display: inline-block;
  background: #222;
  border-radius: 50%;
}
.chart-dot-list li.a1:before {
  background: #f7464a;
}
.chart-dot-list li.a2:before {
  background: #46bfbd;
}
.chart-dot-list li.a3:before {
  background: #fdb45c;
}
.chart-doughnut {
  padding: 41px 0;
}
/* component */
.page-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.brand {
  background: #fff;
  position: relative;
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.logo {
  height: 70px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .brand .logo {
    width: 250px;
  }
}
.brand .logo img {
  height: 20px;
}
.brand .menu-btn {
  float: right;
  background: #232d3b;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 20px 20px;
}
@media only screen and (min-width: 992px) {
  .brand .menu-btn {
    display: none;
  }
}

.brand .mlt-profile-nav {
  float: right;
  display: none;
}
.brand .mlt-profile-nav li {
  float: left;
  position: relative;
}
.brand .mlt-profile-nav li a {
  display: block;
  padding: 20px;
  color: #000;
}
.brand .mlt-profile-nav li ul {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
}
.brand .mlt-profile-nav li ul li {
  float: none;
  width: 180px;
}
.brand .mlt-profile-nav li ul li a {
  padding: 10px 20px;
  background: #fff;
}
.brand .mlt-profile-nav .mlt-account .fa-angle-down {
  /*float: right;*/
  margin-left: 10px;
}
.brand .mlt-profile-nav .mlt-account > a {
  min-width: 155px;
  background: #fff;
}
.brand .mlt-profile-nav .mlt-account .mlt-avatar {
  border-radius: 50%;
  height: 28px;
  margin: -10px 0;
  margin-right: 10px;
}
.brand .mlt-profile-nav .mlt-account:hover ul {
  visibility: visible;
  opacity: 1;
}

.brand .mlt-nav {
  float: right;
  display: none;
}
.brand .mlt-nav li {
  float: left;
  position: relative;
}
.brand .mlt-nav li.active,
.brand .mlt-nav li:hover {
  background: #fff;
}
.brand .mlt-nav li a {
  display: block;
  padding: 20px;
  color: #fff;
}
.brand .mlt-nav li.active a,
.brand .mlt-nav li:hover a {
  color: #000;
}
.brand .mlt-nav li ul {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
}
.brand .mlt-nav li ul li {
  float: none;
  width: 180px;
}
.brand .mlt-nav li ul li a {
  padding: 10px 20px;
  background: #222;
}
.brand .mlt-nav .mlt-account .fa-angle-down {
  float: right;
}
.brand .mlt-nav .mlt-account > a {
  width: 180px;
  background: #2c3136;
}
.brand .mlt-nav .mlt-account .mlt-avatar {
  border-radius: 50%;
  height: 28px;
  margin: -10px 0;
  margin-right: 10px;
}
.brand .mlt-nav .mlt-account:hover ul {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .brand .mlt-profile-nav {
    display: block;
  }
  .brand .mlt-nav {
    display: block;
  }
}
.mlt-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}
.mlt-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.mlt-sidebar::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}
.mlt-sidebar {
  background: #fff;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  top: 60px;
  overflow-y: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.mlt-sidebar .hidden-side {
  display: none;
}
.mlt-sidebar .mlt-sidebar-search {
  width: 100%;
  background: #25292a;
  border: none;
  padding: 10px 15px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .mlt-sidebar .mlt-profile-nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .mlt-sidebar {
    max-height: 100%;
    bottom: 0;
  }
}
.mlt-sidebar-menu .mlt-label {
  color: #585c64;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 10px;
}
.mlt-sidebar-menu a {
  display: block;
  text-decoration: none;
  padding: 12px 15px;
  color: #000;
}
.mlt-sidebar-menu li {
  position: relative;
  width: 100% !important;
}
.mlt-sidebar-menu li i {
  color: #585c64;
  margin-right: 10px;
}
.mlt-sidebar-menu li ul {
  display: block;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100% !important;
}
.menu-open,
.mlt-sidebar-menu .open > ul {
  max-height: 2000px;
}
.mlt-sidebar-menu .open > a {
  background: rgba(51, 56, 62, 0.35);
}
.mlt-sidebar-menu > .open > a {
  background: #fff;
  border-left: 3px solid #37a6c4;
}
.mlt-sidebar-menu .open > .more i {
  transform: rotate(180deg);
}
.more i {
  color: #fff;
  padding: 15px;
  transition: transform 0.3s;
}
.more {
  float: right;
  min-width: 10%;
  cursor: pointer;
}
.mlt-main-content .content-wrapper {
  padding-top: 15px;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .mlt-main-content .mlt-sidebar {
    width: 205px;
    float: left;
  }
  .mlt-main-content .content-wrapper {
    margin-left: 205px;
  }
}
/* Login page */
.login-page {
  position: absolute;
  height: 100%;
  width: 100%;
}

.login-page .main-title {
  color: #221f1f;
  margin: 20px 0px;
}

.login-page .main-title .logo {
  margin: auto;
  display: list-item;
}

.errorWrap {
  padding: 10px;
  margin: 0 0 20px 0;
  background: #dd3d36;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.succWrap {
  padding: 10px;
  margin: 0 0 20px 0;
  background: #5cb85c;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* Welcome letter receipt */

.welcome-letter {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #06c;
  border-top: 5px solid #00ac36;
  padding: 2px 0;
  width: 704px;
}

.welcome-letter .receipt {
  border-color: #00ac36;
  width: 100%;
}

.welcome-letter .receipt.collapse {
  border-collapse: collapse;
  width: 100%;
}

.welcome-letter .receipt .border-dash {
  border: #00ac36 1px dashed;
  padding: 20px;
}

.welcome-letter .receipt .border-solid {
  padding-left: 10px;
  border: 1px solid #00ac36;
  width: 50%;
}

.widget-small {
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget-small.primary {
  background-color: #2c3136;
}

.widget-small .icon {
  display: -ms-flexbox;
  display: flex;
  min-width: 85px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
}
.widget-small .info {
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.widget-small .info h4 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

.widget-small .info p {
  margin: 0;
  font-size: 16px;
}

.member-name {
  padding: 10px 0px 0px 5px;
  color: red;
  display: flex;
  position: absolute;
  top: 5px;
  right: 35px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.level-downline-detail {
  max-height: 315px;
  overflow: auto;
}

.bootstrap-datetimepicker-widget tr:hover {
  background-color: #337ab7;
}

.bootstrap-datetimepicker-widget tr td {
  border-radius: 0px;
}

.form-horizontal .form-group div.col-sm-8 {
  padding-top: 13px;
}

.form-inline .form-group {
  padding-right: 10px;
}

.form-inline .form-group label {
  padding-right: 5px;
}
.customer-view .col-sm-4 {
  padding-top: 13px;
}

.w100 {
  width: 100px;
}

#timeShow {
  color: blue;
}
#timer {
  color: red;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.omr-sheet {
  min-height: 410px;
  max-height: 410px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.omr-sheet table {
  /*background: #D80C72;*/
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.omr-sheet table tr td {
  padding: 5px;
  border: 1px solid #d80c72;
  text-align: center;
  color: #d80c72;
  font-weight: bold;
  background-color: #fcdeed;
}

.omr-sheet table tr td input {
  border: 2px solid #d80c72 !important;
}

.question-paper {
  min-height: 410px;
  max-height: 410px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.question-paper table {
  margin-bottom: 10px;
}

.question-paper table tr td.answer,
table tr td.answer {
  padding: 1px 10px;
}

.nav ul li:hover {
  background: #848484 !important;
}

.static-page ol li {
  list-style: auto;
  line-height: 22px;
}

.static-page ul li {
  list-style: auto;
  line-height: 22px;
}

.mlt-main-content {
  /*position: absolute;*/
  top: 10px;
  bottom: 30px;
  right: 0;
  left: 0;
  overflow-y: auto;
}

footer.border-top {
  border-top: 1px solid #dfd7ca;
  padding-top: 15px;
}

#getting-started {
  text-align: center;
  color: red;
  margin-bottom: 10px;
  font-style: italic;
  animation: blinking 1.5s infinite;
  font-size: 18px;
}
@keyframes blinking {
  0% {
    color: blue;
  }
  47% {
    color: red;
  }
  62% {
    color: transparent;
  }
  97% {
    color: transparent;
  }
  100% {
    color: red;
  }
}

table#request-form {
  font-family: arial;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #333333;
}

#request-form .title {
  font-family: arial;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

#request-form .delivery-note-title {
  font-family: arial;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: underline;
}
#request-form .sub-title {
  font-family: arial;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
#request-form .instructions {
  padding: 10px;
}
#request-form .instructions ul li {
  padding: 5px 0;
  list-style: auto;
  margin-left: 15px;
}
#request-form .remarks {
  border: 2px solid #333333;
  padding: 10px;
  margin-top: 25px;
}

#request-form th,
#request-form td {
  padding: 10px;
  border: 1px solid #333333;
  text-align: left;
}

#request-form td.empty {
  border: 0px;
}

#request-form .signatures hr {
  border-top: 1px solid #333 !important;
  margin-top: 5px;
  margin-bottom: 10px;
}

#request-form .signatures {
  text-align: center;
  margin-bottom: 15px;
}

#request-form .signatures img {
  width: 150px;
  height: 50px;
  margin-bottom: 0px;
}

table#material-request-form {
  font-family: arial;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: separate;
  border: 1px solid black;
}

#material-request-form thead tr th {
  font-weight: bold;
}

#material-request-form th,
#material-request-form td {
  padding: 10px;
  border: 1px solid #333333;
  text-align: center;
}

#material-request-form tfoot tr td {
  font-weight: bold;
}

table#material-request-module {
  font-family: arial;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: separate;
}

#material-request-module thead tr th {
  font-weight: bold;
}

#material-request-module th,
#material-request-module td {
  padding: 10px;
  border: 1px solid #333333;
}

table#material-issue-form {
  font-family: arial;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: separate;
}

#material-issue-form thead tr th {
  font-weight: bold;
}

#material-issue-form th,
#material-issue-form td {
  padding: 10px;
  border: 1px solid #333333;
  text-align: center;
}

#material-issue-form tfoot tr td {
  font-weight: bold;
  text-align: center;
}

a.disabled {
  color: #808080;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: bold;
}

.count-icon {
  display: inline-block;
  position: relative;
}

.count {
  position: absolute;
  top: 0;
  right: 0;

  height: 16px;
  width: 16px;

  background: red;
  border-radius: 8px;

  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.reorder-required {
  background-color: #fce8e8 !important;
}

.error-quantity {
  border: 1px solid red;
}

.delivery-history .btn-success {
  margin: 1rem;
}
