/* General */

#helpsi-main {
    position: relative;
    min-height: 100vh;
}

.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: #11B0B0;
    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;
}

#helpsi-main h1,
#helpsi-main h2,
#helpsi-main h3 {
    text-transform: uppercase;
    font-weight: 500;
}

.hlp-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.hlp-toggle i {
    width: 22px;
    margin-right: 10px;
    text-align: center;
}
.hlp-toggle.active i::before {
    content: "\f070";
}
.hlp-toggle-cont {
    display: none;
    background-color: #f9f9f9;
    padding: 20px;
}

.hlp-form,
.hlp-form .main-col,
.hlp-form .group {
    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: 10px;
}
.hlp-form .col.half {
    width: 48%;
}
.hlp-form .col >p {
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 3px;
}
.hlp-form .col >.desc {
    display: block;
    line-height: 1.2em;
    font-style: italic;
    font-size: .7em;
    margin-bottom: 6px;
}
.hlp-form .col.required >p::after {
    content: " *";
}
.hlp-form .under-age.hide {
    display: none;
}
.hlp-form p.desc {
    margin-bottom: 10px;
    font-style: italic;
}
.hlp-form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
}
.hlp-form fieldset legend {
    font-weight: 500;
}
.hlp-form fieldset.repeat {
    display: block;
}
.hlp-form .field-type-radio label,
.hlp-form .field-type-checkbox label {
    margin-right: 15px;
    font-weight: 400;
}
.select2-container--default .select2-results__option--selected {
    background-color: #CCCCCC;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #11B0B0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
}
.hlp-form .doc-box {
    display: flex;
}
.hlp-form .doc-box .select2-container {
    width: 100px!important;
}
.hlp-form .doc-box .select2-selection--single {
    border-radius: 5px 0 0 5px;
}
.hlp-form .doc-box input {
    border-radius: 0 5px 5px 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::-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-submit {
    margin: 15px 0 0 0;
}
.hlp-form .col-submit button {
    margin: 0 10px 5px 0;
}
.hlp-toggle-pass {
    position: relative;
}
.hlp-toggle-pass input {
    padding-right: 40px;
}
.hlp-toggle-pass 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 i.show:before {
    content: "\f070";
}
.multicheck-wrapper label {
    display: block;
    max-width: max-content;
    margin-top: 3px;
}
.radio-wrapper label {
    display: block;
    max-width: max-content;
    margin-top: 3px;
}
.hlp-form .group {
    border-top: 1px dashed #999999;
    padding-top: 10px;
    margin-top: 10px;
}
.hlp-form .group:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.hlp-form .group .remove {
    display: block;
    max-width: max-content;
    margin: 0 0 0 auto;
    cursor: pointer;
    color: #b01111;
    font-size: .9em;
}
.hlp-form .main-title {
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}
.hlp-form .main-title.margin-top {
    margin-top: 20px;
}

.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: #f9f9f9;
}
.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 {
    position: relative;
    margin: 20px 0;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
}
.hlp-form .log-box .date {
    position: absolute;
    top: -.9em;
    font-size: .8em;
    line-height: 1em;
    background: #f9f9f9;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: .3em .5em;
}
.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 {
    border-bottom: 0;
    padding-bottom: 0;
}
.hlp-form .log-actions .btn,
.field-type-file .btn {
    display: inline-block;
    padding: 8px 10px;
    background-color: #35679A;
    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 {
    background-color: #0d213a;
}
.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-btn {
    position: relative;
    display: inline-block;
    background-color: #11B0B0;
    border: 1px solid #11B0B0;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.1em;
    border-radius: 5px;
    padding: .66em 1em;
    transition: all .3s ease;
    box-shadow: none;
    cursor: pointer;
}
.hlp-btn.alt {
    background-color: #35679A;
    border-color: #35679A;
}
.hlp-btn:hover {
    background-color: #0d213a;
    border-color: #0d213a;
    color: #fff;
}

.hlp-btn .hlp-loader {
    background-color: #11B0B0;
    color: #fff;
}
.hlp-btn .hlp-loader {
    background-color: #000;
}

.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: #f9f9f9;
    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: #35679A;
    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: #11B0B0;
}

.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: #f9f9f9;
    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: #f9f9f9;
}
.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;
    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: #11B0B0;
}
.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: #11B0B0;
}
.hlp-popup .head .close {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 40px;
    line-height: 34px;
    text-align: center;
    background-color: #11B0B0;
    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: #35679A;
}

/* Login */
.hlp-main-auth {
    min-height: 100vh;
}
.hlp-main-auth .image {
    width: 100%;
    background-color: #0d213a;
    background-position: center;
    background-size: cover;
}
.hlp-main-auth .logo {
    width: 100%;
    max-width: 500px;
    font-size: 0.5em;
    padding: 40px;
    margin: auto;
}
.hlp-main-auth .image img {
    width: 16em;
    margin-bottom: 1em;
}
.hlp-main-auth .image h1 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5em;
    margin: 0;
}
.hlp-main-auth .form-box {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 40px;
}
.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: #35679A;
}
.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;
}

/* Account */
.hlp-main-account {
    display: flex;
    min-height: 100vh;
}
.hlp-menu-open {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 102;
    width: 20px;
    line-height: 80px;
    background: #0d213a;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-menu-open:hover {
    background-color: #11B0B0;
}
.hlp-account-menu-wrapper {
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 103;
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s ease;
    width: 100%;
    max-width: 300px;
    background: #0d213a;
    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: #11B0B0;
}
.hlp-account-menu-wrapper .logo {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 20px 0 20px 20px;
    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: 23px 20px;
    transition: all .3s ease;
}
.hlp-account-menu span.name {
    padding-bottom: 18px;
}
.hlp-account-menu ul ul .name {
    padding: 15px 40px 15px 55px;
    text-transform: none;
    font-size: .95em;
}
.hlp-account-menu li.active >.name,
.hlp-account-menu li a:hover {
    color: #11B0B0;
}
.hlp-account-menu li i {
    font-size: 1.3em;
    width: 35px;
}

.hlp-account-wrapper {
    flex: 1;
    background-color: #f9f9f9;
    padding: 10px 10px 20px 10px;
}
.hlp-account-wrapper .bar {
    font-size: .9em;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}
.hlp-account-wrapper .bar .icon {
    width: 25px;
    display: block;
}
.hlp-account-wrapper .bar .user {
    display: flex;
    align-items: center;
    color: #000;
}
.hlp-account-wrapper .bar .user:hover {
    color: #11B0B0;
}
.hlp-account-wrapper .bar .avatar {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
}
.hlp-account-content {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    max-width: 1200px;
    margin: auto;
}
#helpsi-main .hlp-account-content h1 {
    text-transform: none;
    font-size: 1.2em;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: .4em;
}
.hlp-account-content.dashboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}
.hlp-account-content.dashboard .head {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
}
.hlp-account-content.dashboard .head h1 {
    margin-bottom: 0!important;
}
.hlp-account-content.dashboard .head .today {
    margin: 0;
    font-style: italic;
}
.hlp-account-content.dashboard .col {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.hlp-account-content.dashboard .box {
    flex: 1;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 1.5em;
    line-height: 1.2em;
}
#helpsi-main .hlp-account-content.dashboard h2 {
    display: flex;
    align-items: center;
    color: #35679A;
    text-transform: none;
    line-height: 1.1em;
    font-size: 1.2em;
    font-weight: 600;
}
#helpsi-main .hlp-account-content.dashboard h2 i {
    color: #11B0B0;
    font-size: 1.1em;
    vertical-align: middle;
    margin-right: .4em;
}
.hlp-account-content.dashboard .wrapper {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.hlp-account-content.dashboard .item {
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 1em;
    color: #000;
}
.hlp-account-content.dashboard .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: #35679A;
    border-radius: 50%;
    margin-right: .7em;
}
.hlp-account-content.dashboard .item .text {
    flex: 1;
    font-weight: 600;
}
.hlp-account-content.dashboard .item .sub {
    display: block;
    font-weight: 400;
    font-size: .9em;
}
.hlp-account-content.dashboard .item:hover {
    background-color: #f9f9f9;
}
.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 {
    margin-bottom: 0;
}
.dash-access .item.search {
    flex-direction: column;
    align-items: flex-start;
}
.dash-access #hlp-search-patient {
    max-width: none;
    margin-top: 5px;
}
.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;
}

.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 .edit {
    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 .edit:hover {
    background-color: #0d213a;
    border-color: #0d213a;
    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: #11B0B0;
    border-color: #11B0B0;
}
.hlp-account-content .tabs li.active a {
    color: #FFF;
    cursor: default;
}
.hlp-account-content table {
    width: 100%;
}

/* Calendar */
#hlp-calendar .header {
    position: relative;
    background-color: #11B0B0;
    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: #11B0B0;
    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: #f9f9f9;
    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: #35679A;
    border-color: #35679A;
}
#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: #11B0B0;
}
#hlp-calendar .day_num td.opened,
#hlp-calendar .day_num td.opened .hlp-loader {
    background-color: #35679A;
    border-color: #35679A;
    color: #FFF;
}
#hlp-calendar .day_num td:not(.opened):hover,
#hlp-calendar .day_num td:not(.opened):hover .hlp-loader {
    background-color: #f9f9f9;
}
#hlp-calendar .day_num td.ignore {
    color: #CCCCCC;
}
#hlp-calendar .details td {
    padding: 0;
    background-color: #35679A;
    border-color: #35679A;
    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: #f9f9f9;
}
#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 .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 .new-appointment {
    margin-top: 20px;
}
#hlp-calendar .appointment-details p {
    margin-bottom: 0;
}

.new-patient-cancel {
    display: inline-block;
    color: #b01111;
    font-weight: 500;
    margin-bottom: 10px;
}
.hlp-edit-appointment .resume {
    margin-bottom: 10px;
    line-height: 1.3em;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 15px;
    font-size: .9em;
}

.patients-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
    margin-bottom: 40px;
}
.patients-head .hlp-btn {
    margin-bottom: 10px;
}
#hlp-search-patient {
    display: flex;
    width: 100%;
}
#hlp-search-patient .input {
    position: relative;
    width: 100%;
}
#hlp-search-patient input {
    border-right: 0;
    border-radius: 5px 0 0 5px;
    padding-right: 30px;
}
#hlp-search-patient .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-patient .search {
    background: #11B0B0;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    padding: .66em 1em;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
#hlp-search-patient .search:hover {
    background: #000;
}

.patients-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;
}
.patients-body .item:first-of-type {
    border-top: 0;
}
.patients-body .item:nth-child(even) {
    background-color: #f9f9f9;
}
.patients-body .info {
    flex: 1;
    padding: 12px 0;
}
.patients-body .info .name {
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}
.patients-body .info .doc {
    display: block;
    font-weight: .7em;
}
.patients-body .actions {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.patients-body .actions a {
    text-align: center;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 500;
    white-space: nowrap;
}
.patients-body .actions i {
    display: block;
    font-size: 2em;
    margin-bottom: 0.4em;
}
.patients-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
    margin-top: 40px;
}
.patients-footer .count {
    flex: 1;
    text-align: center;
    margin-bottom: 15px;
}
.patients-footer .download-all {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    margin-top: 40px;
}
.patients-footer .download-all a {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
}
.patients-footer .download-all i {
    font-size: 2em;
    margin-right: 0.3em;
}

#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: #11B0B0;
    color: #FFF;
    border-color: #11B0B0;
}
#hlp-pagination a:hover {
    color: #11B0B0;
}

.hlp-support {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 102;
    display: block;
    background-color: #11B0B0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-popup.support .wrapper {
    max-width: 500px;
}
.hlp-support:hover {
    background-color: #0d213a;
}
.hlp-uploadSupport input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.hlp-uploadSupport label {
    position: relative;
    width: 100%;
	display: inline-block;
    text-align: center;
    padding: .66em 1em;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #999999;
    color: #000;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-uploadSupport input:focus + label,
.hlp-uploadSupport input + label:hover {
    background-color: #f9f9f9;
}

.hlp-faqs-list .item {
    border: 1px solid #ccc;
    border-bottom: 0;
}
.hlp-faqs-list .item:last-of-type {
    border-bottom: 1px solid #ccc;
}
.hlp-faqs-list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
}
.hlp-faqs-list .title.active,
.hlp-faqs-list .title:hover {
    background-color: #f9f9f9;
}
.hlp-faqs-list .title.active i::before {
    content: "\e404";
}
.hlp-faqs-list .content {
    display: none;
}
.hlp-faqs-list .wrapper {
    padding: 20px 40px;
}

@media (min-width: 576px) {

    .hlp-account-wrapper {
        padding: 10px 20px 40px 20px;
    }

    .dash-pending .item {
        flex-wrap: nowrap;
    }
    .dash-pending .date {
        display: block;
        width: auto;
        margin-top: 0;
        padding-left: 1em;
    }
    .dash-activity .item {
        width: 31%;
    }

    #hlp-calendar .day_num td {
        height: 90px;
    }

    .hlp-support {
        right: 20px;
        bottom: 20px;
    }
    
}

@media (min-width: 768px) {

    .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%;
    }

    #hlp-calendar .item-hour .info {
        padding-right: 40px;
    }
    #hlp-calendar .item-hour .actions {
        width: auto;
        margin-bottom: 0;
    }

    .patients-head .hlp-btn {
        margin-bottom: 0;
    }
    #hlp-search-patient {
        max-width: 300px;
    }
    .patients-body .actions {
        width: auto;
        margin-bottom: 0;
    }
    .patients-body .actions a {
        margin-right: 20px;
    }
    .patients-body .actions a:last-of-type {
        margin-right: 0;
    }
    .patients-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 {
        display: flex;
        flex-wrap: wrap;
    }
    .hlp-main-auth .image {
        display: flex;
        align-items: center;
        width: auto;
        flex: 1;
    }
    .hlp-main-auth .logo {
        font-size: 1vw;
        max-width: none;
        padding-left: 8%;
    }

    .hlp-form .col.third {
        width: 31.333%;
    }

    .hlp-account-menu-wrapper {
        position: relative;
        transform: translateY(0);
        flex: 0 0 auto;
    }
    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-left: 40px;
    }
    .hlp-account-menu .name {
        padding: 23px 40px;
    }
    .hlp-account-menu ul ul .name {
        padding: 15px 40px 15px 75px;
    }
    .hlp-account-content {
        padding: 40px;
    }

    .hlp-account-content.dashboard .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-main-auth .logo {
        font-size: 0.8vw;
    }

    .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 {
        flex: 1;
    }
    .hlp-account-content.dashboard .col-3 {
        width: 50%;
        padding-right: .75em;
    }
    .hlp-account-content.dashboard .col-4 {
        width: 50%;
        padding-left: .75em;
    }

    #hlp-calendar .day-name td {
        font-size: .8em;
    }
    #hlp-calendar .day_num td {
        height: 110px;
    }

}

/* Editor */

.trumbowyg-box {
    height: 200px;
}
.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: #11B0B0;
    border: 0;
    background-color: #f2f2f2;
    background-color: #f9f9f9;
}
.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: #11B0B0;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #000;
    fill: transparent;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button:hover svg {
    color: #11B0B0;
    fill: transparent;
}

/* Editor */

.air-datepicker-global-container {
    z-index: 999;
}