*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input:checked + .slider {
    background-color: #2196f3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 5px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
h1.brand-name {
    color: #c70a0a;
}
.btn.btn-primary {
    background-color: #c70a0a;
    border-color: unset;
    border-style: none;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: #6b0505;
    border-color: #6b0505;
}
.main-container {
    width: 100vw;
    padding-bottom: 100px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Kufi Arabic";
    font-weight: 200;
    letter-spacing: 1px;
}
.action-container {
    width: 300px;
    height: 100px;
    background-color: #fff;
    border-radius: 40px;
    padding: 15px;
}
body.app-body {
    background-color: #c2c2c2;
}
div.action-icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
}
.action-icon.new-patient {
    background-image: url("../img/new_patient-GBoocXD.png");
}
.action-icon.urgency {
    background-image: url("../img/sthetos-un5zkla.png");
}
.action-icon.archives {
    background-image: url("../img/file-AwP1Xhr.png");
}
a {
    text-decoration: none;
    color: unset;
}
a:focus,
a:hover {
    color: #640505;
}
.button-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.form-control {
    border-radius: 5px;
    font-family: "Noto Kufi Arabic";
}
.form-label {
    margin-top: 5px;
    margin-bottom: 0;
}
#navbar a {
    background: #6b0505;
    color: #fff;
    font-size: 12px;
}
.nav-icon {
    color: #fff;
    width: 23px;
    height: 23px;
    margin-top: 5px;
}
.accordion-button.text-bg-primary {
    background-color: #c70a0a !important;
}
.mike-icon,
.parameter-icon {
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
}
.nav-tabs .nav-item {
    background-color: #c70a0a;
    color: #fff;
    text-decoration: none;
}
.nav-tabs .nav-item .a,
.nav-tabs .nav-item a {
    color: #fff;
    text-decoration: none;
}
#nav-wrapper {
    height: 60px;
    margin-top: 15vh;
}
body {
    font: 15px "Noto Kufi Arabic";
}
p {
    font-family: "Noto Kufi Arabic";
}
.device-icon {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}
.device-row {
    background-color: #fff;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.modal-device-icon {
    max-width: 100px;
    max-height: 80px;
    width: auto;
    height: auto;
}
input.form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: var(--bs-gray-dark);
    border-radius: 0;
    height: 30px;
}

.consulation-wide-textarea {
    height: 300px;
}

.mike.switch .round.slider:before {
    background-image: url("../img/mike-pFI_YSh.png");
    background-position: center;
    background-size: 35%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.mike.switch .slider.round {
    height: 40px;
    width: 65px;
}
.mike.switch input:checked + .slider {
    background-color: #c70a0a;
}
.pill-icon {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}
.med-heading {
    border-bottom: 1px solid;
    border-bottom-color: var(--bs-gray-200);
}
.med-row {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--bs-gray-600);
    margin-top: 5px;
}
.row-close-icon {
    height: auto;
    width: auto;
    max-width: 15px;
    max-height: 15px;
}

.form-fieldset-header {
    padding-bottom: 10px;
}

div.tab-pane {
    padding-top: 10px;
}

.ea-lightbox {
    display: none
}

.ea-lightbox-thumbnail {
    div {
        width: 200px;
        height: 100px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat
    }
}

.ea-lightbox-thumbnail img:hover {
    cursor: zoom-in;
}

.ea-lightbox-thumbnail div:hover {
    cursor: zoom-in;
}

.ts-control {
    font-family: 'Inter';
}

.loading-cover {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-color: rgb(246, 248, 251);
}

.ck-editor__editable {
    min-height: 500px;
}

.form-tabs-tablist li.nav-item {
    background-color: unset;
}

.form-tabs-tablist li.nav-item .nav-link.active {
    background-color: white;
}

.form-tabs-tablist li.nav-item .nav-link {
    background-color: #686767;
}

.global-actions span.icon,
.datagrid-filters span.icon,
.batch-actions span.icon,
span.action-icon,
button[class^='action-'] span.icon {
    margin: unset !important;
    vertical-align: middle !important;
    align-self: center !important;
    margin-top: -5px !important;
}

.action-label {
    margin-left: 5px;
}

.parameter-icon {
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
}

.parameter-icon.weight {
    background-image: url("../img/weight-vilWso_.png");
}

.parameter-icon.height {
    background-image: url("../img/height-awivFAB.png");
}

.parameter-icon.waist {
    background-image: url("../img/waist-XvlHIRw.png");
}

.parameter-icon.imc {
    background-image: url("../img/muscle-f7NxAjX.png");
}

.parameter-icon.heart-rate {
    background-image: url("../img/hr-5qxjEfv.png");
}

.parameter-icon.spo2 {
    background-image: url("../img/spo2-lsY7x5h.png");
}

.parameter-icon.fr {
    background-image: url("../img/FR-s2EjRpy.png");
}

.parameter-icon.temp {
    background-image: url("../img/temp-eYrfAJs.png");
}

.parameter-icon.pas {
    background-image: url("../img/pas-c2t9geT.png");
}

.parameter-icon.pad {
    background-image: url("../img/pad-JFfHKVn.png");
}

.parameter-icon.pam {
    background-image: url("../img/pam-fI0AxID.png");
}

.parameter-icon.glucose {
    background-image: url("../img/gluc-PtdStgx.png");
}

.parameter-icon.glucayuna {
    background-image: url("../img/glucayuna-7E4YGzp.png");
}

.parameter-icon.glucstrip {
    background-image: url("../img/glucstrip-k33Ut_d.png");
}

.parameter-icon.iperf {
    background-image: url("../img/oxy_index-AOyFEVe.png");
}

.parameter-icon.pletism {
    background-image: url("../img/pletism-dsVu_0e.png");
}

.parameter-icon.date-start {
    background-image: url("../img/start_date-YmfSq2v.png");
}

.parameter-icon.date-end {
    background-image: url("../img/end_date-iFZI39G.png");
}

.parameter-icon.freq {
    background-image: url("../img/freq-tMUDz2V.png");
}

.parameter-icon.camera {
    background-image: url("../img/camera-8mw-P5_.png");
}

.parameter-icon.move-rate {
    background-image: url("../img/fetal_mov-38RWVvl.png");
}

.parameter-icon.stethos {
    background-image: url("../img/sthetos-un5zkla.png");
}

.parameter-icon.reflex {
    background-image: url("../img/hammer-ibiDGzw.png");
}

.medical-device-icon {
    width: 60px;
    height: 64px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
}

.medical-device-icon.gluco {
    background-image: url("../img/devices/glucometer_low-MMy4p4O.png");
}

.medical-device-icon.oximeter {
    background-image: url("../img/devices/oxy_low-9kCHtGe.jpg");
}

.medical-device-icon.thermometer {
    background-image: url("../img/devices/therm_low-i98R1ST.jpg");
}

.medical-device-icon.pressure {
    background-image: url("../img/devices/ampa_low-DzlepVY.jpg");
}

.medical-device-icon.orl {
    background-image: url("../img/devices/orl_low-TntSaN0.jpg");
}

.medical-device-icon.surgical {
    background-image: url("../img/devices/quiro_low-LoxAaJU.jpg");
}

.medical-device-icon.stimul {
    background-image: url("../img/devices/stimul_low-816hXDu.png");
}

.medical-device-icon.doppler {
    background-image: url("../img/devices/doppler_low-h4u2Mkp.png");
}

.medical-device-icon.stethos {
    background-image: url("../img/devices/sthetos_low-MNEnebl.jpg");
}

.medical-device-icon.reflexes {
    background-image: url("../img/devices/hammer_low-EmzDmxa.jpg");
}

ul.pharmacy-behaviour > div > div {
    display: grid !important;
    gap: 10px;
    grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin-bottom: 10px;
}

[id^="consultation_detailed_edit_labParameters"]
{
    display: grid;
    gap: 10px;
    grid-template-columns: 160px 60px 80px 30px;
    margin-bottom: 10px;
}

.add_item_link {
    width: 80px;
}

ul.lab-parameter {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: wrap;
}

.btn.actio-auto-save {
    width: 120px;
}

.entity-card-img {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
}

.entity-card-img.drug {
    background-image: url("../img/pill-WsQK1rK.png");
}

.entity-card-img.lab {
    background-image: url("../img/lab-Z0yPomG.png");
}

.entity-card-img.uom {
    background-image: url("../img/uom-e9qytR8.png");
}

.entity-card-img.uom-type {
    background-image: url("../img/uom_type-bp0cRdu.png");
}

.entity-card-img.globe {
    background-image: url("../img/globe-pyhM3hH.png");
}

.pagination .page-item.active .page-link {
    background-color: #c70a0aff;
    border-color: #c70a0aff;
}

.page-item .page-link svg {
    transform: scale(0.7);
    margin-top: -10px;
}

.lab-param-field {
    width: 200px;
}

.lab-value-param-field {
    width: 100px;
}

.cke_notifications_area {
    display: none;
}

.cke_notification_warning{
    display: none !important;
}

.cke_reset {
    width: 100%;
}

.combiomed-logo {
    background-image: url("../img/combiomed-Fola2s7.png");
}

.login-bg-cover {
    background-color: white;
    align-content: center;
}

.form-check-input:checked {
    background-color: #c70a0aff;
}

span.action-filters-button-count {
    margin-left: 5px;
    margin-top: 2px;
}

a.btn.btn-secondary.action-filters-reset .icon {
    transform: scale(0.5);
}

.input-group-text {
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

#tab-parametros-medicos .accordion-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.calc-param.badge {
    color: white;
}

.qr-icon {
    background-image: url("../img/qr-pD7kwlt.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

.qr-code {
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    width: 165px;
}

.qr-result {
    width: 256px;
    height: 256px;
}

.qr-result.failed {
    color: red;
}

.qr-result.success {
    color:green;
}

.btn-icon {
    align-items: center !important;
    background-color: #c70a0a !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: .1px .1px 9px hsla(0, 0%, 50%, .404) !important;
    display: flex !important;
    font-family: Agrandir;
    font-size: 13 !important;
    font-style: normal !important;
    font-weight: 500 !important;
    height: 3em !important;
    justify-content: center !important;
    line-height: .7em !important;
    text-decoration: none !important;
    width: 3em !important;
}

.photo-camera-lens {
    width: 320px;
    height: 240px;
    background-color: black;
    border-radius: 5px;
}

.badge {
    color: white;
}

.ldBar-label {
    display: none;
}

.tele-medicine-action {
    background-color: #ade2fd;
}

.verification-body {
    background-color: white;
    font-family: "Poppins", Sans-serif;
}

.verification-nav {
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 1;
    background-color: white !important;
}

.verification-logo {
    width: 167px !important;
}

.form-control.pin-input {
    padding: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    margin-left: 10px;
}

.pin-input::-webkit-outer-spin-button,
.pin-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pin-input[type=number] {
  -moz-appearance: textfield;
}

.pin-column {
    justify-content: center;
}

.device-header-name.telemedicine {
    background-color: #f3f3f3;
    height: 35px;
    align-content: center;
}

#tablist-tab-hogar {
    background-color: #ade2fd;
    color: black;
}

@media (max-width: 768px) {
    ul.pharmacy-behaviour > div > div {
        display: grid !important;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        margin-bottom: 10px;
    }

    .delete-collection-item {
        grid-column: 3;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .drug-pharma-field {
        grid-column: span 2;
    }

    .illness-pharma-field {
        grid-column: span 2;
    }

    .intake-pharma-field {
        grid-column: span 2;
    }

    .parameter-icon {
        max-width: 24px;
        max-height: 24px;
    }
}
