.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #ef9a9a;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* fija el th de una tabla */
.sticky {
    position: sticky;
    background: #fff;
    top:0;
}
/* fija el th de una tabla */

/* Para dejar un header fijo y un content con scroll */
.wrapper {
    margin:0 auto;
    overflow: hidden;
    max-height: 650px;
}
.wrapper-header {
    height: 70px;
    width: 100%;
    padding:15px; 
}
.wrapper-content {
    float: left;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    max-height: 550px;
    width: 100%;
}
/* Para dejar un header fijo y un content con scroll */

.popconfirm {
    transform-origin: 50% 124.25px;
    z-index: 1060;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: 14px;
    box-sizing: border-box;
}
.popover {
    padding-bottom: 12px;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.88);
    position: absolute;
    line-height: 1.5714285714285714;
    list-style: none;
    font-weight: 400;
    white-space: normal;
    text-align: start;
    cursor: auto;
}
.popover-content {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
}
.popover-arrow {
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 0 0 2px;
    pointer-events: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.popover .popover-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 32px;
    height: 8px;
    clip-path: path('M 6.343145750507619 8 A 4 4 0 0 0 9.17157287525381 6.82842712474619 L 14.585786437626904 1.414213562373095 A 2 2 0 0 1 17.414213562373096 1.414213562373095 L 22.82842712474619 6.82842712474619 A 4 4 0 0 0 25.65685424949238 8 Z');
    content: "";
}
.popover .popover-arrow::after {
    content: "";
    position: absolute;
    width: 11.31370849898476px;
    height: 11.31370849898476px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
    z-index: 0;
    background: 0 0;
}
.popover-arrow-content {
    box-sizing: border-box;
}
.popover-inner {
    box-sizing: border-box;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    padding: 12px;
    margin: 0;
}
.popover-inner-content {
    box-sizing: border-box;
    color: rgba(0,0,0,.88);
}
.popconfirm-inner-content {
    color: rgba(0,0,0,.88);
    margin: 0;
    padding: 0;
}
.popconfirm-message {
    position: relative;
    margin-bottom: 8px;
    color: rgba(0,0,0,.88);
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.anticon {
    color: #faad14;
    font-size: 14px;
    flex: none;
    line-height: 1;
    padding-top: 4px;
}
.popconfirm-message-title {
    font-weight: 600;
    flex: auto;
    margin-inline-start: 8px;
    box-sizing: border-box;
}
.popconfirm-description {
    position: relative;
    margin-inline-start: 22px;
    margin-bottom: 8px;
    color: rgba(0,0,0,.88);
    font-size: 14px;
}
.popconfirm-buttons {
    text-align:right;
}
.btn-line {
    line-height: 1.5714285714285714;
    padding: 0 7px;
    margin-inline-start: 8px;
}

.m-t-0 {
    margin-top: 0px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-10 {
    margin-top: 10px;
}
.panel-body {
    padding-bottom: 0px;
}
ul li a {
    text-decoration: none;
    font-size: 1.4rem;
}
body, label {
    font-size: 1.4rem;
}
.form-control {
    font-size: 1.4rem!important;
}
.form-select-lg {
    font-size: 1.4rem!important;
}
td span:hover{
    cursor: pointer;
}
.no-border {
    border: none!important;
}
.tool-bar {
    padding: 5px 0px;
}
.panel.panel-primary {
    margin-bottom: 10px;
}
.disappear {
    display: none;
}
.add-proveedor a {
    text-decoration: none;
}
.add-proveedor {
    position: absolute;
    top: 32px;
    right: 15px;
}
.alert-margin-right {
    margin-right: -370px;
}
.alerts {
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-flow: column;
    font-family: "Montserrat", sans-serif;
    overflow-y: auto;
    padding: 30px;
    width: auto;
    z-index: 22;
}
.alerts .alert {
    display: flex;
    flex-flow: row;
    margin: 10px 0;
    width: 320px;
    min-height: 90px;
    height: auto;
    background-color: #cecece;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0px 10px 46px -21px rgba(0, 0, 0, 0.75);
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    cursor: pointer;
}
.alerts .alert:hover {
    box-shadow: 0px 10px 60px -21px rgba(0, 0, 0, 0.8);
}
.alerts .alert.sucess {
    background-color: #3db56e;
}
.alerts .alert.request {
    background-color: #67a4c0;
}
.alerts .alert.wait {
    background-color: #c3d2d9;
}
.alerts .alert.failed {
    background-color: #c84346;
}

.alerts-animate {
    animation-name: animateleft;
    animation-duration: 1s;
}

@keyframes animateleft {
    0%   {right:-370px;}
    100% {right:30px;}
}

.alerts .alert-icon {
    font-size: 2em;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
}
.alerts .alert-content {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    width: 100%;
}
.alerts .alert-content .alert-close {
    position: absolute;
    font-size: 1.2em;
    top: 7px;
    right: 10px;
    cursor: pointer;
}
.alerts .alert-content .alert-title {
    padding-right: 12px;
    font-size: 1.3em;
    font-weight: 700;
}
.alerts .alert-content .alert-subtitle {
    display: flex;
    flex-flow: column;
    margin-top: 5px;
    font-size: 0.9em;
    font-weight: 300;
}
.alerts .alert-content .alert-subtitle .little-lista {
    display: none;
    padding: 0 10px;
}
.t-no-underline {
    text-decoration: none;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.bg-doctors {
    background: url('../../img/doctors.svg') no-repeat;
    background-size: 300px 300px;
    background-position: bottom center;
}
.color_e {
    color: #bdbdbd;
}
.custom-tag {
    font-size: 10px; 
    background: #428bca; 
    padding: 5px; 
    margin: 5px; 
    color:#fff; 
    border-radius: 5px; 
    display:block;
}
.point{
    cursor: pointer;
}