/* General */

#cinhari-main {
    position: relative;
    min-height: 100vh;
}

#cinhari-main hr {
    margin: 1em 0;
}

.hlp-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2fced6;
    background: rgba(255, 255, 255, 0.7);
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}
.hlp-loader.main {
    font-size: 50px;
    background-color: #fff;
}
.hlp-loader.content {
    font-size: 50px;
}
.hlp-loader.content i {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}
.hlp-loader.hide {
    opacity: 0;
    visibility: hidden;
}
.show-loader .hlp-loader {
    opacity: 1;
    visibility: visible;
}

#cinhari-main h1,
#cinhari-main h2,
#cinhari-main h3 {
    text-transform: uppercase;
    font-weight: 500;
}

.hlp-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.hlp-toggle i {
    width: 1.5em;
    margin-right: .5em;
    text-align: center;
}
.hlp-toggle.active i::before {
    content: "\f070";
}
.hlp-toggle-cont {
    display: none;
    background-color: #f7f7f7;
    padding: 20px;
}

.cf-turnstile {
    width: 100%;
    text-align: center;
    line-height: 1;
}

.hlp-form,
.hlp-form .main-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
}
#hlp-edit-profile {
    align-items: flex-start;
}
.hlp-form .min-col {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.hlp-form .col {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 15px;
}
.hlp-form >hr {
    width: 100%;
}
.hlp-form .col.half {
    width: 48%;
}
.hlp-form .col >p {
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 3px;
    color: #0a7f8a;
}
.hlp-form .col >.desc {
    display: block;
    line-height: 1.2em;
    font-style: italic;
    font-size: .8em;
    margin: 2px 0 6px 0;
    width: 100%;
}
.hlp-form .col >.desc.center {
    text-align: center;
}
.hlp-form .col.required >p::after {
    content: " *";
}
.hlp-form .col .data {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.hlp-form .col.only-company {
    display: none;
}
.hlp-form .col.repeater .group {
    background: #f9f9f9;
    border: 1px dashed #ccc;
    align-items: flex-end;
    margin-top: 10px;
}
.hlp-form .col.repeater .group:last-child {
    margin-bottom: 0;
}
.hlp-form .col.repeater .group >legend {
    border: 1px dashed #ccc;
    background: #ffffff;
    border-radius: 5px;
}
.hlp-form .col.repeater .subitem {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: .6em;
}
.hlp-form .col.repeater .subitem >strong {
    font-weight: 600;
}
.hlp-form .col.repeater .subitem:first-child {
    border-top: 0;
}
.hlp-form .col.repeater .log-box {
    background-color: transparent;
    padding: 0;
}
.hlp-form .col.repeater .action {
    width: 100%;
    text-align: right;
    font-size: .9em;
}
.hlp-form .col.repeater .action .remove {
    color: #b01111;
    display: inline-block;
    cursor: pointer;
}
.hlp-form .col.repeater .action .remove:hover {
    color: #0a7f8a;
}
.hlp-form .resume {
    border: 1px dashed #ccc;
    padding: 10px 15px;
    margin-top: 15px;
    background: #f7f7f7;
    border-radius: 5px;
}
.hlp-form .under-age.hide {
    display: none;
}
.hlp-form p.desc {
    margin-bottom: 10px;
    font-style: italic;
}
.hlp-form textarea {
    height: 100px;
}
.hlp-form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
}
.hlp-form fieldset .col:last-child {
    margin-bottom: 10px;
}
.hlp-form fieldset:first-child,
.hlp-form fieldset + fieldset {
    margin-top: 0!important;
}
.hlp-form fieldset legend {
    font-weight: 600;
    color: #0a7f8a;
}
.hlp-form fieldset .legend-desc {
    margin-bottom: 1em;
    display: block;
    line-height: 1.2em;
    font-style: italic;
    font-size: .9em;
    width: 100%;
}
.hlp-form fieldset.repeat {
    display: block;
}
.hlp-form .field-type-radio label,
.hlp-form .field-type-checkbox label {
    margin-right: 15px;
    font-weight: 400;
}
.hlp-form .check-term-box {
    display: flex;
    font-weight: 400;
}
.hlp-form .check-term-box .input {
    flex: 0 0 auto;
    margin-right: 1em;
}
.hlp-form .check-term-box .text {
    flex: 1;
    font-size: .9em;
}
.hlp-form .check-term-box .title {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.hlp-form .check-term-box strong {
    font-weight: 600;
}
.hlp-form .error label.check-term-box {
    color: #000;
}
.hlp-form .error label.check-term-box .title {
    color: #b01111;
}
.hlp-form .field-main_check .links {
    display: block;
    margin-left: 2em;
    font-size: .9em;
}
.select2-container--default .select2-results__option--selected {
    background-color: #f2f2f2;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2fced6;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
}
.select2-container .select2-selection--multiple {
    min-height: 43px;
}
.select2-container--default .select2-selection--multiple textarea {
    display: inline;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-top: 4px;
    padding-bottom: 6px;
    background-color: #f2f2f2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    bottom: 0;
    border-radius: 0;
}
.iti {
    width: 100%;
}
.iti__selected-country:hover {
    background: none;
    border: 0;
    color: #000;
}
input[type=search].iti__search-input {
    padding-left: 30px;
    padding-right: 28px;
}
.iti--inline-dropdown .iti__dropdown-content {
    margin-top: 0;
}
.iti__selected-country-primary {
    border-radius: 22px 0 0 22px;
}
.hlp-form .vertical label {
    display: block;
    margin-top: 3px;
}
.hlp-form ::placeholder {
    opacity: .3;
    font-style: italic;
}
.hlp-form .doc-box {
    display: flex;
}
.hlp-form .doc-box .select2-container {
    width: 100px!important;
}
.hlp-form .doc-box .select2-selection--single,
.hlp-form .doc-box .select2-container--default.select2-container--disabled .select2-selection--single {
    border-radius: 22px 0 0 22px;
}
.hlp-form .doc-box input {
    border-radius: 0 22px 22px 0;
    border-left: 0!important;
}
.hlp-form .birthdate-box {
    display: flex;
    align-items: center;
}
.hlp-form .birthdate-box #age {
    white-space: nowrap;
    line-height: 1;
    margin-left: 20px;
}
.hlp-form input[type=text]:not(.datepicker):read-only {
    opacity: .5;
}
.hlp-form input[type=text]:not(.datepicker):read-only:focus {
    background: #fff;
}
.hlp-form input::-webkit-outer-spin-button,
.hlp-form input::-webkit-inner-spin-button {
    appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}
.hlp-form input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}
.hlp-form .col.readonly {
    opacity: 0.3;
}
.hlp-form .col-submit {
    margin: 15px 0 0 0;
    text-align: right;
}
.hlp-form .col-submit button {
    display: inline-flex;
    justify-content: center;
    position: relative;
    margin: 0 0 5px 10px;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.hlp-form .col-submit button span {
    padding: .66em 1em;
}
.hlp-form .col-submit button .fa-spin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}
.hlp-form .col-submit button.loading .fa-spin {
    display: flex;
}
.hlp-form .col-submit button.loading span {
    opacity: 0;
}
.hlp-toggle-pass .pass-input {
    position: relative;
}
.hlp-toggle-pass input {
    padding-right: 40px;
}
.hlp-toggle-pass .pass-input i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}
.hlp-toggle-pass .pass-input i.show:before {
    content: "\f070";
}
.hlp-check-pass .pass-rules {
    display: none;
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
    font-size: .8em;
    line-height: 1.4em;
}
.hlp-check-pass .pass-rules li {
    display: inline-flex;
    align-items: center;
    margin-right: .5em;
    color: #999999;
}
.hlp-check-pass .pass-rules li i {
    width: .9em;
    margin-right: .2em;
}
.hlp-check-pass .pass-rules li.valid {
    color: #11b077;
}
.hlp-check-pass .pass-rules li.valid i::before {
    content: "\f00c";
}
.multicheck-wrapper label {
    display: block;
    max-width: max-content;
    margin-top: 5px;
    line-height: 1.2em;
}
.multicheck-wrapper.inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.multicheck-wrapper.inline label {
    width: 100%;
    max-width: none;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.multicheck-wrapper.inline label input {
    margin-right: .5em;
}
.radio-wrapper label {
    display: block;
    max-width: max-content;
    margin-top: 5px;
}
.hlp-form .main-title {
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: .2em;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a7f8a;
}
.hlp-form .main-title.no-margin-top {
    margin-top: 0;
}
.hlp-form .main-title.sub {
    border-color: #ccc;
    text-transform: none;
    font-style: italic;
}
.hlp-form .main-title .desc {
    display: block;
    text-transform: none;
    color: #000;
    font-style: italic;
    font-size: .9em;
    line-height: 1.2em;
    font-weight: 400;
}

.field-type-file .file-actions a {
    display: inline-block;
    line-height: 1;
    font-size: .8em;
    padding: .66em 1em;
    border-radius: 5px;
    border: 1px solid #999999;
    color: #000;
    margin: 5px 10px 5px 0;
    text-transform: uppercase;
    font-weight: 500;
    background: #f7f7f7;
}
.field-type-file .file-actions {
    margin-top: 5px;
}
.field-type-file .file-actions a:hover {
    background-color: #0d213a;
    color: #fff;
    border-color: #0d213a;
}

.hlp-form .sesion.hlp-toggle {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    justify-content: space-between;
}
.hlp-form .sesion.hlp-toggle-cont {
    width: 100%;
    font-size: .9em;
}
.hlp-form .sesion.hlp-toggle-cont strong {
    font-weight: 600;
}
.hlp-form .sesion.hlp-toggle-cont .file-info {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-top: 10px;
}
.hlp-form .sesion.hlp-toggle-cont .file-info:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.hlp-form .sesion.hlp-toggle-cont .file-actions a {
    background-color: #fff;
}
.hlp-form .sesion.hlp-toggle-cont .file-actions a:hover {
    background-color: #0d213a;
}

.hlp-form .log-box {
    background-color: #f9f9f9;
    padding: 20px;
    width: 100%;
}
.hlp-form .log-box:last-of-type {
    margin-bottom: 0;
}
.hlp-form .log-box p:last-of-type {
    margin-bottom: 0;
}
.hlp-form .log-title {
    font-weight: 500;
    margin-bottom: 3px;
}
.hlp-form .log-list {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}
.hlp-form .log-list {
    max-height: 500px;
}
.hlp-form .log-actions,
.field-type-file {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}
.field-type-file:last-of-type,
.field-type-file:has(+ fieldset),
.field-type-file:has(+ .main-title) {
    border-bottom: 0;
    padding-bottom: 0;
}
.field-type-file:has(+ .col-submit),
.hlp-form .col:has(+ .main-title) .log-actions {
    border-bottom: 0;
}
.hlp-form .log-actions .btn,
.field-type-file .btn,
.hlp-form .repeater .btn {
    display: inline-block;
    padding: 8px 10px;
    background-color: #0a7f8a;
    color: #FFF;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-size: .8em;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-form .log-actions .btn:hover,
.field-type-file .btn:hover,
.hlp-form .repeater .btn:hover {
    background-color: #296870;
}
.hlp-form .log-actions .btn.cancel {
    background-color: #b01111;
}
.hlp-form .log-field,
.hlp-form .log-actions .cancel,
.hlp-form .log-actions.show .add {
    display: none;
}
.field-type-file.single .add-file.loaded {
    display: none;
}
.hlp-form .log-field.show {
    display: block;
}
.hlp-form .log-actions.show .cancel {
    display: inline-block;
}

.hlp-form .error:not(.field-type-radio):not(.field-type-checkbox) input,
.hlp-form .error select,
.hlp-form .error textarea,
.hlp-form .error .select2-container--default .select2-selection--single {
    border-color: #b01111;
}
.hlp-form .error >p,
.hlp-form .error >label {
    color: #b01111;
}

.hlp-form.mode-view .created {
    font-style: italic;
    margin-bottom: 20px;
}
.hlp-form.mode-view .created strong {
    font-weight: 500;
}
.hlp-form.mode-view.history >.col:not(.once) {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
.hlp-form.mode-view .field-type-file,
.hlp-form.mode-view.history >.col:not(.once):last-of-type,
.hlp-form.mode-view.history >.col:not(.once):has(+ .main-title) {
    border-bottom: 0;
    padding-bottom: 0;
}
.hlp-form.mode-view .box-details {
    border: 1px solid #ccc;
    padding: 10px 20px;
    background: #f7f7f7;
    margin-bottom: 10px;
}
.hlp-form.mode-view .box-details .item {
    display: block;
}
.hlp-form.mode-view .box-details .status.is-activated span {
    color: #11b077;
}
.hlp-form.mode-view .box-details .status.is-activation-pending span {
    color: #b08011;
}
.hlp-form.mode-view .box-details .status.is-suspended span {
    color: #b01111;
}
.hlp-form.mode-view .box-details i {
    width: 1.5em;
    margin-right: .3em;
    text-align: center;
}

.hlp-btn {
    position: relative;
    display: inline-block;
    background-color: #2fced6;
    border: 1px solid #2fced6;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.1em;
    border-radius: 22px;
    padding: .66em 1em;
    transition: all .3s ease;
    box-shadow: none;
    overflow: hidden;
    cursor: pointer;
}
.hlp-btn.alt {
    background-color: #0a7f8a;
    border-color: #0a7f8a;
}
.hlp-btn:hover {
    background-color: #0a7f8a;
    border-color: #0a7f8a;
    color: #fff;
}

.hlp-btn .hlp-loader {
    background-color: #2fced6;
    color: #fff;
}
.hlp-btn .hlp-loader {
    background-color: #0a7f8a;
}

.hlp-file-wrapper .uploader {
    position: relative;
    width: 100%;
    min-height: 200px;
    border: 1px dashed #999999;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f7f7f7;
    transition: all .3s ease;
}
.hlp-file-wrapper .uploader .file-input {
    display: none;
}
.hlp-file-wrapper .uploader .file-label {
    display: inline-block;
    padding: .66em 1.33em;
    background-color: #0a7f8a;
    color: white;
    border-radius: 5px;
    margin: .5em 0;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-file-wrapper .uploader .file-label:hover {
    background-color: #000;
}
.hlp-file-wrapper .uploader span {
    display: block;
}
.hlp-file-wrapper .uploader .file-name {
    display: none;
    font-weight: 500;
    border-top: 1px dashed #CCCCCC;
    margin-top: .5em;
    padding-top: .5em;
}
.hlp-file-wrapper .uploader .file-name.show {
    display: block;
}
.hlp-file-wrapper .uploader .file-name.error {
    color: #b01111;
}
.hlp-file-wrapper .uploader.dragover {
    background-color: rgba(17, 176, 176, 0.1);
    border-color: #2fced6;
}

.hlp-file-wrapper {
    border-top: 1px solid #CCCCCC;
    padding: 20px 0;
}
.hlp-file-wrapper:first-of-type {
    border-top: 0;
}
.hlp-file-wrapper.loaded:not(.mode-replace) .uploader,
.hlp-file-wrapper.loaded:not(.mode-replace) textarea {
    display: none;
}
.hlp-file-wrapper .actions {
    display: flex;
    align-items: flex-end;
}
.hlp-file-wrapper .actions .file-info {
    flex: 1;
}
.hlp-file-wrapper .actions .desc {
    display: block;
}
.hlp-file-wrapper .actions .btns {
    text-align: right;
}
.hlp-file-wrapper .actions .btns span {
    cursor: pointer;
    white-space: nowrap;
    margin-left: 20px;
}
.hlp-file-wrapper .actions i {
    margin-right: .3em;
}
.hlp-file-wrapper.mode-replace .replace i::before,
.hlp-file-wrapper.mode-delete .delete i::before {
    content: "\f00d";
}
.hlp-file-wrapper.mode-delete .name,
.hlp-file-wrapper.mode-delete .replace {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}
.hlp-file-wrapper.mode-delete .view {
    pointer-events: none;
    cursor: default;
}
.hlp-file-wrapper.mode-replace .replace,
.hlp-file-wrapper.mode-delete .delete,
.hlp-file-wrapper .actions .cancel {
    color: #b01111;
}

.hlp-uploadAvatar {
    position: relative;
    display: inline-block;
}
.hlp-uploadAvatar input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.hlp-uploadAvatar label {
    position: relative;
	display: inline-block;
    width: 180px;
    height: 180px;
    border: 2px solid #999999;
    border-radius: 50%;
    background-image: url(../img/user.png);
    background-color: #f7f7f7;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: border .3s ease;
    overflow: hidden;
}
.hlp-uploadAvatar input:focus + label {
    border-color: #000;
}
.hlp-uploadAvatar input + label:hover {
	border-color: #000;
}
.hlp-uploadAvatar input + label * {
	pointer-events: none;
}
.hlp-uploadAvatar .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.hlp-uploadAvatar .preview.active {
    background-color: #f7f7f7;
}
.hlp-uploadAvatar .delete-avatar {
    display: inline-block;
    text-transform: uppercase;
    background: #b01111;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -3px;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.hlp-uploadAvatar .delete-avatar.show {
    opacity: 1;
    visibility: visible;
}
.hlp-uploadAvatar .delete-avatar:hover {
    background-color: #000;
}

.hlp-msg {
    display: none;
    font-size: .9em;
    line-height: 1.2em;
    text-align: left;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}
.hlp-msg >i {
    flex: 0 0 auto;
    font-size: 24px;
    margin-right: 10px;
}
.hlp-msg .text {
    flex: 1;
}
.hlp-msg.error {
    display: flex;
    background-color: rgba(176, 17, 17, 0.1);
    color: #b01111;
}
.hlp-msg.error i::before {
    content: "\f06a";
}
.hlp-msg.ok {
    display: flex;
    background-color: rgba(17, 176, 118, 0.1);
    color: #11b077;
}
.hlp-msg.ok i::before {
    content: "\f058";
}
.hlp-msg.adv {
    display: flex;
    background-color: rgb(176 128 17 / 10%);
    color: #b08011;
}
.hlp-msg.adv i::before {
    content: "\f06a";
}
.hlp-msg a {
    color: currentColor;
    text-decoration: underline;
    font-weight: 600;
}
.hlp-msg a:hover {
    color: #000;
}

.hlp-slider {
    height: 8px;
    border: 0;
    background: #CCCCCC;
    box-shadow: none;
}
.hlp-slider .noUi-connect {
    background-color: #2fced6;
}
.hlp-slider .noUi-handle {
    box-shadow: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -6px;
    right: -10px;
    background: #FFF;
    border: 1px solid #999999;
}
.hlp-slider .noUi-handle::before,
.hlp-slider .noUi-handle::after {
    display: none;
}
.hlp-slider .noUi-tooltip {
    padding: 5px;
    border-color: #999999;
    font-size: 10px;
    line-height: 1.2em;
}
[disabled].hlp-slider,
[disabled].hlp-slider .noUi-tooltip {
    opacity: .5;
}
[disabled].hlp-slider .noUi-connect {
    background-color: #CCCCCC;
}

.hlp-popup {
    display: none;
    position: fixed;
    background: #0006;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 103;
    padding: 20px;
}
.hlp-popup.show {
    display: block;
}
body.hlp-popup-opened {
    overflow: hidden;
}
.hlp-popup .wrapper {
    margin: auto;
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hlp-popup .head,
.hlp-popup .footer {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    padding: 20px;
    background: #FFF;
    border-radius: 5px 5px 0 0;
}
.hlp-popup .footer {
    border-radius: 0 0 5px 5px;
}
.hlp-popup .main {
    flex: 0 1 auto;
    overflow: hidden;
    background: white;
    padding: 0 20px;
}
.hlp-popup .main-content {
    overflow-y: auto;
    height: 100%;
}
.hlp-popup .head-content {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: .4em;
    text-transform: uppercase;
    color: #2fced6;
}
.hlp-popup .head .close {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 40px;
    line-height: 34px;
    text-align: center;
    background-color: #2fced6;
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
    border: 3px solid #FFF;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-popup .head .close:hover {
    background-color: #0a7f8a;
}
.hlp-popup.loginback {
    z-index: 9999;
    background: #0a7f8a;
}
.hlp-popup.loginback .head .close {
    display: none;
}

/* Login */
.hlp-main-auth {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #f5fcff;
    min-height: 100vh;
    flex-direction: column;
    padding: 40px 0 80px 0;
}
.hlp-main-auth >img {
    width: 200px;
    display: block;
    margin-bottom: 20px;
}
.hlp-main-auth h2 {
    text-align: center;
}
.hlp-main-auth .main-info {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #0d213a;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.hlp-main-auth .wrap-info {
    font-size: 0.9em;
    padding: 40px 30px;
}
.hlp-main-auth .main-info img {
    width: 7em;
    margin-bottom: 1em;
}
.hlp-main-auth .main-info .title {
    display: block;
    max-width: 800px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 1em 0;
}
.hlp-main-auth .main-info .subtitle {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}
.hlp-main-auth .main-info ul {
    list-style: none;
    margin: 0 0 3em 0;
    padding: 0;
}
.hlp-main-auth .main-info li {
    display: flex;
    align-items: baseline;
    margin-bottom: 1em;
    line-height: 1.2em;
}
.hlp-main-auth .main-info li i {
    flex: 0 0 auto;
    margin-right: .5em;
    color: #2fced6;
}
.hlp-main-auth .main-info li .num {
    background-color: #2fced6;
    font-size: .9em;
    font-weight: 500;
    flex: 0 0 auto;
    width: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    margin-right: .5em;
}
.hlp-main-auth .main-info li .point {
    background-color: #2fced6;
    flex: 0 0 auto;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    margin-right: .5em;
}
.hlp-main-auth .main-info ul.alt {
    margin-bottom: 0;
}
.hlp-main-auth .main-info ul.alt li {
    display: inline-flex;
    margin-right: 1em;
}
.hlp-main-auth .main-info h2 {
    color: #fff;
}
.hlp-main-auth .main-info.desktop {
    order: 3;
}
.hlp-main-auth .main-info.desktop .logo,
.hlp-main-auth .main-info.desktop .title {
    display: none;
}
.hlp-main-auth .main-info.mobile {
    order: 1;
}
.hlp-main-auth .main-info.mobile .title {
    max-width: 700px;
    margin-bottom: 0;
}
.hlp-main-auth .form-box {
    order: 2;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding: 40px 30px;
    margin: auto;
}
.hlp-main-auth .form-box button {
    width: 100%;
    margin: 0;
}
.hlp-main-auth .form-box small {
    display: block;
    margin-top: 6px;
    line-height: 1.4em;
}
.hlp-main-auth .form-box .extra {
    text-align: center;
    border-top: 1px solid #999999;
    margin: 30px 0 0 0;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.hlp-main-auth .form-box .extra a {
    color: #000;
}
.hlp-main-auth .form-box .extra a:hover {
    color: #0a7f8a;
}
.hlp-main-auth .form-box .extra .other {
    margin-top: 40px;
    text-transform: none;
    font-size: .9em;
}
.hlp-main-auth .terms {
    margin-top: 1em;
    line-height: 1;
}
.hlp-main-auth .terms a {
    text-decoration: underline;
}
.hlp-main-auth .extra-info {
    order: 4;
    width: 100%;
    background-color: #0a7f8a;
    background-image: url(../img/pattern.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 30px;
}
.hlp-main-auth .extra-info h2 {
    color: #fff;
}
.hlp-main-auth .extra-info .stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2em auto 3em auto;
}
.hlp-main-auth .extra-info .stats .item {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1em;
}
.hlp-main-auth .extra-info .stats .num {
    font-size: 2.5em;
    line-height: 1.2em;
    display: block;
}
.hlp-main-auth .extra-info ul {
    list-style: none;
    margin: 0 0 4em 0;
    padding: 0;
}
.hlp-main-auth .extra-info li {
    display: inline-flex;
    align-items: center;
    margin: 0 2em .5em 0;
}
.hlp-main-auth .extra-info li:last-of-type {
    margin-right: 0;
}
.hlp-main-auth .extra-info li i {
    margin-right: .5em;
    color: #2fced6;
}

/* Account */
.hlp-main-account {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.hlp-account-menu-wrapper {
    transform: translateY(-100%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 103;
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s ease;
    background: #0b1f21;
    color: #FFF;
}
.hlp-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
body.hlp-menu-showing {
    overflow: hidden;
}
body.hlp-menu-showing .hlp-account-menu-wrapper {
    transform: translateX(0);
}
body.hlp-menu-showing .hlp-menu-overlay {
    opacity: 1;
    visibility: visible;
}
.hlp-account-menu-wrapper .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
}
.hlp-account-menu-wrapper .close:hover {
    color: #2fced6;
}
.hlp-account-menu-wrapper .logo {
    width: 100%;
    max-width: 70px;
    display: block;
    margin: 30px 0 20px 70px;
    transition: all .3s ease;
}
.hlp-account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hlp-account-menu li {
    transition: all .3s ease;
}
.hlp-account-menu li.active {
    background-color: rgba(0, 0, 0, 0.3);
}
.hlp-account-menu .name {
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 500;
    font-size: .9em;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 15px 20px 15px 40px;
    transition: all .3s ease;
}
.hlp-account-menu span.name {
    padding-bottom: 10px;
}
.hlp-account-menu ul ul .name {
    padding: 15px 30px 15px 50px;
    text-transform: none;
    font-size: .95em;
}
.hlp-account-menu li.active >.name,
.hlp-account-menu li a:hover {
    color: #2fced6;
}
.hlp-account-menu li i {
    font-size: 1.2em;
    width: 30px;
}
.hlp-account-menu li i {
    --fa-primary-color: rgb(47, 206, 214);
    --fa-secondary-color:rgb(10, 127, 138);
    --fa-secondary-opacity: 1;
}
.hlp-account-menu li.user {
    display: none;
}

.hlp-account-wrapper {
    position: relative;
    flex: 1;
    background-color: #f5fcff;
    padding: 10px 20px 20px 20px;
}
.hlp-account-wrapper .bar {
    font-size: .9em;
    line-height: 1.2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.hlp-account-wrapper .bar .left {
    flex: 1;
}
.hlp-account-wrapper .bar .center {
    flex: 1;
    text-align: center;
}
.hlp-account-wrapper .bar .right {
    flex: 1;
    text-align: right;
}
.hlp-menu-open {
    margin-top: 3px;
    font-size: 30px;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-menu-open:hover {
    color: #0a7f8a;
}
.hlp-account-wrapper .bar a {
    color: #000;
}
.hlp-account-wrapper .bar a:hover {
    color: #0a7f8a;
}
.hlp-account-wrapper .bar .icon {
    width: 50px;
    display: inline-block;
}

.hlp-menu-user {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.hlp-menu-user .avatar {
    display: inline-block;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px 0;
    background-size: cover;
    background-position: center;
    border: 1px solid #2fced6;
}
.hlp-menu-user .menu {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: right;
    white-space: nowrap;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.2em;
    opacity: 0;
    visibility: hidden;
}
.hlp-menu-user:hover .menu,
.hlp-menu-user:active .menu {
    opacity: 1;
    visibility: visible;
}
.hlp-menu-user .username {
    display: block;
    font-weight: 600;
}
.hlp-menu-user .rol {
    display: block;
    font-size: .8em;
    opacity: .5;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.hlp-menu-user .menu a {
    display: block;
    font-weight: 600;
    color: #0a7f8a;
}
.hlp-menu-user .menu a:hover {
    color: #000;
}

.hlp-account-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    max-width: 1200px;
    margin: 30px auto 0 auto;
}
#cinhari-main .hlp-account-content h1 {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: -20px -20px 40px -20px;
    padding: 30px 20px 25px 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0a7f8a;
    color: #fff;
}
#cinhari-main .hlp-account-content h1 a {
    font-size: 1.2em;
    margin-right: .3em;
    color: inherit;
}
#cinhari-main .hlp-account-content h1 a:hover {
    color: #2fced6;
}
.hlp-account-content.alt-template {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}
.hlp-account-content.alt-template .box-head {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
}
.hlp-account-content.alt-template .box-head h1 {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #0a7f8a !important;
}
.hlp-account-content.alt-template .box-head .hlp-msg {
    margin-bottom: -20px;
}
.hlp-account-content.dashboard .box-head .today {
    margin: 0;
    font-style: italic;
}
.hlp-account-content.alt-template .box-col {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.hlp-account-content.alt-template .box {
    flex: 1;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 1.5em;
    line-height: 1.2em;
}
#cinhari-main .hlp-account-content.alt-template h2 {
    display: flex;
    align-items: center;
    color: #0a7f8a;
    text-transform: none;
    line-height: 1.1em;
    font-size: 1.2em;
    font-weight: 600;
}
#cinhari-main .hlp-account-content.alt-template h2 i {
    color: #2fced6;
    font-size: 1.1em;
    vertical-align: middle;
    margin-right: .4em;
}
.hlp-account-content.alt-template .box-wrapper {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.hlp-account-content.alt-template .item {
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 1em;
    color: #000;
}
.hlp-account-content.alt-template .item .icon {
    flex: 0 0 auto;
    background: rgba(53, 104, 154, 0.1);
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    color: #0a7f8a;
    border-radius: 50%;
    margin-right: .7em;
}
.hlp-account-content.alt-template .item .text {
    flex: 1;
    font-weight: 600;
}
.hlp-account-content.alt-template .item .sub {
    display: block;
    font-weight: 400;
    font-size: .9em;
}
.hlp-account-content.dashboard .item .professional {
    display: block;
    font-weight: 400;
    font-size: .9em;
    font-style: italic;
}
.hlp-account-content.dashboard .item:hover {
    background-color: #f7f7f7;
}
.dash-news .item {
    flex-wrap: wrap;
}
.dash-news .tag {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: .3em 1em;
    border-radius: 50px;
    margin-bottom: 3px;
    line-height: 1;
    font-weight: 500;
    font-size: .85em;
    white-space: nowrap;
}
.dash-news .tag i {
    margin-top: 0.15em;
    margin-right: .5em;
}
.dash-news .tag.reflection {
    background-color: rgba(17, 176, 118, 0.1);
    color: #11b077;
}
.dash-news .tag.update {
    background-color: rgba(176, 128, 17, 0.1);
    color: #b08011;
}
.dash-news .tag.update i::before {
    content: "\f0e7";
}
.dash-news .tag.news,
.dash-news .tag.maintenance {
    background-color: rgba(52, 133, 214, 0.1);
    color: #3485d6;
}
.dash-news .tag.news i::before,
.dash-news .tag.maintenance i::before {
    content: "\f06a";
}
.dash-news .tag.webinar {
    background-color: rgba(104, 17, 176, 0.1);
    color: #6811b0;
}
.dash-news .tag.webinar i::before {
    content: "\f133";
}
.dash-news .date {
    flex: 1;
    text-align: right;
    font-size: .85em;
}
.dash-news .info {
    width: 100%;
    margin-top: 20px;
    font-size: .9em;
}
.dash-news .info p:last-of-type {
    margin-bottom: 0;
}
.dash-access .item.search {
    flex-direction: column;
    align-items: flex-start;
}
.dash-access #hlp-search-list,
.dash-access #hlp-search-professional {
    max-width: none;
    margin-top: 5px;
}
.dash-access .item:last-child {
    margin-bottom: 0;
}
.dash-birthday .next-sesion {
    display: block;
    font-style: italic;
    margin-top: .5em;
    padding-top: .5em;
    line-height: 1;
    font-size: .9em;
    border-top: 1px solid #ccc;
}
.dash-birthday .next-sesion strong {
    font-weight: 500;
}
.dashboard .dash-appointments .item {
    display: block;
}
.dash-appointments .item.old {
    opacity: .5;
}
.dash-appointments .details {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.dash-appointments .patient {
    flex: 1;
    display: flex;
    align-items: center;
}
.dash-appointments .tags span {
    display: inline-block;
    border: 1px solid #ccc;
    font-size: .8em;
    padding: .1em .5em;
    border-radius: 50px;
    background: #fff;
}
.dash-appointments .actions {
    text-align: right;
}
.dash-appointments .hlp-btn {
    text-transform: none;
    font-size: .85em;
}
.dash-pending h2 span {
    flex: 1;
}
.dash-pending h2 small {
    font-size: .7em;
    padding: .3em 1em;
    border-radius: 50px;
    line-height: 1;
    font-weight: 500;
    background-color: rgba(176, 17, 17, 0.1);
    color: #b01111;
    margin-left: 10px;
    white-space: nowrap;
}
.dash-pending .item {
    flex-wrap: wrap;
}
.dash-pending .date {
    width: 100%;
    font-size: .8em;
    line-height: 1.1em;
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}
.dash-pending .date span {
    display: block;
}
.dash-pending .date .tag {
    display: inline-flex;
    align-items: center;
    padding: .3em 1em;
    border-radius: 50px;
    margin-bottom: 3px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}
.dash-pending .date .tag i {
    margin-right: .5em;
    margin-top: .2em;
}
.dash-pending .date .tag.minutes {
    background-color: rgba(17, 176, 118, 0.1);
    color: #11b077;
}
.dash-pending .date .tag.hours {
    background-color: rgba(176, 128, 17, 0.1);
    color: #b08011;
}
.dash-pending .date .tag.days {
    background-color: rgba(176, 17, 17, 0.1);
    color: #b01111;
}
.hlp-account-content.dashboard .dash-activity {
    flex: 0 0 auto;
}
.dash-activity .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dash-activity .item {
    flex-direction: column;
    text-align: center;
    line-height: 1;
    width: 100%;
}
.dashboard .dash-activity .item .icon {
    margin-right: 0;
    margin-bottom: .5em;
}
.dash-activity .num {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: .2em;
}
.dash-activity .diff {
    font-size: .8em;
    margin-top: .5em;
}
.dash-activity .diff.positive {
    color: #11b077;
}
.dash-activity .diff.negative {
    color: #b01111;
}
.dash-delete p:last-of-type {
    margin-bottom: 0;
}

#cinhari-main .cards .title {
    text-transform: none;
    color: #000;
    margin-bottom: .3em;
}

.download-history .select2 {
    margin: 3px 0 10px 0;
}
.download-history .available-downloads {
    font-size: .9em;
    margin-bottom: 20px;
}
.download-history .desc-det {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.download-history .desc-det i {
    font-size: 1.5em;
    margin-right: .5em;
}
.download-history .details {
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0 10px 0;
}
.download-history .details .item-det {
    padding: 10px 15px;
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.download-history .details .item-det:last-of-type {
    border-bottom: 0;
}
.download-history .details strong {
    display: block;
    font-weight: 500;
    font-size: .9em;
    margin-bottom: .3em;
}
.download-history .details a {
    text-decoration: underline;
}
.download-history .details i {
    margin-right: .3em;
}
.download-history .hlp-form.single {
    display: none;
}
.download-history .hlp-form.single.show {
    display: flex;
}

.hlp-patient-basic {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    align-items: center;
    margin-bottom: 20px;
    border-left: 3px solid #CCCCCC;
    padding-left: 15px;
}
.hlp-patient-basic >span {
    margin: 6px 20px 6px 0;
}
.hlp-patient-basic .name {
    font-weight: 600;
}
.hlp-patient-basic .hlp-btn {
    flex: 0 0 auto;
    margin: 6px 0;
    font-size: .8em;
    font-weight: 500;
    text-transform: none;
    background-color: transparent;
    border-color: #999999;
    color: #000;
}
.hlp-patient-basic .hlp-btn:hover {
    background-color: #0a7f8a;
    border-color: #0a7f8a;
    color: #fff;
}

.hlp-account-content .tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.hlp-account-content .tabs li {
    flex: 0 0 auto;
    width: calc(50% - 5px);
    display: inline-block;
    text-align: center;
    border: 1px solid #CCCCCC;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .6em;
    border-radius: 5px;
    margin: 2px;
}
.hlp-account-content .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
    height: 100%;
}
.hlp-account-content .tabs li:last-of-type {
    flex: 1;
}
.hlp-account-content .tabs li.active {
    background: #2fced6;
    border-color: #2fced6;
}
.hlp-account-content .tabs li.active a {
    color: #FFF;
    cursor: default;
}
.hlp-account-content table {
    width: 100%;
    border-collapse: collapse;
}

.hlp-log-wrapper {
    border-top: 1px dashed #ccc;
    margin-top: 40px;
    padding-top: 20px;
}
.hlp-log-wrapper .list {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.hlp-log-wrapper .hlp-toggle {
    font-size: 1em;
    color: #0a7f8a;
    text-transform: none !important;
}
table.hlp-logs {
    background-color: #fff;
    margin-top: 20px;
    font-size: .8em;
    line-height: 1.3em;
}
table.hlp-logs th {
    font-weight: 600;
    background-color: #f2f2f2;
}
table.hlp-logs th,
table.hlp-logs td {
    border: 1px solid #ccc;
    padding: .2em .5em;
}

@media (max-width: 768px) {

    table.hlp-logs tr.subtitle {
        display: none;
    }
    table.hlp-logs tr {
        display: block;
        border: 1px solid #ccc;
    }
    table.hlp-logs th,
    table.hlp-logs td {
        display: block;
        border: 0;
    }
    table.hlp-logs td:before {
        content: attr(data-title);
        display: inline-block;
        font-weight: 600;
        margin-right: .3em;
    }
}

/* Calendar */
#hlp-calendar .header {
    position: relative;
    background-color: #2fced6;
    color: #FFF;
    text-align: center;
    padding: 15px 45px;
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase;
}
#hlp-calendar .header .month-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 24px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
#hlp-calendar .header .month-nav .hlp-loader {
    background-color: #2fced6;
    color: #fff;
    font-size: 24px;
}
#hlp-calendar .header .month-nav.next {
    right: 0;
    left: auto;
}
#hlp-calendar .header .month-nav:hover {
    opacity: .8;
}
#hlp-calendar .header .title {
    font-weight: 500;
}

#hlp-calendar .table-days {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
#hlp-calendar .table-days td {
    position: relative;
    line-height: 1.2em;
    padding: 12px 0;
    background-color: #f7f7f7;
    border: 1px solid #f2f2f2;
    text-align: center;
}
#hlp-calendar .day-name td {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    color: #FFF;
    background-color: #0a7f8a;
    border-color: #0a7f8a;
}
#hlp-calendar .day-name span {
    display: none;
}
#hlp-calendar .day-name td:before {
    content: attr(data-title);
}

#hlp-calendar .day_num td {
    font-size: 1.1em;
    font-weight: 500;
    transition: all .3s ease;
}
#hlp-calendar .day_num td.load-day {
    background-color: #FFF;
    cursor: pointer;
}
#hlp-calendar .day_num td.load-day .hlp-loader {
    background-color: #fff;
}
#hlp-calendar .day_num .available {
    display: none;
    font-size: .7em;
}
#hlp-calendar .day_num td.load-day .available {
    display: block;
}
#hlp-calendar .day_num td.current {
    color: #2fced6;
}
#hlp-calendar .day_num td.opened,
#hlp-calendar .day_num td.opened .hlp-loader {
    background-color: #0a7f8a;
    border-color: #0a7f8a;
    color: #FFF;
}
#hlp-calendar .day_num td:not(.opened):hover,
#hlp-calendar .day_num td:not(.opened):hover .hlp-loader {
    background-color: #f7f7f7;
}
#hlp-calendar .day_num td.ignore {
    color: #CCCCCC;
}
#hlp-calendar .details td {
    padding: 0;
    background-color: #0a7f8a;
    border-color: #0a7f8a;
    border-top: 0;
    border-bottom: 0;
}
#hlp-calendar .details .content {
    background-color: #FFF;
    padding: 20px;
    margin: 12px;
    border-radius: 8px;
    text-align: left;
}
#hlp-calendar .item-hour {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #CCCCCC;
    padding: 6px 10px;
    font-size: .9em;
    line-height: 1;
}
#hlp-calendar .item-hour:first-child {
    border-top: 0;
}
#hlp-calendar .item-hour:nth-child(even) {
    background-color: #f7f7f7;
}
#hlp-calendar .item-hour .info {
    flex: 1;
    padding: 12px 0;
}
#hlp-calendar .item-hour .info i {
    font-size: 1.1em;
    margin-right: 5px;
}
#hlp-calendar .item-hour .professional {
    display: block;
    margin-top: .3em;
    font-style: italic;
}
#hlp-calendar .item-hour .actions {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 12px;
}
#hlp-calendar .item-hour .actions .hlp-btn {
    font-size: .9em;
    text-transform: none;
}
#hlp-calendar .hlp-btn.new-appointment {
    margin-top: 20px;
    border: 0;
}
#hlp-calendar .appointment-details p {
    margin-bottom: 0;
}

.hlp-edit-appointment .resume {
    margin-bottom: 10px;
    line-height: 1.3em;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 15px;
    font-size: .9em;
}

.hlp-list-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
    margin-bottom: 40px;
}
.hlp-list-head .btn {
    width: 100%;
    margin-bottom: 40px;
}
#hlp-search-list,
#hlp-search-professional {
    display: flex;
    width: 100%;
}
#hlp-search-list .input,
#hlp-search-professional .input {
    position: relative;
    width: 100%;
}
#hlp-search-list input,
#hlp-search-professional input {
    border-right: 0;
    border-radius: 22px 0 0 22px;
    padding-right: 30px;
}
#hlp-search-list .clear,
#hlp-search-professional .clear {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#hlp-search-list .search,
#hlp-search-professional .search {
    background: #2fced6;
    color: #FFF;
    border-radius: 0 22px 22px 0;
    padding: .66em 1em;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
#hlp-search-list .search:hover,
#hlp-search-professional .search:hover {
    background: #0a7f8a;
}
.hlp-filters {
    width: 100%;
    margin-bottom: 20px;
}
.hlp-filters .toggle {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hlp-filters .toggle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.hlp-filters .toggle .checkmark {
    position: relative;
    display: flex;
    align-items: center;
    width: 13em;
    line-height: 1.3em;
    border: 1px solid #0a7f8a;
    border-radius: 22px;
    text-align: center;
    overflow: hidden;
}
.hlp-filters .toggle .checkmark span {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 50%;
    padding: .66em;
}
.hlp-filters .toggle .checkmark .left {
    border-right: 1px solid #0a7f8a;
    color: #fff;
}
.hlp-filters .toggle .checkmark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #0a7f8a;
    transition: all .3s ease;
    z-index: 1;
}
.hlp-filters .toggle input:checked ~ .checkmark:after {
    left: 50%;
}
.hlp-filters .toggle input:checked ~ .checkmark .right {
    color: #fff;
}
.hlp-filters .toggle input:checked ~ .checkmark .left {
    color: #000;
}

.hlp-list-body .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #CCCCCC;
    padding: 6px 20px;
    line-height: 1;
}
.hlp-list-body .item:first-of-type {
    border-top: 0;
}
.hlp-list-body .item:nth-child(even) {
    background-color: #f9f9f9;
}
.hlp-list-body .info {
    flex: 1;
    padding: 12px 0;
}
.hlp-list-body .info .name {
    display: block;
    font-weight: 500;
    margin-bottom: .1em;
}
.hlp-list-body .info .doc {
    display: block;
    margin-bottom: .2em;
}
.hlp-list-body .info .patients {
    display: block;
    margin-bottom: .3em;
}
.hlp-list-body .info .assign-tag {
    display: block;
    margin-top: .5em;
    font-size: .9em;
}
.hlp-list-body .info .assign-tag i {
    margin-right: .3em;
}
.hlp-list-body .info .assign-tag.no {
    color: #b01111;
}
.hlp-list-body .info .assign-tag.no i::before {
    content: "\f071";
}
.hlp-list-body .info .assign-tag.no span::before {
    content: "Sin asignar";
}
.hlp-list-body .info .assign-tag.yes {
    color: #11b077;
}
.hlp-list-body .info .assign-tag.yes i::before {
    content: "\f058";
}
.hlp-list-body .info .assign-tag.yes span::before {
    content: "Asignado a: ";
}
.hlp-list-body .info .tag {
    display: inline-flex;
    align-items: baseline;
    font-size: .7em;
    font-weight: 500;
    margin-bottom: .2em;
    padding: .2em .4em;
    text-transform: uppercase;
    border-radius: 5px;
    color: #2fced6;
    background-color: rgba(17, 176, 176, 0.1);
    cursor: default;
}
.hlp-list-body .info .tag i {
    margin-right: .3em;
}
.hlp-list-body .info .tag.status.is-activated {
    background-color: rgba(17, 176, 118, 0.1);
    color: #11b077;
}
.hlp-list-body .info .tag.status.is-activation-pending {
    color: #b08011;
    background-color: rgba(176, 128, 17, 0.1);
}
.hlp-list-body .info .tag.status.is-activation-pending i::before {
    content: "\f254";
}
.hlp-list-body .info .tag.status.is-suspended {
    background-color: rgba(176, 17, 17, 0.1);
    color: #b01111;
}
.hlp-list-body .info .tag.status.is-suspended i::before {
    content: "\f00d";
}

.hlp-list-body .info .quota {
    margin-top: 1em;
}
.hlp-list-body .info .address,
.hlp-list-body .info .phone {
    margin-top: .5em;
}
.hlp-list-body .actions {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}
.hlp-list-body .actions a {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    background: #0a7f8a;
    padding: .5em 1em;
    border-radius: 25px;
    margin-right: 10px;
}
.hlp-list-body .actions a:last-of-type {
    margin-right: 0;
}
.hlp-list-body .actions i {
    display: inline-block;
    font-size: 1.5em;
    margin-right: .2em;
}
.hlp-list-body.alt {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.hlp-list-body.alt .item {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 5px;
}
.hlp-list-body.alt .item-wrap {
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    padding: 10px 20px 20px 20px;
    display: flex;
    flex-direction: column;
}
.hlp-list-body.alt .info i {
    margin-right: .4em;
    margin-top: .2em;
    font-size: 1.1em;
    width: 1.6em;
    text-align: center;
}
.hlp-list-body.alt .actions {
    border-top: 1px solid #ccc;
    margin-top: 13px;
    padding-top: 15px;
    justify-content: flex-end;
}
.hlp-list-body.alt .actions a {
    display: flex;
    font-size: .7em;
    margin-left: 20px;
}
.hlp-list-body.alt .actions i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    margin: 0 .3em 0 0;
}
.hlp-list-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
    margin-top: 40px;
}
.hlp-list-footer .count {
    flex: 1;
    text-align: center;
}

#hlp-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    line-height: 1;
    font-weight: 500;
    width: 100%;
    justify-content: center;
}
#hlp-pagination a,
#hlp-pagination span {
    display: inline-block;
    padding: 10px 5px;
    border: 1px solid #CCCCCC;
    margin: 3px;
    min-width: 35px;
    text-align: center;
    border-radius: 5px;
    color: #000;
}
#hlp-pagination span {
    background: #2fced6;
    color: #FFF;
    border-color: #2fced6;
}
#hlp-pagination a:hover {
    color: #2fced6;
}

.hlp-view-patient-content {
    display: none;
}
.hlp-view-patient-content.active {
    display: block;
}

@media (min-width: 576px) {

    .hlp-main-auth .extra-info .stats .item {
        width: 33.333%;
        max-width: 300px;
    }

    .hlp-account-wrapper {
        padding: 10px 20px 40px 20px;
    }

    .multicheck-wrapper.inline label {
        width: 50%;
    }

    .dash-pending .item {
        flex-wrap: nowrap;
    }
    .dash-pending .date {
        display: block;
        width: auto;
        margin-top: 0;
        padding-left: 1em;
    }
    .dash-activity .item {
        width: 31%;
    }
    .dash-activity .num-2 .item {
        width: 49%;
    }

    #hlp-calendar .day_num td {
        height: 90px;
    }
    
}

@media (min-width: 768px) {

    .hlp-main-auth .main-info .title {
        font-size: 2.5em;
    }
    .hlp-form .col:not(.full):not(.half):not(.third) {
        width: 48%;
    }
    .hlp-form .col.half {
        width: 22%;
    }
    .hlp-form .min-col {
        width: auto;
        margin-right: 40px;
    }

    .hlp-popup .head,
    .hlp-popup .footer {
        padding: 20px 40px;
    }
    .hlp-popup .main {
        padding: 0 40px;
    }

    .hlp-account-content.dashboard .col-2 {
        flex-direction: row;
        justify-content: space-between;
    }
    .hlp-account-content.dashboard .col-2 .box {
        flex: 0 0 auto;
        width: 49%;
    }

    .download-history .details .item-det {
        width: auto;
        border-bottom: 0;
        border-right: 1px solid #ccc;
    }
    .download-history .details .item-det:last-of-type {
        border-right: 0;
    }
    .download-history .details .item-det.file {
        flex: 1;
    }

    #hlp-calendar .item-hour .info {
        padding-right: 40px;
    }
    #hlp-calendar .item-hour .actions {
        width: auto;
        margin-bottom: 0;
    }

    .hlp-list-head .hlp-btn {
        margin-bottom: 0;
    }
    .hlp-filters,
    #hlp-search-list,
    #hlp-search-professional {
        width: 50%;
        max-width: 300px;
        margin-bottom: 0;
    }
    .hlp-list-body .actions {
        width: auto;
        margin-bottom: 0;
    }
    .hlp-list-body.alt .item {
        width: 50%;
    }
    .hlp-list-body.alt .actions {
        width: 100%;
    }
    .hlp-list-body.alt .actions a {
        margin-left: 0;
    }
    .hlp-list-footer .count {
        text-align: left;
    }
    #hlp-pagination {
        width: auto;
        justify-content: center;
    }

    .hlp-account-content .tabs li {
        flex: 1;
    }

}

@media (min-width: 992px) {

    

}

@media (min-width: 1024px) {

    .hlp-main-auth .main-info.mobile {
        display: none;
    }
    .hlp-main-auth .main-info.desktop {
        order: 1;
        display: flex;
        width: auto;
        flex: 1;
        min-height: 100vh;
    }
    .hlp-main-auth .main-info.desktop .logo {
        display: inline-block;
    }
    .hlp-main-auth .main-info.desktop .title {
        display: block;
    }
    .hlp-main-auth .wrap-info {
        font-size: 1em;
        padding-left: 8%;
    }
    .hlp-main-auth .form-box {
        order: 2;
        margin: 0;
        padding: 40px;
    }
    .hlp-main-auth .form-box >* {
        position: sticky;
        top: 40px;
    }
    .hlp-main-auth .extra-info {
        padding: 60px 8%;
    }

    .hlp-form .col.third {
        width: 31.333%;
    }
    .multicheck-wrapper.inline label {
        width: 33.333%;
    }

    .hlp-account-wrapper .bar {
        display: none;
    }
    .hlp-account-menu-wrapper {
        position: relative;
        transform: translateY(0);
        height: auto;
        overflow: initial;
    }
    .hlp-account-menu-wrapper .boxed {
        max-width: 1240px;
        padding: 0 20px;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .hlp-account-menu {
        flex: 1;
    }
    .hlp-account-menu ul {
        display: flex;
        align-items: center;
    }
    .hlp-account-menu li.user {
        display: inline-block;
        font-size: .9em;
        flex: 1;
        text-align: right;
    }
    body.hlp-menu-showing {
        overflow: auto;
    }
    .hlp-account-menu-wrapper .close,
    .hlp-menu-overlay,
    .hlp-account-wrapper .bar .icon {
        display: none;
    }

    .hlp-account-menu-wrapper .logo {
        margin: 10px 30px 10px 0;
    }
    .hlp-account-menu .name {
        padding: 15px;
        font-size: .8em;
    }
    .hlp-account-menu ul ul .name {
        padding: 15px 30px 15px 60px;
    }
    .hlp-account-menu li i {
        width: auto;
        margin-right: .4em;
    }

    .hlp-account-content {
        padding: 40px;
    }

    #cinhari-main .hlp-account-content h1 {
        margin: -40px -40px 40px -40px;
        padding: 30px 40px 25px 40px;
    }

    .hlp-account-content.alt-template .box-head {
        padding: 0;
    }

    #hlp-calendar .day-name td {
        font-size: .7em;
    }
    #hlp-calendar .day-name span {
        display: block;
    }
    #hlp-calendar .day-name td:before {
        display: none;
    }

}

@media (min-width: 1280px) {

    .hlp-account-content.dashboard .col-1 {
        width: 60%;
    }
    .hlp-account-content.dashboard .col-2 {
        flex-direction: column;
        width: 40%;
        padding-left: 1.5em;
    }
    .hlp-account-content.dashboard .col-2 .box {
        width: 100%;
    }
    .hlp-account-content.dashboard .col-2 .box.dash-birthday,
    .hlp-account-content.dashboard .col-2 .box.dash-unassigned {
        flex: 1;
    }
    .hlp-account-content.dashboard .col-3 {
        width: 50%;
        padding-right: .75em;
    }
    .hlp-account-content.dashboard .col-4 {
        width: 50%;
        padding-left: .75em;
    }

    .multicheck-wrapper.inline label {
        width: 25%;
    }

    .download-history .details .item-det {
        flex: 1;
    }

    #hlp-calendar .day-name td {
        font-size: .8em;
    }
    #hlp-calendar .day_num td {
        height: 110px;
    }

    .hlp-list-body.alt .item {
        width: 33.333%;
    }

}

/* Editor */

.trumbowyg-box:not(.trumbowyg-fullscreen) {
    height: 200px;
    min-height: 250px;
    background-color: #fff;
}
.trumbowyg-button-pane button,
.trumbowyg-dropdown button {
    text-transform: none;
    color: #000;
}
.trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
    color: #0a7f8a;
    border: 0;
    background-color: #f2f2f2;
    background-color: #f7f7f7;
}
.trumbowyg-box,
.trumbowyg-editor-box {
    border-color: #999999;
}
.trumbowyg-button-pane {
    border: 0;
    background: #FFF;
}
.trumbowyg-button-pane::after,
.trumbowyg-button-pane::before {
    background-color: #999999;
}
.trumbowyg-button-pane .trumbowyg-button-group::after {
    background: #999999;
}
.trumbowyg-box svg,
.trumbowyg-modal svg {
    color: currentColor;
    fill: currentColor;
}
.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    fill: #000;
}
.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button:hover svg {
    fill: #0a7f8a;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #000;
    fill: transparent;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button:hover svg {
    color: #0a7f8a;
    fill: transparent;
}

/* Editor */

.air-datepicker-global-container {
    z-index: 999;
}