.columnaDerecha{
    text-align: center;
}
.username{
    text-transform: capitalize !important;
}
a .username{
    color: #a92b43;
}
#btnConsultar{
    margin-left: -12%;
}

@media (max-width: 800px) {

    .fixed-card {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .fc-toolbar-title{
        position: fixed;
        right: 154px;
        top: 121px;
    }
  }

  @media (min-width: 800px) {
    .fixed-card {
        position: fixed;
        top: 0;
        left: auto;
        margin-right: 45px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }
  }

@media (min-width: 769px) and (max-width: 1359px) {
    .btnAgregarBuscar{
        margin-top: -5%;
    }


}
@media (min-width: 1360px) {
    .btnAgregarBuscar{
        margin-top: -50px;
    }
}

.text-td{
    text-align: center;
}

.espaciosRadiobtn{
    margin-left: -3%;
    padding-left: 0 !important;
}
.fc .fc-button-primary{
    background-color: #933557 !important;
    border-color: #933557 !important;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Elegir";
}

i {
    font-style: italic;
}

.container{
    margin-top:100px;
}

.widget-subheading{
    color: #858a8e;
    font-size: 10px;
}
.card-header.card-header-tab .card-header-title {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.card-header .header-icon {
    font-size: 1.65rem;
    margin-right: 0.625rem;
}

.btn-actions-pane-right {
    margin-left: auto;
    white-space: nowrap;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.scroll-area-sm {
    height: 288px;
    overflow-x: hidden;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.todo-indicator {
    position: absolute;
    width: 4px;
    height: 60%;
    border-radius: 0.3rem;
    left: 0.625rem;
    top: 20%;
    opacity: .6;
    transition: opacity .2s;
}

.bg-warning {
    background-color: #f7b924 !important;
}

.bg-sucess {
    background-color: #058C42 !important;
}

.bg-negociacion {
    background-color: #5CA4AD !important;
}

.bg-cotizacion {
    background-color: #A2B63E !important;
}

.bg-descartado {
    background-color: #AD343E !important;
}

.bg-prospecto {
    background-color: #725775 !important;
}

.bg-contactado {
    background-color: #E18335 !important;
}

.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}

.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.widget-content .widget-content-right.widget-content-actions {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
}

.widget-content .widget-content-right {
    margin-left: auto;
}

.badge-dot {
    font-size: .875rem;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    text-transform: none;
    background: 0 0;
}

.badge {
    font-size: 80%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 0.35rem 0.375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0.375rem;
}

.badge-dot i {
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.375rem;
    vertical-align: middle;
    border-radius: 50%;
}

.md-chip {
    display: inline-block;
    background: #e0e0e0;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 13px;
    color: #fff;
  }
.table-btn{
    font-weight: normal;
}

input {
    height: calc(2.25rem + 2px);
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.label-primary
{
    background-color: #a92b43;
}

@media (min-width: 992px){
    .modal-lg-custom {
        max-width: 1017px;
    }
}
.color-red{
    color: #a92b43 !important;
}

@keyframes blink {
    50% {
      opacity: 0;
    }
  }
  .blinking-icon {
    color: #a92b43 !important;
    animation: blink 2.5s infinite;
  }
  .white-icon {
    font-size: 20px;
    color: #FFF;
}

.custom-star {
    width: 16px !important;
    height: 16px !important;
    line-height: 18px;
    font-size: 16px !important;
}

.green-icon {
    color: #66615B;
}

.custom-form-control-event {
    overflow-x: auto; 
    height: 38px !important
}

.border-table-comercial {
   border: 1px solid #dee2e6 !important;
}

.ml-8px {
    margin-left: 8px;
}


.custom-scroll-dashboard {
    max-height: 200px; 
    overflow-y: auto;
}