#loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(12, 11, 11, 0.37);
}

.clock {
  border-radius: 70px;
  border: 3px solid #0056D4;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 999999;
  background-color: #fff;
}

.clock:after {
  content: "";
  position: absolute;
  background-color: #0056D4;
  top: 3px;
  left: 49%;
  height: 25px;
  width: 4px;
  border-radius: 5px;
  z-index: 999999;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.clock:before {
  content: "";
  position: absolute;
  background-color: #0056D4;
  z-index: 999999;
  top: 8px;
  left: 49%;
  height: 20px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header-danger {
  background-color: #C82333;
  color: #fff;
}

.search-link {
  font-size: 16px;
  color: #007bff;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-default {
  color: #333 !important;
  background-color: #e9ecef;
  border-color: #ccc;
}

.mt10 {
  margin-top: 10px;
}

.blue-text {
  color: #0056d3 !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn {
  font-weight: 400;
}


/* Hide the browser's default radio button */
.containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerr:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerr input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerr input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerr .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.fr {
  float: right;
}

.error {
  color: red;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.full-w {
  width: 100%;
  font-size: 14px;
}

.hide {
  display: none;
}

.option-button {
  background-color: #145388;
  color: #fff;
  border-radius: 1px;
}


/* The container */
.containerc {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkc {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px !important;
  background-color: #DEE2E6;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerc:hover input~.checkmarkc {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerc input:checked~.checkmarkc {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkc:after {
  content: "";
  position: absolute;
  display: none;

}

/* Show the checkmark when checked */
.containerc input:checked~.checkmarkc:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerc .checkmarkc:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card {
  padding-left: 0 !important;
}

.card-header {
  padding: 0 !important;
}

.pnone {
  padding: 0 !important;
}

.qcolor {
  background-color: #0054D7 !important;
  color: #fff;
  padding: 10px;
  width: 50%;
}

.operation-bg {
  background-color: #ddd;
  width: 100%;
  padding: 5px;
}

.btn-md {
  border-radius: 5px !important;
}

.btn-sm {
  border-radius: 5px !important;
}

.wd-50 {
  width: 50%;
}

.t-none {
  border-top: none !important;
}

.b-none {
  border-bottom: none !important;
}

.text-white {
  color: #fff !important;
}

.close {
  float: right;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.cus-model {
  background: rgba(68, 74, 98, 0.92) !important;
  color: #fff !important;
}

.cus-field {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  font-size: 2rem;
  border: none;
  border-bottom: 1px solid #fff;
  margin: auto;
}

.dollar-sign {
  font-size: 45px;
  color: #8F8F8F;
  float: right;
}

.part-detail-body {
  background-color: #2A7AEF;
  border-radius: 5px;
  color: #C3C3C3;
}

.tleft {
  text-align: left;
}


.tleftt:before {
  position: absolute;
  right: 50px;
}

.tleftt {
  position: relative;
}



.bbwhite {
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 5px;
}

.oper-btn {
  padding: 6px 10px;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
}

.oper-active {
  background-color: #fff;
  color: #2A7AEF;
}

.extra-lg {
  width: 100% !important;
  padding: 25px 45px !important;
  text-align: left !important;
}

.extra-lg img {
  float: right;
}

.breadcrumb-new {
  float: right !important;
  padding-bottom: 10px;
  padding: 0px;
  margin-top: -10px;
}

.upload-img img {
  padding: 30px 40px;
}

.img-wrap {
  position: relative;
}

.img-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  background: rgb(68, 74, 98);
}

.upload-btn-wrapper input[type=file] {
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0;
  height: 120px;
  width: 100%;
  cursor: pointer;
}

.btn p {
  font-size: 18px;
  margin: 0;
  padding: 4px;
}

.part-detail-body-gray {
  background-color: #eee;
  border-radius: 5px;
  color: #212529;
}

.tgray {
  color: #6c757d;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 5px;
}

.underl {
  text-decoration: underline;
}

.cus-field-progress {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #495057 !important;
  border: none;
  border-bottom: 1px solid #DEE2E6;
  margin: auto;
  width: 70px;
}

.progress-status {
  background-color: #8f8f8f;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}

.cus-lock i.icon-lock {
  font-size: 50px;
  font-weight: 100;
  color: #5997F1;
}

.table td,
.table th {
  border-top: none !important;
}

i.icon-trash {
  font-size: 15px;
}

i.icon-plus {
  font-size: 15px;
}

.invoice-total {
  background-color: #0054D8;
  color: #fff;
  padding: 7px 14px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;

}

.right {
  float: right !important;
}

.more-extra-lg {
  width: 100% !important;
  padding: 40px 45px !important;
  text-align: left !important;
}

.more-extra-lg img {
  float: right;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.cauto {
  cursor: auto !important;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  color: red !important;
}

.footer-link {
  color: #495057;
  padding: 10px;
  text-decoration: underline;
}

i.icon-arrow-left {
  font-size: 8px;
}

.tdunderline {
  text-decoration: underline;
}

.search-result {
  background-color: #e9ecef;
}

* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 49.5%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
  background-color: #0056D3;
  color: white;
  font-size: 18px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  font-size: 16px;

}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

a.button:hover {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}




[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.aaa_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aaa_btn[aria-expanded="false"],
.aaa_btn.open_btn.collapsed {
  background: #fff;
  color: #0556d3;
}

.aaa_btn.open_btn {
  background-color: #0056d3;
  border-color: #0056d3;
  color: #fff;
}



.custom_checkbox {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.custom_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom_checkbox label {
  position: relative;
  cursor: pointer;
}

.custom_checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.custom_checkbox input:checked+label:after,
.custom_checkbox input:checked+.btn-group+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group.custom_checkbox .btn-group {
  display: none;
}

.alert-box.alert_delte-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.add-entry {
  font-family: 'Roboto';
}