.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: #474747;
    -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 10px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
}

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

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

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

.hrv-badges.hrv-badges--status-success {
    background-color: #5CB85C;
}

.hrv-badges.hrv-badges--status-info {
    background-color: #0279C7;
}

.hrv-badges.hrv-badges--status-critical {
    background-color: #F68139;
}

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

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

.hrv-badges.hrv-badges--status-default {
    background-color: #9CA7B2;
}
.hrv-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    list-style: none;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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: inline-block;
}

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

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

.hrv-breadcrumb-item-arrow:last-child {
    display: none;
}
@-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-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;
}

.hrv-btn:focus {
    outline: none
}

.hrv-btn.hrv-btn-primary {
    background: #0279C7;
    border: 1px solid #0279C7;
    box-shadow: none;
    color: #fff;
}

.hrv-btn.hrv-btn-primary:hover {
    background: #026DB3;
    border: 1px solid #026DB3;
}

.hrv-btn.hrv-btn-primary[disabled] {
    background: #B3D7EE;
    border: 1px solid #B3D7EE;
    cursor: not-allowed;
}

.hrv-btn.hrv-btn-success {
    background: #5CB85C;
    border: 1px solid #5CB85C;
    box-shadow: none;
    color: #fff;
}

.hrv-btn.hrv-btn-success:hover {
    background: #53A653;
    border: 1px solid #53A653;
}

.hrv-btn.hrv-btn-success[disabled] {
    background: #CEEACE;
    border: 1px solid #CEEACE;
}

.hrv-btn.hrv-btn-warning {
    background: #F0AD4E;
    border: 1px solid #F0AD4E;
    box-shadow: none;
    color: #fff;
}

.hrv-btn.hrv-btn-warning:hover {
    background: #D89C46;
    border: 1px solid #D89C46;
    box-shadow: none;
    color: #fff;
}

.hrv-btn.hrv-btn-warning[disabled] {
    background: #FBE6CA;
    border: 1px solid #FBE6CA;
    box-shadow: none;
    color: #fff;
}

.hrv-btn.hrv-btn-danger {
    background: #D9534F;
    border: 1px solid #D9534F;
    box-shadow: none;
    color: #fff;
}

.hrv-btn.hrv-btn-danger:hover {
    background: #C34B47;
    border: 1px solid #C34B47;
}

.hrv-btn.hrv-btn-danger[disabled] {
    background: #F4CBCA;
    border: 1px solid #F4CBCA;
}

.hrv-btn.hrv-btn-default {
    background: #fff;
    border: 1px solid #9CA7B2;
    box-shadow: none;
    color: #474747;
}

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

.hrv-btn.hrv-btn-default[disabled] {
    background: #fff;
    border-color: #E1E5E8;
    color: #c8c8c8;
}

.hrv-btn.hrv-btn-default-danger {
    background: #fff;
    border: 1px solid #D9534F;
    box-shadow: none;
    color: #D9534F;
}

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

.hrv-btn.hrv-btn-default-danger[disabled] {
    background: #fff;
    border-color: #F4CBCA;
    color: #F4CBCA;
}

.hrv-btn.hrv-btn-link {
    border-color: transparent;
    color: #0279C7;
    background: transparent;
}

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

.hrv-btn.hrv-btn-link-danger {
    color: #D9534F;
}

.hrv-btn.hrv-btn-link:hover {
    color: #026DB3;
}

.hrv-btn.hrv-btn-link-danger:hover {
    color: #C34B47;
}

.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:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-bottom-color: transparent;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    -webkit-animation: button-loading-spinner 0.7s linear infinite;
    animation: button-loading-spinner 1s linear infinite;
}

.hrv-btn-link.hrv-btn-loading:before {
    border-color: #0279C7;
    border-bottom-color: transparent;
}

.hrv-btn-default.hrv-btn-loading {
    background: #fff;
}

.hrv-btn-default.hrv-btn-loading:before {
    border-color: #9CA7B2;
    border-bottom-color: transparent;
}

.hrv-btn-primary.hrv-btn-loading {
    background: #026DB3;
}

.hrv-ui-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    z-index: 1200;
}
.hrv-stack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -15px;
    margin-left: -15px;
}

.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--item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 15px;
    margin-left: 15px;
}

.hrv-stack--size-small>.hrv-stack--item {
    margin-top: 8px;
    margin-left: 8px;
}

.hrv-stack--item-fill {
    -webkit-box-flex: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.hrv-form-group {
    margin-bottom: 20px;
}

.hrv-form-label {
    color: #9E9E9E;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.hrv-collapse {
    font-size: 14px;
    line-height: 16px;
    color: #474747;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DAE3EA;
    border-bottom: 0;
}

.hrv-collapse>.hrv-collapse-item {
    border-bottom: 1px solid #DAE3EA
}

.hrv-collapse>.hrv-collapse-item:last-child, .hrv-collapse>.hrv-collapse-item:last-child>.hrv-collapse-header {
    border-radius: 0 0 3px 3px
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header {
    line-height: 22px;
    padding: 12px 0 12px 40px;
    color: #474747;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -ms-flexbox;
    display: flex;
}

.hrv-collapse>.hrv-collapse-item>.hrv-collapse-header .hrv-collapse-arrow {
    font-style: normal;
    vertical-align: -0.125em;
    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;
    line-height: 46px;
    vertical-align: top;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px;
    color: #9CA7B2;
}

.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:focus {
    outline: none
}

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

.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: #474747;
    background-color: #fff;
    border-top: 1px solid #DAE3EA
}

.hrv-collapse-content>.hrv-collapse-content-box {
    padding: 16px
}

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

.hrv-collapse-item:last-child>.hrv-collapse-content {
    border-radius: 0 0 3px 3px
}

.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-borderless {
    background-color: #fff;
    border: 0
}

.hrv-collapse-borderless>.hrv-collapse-item {
    border-bottom: 1px solid #DAE3EA
}

.hrv-collapse-borderless>.hrv-collapse-item:last-child, .hrv-collapse-borderless>.hrv-collapse-item:last-child .hrv-collapse-header {
    border-radius: 0
}

.hrv-collapse-borderless>.hrv-collapse-item>.hrv-collapse-content {
    background-color: transparent;
    border-top: 0
}

.hrv-collapse-borderless>.hrv-collapse-item>.hrv-collapse-content>.hrv-collapse-content-box {
    padding-top: 4px
}

.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: #9CA7B2
}

.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;
}
/* .ant-calendar-picker-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    z-index: 1050;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft, .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft, .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft, .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft, .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut
}

.ant-calendar-picker {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    outline: none;
    cursor: text;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.ant-calendar-picker-input {
    outline: none
}

.ant-calendar-picker-input.ant-input-sm {
    padding-top: 0;
    padding-bottom: 0
}

.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
    border-color: #1890ff
}

.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -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)
}

.ant-calendar-picker-clear, .ant-calendar-picker-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-picker-clear {
    z-index: 2;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none
}

.ant-calendar-picker-clear:hover {
    color: rgba(0, 0, 0, 0.45)
}

.ant-calendar-picker:hover .ant-calendar-picker-clear {
    opacity: 1;
    pointer-events: auto
}

.ant-calendar-picker-icon {
    display: inline-block;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1
}

.ant-calendar-picker-small .ant-calendar-picker-clear, .ant-calendar-picker-small .ant-calendar-picker-icon {
    right: 8px
}

.ant-calendar {
    position: relative;
    width: 280px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.ant-calendar-input-wrap {
    height: 34px;
    padding: 6px 10px;
    border-bottom: 1px solid #e8e8e8
}

.ant-calendar-input {
    width: 100%;
    height: 22px;
    color: rgba(0, 0, 0, 0.65);
    background: #fff;
    border: 0;
    outline: 0;
    cursor: auto
}

.ant-calendar-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.ant-calendar-input:-ms-input-placeholder {
    color: #bfbfbf
}

.ant-calendar-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.ant-calendar-week-number {
    width: 286px
}

.ant-calendar-week-number-cell {
    text-align: center
}

.ant-calendar-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-header a:hover {
    color: #40a9ff
}

.ant-calendar-header .ant-calendar-century-select, .ant-calendar-header .ant-calendar-decade-select, .ant-calendar-header .ant-calendar-year-select, .ant-calendar-header .ant-calendar-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px
}

.ant-calendar-header .ant-calendar-century-select-arrow, .ant-calendar-header .ant-calendar-decade-select-arrow, .ant-calendar-header .ant-calendar-year-select-arrow, .ant-calendar-header .ant-calendar-month-select-arrow {
    display: none
}

.ant-calendar-header .ant-calendar-prev-century-btn, .ant-calendar-header .ant-calendar-next-century-btn, .ant-calendar-header .ant-calendar-prev-decade-btn, .ant-calendar-header .ant-calendar-next-decade-btn, .ant-calendar-header .ant-calendar-prev-month-btn, .ant-calendar-header .ant-calendar-next-month-btn, .ant-calendar-header .ant-calendar-prev-year-btn, .ant-calendar-header .ant-calendar-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px
}

.ant-calendar-header .ant-calendar-prev-century-btn, .ant-calendar-header .ant-calendar-prev-decade-btn, .ant-calendar-header .ant-calendar-prev-year-btn {
    left: 7px
}

.ant-calendar-header .ant-calendar-prev-century-btn::after, .ant-calendar-header .ant-calendar-prev-decade-btn::after, .ant-calendar-header .ant-calendar-prev-year-btn::after {
    content: '«'
}

.ant-calendar-header .ant-calendar-next-century-btn, .ant-calendar-header .ant-calendar-next-decade-btn, .ant-calendar-header .ant-calendar-next-year-btn {
    right: 7px
}

.ant-calendar-header .ant-calendar-next-century-btn::after, .ant-calendar-header .ant-calendar-next-decade-btn::after, .ant-calendar-header .ant-calendar-next-year-btn::after {
    content: '»'
}

.ant-calendar-header .ant-calendar-prev-month-btn {
    left: 29px
}

.ant-calendar-header .ant-calendar-prev-month-btn::after {
    content: '‹'
}

.ant-calendar-header .ant-calendar-next-month-btn {
    right: 29px
}

.ant-calendar-header .ant-calendar-next-month-btn::after {
    content: '›'
}

.ant-calendar-body {
    padding: 8px 12px
}

.ant-calendar table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse
}

.ant-calendar table, .ant-calendar th, .ant-calendar td {
    text-align: center;
    border: 0
}

.ant-calendar-calendar-table {
    margin-bottom: 0;
    border-spacing: 0
}

.ant-calendar-column-header {
    width: 33px;
    padding: 6px 0;
    line-height: 18px;
    text-align: center
}

.ant-calendar-column-header .ant-calendar-column-header-inner {
    display: block;
    font-weight: normal
}

.ant-calendar-week-number-header .ant-calendar-column-header-inner {
    display: none
}

.ant-calendar-cell {
    height: 30px;
    padding: 3px 0
}

.ant-calendar-date {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.ant-calendar-date-panel {
    position: relative;
    outline: none
}

.ant-calendar-date:hover {
    background: #e6f7ff;
    cursor: pointer
}

.ant-calendar-date:active {
    color: #fff;
    background: #40a9ff
}

.ant-calendar-today .ant-calendar-date {
    color: #1890ff;
    font-weight: bold;
    border-color: #1890ff
}

.ant-calendar-last-month-cell .ant-calendar-date, .ant-calendar-next-month-btn-day .ant-calendar-date {
    color: rgba(0, 0, 0, 0.25)
}

.ant-calendar-selected-day .ant-calendar-date {
    background: #d1e9ff
}

.ant-calendar-selected-date .ant-calendar-date, .ant-calendar-selected-start-date .ant-calendar-date, .ant-calendar-selected-end-date .ant-calendar-date {
    color: #fff;
    background: #1890ff;
    border: 1px solid transparent
}

.ant-calendar-selected-date .ant-calendar-date:hover, .ant-calendar-selected-start-date .ant-calendar-date:hover, .ant-calendar-selected-end-date .ant-calendar-date:hover {
    background: #1890ff
}

.ant-calendar-disabled-cell .ant-calendar-date {
    position: relative;
    width: auto;
    color: rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: not-allowed
}

.ant-calendar-disabled-cell .ant-calendar-date:hover {
    background: #f5f5f5
}

.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    content: ''
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
    position: relative;
    padding-right: 5px;
    padding-left: 5px
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    content: ' '
}

.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ant-calendar-footer {
    padding: 0 12px;
    line-height: 38px;
    border-top: 1px solid #e8e8e8
}

.ant-calendar-footer:empty {
    border-top: 0
}

.ant-calendar-footer-btn {
    display: block;
    text-align: center
}

.ant-calendar-footer-extra {
    text-align: left
}

.ant-calendar .ant-calendar-today-btn, .ant-calendar .ant-calendar-clear-btn {
    display: inline-block;
    margin: 0 0 0 8px;
    text-align: center
}

.ant-calendar .ant-calendar-today-btn-disabled, .ant-calendar .ant-calendar-clear-btn-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed
}

.ant-calendar .ant-calendar-today-btn:only-child, .ant-calendar .ant-calendar-clear-btn:only-child {
    margin: 0
}

.ant-calendar .ant-calendar-clear-btn {
    position: absolute;
    top: 7px;
    right: 5px;
    display: none;
    width: 20px;
    height: 20px;
    margin: 0;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    text-indent: -76px
}

.ant-calendar .ant-calendar-clear-btn::after {
    display: inline-block;
    width: 20px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1;
    text-indent: 43px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.ant-calendar .ant-calendar-clear-btn:hover::after {
    color: rgba(0, 0, 0, 0.45)
}

.ant-calendar .ant-calendar-ok-btn {
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    -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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 22px
}

.ant-calendar .ant-calendar-ok-btn>.anticon {
    line-height: 1
}

.ant-calendar .ant-calendar-ok-btn, .ant-calendar .ant-calendar-ok-btn:active, .ant-calendar .ant-calendar-ok-btn:focus {
    outline: 0
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
    text-decoration: none
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-calendar .ant-calendar-ok-btn.disabled, .ant-calendar .ant-calendar-ok-btn[disabled] {
    cursor: not-allowed
}

.ant-calendar .ant-calendar-ok-btn.disabled>*, .ant-calendar .ant-calendar-ok-btn[disabled]>* {
    pointer-events: none
}

.ant-calendar .ant-calendar-ok-btn-lg {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px
}

.ant-calendar .ant-calendar-ok-btn-sm {
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 4px
}

.ant-calendar .ant-calendar-ok-btn>a:only-child {
    color: currentColor
}

.ant-calendar .ant-calendar-ok-btn>a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: ''
}

.ant-calendar .ant-calendar-ok-btn:hover, .ant-calendar .ant-calendar-ok-btn:focus {
    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff
}

.ant-calendar .ant-calendar-ok-btn:hover>a:only-child, .ant-calendar .ant-calendar-ok-btn:focus>a:only-child {
    color: currentColor
}

.ant-calendar .ant-calendar-ok-btn:hover>a:only-child::after, .ant-calendar .ant-calendar-ok-btn:focus>a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: ''
}

.ant-calendar .ant-calendar-ok-btn:active, .ant-calendar .ant-calendar-ok-btn.active {
    color: #fff;
    background-color: #096dd9;
    border-color: #096dd9
}

.ant-calendar .ant-calendar-ok-btn:active>a:only-child, .ant-calendar .ant-calendar-ok-btn.active>a:only-child {
    color: currentColor
}

.ant-calendar .ant-calendar-ok-btn:active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.active>a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: ''
}

.ant-calendar .ant-calendar-ok-btn-disabled, .ant-calendar .ant-calendar-ok-btn.disabled, .ant-calendar .ant-calendar-ok-btn[disabled], .ant-calendar .ant-calendar-ok-btn-disabled:hover, .ant-calendar .ant-calendar-ok-btn.disabled:hover, .ant-calendar .ant-calendar-ok-btn[disabled]:hover, .ant-calendar .ant-calendar-ok-btn-disabled:focus, .ant-calendar .ant-calendar-ok-btn.disabled:focus, .ant-calendar .ant-calendar-ok-btn[disabled]:focus, .ant-calendar .ant-calendar-ok-btn-disabled:active, .ant-calendar .ant-calendar-ok-btn.disabled:active, .ant-calendar .ant-calendar-ok-btn[disabled]:active, .ant-calendar .ant-calendar-ok-btn-disabled.active, .ant-calendar .ant-calendar-ok-btn.disabled.active, .ant-calendar .ant-calendar-ok-btn[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child {
    color: currentColor
}

.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: ''
}

.ant-calendar .ant-calendar-ok-btn-disabled, .ant-calendar .ant-calendar-ok-btn.disabled, .ant-calendar .ant-calendar-ok-btn[disabled], .ant-calendar .ant-calendar-ok-btn-disabled:hover, .ant-calendar .ant-calendar-ok-btn.disabled:hover, .ant-calendar .ant-calendar-ok-btn[disabled]:hover, .ant-calendar .ant-calendar-ok-btn-disabled:focus, .ant-calendar .ant-calendar-ok-btn.disabled:focus, .ant-calendar .ant-calendar-ok-btn[disabled]:focus, .ant-calendar .ant-calendar-ok-btn-disabled:active, .ant-calendar .ant-calendar-ok-btn.disabled:active, .ant-calendar .ant-calendar-ok-btn[disabled]:active, .ant-calendar .ant-calendar-ok-btn-disabled.active, .ant-calendar .ant-calendar-ok-btn.disabled.active, .ant-calendar .ant-calendar-ok-btn[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child, .ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child {
    color: currentColor
}

.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child::after, .ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: ''
}

.ant-calendar-range-picker-input {
    width: 44%;
    height: 99%;
    text-align: center;
    background-color: transparent;
    border: 0;
    outline: 0
}

.ant-calendar-range-picker-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.ant-calendar-range-picker-input:-ms-input-placeholder {
    color: #bfbfbf
}

.ant-calendar-range-picker-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.ant-calendar-range-picker-input[disabled] {
    cursor: not-allowed
}

.ant-calendar-range-picker-separator {
    display: inline-block;
    min-width: 10px;
    height: 100%;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    text-align: center;
    vertical-align: top;
    pointer-events: none
}

.ant-calendar-range {
    width: 552px;
    overflow: hidden
}

.ant-calendar-range .ant-calendar-date-panel::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.'
}

.ant-calendar-range-part {
    position: relative;
    width: 50%
}

.ant-calendar-range-left {
    float: left
}

.ant-calendar-range-left .ant-calendar-time-picker-inner {
    border-right: 1px solid #e8e8e8
}

.ant-calendar-range-right {
    float: right
}

.ant-calendar-range-right .ant-calendar-time-picker-inner {
    border-left: 1px solid #e8e8e8
}

.ant-calendar-range-middle {
    position: absolute;
    left: 50%;
    z-index: 1;
    height: 34px;
    margin: 1px 0 0 0;
    padding: 0 200px 0 0;
    color: rgba(0, 0, 0, 0.45);
    line-height: 34px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.ant-calendar-range-right .ant-calendar-date-input-wrap {
    margin-left: -90px
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
    padding: 0 10px 0 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
    margin-left: 0
}

.ant-calendar-range .ant-calendar-input-wrap {
    position: relative;
    height: 34px
}

.ant-calendar-range .ant-calendar-input, .ant-calendar-range .ant-calendar-time-picker-input {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 24px;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-calendar-range .ant-calendar-input::-moz-placeholder, .ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder, .ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
    color: #bfbfbf
}

.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder, .ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.ant-calendar-range .ant-calendar-input:hover, .ant-calendar-range .ant-calendar-time-picker-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important
}

.ant-calendar-range .ant-calendar-input:focus, .ant-calendar-range .ant-calendar-time-picker-input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -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)
}

.ant-calendar-range .ant-calendar-input-disabled, .ant-calendar-range .ant-calendar-time-picker-input-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1
}

.ant-calendar-range .ant-calendar-input-disabled:hover, .ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
    border-color: #e6d8d8;
    border-right-width: 1px !important
}

.ant-calendar-range .ant-calendar-input[disabled], .ant-calendar-range .ant-calendar-time-picker-input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1
}

.ant-calendar-range .ant-calendar-input[disabled]:hover, .ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
    border-color: #e6d8d8;
    border-right-width: 1px !important
}

textarea.ant-calendar-range .ant-calendar-input, textarea.ant-calendar-range .ant-calendar-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
}

.ant-calendar-range .ant-calendar-input-lg, .ant-calendar-range .ant-calendar-time-picker-input-lg {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px
}

.ant-calendar-range .ant-calendar-input-sm, .ant-calendar-range .ant-calendar-time-picker-input-sm {
    height: 24px;
    padding: 1px 7px
}

.ant-calendar-range .ant-calendar-input:focus, .ant-calendar-range .ant-calendar-time-picker-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-calendar-range .ant-calendar-time-picker-icon {
    display: none
}

.ant-calendar-range.ant-calendar-week-number {
    width: 574px
}

.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
    width: 286px
}

.ant-calendar-range .ant-calendar-year-panel, .ant-calendar-range .ant-calendar-month-panel, .ant-calendar-range .ant-calendar-decade-panel {
    top: 34px
}

.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
    top: 0
}

.ant-calendar-range .ant-calendar-decade-panel-table, .ant-calendar-range .ant-calendar-year-panel-table, .ant-calendar-range .ant-calendar-month-panel-table {
    height: 208px
}

.ant-calendar-range .ant-calendar-in-range-cell {
    position: relative;
    border-radius: 0
}

.ant-calendar-range .ant-calendar-in-range-cell>div {
    position: relative;
    z-index: 1
}

.ant-calendar-range .ant-calendar-in-range-cell::before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    left: 0;
    display: block;
    background: #e6f7ff;
    border: 0;
    border-radius: 0;
    content: ''
}

.ant-calendar-range .ant-calendar-footer-extra {
    float: left
}

div.ant-calendar-range-quick-selector {
    text-align: left
}

div.ant-calendar-range-quick-selector>a {
    margin-right: 8px
}

.ant-calendar-range .ant-calendar-header, .ant-calendar-range .ant-calendar-month-panel-header, .ant-calendar-range .ant-calendar-year-panel-header {
    border-bottom: 0
}

.ant-calendar-range .ant-calendar-body, .ant-calendar-range .ant-calendar-month-panel-body, .ant-calendar-range .ant-calendar-year-panel-body {
    border-top: 1px solid #e8e8e8
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
    top: 68px;
    z-index: 2;
    width: 100%;
    height: 207px
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
    height: 267px;
    margin-top: -34px
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
    height: 100%;
    padding-top: 40px;
    background: none
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
    display: inline-block;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #e8e8e8
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
    height: 100%
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
    max-height: 100%
}

.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
    margin-right: 8px
}

.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
    height: 22px;
    margin: 8px 12px;
    line-height: 22px
}

.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
    height: 233px
}

.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
    border-top-color: transparent
}

.ant-calendar-time-picker {
    position: absolute;
    top: 40px;
    width: 100%;
    background-color: #fff
}

.ant-calendar-time-picker-panel {
    position: absolute;
    z-index: 1050;
    width: 100%
}

.ant-calendar-time-picker-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    outline: none
}

.ant-calendar-time-picker-combobox {
    width: 100%
}

.ant-calendar-time-picker-column-1, .ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
    width: 100%
}

.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
    width: 50%
}

.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
    width: 33.33%
}

.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
    width: 25%
}

.ant-calendar-time-picker-input-wrap {
    display: none
}

.ant-calendar-time-picker-select {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 226px;
    overflow: hidden;
    font-size: 14px;
    border-right: 1px solid #e8e8e8
}

.ant-calendar-time-picker-select:hover {
    overflow-y: auto
}

.ant-calendar-time-picker-select:first-child {
    margin-left: 0;
    border-left: 0
}

.ant-calendar-time-picker-select:last-child {
    border-right: 0
}

.ant-calendar-time-picker-select ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-height: 206px;
    margin: 0;
    padding: 0;
    list-style: none
}

.ant-calendar-time-picker-select li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding-left: 32px;
    line-height: 24px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-time-picker-select li:last-child::after {
    display: block;
    height: 202px;
    content: ''
}

.ant-calendar-time-picker-select li:hover {
    background: #e6f7ff
}

li.ant-calendar-time-picker-select-option-selected {
    font-weight: bold;
    background: #f5f5f5
}

li.ant-calendar-time-picker-select-option-disabled {
    color: rgba(0, 0, 0, 0.25)
}

li.ant-calendar-time-picker-select-option-disabled:hover {
    background: transparent;
    cursor: not-allowed
}

.ant-calendar-time .ant-calendar-day-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 34px
}

.ant-calendar-time .ant-calendar-footer {
    position: relative;
    height: auto
}

.ant-calendar-time .ant-calendar-footer-btn {
    text-align: right
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
    float: left;
    margin: 0
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
    display: inline-block;
    margin-right: 8px
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
    color: rgba(0, 0, 0, 0.25)
}

.ant-calendar-month-panel {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
    outline: none
}

.ant-calendar-month-panel>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.ant-calendar-month-panel-hidden {
    display: none
}

.ant-calendar-month-panel-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-month-panel-header a:hover {
    color: #40a9ff
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select, .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select, .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select, .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow, .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow, .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow, .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
    display: none
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
    left: 7px
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
    content: '«'
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
    right: 7px
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
    content: '»'
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
    left: 29px
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
    content: '‹'
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
    right: 29px
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
    content: '›'
}

.ant-calendar-month-panel-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ant-calendar-month-panel-footer {
    border-top: 1px solid #e8e8e8
}

.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
    padding: 0 12px
}

.ant-calendar-month-panel-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
    color: #fff;
    background: #1890ff
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
    color: #fff;
    background: #1890ff
}

.ant-calendar-month-panel-cell {
    text-align: center
}

.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month, .ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
    color: rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
    cursor: not-allowed
}

.ant-calendar-month-panel-month {
    display: inline-block;
    height: 24px;
    margin: 0 auto;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.ant-calendar-month-panel-month:hover {
    background: #e6f7ff;
    cursor: pointer
}

.ant-calendar-year-panel {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
    outline: none
}

.ant-calendar-year-panel>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.ant-calendar-year-panel-hidden {
    display: none
}

.ant-calendar-year-panel-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-year-panel-header a:hover {
    color: #40a9ff
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select, .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select, .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select, .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow, .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow, .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow, .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
    display: none
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
    left: 7px
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
    content: '«'
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
    right: 7px
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
    content: '»'
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
    left: 29px
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
    content: '‹'
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
    right: 29px
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
    content: '›'
}

.ant-calendar-year-panel-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ant-calendar-year-panel-footer {
    border-top: 1px solid #e8e8e8
}

.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
    padding: 0 12px
}

.ant-calendar-year-panel-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.ant-calendar-year-panel-cell {
    text-align: center
}

.ant-calendar-year-panel-year {
    display: inline-block;
    height: 24px;
    margin: 0 auto;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.ant-calendar-year-panel-year:hover {
    background: #e6f7ff;
    cursor: pointer
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
    color: #fff;
    background: #1890ff
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
    color: #fff;
    background: #1890ff
}

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year, .ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-decade-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    outline: none
}

.ant-calendar-decade-panel-hidden {
    display: none
}

.ant-calendar-decade-panel-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-decade-panel-header a:hover {
    color: #40a9ff
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
    display: none
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
    left: 7px
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
    content: '«'
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
    right: 7px
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
    content: '»'
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
    left: 29px
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
    content: '‹'
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
    right: 29px
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
    content: '›'
}

.ant-calendar-decade-panel-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ant-calendar-decade-panel-footer {
    border-top: 1px solid #e8e8e8
}

.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
    padding: 0 12px
}

.ant-calendar-decade-panel-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.ant-calendar-decade-panel-cell {
    white-space: nowrap;
    text-align: center
}

.ant-calendar-decade-panel-decade {
    display: inline-block;
    height: 24px;
    margin: 0 auto;
    padding: 0 6px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.ant-calendar-decade-panel-decade:hover {
    background: #e6f7ff;
    cursor: pointer
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
    color: #fff;
    background: #1890ff
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
    color: #fff;
    background: #1890ff
}

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade, .ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-calendar-month .ant-calendar-month-header-wrap {
    position: relative;
    height: 288px
}

.ant-calendar-month .ant-calendar-month-panel, .ant-calendar-month .ant-calendar-year-panel {
    top: 0;
    height: 100%
}

.ant-calendar-week-number-cell {
    opacity: .5
}

.ant-calendar-week-number .ant-calendar-body tr {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ant-calendar-week-number .ant-calendar-body tr:hover {
    background: #e6f7ff
}

.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
    font-weight: bold;
    background: #bae7ff
}

.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date, .ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
    color: rgba(0, 0, 0, 0.65);
    background: transparent
} */

.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;
    overflow-x: hidden;
    overflow-y: auto;
}

.hrv-dropdown-menu-item {
    padding: 10px;
    cursor: pointer;
}

.hrv-dropdown-menu-item:hover {
    background: #F4F6F8;
}

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

.hrv-dropdown-menu-item-disabled {
    opacity: .3;
    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-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-next-input, .hrv-next-input--stylized {
    border: 1px solid #DAE3EA;
    color: #474747;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 9px 10px;
    border-radius: 3px;
    line-height: 16px;
    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: #0279C7;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.hrv-next-input--readonly, .hrv-next-input--readonly .hrv-next-input, .hrv-next-input[readOnly] {
    background: #F4F6F8;
}

.hrv-next-input--disabled {
    background: #F4F6F8;
}

.hrv-next-input--disabled .hrv-next-input, .hrv-next-input[disabled] {
    background: #F4F6F8;
    -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;
}

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

.hrv-next-input--has-border-right .hrv-next-input.hrv-next-input--invisible {
    border-right: 1px solid #DAE3EA;
    padding-right: 10px;
}
.hrv-next-input-checkbox {
    position: relative;
}

.hrv-next-input-checkbox .hrv-next-label--switch {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}

.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;
    color: rgba(71, 71, 71, 0.3);
}

.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;
    border: 1px solid #9CA7B2;
    background-color: #fff;
    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-color: #9CA7B2;
    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 .hrv-next-checkbox--styled .hrv-svg-next-icon {
    display: block;
    top: 1px;
    left: 2px;
    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 .hrv-next-checkbox:checked~.hrv-next-checkbox--styled {
    background-color: #0279C7;
    border-color: transparent;
}

.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 .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 {
    border-color: transparent;
    background: rgba(0, 124, 206, 0.3);
}

.hrv-next-input-checkbox.hrv-input-disabled .hrv-next-checkbox:not(:checked)~.hrv-next-checkbox--styled {
    border: 1px solid rgba(156, 167, 178, 0.3);
    background: #fff;
}
.react-bootstrap-daterangepicker-container {
    display: block !important;
    cursor: pointer;
}

.daterangepicker {
    border: 1px solid #DAE3EA;
    z-index: 1060;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.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: #DAE3EA;
}

.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: #0279C7;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    border: 1px solid #DAE3EA;
    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: #9CA7B2;
}

.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: #0279C7;
}

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

.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: #0279C7;
    border: 1px solid #0279C7;
    box-shadow: none;
    color: #fff;
}

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

.daterangepicker .drp-buttons .btn-default {
    background: #fff;
    border: 1px solid #9CA7B2;
    box-shadow: none;
    color: #474747;
}

.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: #474747;
    opacity: 0.3;
}

.hrv-daterangepicker {
    border: 1px solid #DAE3EA;
    color: #474747;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    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: #ffffff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.hrv-daterangepicker.hrv-daterangepicker--disabled {
    background: #F4F6F8;
    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: 10px;
}

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

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

.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: #0279C7;
    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: #474747;
    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: #0279C7
}

.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: #0279C7;
    border-right-width: 1px!important
}

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

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

.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: 3px;
    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 #DAE3EA;
    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: 40%
}

.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-up:hover {
    height: 60%!important
}

.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:hover {
    height: 60%!important
}

.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(0, 0, 0, .25)
}
.hrv-next-input-radio {
    position: relative;
    margin-bottom: 10px;
}

.hrv-next-input-radio .hrv-next-label--switch {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}

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

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

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

.hrv-next-input-radio .hrv-next-radio--styled::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    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 {
    border-color: #0279C7;
}

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

.hrv-next-input-radio.hrv-next-input-radio--readonly>.hrv-next-label--switch, .hrv-next-input-radio.hrv-next-input-radio--readonly .hrv-next-radio, .hrv-next-input-radio.hrv-next-input-radio--readonly .hrv-next-radio--styled {
    cursor: default;
}

.hrv-next-input-radio.hrv-next-input-radio--readonly .hrv-next-radio:checked~.hrv-next-radio--styled {
    border-color: #0279c74d;
}

.hrv-next-input-radio.hrv-next-input-radio--readonly .hrv-next-radio:checked~.hrv-next-radio--styled:after {
    background: #0279c74d;
}

.hrv-next-input-radio.hrv-next-input-radio--readonly .hrv-next-radio:not(:checked)~.hrv-next-radio--styled {
    border-color: #DFE1E5;
}

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

.hrv-eform-item-errors .hrv-next-radio--styled {
    border-color: #DB524B;
}
@-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: #0279C7;
    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-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: #36b37e;
    background-color: #e3fcef;
}

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

.hrv-messagebar.hrv-messagebar--status-info {
    border-color: #0279C7;
    background-color: #F4F6F8;
}

.hrv-messagebar.hrv-messagebar--status-warning {
    border-color: #ffab00;
    background-color: #fffae5;
}
.modal .hrv-modal .modal-content {
    -webkit-box-shadow: 0 5px 10px 0 rgba(33, 33, 33, 0.1);
    box-shadow: 0 5px 10px 0 rgba(33, 33, 33, 0.1);
    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: 20px;
    border-top: 0;
    border-bottom: 1px solid #DAE3EA;
}

.modal .hrv-modal .modal-content .hrv-modal-header .hrv-modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.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: 20px;
}

.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: 20px;
    border-top: 0;
    border-top: 1px solid #DAE3EA;
}

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

.modal .hrv-modal .modal-content .hrv-modal-footer .hrv-btn {
    margin-left: 10px;
    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;
}

.modal.show .hrv-modal.modal-dialog {
    -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: 420px;
    }
    .hrv-modal.modal-md {
        max-width: 720px;
    }
    .hrv-modal.modal-lg {
        max-width: 960px;
    }
}

@-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;
    margin-bottom: 6px;
}

.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: 36px;
    min-width: 36px;
    line-height: 34px;
    border-radius: 3px;
    border: 1px solid #DAE3EA;
    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: #474747;
    display: block;
}

.hrv-pagination--item.hrv-pagination--item-active, .hrv-pagination--item:hover {
    border-color: #0279C7;
}

.hrv-pagination--item.hrv-pagination--item-active:hover .hrv-pagination--link {
    color: #0279C7;
}

.hrv-pagination--item.hrv-pagination--disabled {
    background: #F4F6F8;
    border-color: #DAE3EA;
    color: hsla(0, 0%, 28%, 0.3);
    cursor: not-allowed;
}

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

.hrv-pagination-dropdown .hrv-pagination-dropdown--text {
    font-size: 14px;
    line-height: 36px;
    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 #DAE3EA;
    background: #FFF;
    min-width: 70px;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
}

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

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

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

.hrv-pagination-dropdown--popup a {
    color: #474747;
}
.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: 3px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

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

.hrv-popover-inner-content {
    color: #474747;
}

.hrv-popover-message {
    padding: 4px 0 12px;
    font-size: 14px;
    color: #474747;
    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: 100px;
}

.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: #f5f5f5;
    border-radius: 100px;
    vertical-align: middle;
    position: relative;
}

.hrv-progress-outer .hrv-progress-inner .hrv-progress-bg {
    background-color: #1890ff;
    -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-text {
    font-size: 12px;
    text-align: right
}

.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: #474747;
    -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: #0279C7;
    border-right-width: 1px!important
}

.hrv-select-auto-complete.hrv-select .hrv-input[disabled] {
    background-color: #f5f5f5;
    opacity: 1;
    cursor: not-allowed;
    color: rgba(0, 0, 0, .25)
}

.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: #474747;
    -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: #9CA7B2;
    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: 3px;
    border: 1px solid #DAE3EA;
    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: #0279C7;
    border-right-width: 1px!important
}

.hrv-select-focused .hrv-select-selection, .hrv-select-selection:active, .hrv-select-selection:focus {
    border-color: #0279C7;
    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(0, 0, 0, .25);
    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(0, 0, 0, .45)
}

.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(71, 71, 71, 0.3);
}

.hrv-select-disabled .hrv-select-selection {
    background: #f4f6f8;
    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: #DAE3EA;
    -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: #f5f5f5;
    color: #aaa;
    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: 10px;
    margin-right: 10px;
    position: relative;
    padding: 8px 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(0, 0, 0, .25);
    cursor: default
}

.hrv-select-disabled .hrv-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, .25)
}

.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: #bfbfbf;
    max-width: 100%;
    margin-top: -10px;
    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: 3px;
    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: 4px 0 7px;
    float: left;
    width: 100%;
}

.hrv-select-selection--multiple .hrv-select-selection__rendered>ul>li, .hrv-select-selection--multiple>ul>li {
    margin-top: 3px;
    height: 20px;
}

.hrv-select-selection--multiple .hrv-select-selection__choice {
    color: #fff;
    background-color: #9CA7B2;
    border: 1px solid #9CA7B2;
    border-radius: 50px;
    cursor: default;
    float: left;
    margin-right: 10px;
    max-width: 99%;
    position: relative;
    overflow: hidden;
    -webkit-transition: padding .3s cubic-bezier(.645, .045, .355, 1);
    transition: padding .3s cubic-bezier(.645, .045, .355, 1);
    padding: 0 20px 0 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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    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: #fff;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 4px;
}

.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(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hrv-select-open .hrv-select-selection {
    border-color: #0279C7;
    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: #474747;
    margin: 0;
    padding: 0;
    list-style: none;
    font-variant: normal;
    background-color: #fff;
    border: 1px solid #DADADA;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1061;
    left: -9999px;
    top: -9999px;
    position: absolute;
    outline: none;
    font-size: 14px
}

.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: antSlideUpIn;
    animation-name: antSlideUpIn
}

.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: antSlideDownIn;
    animation-name: antSlideDownIn
}

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

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

.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: rgba(0, 0, 0, .45);
    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: 9px 12px;
    font-weight: 400;
    color: #474747;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.hrv-select-dropdown-menu-item:hover {
    background-color: #f4f6f8;
}

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

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

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

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

.hrv-select-dropdown-menu-item-selected, .hrv-select-dropdown-menu-item-selected:hover {
    background-color: #fafafa;
    font-weight: 600;
    color: rgba(0, 0, 0, .65)
}

.hrv-select-dropdown-menu-item-active {
    background-color: #f4f6f8;
}

.hrv-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #DAE3EA;
    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:hover .hrv-select-selected-icon {
    color: #ddd
}

.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 {
    color: #0279C7;
    display: inline-block
}

.hrv-select-dropdown-container-open .hrv-select-dropdown, .hrv-select-dropdown-open .hrv-select-dropdown {
    display: block
}
/* 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 {
    height: 8px;
    position: relative;
}

.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: 28px
}

@media (min-width: 400px) {
    .hrv-skeleton-display-text--sizeLarge {
        height: 32px
    }
}
.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;
    line-height: 1.5;
    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: 22px;
    min-width: 44px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 100px;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.25);
    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-loading-icon, .hrv-switch:after {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 1px;
    top: 1px;
    border-radius: 18px;
    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: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2)
}

.hrv-switch:active:before, .hrv-switch:active:after {
    width: 24px
}

.hrv-switch-loading-icon {
    background: transparent;
    z-index: 1;
    display: none;
    font-size: 12px
}

.hrv-switch-loading-icon svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.hrv-switch-loading .hrv-switch-loading-icon {
    display: inline-block;
    color: rgba(0, 0, 0, 0.65)
}

.hrv-switch-checked.hrv-switch-loading .hrv-switch-loading-icon {
    color: #1890ff
}

.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-loading-icon {
    width: 12px;
    height: 12px
}

.hrv-switch-small.hrv-switch-checked .hrv-switch-inner {
    margin-left: 3px;
    margin-right: 18px
}

.hrv-switch-small.hrv-switch-checked .hrv-switch-loading-icon {
    left: 100%;
    margin-left: -13px
}

.hrv-switch-small.hrv-switch-loading .hrv-switch-loading-icon {
    -webkit-transform: scale(.66667);
    -ms-transform: scale(.66667);
    transform: scale(.66667);
    font-weight: bold
}

.hrv-switch-checked {
    background-color: #1890ff
}

.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: -1px
}

.hrv-switch-checked .hrv-switch-loading-icon {
    left: 100%;
    margin-left: -19px
}

.hrv-switch-loading, .hrv-switch-disabled {
    cursor: not-allowed;
    opacity: .4
}

.hrv-switch-loading *, .hrv-switch-disabled * {
    cursor: not-allowed
}

@-webkit-keyframes AntSwitchSmallLoadingCircle {
    0% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(0deg) scale(.66667);
        transform: rotate(0deg) scale(.66667)
    }
    100% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(360deg) scale(.66667);
        transform: rotate(360deg) scale(.66667)
    }
}

@keyframes AntSwitchSmallLoadingCircle {
    0% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(0deg) scale(.66667);
        transform: rotate(0deg) scale(.66667)
    }
    100% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(360deg) scale(.66667);
        transform: rotate(360deg) scale(.66667)
    }
}
.hrv-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.hrv-table-container .hrv-table {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    border-radius: 3px;
}

.hrv-table-container .hrv-table thead th, .hrv-table-container .hrv-table tbody td, .hrv-table-container .hrv-table tfoot td {
    padding: 18px 10px;
}

.hrv-table-container .hrv-table.hrv-table--vertical-top tbody td, .hrv-table-container .hrv-table.hrv-table--vertical-top tfoot td {
    vertical-align: top;
}

.hrv-table-container .hrv-table.hrv-table--vertical-middle tbody td, .hrv-table-container .hrv-table.hrv-table--vertical-middle tfoot td {
    vertical-align: middle;
}

.hrv-table-container .hrv-table.hrv-table--vertical-bottom tbody td, .hrv-table-container .hrv-table.hrv-table--vertical-bottom tfoot td {
    vertical-align: bottom;
}

.hrv-table-container .hrv-table thead th:first-child, .hrv-table-container .hrv-table tbody td:first-child, .hrv-table-container .hrv-table tfoot td:first-child {
    padding-left: 20px;
}

.hrv-table-container .hrv-table thead th:last-child, .hrv-table-container .hrv-table tbody td:last-child, .hrv-table-container .hrv-table tfoot td:last-child {
    padding-right: 20px;
}

.hrv-table-container .hrv-table thead th {
    border-bottom: 1px solid #DAE3EA;
    font-weight: bold;
    color: #9CA7B2;
    line-height: 18px;
    font-size: 14px;
    background: #F4F6F8;
}

.hrv-table-container .hrv-table tbody td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DAE3EA;
}

.hrv-table .hrv-table-action--item {
    display: inline-block;
    background: #fff;
    color: #9CA7B2;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.hrv-table .hrv-table-action--item.has-border {
    border: 1px solid #9CA7B2;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.hrv-table .hrv-table-action--item+.hrv-table-action--item {
    margin-left: 7px;
}

.hrv-table .hrv-table-action--item.has-border:hover {
    background: #f4f6f8;
}
.hrv-ui-textarea {
    font-weight: 400;
    line-height: 24px;
    text-transform: initial;
    letter-spacing: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #DAE3EA;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #474747;
    display: block;
    margin: 0;
    max-width: unset;
    min-height: 0;
    padding: 5px 10px;
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    outline: none;
    resize: none;
}

.hrv-ui-textarea[disabled], .hrv-ui-textarea[readonly] {
    background-color: #f4f6f8;
}

.hrv-ui-textarea[disabled] {
    cursor: not-allowed;
}

.hrv-ui-textarea:not([disabled]):not([readonly]):focus {
    border: 1px solid #0279C7;
}
.hrv-time-picker-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    z-index: 1050;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}

.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: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.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: 7px 2px 7px 12px;
    border-bottom: 1px solid #e8e8e8
}

.hrv-time-picker-panel-input-invalid {
    border-color: #f5222d
}

.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 #e8e8e8
}

.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 {
    background: #e6f7ff
}

li.hrv-time-picker-panel-select-option-selected {
    font-weight: bold;
    background: #f5f5f5
}

li.hrv-time-picker-panel-select-option-selected:hover {
    background: #f5f5f5
}

li.hrv-time-picker-panel-select-option-disabled {
    color: rgba(0, 0, 0, 0.25)
}

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 #e8e8e8
}

.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: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    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: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    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: #40a9ff;
    border-right-width: 1px !important
}

.hrv-time-picker-input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -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)
}

.hrv-time-picker-input-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    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: #f5f5f5;
    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: #f5f5f5;
    cursor: not-allowed;
    opacity: 1
}

.hrv-time-picker-input[disabled]:hover {
    border-color: #e6d8d8;
    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
}

.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: 1060;
    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-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: #0279C7;
}

/* .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;
}




.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;
}