
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #ccc;
}

::-webkit-scrollbar-track {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background: transparent;
}

.fa {
    font-display: swap !important;
}

.btn {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s ease;
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-xs {
    /*border-radius: 0px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 10px;
    /*padding-left: 8px;*/
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 10px;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
}

.dropdown-menu {
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu-item-description {
    font-size: 12px;
    color: #CCCCCC;
    margin-left: 5px;
}

.form-control {
    border-radius: 10px;
}

.modal-content {
    border-radius: 10px;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    /*border-top-right-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    /*border-top-left-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
}

[role=selection-dialog] {
    font-size: 14px;
}

/*.selection li {*/
/*list-style: none;*/
/*display: inline-block;*/
/*border: 1px solid #CCCCCC;*/
/*cursor: pointer;*/
/*padding: 3px 10px;*/
/*margin-right: 10px;*/
/*user-select: none;*/
/*}*/

/*.selection li:hover {*/
/*border: 1px solid #00AAEF;*/
/*}*/

/*.selection li.selected {*/
/*border: 1px solid #00AAEF;*/
/*background: url("../images/checked_bottom.png") no-repeat right -1px bottom -1px;*/
/*}*/

.modal-open {
    /*overflow: scroll !important;*/
}

/*.selectable {*/
/*padding: 1px 2px;*/
/*border: 1px solid #CCCCCC;*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*-webkit-touch-callout: none;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*font-size: 12px;*/
/*list-style: none;*/
/*display: inline-block;*/
/*margin-right: 2px;*/
/*margin-bottom: 2px;*/
/*}*/

/*.selectable:not(.selected):not(.disabled):hover {*/
/*color: #333;*/
/*background-color: #e6e6e6;*/
/*border-color: #adadad;*/
/*}*/

/*.selectable.disabled {*/
/*color: #CCCCCC;*/
/*border-color: #dddddd;*/
/*cursor: not-allowed;*/
/*}*/

/*.selectable.selected.disabled {*/
/*cursor: not-allowed;*/
/*filter: alpha(opacity=65);*/
/*-webkit-box-shadow: none;*/
/*box-shadow: none;*/
/*opacity: .65;*/
/*}*/

/*.selectable.selected {*/
/*border-color: #398439;*/
/*color: #ffffff;*/
/*background: #449d44;*/
/*!*background-image: none;*!*/
/*!*outline: 0;*!*/
/*!*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*!*/
/*!*box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*!*/
/*}*/

/*.selectable.selected:not(.disabled):hover {*/
/*color: #fff;*/
/*background-color: #398439;*/
/*border-color: #255625;*/
/*}*/

.selectable {
    display: inline-block;
    background: #ffffff no-repeat right bottom;
    background-size: 8px;
    /*line-height: 30px;*/
    font-size: 12px;
    padding: 2px 4px 2px 2px;
    border: 1px solid #cccccc;
    cursor: pointer;
    user-select: none;
    margin-right: 1px;
    margin-bottom: 1px;
    transition: all 0.2s ease;
}

.selectable.active {
    background-color: #C1EAFB;
    border: 1px solid #00AAEF;
}

.selectable:not(.disabled):not(.active):hover {
    /*background-color: #C1EAFB;*/
    background-color: #f0f8fc;
    border: 1px solid #00AAEF;
}

.selectable.disabled {
    border: 1px solid #7F7F7F;
    cursor: not-allowed;
    opacity: .5;
}

.selectable.selected.disabled {
    background: #ffffff url(../images/checked_bottom_grey.png) no-repeat right bottom;
    background-size: 8px;
    border: 1px solid #7F7F7F;
    cursor: not-allowed;
    opacity: .5;
}

.selectable.active.disabled {
    background-color: #cccccc;
}

.selectable.selected {
    background-image: url(../images/checked_bottom.png);
    background-size: 8px;
    border: 1px solid #00AAEF;
    /*background-color: #C1EAFB;*/
}

.jinghuasoft-radio {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
    user-select: none;
    float: left;
}

.jinghuasoft-radio.disabled {
    color: #cccccc;
}

.jinghuasoft-radio:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #01cd78;
    content: "\a0";
    /*content: "\f10c";*/
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 2px;
    border-radius: 50%;
    border: 1px solid #01cd78;
    /* text-indent: .15em; */
    margin-bottom: 2px;
    /* line-height: 1; */
}

.jinghuasoft-radio.disabled:before {
    color: #cccccc;
    border: 1px solid #cccccc;
}

.jinghuasoft-radio.checked:before {
    background-color: #01cd78;
    background-clip: content-box;
    padding: 2px;
}

.jinghuasoft-radio.checked.disabled:before {
    background-color: #cccccc;
}

.jinghuasoft-radio:not(.checked):before {
    padding: 2px;
}

.jinghuasoft-checkbox {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
    user-select: none;
    float: left;
}

.jinghuasoft-checkbox.disabled {
    color: #cccccc;
}

.jinghuasoft-checkbox:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 2px;
    border-radius: 2px;
    border: 1px solid #01cd78;
    color: #01cd78;
    /* text-indent: .15em; */
    margin-bottom: 2px;
    /* line-height: 1; */
}

.jinghuasoft-checkbox.disabled:before {
    border: 1px solid #cccccc;
    color: #cccccc;
}

.jinghuasoft-checkbox.disabled:before {
    border: 1px solid #cccccc;
    color: #cccccc;
}

.jinghuasoft-checkbox.checked:before {
    content: "\f00c";
}

.jinghuasoft-checkbox:not(.checked):before {
    padding: 2px;
}

.ekko-lightbox .modal-footer {
    text-align: center;
}

.theme-green {
    color: #00B766;
}

.theme-yellow {
    color: #E18B38;
}

.theme-purple {
    color: #AC7ABF;
}

.theme-blue {
    color: #4F8FCD;
}

.theme-red {
    color: #EB646A;
}

.theme-black {
    color: #666666;
}

.theme-gray {
    color: #cccccc;
}

.hover-red:hover {
    color: #EB646A;
}

table th:hover {
    background-color: #D9EBF9;
}

.label-purple {
    background-color: #AC7ABF;
    color: #FFFFFF;
}

table th.sortable {
    cursor: pointer;
    padding-right: 15px !important;
    position: relative;
}

table th:after {
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 20px;
    color: #cccccc;
    position: absolute;
    right: 5px;
}

table th.sortable:after {
    color: #cccccc;
    content: "\f0dc";
}

table th.desc:after {
    content: "\f0dd" !important;
    color: #333333 !important;
}

table th.asc:after {
    content: "\f0de" !important;
    color: #333333 !important;
}

table th.sortable:hover:after {
}

table th .resizable {
    position: absolute;
    user-select: none;
    cursor: ew-resize;
    height: 29px;
    width: 5px;
    bottom: 0px;
    right: 0px;
}

table th:hover .resizable {
    /*background-color: #0a83d5;*/
}

table th .resizable:hover {
    background-color: #0a83d5;
}

table th .resizable.resizing {
    background-color: #0a83d5;
}

a.disabled {
    cursor: not-allowed;
    text-decoration: none;
    color: #cccccc;
}

a.disabled:focus, a.disabled:hover {
    cursor: not-allowed;
    text-decoration: none;
    color: #cccccc;
}

img[role="inline-image"] {
    max-height: 20px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 10px;
}

img[role="inline-file-icon"] {
    max-height: 20px;
}

[role="progressbar-message-error"] {
    color: red;
}

select {
    padding-bottom: 4px;
}

.canvas-droppable-active {
    /*border: 1px solid #0b58a2;*/
    background: rgba(134, 201, 254, 0.31) !important;
}

.canvas-droppable-hover {
    background: #79b7e7 !important;
}

.locked {

}

.locked:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f023";
    margin-right: 5px;
}

.inline-editor-buttons {

}

.inline-editor-buttons:first-child {
    border-top-left-radius: 0px;
}

.inline-editor-buttons:last-child {
    border-top-right-radius: 0px;
}

.pre {
    background: transparent;
    border: 0px transparent;
    font-size: inherit;
    padding: 0px;
    color: #333333;
    line-height: inherit;
    margin: 0px;
    /*font-size: 12px;*/
    width: 100%;
    max-width: 100%;
    /* word-wrap: break-word; */
    white-space: pre-wrap;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pre-short {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.wrap {
    white-space: pre-wrap;
    word-break: break-word;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
}

.tip {
    font-size: 12px;
    color: #CCCCCC;
}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.button-spinner {
    -webkit-transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
    margin-right: 5px;
}

.button-spinner-right {
    margin-right: 0px;
    margin-left: 5px;
}

.table-bordered-dark, .table-bordered-dark td, .table-bordered-dark th {
    border-color: #666666 !important;
}

.table tr.selected td {
    background: #f5f5f5;
}

.stars-render {
    padding: 6px;
}

.stars-render i {
    color: #FFB001;
    font-size: 16px;
}

.stars-editor {
    min-width: 150px;
    display: inline-block;
    padding: 6px;
    background-color: #ffffff;
}

.stars-editor i {
    color: #FFB001;
    cursor: pointer;
    padding: 0px 5px;
    font-size: 16px;
}

.stars-editor i:hover {
    color: #DB9602;
}

/*手机上加宽*/
ons-page .stars-render i:not(:first-child) {
    padding-left: 10px;
}

/*手机上加宽*/
ons-page .stars-editor i:not(:first-child) {
    padding-left: 10px;
}

.stars-label {
    color: #cccccc;
    margin-left: 5px;
}

input.percent {
    /*width: 100px !important;*/
    width: 100px;
}

[role="tags"] {

}

[role="tag"] {
    border: 1px solid #DB9602;
    padding: 2px 5px;
    margin-bottom: 1px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    user-select: none;
    font-size: 12px;
}


[role="tag"]:not(:first-child) {
    margin-left: 5px;
}

[role="tag"].selected {
    background: #DB9602;
    color: #ffffff;
}

.tag {
    border: 1px solid #DB9602;
    padding: 2px 5px;
    margin-bottom: 1px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    user-select: none;
    font-size: 12px;
}


.tag:not(:first-child) {
    margin-left: 5px;
}

.tag.selected {
    background: #DB9602;
    color: #ffffff;
}

[role="related-editor"] {
    position: relative;
    border: 1px solid #cccccc;
    cursor: text;
    background: #ffffff;
    line-height: 20px;
    padding: 5px;
    /*max-width: 200px;*/
    min-width: 240px;
    border-radius: 10px;
}

[role="related-editor"] input {
    border: 0px transparent;
    background: transparent;
    outline: none;
    /*max-width: 50px;*/
}

[role="related-editor"].related-editor-active:not(.related-editor-disabled) {
    border-color: #0a95bf !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

[role="related-editor"] [role="related-editor-value"] {
    display: inline-block;
    cursor: pointer;
    border: 1px transparent;
}

[role="related-editor"].related-editor-has-value [role="related-editor-value"] {
    /*border-color: #4cae4c;*/
    /*background: #5cb85c;*/
    /*color: #ffffff;*/
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

[role="related-editor"].related-editor-disabled [role="related-editor-value"] {
    color: #CCCCCC !important;
}

/*[role=related-editor].related-editor-has-value [role=related-editor-value]:hover {*/
/*background-color: #398439;*/
/*border-color: #255625;*/
/*}*/

/*[role=related-editor].related-editor-has-value [role=related-editor-value].active {*/
/*background-color: #398439;*/
/*border-color: #255625;*/
/*}*/

[role="related-editor"] [role="related-editor-value-clear"] {
    display: none;
}

[role="related-editor"].related-editor-has-value [role="related-editor-value-clear"] {
    display: inline-block;
}

[role="related-editor"].related-editor-has-value:not(.related-editor-disabled) [role="related-editor-value-clear"]:hover {
    color: #d87a68;
}

[role="related-editor"] [role="related-editor-buttons"] {
    position: absolute;
    right: 0px;
    top: 7px;
}

[role="related-editor"] [role="related-editor-btn-dropdown"] {
    float: right;
    cursor: pointer;
    margin: -1px 5px 5px;
    padding: 2px;
}

[role="related-editor"]:not(.related-editor-disabled) [role="related-editor-btn-dropdown"]:hover {
    color: #d87a68;
}

[role="related-editor"]:not(.related-editor-disabled) [role="related-editor-btn-search"] {
    cursor: pointer;
}

[role="related-editor"]:not(.related-editor-disabled) [role="related-editor-btn-search"]:hover {
    color: #d87a68;
}

[role="related-editor"].related-editor-disabled {
    color: #CCCCCC !important;
}

[role="inline-editor-related-values"] {
    /*overflow-y: auto;*/
    /*max-height: 300px;*/
    /*padding: 2px 5px 5px;*/
    background: #FFFFFF;
}

[role="inline-editor-related-value"] [role="inline-editor-related-value-buttons"] {
    visibility: hidden;
    color: #CCCCCC;
}

[role="inline-editor-related-value"]:hover [role="inline-editor-related-value-buttons"] {
    visibility: visible;
}

[role="inline-editor-related-value"] [role="inline-editor-related-value-buttons"]:hover {
    /*color: red;*/
    color: #ffffff;
}

[role="inline-editor-related-values"] hr {
    margin: 3px 0px;
}

[role="drop-down-pagination"] {
    display: inline-block;
    /*float: right;*/
}

[role="drop-down-pagination"] a {
    padding: 5px 2px;
}

[role="inline-editor-related-value"] {
    cursor: pointer;
    padding: 2px 5px;
}

[role="inline-editor-related-value"]:not(.selected):hover {
    background: #eeeeee;
}

[role="inline-editor-related-value"].selected {
    background: #0b93d5;
    color: #ffffff;
}

.inline-editor-related-btn {
    cursor: pointer;
    padding-left: 1px;
    padding-right: 1px;
}

.inline-editor-related-btn:hover {
    color: #0b93d5;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(-90deg);
}

body {
    background: #ecf0f5;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background-color: #0b93d5 !important;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:hover {
    background-color: #1390d5 !important;
}

.bootstrap-select.btn-group .dropdown-menu li.selected span {
    color: #ffffff !important;
}

[contentEditable=true][placeholder]:empty:not(:focus):before {
    content: attr(placeholder);
    color: #cccccc;
    /*font-style:italic;*/
}

.modal-header .like {
    margin-top: 2px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    /*opacity: 0.2;*/
    margin-right: 20px;
    outline: none;
}

.modal-header .like:hover, .modal-header .like:focus {
    color: rgb(0, 0, 0);
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

.modal-header button.like {
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.no-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[role="detail-view-button"] {
    margin-top: 5px;
}

[role="related-editor-dropdown"] {
    z-index: 1000;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

[role="inline-editor-related-value"]:not(:first-child) {
    /*border-top: 1px solid #cccccc;*/
}

[role="inline-editor-related-value-sub-name"] {
    overflow: hidden;
    color: #cccccc;
    font-size: 12px;
}

[role="knobs"] [role="knob"] {

}

[role="knobs"] [role="knob"]:not(:first-child) {
    margin-left: 10px;
}

.excel-note-container {
    position: relative;
    overflow: hidden;
    /*background-color: yellow !important;*/
}

.excel-note-container .excel-note {
    display: inline-block;
    background-color: red;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    transform: rotate(45deg);
}

.alert-default {
    background-color: #dddddd;
    border: 1px solid #cccccc;
    color: #666666;
}

.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.modal-header {
    padding: 10px;
}

.modal-footer {
    padding: 10px;
}

.bootstrap-select button.dropdown-toggle {
    background-color: #ffffff;
    outline: none;
    /*max-width: 220px;*/
    min-width: 70px;
    padding-right: 5px;
    transition: none !important;
}

/*.datepicker.dropdown-menu {*/
/*    height: 245px;*/
/*    width: 210px;*/
/*    z-index: 2000 !important;*/
/*    text-indent: 0px !important;*/
/*}*/

/*.datepicker {*/
/*    z-index: 1151 !important;*/
/*}*/

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input {
    border: 1px solid #cccccc;
    color: #555;
}

.input:disabled {
    background-color: #eeeeee;
}

.input:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.nav-pills > li > a {
    border-bottom: 3px solid transparent;
}

.control-label.required {
}

.control-label.required:before {
    content: "*";
    color: #d34d17;
    margin-right: 5px;
}

.control-label.required-left {
}

.control-label.required-left:before {
    content: "*";
    color: #d34d17;
    margin-right: 5px;
}

.control-label.required-right {
}

.control-label.required-right:after {
    content: "*";
    color: #d34d17;
    margin-right: 5px;
}

.switch label {
    margin-bottom: 0px;
}

.progress-bar-default {
    background-color: #AAAAAA;
}

.url {
    word-break: break-all;
}

.cross-module-item {
    /*background-image: url(../images/admin/cross-module-item.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: left;*/
    /*background-position-y: top;*/
    background-color: #EBF4FB !important;
}

.tab-placeholder {
    display: inline-block;
    background-color: yellow;
    /*background-color: #f33918;*/
}

.column-placeholder {
    display: inline-block;
    background-color: #f33918;
    height: 30px;
}

.box {
    border-top-width: 2px;
}

/* fix bootstrap-select blank height */
.bootstrap-select .filter-option-inner-inner {
    min-height: 20px;
}

.form-group-hover {

}

.form-group-hover:hover {
    background-color: #EEEEEE;
}

/* hide tinymce upgrade button */
.tox .tox-promotion {
    display: none !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333;
}

.tooltip-inner {
    background-color: #333;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    border-radius: 5px;
    /*margin-top: 10px;*/
}

.blink {
    width: 10px;
    height: 10px;
    /*background: #f583a1;*/
    border-radius: 50%;
    background-color: #ee402d;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@keyframes blink-scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.blink:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ee402d;
    opacity: 0.7;
    animation: blink-scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.title-blink {
    /*animation: title-blink 1s 3;*/
    /*animation: title-blink 2s infinite;*/
    animation: title-blink 1s infinite;
}

@keyframes title-blink {
    50% {
        /*color: transparent;*/
        opacity: 0.1;
    }
}

.hover-display-only-parent {

}

.hover-display-only-parent .hover-display-only-children {
    display: none;
}

.hover-display-only-parent:hover .hover-display-only-children {
    display: inline-block;
}

.hover-visible-only-parent {

}

.hover-visible-only-parent .hover-visible-only-children {
    visibility: hidden;
}

.hover-visible-only-parent:hover .hover-visible-only-children {
    visibility: visible;
}

.btn-blue {
    background-color: #4285F8;
    border-color: #4285F8;
    color: #FFFFFF;
}

.btn-blue:hover, .btn-blue:active, .btn-blue.hover {
    background-color: #2671f3;
    color: #FFFFFF;
}

.nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: transparent !important;
    border-bottom-color: #3c8dbc !important;
    color: #3c8dbc !important;
    background-color: inherit !important;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.table-bordered > thead > tr > th {
    background-color: #FAFAFA;
}

.table-bordered2 {
    border-color: transparent !important;
}

.table-bordered2 > thead > tr > th, .table-bordered2 > tbody > tr > th, .table-bordered2 > tfoot > tr > th, .table-bordered2 > thead > tr > td, .table-bordered2 > tbody > tr > td, .table-bordered2 > tfoot > tr > td {
    border: 1px solid transparent !important;
    border-bottom-color: #EEEEEE !important;
}

.table-bordered2 > thead > tr > th {
    background-color: #FAFAFA !important;
}

.table-bordered2 > tfoot > tr > td {
    border-top-color: #EEEEEE !important;
}

.btn-darkviolet {
    background-color: darkviolet;
    border-color: darkviolet;
    color: #FFFFFF;
}

.btn-darkviolet:hover {
    background-color: #7a02ad;
    border-color: #7a02ad;
    color: #FFFFFF;
}

.btn-chartreuse {
    background-color: chartreuse;
    border-color: chartreuse;
    color: #333333;
}

.btn-chartreuse:hover {
    background-color: #76ea02;
    border-color: #76ea02;
    color: #333333;
}

.btn-cornflowerblue {
    background-color: cornflowerblue;
    border-color: cornflowerblue;
    color: #FFFFFF;
}

.btn-cornflowerblue:hover {
    background-color: #2f73ea;
    border-color: #2f73ea;
    color: #FFFFFF;
}

.btn-purple {
    background-color: #AC7ABF;
    border-color: #AC7ABF;
    color: #FFFFFF;
}

.btn-purple:hover {
    background-color: #a95dc5;
    border-color: #a95dc5;
    color: #FFFFFF;
}

.btn-fuchsia {
    background-color: #f012be;
    border-color: #f012be;
    color: #FFFFFF;
}

.btn-fuchsia:hover {
    background-color: #c7049b;
    border-color: #c7049b;
    color: #FFFFFF;
}

.btn-dark {
    background-color: #526069;
    border-color: #526069;
    color: #FFFFFF;
}

.btn-dark:hover {
    background-color: #40505b;
    border-color: #40505b;
    color: #FFFFFF;
}

.nav-dynamic-wrapper {
    position: relative;
}

.nav-dynamic-wrapper [role="nav-dynamic-indicator"] {
    position: absolute;
    /*bottom: 0px;*/
    left: 0px;
    background-color: #3c8dbc;
    height: 3px;
    transition: width 0.5s ease;
    transition: left 0.5s ease;
    /** top will break width/left transition. */
    /*transition: top 0.5s ease;*/
}

.nav-dynamic-wrapper .nav-pills > li > a {
    border-bottom-width: 0px !important;
}

@keyframes btnFadeIn {
    from {
        opacity: 0.8;
        /*transform: translateY(10px);*/
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        /*transform: translateY(0);*/
        transform: translateY(-5px);
    }
}

.btn-hover:hover {
    animation: btnFadeIn 0.3s ease-out forwards;
}

.popover-message {
    padding: 10px 10px 0px;
}

/*.hidden-for-domain {*/
/*    display: none !important;*/
/*}*/

/* 闪烁光标样式 */
.cursor {
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #666;
    margin-left: 2px;
    animation: cursor_blink 0.2s infinite alternate;
}

/* 光标闪烁动画 */
@keyframes cursor_blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.span-loading {
    width: 3px;
    height: 3px;
    border-radius: 2px;
    /*background: #68b2ce;*/
    background: #ffffff;
    float: left;
    margin: 0 2px;
    animation: span-loading linear 1s infinite;
    -webkit-animation: span-loading linear 1s infinite;
}

.span-loading:nth-child(1) {
    animation-delay: 0s;
}

.span-loading:nth-child(2) {
    animation-delay: 0.15s;
}

.span-loading:nth-child(3) {
    animation-delay: 0.3s;
}

/*.span-loading:nth-child(4) {*/
/*    animation-delay: 0.45s;*/
/*}*/

/*.span-loading:nth-child(5) {*/
/*    animation-delay: 0.6s;*/
/*}*/

@keyframes span-loading {
    0%, 60%, 100% {
        transform: scale(1);
    }
    30% {
        transform: scale(2);
    }
}

@-webkit-keyframes span-loading {
    0%, 60%, 100% {
        transform: scale(1);
    }
    30% {
        transform: scale(2);
    }
}

/* 关键：给下拉菜单添加动画过渡 */
.dropdown-menu.animate {
    /* 禁用默认的 display: none 切换，改用透明度+位移 */
    display: block !important;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none; /* 透明时禁止点击 */
    /* 定义过渡动画：时长 0.3s，缓动效果 */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 父容器添加 open 类时，显示菜单并执行动画 */
.dropdown-menu.animate.animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto; /* 显示后允许点击 */
}

.btn-group.open .dropdown-menu.animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto; /* 显示后允许点击 */
}

/*.datepicker.dropdown-menu {*/
/*    !* 禁用默认的 display: none 切换，改用透明度+位移 *!*/
/*    display: block !important;*/
/*    opacity: 0;*/
/*    transform: translateY(8px);*/
/*    pointer-events: none; !* 透明时禁止点击 *!*/
/*    !* 定义过渡动画：时长 0.3s，缓动效果 *!*/
/*    transition: opacity 0.3s ease, transform 0.3s ease;*/
/*}*/

/*.datepicker.dropdown-menu.datepicker-dropdown {*/
/*    transform: translateY(8px);*/
/*    pointer-events: none; !* 透明时禁止点击 *!*/
/*    !* 定义过渡动画：时长 0.3s，缓动效果 *!*/
/*    transition: opacity 0.3s ease, transform 0.3s ease;*/
/*}*/

.bootstrap-select > .dropdown-menu.open {
    display: block !important;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none; /* 透明时禁止点击 */
    /* 定义过渡动画：时长 0.3s，缓动效果 */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.bootstrap-select.open > .dropdown-menu.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* 显示后允许点击 */
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-shadow, .btn-shadow:disabled {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.module-record-shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pagination > li {
}

.pagination > li:first-child > a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
}

.pagination > li:last-child > a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 15px;
}

[role="pagination-container"] input {
    border-radius: 20px;
}

[role="table-pagination"] input {
    border-radius: 20px;
}

[role="pagination-slider"] {
    border-radius: 20px;
}

.treeview-menu {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-radius: 20px;
}

.modal-dialog.animate {
    transition: all 0.5s ease !important;
}

.modal-dialog.animate .modal-content {
    transition: all 0.5s ease !important;
}

.modal-dialog.max-mode {
    margin-top: 0px !important;
    width: 100% !important;
}

.modal-dialog.max-mode .modal-content {
    left: 0px !important;
    top: 0px !important;
}

.direct-chat-text2 {
    /*padding: 10px 20px;*/
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

[role="asr-result-item-buttons"] {

}

[role="asr-ai-summary-messages"] {
    position: absolute;
    top: 0px;
    bottom: 120px;
    width: 100%;
    padding: 10px;
    overflow: auto;
}

[role="asr-ai-summary-message"] {
    background: #ffffff;
    padding: 10px;
    border-radius: 20px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    border-top-left-radius: 0px;
}

/**
 * !!!!!!!!!!!!!!! toast2 start !!!!!!!!!!!
 * !!!!!!!!!!!!!!! toast2 start !!!!!!!!!!!
 * !!!!!!!!!!!!!!! toast2 start !!!!!!!!!!!
 */

/* Toast2 基础样式 */
.toast2-container {
    position: fixed;
    z-index: 9999; /* 确保在最上层 */
    /*pointer-events: none; !* 不阻挡页面交互 *!*/
}

/* 不同位置的样式 */
.toast2-top {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.toast2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast2-bottom {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* Toast2 提示框样式 */
.toast2 {
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
    max-width: 300px;
    text-align: center;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
}

.toast2:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
}

/* 显示时的动画 */
.toast2.show {
    opacity: 1;
    transform: translateY(0);
}

/* 不同类型的 Toast2 样式 */
.toast2-success {
    background-color: #52c41a;
}

.toast2-error {
    background-color: #ff4d4f;
}

.toast2-warning {
    background-color: #faad14;
}

.toast2-info {
    background-color: #1890ff;
}

/**
 * !!!!!!!!!!!!!!! toast2 end !!!!!!!!!!!!!!!!!!
 * !!!!!!!!!!!!!!! toast2 end !!!!!!!!!!!!!!!!!!
 * !!!!!!!!!!!!!!! toast2 end !!!!!!!!!!!!!!!!!!
 */

[role="enum-editor"] .form-control {
    border-radius: 50px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    /*outline: thin dotted #333333 !important;*/
    outline: 5px auto #1890ff !important;
    /*outline-offset: -2px;*/
}