#nav > li.active > ul {
    display: block;
}

/* Estilos para a página de login */
.page-signin .signin-header, .page-signup .signin-header {
    padding: 15px 0;
    /*background-color: #C22B2F;*/
    background-color: var(--main-bg-color);
}

.page-signin .signin-header, .page-signup .signin-header {
    color: #FFFFFF;
}

.page-signin .logo a {
    color: white !important;
    font-size: 3em !important;
    font-weight: bold !important;
}

/*
.btn-primary {
    background-color: #4a5568 !important;
    border-color: #2d3748 !important;
}

.btn-primary:hover {
    background-color: #2d3748 !important;
}
*/

/* PLANO */
.ui-editor #taTextElement {
    overflow: auto;
    min-height: 100px;
    max-height: 100px;
  }

/*TREINO*/
.btn.impressao-treino{
    padding: 29px 35px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.observacao-treino{
    border-top: 1px dashed #DDD;
}
/*AVALIAÇÂO*/
.box-itemimagem {
    height: 100px;
    width: 100px;
    border: 1px solid;
}
.box-itemimagem > img  {
    max-height: 95px;
}
/*TABSET*/
li.tab-small > a {
    padding: 5px 25px !important;
}
.linha-exercicio {
    border-bottom: 1px dashed #ddd;
    display: table;
    margin-bottom: 15px;
    padding-bottom: 25px;
    width: 100%;
}
/*ENTRADA*/
.entrada .avatar-aluno{
    left: -35px;
    position: absolute;
    width: 240px;
    top: 0px;
}
.entrada .panel-box .panel-icon {
    overflow: hidden;
    width: 200px;
    height: 200px;
    line-height: 120px;
}
.entrada .info-aluno p{
    font-size: 18px;
}
.entrada .panel-box{
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px 2px #777;
    top: calc(50% + 90px);
}
.panel-box{
    position: absolute;
    left: 0;
}
.entrada .panel-top, .panel-icon {
    background: #dedede;
}
.entrada .panel-icon.bg-danger {
    background: #e94b3b;
}

/*HISTÓRICO*/
.box-historico{
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin: 15px 0;
}
.title-historico{
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    font-size: 15px;
}
.box-historico label {
    display: inline-block;
    font-size:13px;
    width: 49%;
}
.container-labels label:nth-child(even) {
    text-align:right;
}
.box-historico label.block {
    display: block;
    width: 100%;
    text-align: left !important;
}
.box-historico label > span {
    font-weight:normal;
    margin-left: 5px;
}
/*FORM*/
.ui-checkbox input[type="checkbox"]:checked + span:before{
    /*background-color: #C22B2F;
    border: 1px solid #C22B2F;*/
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
}

/* Estilos para padronizar as caixas de seleção */
input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin: 0 10px 0 0 !important;
    vertical-align: middle !important;
    position: relative !important;
}

/* Estilo para os labels das caixas de seleção */
.role-selection {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.role-selection label {
    display: flex !important;
    align-items: center !important;
    min-height: 40px !important;
    padding: 8px 12px !important;
    margin-bottom: 0 !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    transition: all 0.2s !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* Garantir que o texto dentro dos labels seja consistente */
.role-selection label span {
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
}

/* Estilo para quando o mouse passa por cima do label */
.role-selection label:hover {
    background-color: #f5f5f5 !important;
    cursor: pointer !important;
}

/* Estilo para quando a caixa está marcada */
.role-selection input[type="checkbox"]:checked + span {
    font-weight: bold !important;
}

.save-cliente {
    margin-top: 27px;
}
/*PAGINATION*/
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #23ae89;
    border-color: #1f9978;
}
/*TABLE*/
.box-fast-button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    padding: 5px;
    position: absolute;
    right: 50%;
    top: 4px;
    width: 92px;
}
input.ng-invalid.ng-dirty, select.ng-invalid.ng-dirty, textarea.ng-invalid.ng-dirty {
    border-color: #e63624;
}

/*MODAL*/
.modal-dialog {
    width: 600px;
}
.modal-header{
    /*background-color: #c22b2f;*/
    background-color: var(--main-bg-color);
    height: 50px;
    color: #FFFFFF;
}
.modal-header h4{
    margin: 0;
}
.modal-body p{
    border-left: 2px solid #dddddd;
    font-size: 14px;
    margin: 0;
    padding: 15px;
}
/*CAIXA*/
.form-sangria {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.container-vendas{
    padding-left: 10px;
}
/*WIZARD*/
.body.current.planos {
    padding: 25px;
}
.list-unstyled .list-unstyled > li {
    font-size: 12px;
    padding: 0 0 0 30px;
}
.container-options{
    margin-left: 125px;
    margin-top: -25px;
    position: relative;
}
.wizard, .tabcontrol {
    overflow: visible;
}
.wizard > .content > .body {
    position: static;
    display: table;
    padding: 20px;
    width: 100%;
    overflow: visible;
}
.wizard > .content {
    background: none repeat scroll 0 0 #fdfdfd;
    border: 1px solid #e5e5e5;
    overflow: visible;
}
.wizard .dropdown-menu li {
    list-style: none;
}
.wizard > .content > .body input[type="checkbox"] {
    display: none;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    background-color: #23ae89;
    border-color: #1f9978;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background: #23ae89;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
    background-color: #23ae89;
    border-color: #1f9978;
}
.pricing-table{
    position: relative;
}
.pricing-table > header {
    font-size: 18px;
}
.plano-selected {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.plano-adicinal {
    margin-left: 33.3333%;
    width: 65%;
    position: absolute;
    word-wrap: break-word;
    left: 0;
    border: 1px solid #e3e3e3;
    padding: 25px;
}
.plano-adicinal h4 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.plano-adicinal.ng-leave {
    animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown;
}
.finalizar-plano h3 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 25px;
}
.valor-plano {
    float: right;
    font-weight: bold;
}
.box {
    border: 1px solid #e5e5e5;
    display: table;
    height: 400px;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
}

/*OPTION*/
div[type="pills"] {
    text-align: center;
}
div[type="pills"] .nav {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border-right: 1px solid #ddd;
    padding-bottom: 100px;
}
div[type="pills"] .tab-content {
    display: inline-block;
    width: 79%;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
    padding: 15px 20px 0;
}

div[type="pills"] .nav > li {
    border: 1px solid #ddd;
    margin:10px 0;
    border-right: 0;
    background: #f7f7f7;
}

div[type="pills"] .nav > li.active {
    border: 1px solid #E5E5E5;
    width: calc(100% + 1px);
    border-right: 1px solid #FFF;
    background: #FFF;
}
.nav li .badge{
    position: absolute;
    right: 5px;
    top: 3px;
}
.nav > li > a {
    padding: 10px 30px;
}
.new-option > select, .new-option > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 110px;
}
.new-option > button {
    display: inline-block;
    height: 30px;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0;
    width: 35px;
}


/*WEBCAM*/
.box-image {
    border: 1px solid #e5e5e5;
    padding: 15px;
    width: 350px;
    margin: 0 auto;
}
.box-image .webcam, .box-image canvas {
    width: 100%;
    height: 240px;
}
.box-image video {
    height: 100%;
    width: 100%;
}

.container-valores {
    border-top: 1px solid #e5e5e5;
    margin-left: 30px;
    margin-top: 25px;
    padding-top: 10px;
}

/*READ FINGER*/
.backcover {
    background: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
}

.backcover .spinner-inline {
    width: 50px;
    margin: 0 auto;
    top: calc(50% - 50px);
}
.backcover > span {
    border: 2px solid #e94b3b;
    border-radius: 6px;
    color: #e94b3b;
    font-size: 20px;
    padding: 15px 20px;
    position: absolute;
    top: 55%;
    width: 235px;
    margin: 0 auto;
    left: calc(50% - 115px);
}
.wrapper-digital {
    width: 100%;
    position: relative;
}

.container-digital{
    display: inline-block;
    vertical-align: middle;
    min-height: 305px;
    margin: 20px 0;
}

.box-digital {
    width: 225px;
    padding: 10px;
    border: 1px solid #E6E6E6;
    margin: 0 auto;
}

.imagem-digital {
    margin-top: 10px
}
.imagem-digital img{
    width: 100%
}
.container-line {
    display: inline-block;
    text-align: center;
    height: 48px;
    padding: 10px;
    border-radius: 6px;
}
.validation-line .line {
    height: 13px;
    width: 100%;
}
.validation-line span {
    background: white;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
}
.container-line.valid {
    color: #23ae89;
    border: 1px solid #23ae89;
}
.container-line.valid .validation-line {
    border-bottom: 1px solid #23ae89;
}
.container-line.invalid {
    color: #e63624;
    border: 2px solid #e63624;
}
.container-line.invalid .validation-line {
    border-bottom: 1px solid #e63624;
}
/* ERRORS*/
.page-err {
    background-color: white;
    height: auto;
}
.page-err .btn-goback {
    color:#23ae89;
    border-color:#23ae89;
}
/* GENERAL */
.title-divisor{
    margin-top: 50px;
    text-align: center;
}
.nav-min #nav > li {
    overflow: hidden;
}
.divisor {
     width: 100%;
     height: 1px;
     display: block;
     margin: 15px 0;
     float:left;
}
div.hr-dashed {
    margin: 20px 0 10px;
    height: 1px;
    width: 100%;
    display: block;
    border-top: 1px dashed #E5E5E5;
}
div.hr-dashed.small{
    margin: 5px 0;
}
.observacao {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}
.error {
    font-style: italic;
    margin: 0;
    padding: 5px 15px;
}
.control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
.confirmacaoExclusao {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
}
.container-confirmacao {
    height: 100px;
    margin-top: -50px;
    position: relative;
    top: 50%;
    width: 100%;
    background:rgba(0,0,0,0.80);
}
.box-confirmacao {
    margin: 0 auto;
    width: 515px;
}
.title span {
    display: block;
}
.title span:first-child {
    color: #1c7ebb;
    font-size: 20px;
}
.title span:last-child {
    color: #FFFFFF;
}
.confirmacaoExclusao .btn-white {
    font-weight: bold;
}
#pesquisaGlobal tr td{
    cursor: pointer;
}
.no-transform {
    text-transform: none;
}
.delete-row {
    margin-top: 35px;
}
.linha-cameras {
    border-bottom:1px dashed #CCC;
    padding-bottom: 25px;
}
.dropdown-menu th, .dropdown-menu td {
    padding: 4px 2px;
}
.top-header .top-nav .nav-left > li ul.dropdown-menu a:hover,
.top-header .top-nav .nav-right > li ul.dropdown-menu a:hover {
   /* background-color: #c22b2f;*/
    background-color: var(--main-bg-color);
    color: #fff;
}
.filter-link{
    margin-right: 25px;
}
/* Loaders */
.spinner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

.spinner.spinner-block {
    position: relative;
    height: 300px;
    width: 100%;
}
.spinner main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spinner-inline {
    position: relative;
}
.spinner-inline:before,
.spinner-inline:after {
    content: "";
    position: relative;
    display: block;
}
.spinner-inline:before {
    -webkit-animation: spinner 1.8s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    -moz-animation: spinner 1.8s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    animation: spinner 1.8s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    width: 50px;
    height: 50px;
    /*background-color: #e94b3b;*/
    background-color: var(--main-bg-color);
}
.spinner-inline:after {
    -webkit-animation: shadow 1.8s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    -moz-animation: shadow 1.8s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    animation: shadow 1.8s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    bottom: -1.5em;
    height: .25em;
    border-radius: 50%;
    background-color: var(--main-bg-color);
    /*background-color: #e94b3b;*/
}
@media ( min-width: 1200px ) {
    .container-digital, .container-line {
        float: none;
    }
    .container-line {
        width: 32%;
    }
}
@media (max-width: 767px) {
    .logo-dash{
        display:none;
    }
}

@-webkit-keyframes spinner {
  50% {
    border-radius: 50%;
    -webkit-transform: scale(0.5) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
  }
}
@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(0.5);
    background-color: var(--main-bg-color);
    /*background-color: #e94b3b;*/
  }
}
@keyframes shadow {
  50% {
    transform: scale(0.5);
    background-color: var(--main-bg-color);
    /*background-color: #e94b3b;*/
  }
}
@keyframes spinner {
    50% {
        border-radius: 50%;
        transform: scale(0.5) rotate(360deg);
    }
    100% {
        transform: scale(1) rotate(720deg);
    }
}
.selection {
    position: absolute;
    animation-name: selection;
    -webkit-animation-name: selection;
    width: 33.3333%;
    z-index: 100;
    padding: 0 27px;
}
.wizard .planos > div:nth-child(3n-2).selection{
    left: 8px;
    padding: 0 20px 0 19px;
}
.wizard .planos > div:nth-child(3n-1).selection{
    left: 33%;
}
.wizard .planos > div:nth-child(3n+0).selection{
    left: 66%;
}
.wizard .planos > .selection + div, .wizard .planos > div:nth-child(3n-1).selection-remove + div{
    margin-left: 33.3333%;
}

.wizard .planos > div.selection-remove:nth-child(3n-2){
    padding: 0 15px;
}
.wizard .planos > div:nth-child(3n-1).selection-remove{
    position: absolute;
    animation-name: unselectionSecond;
    -webkit-animation-name: unselectionSecond;
    padding: 0 22px;
}
.wizard .planos > div:nth-child(3n+0).selection-remove{
    position: absolute;
    animation-name: unselectionThird;
    -webkit-animation-name: unselectionThird;
    padding: 0 23px 0 21px;
}
.fadeOutDown-remove{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
@keyframes selection{
    0% { }

    100% {
        left:12px;
    }
}
@-webkit-keyframes selection{
    0% { }

    100% {
        left:12px;
    }
}
@keyframes unselectionSecond{
    100% {
        left: 33.3333%;
    }

    0% {
        left:8px;
    }
}
@keyframes unselectionThird{
    100% {
        left:calc(66.666% - 12px);
    }

    0% {
        left:12px;
    }
}
@-webkit-keyframes unselectionSecond{
    100% {
        left: 33.3333%;
    }

    0% {
        left:8px;
    }
}
@-webkit-keyframes unselectionThird{
    100% {
        left:calc(66.666% - 12px);
    }

    0% {
        left:12px;
    }
}
/*DIMENSIONS*/
.fullH {
    height: 100%
}

.fullW {
    width: 100%;
}

/*DISPLAYS*/
.clear {
    display: none;
}
.d-inline {
    display: inline;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
/*BORDERS*/
.b-b-lg{
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
}
.b-b-primary{
    border-bottom-color: #1c7ebb !important;
}
/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}
.p-t-xxs {
    padding-top: 5px;
}
.p-t-sm  {
    padding-top: 15px;
}
.p-l-xs {
    padding-left: 10px;
}
.p-l-md {
    padding-left: 15px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r-md {
    padding-right: 15px;
}
.p-r-lg {
    padding-right: 30px !important;
}
.p-r-xl {
    padding-right: 50px;
}
.p-xs {
    padding: 10px;
}
.p-b-xs {
    padding-bottom: 10px;
}
.p-b-sm{
    padding-bottom: 15px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.p-b-none{
    padding-bottom: 0px;
}
.p-l-none{
    padding-left: 0px
}
.p-r-none{
    padding-right: 0px
}
.p-t-none{
    padding-top: 0px
}
.p-none {
    padding: 0px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px !important;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
/* Fs */
.logo a{
     color: #FFFFFF;
}
/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle{*/
.btn-lg{
    color: white;
    background-color: #871E21;
    border-color: #73191C;
}
/*.btn-primary {*/
.btn-lg{
    color: white;
    background-color: var(--main-bg-color);
    /*background-color: #C22B2F;*/
    /*border-color: #871E21;*/
    border-color: var(--main-dark-color);
}
.btn-lg:hover{
    background-color: var(--main-dark-color);
    /*background-color: #B22B2E;*/
    /*border-color: #871E21;*/
    border-color: var(--main-dark-color);
}
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #767676;
    background-color: #fff;
}
.logo-dash{
   width: 18%;
    float: left;
    margin-top: 10px;
    margin-right: -44px;
}
.top-header {
    height: 50px;
    /*background-color: #C22B2F;*/
    background-color: var(--main-bg-color);
}
.top-header .logo {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*background-color: #C22B2F;*/
    background-color: var(--main-bg-color);
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #fff;
}
.bg-prime{
    background-color: var(--main-bg-color);
    /*background-color: #C22B2F;*/
    color: white;
}

/*- -*/
h3 span.min-info {
    font-size: 12px;
    color: #999;
}
