.active {
    color: var(--primary-color) !important;
}

.text-ppr{
    color: var(--primary-color) !important;
}

.text-justify {
    text-align: justify;
}

.nav-link.active {
    color: white !important;
}

.info-item .content p {
    color:var(--base-color) !important;
}


.cont_error{
    border: 1px solid red;
}

@-webkit-keyframes ld {

    0%   { transform: rotate(0deg) scale(1); }

    50%  { transform: rotate(180deg) scale(1.1); }

    100% { transform: rotate(360deg) scale(1); }

  }

  @-moz-keyframes ld {

    0%   { transform: rotate(0deg) scale(1); }

    50%  { transform: rotate(180deg) scale(1.1); }

    100% { transform: rotate(360deg) scale(1); }

  }

  @-o-keyframes ld {

    0%   { transform: rotate(0deg) scale(1); }

    50%  { transform: rotate(180deg) scale(1.1); }

    100% { transform: rotate(360deg) scale(1); }

  }

  @keyframes ld {

    0%   { transform: rotate(0deg) scale(1); }

    50%  { transform: rotate(180deg) scale(1.1); }

    100% { transform: rotate(360deg) scale(1); }

  }

  

  .m-progress {

      position: relative;

      opacity: .8;

      color: transparent !important;

      text-shadow: none !important;

  }

  

  .m-progress:hover,

  .m-progress:active,

  .m-progress:focus {

      cursor: default;

      color: transparent;

      outline: none !important;

      box-shadow: none;

  }

  

  .m-progress:before {

      content: '';

      

      display: inline-block;

      

      position: absolute;

      background: transparent;

      border: 1px solid #fff;

      border-top-color: transparent;

      border-bottom-color: transparent;

      border-radius: 50%;

      

      box-sizing: border-box;

      

      top: 50%;

      left: 50%;

      margin-top: -12px;

      margin-left: -12px;

      

      width: 24px;

      height: 24px;

      

      -webkit-animation: ld 1s ease-in-out infinite;

      -moz-animation:    ld 1s ease-in-out infinite;

      -o-animation:      ld 1s ease-in-out infinite;

      animation:         ld 1s ease-in-out infinite;

  }

  

  .btn-default.m-progress:before {

      border-left-color: #333333;

      border-right-color: #333333;

  }

  

  .btn-lg.m-progress:before {

      margin-top: -16px;

      margin-left: -16px;

      

      width: 32px;

      height: 32px;

  }

  

  .btn-sm.m-progress:before {

      margin-top: -9px;

      margin-left: -9px;

      

      width: 18px;

      height: 18px;

  }

  

  .btn-xs.m-progress:before {

      margin-top: -7px;

      margin-left: -7px;

      

      width: 14px;

      height: 14px;

  }



.has-error {

    border-color: red !important;

}



.dt-buttons{

    position: relative;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    vertical-align: middle;

    border-radius: var(--tz-border-radius-sm);

}

.dt-buttons > .dt-button:first-child {

    border-radius: 5px 0px 0px 5px;

}

.dt-buttons > .dt-button:last-child {

    border-right: none;

    border-radius: 0px 5px 5px 0px;

}

.dt-button{

    border: none;

    padding: 10px;

    border-right: 1px solid #6c7985;

}

 


.tab_account {
    padding: 11px 20px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: var(--base-color);
    margin-bottom: 10px;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
}

.tab_account.active{
    color: white !important;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btnred{
    background: #d9534f !important;
}

.btnyellow{
    background: #f0ad4e !important;
}
 

.nav-link.modalorder {
    color: var(--primary-color);
}