html .btn-primary {
    background-color: #6ed5aa;
    border-color: #6ed5aa #6ed5aa #4ec694;
    color: #fff;
}
html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #4ec694;
    border-color: #4ec694 #4ec694 #4ec694;
    color: #fff;
}
html .btn-primary:focus,
html .btn-primary.focus {
    background-color: #0c8653;
    border-color: #0c8653 #0c8653 #0c8653;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 97, 120, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
    background-color: #6ed5aa;
    border-color: #6ed5aa #6ed5aa #4ec694;
}
html .btn-primary:active,
html .btn-primary.active {
    background-color: #0c8653 !important;
    background-image: none !important;
    border-color: #0c8653 #0c8653 #0c8653 !important;
}

body .breadcrumb li a {
    text-decoration: none;
}
.nodata {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #dfb9b9;
}
.marginBtn120 {
    margin-bottom: 120px;
}

.mtitle {
    color: #767474;
    font-weight: 200;
    font-size: 1rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem -1rem;
}
.greenlnk {
    color: #46c892;
}
.greenlnk:hover {
    color: #0d7a4c;
}
.img-responsive {
    width: 100%;
}
.backGr {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
a.link-hover-style-1 span.active {
    color: rgb(255, 255, 255);
}

.countdown {
    display: inline-block;
    border: 2px solid #e37c0e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e37c0e;
    margin-left: 20px;
    opacity: 0.6;
    font-size: 25px;
    vertical-align: middle;
}

#alertVanish {
    margin-top: 5px;
    margin-bottom: 5px;
}
.pointer {
    cursor: pointer;
}
.rotating-span {
    display: inline-block;
    transition: transform 0.3s;
}

.rotating-span:hover {
    transform: rotate(45deg);
}
.badge-pill {
    padding: 0.4em 0.8em;
    border-radius: 10rem;
}
.icon {
    vertical-align: middle;
}
.hideform {
    display: none;
}
.alertcustom {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.call-to-action {
    padding: 12px 25px;
}
.custom-select {
    width: auto;
    display: inline;
    margin-right: 10px;
}
.hidden {
    display: none;
}

.thborder > th:not(:first-child) {
    position: relative;
}

.sort-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.truncate-th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-orange {
    color: rgb(255, 153, 0);
}
.paddingDataTable {
    padding: 120px 0 120px 0;
    color: #c4c4c4;
    font-size: 18px;
}
.bgDate {
    background-color: #efeeee;
    padding: 10px;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #6ed5aa;
}
.formStyle {
    padding: 30px;
    background-color: #faf9f9;
    border: solid 1px rgb(191, 236, 191);
    border-radius: 4px;
    margin-top: -3px;
}
.imgsml {
    max-width: 500px;
}

.alert-dismissible {
    padding: 1rem 3rem;
}
.bg-color-green {
    background-color: #6ed5aa;
    padding: 50px;
    color: rgb(111, 111, 111);
}
.max-w-90 {
    max-width: 90px;
}
.text-green {
    color: #6ed5aa;
}
@media (max-width: 991px) {
    .sm-text-left {
        text-align: center !important;
    }
}

.bg-yellow {
    background-color: #fefce0;
    font-size: 1.3rem;
    line-height: 2.3rem;
    color: #edb282;
}
.p10w {
    padding: 10px;
    background-color: #f6f6f6;
}
.p10 {
    padding: 10px;
}
.p0 {
    padding: 0px;
}
.form-control-lg {
    font-size: 1rem;
}

.bg-yellow #error {
    font-size: 1rem;
    line-height: 1.1rem;

    min-height: 1.6rem;
}
.required::after {
    color: red;
}
.margintop4 {
    margin-top: 4rem;
}
button.disabled {
    cursor: initial;
}
.titleordertb {
    color: #6ed5aa;
    font-weight: normal;
}
.paddingDataTable {
    padding: 80px 0 80px 0;
    color: #dadada;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    border: solid 2px #f4f2f2;
    border-radius: 4px;
}
.paddingDataTableOrder {
    padding: 10px;

    margin-bottom: 10px;

    border: solid 1px #f4f2f2;
    border-radius: 4px;
    background-color: #f9fffd;
}
.paddingDataTableOrder table tr td {
    color: #616060;
    font-size: 1rem;
}
.mb-30 {
    margin-bottom: 30px;
}
.bg-green {
    background-color: #c4ffe6;
}

.uppercase {
    text-transform: uppercase;
}

.bg-success-cust {
    padding: 4px;
    border-radius: 2px;
    color: #42d799;
}
.width75per {
    width: 75%;
}
.bg-steps1 {
    background-color: #fff7df;
    color: #ffc107;
}
.bg-steps2 {
    background-color: #dfffe6;
    color: #ff9c07;
}
.bg-steps3 {
    background-color: #dfffed;
    color: #03792c;
}
.bg-steps4{
    background-color: #fff7df;
    color: #ffc107;
}
.bg-steps5{
    background-color: #dfffed;
    color: #03792c;
}
.bg-steps6{
    background-color: #C4FFE6;
    color: #03792c;
}
.bg-steps7{
    background-color: #fff7df;
    color: #ffc107;
}
.bg-steps8{
    background-color: #fff7df;
    color: #ff7707;
}
.img-thumbnail-cust{
    padding: 5px;
    background-color: #ffffff;
    border:solid 2px #e7e7e7;

}
.max-w-110{
    max-width: 110px;
}

.blink-step{

    font-weight: normal;
    animation: blink 2s infinite;
}


  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.active-step{
    color: rgb(255, 85, 0);
    font-weight: normal;
}
.widthAddress{
    width: 40%;
}


.process h4{
font-weight: normal;
}
.text-gold{
color:#FDE16D;
}
.text-ave{
    color:#7be608;
}
.fontSizeB
{
    font-size: 1.1rem;
}
.min-vh-5 {
   height: 5vh ;

}
.max-w-70{
    max-width: 70px;
}
