.hrv-alert {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #212121;
    border: 0;
}

.hrv-alert-has-icon {
    padding: 13px 10px 13px 50px;
}

.hrv-alert-closable {
    padding-right: 30px;
}

.hrv-alert-primary {
    background-color: rgba(41, 120, 255, 0.1);
}

.hrv-alert-secondary {
    background-color: rgba(189, 189, 189, 0.1);
}

.hrv-alert-success {
    background-color: rgba(34, 201, 148, 0.1);
}

.hrv-alert-error {
    background-color: rgba(252, 98, 93, 0.1);
}

.hrv-alert-warning {
    background-color: rgba(253, 190, 65, 0.1);
}

.hrv-alert-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
}

.hrv-alert-description {
    font-size: 14px;
    line-height: 22px;
}

.hrv-alert-with-description .hrv-alert-message {
    display: block;
    margin-bottom: 4px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}

.hrv-alert-with-description .hrv-alert-description {
    display: block;
}

.hrv-alert-icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #9E9E9E;
}

.hrv-alert-primary .hrv-alert-icon {
    color: #2979FF;
    background: rgba(41, 120, 255, 0.2);
}

.hrv-alert-secondary .hrv-alert-icon {
    color: #BDBDBD;
    background: rgba(253, 190, 65, 0.2);
}

.hrv-alert-success .hrv-alert-icon {
    color: #22C993;
    background: rgba(34, 201, 147, 0.2);
}

.hrv-alert-error .hrv-alert-icon {
    color: #FC625D;
    background: rgba(252, 98, 93, 0.2);
}

.hrv-alert-warning .hrv-alert-icon {
    color: #FDBD41;
    background: rgba(253, 190, 65, 0.2);
}
.hrv-avatar {
    font-size: 14px;
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f4f6f8;
    color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-weight: bold;
}

.hrv-avatar-image {
    background: transparent
}

.hrv-avatar>* {
    line-height: 32px;
}

.hrv-avatar-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hrv-avatar-lg {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.hrv-avatar-lg, .hrv-avatar-lg>* {
    line-height: 40px
}

.hrv-avatar-lg-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.hrv-avatar-sm {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.hrv-avatar-sm, .hrv-avatar-sm>* {
    line-height: 24px
}

.hrv-avatar-sm-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.hrv-avatar-square {
    border-radius: 3px
}

.hrv-avatar>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hrv-badges {
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    color: #FFF;
}

.hrv-badges--type-number {
    padding: 3px 6px;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    min-width: 20px;
}

.hrv-badges .hrv-badges-body {
    font-size: 12px;
    line-height: 14px;
}

.hrv-badges--large {
    padding: 5px 10px;
}

.hrv-badges--status-primary {
    background-color: #2979FF
}

.hrv-badges--status-secondary {
    background-color: #EEEEEE;
    color: #212121;
}

.hrv-badges--status-success {
    background-color: #22C993;
}

.hrv-badges--status-warning {
    background-color: #FDBD41;
}

.hrv-badges--status-error {
    background-color: #FC625D;
}

.hrv-badges--status-primary-string {
    background-color: rgba(41, 120, 255, 0.2);
    color: #2979FF;
}

.hrv-badges--status-secondary-string {
    background-color: rgba(33, 33, 33, 0.2);
    color: #212121;
}

.hrv-badges--status-success-string {
    background-color: rgba(34, 201, 148, 0.2);
    color: #22C993;
}

.hrv-badges--status-warning-string {
    background-color: rgba(253, 190, 65, 0.2);
    color: #FDBD41;
}

.hrv-badges--status-error-string {
    background-color: rgba(252, 98, 93, 0.2);
    color: #FC625D;
}
.hrv-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hrv-breadcrumb .hrv-breadcrumb-item {
    position: relative;
    padding: 0 12px;
}

.hrv-breadcrumb .hrv-breadcrumb-item:first-child {
    padding-left: 0;
}

.hrv-breadcrumb .hrv-breadcrumb-item a {
    color: #9E9E9E;
    font-size: 12px;
    line-height: 14px;
    display: block;
}

.hrv-breadcrumb .hrv-breadcrumb-item a:hover {
    color: #2979FF;
}

.hrv-breadcrumb .hrv-breadcrumb-item .active {
    color: #616161;
    font-size: 12px;
    line-height: 14px;
}

.hrv-breadcrumb-item-arrow>svg {
    display: block;
    fill: #9E9E9E;
}

.hrv-breadcrumb-item-arrow:last-child {
    display: none;
}
.hrv-btn {
    font-size: 14px;
    line-height: 16px;
    min-width: 40px;
    min-height: 40px;
    padding: 11px 12px;
    min-width: 90px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.hrv-btn-minWidth-auto {
    min-width: 40px;
}

.hrv-btn:focus {
    outline: 0;
}

.hrv-btn--fullWidth {
    display: -ms-inline-flexbox;
    display: flex;
    width: 100%;
}

.hrv-btn.hrv-btn-size-small {
    min-width: 36px;
    min-height: 36px;
    padding: 9px 10px;
}

.hrv-btn.hrv-btn-primary {
    background: #2979FF;
    box-shadow: none;
    color: #FFF;
}

.hrv-btn.hrv-btn-primary:hover {
    background: #2962FF;
}

.hrv-btn.hrv-btn-primary:active {
    -webkit-box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.hrv-btn.hrv-btn-primary[disabled] {
    background: rgba(41, 120, 255, 0.4);
    cursor: not-allowed;
}

.hrv-btn.hrv-btn-default {
    background: #EEEEEE;
    box-shadow: none;
    color: #424242;
}

.hrv-btn.hrv-btn-default:hover {
    background: #E0E0E0;
}

.hrv-btn.hrv-btn-default:active {
    -webkit-box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.hrv-btn.hrv-btn-default[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
}

.hrv-btn.hrv-btn-success {
    background: #22C993;
    box-shadow: none;
    color: #FFF;
}

.hrv-btn.hrv-btn-success:hover {
    background: #22B888;
}

.hrv-btn.hrv-btn-success:active {
    -webkit-box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.hrv-btn.hrv-btn-success[disabled] {
    background: rgba(34, 201, 148, 0.4);
    cursor: not-allowed;
}

.hrv-btn.hrv-btn-danger {
    background: #FC625D;
    box-shadow: none;
    color: #FFF;
}

.hrv-btn.hrv-btn-danger:hover {
    background: #E65B57;
}

.hrv-btn.hrv-btn-danger:active {
    -webkit-box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: inset 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.hrv-btn.hrv-btn-danger[disabled] {
    background: rgba(252, 98, 93, 0.4);
    cursor: not-allowed;
}

.hrv-btn.hrv-btn-link {
    background: transparent;
    box-shadow: none;
    color: #2979FF;
}

.hrv-btn-link.hrv-btn-pd-none {
    padding: 0;
    min-width: auto;
    min-height: auto;
}

.hrv-btn.hrv-btn-link:hover {
    color: #2962FF;
}

.hrv-btn[disabled]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hrv-btn-loading {
    cursor: default;
    text-shadow: none;
    color: transparent;
    position: relative;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}

.hrv-btn-loading, .hrv-btn-loading:hover, .hrv-btn-loading:focus, .hrv-btn-loading:active {
    color: transparent !important;
}

.hrv-btn-loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    -webkit-animation: button-loading-spinner .7s linear infinite;
    animation: button-loading-spinner 1s linear infinite;
}

.hrv-btn .hrv-btn-text {
    margin-left: 10px;
}

.hrv-btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: 0;
}

.hrv-btn-group .hrv-btn-group--item+.hrv-btn-group--item {
    margin-left: 10px;
}

.hrv-btn-group.hrv-btn-group--segmented .hrv-btn-group--item {
    margin-left: 0;
}

.hrv-btn-group.hrv-btn-group--segmented .hrv-btn-group--item>* {
    border-radius: 0
}

.hrv-btn-group.hrv-btn-group--segmented .hrv-btn-group--item:first-child>* {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hrv-btn-group.hrv-btn-group--segmented .hrv-btn-group--item:last-child>* {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@-webkit-keyframes button-loading-spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes button-loading-spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.hrv-ui-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    z-index: 1200;
}
.hrv-card {
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 4px;
    color: #212121;
}

.hrv-card--header {
    padding: 24px 24px 0 24px;
}

.hrv-card--header .hrv-card--header-title {
    font-weight: 500;
    font-size: 16px;
}

.hrv-card--section {
    padding: 20px 0;
    margin: 0 24px;
}

.hrv-card--section+.hrv-card--section {
    -webkit-box-shadow: inset 0px 1px 0px rgba(33, 33, 33, 0.1);
    box-shadow: inset 0px 1px 0px rgba(33, 33, 33, 0.1);
}

.hrv-card--section-head .hrv-card--section-head-title {
    color: #9E9E9E;
    font-weight: 500;
}

.hrv-card--section-head+.hrv-card--section-body {
    margin-top: 20px;
}

.hrv-card--footer {
    padding: 0 24px 24px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hrv-collapse {
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    border-bottom: 0;
}

.hrv-collapse>.hrv-collapse-item {
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.hrv-collapse>.hrv-collapse-item:last-child {
    border-bottom: 0;
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header {
    line-height: 16px;
    padding: 20px 20px 20px 40px;
    color: #212121;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FAFAFA;
    font-weight: 500;
}

.hrv-collapse>.hrv-collapse-item-active.hrv-collapse-item>.hrv-collapse-header {
    -webkit-box-shadow: inset 0px -1px 0px rgba(33, 33, 33, 0.1);
    box-shadow: inset 0px -1px 0px rgba(33, 33, 33, 0.1);
}

.hrv-collapse>.hrv-collapse-item:not(.hrv-collapse-item-disabled):hover>.hrv-collapse-header {
    background: #F5F5F5;
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow {
    font-style: normal;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    color: #212121;
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow>* {
    line-height: 1
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow svg {
    display: inline-block
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow:before {
    display: none
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow .hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .arrow-icon {
    display: block
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .24s;
    transition: -webkit-transform .24s;
    transition: transform .24s;
    transition: transform .24s, -webkit-transform .24s
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow .hrv-svg-next-icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header:focus {
    outline: none
}

.hrv-collapse>.hrv-collapse-item.hrv-collapse-no-arrow>.hrv-collapse-header {
    padding-left: 20px;
}

.hrv-collapse>.hrv-collapse-item.hrv-collapse-no-arrow>.hrv-collapse-content>.hrv-collapse-content-box {
    padding-left: 20px;
}

.hrv-collapse-anim-active {
    -webkit-transition: height .2s cubic-bezier(.215, .61, .355, 1);
    transition: height .2s cubic-bezier(.215, .61, .355, 1)
}

.hrv-collapse-content {
    overflow: hidden;
    color: #212121;
    background-color: #FFF;
}

.hrv-collapse-content>.hrv-collapse-content-box {
    padding: 20px 20px 20px 40px;
}

.hrv-collapse-content-inactive {
    display: none
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header[aria-expanded='true'] .hrv-collapse-arrow>svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hrv-collapse .hrv-collapse-item-disabled>.hrv-collapse-header, .hrv-collapse .hrv-collapse-item-disabled>.hrv-collapse-header>.hrv-collapse-arrow {
    cursor: not-allowed;
    color: rgba(33, 33, 33, 0.4);
}

.hrv-motion-collapse {
    overflow: hidden
}

.hrv-motion-collapse-active {
    -webkit-transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1) !important;
    transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1) !important
}
/* .main-picker__saturation, .saturation-black, .saturation-white, .main-picker__saturation>div, .main-input__none, .hue-vertical, .main-input__hex {
    border-radius: 3px;
    border: none;
}

.color-picker {
    width: 216px;
    font-size: 14px;
    color: #272c30;
    overflow: hidden;
    border-radius: 6px;
    z-index: 197;
    display: none;
      position: absolute;
    top: 100%;
    margin-top: 11px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}

.color-picker__main {
    padding: 12px;
    -webkit-box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    overflow: auto;
}

.main-picker, .main-input {
    display: flex;
    justify-content: space-between;
}

.main-picker {
    height: 155px;
    margin-bottom: 12px;
}

.main-picker__saturation {
    width: 166px;
    position: relative;
}

.main-picker__hue {
    width: 19px;
    position: relative;
}

.hue-vertical>div>div {
    width: 24px !important;
    margin: -5px 0 0 -1px !important;
}

.main-input__hex {
    display: flex;
    border: 1px solid #eee;
    align-items: center;
    width: 110px;
    height: 35px;
    padding: 5px 8px;
    border-color: #c4cdd5;
}

.main-input__swatch {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cg fill='none'%3E%3Cpath fill='%23DDE3E9' d='M0 0h5v5H0z'/%3E%3Cpath fill='%23fff' d='M5 0h5v5H5z'/%3E%3Cpath fill='%23DDE3E9' d='M5 5h5v5H5z'/%3E%3Cpath fill='%23fff' d='M0 5h5v5H0z'/%3E%3C/g%3E%3C/svg%3E") 0/10px 10px;
}

.saturation-white div:nth-child(2) {
    cursor: pointer !important;
}

.saturation-white div:nth-child(2) div {
    width: 18px !important;
    height: 18px !important;
    border: 3px solid white;
    box-shadow: none !important;
}

input:focus {
    outline: none;
}

.main-input__none {
    width: 70px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c4cdd5;
    background: none;
    cursor: pointer;
}

button:disabled {
    background: #ddd;
    cursor: default;
}

button:disabled svg {
    fill: grey;
}

.main-input__btn {
    position: relative;
    padding-left: 18px;
}

.no-drop {
    position: absolute;
    top: 3px;
    left: -2px;
    width: 16px;
    height: 16px;
}

.color-picker__recently {
    overflow: hidden;
    padding: 10px 12px;
    border-top: 1px solid #c4cdd5;
    background: #f9fafb;
}

.color-picker__label {
    margin: 0 0 3px 4px;
    color: #454e57;
}

.color-picker__block {
    display: flex;
    flex-wrap: wrap;
}

.color-picker__square {
    cursor: pointer;
    position: relative;
    outline: none;
    border-radius: 3px;
    width: 23px !important;
    height: 23px;
    margin: 4px 0 0 4px;
} */
.hrv-combobox-search {
    position: relative;
}

.hrv-combobox-search .hrv-combobox-search-box {
    background-color: #fff;
    cursor: default;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #DAE3EA;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.hrv-combobox-search .hrv-combobox-search-box .hrv-combobox-search-textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hrv-combobox-search .hrv-combobox-search-box .hrv-combobox-search-textbox .hrv-combobox-search-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.hrv-combobox-search .hrv-combobox-search-box .hrv-combobox-search-textbox .hrv-combobox-search-text .hrv-combobox-search-input {
    border: 0;
    padding: 8px 10px;
    width: 100%;
    outline: none;
}

.hrv-combobox-search .hrv-combobox-search-box .hrv-combobox-search-textbox .hrv-combobox-search-icon {
    color: #9CA7B2;
    padding: 8px 15px 8px 10px;
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35px;
    max-width: none;
    cursor: pointer;
}

.hrv-combobox-search .hrv-popover-container {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #DAE3EA;
    border-radius: 3px;
    display: none;
    z-index: 1000;
}

.hrv-combobox-search .hrv-popover-container:before {
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 3px);
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #DAE3EA;
}

.hrv-combobox-search .hrv-popover-container:after {
    content: '';
    position: absolute;
    top: -11px;
    left: calc(50% - 3px);
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
}

.hrv-combobox-search .hrv-popover-container.hrv-popover-placement-top {
    top: auto;
    bottom: calc(100% + 8px);
}

.hrv-combobox-search .hrv-popover-container.hrv-popover-placement-top:before {
    top: auto;
    bottom: -12px;
    border-color: transparent;
    border-top-color: #DAE3EA;
}

.hrv-combobox-search .hrv-popover-container.hrv-popover-placement-top:after {
    top: auto;
    bottom: -11px;
    border-color: transparent;
    border-top-color: #fff;
}

.hrv-combobox-search .hrv-popover-container.is-openning {
    display: block;
}

.hrv-combobox-search .hrv-combobox-search-box.is-focusing {
    border: 1px solid #0279C7;
}

.hrv-popover-list {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 0;
}

.hrv-popover-list .hrv-popover-item {
    border: 0;
    width: 100%;
    outline: none;
    padding: 9px 10px;
    color: #474747;
    word-wrap: break-word;
}

.hrv-combobox-search .hrv-popover-loading {
    margin: 30px auto;
}

.hrv-popover-list .hrv-popover-item:hover {
    background: #F4F6F8;
    color: black;
    cursor: pointer;
}

.hrv-popover-list .hrv-popover-item.hrv-combobox-search--is-selected, .hrv-popover-list .hrv-popover-item.hrv-combobox-search--is-selected:hover {
    background-color: #0279C7;
    color: #fff;
    cursor: default;
}

.hrv-popover-container .hrv-popover-empty {
    padding: 15px;
    text-align: center;
}
.hrv-content-editor--container .cke_chrome {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.hrv-content-editor--container .cke_top {
    border-bottom: 1px solid #E0E0E0;
    background: #f4f6f8;
}

.cke_autocomplete_panel {
    padding: 5px 0 !important;
    border: 1px solid #E0E0E0 !important;
    -webkit-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    min-width: 200px !important;
    max-width: 300px;
    max-height: 232px;
}

.cke_autocomplete_panel>.cke_autocomplete_panel_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    font-family: 'Roboto', sans-serif;
}

.cke_autocomplete_panel>.cke_autocomplete_panel_item>.cke_autocomplete_panel_item_image {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    margin-right: 6px;
}

.cke_autocomplete_panel>.cke_autocomplete_panel_item>.cke_autocomplete_panel_item_image>img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.cke_autocomplete_panel>.cke_autocomplete_panel_item>.cke_autocomplete_panel_item_info {
    font-size: 14px;
    overflow: hidden;
}

.cke_autocomplete_panel>.cke_autocomplete_panel_item>.cke_autocomplete_panel_item_info>.cke_autocomplete_panel_item_name {
    font-weight: 500;
    color: #212121;
    margin-bottom: 2px;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cke_autocomplete_panel>.cke_autocomplete_panel_item>.cke_autocomplete_panel_item_info>.cke_autocomplete_panel_item_content {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cke_autocomplete_selected, .cke_autocomplete_panel>li:hover {
    background-color: #2962FF !important;
}

.cke_autocomplete_panel>.cke_autocomplete_panel_item:hover>.cke_autocomplete_panel_item_info>.cke_autocomplete_panel_item_name, .cke_autocomplete_panel>.cke_autocomplete_panel_item.cke_autocomplete_selected>.cke_autocomplete_panel_item_info>.cke_autocomplete_panel_item_name, .cke_autocomplete_panel>.cke_autocomplete_panel_item:hover>.cke_autocomplete_panel_item_info>.cke_autocomplete_panel_item_content, .cke_autocomplete_panel>.cke_autocomplete_panel_item.cke_autocomplete_selected>.cke_autocomplete_panel_item_info>.cke_autocomplete_panel_item_content {
    color: #FFF;
}

.hrv-content-editor--container .hrv-content-editor--readonly:after {
    display: block;
    clear: both;
    content: "";
}

.hrv-content-editor--container .hrv-content-editor--readonly img {
    width: auto;
    height: auto;
}

.hrv-content-editor--container .hrv-content-editor--readonly p, .hrv-content-editor--container .hrv-content-editor--readonly ul, .hrv-content-editor--container .hrv-content-editor--readonly ol {
    margin-bottom: 10px;
}

.hrv-content-editor--container .hrv-content-editor--readonly ul, .hrv-content-editor--container .hrv-content-editor--readonly ol {
    padding-left: 40px;
}

.hrv-content-editor--container .hrv-content-editor--readonly ul li {
    list-style-type: disc
}

.hrv-content-editor--container .hrv-content-editor--readonly ol li {
    list-style-type: decimal
}

.cke_button_icon.cke_button__mybtnimagedialog_icon {
    background-image: url('https://cdn.ckeditor.com/4.11.3/full-all/plugins/icons_hidpi.png?t=J1QB');
    background-position: 0 -1224px;
    background-size: 16px;
}

.cke_dialog_ui_button.cke_dialog_ui_button_ok.cke_disabled {
    position: relative;
    color: transparent;
}

.cke_dialog_ui_button.cke_dialog_ui_button_ok.cke_disabled:after {
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    -webkit-animation: rotate 0.5s linear infinite;
    animation: rotate 0.5s linear infinite;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.hrv-overlay-crop-image--cropper {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
    margin: 0 auto;
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hrv-overlay-crop-image--controls {
    margin-top: 10px;
    text-align: center;
}

.hrv-overlay-crop-image--btn {
    width: 36px;
    min-width: 36px;
    padding: 9px;
    margin: 0 5px;
}
.hrv-drawer {
    position: fixed;
    z-index: 1000;
    width: 0%;
    height: 100%
}

.hrv-drawer>* {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.9, 0, .3, .7), -webkit-box-shadow .3s cubic-bezier(.9, 0, .3, .7);
    transition: -webkit-transform .3s cubic-bezier(.9, 0, .3, .7), -webkit-box-shadow .3s cubic-bezier(.9, 0, .3, .7);
    transition: transform .3s cubic-bezier(.9, 0, .3, .7), box-shadow .3s cubic-bezier(.9, 0, .3, .7);
    transition: transform .3s cubic-bezier(.9, 0, .3, .7), box-shadow .3s cubic-bezier(.9, 0, .3, .7), -webkit-transform .3s cubic-bezier(.9, 0, .3, .7), -webkit-box-shadow .3s cubic-bezier(.9, 0, .3, .7)
}

.hrv-drawer-content-wrapper {
    position: fixed
}

.hrv-drawer .hrv-drawer-content {
    width: 100%;
    height: 100%
}

.hrv-drawer-left, .hrv-drawer-right {
    top: 0;
    width: 0%;
    height: 100%
}

.hrv-drawer-left .hrv-drawer-content-wrapper, .hrv-drawer-right .hrv-drawer-content-wrapper {
    height: 100%
}

.hrv-drawer-left.hrv-drawer-open, .hrv-drawer-right.hrv-drawer-open {
    width: 100%
}

.hrv-drawer-left.hrv-drawer-open.no-mask, .hrv-drawer-right.hrv-drawer-open.no-mask {
    width: 0%
}

.hrv-drawer-left.hrv-drawer-open .hrv-drawer-content-wrapper {
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15)
}

.hrv-drawer-right {
    right: 0
}

.hrv-drawer-right .hrv-drawer-content-wrapper {
    right: 0
}

.hrv-drawer-right.hrv-drawer-open .hrv-drawer-content-wrapper {
    -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15)
}

.hrv-drawer-top, .hrv-drawer-bottom {
    left: 0;
    width: 100%;
    height: 0%
}

.hrv-drawer-top .hrv-drawer-content-wrapper, .hrv-drawer-bottom .hrv-drawer-content-wrapper {
    width: 100%
}

.hrv-drawer-top.hrv-drawer-open, .hrv-drawer-bottom.hrv-drawer-open {
    height: 100%
}

.hrv-drawer-top.hrv-drawer-open.no-mask, .hrv-drawer-bottom.hrv-drawer-open.no-mask {
    height: 0%
}

.hrv-drawer-top {
    top: 0
}

.hrv-drawer-top.hrv-drawer-open .hrv-drawer-content-wrapper {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.hrv-drawer-bottom {
    bottom: 0
}

.hrv-drawer-bottom .hrv-drawer-content-wrapper {
    bottom: 0
}

.hrv-drawer-bottom.hrv-drawer-open .hrv-drawer-content-wrapper {
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15)
}

.hrv-drawer.hrv-drawer-open .hrv-drawer-mask {
    height: 100%;
    opacity: .3;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: HrvDrawerFadeIn .3s cubic-bezier(.7, .3, .1, 1);
    animation: HrvDrawerFadeIn .3s cubic-bezier(.7, .3, .1, 1)
}

.hrv-drawer-title {
    margin: 0;
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

.hrv-drawer-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-clip: padding-box;
    border: 0
}

.hrv-drawer-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    color: #212121;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-rendering: auto
}

.hrv-drawer-close:focus, .hrv-drawer-close:hover {
    color: #212121;
    text-decoration: none
}

.hrv-drawer-header {
    position: relative;
    padding: 16px 24px;
    color: #212121;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0
}

.hrv-drawer-header-no-title {
    color: #212121;
    background: #fff
}

.hrv-drawer-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word
}

.hrv-drawer-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #212121;
    opacity: 0;
    filter: alpha(opacity=50);
    -webkit-transition: opacity .3s linear, height 0s ease .3s;
    transition: opacity .3s linear, height 0s ease .3s
}

.hrv-drawer-open {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.7, .3, .1, 1);
    transition: -webkit-transform .3s cubic-bezier(.7, .3, .1, 1);
    transition: transform .3s cubic-bezier(.7, .3, .1, 1);
    transition: transform .3s cubic-bezier(.7, .3, .1, 1), -webkit-transform .3s cubic-bezier(.7, .3, .1, 1)
}

.hrv-drawer-open-content {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

@-webkit-keyframes HrvDrawerFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: .3
    }
}

@keyframes HrvdDrawerFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: .3
    }
}
.hrv-dropdown-menu {
    min-width: 200px;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hrv-dropdown-menu-item {
    padding: 12px;
    cursor: pointer;
    display: block;
    color: #212121;
}

.hrv-dropdown-menu-item:not(.hrv-dropdown-menu-item-disabled):hover {
    background: #2962FF;
    color: #FFF;
}

.hrv-dropdown-menu-item-divider {
    margin: 8px 0;
    border-bottom: 1px solid #E0E0E0;
}

.hrv-dropdown-menu-item-disabled {
    opacity: .4;
    cursor: not-allowed;
}
.hrv-emoji-picker {
    cursor: pointer;
    display: inline-block;
}

.emoji-mart {
    border: 0;
    display: block;
}
.hrv-uploadfile--container {
    cursor: pointer;
    outline: none;
}

.hrv-uploadfile--select {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.hrv-uploadfile--disabled {
    cursor: not-allowed;
}

.hrv-fileupload--container {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background: #FAFAFA;
}

.hrv-fileupload--box {
    border: 1px dashed #E0E0E0;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
}

.hrv-fileupload--box .hrv-fileupload--icon {
    margin-bottom: 12px;
    color: rgba(33, 33, 33, 0.5);
}

.hrv-fileupload--box .hrv-fileupload--content {
    font-size: 12px;
    color: rgba(33, 33, 33, 0.5);
    font-weight: 500;
}
.hrv-header-container {
    position: fixed;
    top: 0;
    left: 60px;
    right: 0;
    z-index: 511;
    -webkit-transition: box-shadow .25s;
    transition: box-shadow .25s;
}

.hrv-header-container.active {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
}

.hrv-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    padding: 0 40px;
}

.hrv-header-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    overflow: hidden;
}

.hrv-header-breadcrumb {
    margin: 16px 0 3px;
    overflow: hidden;
}

@media(max-width:767px) {
    .hrv-header-breadcrumb {
        display: none;
    }
}

.hrv-header-page-title {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hrv-header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
}

.hrv-header-menu li {
    margin: 0 15px;
}

.hrv-header-menu li:first-child {
    margin-left: 0;
}

.hrv-header-menu li a {
    color: #FFF;
    font-size: 14px;
    display: block;
    position: relative;
    white-space: nowrap;
}

.hrv-header-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: transparent;
}

.hrv-header-menu li a.active {
    font-weight: 500;
}

.hrv-header-menu li a.active:after {
    background: #FFF;
}

.hrv-header-actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.hrv-header-nofify {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    margin: 16px 0;
}

.hrv-header-nofify .hrv-header-nofify-item {
    position: relative;
    line-height: 32px;
}

.hrv-header-nofify .hrv-header-nofify-item:last-child {
    margin-right: 0;
}

.hrv-header-nofify-item-count {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 8px;
    text-align: center;
    background: #FF3B30;
    font-weight: bold;
    border-radius: 100%;
    min-width: 16px;
    min-height: 16px;
}

.hrv-header-profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 20px;
    margin: 16px 0;
    border-left: 1px solid #E3E9ED;
    cursor: pointer;
}

.hrv-header-profile-dropdown {
    margin-left: 20px;
    max-width: 200px;
}

.hrv-header-profile-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hrv-header-profile-content {
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hrv-header-profile-arrow {
    color: #808080
}

@media(max-width:767px) {
    .hrv-header-profile-info {
        display: none;
    }
}

.hrv-header-logo-hamburger {
    margin-right: -10px;
    padding-right: 10px;
    cursor: pointer;
    color: rgba(33, 33, 33, 0.5);
    line-height: 24px;
}

.hrv-header-hamburger-popover-container {
    padding: 24px;
    max-width: 440px;
}

.hrv-header-hamburger-group+.hrv-header-hamburger-group {
    margin-top: 20px;
}

.hrv-header-hamburger-header {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #212121;
    padding: 0 0 16px 0;
}

.hrv-header-hamburger-list {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
}

.hrv-header-hamburger-item {
    margin-top: 16px;
    width: 78px;
}

.hrv-header-hamburger-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #2979FF;
    border-radius: 100%;
}

.hrv-header-hamburger-icon svg {
    fill: #FFF;
}

.hrv-header-hamburger-name {
    font-size: 12px;
    line-height: 14px;
    color: #212121;
    text-align: center;
    margin: 5px 0;
}

.item-eform .hrv-header-hamburger-icon {
    background: #2979FF;
}

.item-mail .hrv-header-hamburger-icon {
    background: #22C993;
}

.item-booking .hrv-header-hamburger-icon {
    background: #FFCC00;
}

.item-ic .hrv-header-hamburger-icon {
    background: #FF8B00;
}

.item-notify .hrv-header-hamburger-icon {
    background: #FC625D;
}

.item-task .hrv-header-hamburger-icon {
    background: #FF8B00;
}

.item-hr .hrv-header-hamburger-icon {
    background: #FC625D;
}

.item-bms .hrv-header-hamburger-icon {
    background: #22C993;
}

.item-deployment .hrv-header-hamburger-icon {
    background: #2979FF;
}

.item-point .hrv-header-hamburger-icon {
    background: #FFCC00;
}

.item-libary .hrv-header-hamburger-icon {
    background: #22C993;
}

.item-news .hrv-header-hamburger-icon {
    background: #FF8B00;
}

.item-channel .hrv-header-hamburger-icon {
    background: #FFCC00;
}

.item-shorcut .hrv-header-hamburger-icon {
    background: #FC625D;
}

.item-tfticket .hrv-header-hamburger-icon {
    background: #FDBD41;
}

.item-banner .hrv-header-hamburger-icon {
    background: #2979FF;
}

.item-system .hrv-header-hamburger-icon {
    background: #FF8B00;
}

.item-shortcut-link .hrv-header-hamburger-icon {
    background: rgba(41, 121, 255, 0.1);
}

.item-shortcut-link-left .hrv-header-hamburger-icon>svg {
    position: relative;
    left: 2px;
}

.hrv-header-hamburger-item:hover .hrv-header-hamburger-name {
    color: #2979FF;
}

.hrv-header-btn-mobile {
    display: none;
}

.hrv-header-btn-mobile .hrv-header-btn-menu {
    background: transparent;
}

@media (max-width:767px) {
    .hrv-header {
        padding: 0 20px;
    }
    .hrv-header-hamburger-popover-container {
        padding: 20px;
        max-width: 370px;
    }
    .hrv-header-btn-mobile {
        display: block;
    }
    .hrv-header-container {
        left: 0;
    }
}
.hrv-svg-inline-block {
    fill: currentColor;
}

.hrv-svg-next-icon-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hrv-svg-next-icon-rotate--45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hrv-svg-next-icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hrv-svg-next-icon-rotate--90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hrv-svg-next-icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hrv-svg-next-icon-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.hrv-image-empty {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    background: #fafbfc;
    border: 1px solid #DAE3EA;
    vertical-align: middle;
    text-align: center;
    padding: 15px 12px 16px;
}

.hrv-image-empty:before {
    width: 24px;
    height: 18px;
    display: block;
    margin: auto;
    content: url('data:image/gif;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZBMEEwQkUxRTA5MTFFNThENzU5MDdDMzBFRDI3MDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZBMEEwQkYxRTA5MTFFNThENzU5MDdDMzBFRDI3MDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkEwQTBCQzFFMDkxMUU1OEQ3NTkwN0MzMEVEMjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkEwQTBCRDFFMDkxMUU1OEQ3NTkwN0MzMEVEMjcwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQECAQEBAgICAQECAgICAgICAgIDAgMDAwMCAwMEBAQEBAMFBQUFBQUHBwcHBwgICAgICAgICAgBAQEBAgICBQMDBQcFBAUHCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICP/AABEIABIAGAMBEQACEQEDEQH/xAB1AAEAAwEAAAAAAAAAAAAAAAAFAwYICgEBAQEBAAAAAAAAAAAAAAAAAgMFARAAAQQBAQUGBgMAAAAAAAAAAgEDBAUGEQBBURIzITFhIjI0cYFiIzUHFCQWEQACAgICAwAAAAAAAAAAAAABAgADETESIkETBP/aAAwDAQACEQMRAD8A7SMcxzHbPHaGwsKEbq+uhsH5cuRYSYgEESSQkqkJEnNoSaJy9vaqqiIq7a9ljBiAcAYmTXWpUEjJMuR4T+rY9RDu59YFbCmNtONk/MmNr90EcQdFe15tNydu0ffaTgS3pqAyYFl+IYXV4bNybF4otyoyxjrrRmXJdQVKW22qjzOkOuiqnh8dqU3OX4tBdSgTkshxi6hphGK4/Fp2clv5ayXItW8AG0wKTXvvOqSLyCm7eu3bUPMnOBOVOOAGMmNUC/6DLpwZuAt31QmlJjpD/UFlR8z7XMqo4S6d693y8s7OqddHzHX2ftsQn9kY3Mx+ivJFEYhjlsTK3NOXpjvfyGyF5hNyESIJCnHh3P5rQzDOxD9NZVTjRmf7X8nP6HWc9t7f1L0/p4eG2gmpntuH7KGI1H5Su6PWb9x0PWnU+njsX1Em5//Z');
}
.hrv-image-thumbnail {
    position: relative;
    display: block;
    background: #fafbfc;
    padding: 0;
    width: 50px;
    padding-bottom: 50px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hrv-image-thumbnail-small {
    width: 40px;
    padding-bottom: 40px;
}

.hrv-image-thumbnail:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(195, 207, 216, 0.3);
}

.hrv-image-thumbnail .hrv-image-thumbnail--image, .hrv-image-thumbnail .hrv-image-thumbnail--image svg {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.hrv-image-thumbnail .hrv-image-thumbnail--image svg {
    fill: #d3dbe2
}
.hrv-next-input, .hrv-next-input--stylized {
    border: 1px solid #E0E0E0;
    color: #212121;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 12px;
    border-radius: 4px;
    line-height: 18px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    background: #ffffff;
}

.hrv-next-input--stylized {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0 10px;
}

.hrv-next-input--stylized .hrv-next-input-add-on {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex: none;
    flex: none;
    white-space: nowrap;
    color: #6c798f;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 10px 9px 0;
}

.hrv-next-input--stylized .hrv-next-input__add-on--before {
    padding: 9px 10px 8px 0;
}

.hrv-next-input--stylized .hrv-next-input__add-on--after {
    padding: 9px 0 8px 10px;
}

.hrv-next-input:focus, .hrv-next-input--is-focused {
    border-color: #2962FF;
    outline: none;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
    box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
}

.hrv-next-input.hrv-next-input--error:focus, .hrv-next-input--error {
    border-color: #FC625D;
}

.hrv-next-input--readonly, .hrv-next-input--readonly .hrv-next-input, .hrv-next-input[readOnly], .hrv-next-input--disabled, .hrv-next-input--disabled .hrv-next-input, .hrv-next-input[disabled] {
    background: #FAFAFA;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hrv-next-input--stylized .hrv-next-input.hrv-next-input--invisible {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hrv-next-input--has-border-left .hrv-next-input.hrv-next-input--invisible {
    border-left: 1px solid #E0E0E0;
    padding-left: 10px;
}

.hrv-next-input--has-border-right .hrv-next-input.hrv-next-input--invisible {
    border-right: 1px solid #E0E0E0;
    padding-right: 10px;
}
.hrv-next-input-checkbox {
    position: relative;
    min-width: 12px;
    min-height: 16px;
}

.hrv-next-input-checkbox+.hrv-next-input-checkbox {
    margin-top: 10px;
}

.hrv-next-input-checkbox .hrv-next-label--switch {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #212121;
}

.hrv-next-input-checkbox .hrv-next-label--switch.hrv-next-label--empty {
    padding-left: 16px;
}

.hrv-next-input-checkbox.hrv-input-disabled>.hrv-next-label--switch {
    cursor: default;
}

.hrv-next-input-checkbox .hrv-next-checkbox, .hrv-next-input-checkbox .hrv-next-checkbox--styled {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    height: 16px;
    width: 16px;
    background-color: #EEEEEE;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}

.hrv-next-input-checkbox .hrv-next-checkbox {
    z-index: 2;
    opacity: 0;
}

.hrv-next-input-checkbox .hrv-next-checkbox--styled {
    color: #FFF;
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.hrv-next-input-checkbox:not(.hrv-input-disabled)>.hrv-next-checkbox:hover+.hrv-next-checkbox--styled {
    background: #E0E0E0;
}

.hrv-next-input-checkbox .hrv-next-checkbox--styled .hrv-svg-next-icon {
    display: block;
    top: 2px;
    left: 3px;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    z-index: 2;
    line-height: 10px;
}

.hrv-next-input-checkbox:not(.hrv-input-disabled)>.hrv-next-checkbox:checked~.hrv-next-checkbox--styled {
    background-color: #2979FF;
}

.hrv-next-input-checkbox:not(.hrv-input-disabled)>.hrv-next-checkbox:checked:hover~.hrv-next-checkbox--styled {
    background-color: #2962FF;
}

.hrv-next-input-checkbox .hrv-next-checkbox:checked~.hrv-next-checkbox--styled .hrv-checkmark.hrv-svg-next-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hrv-next-input-checkbox.hrv-input-disabled {
    opacity: 0.4;
}

.hrv-next-input-checkbox.hrv-input-disabled .hrv-next-checkbox, .hrv-next-input-checkbox.hrv-input-disabled .hrv-next-checkbox--styled {
    cursor: default;
}

.hrv-next-input-checkbox.hrv-input-disabled .hrv-next-checkbox:checked~.hrv-next-checkbox--styled {
    background: #2962FF;
}
.react-bootstrap-daterangepicker-container {
    display: block !important;
    cursor: pointer;
}

.daterangepicker {
    border: 1px solid #E0E0E0;
    z-index: 1060;
    -webkit-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.daterangepicker.show-calendar .ranges {
    margin: 0;
}

.daterangepicker .ranges ul {
    padding: 8px 0;
    overflow: hidden;
}

@media(min-width:564px) {
    .daterangepicker .ranges ul, .daterangepicker.single .ranges ul {
        width: 180px;
    }
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left-color: #E0E0E0;
}

.daterangepicker .ranges li {
    font-size: 14px;
    padding: 10px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background: #F4F6F8;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li.active:hover {
    background: #2962FF;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    font-size: 14px;
    height: 36px;
    background: #FFF;
}

.daterangepicker td.in-range {
    background: rgba(2, 121, 199, 0.15);
}

.daterangepicker select.monthselect {
    margin-right: 10px;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border-width: 0 1px 1px 0;
    border-color: #DADADA;
}

.daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev {
    cursor: pointer;
}

.daterangepicker .calendar-table .prev span {
    margin-right: -3px;
}

.daterangepicker .calendar-table .next span {
    margin-left: -3px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #2962FF;
}

.daterangepicker .drp-buttons {
    border-top-color: #E0E0E0;
}

.daterangepicker .drp-buttons .btn {
    font-size: 14px;
    line-height: 16px;
    min-width: 100px;
    padding: 9px 20px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.daterangepicker .drp-buttons .btn-primary {
    background: #2962FF;
    border: 1px solid #2962FF;
    box-shadow: none;
    color: #fff;
}

.daterangepicker .drp-buttons .btn-primary:hover {
    background: #2962FF;
    border: 1px solid #2962FF;
}

.daterangepicker .drp-buttons .btn-default {
    background: #FFF;
    border: 1px solid #DADADA;
    box-shadow: none;
    color: #212121;
}

.daterangepicker .drp-buttons .btn-default:hover {
    background: #F4F6F8;
}

.daterangepicker .drp-buttons .drp-selected {
    font-size: 14px
}

.daterangepicker .drp-calendar {
    max-width: 320px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 36px;
    width: 36px;
    height: 36px;
    line-height: 16px;
    font-size: 14px;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #212121;
    opacity: 0.3;
}

.hrv-daterangepicker {
    border: 1px solid #E0E0E0;
    color: #212121;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    line-height: 14px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    background: #FFF;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.hrv-daterangepicker.hrv-daterangepicker--disabled {
    background: #FAFAFA;
    cursor: not-allowed;
}

.hrv-daterangepicker .hrv-daterangepicker--input, .hrv-daterangepicker .hrv-daterangepicker--time {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.hrv-daterangepicker .hrv-daterangepicker--input .hrv-daterangepicker--content {
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
}

.hrv-daterangepicker .hrv-daterangepicker--icon, .hrv-daterangepicker--calendar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    color: #DADADA;
    padding: 10px;
}

.hrv-daterangepicker--calendar {
    padding: 0;
    height: 14px;
    margin-left: 8px;
}
.hrv-input-number {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    position: relative;
    padding: 11px 12px;
    width: 100%;
    font-size: 14px;
    color: #212121;
    background-color: #fff;
    background-image: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
    display: inline-block;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.hrv-input-number::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.hrv-input-number:-ms-input-placeholder {
    color: #bfbfbf
}

.hrv-input-number::-webkit-input-placeholder {
    color: #bfbfbf
}

.hrv-input-number:focus {
    border-color: #2979FF;
    outline: 0;
}

textarea.hrv-input-number {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transition: all .3s, height 0s;
    transition: all .3s, height 0s;
    min-height: 32px
}

.hrv-input-number-handler {
    text-align: center;
    line-height: 0;
    height: 50%;
    overflow: hidden;
    color: #212121;
    position: relative;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    display: block;
    width: 100%;
}

.hrv-input-number-handler:active {
    background: #f4f4f4
}

.hrv-input-number-handler:hover .hrv-input-number-handler-down-inner, .hrv-input-number-handler:hover .hrv-input-number-handler-up-inner {
    color: #2979FF
}

.hrv-input-number-handler-down-inner, .hrv-input-number-handler-up-inner {
    font-style: normal;
    vertical-align: -.125em;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    display: inline-block;
    font-size: 12px;
    font-size: 7px\9;
    right: 4px;
    color: rgba(0, 0, 0, .45)
}

.hrv-input-number-handler-down-inner {
    -webkit-transform: scale(.58333333) rotate(90deg);
    -ms-transform: scale(.58333333) rotate(9deg);
    transform: scale(.58333333) rotate(90deg);
}

.hrv-input-number-handler-up-inner {
    -webkit-transform: scale(.58333333) rotate(-90deg);
    -ms-transform: scale(.58333333) rotate(-90deg);
    transform: scale(.58333333) rotate(-90deg);
}

.hrv-input-number-handler-down-inner>*, .hrv-input-number-handler-up-inner>* {
    line-height: 1
}

.hrv-input-number-handler-down-inner svg, .hrv-input-number-handler-up-inner svg {
    display: inline-block
}

.hrv-input-number-handler-down-inner:before, .hrv-input-number-handler-up-inner:before {
    display: none
}

.hrv-input-number-handler-down-inner .hrv-input-number-handler-down-inner-icon, .hrv-input-number-handler-down-inner .hrv-input-number-handler-up-inner-icon, .hrv-input-number-handler-up-inner .hrv-input-number-handler-down-inner-icon, .hrv-input-number-handler-up-inner .hrv-input-number-handler-up-inner-icon {
    display: block
}

:root .hrv-input-number-handler-down-inner, :root .hrv-input-number-handler-up-inner {
    font-size: 12px
}

.hrv-input-number-focused, .hrv-input-number:hover {
    border-color: #2979FF;
    border-right-width: 1px!important;
    -webkit-box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
    box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
}

.hrv-input-number-focused {
    outline: 0;
}

.hrv-input-number-disabled {
    background-color: #FAFAFA;
    opacity: 1;
    cursor: not-allowed;
    color: #212121;
}

.hrv-input-number-disabled:hover {
    border-color: #e6d8d8;
    border-right-width: 1px!important
}

.hrv-input-number-disabled .hrv-input-number-input {
    cursor: not-allowed
}

.hrv-input-number-disabled .hrv-input-number-handler-wrap {
    display: none
}

.hrv-input-number-input {
    width: 100%;
    text-align: left;
    outline: 0;
    -moz-appearance: textfield;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    padding: 0 11px 0 0;
}

.hrv-input-number-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.hrv-input-number-input:-ms-input-placeholder {
    color: #bfbfbf
}

.hrv-input-number-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.hrv-input-number-handler-wrap {
    border-left: 1px solid #E0E0E0;
    width: 22px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: opacity .24s linear .1s;
    transition: opacity .24s linear .1s
}

.hrv-input-number-handler-wrap:hover .hrv-input-number-handler {
    height: 50%
}

.hrv-input-number:hover .hrv-input-number-handler-wrap {
    opacity: 1
}

.hrv-input-number-handler-up {
    cursor: pointer
}

.hrv-input-number-handler-up-inner {
    top: 50%;
    margin-top: -5px;
    text-align: center
}

.hrv-input-number-handler-down {
    border-top: 1px solid #DAE3EA;
    top: 0;
    cursor: pointer
}

.hrv-input-number-handler-down-inner {
    top: 50%;
    margin-top: -6px;
    text-align: center
}

.hrv-input-number-handler-down-disabled, .hrv-input-number-handler-up-disabled {
    cursor: not-allowed;
}

.hrv-input-number-handler-down-disabled:hover .hrv-input-number-handler-down-inner, .hrv-input-number-handler-up-disabled:hover .hrv-input-number-handler-up-inner {
    color: rgba(33, 33, 33, 0.4);
}
.hrv-next-input-radio {
    position: relative;
}

.hrv-next-input-radio+.hrv-next-input-radio {
    margin-top: 16px;
}

.hrv-next-input-radio .hrv-next-label--switch {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #212121;
}

.hrv-next-input-radio.hrv-input-disabled>.hrv-next-label--switch {
    cursor: default;
}

.hrv-next-input-radio .hrv-next-radio, .hrv-next-input-radio .hrv-next-radio--styled {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    width: 16px;
    background-color: #EEEEEE;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}

.hrv-next-input-radio:not(.hrv-input-disabled):hover .hrv-next-radio, .hrv-next-input-radio:not(.hrv-input-disabled):hover .hrv-next-radio--styled {
    background: #E0E0E0;
}

.hrv-next-input-radio .hrv-next-radio {
    z-index: 2;
    opacity: 0;
}

.hrv-next-input-radio .hrv-next-radio--styled {
    color: #fff;
    z-index: 1;
    border-radius: 100%;
}

.hrv-next-input-radio .hrv-next-radio--styled::after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.hrv-next-input-radio .hrv-next-radio:checked~.hrv-next-radio--styled {
    background-color: #2979FF;
}

.hrv-next-input-radio .hrv-next-radio:checked:hover~.hrv-next-radio--styled {
    background-color: #2962FF;
}

.hrv-next-input-radio .hrv-next-radio:checked~.hrv-next-radio--styled::after {
    background-color: #FFF;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.hrv-next-input-radio.hrv-input-disabled {
    opacity: 0.4;
}

.hrv-next-input-radio.hrv-input-disabled .hrv-next-radio, .hrv-next-input-radio.hrv-input-disabled .hrv-next-radio--styled {
    cursor: default;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hrv-loading-box {
    position: relative;
}

.hrv-loading-box.hrv-loading-page {
    min-height: 300px
}

.hrv-loading-main {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-animation: spin 0.7s linear infinite;
    -moz-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
    border-style: solid;
    border-width: 2px;
    border-color: #2979FF;
    border-right-color: transparent;
    border-radius: 100%;
    z-index: 1;
}

.hrv-loading-main {
    position: absolute;
    left: 50%;
    top: 50%;
}

.hrv-loading-pico {
    min-height: 36px;
}

.hrv-loading-pico>.hrv-loading-main {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.hrv-loading-icon {
    min-height: 52px;
}

.hrv-loading-icon>.hrv-loading-main {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
}

.hrv-loading-thumb {
    min-height: 70px;
}

.hrv-loading-thumb>.hrv-loading-main {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}

.hrv-loading-small {
    min-height: 120px;
}

.hrv-loading-small>.hrv-loading-main {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
}

.hrv-loading-compact {
    min-height: 180px;
}

.hrv-loading-compact>.hrv-loading-main {
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
}

.hrv-loading-medium {
    min-height: 260px;
}

.hrv-loading-maidum>.hrv-loading-main {
    width: 240px;
    height: 240px;
    margin-top: -120px;
    margin-left: -120px;
}

.hrv-loading-large {
    min-height: 500px;
}

.hrv-loading-large>.hrv-loading-main {
    width: 480px;
    height: 480px;
    margin-top: -240px;
    margin-left: -240px;
}

.hrv-loading-grande {
    min-height: 620px;
}

.hrv-loading-grande>.hrv-loading-main {
    width: 600px;
    height: 600px;
    margin-top: -300px;
    margin-left: -300px;
}

.hrv-loading-1024x1024 {
    min-height: 1044px;
}

.hrv-loading-1024x1024>.hrv-loading-main {
    width: 1024px;
    height: 1024px;
    margin-top: -512px;
    margin-left: -512px;
}

.hrv-loading-2048x2048 {
    min-height: 2068px;
}

.hrv-loading-2048x2048>.hrv-loading-main {
    width: 2048px;
    height: 2048px;
    margin-top: -1024px;
    margin-left: -1024px;
}
.hrv-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 512;
    height: 100%;
    background: #FFF;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width 0.1s ease-in-out;
    -moz-transition: width 0.1s ease-in-out;
    -ms-transition: width 0.1s ease-in-out;
    -o-transition: width 0.1s ease-in-out;
    transition: width 0.1s ease-in-out;
}

.hrv-menu {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 88px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hrv-menu-logo {
    padding: 16px 22px 40px;
}

.hrv-menu-list {
    padding-top: 0;
    margin-bottom: 0;
}

.hrv-menu-list-childs {
    margin-left: 36px;
}

.hrv-menu-item {
    position: relative;
}

.hrv-menu-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 0 24px;
    color: rgba(33, 33, 33, 0.8);
}

.hrv-menu-item-icon {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.hrv-menu-item-icon .hrv-menu-item-icon-svg {
    fill: rgba(33, 33, 33, 0.8);
}

.hrv-menu-item-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: rgba(33, 33, 33, 0.8);
    text-transform: capitalize;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hrv-menu-item-dots {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 8px;
    height: 8px;
    background: #FC625D;
    border-radius: 100%;
}

.hrv-menu-item-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.hrv-menu-item-link.active, .hrv-menu-item-link.open, .hrv-menu-list>.hrv-menu-item>.hrv-menu-item-link:hover {
    background: linear-gradient(0deg, rgba(41, 121, 255, 0.1), rgba(41, 121, 255, 0.1)), #FFFFFF;
    border-radius: 0 4px 4px 0;
}

.hrv-menu-item-link.active .hrv-menu-item-text, .hrv-menu-item-link:hover .hrv-menu-item-link, .hrv-menu-item-link:hover .hrv-menu-item-text {
    color: #2979FF;
}

.hrv-menu-item-link.active .hrv-menu-item-icon .hrv-menu-item-icon-svg, .hrv-menu-item-link:hover .hrv-menu-item-icon .hrv-menu-item-icon-svg {
    fill: #2979FF;
}

.hrv-menu-item-divider {
    height: 1px;
    min-width: 20px;
    background: rgba(13, 48, 100, 0.2);
    margin: 10px 24px;
}

.hrv-menu-left-flex-spacer {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 12px;
}

.hrv-menu-footer {
    padding: 20px 24px;
    opacity: 0;
}

.hrv-copyright-haravan {
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.3);
}

.hrv-menu-toggle-sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50px;
    outline: none;
    border: 0;
    padding: 0 15px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    color: #808080;
    background: #FAFAFA;
}

.hrv-menu-toggle-sidebar:focus {
    outline: none;
}

.hrv-menu-toggle-sidebar:hover {
    background: #E5E5E5;
}

.hrv-menu-toggle-sidebar .hrv-menu-toggle-sidebar-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    color: #808080;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-expanded-desktop .hrv-menu-toggle-sidebar .hrv-menu-toggle-sidebar-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-expanded-desktop .hrv-menu-toggle-sidebar .hrv-menu-toggle-sidebar-text {
    display: block;
}

.sidebar-expanded-desktop+.hrv-main {
    padding-left: 240px;
}

.sidebar-expanded-desktop.hrv-menu-module-hr+.hrv-main {
    padding-left: 260px;
}

.sidebar-expanded-desktop.hrv-menu-container, .sidebar-expanded-desktop.hrv-menu-container .hrv-menu-toggle-sidebar {
    width: 240px;
}

.sidebar-expanded-desktop.hrv-menu-container.hrv-menu-module-hr, .sidebar-expanded-desktop.hrv-menu-container.hrv-menu-module-hr .hrv-menu-toggle-sidebar {
    width: 260px;
}

.sidebar-expanded-desktop.hrv-menu-container>.hrv-menu-item-link> :not(.hrv-menu-item-icon) {
    display: none;
}

.hrv-menu-container:not(.sidebar-expanded-desktop):hover {
    width: 240px;
    -webkit-box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.25);
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.25);
}

.hrv-menu-container.hrv-menu-module-hr:not(.sidebar-expanded-desktop):hover {
    width: 260px;
}

.hrv-menu-container:not(.sidebar-expanded-desktop):hover .hrv-menu-item-dots {
    display: none;
}

.hrv-menu-container:not(.sidebar-collapsed-desktop):hover .hrv-menu-item-link> :not(.hrv-menu-item-icon) {
    display: block;
}

.hrv-menu-container:hover .hrv-menu-toggle-sidebar {
    width: 240px;
}

.hrv-menu-container.hrv-menu-module-hr:hover .hrv-menu-toggle-sidebar {
    width: 260px;
}

.hrv-menu-container:hover .hrv-menu-footer {
    opacity: 1;
}

.scrollbar-menu::-webkit-scrollbar {
    background-color: #FFF;
    width: 0;
}

.scrollbar-menu:hover::-webkit-scrollbar {
    width: 16px;
}

.scrollbar-menu::-webkit-scrollbar-track {
    background-color: #FFF;
}

.scrollbar-menu::-webkit-scrollbar-track:hover {
    background-color: #F4F4F4;
}

.scrollbar-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 16px;
    border: 5px solid #FFF;
}

.scrollbar-menu:hover::-webkit-scrollbar-thumb {
    background-color: #BABAC0;
}

.scrollbar-menu::-webkit-scrollbar-thumb:hover {
    background-color: #A0A0A5;
    border: 4px solid #F4F4F4;
}

.scrollbar-menu::-webkit-scrollbar-button {
    display: none;
}

.hrv-btn-close-mobile {
    display: none;
    position: absolute;
    top: 5px;
    right: -5px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .26s ease;
    transition: opacity .26s ease;
    opacity: 0;
}

@media (max-width:767px) {
    .hrv-menu-container {
        display: none;
        width: 240px;
        overflow: inherit;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: -webkit-transform .1s ease;
        transition: transform .1s ease;
        transition: transform .1s ease, -webkit-transform .1s ease;
        -webkit-box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.25);
        box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.25);
    }
    .hrv-menu-container.hrv-menu-module-hr {
        width: 260px;
    }
    .hrv-menu-container.hrv-menu--moving-in, .hrv-menu-container.hrv-menu--moving-out {
        display: block;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .hrv-menu-container.hrv-menu--moved-in {
        display: block
    }
    .hrv-menu-container.hrv-menu--moved-out {
        display: none;
    }
    .hrv-layout-mobile .hrv-menu-container {
        display: block;
    }
    .hrv-layout-backdrop {
        position: fixed;
        z-index: 511;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: rgba(33, 43, 54, .4);
        -webkit-animation: hrv_opacity .2s 1 forwards;
        animation: hrv_opacity .2s 1 forwards;
        opacity: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: opacity;
    }
    .hrv-btn-close-mobile {
        display: block;
    }
    .hrv-btn-close-mobile .hrv-btn-close, .hrv-btn-close-mobile .hrv-btn-close:active, .hrv-btn-close-mobile .hrv-btn-close:focus {
        background: transparent;
        color: #FFF;
    }
    .hrv-layout-mobile .hrv-btn-close-mobile {
        opacity: 1;
    }
}

@-webkit-keyframes hrv_opacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes hrv_opacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.hrv-messagebar {
    border-left: 5px solid transparent;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 18px;
}

.hrv-messagebar .hrv-messagebar-header {
    font-weight: 600;
}

.hrv-messagebar .hrv-messagebar-header+.hrv-messagebar-body {
    margin-top: 10px;
}

.hrv-messagebar .hrv-messagebar-body+.hrv-messagebar-footer {
    margin-top: 10px;
}

.hrv-messagebar.hrv-messagebar--status-success {
    border-color: #22C993;
    background-color: #e3fcef;
}

.hrv-messagebar.hrv-messagebar--status-critical {
    border-color: #FC625D;
    background-color: #ffebe5;
}

.hrv-messagebar.hrv-messagebar--status-info {
    border-color: #2979FF;
    background-color: #F4F6F8;
}

.hrv-messagebar.hrv-messagebar--status-warning {
    border-color: #FDBD41;
    background-color: #fffae5;
}
.modal .hrv-modal .modal-content {
    -webkit-box-shadow: 0px 0px 20px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 0px 20px rgba(33, 33, 33, 0.2);
    border: 0;
    border-radius: 4px;
}

.modal .hrv-modal .modal-content .hrv-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
}

.modal .hrv-modal .modal-content .hrv-modal-header .hrv-modal-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
    color: #212121;
}

.modal .hrv-modal .modal-content .hrv-modal-header .hrv-close {
    padding: 0;
    margin: 0;
    line-height: initial;
    min-width: auto;
    cursor: pointer;
}

.modal .hrv-modal .modal-content .hrv-modal-header .hrv-close svg {
    top: 2px;
    fill: #9CA7B2;
}

.modal .hrv-modal .modal-content .hrv-modal-header .hrv-close:hover svg {
    fill: #474747;
}

.modal .hrv-modal .modal-content .hrv-modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px;
}

.modal .hrv-modal .modal-content .hrv-modal-body.hrv-modal-body-pd-0 {
    padding: 0;
}

.modal .hrv-modal .modal-content .hrv-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 24px 24px;
}

.modal .hrv-modal .modal-content .hrv-modal-header+.hrv-modal-body, .modal .hrv-modal .modal-content .hrv-modal-body+.hrv-modal-footer {
    padding-top: 0
}

.modal .hrv-modal .modal-content .hrv-modal-footer>.col-auto {
    padding: 0
}

.modal .hrv-modal .modal-content .hrv-modal-footer .hrv-btn {
    margin-left: 16px;
    margin-right: 0;
}

.modal-backdrop {
    display: none;
    background-color: rgba(0, 0, 0, 0.25);
}

.modal-backdrop.show {
    display: block;
    opacity: 1;
    -webkit-animation: modalBgOpen 0.15s ease;
    animation: modalBgOpen 0.15s ease;
}

.modal.fade .hrv-modal.modal-dialog {
    transform: none;
    transition: none;
    visibility: hidden;
}

.modal.show .hrv-modal.modal-dialog {
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: modalOpen 0.15s ease;
    animation: modalOpen 0.15s ease;
    transform: none;
}

.hrv-modal.modal-dialog {
    margin: 60px auto;
}

@media screen and (max-height: 480px) {
    .hrv-modal.modal-dialog {
        margin: 10px auto;
    }
}

@media (min-width: 992px) {
    .hrv-modal.modal-sm {
        max-width: 480px;
    }
    .hrv-modal.modal-md {
        max-width: 640px;
    }
    .hrv-modal.modal-lg {
        max-width: 800px;
    }
}

@-webkit-keyframes modalOpen {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes modalOpen {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes modalBgOpen {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes modalBgOpen {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.hrv-notification {
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    z-index: 1060;
    width: 384px;
    max-width: calc(100vw - 32px);
    margin-right: 24px
}

.hrv-notification-topLeft, .hrv-notification-bottomLeft {
    margin-left: 24px;
    margin-right: 0
}

.hrv-notification-topLeft .hrv-notification-fade-enter.hrv-notification-fade-enter-active, .hrv-notification-bottomLeft .hrv-notification-fade-enter.hrv-notification-fade-enter-active, .hrv-notification-topLeft .hrv-notification-fade-appear.hrv-notification-fade-appear-active, .hrv-notification-bottomLeft .hrv-notification-fade-appear.hrv-notification-fade-appear-active {
    -webkit-animation-name: NotificationLeftFadeIn;
    animation-name: NotificationLeftFadeIn
}

.hrv-notification-close-icon {
    font-size: 14px;
    cursor: pointer
}

.hrv-notification-notice {
    padding: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.1);
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.1);
    background: #fff;
    line-height: 20px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

.hrv-notification-notice-message {
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    display: inline-block
}

.hrv-notification-notice-message-single-line-auto-margin {
    width: calc(384px - 24px * 2 - 24px - 48px - 100%);
    background-color: transparent;
    pointer-events: none;
    display: block;
    max-width: 4px
}

.hrv-notification-notice-message-single-line-auto-margin:before {
    content: '';
    display: block
}

.hrv-notification-notice-description {
    font-size: 14px
}

.hrv-notification-notice-closable .hrv-notification-notice-message {
    padding-right: 24px
}

.hrv-notification-notice-with-icon .hrv-notification-notice-message {
    font-size: 16px;
    margin-left: 25px;
    word-break: break-word;
}

.hrv-notification-notice-message+.hrv-notification-notice-description {
    margin-top: 8px;
}

.hrv-notification-notice-with-icon .hrv-notification-notice-description {
    margin-left: 25px;
    font-size: 14px
}

.hrv-notification-notice-icon {
    position: absolute;
    font-size: 24px;
    line-height: 20px;
}

.hrv-notification-notice-icon-success {
    color: #5CB85C;
}

.hrv-notification-notice-icon-info {
    color: #0279C7;
}

.hrv-notification-notice-icon-warning {
    color: #F0AD4E;
}

.hrv-notification-notice-icon-error {
    color: #D9534F;
}

.hrv-notification-notice-close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #9E9E9E;
    outline: none;
}

a.hrv-notification-notice-close:focus {
    text-decoration: none
}

.hrv-notification-notice-close:hover {
    color: #212121;
}

.hrv-notification-notice-btn {
    float: right;
    margin-top: 16px
}

.hrv-notification .notification-fade-effect {
    -webkit-animation-duration: .24s;
    animation-duration: .24s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.hrv-notification-fade-enter, .hrv-notification-fade-appear {
    opacity: 0;
    -webkit-animation-duration: .24s;
    animation-duration: .24s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hrv-notification-fade-leave {
    -webkit-animation-duration: .24s;
    animation-duration: .24s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hrv-notification-fade-enter.hrv-notification-fade-enter-active, .hrv-notification-fade-appear.hrv-notification-fade-appear-active {
    -webkit-animation-name: NotificationFadeIn;
    animation-name: NotificationFadeIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hrv-notification-fade-leave.hrv-notification-fade-leave-active {
    -webkit-animation-name: NotificationFadeOut;
    animation-name: NotificationFadeOut;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes NotificationFadeIn {
    0% {
        opacity: 0;
        left: 384px
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes NotificationFadeIn {
    0% {
        opacity: 0;
        left: 384px
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes NotificationLeftFadeIn {
    0% {
        opacity: 0;
        right: 384px
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@keyframes NotificationLeftFadeIn {
    0% {
        opacity: 0;
        right: 384px
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@-webkit-keyframes NotificationFadeOut {
    0% {
        opacity: 1;
        margin-bottom: 16px;
        padding-top: 16px 24px;
        padding-bottom: 16px 24px;
        max-height: 150px
    }
    100% {
        opacity: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0
    }
}

@keyframes NotificationFadeOut {
    0% {
        opacity: 1;
        margin-bottom: 16px;
        padding-top: 16px 24px;
        padding-bottom: 16px 24px;
        max-height: 150px
    }
    100% {
        opacity: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0
    }
}
.hrv-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.hrv-pagination-total-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.hrv-pagination--item {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.hrv-pagination--item+.hrv-pagination--item {
    margin-left: 8px;
}

.hrv-pagination--item a {
    color: #212121;
    display: block;
}

.hrv-pagination--item.hrv-pagination--item-active, .hrv-pagination--item:hover {
    border-color: #2979FF;
    color: #2979FF;
}

.hrv-pagination--item.hrv-pagination--item-active:hover .hrv-pagination--link {
    color: #2979FF;
}

.hrv-pagination--item.hrv-pagination--disabled {
    background: #FAFAFA;
    border-color: #E0E0E0;
    color: #212121;
    cursor: not-allowed;
}

.hrv-pagination-dropdown {
    display: -ms-flexbox;
    display: flex;
}

.hrv-pagination-dropdown .hrv-pagination-dropdown--text {
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
}

.hrv-pagination-dropdown .hrv-pagination-dropdown--btn {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    min-width: 70px;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
}

.hrv-pagination-dropdown .hrv-pagination-dropdown--icon {
    color: #9CA7B2;
    opacity: 0.4;
}

.hrv-pagination-dropdown--popup .hrv-dropdown-menu {
    min-width: 70px;
}

.hrv-pagination-dropdown--popup .hrv-dropdown-menu .hrv-dropdown-menu-item.active {
    background: #2979FF;
    color: #fff;
    cursor: default;
}

.hrv-pagination-dropdown--popup a {
    color: #212121;
}
.hrv2-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    color: #212121;
}

.hrv2-pagination-total-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.hrv2-pagination--item:not(.hrv2-pagination--item-select) {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #424242;
}

.hrv2-pagination--item-select {
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
}

.hrv2-pagination--item+.hrv2-pagination--item {
    margin-left: 16px;
}

.hrv2-pagination--item a {
    color: #212121;
    display: block;
}

.hrv2-pagination--item.hrv2-pagination--item-active, .hrv2-pagination--item:hover {
    border-color: #2979FF;
    color: #2979FF;
}

.hrv2-pagination--item.hrv2-pagination--item-active:hover .hrv2-pagination--link {
    color: #2979FF;
}

.hrv2-pagination-dropdown {
    display: -ms-flexbox;
    display: flex;
}

.hrv2-pagination-dropdown .hrv2-pagination-dropdown--text {
    font-size: 14px;
    line-height: 40px;
    margin-left: 16px;
}

.hrv2-pagination-dropdown .hrv2-pagination-dropdown--btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px 11px 12px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    min-width: 200px;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    color: #212121;
}

.hrv2-pagination-dropdown .hrv2-pagination-dropdown--icon {
    color: #212121;
    opacity: 0.4;
}

.hrv2-pagination-dropdown--popup-selectpage .hrv-dropdown-menu {
    min-width: 100px;
}

.hrv2-pagination-dropdown--popup .hrv-dropdown-menu {
    min-width: 200px;
}

.hrv2-pagination-dropdown--popup .hrv-dropdown-menu .hrv-dropdown-menu-item.active, .hrv2-pagination-dropdown--popup-selectpage .hrv-dropdown-menu .hrv-dropdown-menu-item.active {
    background: #2979FF;
    color: #fff;
    cursor: default;
}

.hrv2-pagination-dropdown--popup a, .hrv2-pagination-dropdown--popup-selectpage a {
    color: #212121;
}
.hrv-popover {
    font-size: 14px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    cursor: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    white-space: normal;
    font-weight: 400;
    text-align: left
}

.hrv-popover:after {
    content: "";
    position: absolute;
    background: hsla(0, 0%, 100%, .01)
}

.hrv-popover-hidden {
    display: none
}

.hrv-popover-placement-top, .hrv-popover-placement-topLeft, .hrv-popover-placement-topRight {
    padding-bottom: 2px
}

.hrv-popover-placement-right, .hrv-popover-placement-rightBottom, .hrv-popover-placement-rightTop {
    padding-left: 2px
}

.hrv-popover-placement-bottom, .hrv-popover-placement-bottomLeft, .hrv-popover-placement-bottomRight {
    padding-top: 2px
}

.hrv-popover-placement-left, .hrv-popover-placement-leftBottom, .hrv-popover-placement-leftTop {
    padding-right: 2px
}

.hrv-popover-inner {
    background-color: #FFF;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.hrv-popover-title {
    min-width: 180px;
    margin: 0;
    padding: 8px 15px;
    min-height: 32px;
    border-bottom: 1px solid #E0E0E0;
    color: #212121;
    font-weight: 500;
}

.hrv-popover-inner-content {
    color: #212121;
    position: relative;
}

.hrv-popover-message {
    padding: 4px 0 12px;
    font-size: 14px;
    color: #212121;
    position: relative
}

.hrv-popover-message>.anticon {
    position: absolute;
    top: 8px;
    color: #faad14;
    font-size: 14px
}

.hrv-popover-message-title {
    padding-left: 22px
}

.hrv-popover-buttons {
    text-align: right;
    margin-bottom: 4px
}

.hrv-popover-buttons button {
    margin-left: 8px
}

.hrv-popover-arrow {
    background: #FFF;
    width: 8.48528137px;
    height: 8.48528137px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    display: none;
}

.hrv-popover-placement-top>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-topLeft>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-topRight>.hrv-popover-content>.hrv-popover-arrow {
    bottom: 5.5px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .07)
}

.hrv-popover-placement-top>.hrv-popover-content>.hrv-popover-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.hrv-popover-placement-topLeft>.hrv-popover-content>.hrv-popover-arrow {
    left: 16px
}

.hrv-popover-placement-topRight>.hrv-popover-content>.hrv-popover-arrow {
    right: 16px
}

.hrv-popover-placement-right>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-rightBottom>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-rightTop>.hrv-popover-content>.hrv-popover-arrow {
    left: 6px;
    -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
    box-shadow: -3px 3px 7px rgba(0, 0, 0, .07)
}

.hrv-popover-placement-right>.hrv-popover-content>.hrv-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.hrv-popover-placement-rightTop>.hrv-popover-content>.hrv-popover-arrow {
    top: 12px
}

.hrv-popover-placement-rightBottom>.hrv-popover-content>.hrv-popover-arrow {
    bottom: 12px
}

.hrv-popover-placement-bottom>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-bottomLeft>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-bottomRight>.hrv-popover-content>.hrv-popover-arrow {
    top: 6px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, .06)
}

.hrv-popover-placement-bottom>.hrv-popover-content>.hrv-popover-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.hrv-popover-placement-bottomLeft>.hrv-popover-content>.hrv-popover-arrow {
    left: 16px
}

.hrv-popover-placement-bottomRight>.hrv-popover-content>.hrv-popover-arrow {
    right: 16px
}

.hrv-popover-placement-left>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-leftBottom>.hrv-popover-content>.hrv-popover-arrow, .hrv-popover-placement-leftTop>.hrv-popover-content>.hrv-popover-arrow {
    right: 6px;
    -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
    box-shadow: 3px -3px 7px rgba(0, 0, 0, .07)
}

.hrv-popover-placement-left>.hrv-popover-content>.hrv-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.hrv-popover-placement-leftTop>.hrv-popover-content>.hrv-popover-arrow {
    top: 12px
}

.hrv-popover-placement-leftBottom>.hrv-popover-content>.hrv-popover-arrow {
    bottom: 12px
}
@media print {
    @page {
        margin-top: .5in;
        margin-bottom: .5in;
        size: auto;
    }
}
.hrv-progress-small .hrv-progress-bg {
    height: 6px;
}

.hrv-progress-medium .hrv-progress-bg {
    height: 8px;
}

.hrv-progress-stroke-round .hrv-progress-bg {
    border-radius: 4px;
}

.hrv-progress-stroke-square .hrv-progress-bg {
    border-radius: 0;
}

.hrv-progress-line {
    width: 100%;
    font-size: 14px;
    position: relative;
}

.hrv-progress-outer {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}

.hrv-progress-outer .hrv-progress-inner {
    display: inline-block;
    width: 100%;
    background-color: #EEEEEE;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
}

.hrv-progress-outer .hrv-progress-inner .hrv-progress-bg {
    background-color: #22C993;
    -webkit-transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s;
    transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s;
    position: relative;
}

.hrv-progress-outer .hrv-progress-inner .hrv-progress-bg:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
}

.hrv-progress-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #9E9E9E;
}

.hrv-range {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 16;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    height: 12px;
    margin: 14px 0 10px;
    padding: 4px 0;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none
}

.hrv-range-vertical {
    width: 12px;
    height: 100%;
    margin: 6px 10px;
    padding: 0 4px
}

.hrv-range-vertical .hrv-range-rail {
    width: 4px;
    height: 100%
}

.hrv-range-vertical .hrv-range-track {
    width: 4px
}

.hrv-range-vertical .hrv-range-handle {
    margin-bottom: -7px;
    margin-left: -5px
}

.hrv-range-vertical .hrv-range-mark {
    top: 0;
    left: 12px;
    width: 18px;
    height: 100%
}

.hrv-range-vertical .hrv-range-mark-text {
    left: 4px;
    white-space: nowrap
}

.hrv-range-vertical .hrv-range-step {
    width: 4px;
    height: 100%
}

.hrv-range-vertical .hrv-range-dot {
    top: auto;
    left: 2px;
    margin-bottom: -4px
}

.hrv-range-with-marks {
    margin-bottom: 28px
}

.hrv-range-rail {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #EEEEEE;
    border-radius: 2px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.hrv-range-track {
    position: absolute;
    height: 4px;
    background-color: #2979FF;
    border-radius: 4px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.hrv-range-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    margin-left: -7px;
    background-color: #FFF;
    border: solid 2px #2979FF;
    border-radius: 50%;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    cursor: pointer;
    -webkit-transition: border-color .3s, -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
    transition: border-color .3s, -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
    transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28);
    transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28), -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28)
}

.hrv-range-handle:focus {
    border-color: #46a6ff;
    outline: none;
    -webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2)
}

.hrv-range-handle.hrv-tooltip-open {
    border-color: #1890ff
}

.hrv-range:hover .hrv-range-rail {
    background-color: #e1e1e1
}

.hrv-range:hover .hrv-range-track {
    background-color: rgba(41, 120, 255, 0.6)
}

.hrv-range:hover .hrv-range-handle:not(.hrv-tooltip-open) {
    border-color: rgba(41, 120, 255, 0.6)
}

.hrv-range-mark {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    font-size: 14px
}

.hrv-range-mark-text {
    position: absolute;
    display: inline-block;
    color: #212121;
    text-align: center;
    word-break: keep-all;
    cursor: pointer
}

.hrv-range-mark-text-active {
    color: #212121
}

.hrv-range-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent
}

.hrv-range-dot {
    position: absolute;
    top: -2px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    cursor: pointer
}

.hrv-range-dot:first-child {
    margin-left: -4px
}

.hrv-range-dot:last-child {
    margin-left: -4px
}

.hrv-range-dot-active {
    border-color: #8cc8ff
}

.hrv-range-disabled {
    cursor: not-allowed
}

.hrv-range-disabled .hrv-range-track {
    background-color: rgba(0, 0, 0, 0.25) !important
}

.hrv-range-disabled .hrv-range-handle, .hrv-range-disabled .hrv-range-dot {
    background-color: #FFF;
    border-color: rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

.hrv-range-disabled .hrv-range-mark-text, .hrv-range-disabled .hrv-range-dot {
    cursor: not-allowed !important
}
.hrv-select-auto-complete {
    font-size: 14px;
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.hrv-select-auto-complete.hrv-select .hrv-select-selection {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hrv-select-auto-complete.hrv-select .hrv-select-selection__rendered {
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    line-height: 32px
}

.hrv-select-auto-complete.hrv-select .hrv-select-selection__placeholder {
    margin-left: 12px;
    margin-right: 12px
}

.hrv-select-auto-complete.hrv-select .hrv-select-selection--single {
    height: auto
}

.hrv-select-auto-complete.hrv-select .hrv-select-search--inline {
    position: static;
    float: left
}

.hrv-select-auto-complete.hrv-select-allow-clear .hrv-select-selection:hover .hrv-select-selection__rendered {
    margin-right: 0!important
}

.hrv-select-auto-complete.hrv-select .hrv-input {
    background: transparent;
    border-width: 1px;
    line-height: 1.5;
    height: 32px
}

.hrv-select-auto-complete.hrv-select .hrv-input:focus, .hrv-select-auto-complete.hrv-select .hrv-input:hover {
    border-color: #2979FF;
    border-right-width: 1px!important
}

.hrv-select-auto-complete.hrv-select .hrv-input[disabled] {
    background-color: #FAFAFA;
    opacity: 1;
    cursor: not-allowed;
    color: #212121;
}

.hrv-select-auto-complete.hrv-select .hrv-input[disabled]:hover {
    border-color: #e6d8d8;
    border-right-width: 1px!important
}

.hrv-select-auto-complete.hrv-select-lg .hrv-select-selection__rendered {
    line-height: 40px
}

.hrv-select-auto-complete.hrv-select-lg .hrv-input {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 40px
}

.hrv-select-auto-complete.hrv-select-sm .hrv-select-selection__rendered {
    line-height: 24px
}

.hrv-select-auto-complete.hrv-select-sm .hrv-input {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 24px
}

.hrv-select {
    font-size: 14px;
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: 0
}

.hrv-select, .hrv-select ol, .hrv-select ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hrv-select>ul>li>a {
    padding: 0;
    background-color: #FFF
}

.hrv-select-arrow {
    display: inline-block;
    font-style: normal;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    line-height: 1;
    margin-top: -8px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: rgba(33, 33, 33, 0.4);
    font-size: 12px
}

.hrv-select-arrow>* {
    line-height: 1
}

.hrv-select-arrow svg {
    display: inline-block
}

.hrv-select-arrow:before {
    display: none
}

.hrv-select-arrow .hrv-select-arrow-icon {
    display: block
}

.hrv-select-arrow .hrv-select-arrow-icon svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.hrv-select-selection {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    border-top-width: 1px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.hrv-select-selection:hover {
    border-color: #2979FF;
    border-right-width: 1px!important
}

.hrv-select-focused .hrv-select-selection, .hrv-select-selection:active, .hrv-select-selection:focus {
    border-color: #2979FF;
    outline: 0;
}

.hrv-select-selection__clear {
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    opacity: 0;
    position: absolute;
    right: 11px;
    z-index: 1;
    background: #FFF;
    top: 50%;
    font-size: 12px;
    color: rgba(33, 33, 33, 0.4);
    width: 12px;
    height: 12px;
    margin-top: -6px;
    line-height: 12px;
    cursor: pointer;
    -webkit-transition: color .3s ease, opacity .15s ease;
    transition: color .3s ease, opacity .15s ease
}

.hrv-select-selection__clear:before {
    display: block
}

.hrv-select-selection__clear:hover {
    color: rgba(33, 33, 33, 0.4);
}

.hrv-select-selection:hover .hrv-select-selection__clear {
    opacity: 1
}

.hrv-select-selection-selected-value {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-right: 20px
}

.hrv-select-no-arrow .hrv-select-selection-selected-value {
    padding-right: 0
}

.hrv-select-disabled {
    color: rgba(33, 33, 33, 0.4);
}

.hrv-select-disabled .hrv-select-selection {
    background: #FAFAFA;
    cursor: not-allowed
}

.hrv-select-disabled .hrv-select-selection:active, .hrv-select-disabled .hrv-select-selection:focus, .hrv-select-disabled .hrv-select-selection:hover {
    border-color: #E0E0E0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hrv-select-disabled .hrv-select-selection__clear {
    display: none;
    visibility: hidden;
    pointer-events: none
}

.hrv-select-disabled .hrv-select-selection--multiple .hrv-select-selection__choice {
    background: #FAFAFA;
    color: rgba(33, 33, 33, 0.4);
    padding-right: 10px
}

.hrv-select-disabled .hrv-select-selection--multiple .hrv-select-selection__choice__remove {
    display: none
}

.hrv-select-selection--single {
    position: relative;
    cursor: pointer
}

.hrv-select-selection__rendered {
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    padding: 11px 0;
}

.hrv-select-selection__rendered:after {
    content: ".";
    visibility: hidden;
    pointer-events: none;
    display: inline-block;
    width: 0
}

.hrv-select-lg {
    font-size: 16px
}

.hrv-select-lg .hrv-select-selection--single {
    height: 40px
}

.hrv-select-lg .hrv-select-selection__rendered {
    line-height: 38px
}

.hrv-select-lg .hrv-select-selection--multiple {
    min-height: 40px
}

.hrv-select-lg .hrv-select-selection--multiple .hrv-select-selection__rendered li {
    height: 32px;
    line-height: 32px
}

.hrv-select-lg .hrv-select-selection--multiple .hrv-select-selection__clear {
    top: 20px
}

.hrv-select-sm .hrv-select-selection--single {
    height: 24px
}

.hrv-select-sm .hrv-select-selection__rendered {
    line-height: 22px;
    margin: 0 7px
}

.hrv-select-sm .hrv-select-selection--multiple {
    min-height: 24px
}

.hrv-select-sm .hrv-select-selection--multiple .hrv-select-selection__rendered li {
    height: 16px;
    line-height: 14px
}

.hrv-select-sm .hrv-select-selection--multiple .hrv-select-selection__clear {
    top: 12px
}

.hrv-select-sm .hrv-select-arrow, .hrv-select-sm .hrv-select-selection__clear {
    right: 8px
}

.hrv-select-disabled .hrv-select-selection__choice__remove {
    color: rgba(33, 33, 33, 0.4);
    cursor: default
}

.hrv-select-disabled .hrv-select-selection__choice__remove:hover {
    color: rgba(33, 33, 33, 0.4);
}

.hrv-select-search__field__wrap {
    display: inline-block;
    position: relative
}

.hrv-select-search__field__placeholder, .hrv-select-selection__placeholder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 9px;
    color: rgba(33, 33, 33, 0.4);
    max-width: 100%;
    margin-top: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.hrv-select-search__field__placeholder {
    left: 12px
}

.hrv-select-search__field__mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    pointer-events: none;
    opacity: 0
}

.hrv-select-search--inline {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.hrv-select-search--inline .hrv-select-search__field__wrap {
    width: 100%;
    height: 100%
}

.hrv-select-search--inline .hrv-select-search__field {
    border-width: 0;
    font-size: 100%;
    height: 100%;
    width: 100%;
    background: transparent;
    outline: 0;
    border-radius: 4px;
    line-height: 1
}

.hrv-select-search--inline>i {
    float: right
}

.hrv-select-selection--multiple {
    cursor: text;
    zoom: 1
}

.hrv-select-selection--multiple:after, .hrv-select-selection--multiple:before {
    content: "";
    display: table
}

.hrv-select-selection--multiple:after {
    clear: both
}

.hrv-select-selection--multiple .hrv-select-search--inline {
    float: left;
    position: static;
    width: auto;
    padding: 0;
    max-width: 100%
}

.hrv-select-selection--multiple .hrv-select-search--inline .hrv-select-search__field {
    max-width: 100%;
    width: .75em
}

.hrv-select-selection--multiple .hrv-select-selection__rendered {
    padding: 0px 0 7px;
    float: left;
    width: calc(100% - 24px);
}

.hrv-select-selection--multiple .hrv-select-selection__rendered>ul>li, .hrv-select-selection--multiple>ul>li {
    margin-top: 7px;
    line-height: 16px;
}

.hrv-select-selection--multiple .hrv-select-selection__choice {
    color: #2979FF;
    background-color: #D4E4FF;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 7px;
    max-width: calc(100% - 24px);
    position: relative;
    overflow: hidden;
    -webkit-transition: padding .3s cubic-bezier(.645, .045, .355, 1);
    transition: padding .3s cubic-bezier(.645, .045, .355, 1);
    padding: 3px 20px 4px 10px;
}

.hrv-select-selection--multiple .hrv-select-selection__choice__disabled {
    padding: 0 10px
}

.hrv-select-selection--multiple .hrv-select-selection__choice__content {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: margin .3s cubic-bezier(.645, .045, .355, 1);
    transition: margin .3s cubic-bezier(.645, .045, .355, 1);
    font-size: 12px;
}

.hrv-select-selection--multiple .hrv-select-selection__choice__remove {
    font-style: normal;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2979FF;
    line-height: 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 6px;
}

.hrv-select-selection--multiple .hrv-select-selection__choice:hover {
    background-color: #2979FF;
}

.hrv-select-selection--multiple .hrv-select-selection__choice:hover .hrv-select-selection__choice__content, .hrv-select-selection--multiple .hrv-select-selection__choice:hover .hrv-select-selection__choice__remove {
    color: #FFF;
}

.hrv-select-selection--multiple .hrv-select-selection__choice__remove>* {
    line-height: 1
}

.hrv-select-selection--multiple .hrv-select-selection__choice__remove svg {
    display: inline-block
}

.hrv-select-selection--multiple .hrv-select-selection__choice__remove:before {
    display: none
}

.hrv-select-selection--multiple .hrv-select-selection__choice__remove .hrv-select-selection--multiple .hrv-select-selection__choice__remove-icon {
    display: block
}

:root .hrv-select-selection--multiple .hrv-select-selection__choice__remove {
    font-size: 12px
}

.hrv-select-selection--multiple .hrv-select-selection__choice__remove:hover {
    color: #404040
}

.hrv-select-selection--multiple .hrv-select-selection__clear {
    top: 16px
}

.hrv-select-allow-clear .hrv-select-selection--single .hrv-select-selection-selected-value {
    padding-right: 16px
}

.hrv-select-allow-clear .hrv-select-selection--multiple .hrv-select-selection__rendered {
    margin-right: 20px
}

.hrv-select-open .hrv-select-arrow-icon svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hrv-select-open .hrv-select-selection {
    border-color: #2979FF;
    -webkit-box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
    box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
    outline: none;
}

.hrv-select-combobox .hrv-select-arrow {
    display: none
}

.hrv-select-combobox .hrv-select-search--inline {
    height: 100%;
    width: 100%;
    float: none
}

.hrv-select-combobox .hrv-select-search__field__wrap {
    width: 100%;
    height: 100%
}

.hrv-select-combobox .hrv-select-search__field {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1), height 0s;
    transition: all .3s cubic-bezier(.645, .045, .355, 1), height 0s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hrv-select-combobox.hrv-select-allow-clear .hrv-select-selection:hover .hrv-select-selection__rendered {
    margin-right: 20px
}

.hrv-select-dropdown {
    color: #212121;
    margin: 0;
    padding: 0;
    list-style: none;
    font-variant: normal;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1061;
    left: -9999px;
    top: -9999px;
    position: absolute;
    outline: none;
    font-size: 14px;
    overflow: hidden;
}

.hrv-select-dropdown.slide-up-appear.slide-up-appear-active.hrv-select-dropdown-placement-bottomLeft, .hrv-select-dropdown.slide-up-enter.slide-up-enter-active.hrv-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: hrvSlideUpIn;
    animation-name: hrvSlideUpIn
}

.hrv-select-dropdown.slide-up-appear.slide-up-appear-active.hrv-select-dropdown-placement-topLeft, .hrv-select-dropdown.slide-up-enter.slide-up-enter-active.hrv-select-dropdown-placement-topLeft {
    -webkit-animation-name: hrvSlideDownIn;
    animation-name: hrvSlideDownIn
}

.hrv-select-dropdown.slide-up-leave.slide-up-leave-active.hrv-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: hrvSlideUpOut;
    animation-name: hrvSlideUpOut
}

.hrv-select-dropdown.slide-up-leave.slide-up-leave-active.hrv-select-dropdown-placement-topLeft {
    -webkit-animation-name: hrvSlideDownOut;
    animation-name: hrvSlideDownOut
}

.hrv-select-dropdown-hidden {
    display: none
}

.hrv-select-dropdown-menu {
    outline: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    max-height: 240px;
    overflow: auto
}

.hrv-select-dropdown-menu-item-group-list {
    margin: 0;
    padding: 0
}

.hrv-select-dropdown-menu-item-group-list>.hrv-select-dropdown-menu-item {
    padding-left: 20px
}

.hrv-select-dropdown-menu-item-group-title {
    color: #212121;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 12px
}

.hrv-select-dropdown-menu-item-group-list .hrv-select-dropdown-menu-item:first-child:not(:last-child), .hrv-select-dropdown-menu-item-group:not(:last-child)>.hrv-select-dropdown-menu-item-group-list .hrv-select-dropdown-menu-item:last-child {
    border-radius: 0
}

.hrv-select-dropdown-menu-item {
    position: relative;
    display: block;
    padding: 12px;
    font-weight: 400;
    color: #212121;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hrv-select-dropdown-menu-item:hover {
    background-color: #2962FF;
    color: #FFF;
}

.hrv-select-dropdown-menu-item:first-child {
    border-radius: 4px 4px 0 0
}

.hrv-select-dropdown-menu-item:last-child {
    border-radius: 0 0 4px 4px
}

.hrv-select-dropdown-menu-item-disabled {
    color: #212121;
    cursor: not-allowed
}

.hrv-select-dropdown-menu-item-disabled:hover {
    color: #212121;
    background-color: #FFF;
    cursor: not-allowed
}

.hrv-select-dropdown-menu-item-selected, .hrv-select-dropdown-menu-item-selected:hover {
    font-weight: bold;
}

.hrv-select-dropdown-menu-item-active {
    background-color: #2962FF;
    color: #FFF;
}

.hrv-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #E0E0E0;
    line-height: 0
}

.hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item {
    padding-right: 32px
}

.hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item .hrv-select-selected-icon {
    color: transparent;
    display: inline-block;
    font-size: 12px;
    font-size: 10px\9;
    -webkit-transform: scale(.83333333) rotate(0deg);
    -ms-transform: scale(.83333333) rotate(0deg);
    transform: scale(.83333333) rotate(0deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    font-weight: 700;
    text-shadow: 0 .1px 0, .1px 0 0, 0 -.1px 0, -.1px 0
}

:root .hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item .hrv-select-selected-icon {
    font-size: 12px
}

.hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item-disabled .hrv-select-selected-icon {
    display: none
}

.hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item-selected .hrv-select-selected-icon, .hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item-selected:hover .hrv-select-selected-icon {
    display: inline-block
}

.hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item-selected .hrv-select-selected-icon {
    color: #2979FF;
}

.hrv-select-dropdown.hrv-select-dropdown--multiple .hrv-select-dropdown-menu-item-selected:hover .hrv-select-selected-icon {
    color: #FFF;
}

.hrv-select-dropdown-container-open .hrv-select-dropdown, .hrv-select-dropdown-open .hrv-select-dropdown {
    display: block
}

@-webkit-keyframes hrvSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes hrvSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes hrvSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes hrvSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes hrvSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes hrvSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes hrvSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes hrvSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@-webkit-keyframes hrvSlideLeftIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes hrvSlideLeftIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes hrvSlideLeftOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes hrvSlideLeftOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes hrvSlideRightIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes hrvSlideRightIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes hrvSlideRightOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
}

@keyframes hrvSlideRightOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
}
/* Make clicks pass-through */

#nprogress {
    pointer-events: none;
}

#nprogress .hrv-progress-bar {
    background: #2979FF;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

/* Fancy blur effect */

#nprogress .hrv-progress-bar-peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #2979FF, 0 0 5px #2979FF;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #2979FF;
    border-left-color: #2979FF;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .hrv-progress-bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.hrv-skeleton {
    display: table;
    width: 100%
}

.hrv-skeleton-header {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px
}

.hrv-skeleton-header .hrv-skeleton-avatar {
    display: inline-block;
    vertical-align: top;
    background: #f2f2f2;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.hrv-skeleton-header .hrv-skeleton-avatar.hrv-skeleton-avatar-circle {
    border-radius: 50%
}

.hrv-skeleton-header .hrv-skeleton-avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.hrv-skeleton-header .hrv-skeleton-avatar-lg.hrv-skeleton-avatar-circle {
    border-radius: 50%
}

.hrv-skeleton-header .hrv-skeleton-avatar-sm {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.hrv-skeleton-header .hrv-skeleton-avatar-sm.hrv-skeleton-avatar-circle {
    border-radius: 50%
}

.hrv-skeleton-content {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.hrv-skeleton-content .hrv-skeleton-title {
    margin-top: 16px;
    height: 16px;
    width: 100%;
    background: #f2f2f2
}

.hrv-skeleton-content .hrv-skeleton-title+.hrv-skeleton-paragraph {
    margin-top: 24px
}

.hrv-skeleton-content .hrv-skeleton-paragraph>li {
    height: 16px;
    background: #f2f2f2;
    list-style: none;
    width: 100%
}

.hrv-skeleton-content .hrv-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)) {
    width: 61%
}

.hrv-skeleton-content .hrv-skeleton-paragraph>li+li {
    margin-top: 16px
}

.hrv-skeleton-with-avatar .hrv-skeleton-content .hrv-skeleton-title {
    margin-top: 12px
}

.hrv-skeleton-with-avatar .hrv-skeleton-content .hrv-skeleton-title+.hrv-skeleton-paragraph {
    margin-top: 28px
}

.hrv-skeleton.hrv-skeleton-active .hrv-skeleton-content .hrv-skeleton-title, .hrv-skeleton.hrv-skeleton-active .hrv-skeleton-content .hrv-skeleton-paragraph>li {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
    background: -webkit-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    -webkit-animation: hrv-skeleton-loading 1.4s ease infinite;
    animation: hrv-skeleton-loading 1.4s ease infinite;
    background-size: 400% 100%
}

.hrv-skeleton.hrv-skeleton-active .hrv-skeleton-avatar {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
    background: -webkit-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    -webkit-animation: hrv-skeleton-loading 1.4s ease infinite;
    animation: hrv-skeleton-loading 1.4s ease infinite;
    background-size: 400% 100%
}

@-webkit-keyframes hrv-skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes hrv-skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
.hrv-skeleton-bodytext-container {
    animation: hrv-skeleton-shimmer-animation .8s linear infinite alternate;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
}

.hrv-skeleton-bodytext {
    position: relative;
    height: 8px;
}

.hrv-skeleton-bodytext--sizeMedium>.hrv-skeleton-bodytext {
    height: 10px;
}

.hrv-skeleton-bodytext--sizeLarge>.hrv-skeleton-bodytext {
    height: 12px;
}

.hrv-skeleton-bodytext:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #dfe3e8;
    border-radius: 4px;
}

.hrv-skeleton-bodytext:last-child:not(:first-child) {
    width: 80%;
}

.hrv-skeleton-bodytext+.hrv-skeleton-bodytext {
    margin-top: 12px;
}

@keyframes hrv-skeleton-shimmer-animation {
    0% {
        opacity: .45
    }
    to {
        opacity: .9
    }
}
.hrv-skeleton-display-text {
    max-width: 120px;
    animation: hrv-skeleton-shimmer-animation .8s linear infinite alternate;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
    position: relative
}

.hrv-skeleton-display-text:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #dfe3e8;
    border-radius: 4px
}

.hrv-skeleton-display-text--sizeSmall {
    height: 24px
}

@media (min-width: 400px) {
    .hrv-skeleton-display-text--sizeSmall {
        height: 28px
    }
}

.hrv-skeleton-display-text--sizeMedium {
    height: 28px
}

@media (min-width: 400px) {
    .hrv-skeleton-display-text--sizeMedium {
        height: 32px
    }
}

.hrv-skeleton-display-text--sizeLarge {
    height: 36px
}

@media (min-width: 400px) {
    .hrv-skeleton-display-text--sizeLarge {
        height: 44px
    }
}
.hrv-skeleton-thumbnail {
    animation: hrv-skeleton-shimmer-animation .8s linear infinite alternate;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
    position: relative;
}

.hrv-skeleton-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #dfe3e8;
    border-radius: 4px;
}

.hrv-skeleton-thumbnail.hrv-skeleton-thumbnail--cirle:after {
    border-radius: 100%;
}

.hrv-skeleton-thumbnail--sizeSmall {
    height: 40px;
    width: 40px;
}

.hrv-skeleton-thumbnail--sizeMedium {
    height: 60px;
    width: 60px;
}

.hrv-skeleton-thumbnail--sizeLarge {
    height: 80px;
    width: 80px;
}
.hrv-ui-status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.hrv-ui-status .hrv-ui-status-icon {
    margin-right: 5px;
}

.hrv-ui-status.hrv-ui-status--primary .hrv-ui-status-icon {
    color: #2979FF;
}

.hrv-ui-status.hrv-ui-status--default .hrv-ui-status-icon {
    color: #EEE;
}

.hrv-ui-status.hrv-ui-status--warning .hrv-ui-status-icon {
    color: #FDBD41;
}

.hrv-ui-status.hrv-ui-status--success .hrv-ui-status-icon {
    color: #22C993;
}

.hrv-ui-status.hrv-ui-status--error .hrv-ui-status-icon {
    color: #FC625D;
}
.hrv-switch {
    font-size: 14px;
    font-variant: tabular-nums;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    min-width: 40px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 16px;
    border: 1px solid transparent;
    background-color: #EEEEEE;
    cursor: pointer;
    -webkit-transition: all .36s;
    transition: all .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hrv-switch-inner {
    color: #fff;
    font-size: 12px;
    margin-left: 24px;
    margin-right: 6px;
    display: block
}

.hrv-switch:after {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    border-radius: 10px;
    background-color: #fff;
    content: ' ';
    cursor: pointer;
    -webkit-transition: all .36s cubic-bezier(.78, .14, .15, .86);
    transition: all .36s cubic-bezier(.78, .14, .15, .86)
}

.hrv-switch:after {
    -webkit-box-shadow: 0px 4px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 0px 4px rgba(33, 33, 33, 0.2);
}

.hrv-switch:active:before, .hrv-switch:active:after {
    width: 24px
}

.hrv-switch:hover {
    background: #E0E0E0;
}

.hrv-switch:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    outline: 0
}

.hrv-switch:focus:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.hrv-switch-small {
    height: 16px;
    min-width: 28px;
    line-height: 14px
}

.hrv-switch-small .hrv-switch-inner {
    margin-left: 18px;
    margin-right: 3px;
    font-size: 12px
}

.hrv-switch-small:after {
    width: 12px;
    height: 12px
}

.hrv-switch-small:active:before, .hrv-switch-small:active:after {
    width: 16px
}

.hrv-switch-small.hrv-switch-checked .hrv-switch-inner {
    margin-left: 3px;
    margin-right: 18px
}

.hrv-switch-small:after {
    top: 1px;
    left: 1px;
}

.hrv-switch-checked {
    background-color: #22C993
}

.hrv-switch-checked:hover {
    background-color: #22B888;
}

.hrv-switch-checked .hrv-switch-inner {
    margin-left: 6px;
    margin-right: 24px
}

.hrv-switch-checked:after {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: -3px
}

.hrv-switch-disabled {
    background: rgba(238, 238, 238, 0.4);
    cursor: not-allowed;
}

.hrv-switch-checked.hrv-switch-disabled {
    background-color: rgba(34, 184, 137, 0.4);
}
.hrv-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.hrv-table {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    border-radius: 4px;
}

.hrv-table thead th, .hrv-table tbody td, .hrv-table tfoot td {
    padding: 20px 10px;
}

.hrv-table--vertical-top tbody td, .hrv-table--vertical-top tfoot td {
    vertical-align: top;
}

.hrv-table--vertical-bottom tbody td, .hrv-table--vertical-bottom tfoot td {
    vertical-align: bottom;
}

.hrv-table thead th:first-child, .hrv-table tbody td:first-child, .hrv-table tfoot td:first-child {
    padding-left: 20px;
}

.hrv-table thead th:last-child, .hrv-table tbody td:last-child, .hrv-table tfoot td:last-child {
    padding-right: 20px;
}

.hrv-table thead th {
    color: #757575;
    line-height: 16px;
    font-size: 14px;
    background: #FAFAFA;
    font-weight: 500;
}

.hrv-table thead th:first-child {
    border-radius: 4px 0 0 4px;
}

.hrv-table thead th:last-child {
    border-radius: 0 4px 4px 0;
}

.hrv-table tbody td {
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px -1px 0px rgba(33, 33, 33, 0.1);
    box-shadow: inset 0px -1px 0px rgba(33, 33, 33, 0.1);
}

.hrv-table-cell--type-boolean {
    width: 50px;
}

.hrv-table-cell--type-image {
    width: 32px;
}

.hrv-table-cell--type-string, .hrv-table-cell--type-select {
    width: 300px;
}

.hrv-table-cell--type-money {
    width: 140px;
    text-align: right;
}
.hrv-ui-textarea {
    font-weight: 400;
    line-height: 16px;
    text-transform: initial;
    letter-spacing: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
    display: block;
    margin: 0;
    max-width: unset;
    min-height: 40px;
    padding: 11px 12px;
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    outline: none;
    resize: none;
}

.hrv-ui-textarea[disabled], .hrv-ui-textarea[readonly] {
    background-color: #FAFAFA;
}

.hrv-ui-textarea[disabled] {
    cursor: not-allowed;
}

.hrv-ui-textarea:not([disabled]):not([readonly]):focus {
    border: 1px solid #2962FF;
    -webkit-box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
    box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
}
.hrv-time-picker-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 16px;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    z-index: 1050;
}

.hrv-time-picker-panel-inner {
    position: relative;
    left: -2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    background-clip: padding-box;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.hrv-time-picker-panel-input {
    width: 100%;
    max-width: 154px;
    margin: 0;
    padding: 0;
    line-height: normal;
    border: 0;
    outline: 0;
    cursor: auto
}

.hrv-time-picker-panel-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.hrv-time-picker-panel-input:-ms-input-placeholder {
    color: #bfbfbf
}

.hrv-time-picker-panel-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.hrv-time-picker-panel-input-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 2px 12px 12px;
    border-bottom: 1px solid #E0E0E0
}

.hrv-time-picker-panel-input-invalid {
    border-color: #FC625D
}

.hrv-time-picker-panel-narrow .hrv-time-picker-panel-input-wrap {
    max-width: 112px
}

.hrv-time-picker-panel-select {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 56px;
    max-height: 192px;
    overflow: hidden;
    font-size: 14px;
    border-left: 1px solid #E0E0E0
}

.hrv-time-picker-panel-select:hover {
    overflow-y: auto
}

.hrv-time-picker-panel-select:first-child {
    margin-left: 0;
    border-left: 0
}

.hrv-time-picker-panel-select:last-child {
    border-right: 0
}

.hrv-time-picker-panel-select:only-child {
    width: 100%
}

.hrv-time-picker-panel-select ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 160px;
    list-style: none
}

.hrv-time-picker-panel-select li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0 0 0 12px;
    line-height: 32px;
    text-align: left;
    list-style: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hrv-time-picker-panel-select li:hover, li.hrv-time-picker-panel-select-option-selected, li.hrv-time-picker-panel-select-option-selected:hover {
    font-weight: bold;
    background: #2979FF;
    color: #FFF;
}

li.hrv-time-picker-panel-select-option-disabled {
    color: rgba(33, 33, 33, 0.4)
}

li.hrv-time-picker-panel-select-option-disabled:hover {
    background: transparent;
    cursor: not-allowed
}

.hrv-time-picker-panel-combobox {
    zoom: 1
}

.hrv-time-picker-panel-combobox::before, .hrv-time-picker-panel-combobox::after {
    content: '';
    display: table
}

.hrv-time-picker-panel-combobox::after {
    clear: both
}

.hrv-time-picker-panel-addon {
    padding: 8px;
    border-top: 1px solid #E0E0E0
}

.hrv-time-picker-panel.slide-up-enter.slide-up-enter-active.hrv-time-picker-panel-placement-topLeft, .hrv-time-picker-panel.slide-up-enter.slide-up-enter-active.hrv-time-picker-panel-placement-topRight, .hrv-time-picker-panel.slide-up-appear.slide-up-appear-active.hrv-time-picker-panel-placement-topLeft, .hrv-time-picker-panel.slide-up-appear.slide-up-appear-active.hrv-time-picker-panel-placement-topRight {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn
}

.hrv-time-picker-panel.slide-up-enter.slide-up-enter-active.hrv-time-picker-panel-placement-bottomLeft, .hrv-time-picker-panel.slide-up-enter.slide-up-enter-active.hrv-time-picker-panel-placement-bottomRight, .hrv-time-picker-panel.slide-up-appear.slide-up-appear-active.hrv-time-picker-panel-placement-bottomLeft, .hrv-time-picker-panel.slide-up-appear.slide-up-appear-active.hrv-time-picker-panel-placement-bottomRight {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn
}

.hrv-time-picker-panel.slide-up-leave.slide-up-leave-active.hrv-time-picker-panel-placement-topLeft, .hrv-time-picker-panel.slide-up-leave.slide-up-leave-active.hrv-time-picker-panel-placement-topRight {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut
}

.hrv-time-picker-panel.slide-up-leave.slide-up-leave-active.hrv-time-picker-panel-placement-bottomLeft, .hrv-time-picker-panel.slide-up-leave.slide-up-leave-active.hrv-time-picker-panel-placement-bottomRight {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut
}

.hrv-time-picker {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 16px;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 128px;
    outline: none;
    cursor: text;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.hrv-time-picker-input {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 4px 11px;
    color: #212121;
    font-size: 14px;
    line-height: 1.5;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hrv-time-picker-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.hrv-time-picker-input:-ms-input-placeholder {
    color: #bfbfbf
}

.hrv-time-picker-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.hrv-time-picker-input:hover {
    border-color: #2979FF;
    border-right-width: 1px !important
}

.hrv-time-picker-input:focus {
    border-color: #2979FF;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
    box-shadow: 0px 0px 5px rgba(41, 98, 255, 0.4);
}

.hrv-time-picker-input-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #FAFAFA;
    cursor: not-allowed;
    opacity: 1
}

.hrv-time-picker-input-disabled:hover {
    border-color: #e6d8d8;
    border-right-width: 1px !important
}

.hrv-time-picker-input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: #FAFAFA;
    cursor: not-allowed;
    opacity: 1
}

.hrv-time-picker-input[disabled]:hover {
    border-color: #e6d8d8;
    border-right-width: 1px !important
}

textarea.hrv-time-picker-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    -webkit-transition: all .3s, height 0s;
    transition: all .3s, height 0s
}

.hrv-time-picker-input-lg {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px
}

.hrv-time-picker-input-sm {
    height: 24px;
    padding: 1px 7px
}

.hrv-time-picker-input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: #FAFAFA;
    cursor: not-allowed;
    opacity: 1
}

.hrv-time-picker-input[disabled]:hover {
    border-color: #E0E0E0;
    border-right-width: 1px !important
}

.hrv-time-picker-open {
    opacity: 0
}

.hrv-time-picker-icon, .hrv-time-picker-clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 14px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.hrv-time-picker-icon .hrv-time-picker-clock-icon, .hrv-time-picker-clear .hrv-time-picker-clock-icon {
    display: block;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1
}

.hrv-time-picker-clear {
    z-index: 2;
    background: #FFF;
    opacity: 0;
    pointer-events: none
}

.hrv-time-picker-clear:hover {
    color: rgba(0, 0, 0, 0.45)
}

.hrv-time-picker:hover .hrv-time-picker-clear {
    opacity: 1;
    pointer-events: auto
}

.hrv-time-picker-large .hrv-time-picker-input {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px
}

.hrv-time-picker-small .hrv-time-picker-input {
    height: 24px;
    padding: 1px 7px
}

.hrv-time-picker-small .hrv-time-picker-icon, .hrv-time-picker-small .hrv-time-picker-clear {
    right: 7px
}
.hrv-timeline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hrv-timeline--item {
    position: relative;
    margin: 0;
    padding: 0 0 20px;
    font-size: 14px;
    list-style: none;
}

.hrv-timeline--item-tail {
    position: absolute;
    top: .75em;
    left: 4px;
    height: 100%;
    border-left: 2px solid #DAE3EA;
}

.hrv-timeline--item-pending .hrv-timeline--item-head {
    font-size: 12px;
}

.hrv-timeline--item-pending .hrv-timeline--item-tail {
    display: none;
}

.hrv-timeline--item-head {
    position: absolute;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 100px;
}

.hrv-timeline--item-head-blue {
    color: #1890ff;
    border-color: #1890ff;
}

.hrv-timeline--item-head-red {
    color: #f5222d;
    border-color: #f5222d;
}

.hrv-timeline--item-head-green {
    color: #52c41a;
    border-color: #52c41a;
}

.hrv-timeline--item-head-custom {
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 3px 1px;
    line-height: 1;
    text-align: center;
    border: 0;
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hrv-timeline--item-content {
    position: relative;
    margin: 0 0 0 18px;
}

.hrv-timeline--item-last>.hrv-timeline--item-tail {
    display: none;
}

.hrv-timeline--item-last>.hrv-timeline--item-content {
    min-height: 48px;
}

.hrv-timeline.hrv-timeline--alternate .hrv-timeline--item-tail,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-tail,
.hrv-timeline.hrv-timeline--alternate .hrv-timeline--item-head,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-head,
.hrv-timeline.hrv-timeline--alternate .hrv-timeline--item-head-custom,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-head-custom {
    left: 50%;
}

.hrv-timeline.hrv-timeline--alternate .hrv-timeline--item-head,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-head {
    margin-left: -4px;
}

.hrv-timeline.hrv-timeline--alternate .hrv-timeline--item-head-custom,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-head-custom {
    margin-left: 1px;
}

.hrv-timeline.hrv-timeline--alternate .hrv-timeline--item-left .hrv-timeline--item-content,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-left .hrv-timeline--item-content {
    left: 50%;
    width: 50%;
    text-align: left;
}

.hrv-timeline.hrv-timeline--alternate .hrv-timeline-item-right .hrv-timeline--item-content,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-right .hrv-timeline--item-content {
    right: 50%;
    left: -30px;
    width: 50%;
    margin-right: 18px;
    text-align: right;
}

.hrv-timeline.hrv-timeline--right .hrv-timeline--item-right .hrv-timeline--item-tail,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-right .hrv-timeline--item-head,
.hrv-timeline.hrv-timeline--right .hrv-timeline--item-right .hrv-timeline--item-head-custom {
    left: 100%;
}

.hrv-timeline.hrv-timeline--right .hrv-timeline--item-right .hrv-timeline--item-content {
    right: 0;
    left: -30px;
    width: 100%;
}

.hrv-timeline.hrv-timeline--pending .hrv-timeline--item-last .hrv-timeline--item-tail {
    display: block;
    border-left: 2px dotted #DAE3EA;
}

.hrv-timeline.hrv-timeline--reverse .hrv-timeline--item-last .hrv-timeline--item-tail {
    display: none;
}

.hrv-timeline.hrv-timeline--reverse .hrv-timeline--item-pending .hrv-timeline--item-tail {
    display: block;
    border-left: 2px dotted #DAE3EA;
}

.hrv-timeline.hrv-timeline--reverse .hrv-timeline--item-pending .hrv-timeline--item-content {
    min-height: 48px;
}
.hrv-tooltip {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1062;
    display: block;
    visibility: visible;
    max-width: 250px
}

.hrv-tooltip-hidden {
    display: none
}

.hrv-tooltip-placement-top, .hrv-tooltip-placement-topLeft, .hrv-tooltip-placement-topRight {
    padding-bottom: 8px
}

.hrv-tooltip-placement-right, .hrv-tooltip-placement-rightBottom, .hrv-tooltip-placement-rightTop {
    padding-left: 8px
}

.hrv-tooltip-placement-bottom, .hrv-tooltip-placement-bottomLeft, .hrv-tooltip-placement-bottomRight {
    padding-top: 8px
}

.hrv-tooltip-placement-left, .hrv-tooltip-placement-leftBottom, .hrv-tooltip-placement-leftTop {
    padding-right: 8px
}

.hrv-tooltip-inner {
    padding: 12px 16px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(10, 31, 68, 0.9);
    -webkit-box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.05);
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.05);
    border-radius: 4px;
    word-wrap: break-word
}

.hrv-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.hrv-tooltip-placement-top .hrv-tooltip-arrow, .hrv-tooltip-placement-topLeft .hrv-tooltip-arrow, .hrv-tooltip-placement-topRight .hrv-tooltip-arrow {
    bottom: 3px;
    border-width: 5px 5px 0;
    border-top-color: rgba(10, 31, 68, 0.9);
}

.hrv-tooltip-placement-top .hrv-tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.hrv-tooltip-placement-topLeft .hrv-tooltip-arrow {
    left: 16px
}

.hrv-tooltip-placement-topRight .hrv-tooltip-arrow {
    right: 16px
}

.hrv-tooltip-placement-right .hrv-tooltip-arrow, .hrv-tooltip-placement-rightBottom .hrv-tooltip-arrow, .hrv-tooltip-placement-rightTop .hrv-tooltip-arrow {
    left: 3px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(10, 31, 68, 0.9);
}

.hrv-tooltip-placement-right .hrv-tooltip-arrow {
    top: 50%;
    margin-top: -5px
}

.hrv-tooltip-placement-rightTop .hrv-tooltip-arrow {
    top: 8px
}

.hrv-tooltip-placement-rightBottom .hrv-tooltip-arrow {
    bottom: 8px
}

.hrv-tooltip-placement-left .hrv-tooltip-arrow, .hrv-tooltip-placement-leftBottom .hrv-tooltip-arrow, .hrv-tooltip-placement-leftTop .hrv-tooltip-arrow {
    right: 3px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(10, 31, 68, 0.9);
}

.hrv-tooltip-placement-left .hrv-tooltip-arrow {
    top: 50%;
    margin-top: -5px
}

.hrv-tooltip-placement-leftTop .hrv-tooltip-arrow {
    top: 8px
}

.hrv-tooltip-placement-leftBottom .hrv-tooltip-arrow {
    bottom: 8px
}

.hrv-tooltip-placement-bottom .hrv-tooltip-arrow, .hrv-tooltip-placement-bottomLeft .hrv-tooltip-arrow, .hrv-tooltip-placement-bottomRight .hrv-tooltip-arrow {
    top: 3px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(10, 31, 68, 0.9);
}

.hrv-tooltip-placement-bottom .hrv-tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.hrv-tooltip-placement-bottomLeft .hrv-tooltip-arrow {
    left: 16px
}

.hrv-tooltip-placement-bottomRight .hrv-tooltip-arrow {
    right: 16px
}

.zoom-appear, .zoom-enter, .zoom-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-appear.zoom-appear-active, .zoom-enter.zoom-enter-active {
    -webkit-animation-name: antZoomIn;
    animation-name: antZoomIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-leave.zoom-leave-active {
    -webkit-animation-name: antZoomOut;
    animation-name: antZoomOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-appear, .zoom-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-appear, .zoom-big-enter, .zoom-big-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-big-appear.zoom-big-appear-active, .zoom-big-enter.zoom-big-enter-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-big-leave.zoom-big-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-big-appear, .zoom-big-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-fast-appear, .zoom-big-fast-enter, .zoom-big-fast-leave {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-big-fast-appear.zoom-big-fast-appear-active, .zoom-big-fast-enter.zoom-big-fast-enter-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-big-fast-appear, .zoom-big-fast-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-fast-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-up-appear, .zoom-up-enter, .zoom-up-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-up-appear.zoom-up-appear-active, .zoom-up-enter.zoom-up-enter-active {
    -webkit-animation-name: antZoomUpIn;
    animation-name: antZoomUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-up-leave.zoom-up-leave-active {
    -webkit-animation-name: antZoomUpOut;
    animation-name: antZoomUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-up-appear, .zoom-up-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-up-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-down-appear, .zoom-down-enter, .zoom-down-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-down-appear.zoom-down-appear-active, .zoom-down-enter.zoom-down-enter-active {
    -webkit-animation-name: antZoomDownIn;
    animation-name: antZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-down-leave.zoom-down-leave-active {
    -webkit-animation-name: antZoomDownOut;
    animation-name: antZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-down-appear, .zoom-down-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-left-appear, .zoom-left-enter, .zoom-left-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-left-appear.zoom-left-appear-active, .zoom-left-enter.zoom-left-enter-active {
    -webkit-animation-name: antZoomLeftIn;
    animation-name: antZoomLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-left-leave.zoom-left-leave-active {
    -webkit-animation-name: antZoomLeftOut;
    animation-name: antZoomLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-left-appear, .zoom-left-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-left-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-right-appear, .zoom-right-enter, .zoom-right-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-right-appear.zoom-right-appear-active, .zoom-right-enter.zoom-right-enter-active {
    -webkit-animation-name: antZoomRightIn;
    animation-name: antZoomRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-right-leave.zoom-right-leave-active {
    -webkit-animation-name: antZoomRightOut;
    animation-name: antZoomRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-right-appear, .zoom-right-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-right-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

@-webkit-keyframes antZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes antZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes antZoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
}

@keyframes antZoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
}

@-webkit-keyframes antZoomBigIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes antZoomBigIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes antZoomBigOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes antZoomBigOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes antZoomUpIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes antZoomUpIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes antZoomUpOut {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes antZoomUpOut {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes antZoomLeftIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes antZoomLeftIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes antZoomLeftOut {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes antZoomLeftOut {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes antZoomRightIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes antZoomRightIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes antZoomRightOut {
    0% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes antZoomRightOut {
    0% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes antZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes antZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes antZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes antZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}
.hrv-stack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -16px;
    margin-left: -16px;
}

.hrv-stack--gutters {
    margin-top: 0;
    margin-left: 0;
}

.hrv-stack--flexwrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hrv-stack--size-small {
    margin-top: -8px;
    margin-left: -8px;
}

.hrv-stack--align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hrv-stack--justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.hrv-stack--justify-space-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.hrv-stack--justify-flex-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.hrv-stack--item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-top: 16px;
    margin-left: 16px;
}

.hrv-stack--size-small>.hrv-stack--item {
    margin-top: 8px;
    margin-left: 8px;
}

.hrv-stack--gutters>.hrv-stack--item {
    margin-top: 0;
    margin-left: 0;
}

.hrv-stack--item-fill {
    -webkit-box-flex: 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.hrv-main {
    padding: 88px 40px 0 100px;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -ms-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
}

.hrv-form-group {
    margin-bottom: 24px;
}

.hrv-form-label {
    color: #9E9E9E;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.hrv-form-star-required {
    color: #FC625D;
}

/* Custom Scrollbar */

.hrv-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.hrv-scrollbar::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

.hrv-scrollbar::-webkit-scrollbar-thumb {
    background-color: #BABAC0;
    border-radius: 16px;
}

.hrv-scrollbar-visible {
    visibility: hidden;
}

.hrv-scrollbar-visible:hover, .hrv-scrollbar-visible>* {
    visibility: visible;
}

@media (max-width:767px) {
    .hrv-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.hrv-profile--box .hrv-popover-inner {
    background: transparent;
    box-shadow: none;
}

.hrv-profile--box.hrv-popover-placement-bottom .hrv-popover-arrow {
    background: #F4F6F8;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
}

.hrv-profile--container {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    min-width: 250px;
    max-width: 250px;
    font-size: 14px;
}

.hrv-profile--container.hrv-profile--loading {
    min-height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hrv-profile--container .hrv-profile--header {
    padding: 20px 10px 10px;
    text-align: center;
    background: #F4F6F8;
}

.hrv-profile--container .hrv-profile--header.hrv-profile--header-group {
    padding: 22px 4px 18px 20px;
    text-align: start;
    background: #F4F6F8;
}

.hrv-profile--avatar {
    margin-bottom: 10px;
    position: relative;
}

.hrv-profile--avatar .hrv-avatar {
    margin: 0 auto;
}

.hrv-profile--actions {
    position: absolute;
    top: -10px;
    right: 0;
}

.hrv-profile--actions .hrv-profile--actions-item {
    color: #9CA7B2;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hrv-profile--actions .hrv-profile--actions-item+.hrv-profile--actions-item {
    margin-top: 5px;
}

.hrv-profile--actions .hrv-profile--actions-item:hover {
    background: #fff;
    color: #2979FF;
    cursor: pointer;
}

.hrv-profile--username {
    font-size: 16px;
    font-weight: bold;
    color: #2979FF;
}

.hrv-profile--groupname {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 8px;
}

.hrv-profile--info-child-item-group, .hrv-profile--title-group {
    color: #8B8B8D;
    font-size: 12px;
}

.hrv-profile--info-child-item-group {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hrv-profile--info-group {
    color: #2979FF;
    max-height: 90px;
    overflow: auto;
    line-height: 18px;
}

.hrv-profile-modal-table-body::-webkit-scrollbar, .hrv-profile--info-group::-webkit-scrollbar {
    width: 5px;
}

.hrv-profile-modal-table-body::-webkit-scrollbar-track, .hrv-profile--info-group::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hrv-profile-modal-table-body::-webkit-scrollbar-thumb, .hrv-profile--info-group::-webkit-scrollbar-thumb {
    background: #888;
}

.hrv-profile-modal-table-body::-webkit-scrollbar-thumb:hover, .hrv-profile--info-group::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hrv-profile--code, .hrv-profile--email, .hrv-profile--department {
    margin-top: 5px;
}

.hrv-profile--email {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hrv-profile--status, .hrv-profile--code, .hrv-profile--job, .hrv-profile--department, .hrv-profile--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
}

.hrv-profile--status {
    margin: 10px 0;
    color: #9CA7B2;
}

.hrv-profile--job, .hrv-profile--department {
    word-break: break-word;
    text-align: center;
    display: inline-block;
}

.hrv-profile--code span, .hrv-profile--job span, .hrv-profile--department span {
    margin: 0 2px;
}

.hrv-profile--context {
    margin-top: 10px;
}

.hrv-profile--body {
    padding: 20px 10px;
}

.hrv-profile--body-user {
    text-align: center;
}

.hrv-profile--body-group {
    padding: 16px 20px;
}

.hrv-profile--body-group .hrv-profile--body-group-line {
    margin-bottom: 10px;
}

.hrv-profile--body-group-line {
    display: flex;
    align-items: center;
}

.hrv-profile--text {
    color: #2979FF;
    font-size: 14px;
}

.hrv-profile--footer {
    padding: 20px 10px;
}

.hrv-profile--body+.hrv-profile--footer {
    padding-top: 0
}

.hrv-profile--footer button+button {
    margin-left: 10px;
}

.hrv-profile--model-group-note {
    font-size: 12px;
    font-weight: 400;
}

.hrv-profile-modal-group .hrv-modal-header {
    padding: 24px 24px 20px;
}

.hrv-profile-modal-table-header {
    height: 56px;
    color: #767676;
    font-weight: 500;
    padding: 20px;
    background: #F5F5F5;
    display: flex;
}

.hrv-profile-modal-table-body {
    overflow: auto;
    max-height: 336px;
}

.hrv-profile-modal-table-body-item, .hrv-profile-modal-table-header-item {
    padding: 0;
}

.hrv-profile-modal-table-body-line {
    height: 56px;
    padding: 10px 20px;
    display: flex;
    border-bottom: 1px solid #E9EBEB;
    align-items: center;
}

.hrv-lds-ellipsis {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 64px;
    margin-top: 2px;
}

.hrv-lds-ellipsis div {
    position: absolute;
    top: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2979FF;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.hrv-lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.hrv-lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.hrv-lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.hrv-lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
.hrv-checkin-center--container .hrv-checkin-center--element {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    color: #808080;
}

.hrv-checkin-center-overlay--container {
    width: 435px;
}

@media(max-width:767px) {
    .hrv-checkin-center-overlay--container {
        width: 310px;
    }
}

.hrv-checkin-center-overlay--loading {
    min-height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hrv-checkin-center-overlay--content {
    padding: 20px;
}

.hrv-checkin-center-overlay--divider {
    margin: 0;
}

.hrv-checkin-center-overlay--content-center {
    text-align: center;
}

.hrv-checkin-center-overlay--content+.hrv-checkin-center-overlay--content {
    padding-top: 0;
}

.hrv-checkin-center-overlay--label-control {
    font-weight: 500;
    font-size: 12px;
    line-height: 36px;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hrv-checkin-center-overlay--title {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #F0AD4E;
    margin-top: 10px;
}

.hrv-checkin-center-overlay--title.is-success {
    color: #5CB85C;
}

.hrv-checkin-center-overlay--title.is-error {
    color: #D9534F;
}

.hrv-checkin-center-overlay--description {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #475C71;
}

.hrv-checkin-center-overlay--time {
    color: #F0AD4E;
    font-size: 35px;
    line-height: 41px;
}

.hrv-checkin-center-overlay--ip {
    color: #F0AD4E;
    padding: 10px 0 0;
}

.hrv-checkin-center-overlay--btn-viewdetail {
    text-align: center;
}

.hrv-checkin-center-overlay--btn-viewdetail button {
    padding: 0;
    color: #157BC5;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.hrv-checkin-center-overlay--btn-viewdetail button:hover {
    color: #2979FF;
}

/* .notify-login-icon-loading {
    position: absolute;
    top: 0;
    right: 0;
} */

.hrv-checkin-center-overlay--icon-dot {
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F0AD4E;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

.hrv-checkin-center-overlay--success {
    background: #5CB85C;
}

.hrv-checkin-center-overlay--error {
    background: #D9534F;
}

.hrv-checkin-center-overlay--success svg {
    top: -2px;
}

.hrv-checkin-center-overlay--icon-dot.size-large {
    width: 40px;
    height: 40px;
}

.hrv-checkin-center-overlay--icon-dot .dot {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 3px;
    background: #fff;
}

.hrv-checkin-center-overlay--icon-dot.size-large .dot {
    width: 6px;
    height: 6px;
}

.hrv-checkin-center-overlay--icon-dot.is-loading .dot {
    animation: loading-dot 1.3s linear infinite;
}

.hrv-checkin-center-overlay--icon-dot .dot:nth-child(2) {
    animation-delay: -1.1s;
}

.hrv-checkin-center-overlay--icon-dot .dot:nth-child(3) {
    animation-delay: -0.9s;
}

.hrv-checkin-center-overlay--icon-dot .dot:last-child {
    margin-right: 0;
}

@keyframes loading-dot {
    0%, 60%, 100% {
        transform: initial;
    }
    30% {
        transform: translateY(-3px);
    }
}
.hrv-box-dropdown {
    min-height: 40px;
    padding: 7px 12px;
    display: flex;
    min-width: 220px;
    max-width: 420px;
    background: #ffffff;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.hrv-box-dropdown-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hrv-box-dropdown.is-active {
    border: 1px solid #2979ff;
}

.hrv-box-dropdown.hrv-box-dropdown-empty {
    color: rgba(21, 21, 21, 0.4);
}

.hrv-box-dropdown.hrv-box-dropdown-have-data {
    color: rgba(21, 21, 21, 1);
}

.hrv-box-dropdown-wrapper-content {
    min-width: 220px;
    max-height: 240px;
    width: 220px;
}

.hrv-box-dropdown-list-data {
    max-height: 180px;
    overflow-y: auto;
}

.hrv-box-dropdown-list-data::-webkit-scrollbar {
    width: 5px;
}

.hrv-box-dropdown-list-data::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hrv-box-dropdown-list-data::-webkit-scrollbar-thumb {
    background: #888;
}

.hrv-box-dropdown-list-data::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hrv-box-dropdown-search {
    padding: 10px;
}

.hrv-box-dropdown-wrapper-content .hrv-box-dropdown-line-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hrv-box-dropdown-line-item>div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hrv-box-dropdown-line-item>div+div {
    min-width: 20px;
}

.hrv-box-dropdown-filter-empty {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.hrv-box-dropdown-line-item:hover .hrv-icon-check-dropdown {
    color: #ffffff
}

.hrv-icon-check-dropdown {
    color: #0279C7
}

.hrv-tag-dropdown {
    background: #D4E4FF;
    border-radius: 4px;
    font-size: 12px;
    color: #2979FF;
    height: 24px;
    line-height: 14px;
    padding: 5px 8px;
    margin: 0 4px 4px 0;
    display: flex;
    max-width: 200px;
}

.hrv-tag-dropdown.direction_rtl>div {
    direction: rtl;
}

.hrv-tag-dropdown>div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hrv-wrapper-tag-dropdown {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -4px;
}

.hrv-box-dropdown-wrapper-content .hrv-btn-dropdown-advance {
    color: #2979ff;
}

.hrv-box-dropdown-wrapper-content .hrv-btn-dropdown-advance:hover {
    color: #ffffff;
}
/* Notify Modal */

.hrv-notify-modal__body {
    height: calc(100vh - 290px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.hrv-notify-modal__body::-webkit-scrollbar {
    width: 8px;
}

.hrv-notify-modal__body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hrv-notify-modal__body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.hrv-notify-modal__body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hrv-notify-modal__sender__container {
    background-color: #f8f8f8;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 14px;
}

.hrv-notify-modal__info__title {
    font-size: 12px;
    color: #8d8d8d;
}

.hrv-notify-modal__sender__text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.hrv-notify-modal__title__container {
    padding: 0 16px 14px 16px;
    margin-top: 20px;
    position: relative;
}

.hrv-notify-modal__title__container::before {
    content: "";
    background-color: #dedede;
    height: 1px;
    width: calc(100% - 32px);
    top: 100%;
    position: absolute;
    left: 16px;
}

.hrv-notify-modal__title__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.hrv-notify-modal__content {
    padding: 0 16px;
    margin-top: 20px;
}

.hrv-notify-modal .hrv-modal-body {
    padding-right: 4px !important;
}

.hrv-notify-modal__attachment {
    padding: 0 16px;
    margin-top: 50px;
}

.hrv-notify-modal__attachment__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
}

/* Notify File Box */
.modal .hrv-modal.popup_img .modal-content .hrv-modal-header .hrv-close::before {
    content: "";
    /* position: fixed; */
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal .hrv-modal.popup_img .modal-content .hrv-modal-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.5);
    z-index: 7;
}

.modal .hrv-modal.popup_img .modal-content .hrv-modal-header .hrv-close:hover svg {
    fill: #9ca7b2;
}

.modal .hrv-modal.popup_img.form-new__attachment__modal .modal-content .hrv-modal-body img {
    width: auto;
    max-height: 100vh;
    z-index: 10;
}

.form-new__attachment__modal .hrv-modal-title {
    flex: 1;
    color: #e6e6e6 !important;
    position: relative;
    font-size: 14px !important;
    display: flex;
    justify-content: center;
}

.form-new__attachment__modal .hrv-modal-title .text-align-right {
    position: absolute;
    right: 15px;
    color: #e6e6e6 !important;
    cursor: pointer;
}

.form-new__attachment__modal .hrv-modal-title .text-align-right svg {
    fill: #fff;
}

.form-new__attachment__modal .hrv-modal-body {
    position: fixed !important;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 5;
    justify-content: center;
}

.form-new__attachment__modal .hrv-modal-footer {
    display: none !important;
}

.hrv-btn.hrv-btn-default.control-paginate-right,
.hrv-btn.hrv-btn-default.control-paginate-left {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    min-width: 48px;
    height: 48px;
    background: #2f2f2f;
    position: fixed;
    z-index: 5;
}

.hrv-btn.hrv-btn-default.control-paginate-right:hover,
.hrv-btn.hrv-btn-default.control-paginate-left:hover {
    background: #2979ff;
}

.hrv-btn.hrv-btn-default.control-paginate-left {
    top: 50%;
    left: 20px;
}

.hrv-btn.hrv-btn-default.control-paginate-right {
    top: 50%;
    right: 20px;
}

.hrv-btn.hrv-btn-default.control-paginate-right svg,
.hrv-btn.hrv-btn-default.control-paginate-left svg {
    fill: #d5d5d5 !important;
}

.form-new__attachment__item--img .form-new__attachment__name,
.form-new__attachment__item--img .form-new__attachment__info,
.form-new__attachment__item--img .form-new__attachment__delete {
    opacity: 0;
}

.form-new__attachment__item--img .form-new__attachment__img:before {
    visibility: hidden;
}

.form-new__attachment__item--img:hover .form-new__attachment__name,
.form-new__attachment__item--img:hover .form-new__attachment__info,
.form-new__attachment__item--img:hover .form-new__attachment__delete {
    opacity: 1;
}

.form-new__attachment__item--img:hover .form-new__attachment__img:before {
    visibility: visible;
}

.attachment__modal_clickable {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer;
}

/* Notify popup */

.hrv-notify-plugin-body .hrv-notify-center-overlay--item-description-user {
    color: #2979ff;
}
.hrv-notify-center--container .hrv-notify-center--element {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    color: #808080;
}

.hrv-notify-center--element .hrv-notify-center--count {
    position: absolute;
    top: -6px;
    right: -2px;
    background: #e65b57;
    border-radius: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}

.hrv-notify-center-overlay--container {
    width: 390px;
    background: #fff;
}

@media (max-width: 767px) {
    .hrv-notify-center-overlay--container {
        width: 350px;
    }
}

.hrv-notify-center-overlay--loading {
    padding: 20px;
}

.hrv-notify-center-overlay-button {
    font-weight: 400;
}

.hrv-notify-center-pagelist.hrv-notify-center-overlay--container {
    max-width: 100%;
    width: 100%;
}

.hrv-notify-center-overlay--wrapper-header {
    padding: 15px;
    border-bottom: 1px solid #dae3ea;
}

.hrv-notify-center-overlay--wrapper-body .hrv-notify-center-overlay--listitems {
    max-height: 324px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hrv-notify-center-pagelist .hrv-notify-center-overlay--wrapper-body .hrv-notify-center-overlay--listitems {
    max-height: inherit;
    overflow: inherit;
}

.hrv-notify-center-overlay--listitems .hrv-notify-center-overlay--item {
    display: block;
    color: #212121;
    padding: 10px 15px;
    background: #fff;
}

.hrv-notify-center-overlay--listitems .hrv-notify-center-overlay--item.is-unread {
    background: #f4f6fc;
    font-weight: bold;
}

.hrv-notify-center-overlay--listitems .hrv-notify-center-overlay--item.cursor-pointer {
    cursor: pointer;
}

.hrv-notify-center-overlay--listitems .hrv-notify-center-overlay--item:not(:last-child) {
    box-shadow: inset 0px -1px 0px #dae3ea;
}

.hrv-notify-center-overlay--item .hrv-notify-center-overlay--item-icon {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

.hrv-notify-center-overlay--item .hrv-notify-center-overlay--item-icon svg {
    width: 20px;
    height: 20px;
    fill: #9ca7b2;
}

.hrv-notify-center-overlay--item .hrv-notify-center-overlay--item-title {
    font-size: 14px;
    font-weight: bold;
}

.hrv-notify-center-overlay--item .hrv-notify-center-overlay--item-time {
    font-size: 12px;
}

.hrv-notify-center-overlay--item .hrv-notify-center-overlay--item-description {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px;
}

.hrv-notify-center-overlay--item-description .hrv-notify-center-overlay--item-description-user {
    color: #2979ff;
}

.hrv-notify-center-overlay--item-description-user + .hrv-notify-center-overlay--item-description-content {
    margin-left: 5px;
}

.hrv-notify-center-overlay--wrapper-footer {
    border-top: 1px solid #dae3ea;
}

.hrv-notify-center-overlay--empty {
    padding: 30px;
    text-align: center;
}

.hrv-notify-center-overlay--empty svg {
    width: 178px;
    height: 85px;
}

.hrv-notify-center-overlay--empty-content {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

.hrv-notify-center-overlay--loadmore {
    text-align: center;
    margin-top: 20px;
}

/* Notify Modal */

.hrv-notify-modal__body {
    height: calc(100vh - 290px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.hrv-notify-modal__body::-webkit-scrollbar {
    width: 8px;
}

.hrv-notify-modal__body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hrv-notify-modal__body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.hrv-notify-modal__body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hrv-notify-modal__sender__container {
    background-color: #f8f8f8;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 14px;
}

.hrv-notify-modal__info__title {
    font-size: 12px;
    color: #8d8d8d;
}

.hrv-notify-modal__sender__text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.hrv-notify-modal__title__container {
    padding: 0 16px 14px 16px;
    margin-top: 20px;
    position: relative;
}

.hrv-notify-modal__title__container::before {
    content: "";
    background-color: #dedede;
    height: 1px;
    width: calc(100% - 32px);
    top: 100%;
    position: absolute;
    left: 16px;
}

.hrv-notify-modal__title__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.hrv-notify-modal__content {
    padding: 0 16px;
    margin-top: 20px;
}

.hrv-notify-modal .hrv-modal-body {
    padding-right: 4px !important;
}

.hrv-notify-modal__attachment {
    padding: 0 16px;
    margin-top: 50px;
}

.hrv-notify-modal__attachment__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
}

/* Notify File Box */
.modal .hrv-modal.popup_img .modal-content .hrv-modal-header .hrv-close::before {
    content: "";
    /* position: fixed; */
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal .hrv-modal.popup_img .modal-content .hrv-modal-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.5);
    z-index: 7;
}

.modal .hrv-modal.popup_img .modal-content .hrv-modal-header .hrv-close:hover svg {
    fill: #9ca7b2;
}

.modal .hrv-modal.popup_img.form-new__attachment__modal .modal-content .hrv-modal-body img {
    width: auto;
    max-height: 100vh;
    z-index: 10;
}

.form-new__attachment__modal .hrv-modal-title {
    flex: 1;
    color: #e6e6e6 !important;
    position: relative;
    font-size: 14px !important;
    display: flex;
    justify-content: center;
}

.form-new__attachment__modal .hrv-modal-title .text-align-right {
    position: absolute;
    right: 15px;
    color: #e6e6e6 !important;
    cursor: pointer;
}

.form-new__attachment__modal .hrv-modal-title .text-align-right svg {
    fill: #fff;
}

.form-new__attachment__modal .hrv-modal-body {
    position: fixed !important;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 5;
    justify-content: center;
}

.form-new__attachment__modal .hrv-modal-footer {
    display: none !important;
}

.hrv-btn.hrv-btn-default.control-paginate-right,
.hrv-btn.hrv-btn-default.control-paginate-left {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    min-width: 48px;
    height: 48px;
    background: #2f2f2f;
    position: fixed;
    z-index: 5;
}

.hrv-btn.hrv-btn-default.control-paginate-right:hover,
.hrv-btn.hrv-btn-default.control-paginate-left:hover {
    background: #2979ff;
}

.hrv-btn.hrv-btn-default.control-paginate-left {
    top: 50%;
    left: 20px;
}

.hrv-btn.hrv-btn-default.control-paginate-right {
    top: 50%;
    right: 20px;
}

.hrv-btn.hrv-btn-default.control-paginate-right svg,
.hrv-btn.hrv-btn-default.control-paginate-left svg {
    fill: #d5d5d5 !important;
}

.form-new__attachment__item--img .form-new__attachment__name,
.form-new__attachment__item--img .form-new__attachment__info,
.form-new__attachment__item--img .form-new__attachment__delete {
    opacity: 0;
}

.form-new__attachment__item--img .form-new__attachment__img:before {
    visibility: hidden;
}

.form-new__attachment__item--img:hover .form-new__attachment__name,
.form-new__attachment__item--img:hover .form-new__attachment__info,
.form-new__attachment__item--img:hover .form-new__attachment__delete {
    opacity: 1;
}

.form-new__attachment__item--img:hover .form-new__attachment__img:before {
    visibility: visible;
}

.attachment__modal_clickable {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer;
}

.hrv-search-entity-container {
    display: inline-block;
    cursor: pointer;
}

.hrv-search-entity-popover {
    padding: 16px;
    min-width: 312px;
    max-width: 312px;
}

.hrv-search-entity-popover.hrv-search-entity-input {
    padding: 0px
}

.hrv-search-entity-icon-wrapper {
    cursor: pointer;
}

.hrv-search-entity-icon-wrapper>.hrv-search-entity-select>.hrv-stack--item {
    margin: 0;
}

.hrv-search-entity-popover-item:not(:first-child) {
    margin-top: 10px;
}

.hrv-search-entity-popover-item-center {
    text-align: center;
}

.hrv-search-entity-btn-assign {
    width: 100%;
}

.hrv-search-entity-select-list-empty {
    padding: 30px 16px;
    text-align: center;
}

.hrv-search-entity-select-list-empty-title {
    font-size: 14px;
    line-height: 16px;
    color: #212121;
}

.hrv-search-entity-select-list-empty-content {
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(33, 33, 33, 0.5);
}

/*Selected Item */

.hrv-search-entity-selected-list {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background: #FFF;
    padding: 4px 5px 4px 8px;
    cursor: text;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 40px;
}

.hrv-search-entity-selected-list ul li.hrv-stack--item:last-child {
    /* width: 100%; */
}

.hrv-search-entity-selected-list ul li.hrv-stack--item:last-child .hrv-search-entity-input-search {
    /* width: 100%; */
}

.hrv-search-entity-selected--item-remove {
    cursor: pointer;
    display: block;
}

.hrv-search-entity-input-search {
    border: 0;
    line-height: 24px;
    text-indent: 4px;
}

.hrv-search-entity-input-search:focus {
    outline: none;
}

.hrv-search-entity-input-search::placeholder {
    color: rgba(33, 33, 33, 0.4);
}

/* Popopver List Select */

.hrv-search-entity-select {
    position: relative;
}

.hrv-search-entity-select-popopver {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    border-radius: 4px;
    overflow: hidden;
    color: #212121;
    display: none;
}

.hrv-search-entity-select-popopver.is-opening {
    display: block;
}

.hrv-search-entity-select-list {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hrv-search-entity-log-title {
    padding: 11px 13px;
    color: #979797;
    font-weight: bold;
    font-size: 12px;
}

.hrv-search-entity-select-item {
    padding: 11px 13px;
}

.hrv-search-entity-select-item.is-selected {
    background: #2979FF;
}

.hrv-search-entity-select-item-title {
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    display: flex;
    align-items: center;
}

.hrv-search-entity-select-item-title-name, .hrv-search-entity-select-item-title-department, .hrv-search-entity-select-item-title-jobtitle {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
    line-height: 22px;
    max-width: 350px;
}

.hrv-stack--item-overflow-hidden {
    overflow: hidden;
}

.hrv-search-entity-btn-group {
    min-height: 24px;
    padding: 4px 12px;
    font-size: 10px;
    margin-right: 8px;
}

.hrv-search-entity-btn-group:focus {
    background: #2979FF;
    color: #FFFFFF;
}

.hrv-search-entity-select-item-content, .hrv-search-entity-select-item-department {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(33, 33, 33, 0.5);
}

.hrv-search-entity-select-item:hover .hrv-search-entity-select-item-content, .hrv-search-entity-select-item:hover .hrv-search-entity-select-item-department, .hrv-search-entity-select-item.is-select .hrv-search-entity-select-item-content, .hrv-search-entity-select-item.is-select .hrv-search-entity-select-item-department {
    color: rgba(255, 255, 255, 0.8) !important;
}

.hrv-search-entity-select-item:hover, .hrv-search-entity-select-item.is-select {
    background: #2979FF;
    cursor: pointer;
}

.hrv-search-entity-select-item.is-selected .hrv-search-entity-select-item-title, .hrv-search-entity-select-item:hover .hrv-search-entity-select-item-title, .hrv-search-entity-select-item.is-select .hrv-search-entity-select-item-title {
    color: #FFF;
}

.hrv-search-entity-select-item-button-more {
    margin-left: 5px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12px;
}

.hrv-search-entity-select-item-button-more:hover {
    color: #2979FF;
    background: #FFFFFF;
    border-radius: 2px;
}

.hrv-search-entity-select-item.is-selected .hrv-search-entity-select-item-content {
    color: rgba(255, 255, 255, 0.5);
}

.hrv-search-entity-select-item .hrv-skeleton-thumbnail {
    width: 24px;
    height: 24px;
}

/* TreeView */

.hrv-search-entity-treeview {
    cursor: pointer;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hrv-search-entity-treeview:hover {
    background: #f8f8f8;
    border-radius: 4px;
}

.hrv-search-entity-treeview-popover {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    /* width: 448px; */
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    border-radius: 4px;
    color: #212121;
    display: none;
}

.hrv-search-entity-treeview-popover.is-opening {
    display: block;
}

.hrv-search-entity-treeview-popover-no-position {
    position: static !important;
}

.hrv-search-entity-treeview-container {
    padding: 16px;
    overflow-y: auto;
    max-height: 263px;
    white-space: nowrap;
}

.hrv-search-entity-treeview-container::-webkit-scrollbar, .hrv-search-entity-select-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.hrv-search-entity-treeview-container::-webkit-scrollbar-track, .hrv-search-entity-select-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hrv-search-entity-treeview-container::-webkit-scrollbar-thumb, .hrv-search-entity-select-list::-webkit-scrollbar-thumb {
    background: #888;
}

.hrv-search-entity-treeview-container::-webkit-scrollbar-thumb:hover, .hrv-search-entity-select-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hrv-search-entity-treeview-list .hrv-search-entity-treeview-list {
    margin-top: 12px;
    padding-left: 30px;
    display: none;
}

.hrv-search-entity-treeview-item--is-collapsing>.hrv-search-entity-treeview-list {
    display: block;
}

.hrv-search-entity-treeview-list li+li {
    margin-top: 12px;
}

.hrv-search-entity-treeview-list .hrv-search-entity-treeview-item-user+.hrv-search-entity-treeview-item-user {
    margin-top: 10px;
}

.hrv-search-entity-treeview-item.hrv-search-entity-treeview-item-user {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.hrv-search-entity-treeview-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hrv-search-entity-treeview-item>.hrv-stack {
    margin-top: -2px;
    margin-left: -2px;
}

.hrv-search-entity-treeview-item>.hrv-stack>.hrv-stack--item {
    margin-top: 2px;
    margin-left: 2px;
}

.hrv-search-entity-treeview-item-loading {
    width: 16px;
    height: 16px;
}

.hrv-search-entity-treeview-item-loading>.hrv-loading-box {
    min-height: 16px;
}

.hrv-search-entity-treeview-item-box {
    background: #FFF;
    border-radius: 4px;
    display: inline-flex;
    padding: 2px;
    margin-left: 8px;
}

.hrv-search-entity-treeview-item-box-user {
    padding: 6px 8px;
    margin-left: 10px;
    cursor: pointer;
}

.hrv-search-entity-treeview-item-box.is-selected, .hrv-search-entity-treeview-item-box:hover {
    background: #2962FF;
    cursor: pointer;
}

.hrv-search-entity-treeview-item-box.is-selected .hrv-search-entity-treeview-item-title, .hrv-search-entity-treeview-item-box:hover .hrv-search-entity-treeview-item-title {
    color: #FFF;
    font-weight: normal;
}

.hrv-search-entity-treeview-item-box.is-selected .hrv-search-entity-treeview-item-svg, .hrv-search-entity-treeview-item-box:hover .hrv-search-entity-treeview-item-svg {
    fill: #FFF;
}

.hrv-search-entity-treeview-item-box.is-selected .hrv-search-entity-treeview-item-content, .hrv-search-entity-treeview-item-box:hover .hrv-search-entity-treeview-item-content {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}

.hrv-search-entity-treeview-item-box.is-selected .hrv-search-entity-treeview-item-content-owner, .hrv-search-entity-treeview-item-box:hover .hrv-search-entity-treeview-item-content-owner {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.hrv-search-entity-treeview-item-box.is-selected .hrv-search-entity-treeview-item-title.hrv-search-entity-treeview-name-font-weight {
    font-weight: 500;
}

.hrv-search-entity-treeview-item-collapse {
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: transparent;
    display: block;
}

.hrv-search-entity-treeview-item-collapse:focus {
    outline: none;
}

.hrv-search-entity-treeview-item-svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: #808080;
}

.hrv-search-entity-treeview-item-title {
    color: #212121;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
}

.hrv-search-entity-treeview-name-font-weight {
    font-weight: 500;
}

.hrv-search-entity-treeview-item-empty {
    min-width: 100px;
}

.hrv-search-entity-treeview-item-empty .hrv-skeleton-bodytext-container {
    width: 100%;
}

.hrv-search-entity-treeview-item-content {
    color: rgba(33, 33, 33, 0.5);
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}

.hrv-search-entity-treeview-item-content-owner {
    color: rgba(33, 33, 33, 0.5);
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}

.hrv-search-entity-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100vw;
    height: 100vh;
}

.hrv-search-entity-treeview-container-type {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.hrv-search-entity-treeview-container-type-tree, .hrv-search-entity-treeview-container-type-department, .hrv-search-entity-treeview-container-type-group {
    color: #9E9E9E;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
}

.hrv-search-entity-treeview-container-type-tree.disabled, .hrv-search-entity-treeview-container-type-department.disabled {
    cursor: not-allowed;
}

.hrv-search-entity-treeview-container-type-tree.active::after, .hrv-search-entity-treeview-container-type-department.active::after, .hrv-search-entity-treeview-container-type-group.active::after {
    width: 100%;
    left: 0;
    background-color: #2979ff;
}

.hrv-search-entity-treeview-container-type-tree.active, .hrv-search-entity-treeview-container-type-department.active, .hrv-search-entity-treeview-container-type-group.active {
    color: #212121;
}

.hrv-search-entity-treeview-container-type-tree::after, .hrv-search-entity-treeview-container-type-department::after, .hrv-search-entity-treeview-container-type-group::after {
    content: "";
    position: absolute;
    width: 0;
    top: 20px;
    height: 2px;
    display: block;
    right: 0;
    background-color: #2979ff;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.hrv-search-entity-defaul-popover {
    min-width: 280px;
    max-width: 450px;
}

.hrv-search-input-full-width {
    width: 100%;
    min-width: unset !important;
    max-width: unset !important;
    padding: 0px !important;
}

.hrv-search-entity-modal-title-group {
    font-weight: 500;
    font-size: 14px;
    color: #9E9E9E;
    margin-bottom: 8px;
}

.hrv-tooltip-placement-text-center .hrv-tooltip-inner {
    text-align: center;
}

.taskviewlist--head__page::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    right: 0;
    background-color: #2979ff;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.hrv-stack--item-search-width {
    max-width: 138px;
    display: flex;
    align-items: center;
}

.hrv-stack--item-overflow-direction {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
    /* line-height: 22px; */
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 64px;
    margin-top: 2px;
}

.lds-ellipsis div {
    position: absolute;
    top: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2979FF;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

.list-topic-loading.list-topic-loading--hidden {
    visibility: hidden;
}

.list-topic-loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hrv-box-check-entity {
    position: relative;
    min-width: 12px;
    min-height: 16px;
}

.hrv-box-check-entity .hrv-next-label--switch.hrv-next-label--empty {
    padding-left: 16px;
}

.hrv-box-check-entity .hrv-next-checkbox {
    z-index: 2;
    opacity: 0;
}

.hrv-box-check-entity .hrv-next-checkbox, .hrv-box-check-entity .hrv-box-check-entity--styled {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    height: 16px;
    width: 16px;
    background-color: #EEEEEE;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.hrv-box-check-entity:not(.hrv-input-disabled)>.hrv-next-checkbox:checked~.hrv-box-check-entity--styled {
    background-color: #2979FF;
}

.hrv-box-check-entity:not(.hrv-input-disabled)>.hrv-next-checkbox:checked:hover~.hrv-box-check-entity--styled {
    background-color: #2962FF
}

.hrv-box-check-entity:not(.hrv-input-disabled)>.hrv-next-checkbox:hover+.hrv-box-check-entity--styled {
    background: #E0E0E0;
}

.hrv-box-check-entity .hrv-box-check-entity--styled {
    color: #FFF;
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.hrv-box-check-entity .hrv-next-checkbox:checked~.hrv-box-check-entity--styled .hrv-box-check-entity--checkmark.hrv-svg-next-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hrv-box-check-entity .hrv-box-check-entity--styled .hrv-svg-next-icon {
    display: block;
    top: 2px;
    left: 3px;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    z-index: 2;
    line-height: 10px;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
.hrv-search-entity-popover-ver2 {
    padding: 16px;
    min-width: 432px;
    max-width: 600px;
}

.hrv-search-entity-popover-ver2.hrv-search-entity-input {
    padding: 0px
}

.hrv-search-entity-treeview-container-ver2 {
    /* padding: 24px; */
    overflow-y: auto;
    min-width: 600px;
    min-height: 400px;
    max-width: 850px;
    max-height: 1000px;
    white-space: nowrap;
    position: relative;
}

.hrv-search-entity-defaul-popover-ver-2 {
    min-width: 450px;
    max-width: 850px;
}

.wrrapper-popup-search-entity-label-hiden::-webkit-scrollbar, .hrv-search-entity-treeview-container-ver2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.wrrapper-popup-search-entity-label-hiden::-webkit-scrollbar-track, .hrv-search-entity-treeview-container-ver2::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.wrrapper-popup-search-entity-label-hiden::-webkit-scrollbar-thumb, .hrv-search-entity-treeview-container-ver2::-webkit-scrollbar-thumb {
    background: #888;
}

.wrrapper-popup-search-entity-label-hiden::-webkit-scrollbar-thumb:hover .hrv-search-entity-treeview-container-ver2::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hrv-search-entity-treeview-list-ver2 {
    position: relative;
}

.hrv-search-entity-treeview-list-ver2>.hrv-search-entity-treeview-list-ver2 {
    margin-left: 32px;
}

.hrv-search-entity-selected--count {
    padding: 5px 3px;
    color: #2979FF;
    font-size: 12px;
    line-height: 14px;
    height: 24px;
}

.column-searchentity {
    position: absolute;
    left: 8px;
    top: -9px;
    height: 18px;
    width: 1px;
    background: #979797;
}

.column-searchentity-parent {
    position: absolute;
    top: -8px;
    height: 35px;
    width: 1px;
    background: #979797;
}

.column-searchentity-user {
    position: absolute;
    left: 8px;
    top: -12px;
    height: 25px;
    width: 1px;
    background: #979797;
}

.hrv-search-entity-treeview-list-ver2 .line-parent-list-searchentiy {
    position: absolute;
    left: -24px;
    height: 100%;
    top: -6px;
    width: 1px;
    background: #979797;
}

.hrv-search-entity-treeview-list-ver2.is-collapse {
    display: none;
}

.hrv-search-entity-treeview-list-ver2 .line-parent-list-searchentiy:last-child {
    display: none;
    position: static;
}

.hrv-search-entity-treeview-item-ver2-user>.line-parent-list-searchentiy {
    height: 35px;
    top: -15px;
}

.hrv-search-entity-treeview-list-ver2.after-user>.line-parent-list-searchentiy {
    top: -18px;
}

.hrv-search-entity-treeview-item-ver2.before-user>.column-searchentity {
    top: -18px;
    height: 26px;
}

.hrv-search-entity-treeview-item-ver2.hrv-search-entity-treeview-item-ver2-user>.column-searchentity-user, .hrv-search-entity-treeview-item-ver2.before-user>.column-searchentity-user {
    top: -20px;
    height: 40px;
}

.row-list-searchentity {
    position: absolute;
    top: 17px;
    height: 1px;
    width: 12px;
    background: #979797;
    left: 18px;
}

.row-list-searchentity-user {
    position: absolute;
    top: 17px;
    height: 1px;
    width: 16px;
    left: 14px;
    border-top: 1px dotted #979797;
}

.hrv-search-entity-treeview-item-ver2 {
    display: flex;
    align-items: center;
    height: 35px;
    position: relative;
}

.hrv-search-entity-treeview-item-ver2.hrv-search-entity-treeview-item-ver2-user {
    height: 35px;
}

.hrv-search-entity-treeview-item-info {
    display: flex;
    align-items: center;
    margin-left: 16px;
    cursor: pointer;
}

.hrv-search-entity-line-info-item-ver2 {
    display: flex;
}

.hrv-search-entity-treeview-item-info.is-active .hrv-search-entity-line-info-item-ver2 {
    padding: 5px 7px;
    background: #E3E9ED;
    border-radius: 4px;
}

.hrv-search-entity-treeview-item-info-line {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 5px 7px;
}

.hrv-search-entity-treeview-item-info-line.is-manager {
    background: #E6EEFB;
    border-left: 3px solid #2979FF;
    border-radius: 0 4px 4px 0;
    padding: 0 20px 0 7px;
}

.hrv-search-entity-treeview-item-info-line.is-manager.is-active {
    padding: 0 20px 0 7px;
    border-radius: 0 4px 4px 0;
}

.hrv-search-entity-treeview-item-info-line.is-active {
    background: #E3E9ED;
    border-radius: 4px;
}

.hrv-search-entity-treeview-icon-zoom {
    position: absolute;
    bottom: 24px;
    right: 24px;
    cursor: pointer;
}

.size-avatar-17px {
    line-height: 17px;
    width: 17px;
    height: 17px;
    font-size: 10px;
}

.hrv-search-entity-treeview-tab {
    display: flex;
    align-items: center;
}

.hrv-search-entity-treeview-tab-item {
    color: #212121;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}

.hrv-search-entity-treeview-tab-item.active::after {
    width: 100%;
    left: 0;
    background-color: #2979ff;
}

.hrv-search-entity-treeview-tab-item.active {
    color: #212121;
}

.hrv-search-entity-treeview-tab-item::after {
    content: "";
    position: absolute;
    width: 0;
    top: 20px;
    height: 2px;
    display: block;
    right: 0;
    background-color: #2979ff;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.hrv-search-entity-treeview-tab-item:last-child {
    margin-right: 0;
}

.hrv-search-entity-scroll-custom {
    overflow: auto;
}

.hrv-search-entity-scroll-custom::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.hrv-search-entity-scroll-custom::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hrv-search-entity-scroll-custom::-webkit-scrollbar-thumb {
    background: rgba(33, 33, 33, 0.2);
}

.hrv-search-entity-scroll-custom::-webkit-scrollbar-thumb:hover {
    background: rgba(33, 33, 33, 0.5);
}

.hrv-search-entity-treeview-wrapper-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wrrapper-popup-search-entity-label-hiden {
    padding: 16px 16px 11px;
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow-y: scroll;
}

.defaul-popup-label-hiden {
    min-width: 350px;
    max-width: 350px;
}

.hrv-search-entity-text-log-empty {
    text-align: center;
    padding: 10px 10px 21px;
    color: #7A7A7A;
}

.hrv-search-entity-icon-wrapper-disabled .hrv-search-entity-selected-list, .hrv-search-entity-icon-wrapper-disabled input {
    background: #e0e0e0;
}

.hrv-search-entity-icon-wrapper-disabled .hrv-search-entity-treeview:hover {
    background: none;
}

.hrv-search-entity-icon-wrapper-disabled .hrv-search-entity-treeview, .hrv-search-entity-icon-wrapper-disabled .hrv-search-entity-selected-list, .hrv-search-entity-icon-wrapper-disabled input {
    cursor: not-allowed;
}
.ticket-feedback__popup {
    position: fixed;
    width: 430px;
    height: 220px;
    overflow: hidden;
    bottom: 0;
    right: 0px;
    transition: 0.3s;
    transform: scale(1);
    z-index: 20;
    opacity: 1;
    transform-origin: 100% 28%;
}
.ticket-feedback__popup.is-hidden {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.ticket-feedback__popup__background {
    cursor: default;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.ticket-feedback__popup__content {
    padding: 51px 0 0 30px;
    width: 233px;
}
.ticket-feedback__popup__content h2 {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1E1147;
}
.ticket-feedback__popup__content p {
    margin-top: 13px;
    text-transform: uppercase;
    color: #21242E;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.ticket-feedback__popup__content h4 {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #21242E;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    font-weight: 500;
    line-height: 20px;
    margin: 8px 0 16px 0;
}
.ticket-feedback__popup__content__btn {
    margin: 0;
    padding: 14px;
    height: 34px;
    background: #2979FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    cursor: pointer;
}
.ticket-feedback__popup__close {
    position: absolute;
    top: 12px;
    left: 16px;
    cursor: pointer;
}
.svg-next-icon-size-50 {
  width: 50px;
  height: 50px;
}
.ticket-feedback__popup__collapse {
    position: fixed;
    height: 50px;
    background: #2979FF;
    box-shadow: -1px 0px 6px rgba(235, 202, 179, 0.9);
    color: #FFFFFF;
    padding: 0 11px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    bottom: 120px;
    right: 0;
    transform: translate3d(85%, 0, 0);
    transition: 0.5s;
    z-index: 300;
}
.ticket-feedback__form__selection .hrv-select-selection-selected-value .ticket-feedback_description {
  display: none;
}
.ticket-feedback_description{
  opacity: 0;
}
.hrv-select-dropdown-menu-item.hrv-select-dropdown-menu-item-active .ticket-feedback_description {
  opacity: 1;
}
.ticket-feedback_description.hrv-tooltip-open svg {
  fill: #7FA1FF;
}
.ticket-feedback__popup__collapse:hover {
    transform: translate3d(0%, 0, 0);
}
.popup__collapse__edit {
    margin-right: 8px;
}
/* ******************************************************** ticket-feedback__collapse-form ************************************************* */
.ticket-feedback__collapse-form {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 528px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: -2px 2px 15px rgba(175, 178, 206, 0.25);
    border-radius: 4px;
    z-index: 1000;
}
.ticket-feedback__collapse-form__header,
.ticket-feedback__expand-form__header {
    display: flex;
    height: 56px;
    border-bottom: 1px solid #E9E9E9;
    align-items: center;
    padding: 20px;
}
.ticket-feedback__collapse-form__text,
.ticket-feedback__expand-form__text {
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
}
.ticket-feedback__collapse-form__controls span,
.ticket-feedback__expand-form__controls span {
    margin: 0 6px;
    padding: 3px;
    cursor: pointer;
    fill: #909090;
}
.ticket-feedback__collapse-form .ticket-feedback__form {
    padding: 17px;
    overflow: hidden;
    max-height: 602px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 3;   
}
/* *************************************** wrapper info ********************************************** */
.is-info-header {
  background: #2979FF;
  color: #fff;
  padding: 0 24px;
}
.ticket-feedback__wrapper__header-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ticket-feedback__wrapper__header-info h3,
.ticket-feedback__wrapper__header-info h4 {
  font-weight: bold;
}
.ticket-feedback__wrapper__header-info h3{
  margin-bottom: 16px;
  font-size: 22px;
}
.ticket-feedback__wrapper__header-info h4 {
  font-size: 16px;
}
.ticket-feedback__wrapper__header-info>p,
.ticket-feedback__wrapper__header-info_link {
  font-size: 12px;
}
.ticket-feedback__wrapper__header__border{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5494FF;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ticket-feedback__wrapper__controls {
  margin-left: auto;
}
.ticket-feedback__wrapper__controls span {
  margin: 0 3px;
  padding: 3px;
  cursor: pointer;
  fill: #fff;
}
.ticket-feedback__wrapper__header-info_link {
  display: flex;
  justify-content: space-between;
}
.ticket-feedback__wrapper__header-info_link a,
.ticket-feedback__wrapper__header-info_link a:hover {
  color: #fff;
}
.ticket-feedback__wrapper__popup {
  padding: 0 24px 24px 24px;
  background: #F4F5F7;
  position: relative;
}
.ticket-feedback__wrapper__popup:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #2979FF;
  z-index: 1;
}
/* ********************************************************************** FormPopup ****************************************************************************************** */
.ticket-feedback__form__title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 8px;
}
.ticket-feedback__form__content,
.ticket-feedback__form__attach-files{
    margin-top: 20px;
}

.ticket-feedback__form__controls{
    margin-top: 20px;
    display: flex;
}
.ticket-feedback__form__controls__right {
    margin-left: auto;
}
.ticket-feedback__form__controls__delete {
    min-width: 40px;
    margin: 0 12px 0 10px;
    fill: #909090;
}
.ticket-feedback__form__controls__delete:hover {
    background: #EDEDED;
    fill: #FA6361;
}
/* **************************************************** custom AttachFiles ******************************************************** */
.ticket-feedback__form__attach-files .attach-file__list .form-new__attachment__item{
    margin: 0 16px 10px 0;
}
.ticket-feedback__form__attach-files .attach-file__list {
    flex-wrap: nowrap;
    overflow-x: auto;
}
.ticket-feedback__form__attach-files .attach-file__list::-webkit-scrollbar { 
    width: 8px;
    height: 6px;
    opacity: 0;
}
.ticket-feedback__form__attach-files .attach-file__list::-webkit-scrollbar-track {
    border-radius: 10px;
}
.ticket-feedback__form__attach-files .attach-file__list::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 10px;
}
 /* ************************************************************* Form Modal **************************************************************************** */
.modal-dialog.hrv-modal.ticket-feedback__expand__modal.modal-lg .hrv-modal-header {
    display: none;
}
.modal-dialog.hrv-modal.ticket-feedback__expand__modal.modal-lg .hrv-modal-body {
    padding: 0;
}
.ticket-feedback__expand-form .ticket-feedback__form {
    padding: 30px 24px 26px 24px;
}
.ticket-feedback__expand-form .ticket-feedback__form__selection .hrv-select.hrv-select-enabled {
    min-width: 50%;
    display: inline-block;
}
.ticket-feedback__form__tootip p:not(:last-child) {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
}
/* ****************************************** modal Greeting ******************************************  */
.modal-dialog.hrv-modal.ticket-feedback__greeting__modal.modal-sm .hrv-modal-header {
    position: relative;
    z-index: 2;
}
.ticket-feedback__greeting {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -43px;
}
.ticket-feedback__greeting h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #212121;
    margin-bottom: 8px;
    margin-top: 14px;
}
.ticket-feedback__greeting p {
    font-size: 14px;
    line-height: 18px;
    color: #212121;
}
.ticket-feedback__greeting__btn {
    margin-top: 30px;
}
/* ******************************* Tooltip*****************************  */
.hrv-tooltip.ticket-feedback__tootip-info {
    max-width: 340px;
}
/* ********************************************* Editor ********************************************** */
.ticket-feedback__form__editor .cke_bottom {
    display: none;
}
button.hrv-btn.hrv-btn-default.ticket-feedback__form__controls_upload[disabled] .hrv-loading-box.hrv-loading-pico {
    min-width: unset !important;
    display: inline;
    /* line-height: 40px; */
}
button.hrv-btn.hrv-btn-default.ticket-feedback__form__controls_upload {
    position: relative;
}
button.hrv-btn.hrv-btn-default.ticket-feedback__form__controls_upload * {
    cursor: not-allowed;
    color: gainsboro;
}
button.hrv-btn.hrv-btn-default.ticket-feedback__form__controls_upload[disabled] .hrv-loading-box.hrv-loading-pico {
    min-width: unset !important;
    display: inline;
    position: absolute;
    top: 0%;
    left: 50%;
}


@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -10px, 0) scaleY(1.1);
      transform: translate3d(0, -10px, 0) scaleY(1.1);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
      transform: translate3d(0, -5px, 0) scaleY(1.05);
    }
  
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
      transform: translate3d(0, 0, 0) scaleY(0.95);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
      transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
@keyframes bounce {
    from,
    20%,
    53%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -10px, 0) scaleY(1.1);
      transform: translate3d(0, -10px, 0) scaleY(1.1);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
      transform: translate3d(0, -5px, 0) scaleY(1.05);
    }
  
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
      transform: translate3d(0, 0, 0) scaleY(0.95);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
      transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    display: block;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /* -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration); */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ticket-shake {
    -webkit-animation: shake 0.13s ease-in-out 0.13s infinite alternate;
    animation: shake 0.13s ease-in-out 0.13s infinite alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
}

.ticket-shake-phone {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: block;
}

@-webkit-keyframes shake {
    from {
       -webkit-transform: rotate(10deg);
    }
    to {
      -webkit-transform-origin:center center;
      -webkit-transform: rotate(-10deg);
    }
}

@keyframes shake {
    from {
        -webkit-transform: rotate(10deg);
    }
    to {
       -webkit-transform-origin:center center;
       -webkit-transform: rotate(-10deg);
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(15deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(15deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -moz-transform: rotate(-15deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform: rotate(15deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform: rotate(-15deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform: rotate(15deg) scale(1) skew(1deg);
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  
  @-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  
  @-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -o-transform: rotate(-15deg) scale(1) skew(1deg);
    }
    20% {
        -o-transform: rotate(15deg) scale(1) skew(1deg);
    }
    30% {
        -o-transform: rotate(-15deg) scale(1) skew(1deg);
    }
    40% {
        -o-transform: rotate(15deg) scale(1) skew(1deg);
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}


/**************************** file dinh kem **************************/
.attach-file__list {
    display: flex;
    flex-wrap: wrap;
  }
  .form-new-group--attachment{
    margin-bottom: 50px;
  }
  
  .form-new__attachment::-webkit-scrollbar{
    height: 7px;
  }
  .form-new__attachment::-webkit-scrollbar-thumb{
    height: 7px;
  }
  .form-new__attachment::-webkit-scrollbar-track{
    border-radius: 10px;
  }
  .form-new__attachment__item {
    min-width: 130px;
    height: 90px;
    background: #EDEFF7;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    font-size: 10px;
    line-height: 16px;
    color: #212121;
    overflow: hidden;
    margin: 0 15px 15px 0;
    cursor: pointer;
  }
  .form-new__attachment__item:hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    background: #4D4D4D;
  }
  /* ***** custom Margin-right ********* */
  .mail-detail__lists-attachment .form-new__attachment__item:nth-child(5n){
    margin: 0 0 15px 0 ;
  }
  
  .form-new__attachment__popup__img ~.form-new__attachment__name span,
  .form-new__attachment__popup__img ~.form-new__attachment__name p {
    color: white !important;
  }
  .form-new__attachment__popup__img ~.form-new__attachment__info .form-new__attachment__file span {
    color: white;
  }
  .form-new__attachment__img ~.form-new__attachment__name span,
  .form-new__attachment__img ~.form-new__attachment__name p {
    color: white !important;
  }
  .form-new__attachment__img ~.form-new__attachment__info .form-new__attachment__file span {
    color: white;
  }
  
  .form-new__attachment__name {
    margin-bottom: auto;
    max-height: 46px;
    overflow: hidden;
    position: relative;
    max-width: 95px;
    z-index: 2;
  }
  .form-new__attachment__name a{
    color: #212121; 
  }
  .form-new__attachment__name span,
  .form-new__attachment__name p{
    white-space: pre-line;   
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: bold;
  }
  .form-new__attachment__info {
    display: flex;
    align-items: flex-end;
  }
  .form-new__attachment__file {
    position: relative;
  }
  .form-new__attachment__file>span {
    margin-left: 4px;
  }
  .form-new__attachment__delete{
    position: absolute;
    right: 5px;
    top: 5px;  
    z-index: 7;
  }
  .form-new__attachment__delete svg {
    fill: #CACACA;
  }
  .form-new__attachment__delete:hover svg {
    fill: white;
  }
  .form-new__attachment__delete .btn-attach-remove {
    padding: 0;
    position: absolute;
    min-width: unset;
    color: rgba(0, 0, 0, 0.54);
    right: 3px;
    top: -9px;
  }
  .form-new__attachment__icon{
    width: 12px;
    height: 16px; 
  }
  .form-new__attachment__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .form-new__attachment__img>img{
    width: 100%;
    height: 100%;
  }
  .form-new__attachment__img:before,
  .form-new__attachment__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .form-new__attachment__img:before {
    content: '';
    background: #111;
    opacity: 0.8;
  }
  .form-new__attachment__img:after {
    content: '';
    z-index: 6;
  }
  .ui-action-fixed-container {
    margin: 0 auto;
  }
  .form-new__attachment__download{
    padding: 5px 7px 4px;
    background: #FFFFFF;
    border-radius: 3px;
    position: relative; 
    z-index: 10;
    margin-left: auto;
    opacity: 0;
  }
  .form-new__attachment__item:hover .form-new__attachment__download {
    opacity: 1;
  }
  .form-new__attachment__download svg {
    fill: #212121;
    opacity: 0.3;
  }
  .form-new__attachment__download:hover svg {
    fill: #8D8D8F;
    opacity: 1;
  }
  .form-new__attachment__item:hover .form-new__attachment__name span,
  .form-new__attachment__item:hover .form-new__attachment__name p,
  .form-new__attachment__item:hover .form-new__attachment__file span{
    color: #FFFFFF;
  }
  /* ************* modal slider ************************* */
  
  .modal .hrv-modal.popup_img .modal-content .hrv-modal-header .hrv-close::before {
    content: '';
    /* position: fixed; */
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modal .hrv-modal.popup_img .modal-content .hrv-modal-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.5);
    z-index: 7;
  }
  .modal .hrv-modal.popup_img .modal-content .hrv-modal-header .hrv-close:hover svg {
    fill: #9CA7B2;
  }
  
  .modal .hrv-modal.popup_img.form-new__attachment__modal .modal-content .hrv-modal-body img{
    width: auto;
    max-height: 100vh;
    z-index: 10;
  }
  .form-new__attachment__modal .hrv-modal-title{
    flex: 1;
    color: #E6E6E6 !important;
    position: relative;
    font-size: 14px !important;
  }
  .form-new__attachment__modal .hrv-modal-title .text-align-right{
    position: absolute;
    right: 15px;
    color: #E6E6E6 !important;
  }
  .form-new__attachment__modal .hrv-modal-body {
    position: fixed !important;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 5;
    justify-content: center;
  }
  .form-new__attachment__modal .hrv-modal-footer {
    display: none !important;
  }
  /* ******************* silder pagination *************************** */
  .hrv-btn.hrv-btn-default.control-paginate-right, 
  .hrv-btn.hrv-btn-default.control-paginate-left {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    min-width: 48px;
    height: 48px;
    background: #2F2F2F;
    position: fixed;
    z-index: 5;
  }
  .hrv-btn.hrv-btn-default.control-paginate-right:hover, 
  .hrv-btn.hrv-btn-default.control-paginate-left:hover {
    background: #2979FF;
  }
  .hrv-btn.hrv-btn-default.control-paginate-left{
    top: 50%;
    left: 20px;
  }
  .hrv-btn.hrv-btn-default.control-paginate-right{
    top: 50%;
    right: 20px;
  }
  .hrv-btn.hrv-btn-default.control-paginate-right svg, .hrv-btn.hrv-btn-default.control-paginate-left svg {
    fill: #D5D5D5 !important;
  }
  .form-new__attachment__item--img .form-new__attachment__name,
  .form-new__attachment__item--img .form-new__attachment__info,
  .form-new__attachment__item--img .form-new__attachment__delete {
    opacity: 0;
  }
  .form-new__attachment__item--img .form-new__attachment__img:before{
    visibility: hidden;
  }
  .form-new__attachment__item--img:hover .form-new__attachment__name,
  .form-new__attachment__item--img:hover .form-new__attachment__info,
  .form-new__attachment__item--img:hover .form-new__attachment__delete {
    opacity: 1;
  }
  .form-new__attachment__item--img:hover .form-new__attachment__img:before{
    visibility: visible;
  }
  .popup__collapse__edit {
    margin-right: 12px;
}

.dot-flashing,
.dot-flashing::before,
.dot-flashing::after{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #2979ff8c;
    color: #2979ff8c;
    animation: dotFlashing 1s infinite linear alternate;
}
.dot-flashing {
  position: relative;
  margin-left: 6px;
  animation-delay: .5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -6px;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 6px;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #2979ff8c;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}
/* ************************** test ********************* */
.dot-pulse {
    margin-left: 6px;
    position: relative;
    left: -9999px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9880ff;
    color: #9880ff;
    box-shadow: 9999px 0 0 -1px #9880ff;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
  }
  
  .dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9880ff;
    color: #9880ff;
  }
  
  .dot-pulse::before {
    box-shadow: 9993px 0 0 -1px #9880ff;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
  }
  
  .dot-pulse::after {
    box-shadow: 10005px 0 0 -1px #9880ff;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
  }
  

@keyframes dotPulseBefore {
    0% {
      box-shadow: 9993px 0 0 -1px white;
    }
    30% {
      box-shadow: 9993px 0 0 1px white;
    }
    60%,
    100% {
      box-shadow: 9993px 0 0 -1px white;
    }
  }
  
  @keyframes dotPulse {
    0% {
      box-shadow: 9999px 0 0 -1px white;
    }
    30% {
      box-shadow: 9999px 0 0 1px white;
    }
    60%,
    100% {
      box-shadow: 9999px 0 0 -1px white;
    }
  }
  
  @keyframes dotPulseAfter {
    0% {
      box-shadow: 10005px 0 0 -1px white;
    }
    30% {
      box-shadow: 10005px 0 0 1px white;
    }
    60%,
    100% {
      box-shadow: 10005px 0 0 -1px white;
    }
  }

.ticket-feedback__form__controls.is-submitting {
  position: relative;
}
.ticket-feedback__form__controls.is-submitting:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffa8;
    z-index: 10;
    cursor: not-allowed;
}
.ticket-feedback__form__controls.is-submitting {
    position: relative;
}
.ticket-feedback__form__controls.is-submitting:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffa8;
    z-index: 10;
    cursor: not-allowed;
}

.hrv-select-dropdown-menu-item.ticket-feedback__cate-opt{
  display: flex;
  align-items: center;
}
.hrv-select-dropdown-menu-item.ticket-feedback__cate-opt .ticket-feedback__cate-name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 93%;
  display: inline-block;
}
li.hrv-select-dropdown-menu-item.ticket-feedback__search {
  background-color: #fff !important;
}
.hrv-tooltip.ticket-feedback__tootip-info .hrv-tooltip-inner {
  overflow-wrap: break-word;
  white-space: break-spaces;
  line-height: 25px;
}
.attachment__modal_clickable {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 449px) {
  .ticket-feedback__popup {
      max-width: 100vw;
  }
  .ticket-feedback__popup__content {
      padding: 50px 0 0 0px;
      width: 205px;
  }
  .ticket-feedback__popup__background:before {
      background: #d7e7ff;
      content: '';
      top: 100px;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
  }
  .ticket-feedback__popup__background svg {
      width: 100vw;
      height: auto;
  }
  .ticket-feedback__popup__close {
      top: 8px;
      left: 10px;
  }
  .ticket-feedback__popup__content p {
      font-size: 10px;
  }
  .ticket-feedback__popup__content h4 {
      font-size: 14px;
  }
  .ticket-feedback__popup__content__btn {
      padding: 12px;
      height: 32px;
      font-size: 10px;
  }
}
.hrv-comment-editor--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}

.hrv-comment-editor--avatar {
    margin: 6px 7px 6px 0;
}

.hrv-comment-editor--box {
    border: 1px solid #dae3ea;
    border-radius: 3px;
    padding: 8px 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}

.hrv-comment-editor--box-attach-images {
    color: #9CA7B2;
    opacity: 0.5;
}

.hrv-comment-editor--progressing {
    margin-left: 31px;
}

.hrv-comment-editor--images {
    margin: 5px 0 20px 31px;
}

.hrv-comment-editor--images-box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 3px;
    cursor: pointer;
}

.hrv-comment-editor--box-suffix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.hrv-comment-editor--box-suffix .hrv-comment-editor--box-suffix-send-messasge-mobile {
    display: none;
}

.hrv-comment-editor--images-box.hrv-comment-editor--images-box-loading {
    padding: 0 100px;
}

.hrv-comment-editor--images-box img {
    max-width: 200px;
    max-height: 130px;
    overflow: hidden;
    border-radius: 3px;
}

.hrv-comment-editor--images-remove {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #FFF;
    opacity: 0;
    z-index: 2;
}

.hrv-comment-editor--images-box:hover .hrv-comment-editor--images-remove {
    opacity: 1;
}

.hrv-comment-editor--images-box:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Edit ContentEditor */

.hrv-comment-content-editor {
    padding-right: 25px;
}

.hrv-content-editor--container.hrv-comment-content-editor .cke_chrome {
    border: 0;
}

.hrv-comment-content-editor .cke_top {
    padding: 0 !important;
    border: 0 !important;
}

.hrv-comment-content-editor p {
    margin: 0;
}

@media ( max-width: 1199px) {
    .hrv-comment-content-editor {
        padding-right: 55px;
    }
    .hrv-comment-editor--images-remove {
        opacity: 1;
    }
    .hrv-comment-editor--box-suffix .hrv-comment-editor--box-suffix-send-messasge-mobile {
        display: block;
        margin-left: 15px;
        color: #007AFF;
    }
    .hrv-comment-editor--images-box:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
}
.hrv-comment-list--title {
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

.hrv-comment-item--container+.hrv-comment-item--container {
    margin-top: 20px;
}

.hrv-comment-list--childs, .hrv-comment-list--childs-reply {
    margin: 20px 0 20px 31px;
}

.hrv-comment-list--childs-collapse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.hrv-comment-list--childs-collapse>div {
    padding-right: 7px;
    color: #2979FF;
}

.hrv-comment-list--view-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 200px;
    color: #2979FF;
    margin-bottom: 10px;
    cursor: pointer;
}

.hrv-comment-list--view-more .hrv-loading-pico {
    min-height: 18px;
}

.hrv-comment-list--view-more:hover {
    text-decoration: underline;
}

.hrv-comment-item--infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hrv-comment-item--infor .hrv-comment-item--avatar {
    margin: 3px 7px 3px 0;
}

.hrv-comment-item--infor .hrv-comment-item--description {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.hrv-comment-item--infor .hrv-comment-item--comment {
    position: relative;
    padding: 6px 10px;
    background: #F4F6F8;
    border-radius: 3px;
}

.hrv-comment-item--infor .hrv-comment-item--comment .hrv-comment-item--name {
    color: #2979FF;
    font-weight: bold;
    margin-right: 5px;
    white-space: nowrap;
}

.hrv-comment-item--infor .hrv-comment-item--comment .hrv-comment-item--content {
    color: #475C71;
    word-break: break-word;
}

.hrv-comment-item--infor .hrv-comment-item--edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9CA7B2;
    opacity: 0;
}

.hrv-comment-item--comment-short+.hrv-comment-item--edit {
    padding-left: 100px;
}

.hrv-comment-item--infor .hrv-comment-item--edit .hrv-comment-item--edit-icon {
    cursor: pointer;
    padding: 0 14px;
}

.hrv-comment-item--container:hover .hrv-comment-item--infor .hrv-comment-item--edit {
    opacity: 1;
}

.hrv-comment-item--edit-popover {
    position: relative;
    min-width: auto;
}

.hrv-comment-item--edit-popover .hrv-comment-item--edit-element {
    cursor: pointer;
}

.hrv-comment-item--edit-popover .hrv-comment-item--edit-popover-container {
    position: absolute;
    top: 100%;
    padding-top: 16px;
    right: 0;
    display: none;
    z-index: 1050;
}

.hrv-comment-item--edit-popover .hrv-comment-item--edit-popover-dropdown {
    min-width: 100px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    color: #475C71;
    position: relative;
}

.hrv-comment-item--edit-popover .hrv-comment-item--edit-popover-dropdown:before {
    content: '';
    position: absolute;
    top: -16px;
    right: 14px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #FFF;
}

.hrv-comment-item--edit-popover:hover .hrv-comment-item--edit-popover-container {
    display: block;
}

.hrv-comment-item--comment-short+.hrv-comment-item--reaction {
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: -8px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.hrv-comment-item--reaction {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.hrv-comment-item--reaction-image {
    position: absolute;
    left: calc(100% - 10px);
    bottom: 0;
}

.hrv-comment-item--box .hrv-comment-item--attach-file {
    margin: 10px 0 0 31px;
}

.hrv-comment-item--box .hrv-comment-item--attach-file .hrv-comment-item--file {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #DAE3EA;
    border-radius: 3px;
}

.hrv-comment-item--file .hrv-comment-item--file-image {
    cursor: pointer;
}

.hrv-comment-item--box .hrv-comment-item--attach-file .hrv-comment-item--file img {
    max-width: 320px;
    max-height: 180px;
}

.hrv-comment-item--action-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 0 31px;
}

.hrv-comment-item--action-item {
    order: 1;
}

.hrv-comment-item--action-item+.hrv-comment-item--action-item {
    margin-left: 20px
}

.hrv-comment-item--actions-reply {
    cursor: pointer;
}

.hrv-comment-item--actions-reply .hrv-comment-item--actions-reply-icon {
    color: #DAE3EA;
}

.hrv-comment-item--actions-reply .hrv-comment-item--actions-reply-text {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #BFC7CF;
}

.hrv-comment-item--actions-reply:hover .hrv-comment-item--actions-reply-icon {
    color: #BFC7CF;
}

.hrv-comment-item--actions-reply:hover .hrv-comment-item--actions-reply-text {
    color: #9CA7B2;
}

.hrv-comment-item--actions-time, .hrv-comment-item--actions-edited {
    color: #9CA7B2;
    font-size: 12px;
}

.hrv-comment-item--actions-edited-text {
    margin-left: 5px;
}

.hrv-comment-item--actions-edit-mobile {
    color: #DAE3EA;
    display: none;
}

.hrv-comment-item--actions-edit-mobile .hrv-comment-item--edit-icon {
    padding-right: 10px;
}

.hrv-comment-item--popup-image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: auto;
    outline: 0;
}

.hrv-comment-item--popup-image .hrv-comment-item--popup-image-header {
    background: #111;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hrv-comment-item--popup-image-header .hrv-comment-item--popup-image-header-title {
    text-align: center;
    overflow: hidden;
}

.hrv-comment-item--popup-image-header-title .hrv-comment-item--popup-image-header-name {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 0 50px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hrv-comment-item--popup-image-header-title .hrv-comment-item--popup-image-header-size {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    opacity: 0.5;
}

.hrv-comment-item--popup-image-header .hrv-comment-item--popup-image-header-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}

.hrv-comment-item--popup-image .hrv-comment-item--popup-image-body {
    margin: 100px auto 30px;
    padding: 0 10px;
    text-align: center;
}

.hrv-comment-item--popup-image .hrv-comment-item--popup-image-body span {
    display: inline-block;
}

.hrv-comment-item--popup-image .hrv-comment-item--popup-image-body img {
    border-radius: 4px;
}

.hrv-comment-item--popup-image-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, .7);
}

@media(max-width:1199px) {
    .hrv-comment-item--infor .hrv-comment-item--edit, .hrv-comment-item--actions-edited {
        display: none;
    }
    .hrv-comment-item--action-list .hrv-comment-item--actions-time {
        order: 0;
        margin: 0 20px 0 0;
    }
}

@media(max-width:767px) {
    .hrv-comment-item--infor .hrv-comment-item--comment .hrv-comment-item--name {
        display: block;
    }
}
.hrv-reaction--element {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.hrv-reaction--element .hrv-reaction--element-icon {
    color: #DAE3EA;
}

.hrv-reaction--element .hrv-reaction--element-label {
    color: #9CA7B2;
    font-weight: 500;
    font-size: 12px;
    margin-left: 6px;
}

.hrv-reaction--element:hover .hrv-reaction--element-label {
    color: #212121;
}

.hrv-reaction--element-default .hrv-reaction--element-label {
    color: #BFC7CF;
}

.hrv-reaction--element-default:hover .hrv-reaction--element-icon {
    color: #BFC7CF;
}

.hrv-reaction--element-default:hover .hrv-reaction--element-label {
    color: #9CA7B2;
}

.hrv-reaction--element-like .hrv-reaction--element-icon {
    color: #FF3B30;
}

.hrv-reaction--element-praise .hrv-reaction--element-icon {
    color: #FFCC00;
}

.hrv-reaction--element-unlike .hrv-reaction--element-icon {
    color: #21469B;
}

.hrv-reaction--popover .hrv-popover-inner {
    box-shadow: none;
    background: transparent;
}

.hrv-reaction--popover-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px;
    -webkit-box-shadow: -1px 4px 13px #DCE1E8;
    box-shadow: -1px 4px 13px #DCE1E8;
    border-radius: 30px;
    background: #FFF;
}

.hrv-reaction--popover-item {
    cursor: pointer;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    -ms-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
}

.hrv-reaction--popover-item:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.hrv-reaction--popover-item+.hrv-reaction--popover-item {
    margin-left: 20px;
}

.hrv-reaction--popover-item-like {
    color: #FF3B30;
}

.hrv-reaction--popover-item-praise {
    color: #FFCC00;
}

.hrv-reaction--popover-item-unlike {
    color: #21469B;
}

.hrv-reaction--element-animate {
    animation: 400ms ufi2LinkSutroBounceAnimationPartOne cubic-bezier(.19, 1, .22, 1), 200ms 200ms ufi2LinkSutroBounceAnimationPartTwo cubic-bezier(.95, .05, .795, .035)
}

@keyframes ufi2LinkSutroBounceAnimationPartOne {
    0% {
        transform: scale(1) rotate(0deg)
    }
    100% {
        transform: scale(1.24) rotate(-8deg)
    }
}

@keyframes ufi2LinkSutroBounceAnimationPartTwo {
    0% {
        transform: scale(1.24) rotate(-8deg)
    }
    100% {
        transform: scale(1) rotate(0deg)
    }
}

@media(max-width:767px) {
    .hrv-reaction--element-label, .hrv-comment-item--actions-reply-text {
        display: none;
    }
}
.hrv-reaction-detail--element-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 3px rgba(92, 91, 165, 0.25);
    box-shadow: 0px 2px 3px rgba(92, 91, 165, 0.25);
    border-radius: 50px;
    padding: 5px;
}

.hrv-reaction-detail--element-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hrv-reaction-detail--element-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 12px;
    background: #FF3B30;
    border-radius: 100%;
    color: #FFF;
    position: relative;
}

.hrv-reaction-detail--element-item.hrv-reaction-detail--element-item-praise {
    background: #FFC800;
}

.hrv-reaction-detail--element-item.hrv-reaction-detail--element-item-unlike {
    background: #21469B;
}

.hrv-reaction-detail--element-item+.hrv-reaction-detail--element-item {
    margin: 0 0 0 -2px;
}

.hrv-reaction-detail--element-count {
    color: #475C71;
    margin-left: 5px;
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 20px;
}

.hrv-reaction-detail--popover-list {
    min-width: 155px;
    padding: 7px 0;
}

.hrv-reaction-detail--popover-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
}

.hrv-reaction-detail--popover-item:hover {
    background: #F4F6F8;
}

.hrv-reaction-detail--popover-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 14px;
    background: #FF3B30;
    border-radius: 100%;
    color: #FFF;
    position: relative;
    margin-right: 8px;
}

.hrv-reaction-detail--popover-item-praise .hrv-reaction-detail--popover-item-icon {
    background: #FFCC00;
}

.hrv-reaction-detail--popover-item-unlike .hrv-reaction-detail--popover-item-icon {
    background: #21469B;
}

.hrv-reaction-detail--popover-item-label {
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    letter-spacing: 0.2px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.hrv-reaction-detail--popover-item-count {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #212121;
    margin-left: 8px;
}

.hrv-reaction-detail--modal {
    max-width: 450px !important;
}

.hrv-reaction-detail--modal-header-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hrv-reaction-detail--modal-header-tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}

.hrv-reaction-detail--modal-header-tab-item+.hrv-reaction-detail--modal-header-tab-item {
    margin-left: 25px;
}

.hrv-reaction-detail--modal-header-tab-item.active {
    color: #2979FF;
    font-weight: bold;
}

.hrv-reaction-detail--modal-header-tab-item:after {
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

.hrv-reaction-detail--modal-header-tab-item.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background: #2979FF;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.hrv-reaction-detail--modal-header-tab-item-label {
    margin-right: 7px;
}

.hrv-reaction-detail--modal-header-tab-item-label.hrv-reaction-detail--modal-header-tab-item-label-like {
    color: #FF3B30;
}

.hrv-reaction-detail--modal-header-tab-item-label.hrv-reaction-detail--modal-header-tab-item-label-praise {
    color: #FFCC00;
}

.hrv-reaction-detail--modal-header-tab-item-label.hrv-reaction-detail--modal-header-tab-item-label-unlike {
    color: #21469B;
}

.hrv-reaction-detail--modal-body-list {
    padding: 10px 0;
    max-height: 380px;
    overflow-y: auto;
}

.hrv-reaction-detail--modal-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 20px;
}

.hrv-reaction-detail--modal-body-item>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hrv-reaction-detail--modal-body-item:hover {
    background: #F4F6F8;
}

.hrv-reaction-detail--modal-body-item-avatar {
    margin-right: 9px;
}

.hrv-reaction-detail--modal-body-item-name {
    color: #2979FF;
}