.d-flex {
  display: flex;
}

.text-bold {
  font-weight: bold;
}

.justify-center {
  justify-content: center;
}

.position-relative {
  position: relative;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
  height: 1050px
}

/* Set background color and 100% height */
.sidenav {
  background-color: #FFFFFF;
  height: 100%;
}

.btn-outline-primary {
  border: #3b82f6 solid 1px;
}

.wrap_my {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.pagination a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4B49AC;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
  .row.content {
    height: auto;
  }

  .cnt_contianer {
    border-right: none !important;
    border-bottom: rgb(252, 103, 49) solid 1px;
    padding: 20px;
    min-height: 45px;
  }

  .myRable .row {
    display: block !important;
  }

  .myRable .row .form-group-sm {
    display: block !important;
  }

  .form-control {
    width: 90%;
  }
}

/* Remove the navbar's default margin-bottom and rounded borders */

.navbar-default {
  box-shadow: 0px 5px 21px -5px #CDD1E1;
  background: #fff !important;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Add background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}

.pointer {
  cursor: pointer
}

.pwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

body {
  background-color: #F5F7FF;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}

.errMsg {
  color: red;
  font-size: 10px
}

.infoMsg {
  color: lightblue;
  font-size: 10px
}

.custDetail {
  height: auto;
  background-color: #fff
}

.trans-receipt {
  height: auto;
  background-color: #fff
}

.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

.scroll::-webkit-scrollbar {
  width: 12px;
}

.scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  background-color: #C8D1E1;
}

.latestStuffsBody {
  font-size: 3em;
  color: #fff;
  height: 100px;
}

.latestStuffsText {
  font-size: 15px
}

.navbarIcons {
  color: #4B49AC;
  font-size: 16px
}


.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}

.box .box-header:after {
  clear: both;
}


.box .box-header .box-title {
  display: inline-block;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  float: left;
  cursor: default;
  color: #FFFFFF;

}

.box .box-body {
  padding: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-height {
  max-height: 300px;
}

.margin-top-5 {
  margin-top: 5px;
}

.panel-hash>.panel-heading {
  color: #fff;
  background-color: #333;
}

.panel-hash>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.custom-active {
  background-color: #333;
}


/* Venky Css*/
/*home page*/
#home_module_list {
  position: relative;
  padding: 2em 0;
  text-align: center;
}

.module_item {
  min-width: 20em;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin: 20px 10px;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2) !important;
}

.module_item img {
  width: 115px;
}

.module_item a {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 14px;
}

table {
  text-transform: capitalize;
}

.myRable .row {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.myRable .row .form-group-sm {
  display: flex;
  align-items: center;
}

.myRable .row .form-group-sm label {
  margin-right: 20px;
  width: 100px;
}

.myRable .row .form-group-sm input,
.myRable .row .form-group-sm select {
  flex-grow: 1;
}


.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #000;
  background-color: #fff;
  border-color: #000;
}


#appendClonedDivHere .row {
  display: block !important;
}

#appendClonedDivHere .row .form-group-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px;
}

.h-table .row {
  align-items: flex-start !important;
}

.h-table .form-group-top {
  margin: 5px 0;
}

.h-table .form-control {
  max-width: 100% !important;
}

.h-table .form-group-top label {
  width: 100% !important;
}

.v-table div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.removeSL {
  cursor: pointer;
  font-size: 22px;
}

.ml-2 {
  margin-left: 5px;
}

.mt-2 {
  margin-top: 10px;
}

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

.mr-2 {
  margin-right: 20px;
}

.mb-2 {
  margin-bottom: 10px;

}

textarea {
  width: 70% !important;
}

.select2-container {
  text-transform: capitalize;
}

.img_thumb {
  width: 7rem;
  border-radius: 10px;
}

/*home page*/
/*Loader*/
/* LOADER 4 */
#progress_on.in {
  display: flex !important;
  align-items: center;
}

.center {
  display: flex !important;
  align-items: center;
}

.center label,
.center input {
  margin: 0 5px 0 0 !important;
}

#loader-4 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {

  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

/*Loader*/

/*TImeline*/
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem dotted #3b82f6;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: .3125rem
  }

  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem dotted #3b82f6;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: .3125rem
  }
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #3b82f6;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: .5
}


.hori-timeline .events {
  border-top: 3px solid #e9ecef;
}

.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}

@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
    display: inline-block;
    width: 24%;
    padding-top: 26px;
  }

  .hori-timeline .events .event-list .event-date {
    top: -12px;
  }
}

.bg-soft-primary {
  background-color: rgba(64, 144, 203, .3) !important;
}

.bg-soft-success {
  background-color: rgba(71, 189, 154, .3) !important;
}

.bg-soft-danger {
  background-color: rgba(231, 76, 94, .3) !important;
}

.bg-soft-warning {
  background-color: rgba(249, 213, 112, .3) !important;
}



/*TimeLine*/

.h4 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.pwell h4.text-center {
  font-weight: 700;
  color: teal;
}

.file-man-box {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.file-man-box .file-delete {
  color: #f1556c;
  position: absolute;
  line-height: 24px;
  font-size: 24px;
  right: 10px;
  top: 10px;
}

.gotoPage {
  cursor: pointer !important;
}

.table tbody tr td {
  display: table-cell;
  vertical-align: middle;
}

.created {
  color: #00B5F9;
}

.received_payment {
  color: #618948;
}

.dispatched {
  color: #00c9b7;
}

.delivered {
  color: #7c669a;
}

.printed {
  color: #A76925;
}

/*Order Details*/
.card {
  margin: auto;
  width: 98%;
  padding: 4vh 0;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-top: 3px solid rgb(252, 103, 49);
  border-bottom: 3px solid rgb(252, 103, 49);
  border-left: none;
  border-right: none;
}

@media(max-width:768px) {
  .card {
    width: 90%;
  }
}

.title {
  color: rgb(252, 103, 49);
  font-weight: 600;
  margin-bottom: 2vh;
  padding: 0 2%;
  font-size: initial;
}



.info {
  padding: 0 4% 2% 4%;
}

.info .col-5 {
  padding: 0;
}

.view_heading {
  color: grey;
  font-size: 18px;
}

.view_details {
  font-size: 16px;
  text-transform: capitalize;
}

.cnt_contianer {
  border-right: rgb(252, 103, 49) solid 1px;
  min-height: 75px;
}

.products_display {
  background-color: #ddd3;
  padding: 2vh 2%;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 10px;
}

.pricing .col-3 {
  padding: 0;
}

.shipping_ch {
  color: rgb(252, 103, 49);
}

.total_p {
  color: #2F5719;
  font-weight: bold;
}

.total .col-3 {
  padding: 0;
}

.footer {
  padding: 0 8%;
  font-size: x-small;
  color: black;
}

.footer img {
  height: 5vh;
  opacity: 0.2;
}

.footer a {
  color: rgb(252, 103, 49);
}

.footer .col-10,
.col-2 {
  display: flex;
  padding: 3vh 0 0;
  align-items: center;
}

.footer .row {
  margin: 0;
}

#progressbar {
  margin-bottom: 3vh;
  overflow: hidden;
  color: rgb(252, 103, 49);
  padding-left: 0px;
  margin-top: 3vh
}

#progressbar li {
  list-style-type: none;
  font-size: x-small;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  color: rgb(160, 159, 159);
}

#progressbar #step1:before {
  content: "";
  color: rgb(252, 103, 49);
  width: 5px;
  height: 5px;
  margin-left: 0px !important;
  /* padding-left: 11px !important */
}

#progressbar #step2:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-left: 32%;
}

#progressbar #step3:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 32%;
  /* padding-right: 11px !important */
}

#progressbar #step4:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 0px !important;
  /* padding-right: 11px !important */
}

#progressbar li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  margin-bottom: 1vh;
}

#progressbar li:after {
  content: '';
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0%;
  right: 0%;
  margin-bottom: 2vh;
  top: 1px;
  z-index: 1;
}

.progress-track {
  padding: 0 8%;
}

#progressbar li:nth-child(2):after {
  margin-right: auto;
}

#progressbar li:nth-child(1):after {
  margin: auto;
}

#progressbar li:nth-child(3):after {
  float: left;
  width: 68%;
}

#progressbar li:nth-child(4):after {
  margin-left: auto;
  width: 132%;
}

#progressbar li.active {
  color: black;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: rgb(252, 103, 49);
}

.serial_no {
  max-width: 35px;
}

.input_price {
  max-width: 85px;
}

.form-xs {
  width: 85px !important;
}

.check_products {}

/*Order Details*/
/*qucik_details*/
.qucik_details h3 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  padding-top: 0;
  margin-top: 0;
}

.qucik_details .cmp_head {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  padding-top: 0;
  margin-top: 0;
  color: #00A3FF;
  text-indent: 10px !important;
}

.qucik_details .cmp_head>small {
  font-size: 1.2rem !important;
  color: #99A1B7;
}

.qucik_details p {
  color: #071437;
  text-indent: 18px;
  margin: 0 0 5px !important;
  text-transform: capitalize;
}

.borderless td,
.borderless th {
  border: none !important;
}


.qucik_details .form-control:read-only {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.out_of_stock {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.stock.badge.out {
  position: absolute;
  background-color: #f1556c;
  left: -15px;
  top: 3px;
  font-size: 8px;
}

.stock.badge.in {
  display: none !important;
}

/*qucik_details*/
/*Check BOXES*/
/*Check BOXES*/

#editMasterForm input {
  text-transform: uppercase !important;
}

#editMasterForm #emailEdit {
  text-transform: lowercase !important;
}

.mycard {
  border: none;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(#f3f3f3, 0.44);
  box-shadow: 0px 0px 13px 0px rgba(#f3f3f3, 0.44);
  background-color: #fff;
  border-radius: 0.375rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  color: #000;

}


.sub-nav {
  list-style: none;

}

.sub-nav li a {
  display: block;
  padding: 10px 15px 10px 8px;
  text-decoration: none;
  color: #7a83d9;
}

#add_new_products_div {
  max-height: 70vh;
  overflow: auto;
  margin-bottom: 20px;
}



.table-lg {
  table-layout: fixed;
}

.generate_report .form-inline {
  height: 50px;
}

.generate_report .row:nth-child(2) .form-inline select {
  width: 100%;
}

.generate_report .row:nth-child(2) .form-inline {
  margin-bottom: 15px;
}

.d-none {
  display: none;
}

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