@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');

/*Estilos datepicker years*/
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
    background-color: #b6b4df !important;
}

.datepicker td span.active {
    background-color: #b6b4df !important;
    background-image: -webkit-linear-gradient(top, #b6b4df, #bbb8e9) !important;
}

.orange-text {
    color: #fda27d;
}

.text-lila {
    color: #b6b4df;
}

.filterFont {
    font-size: 14px;
}

.rolldate-container .rolldate-confirm {
    color: #a25cbf !important;
    font-weight: bold;
}

.rolldate-container .rolldate-btn {
    font-weight: bold;
    font-size: 14.5px !important;
}

.rolldate-container header {
    font-size: 15px !important;
}

.panel-heading  a:before {
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f078";
     color: #a25cbf;
     float: right;
     transition: all 0.5s;
  }
.panel-heading.active a:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
  } 

td.in-range {
    background: #f4f2ff !important;
}
/*Terminan estilos de date picker range*/

/*Placeholder color*/
::placeholder {
    color: #bebebe !important;
}

/*Default color para las etiquetas a*/
.exp_menu {
    color: #797979 !important;
}

.exp_menu:hover {
    color: #a25cbf !important;
}

/*Dropdown active*/
.dropdown-item:active {
    background-color: #f8f9fa !important;
}

/*put text in the middle*/
.middle-text {
    vertical-align: middle;
}

.margin-consent {
    margin: 13px;
}

.labelFont {
    font-size: 14px !important;
}

.spanFont {
    font-size: 12.5px !important;
}

/*Focus input type checkbox and input type radio*/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #e0baec !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e0baec !important;
}
/* finished styles*/

.card-info {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px !important;
    border-left: solid 9px #b6b4df;
}

.card-validacion-estudiosRB {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px !important;
    border-bottom: solid 9px #28a745;
}

.card-validacion-estudiosPA {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px !important;
    border-bottom: solid 9px #f6b973;
}
.card-validacion-estudiosVE {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px !important;
    border-bottom: solid 9px #dc3545;
}

div.ex3 {
   
    height: 500px;
    width: auto;  
    overflow-y: auto;
  }
  
/*Focus de menú*/
.prof-menu > li > a:focus {
    background-color: unset !important;
    color: #a25cbf;
}

/*Estilos del contador en el botón de validar estudios*/
.counter-agenda {
    background-color: #e7567b;
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    top: -15px;
    right: 105px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 2;
    text-align: center;
}

/*responsive tables with easy horizontal scroll in small screens*/
@media (min-width: 1200px) {
    .table-responsive {
    overflow: unset;
    }
}

/* break words consentimiento*/
@media (max-width: 700px) {
    .break-words {
        word-break: break-all;
    }
}

/* break line consentimiento*/
.break-line {
    word-break: break-all;
}
/*custom scroll in y*/
.customScroll-y {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden !important;
}

/*Estilos en scrollbar solo y*/
.customScroll-y::-webkit-scrollbar {
    width: 7px;
}

.customScroll-y::-webkit-scrollbar-track {
    background-color: #dedcff;
}

.customScroll-y::-webkit-scrollbar-thumb {
    background-color: #b6b4df;
    border-radius: 10px;
}

/*Estilos en scrollbar solo x*/
.customScroll-x::-webkit-scrollbar {
    height: 7px;
}

.customScroll-x::-webkit-scrollbar-track {
    background-color: #dedcff;
}

.customScroll-x::-webkit-scrollbar-thumb {
    background-color: #b6b4df;
    border-radius: 10px;
}

/*Terminan estilos de scrollbar*/

.dashed-line {
    border-top: dashed #e7e7e7;
    border-bottom: dashed #e7e7e7;
    border-left: dashed #e7e7e7;
}

/*custom de botones*/
.btn-rounded-val {
    height: 50px;
    width: 50px;
    margin-left: 7px;
    margin-top: -130px;
    padding: 9.5px;
    border-radius: 50px;
    font-size: 23px;
    line-height: 30px;
}

/*custom size badge*/
.badge-size {
    padding: 5px 10px 5px 10px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
}

/*Aquí empieza el custom del filter*/
.dropdown-menu {
    min-width: unset !important;
}

.focus-option:focus {
    outline: 0;
    box-shadow: none !important;
}

/*Estilos para poner línea punteada a la derecha*/
.dashed-right {
    border-right: dashed #e7e7e7;
}

/*custom badge*/
.badge-error {
    color: white !important;
    background-color: #e24b71 !important;
}

/*custom cambio de color en checkboxes*/
.button-cover {
    height: 100px;
    margin: 20px;
    background-color: rgb(147, 168, 185);
    box-shadow: 0 10px 20px -8px #a8dddd;
    border-radius: 4px;
}

.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #77afaf;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.option-button-color {
    position: relative;
    width: 74px;
    height: 36px;
    overflow: hidden;
    border-radius: 20px !important;
}

.option-button-color.r, .option-button-color.r .layer {
    border-radius: 100px;
}

.option-button-color.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #d2f1d9;
    transition: 0.3s ease all;
    z-index: 1;
}

/*estilos dropzone*/
.dashed-dz {
    border: dashed #f1f1f1 !important;
}

.dashed-img {
    border: dashed #e0e0e0;
    border-radius: 15px !important;
}

/* Button 10 */
#option-btn-color .knobs:before, #option-btn-color .knobs:after, #option-btn-color .knobs span {
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 100%;
    transition: 0.3s ease all;
}

#option-btn-color .knobs:before {
    content: '';
    left: 4px;
    background-color: #52b86a;
}

#option-btn-color .knobs:after {
    content: 'NO';
    right: 3px;
    color: #4e4e4e;
}

#option-btn-color .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}

#option-btn-color .checkbox:checked + .knobs span {
    color: #4e4e4e;
}

#option-btn-color .checkbox:checked + .knobs:before {
    left: 42px;
    background-color: #ef6262;
}

#option-btn-color .checkbox:checked + .knobs:after {
    color: #fff;
}

#option-btn-color .checkbox:checked ~ .layer {
    background-color: #fcebeb;
}

/*Inician estilos de carga de imagen en usuarios*/
.profile-nav .new-user {
    background: none !important;
    padding-top: 30px !important;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    text-align: center;
}

.profile-nav .new-user a img {
    width: 180px;
    height: 180px;
    border-radius: 50px;
    -webkit-border-radius: 50%;
    border: 5px solid #dbdaec !important;
}

.rounded-img {
    border-radius: 5px;
}

/*Estilos para card de datos paciente agenda*/
.roundCardInfo {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 110px !important;
}

/*Shadows para cards en general*/
.shadowCards {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

/*Custom border-radius cards rm*/
.roundedCards {
    border-radius: 15px;
}

/*Custom estilos para badge*/
.badge-lila {
    color: #FFF;
    background-color: #b6b4df;
}

.badge-pinky {
    color: #FFF;
    background-color: #f2a0be;
    border-radius: 10px;
}

.badge-purple {
    color: #FFF;
    background-color: #b985cf;
    border-radius: 10px;
}

/*Height de card no validados*/
.roundCardVal {
    border-radius: 20px !important;
    background-color: #fcfcfc !important;
    box-shadow: rgba(119, 119, 129, 0.2) 0px 7px 29px 0px;
    
}

/*tamaño fijo de imágenes*/
.image_picker_image {
    width: 300px;
    height: 190px;
}

/*Estatus no validados (estilos)*/
.badge-card-validacion-estudiosRB{
    color: #52b86a;
    background-color: #def5cc;
    padding: .65em .8em;
    border-radius: 0rem 1.5rem 1.5rem.0rem;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;

}

.badge-card-validacion-estudiosPA{
    color: #f6b973;
    background-color:#f9f6e0;
    padding: .65em .8em;
    border-radius: 0rem 1.5rem 1.5rem.0rem;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;

}

.badge-card-validacion-estudiosVE{
    color: #dd6b6b;
    background-color: #f5dee0;
    padding: .65em .8em;
    border-radius: 0rem 1.5rem 1.5rem.0rem;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;

}

.green-badge {
    background-color: #90DE62;
}

.text-lab {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    color: #939393;
}

.border-bottomE {
    border-bottom: 3px solid #b6b4df !important;
    width: 70px;
    margin-top: 0;
}

.fa-user{
    color: #b6b4df;
}

.fa-user-md{
    color: #b6b4df;
}

.fa-calendar-day{
    color: #b6b4df;
}


.verticalLine { 
    border-left: thin solid #d9d9de;
    padding: 0 0 0 0.9rem !important; 
}

/* This text is in Open Sans */
.quick-font { 
	font-family: 'Quicksand', sans-serif;
    vertical-align: middle !important;
    font-size: 12px;
    color:#928989 !important;}

.ValidadosSize {
    width: 350px!important;
    max-width: 350px!important;
}

.greater-than {
    color:#b6b4df !important;
    margin-top: 25px !important;
    
}

.roundListTop{
border-radius: 10px 10px 0 0 !important ;
}

.roundListBottom{
border-radius: 0 0 10px 10px !important ;
}

.positionDropdown{
    position: absolute !important; 
    /*transform: translate3d(420px, 36px, 0px) !important;*/
    top: 15px !important;
}

.notifyvalidation{
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: transparent transparent #a25cbf !important;
    border-radius: 10px 10px 0 0 !important ;
    top: -16px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

@media (max-width: 1300px) {
    .notifyvalidation {
        left: 74px;
    }
}

@media (max-width: 400px) {
    .notifyvalidation {
        display: none !important;
    }
}


.center-circle {
    position: relative;
}

.center-circle > i{
    position: absolute;
    top: 50%;
}


.dropdown-menu.extended  {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.customFont {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    color: #898989;
}

.dashed-modal {
    border: 1px dashed #b6b4df;
}

.msg-time-chat {
    overflow: unset !important;
}

.msg-time-chat:before {
    background-color: #b6b4df !important;
}

.timeline-messages {
    right: 35px !important;
}

/*Empuja los modals en responsive*/
@media (max-width: 700px) {
    .modal-historial {
        margin-top: 70px;
    }
}

.orange-badge {
    background-color: #FAC186;
}

.cbx-rose{
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ED80A8;
    border-radius: 25%;
}

.cbx-rose:checked{
    background-color: #ED80A8;
}