select,
input.custom-arrow,
.select2-arrow {
    background: url(../img/selectArrow.jpg) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 99%;
    width: 100%
}

input:required {
    box-shadow: none !important
}

.has-error .ReactTags__tags {
    border-color: #f25961 !important
}

select.multiple-task {
    background: none
}

.form-control {
    font-size: .8rem;
    border-color: #e9ecfd;
    color: #00117b;
    height: calc(2rem + 4px);
    font-weight: 400
}

.form-control.form-control-sm {
    height: calc(1.849rem + 2px)
}

.input-icon .form-control {
    padding-right: 2.5rem
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 !important
}

textarea.form-control {
    margin-top: 0;
    margin-bottom: 0;
    height: 80px;
    resize: none
}

.form-control:focus {
    border-color: #00117b;
    box-shadow: none;
    color: #00117b;
    background-color: #f3f6fc
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    font-size: .8rem !important;
    line-height: 1.5
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .7
}

.form-control:-moz-placeholder {
    color: inherit;
    opacity: .7
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: .7
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: .7
}

.form-control::-ms-input-placeholder {
    color: inherit;
    opacity: .7
}

.input-group-text {
    border-color: #cfd8dc !important
}

a.input-group-text {
    cursor: pointer
}

a.input-group-text:hover {
    background: #dee2e6
}

a:hover.input-group-text i {
    color: #1a2035
}

.form-button-action {
    display: inline-flex
}

.form-check-label,
.form-radio-label {
    margin-right: 15px
}

.select-all-checkbox+.form-check-sign:before {
    background: #ccc !important;
    border-color: #ccc !important
}

.form-check [type=checkbox]:checked,
.form-check [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-check [type=checkbox]+.form-check-sign,
.form-check [type=checkbox]:checked+.form-check-sign,
.form-check [type=checkbox]:not(:checked)+.form-check-sign {
    position: relative;
    padding-left: 2em;
    color: #575962;
    cursor: pointer
}

.form-check [type=checkbox]+.form-check-sign:before,
.form-check [type=checkbox]:checked+.form-check-sign:before,
.form-check [type=checkbox]:not(:checked)+.form-check-sign:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: 0 0;
    border-radius: 4px
}

.form-check [type=checkbox]+.form-check-sign:after,
.form-check [type=checkbox]:checked+.form-check-sign:after,
.form-check [type=checkbox]:not(:checked)+.form-check-sign:after {
    content: "\f00c";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 1.3em;
    line-height: .8;
    color: #1572e8;
    transition: all .2s;
    font-family: 'Font Awesome 5 Solid'
}

.form-check [type=checkbox]:not(:checked)+.form-check-sign:after {
    opacity: 0;
    transform: scale(0)
}

.form-check [type=checkbox]:checked+.form-check-sign {
    font-weight: 400
}

.form-check [type=checkbox]:checked+.form-check-sign:after {
    opacity: 1;
    transform: scale(1)
}

.form-check [type=checkbox]:disabled:not(:checked)+.form-check-sign:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.form-check [type=checkbox]:disabled:checked+.form-check-sign:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.form-check [type=checkbox]:disabled:checked+.form-check-sign:after {
    color: #999
}

.form-check [type=checkbox]:disabled+.form-check-sign {
    color: #aaa
}

.form-check [type=checkbox]:checked:focus+.form-check-sign:before,
.form-check [type=checkbox]:not(:checked):focus+.form-check-sign:before {
    border: 1px solid #ccc
}

.form-check-sign:hover:before {
    border: 1px solid #ccc !important
}

.form-check {
    padding-left: .75rem
}

.form-check-input {
    position: relative;
    margin-top: .3rem
}

.form-radio [type=radio]:checked,
.form-radio [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-radio [type=radio]:checked+.form-radio-sign,
.form-radio [type=radio]:not(:checked)+.form-radio-sign {
    color: #575962;
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    line-height: 22px;
    font-weight: 400
}

.form-radio [type=radio]:not(:checked)+.form-radio-sign:before {
    content: "\f18a";
    font-size: 22px;
    font-family: LineAwesome;
    position: absolute;
    left: 0;
    top: auto;
    background: 0 0;
    line-height: 1;
    color: #bbb
}

.form-radio [type=radio]:checked+.form-radio-sign:before {
    content: "\f18a";
    font-size: 22px;
    font-family: LineAwesome;
    position: absolute;
    left: 0;
    top: auto;
    background: 0 0;
    line-height: 1;
    display: none
}

.form-radio [type=radio]:checked+.form-radio-sign:after,
.form-radio [type=radio]:not(:checked)+.form-radio-sign:after {
    content: "\f1bc";
    position: absolute;
    left: 0;
    top: auto;
    text-align: center;
    font-size: 22px;
    color: #4d7cfe;
    transition: all .2s;
    line-height: 1;
    font-family: LineAwesome
}

.form-radio [type=radio]:not(:checked)+.form-radio-sign:after {
    opacity: 0;
    transform: scale(0)
}

.form-radio [type=radio]:checked+.form-radio-sign {
    font-weight: 400
}

.form-radio [type=radio]:checked+.form-radio-sign:after {
    opacity: 1;
    transform: scale(1)
}

.form-radio [type=radio]:disabled:not(:checked)+.form-radio-sign:before {
    box-shadow: none;
    opacity: .65
}

.form-radio [type=radio]:disabled:checked+.form-radio-sign:before {
    box-shadow: none;
    opacity: .65
}

.form-radio [type=radio]:disabled:checked+.form-radio-sign:after {
    opacity: .65
}

.form-radio [type=radio]:disabled+.form-radio-sign {
    color: #aaa;
    opacity: .65
}

.form-radio [type=radio]:checked:focus+.form-radio-sign:before,
.form-radio [type=radio]:not(:checked):focus+.form-radio-sign:before {
    border: 1px solid #ccc
}

.form-radio {
    padding-left: .75rem
}

.form-radio-input {
    position: relative;
    top: 3px;
    left: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #1572e8
}

.custom-checkbox.checkbox-default .custom-control-input:checked~.custom-control-label::before {
    background-color: #1a2035
}

.custom-checkbox.checkbox-primary .custom-control-input:checked~.custom-control-label::before {
    background-color: #1572e8
}

.custom-checkbox.checkbox-secondary .custom-control-input:checked~.custom-control-label::before {
    background-color: #6861ce
}

.custom-checkbox.checkbox-info .custom-control-input:checked~.custom-control-label::before {
    background-color: #48abf7
}

.custom-checkbox.checkbox-success .custom-control-input:checked~.custom-control-label::before {
    background-color: #31ce36
}

.custom-checkbox.checkbox-warning .custom-control-input:checked~.custom-control-label::before {
    background-color: #ffad46
}

.custom-checkbox.checkbox-danger .custom-control-input:checked~.custom-control-label::before {
    background-color: #f25961
}

.col-form-label {
    line-height: 1.8
}

.required-label {
    color: red
}

.label-align-left {
    text-align: left
}

.label-align-right {
    text-align: right
}

.label-align-center {
    text-align: center
}

.form-check label,
.form-group label {
    margin-bottom: .5rem;
    color: #35383d;
    font-weight: 400;
    font-size: .8rem;
    white-space: nowrap
}

.conversations .form-group label {
    font-weight: 400;
    color: #4a598b
}

.form-group span {
    font-size: .8rem;
    font-weight: 500
}

.p_Settings .form-group span {
    font-size: .75rem
}

.form-group-default {
    border-radius: 4px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    margin-bottom: 15px
}

.form-group-default label {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    display: block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.form-group-default label:not(.error) {
    font-size: 10.5px !important;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 400
}

.form-group-default select.form-control:not([size]):not([multiple]) {
    height: unset !important
}

.form-group-default.active {
    border-color: rgb(0 0 0 / .1) !important;
    background-color: #f0f0f0
}

.form-group-default.active label {
    opacity: .5
}

.form-floating-label {
    position: relative
}

.form-floating-label .placeholder {
    position: absolute;
    padding: .375rem .75rem;
    transition: all .2s;
    opacity: .8;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400;
    top: 12px
}

.form-floating-label .form-control.filled+.placeholder,
.form-floating-label .form-control:focus+.placeholder,
.form-floating-label .form-control:valid+.placeholder {
    font-size: 85% !important;
    transform: translate3d(0, -10px, 0);
    top: 0;
    opacity: 1;
    padding: .375rem 0 .75rem;
    font-weight: 600
}

.form-floating-label .form-control.filled+.placeholder {
    color: #1572e8 !important
}

.form-floating-label .form-control ::-webkit-input-placeholder {
    color: #fff0
}

.form-floating-label .form-control :-moz-placeholder {
    color: #fff0
}

.form-floating-label .form-control ::-moz-placeholder {
    color: #fff0
}

.form-floating-label .form-control :-ms-input-placeholder {
    color: #fff0
}

.form-floating-label .input-border-bottom+.placeholder {
    padding: .375rem 0 .75rem
}

.form-inline label {
    margin-bottom: 0 !important;
    justify-content: inherit
}

.form-inline .form-control,
.form-inline .form-control-sm {
    width: inherit !important
}

.input-fixed {
    width: 200px
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    font-weight: 400 !important
}

.selectgroup-item+.selectgroup-item {
    margin-left: -1px
}

.selectgroup-item:not(:first-child) .selectgroup-button,
.selectgroup-item:not(:first-child) .selectgroup-button2,
.selectgroup-item:not(:first-child) .selectgroup-button3 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.selectgroup-item:not(:last-child) .selectgroup-button,
.selectgroup-item:not(:last-child) .selectgroup-button2,
.selectgroup-item:not(:last-child) .selectgroup-button3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.selectgroup-button3 {
    color: #B2DFDB !important
}

.selectgroup-button,
.selectgroup-button2,
.selectgroup-button3 {
    display: block;
    border: 1px solid rgb(0 40 100 / .12);
    text-align: center;
    padding: .25rem .8rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    background: #10275e05;
    color: #636e88;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 13px
}

.selectgroup-input+.selectgroup-button {
    font-weight: 400
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #6abbe8;
    color: #fff;
    background: #0092e4;
    font-weight: 500
}

.selectgroup-input:checked+.selectgroup-button2 {
    border-color: #263238;
    z-index: 0;
    color: #263238;
    background: rgb(207 216 220 / .5)
}

.selectgroup-input:focus+.selectgroup-button2 {
    border-color: rgb(144 202 249);
    z-index: 1;
    color: #263238;
    box-shadow: 0 0 0 2px rgb(38 50 56 / .5)
}

.selectgroup-input:checked+.selectgroup-button3 {
    border-color: rgb(144 202 249);
    z-index: 0;
    color: #2196F3 !important;
    background: rgb(227 242 253 / .5)
}

.selectgroup-input:focus+.selectgroup-button3 {
    border-color: rgb(144 202 249);
    z-index: 1;
    color: #2196F3 !important;
    box-shadow: 0 0 0 2px rgb(227 242 253 / .5)
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important
}

.selectgroup.selectgroup-primary .selectgroup-input:checked+.selectgroup-button {
    border-color: #1572e8;
    color: #1572e8;
    background: rgb(21 114 232 / .15)
}

.selectgroup.selectgroup-primary .selectgroup-input:focus+.selectgroup-button {
    border-color: #1572e8;
    color: #1572e8;
    box-shadow: 0 0 0 2px rgb(21 114 232 / .25)
}

.selectgroup.selectgroup-secondary .selectgroup-input:checked+.selectgroup-button {
    border-color: #6861ce;
    color: #6861ce;
    background: rgb(104 97 206 / .15)
}

.selectgroup.selectgroup-secondary .selectgroup-input:focus+.selectgroup-button {
    border-color: #6861ce;
    color: #6861ce;
    box-shadow: 0 0 0 2px rgb(104 97 206 / .25)
}

.selectgroup.selectgroup-info .selectgroup-input:checked+.selectgroup-button {
    border-color: #48abf7;
    color: #48abf7;
    background: rgb(72 171 247 / .15)
}

.selectgroup.selectgroup-info .selectgroup-input:focus+.selectgroup-button {
    border-color: #48abf7;
    color: #48abf7;
    box-shadow: 0 0 0 2px rgb(72 171 247 / .25)
}

.selectgroup.selectgroup-success .selectgroup-input:checked+.selectgroup-button {
    border-color: #31ce36;
    color: #31ce36;
    background: rgb(49 206 54 / .15)
}

.selectgroup.selectgroup-success .selectgroup-input:focus+.selectgroup-button {
    border-color: #31ce36;
    color: #31ce36;
    box-shadow: 0 0 0 2px rgb(49 206 54 / .25)
}

.selectgroup.selectgroup-warning .selectgroup-input:checked+.selectgroup-button {
    border-color: #ffad46;
    color: #ffad46;
    background: rgb(255 173 70 / .15)
}

.selectgroup.selectgroup-warning .selectgroup-input:focus+.selectgroup-button {
    border-color: #ffad46;
    color: #ffad46;
    box-shadow: 0 0 0 2px rgb(255 173 70 / .25)
}

.selectgroup.selectgroup-danger .selectgroup-input:checked+.selectgroup-button {
    border-color: #f25961;
    color: #f25961;
    background: rgb(242 89 97 / .15)
}

.selectgroup.selectgroup-danger .selectgroup-input:focus+.selectgroup-button {
    border-color: #f25961;
    color: #f25961;
    box-shadow: 0 0 0 2px rgb(242 89 97 / .25)
}

.selectgroup.selectgroup-pills .selectgroup-item span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    background: aliceblue;
    width: 29px;
    height: 29px;
    border-radius: 50px;
    font-size: .7rem;
    text-align: center;
    line-height: 29px
}

.form-control.input-full {
    width: 100% !important
}

.w-70 {
    width: 70%
}

.has-success label {
    color: #31ce36 !important
}

.has-success .form-control {
    border-color: #31ce36 !important;
    color: #31ce36 !important
}

.has-success .input-group-text {
    border-color: #31ce36 !important;
    background: #31ce36 !important;
    color: #fff !important
}

.has-error .form-control,
.has-error .css-yk16xz-control,
.has-error .select2-selection {
    border-color: #f25961 !important;
    color: #f25961 !important
}

.has-error .input-group-text {
    border-color: #f25961 !important;
    background: #f25961 !important;
    color: #fff !important
}

.input-group label.error,
.input-group label.success {
    width: 100%;
    order: 100
}

.form-control.mandatory,
.preview_item.mandatory,
.input-group-append.mandatory,
.mandatory .select2-selection.select2-selection--single,
.mandatory .form-control__control {
    border-right: 5px solid red
}

.imagecheck-input:checked~.imagecheck-figure {
    border-color: rgb(0 40 100 / .24)
}

.imagecheck-figure {
    border: 1px solid rgb(0 40 100 / .12);
    border-radius: 3px;
    margin: 0;
    position: relative
}

.imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.imagecheck-input:checked~.imagecheck-figure:before {
    background: #607D8B url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%
}

.imagecheck-figure:before {
    content: '';
    position: absolute;
    top: .2rem;
    left: .2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #CFD8DC;
    color: #fff;
    z-index: 1;
    border-radius: 3px;
    transition: .3s opacity
}

.form-control.mandatory-bottom {
    border-bottom-color: red
}

.custom-control {
    position: relative
}

.custom-control.custom-checkbox,
.custom-control.custom-radio {
    margin-bottom: 0;
    padding-left: 2em;
    cursor: pointer;
    line-height: 24px;
    margin-right: 25px;
    display: block
}

.custom-control.custom-checkbox label.error,
.custom-control.custom-checkbox label.success,
.custom-control.custom-radio label.error,
.custom-control.custom-radio label.success {
    position: absolute;
    width: 100vh;
    top: 23px;
    left: 0
}

.has-feedback {
    position: relative
}

.form-control-feedback {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

.has-success .form-control-feedback {
    color: #31ce36
}

.has-error .form-control-feedback {
    color: #f25961
}

.input-group.has-icon {
    border-radius: .25rem;
    border: 1px solid #ced4da
}

.input-group.has-icon.has-success,
.input-group.has-success {
    border: 1px solid #31ce36 !important;
    color: #31ce36
}

.input-group.has-error {
    border: 1px solid #f25961 !important;
    color: #f25961
}

.input-group.has-icon.has-error {
    border: 1px solid #f25961 !important;
    color: #f25961
}

.input-group.has-icon .form-control {
    border-radius: .25rem;
    border: 0;
    position: relative
}

.input-group.has-icon .input-group-icon {
    background: 0 0;
    border: 0
}

.input-square {
    border-radius: 0 !important
}

.input-pill {
    border-radius: 1.3rem !important
}

.input-solid {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important
}

.input-border-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: .75rem 0;
    background: 0 0 !important
}

.input-file .form-control,
.input-file .form-control-file,
.input-file input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.input-file label.error,
.input-file label.success {
    display: block
}

.input-file .form-control+label:not(.error),
.input-file .form-control-file+label:not(.error),
.input-file .label-input-file,
.input-file input[type=file]+label:not(.error) {
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff !important;
    display: inline-block
}

.input-file.input-file-image img.img-upload-preview {
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 1px 15px 1px rgb(39 39 39 / .1)
}

.input-file.input-file-image img.img-upload-preview.img-circle {
    border-radius: 2000px
}

.form-control:disabled,
.form-control[readonly],
.steps-control:disabled {
    background: #dacbcb !important;
    cursor: not-allowed
}

.form-control.bRemove:disabled,
.form-control.bRemove[readonly] {
    background: none !important;
    border-color: none !important;
    cursor: not-allowed
}

.form-control:disabled,
.form-control[readonly],
.steps-control:disabled {
    opacity: .6 !important
}

.steps-control:disabled {
    background-color: #ECEFF1 !important;
    border-color: #CFD8DC !important;
    padding-left: 5px !important
}

.input-group-text {
    font-size: 14px
}

.input-group-text i.la {
    font-size: 21px
}

.input-group-text i[class*=flaticon] {
    font-size: 17px
}

.input-icon {
    position: relative
}

.input-icon .form-control:not(:first-child) {
    padding-left: 2.5rem
}

.input-icon .form-control:not(:last-child) {
    padding-right: 2.5rem
}

.input-icon .input-icon-addon {
    position: absolute;
    left: 1rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.input-icon .input-icon-addon:last-child {
    left: auto;
    right: 1rem
}

label.error {
    color: #f25961 !important;
    font-size: 85% !important;
    margin-top: .5rem;
    font-weight: 400
}

div.error {
    color: #f25961 !important;
    font-size: 80% !important
}

.select2-input {
    position: relative
}

.select2-input label.error,
.select2-input label.success {
    position: absolute;
    bottom: -30px
}

.select2-input .select2 {
    margin-bottom: 15px
}

.dropzone {
    padding: 70px 60px 80px !important;
    border: 2px dashed rgb(0 0 0 / .13) !important;
    background: 0 0 !important
}

.dropzone:hover {
    background: #fafafa !important;
    transition: all .5s !important
}

.dropzone .dz-message .icon {
    margin-bottom: 15px;
    font-size: 39px
}

.dropzone .dz-message .message {
    font-size: 34px;
    font-weight: 200
}

.dropzone .dz-message .note {
    font-size: 16px;
    margin-top: 18px;
    font-weight: 300
}

.note-editor.note-frame {
    border: 0 !important;
    box-shadow: none !important
}

.note-editor.note-frame .note-toolbar {
    padding: 0 !important;
    border-bottom: 0 !important
}

.note-editor.note-frame .note-btn {
    border: 1px solid #eee !important;
    background: #fafafa !important
}

.note-editor.note-frame .note-placeholder {
    margin-top: 15px !important
}

.note-editor.note-frame .note-codable {
    margin-top: 15px !important
}

.note-editor.note-frame .note-editing-area .note-editable {
    margin-top: 15px !important;
    border: 1px solid #eee !important
}

.nav-pills>li:first-child>.nav-link {
    border-radius: 4px 0 0 4px !important
}

.nav-pills>li:last-child>.nav-link {
    border-radius: 0 4px 4px 0 !important
}

.nav-link.disabled {
    color: #6c757d !important
}

#splitView_sidebar .splitViewOpen .nav.nav-pills.navcrm-primary {
    padding-left: 0
}

.nav.nav-pills.navcrm-primary {
    margin-right: 20px;
    position: relative;
    z-index: 0;
    flex-wrap: nowrap;
    white-space: nowrap
}

#splitView_sidebar .nav.nav-pills.navcrm-primary {
    padding-left: 20px
}

.nav-pills .nav-link {
    padding: 5px 15px
}

.nav-pills>li>.nav-link {
    margin-left: -1px;
    border-radius: 0 !important;
    /*margin-top:5px;margin-bottom:5px;*/
    border: 1px solid #1572e8;
    color: #35383d;
    font-size: 0.8rem
}

.nav-pills>li>.nav-link.active {
    background: #1572e8
}

.nav-pills>li>.nav-link:hover {
    background: rgb(222 222 222 / .4)
}

.nav-pills.nav-pills-no-bd li {
    margin-left: 15px !important;
    display: contents
}

.nav-pills.nav-pills-no-bd li .nav-link {
    border: 0 !important;
    border-radius: 50px !important;
    background: #fff0
}

.nav-pills.nav-pills-no-bd li .nav-link.active {
    border-radius: 50px !important
}

.nav-pills.nav-pills-no-bd li:first-child {
    margin-left: 0 !important
}

.nav-pills.nav-pills-no-bd.nav-pills-icons .nav-link,
.nav-pills.nav-pills-no-bd.nav-pills-icons .nav-link.active {
    border-radius: 5px !important
}

.nav-pills.flex-column .nav-link {
    border-radius: 0 !important;
    border: 1px solid #1572e8;
    color: #585c5d;
    margin-top: -1px;
    text-align: center;
    word-wrap: normal;
    padding: 10px 0
}

.nav-pills.flex-column .nav-link:hover {
    background: rgb(222 222 222 / .4)
}

.nav-pills.flex-column .nav-link.active {
    background: #1572e8
}

.nav-pills.flex-column .nav-link:first-child {
    border-radius: 15px 15px 0 0 !important
}

.nav-pills.flex-column .nav-link:last-child {
    border-radius: 0 0 15px 15px !important
}

.nav-pills.flex-column.nav-pills-no-bd .nav-link {
    border: 0 !important;
    border-radius: 50px !important;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px
}

.nav-pills.flex-column.nav-pills-no-bd .nav-link.active {
    border-radius: 50px !important
}

.nav-pills.flex-column.nav-pills-icons .nav-link,
.nav-pills.flex-column.nav-pills-icons .nav-link.active {
    border-radius: 5px 0 0 5px !important
}

.nav-pills.nav-pills-icons .nav-link,
.nav-pills.nav-pills-icons .nav-link.active {
    border-radius: 5px !important;
    padding-top: 12px;
    padding-bottom: 12px
}

.nav-pills.nav-pills-icons i {
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: 50px
}

.nav-pills.navcrm-primary.nav-pills-icons i.fa-edit {
    display: inline-block;
    font-size: 1rem;
    color: #b0bec5
}

.nav-pills.nav-settings-menu .nav-link {
    border: 1px solid #cfd8dc;
    color: #575962;
    font-size: .8rem;
    background: white
}

.nav-pills.nav-settings-menu .nav-link:hover {
    background: #eceff1
}

.nav-pills.nav-settings-menu .nav-link.active {
    background: #f5f5f5;
    border-color: #cfd8dc;
    color: #1e2227;
    font-weight: 600;
    border: none
}

.nav-pills.nav-danger .nav-link,
.nav-pills.nav-default .nav-link,
.nav-pills.nav-info .nav-link,
.nav-pills.nav-primary .nav-link,
.nav-pills.nav-secondary .nav-link,
.nav-pills.nav-success .nav-link,
.nav-pills.nav-warning .nav-link {
    border: 1px solid #eee
}

.nav-pills.nav-danger .nav-link.active,
.nav-pills.nav-default .nav-link.active,
.nav-pills.nav-info .nav-link.active,
.nav-pills.nav-primary .nav-link.active,
.nav-pills.nav-secondary .nav-link.active,
.nav-pills.nav-success .nav-link.active,
.nav-pills.nav-warning .nav-link.active {
    color: #fff !important
}

.nav-pills.nav-default .nav-link.active {
    background: #1a2035;
    border: 1px solid #1a2035
}

.nav-pills.navcrm-primary .nav-link.active,
.nav-pills.navcrm-primary .nav-item.active,
.nav-pills.navcrm-primary .nav-item.active .nav-link {
    background: #78889b;
    color: #e9ecfd;
    font-weight: 500;
    border: 3px solid #d5dfed !important;
}

.nav-pills.navcrm-primary .nav-item.active .nav-link {
    background: #a6a0b8
}

.nav-pills.navcrm-primary .nav-item.active {
    border-radius: 50px;
    border: 0
}

.nav-pills.nav-primary .nav-link.active {
    background: #1572e8;
    border: 1px solid #1572e8
}

.nav-pills.nav-secondary .nav-link.active {
    background: #6861ce;
    border: 1px solid #6861ce
}

.nav-pills.nav-info .nav-link.active {
    background: #48abf7;
    border: 1px solid #48abf7
}

.nav-pills.nav-success .nav-link.active {
    background: #31ce36;
    border: 1px solid #31ce36
}

.nav-pills.nav-warning .nav-link.active {
    background: #ffad46;
    border: 1px solid #ffad46
}

.nav-pills.nav-danger .nav-link.active {
    background: #f25961;
    border: 1px solid #f25961
}

.nav-sm .nav-link {
    font-size: 11px !important;
    padding: 8px 16px !important
}

.popover {
    max-width: 240px;
    line-height: 1.7;
    border: 0;
    box-shadow: 0 0 10px 0 rgb(69 65 78 / .08)
}

.popover .popover-header {
    background: 0 0;
    font-size: 14px;
    border-bottom: 0;
    text-transform: capitalize;
    margin-top: 5px;
    color: #aaa;
    font-weight: 400
}

.popover .popover-body {
    margin-bottom: 5px
}

.popover .popover-body p {
    font-size: 13px;
    margin-bottom: 1rem
}

.popover.bs-popover-bottom .arrow:before,
.popover.bs-popover-left .arrow:before,
.popover.bs-popover-right .arrow:before,
.popover.bs-popover-top .arrow:before {
    border: #fff0
}

.popover.bs-popover-auto[x-placement^=right],
.popover.bs-popover-right {
    margin-left: 10px
}

.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
    margin-right: 10px
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
    margin-bottom: 10px
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
    margin-top: 10px
}

.menu_title:hover:after {
    content: attr(title);
    position: absolute;
    top: -25px;
    left: 0;
    background: #212121;
    color: #f3f3f3;
    font-size: 90%;
    border-radius: .25rem;
    padding: 5px;
    width: 100%;
    white-space: normal
}

.progress {
    border-radius: 100px;
    height: 14px
}

.progress .progress-bar {
    border-radius: 100px
}

.progress.progress-sm {
    height: 8px
}

.progress.progress-lg {
    height: 20px
}

.form-group label.selectgroup-item {
    color: #90a4ae !important
}

#treeView,
#treeView ul,
#arrayTreeView,
#arrayTreeView ul {
    list-style-type: none;
    margin-left: 15px;
    margin-bottom: 5px;
    padding-left: 20px;
    cursor: pointer;
    padding: 0
}

.icon {
    background: #fff0 url(../img/PlusMinus.png) no-repeat left top;
    display: block;
    height: 15px;
    width: 25px;
    float: left;
    cursor: pointer
}

.plus {
    background-position: left top;
    margin-top: 3px
}

.minus {
    background-position: left -15px;
    margin-top: 3px
}

.list-group-item.preview_item {
    border: 1px solid #cfd7df
}

ul#treeView li.list-group-item,
ul#arrayTreeView li.list-group-item {
    border: 1px solid rgb(0 0 0 / .07);
    border-top: none;
    border-right: none;
    margin-bottom: 0
}

ul#treeView li.list-group-item.firstLevel {
    border: 1px solid rgb(0 0 0 / .07)
}

ul#treeView li.list-group-item.firstLevel:hover,
ul#arrayTreeView li.list-group-item.firstLevel:hover {
    background-color: #fff0
}

.roleIcons {
    display: inline-block;
    margin-left: 10px
}

.roleIcons a {
    padding-right: 10px
}

.roleIcons a:hover {
    color: #b0bec5
}

.wizard.wizard-2 .wizard-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.wizard.wizard-2 .wizard-nav .wizard-steps {
    margin-right: 30px;
    width: 30%
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step {
    padding: .5rem .5rem;
    position: relative;
    border-radius: .5rem;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon {
    font-size: 1.5rem;
    margin-right: 1.1rem
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon i {
    color: #b5b5c3
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg g[fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #b5b5c3
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg:hover g[fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    color: #8b92c3;
    font-weight: 500;
    font-size: .8rem;
    margin-bottom: 0
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current .wizard-label .wizard-title,
.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current .wizard-label .wizard-desc {
    color: #e8e8e8
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.completed .wizard-label .wizard-title {
    color: #438000
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
    color: #35383d
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow {
    color: #80808f;
    font-size: 1.25rem
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last {
    display: none
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current {
    background-color: #656f7d;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.completed {
    background-color: #dafbb5
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current .wizard-icon {
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon i {
    color: #8b92c3
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current .wizard-icon i {
    color: #263238
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.completed .wizard-icon i {
    color: #8BC34A
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current .wizard-icon .svg-icon svg g[fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #6993ff !important
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current .wizard-icon .svg-icon svg:hover g[fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.current:after,
.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.completed:after {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: " ";
    height: 0;
    width: 0;
    border: solid #fff0;
    position: absolute;
    border-left-color: #dbe1e6;
    border-width: .7rem
}

.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step.completed:after {
    border-left-color: #ccf79d
}

.wizard.wizard-2 .wizard-body {
    width: 100%
}

.material-switch>input[type="checkbox"] {
    display: none
}

.material-switch>label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 35px
}

.material-switch>label::before {
    background: #000;
    box-shadow: inset 0 0 10px rgb(0 0 0 / .5);
    border-radius: 8px;
    content: '';
    height: 13px;
    margin-top: -11px;
    position: absolute;
    opacity: .3;
    transition: all 0.4s ease-in-out;
    width: 35px
}

.material-switch>label::after {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 5px rgb(0 0 0 / .3);
    content: '';
    height: 21px;
    left: -4px;
    margin-top: -11px;
    position: absolute;
    top: -5px;
    transition: all 0.3s ease-in-out;
    width: 21px
}

.material-switch.small-switch>label::before {
    background: #000;
    box-shadow: inset 0 0 10px rgb(0 0 0 / .5);
    border-radius: 8px;
    content: '';
    height: 10px;
    margin-top: -10px;
    position: absolute;
    opacity: .3;
    transition: all 0.4s ease-in-out;
    width: 25px
}

.material-switch.small-switch>label::after {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / .3);
    content: '';
    height: 16px;
    left: -2px;
    margin-top: -13px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 16px
}

.material-switch.small-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 10px
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: darkgreen;
    opacity: .5
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: green;
    left: 20px
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(.65, 0, .45, 1) forwards
}

.checkmark {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    stroke-width: 5px;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: absolute;
    right: 15px;
    top: 20px
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(.65, 0, .45, 1) 0.8s forwards
}

.ace_editor,
.ace_editor div {
    font-family: monospace !important
}

.ace_line span {
    font-size: 14px;
    font-weight: 500
}

.col-centered {
    float: none;
    margin: 0 auto
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

@media screen and (max-width:767px) {
    .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step {
        padding: .5rem .5rem;
        margin-top: 5px
    }
}

#splitView_sidebar.active .sidebarClosed {
    padding-left: 8rem
}

.form-body.card-body.collapse~.showText {
    padding: 1rem;
    line-height: 1.4rem;
    border: 1px solid #e8ebfc;
    border-top: none;
    font-weight: 400;
    color: #212529;
    font-size: .8rem;
    display: block;
    transition: all 0.5s ease
}

.form-body.card-body.collapse.show~.showText {
    display: none
}

.default-chip {
    border: 2px solid #e2e5f6;
    border-radius: 5px;
    background: #f6f9ff;
    padding: 5px
}

.jumbotron {
    padding: 1rem 1rem
}

.form_editor1 .jumbotron,
.final-preview .jumbotron {
    padding: 1rem 1rem
}

.onHover {
    cursor: pointer
}

.preview_item {
    cursor: move
}

.bg-default {
    background-color: #fafafa !important
}

.demo-form {
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
    height: 100vh;
    overflow: auto;
    position: fixed;
    background-color: rgb(250 250 250 / .8)
}

.form_editor {
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgb(250 250 250 / .8)
}

.final-preview {
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    background-color: rgb(250 250 250 / .8)
}

.demo-editor {
    padding: 7px;
    background-color: #fff;
    border: 1px solid #ddd
}

.demo-wrapper {
    margin: 0;
    padding: 0;
    border-radius: 5px
}

.toolbar-item {
    transition: all 0.1s ease-in
}

.toolbar-item:hover {
    box-shadow: 0 2px 4px #ddd
}

.sigCanvas {
    border: 1px solid #aaa
}

.subform-Custom {
    display: block;
    overflow-x: auto;
    white-space: nowrap
}

.subform-custom-td {
    max-width: 240px;
    min-width: 240px;
    padding: 10px;
    border: 1px solid #ddd
}

.jumbotron.white-bg {
    background-color: #fff
}

.listsOptionFields {
    background-color: #ddd3;
    border-bottom: 1px solid #ddd;
    padding: 3px
}

.currenyBtnCalDis {
    color: #000;
    vertical-align: top;
    display: inline-block;
    text-align: right;
    position: absolute;
    left: 0;
    top: 102%;
    background: #fff;
    padding: 10px 20px 10px 30px;
    box-shadow: rgb(0 0 0 / .3) 0 3px 17px;
    z-index: 1000;
    cursor: pointer
}

.calculaterInfo {
    top: 45px;
    left: 50px;
    position: absolute;
    box-shadow: rgb(0 0 0 / .3) 0 3px 17px;
    background: #fff;
    border-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    left: 210px;
    cursor: pointer;
    width: 200px;
    z-index: 1000
}

.form-fields-group {
    background-color: #fff;
    width: 100%;
    float: left;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    position: relative
}

.no-suggestions {
    color: #999;
    padding: .5rem
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    max-height: 300px;
    overflow: auto;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important
}

.autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

.autocomplete-items div.autocomplete-active {
    background-color: #e9e9e9
}

.autocomplete-items .no-suggestions {
    border-top: 2px solid #ddd;
    background-color: #f9eff0
}

.dragClassdnd {
    background-color: #000;
    z-index: 9999
}

.opacity-ghost {
    border-color: #90c6de
}

.opacity-ghost-drop {
    border-color: #90c6de
}

.cardBodyQuickCreate {
    border: 1px dashed #c5cbce;
    padding: 10px !important
}

.cardBodyQuickCreate .card-body {
    padding: 0 !important
}

.selectFilterCheck span.img-shadow {
    opacity: 0
}

.selectFilterCheck:hover span.img-shadow {
    opacity: 1;
    transition-delay: 0.3s
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 13px
}

.totalFileSize {
    position: absolute;
    float: left;
    font-size: .7rem;
    color: #333;
    text-align: center;
    width: 100%;
    opacity: .5
}

div.ReactTags__tags {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 3px;
    width: 100%
}

div.ReactTags__tagInput {
    width: 100%;
    border-radius: 2px;
    display: inline-block
}

div.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
    height: 31px;
    margin: 0;
    font-size: 12px;
    width: 100%;
    border: 0 solid #eee
}

span.ReactTags__tag {
    background: #626262;
    font-size: .7rem;
    display: inline-block;
    padding: 3px;
    border-radius: 11px;
    color: #fff;
    margin: 2px 5px;
    border-radius: 5px
}

div.ReactTags__selected span.ReactTags__tag_primary_bg {
    background: #f44336;
    font-size: .7rem;
    display: inline-block;
    padding: 3px;
    border-radius: 11px;
    color: #fff;
    margin: 2px 5px;
    border-radius: 5px
}

a.ReactTags__remove {
    color: #fff;
    margin-left: 5px;
    cursor: pointer
}

.detailCardBg .bootstrap-tagsinput input {
    background-color: #E3F2FD;
    box-shadow: 0 10px 15px -10px rgb(0 0 0 / 10%), 0 5px 10px -5px rgb(0 0 0 / 10%)
}

.detailCardBg div.ReactTags__tags {
    position: relative;
    background-color: #BBDEFB;
    border: 1px solid #B3E5FC;
    padding: 1px;
    border-radius: 5px;
    width: 100%
}

.detailCardBg div.ReactTags__tagInput input.ReactTags__tagInputField,
.detailCardBg div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
    border-radius: 5px
}

.detailCardBg div.ReactTags__tagInput input.ReactTags__tagInputField,
.detailCardBg div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
    color: #212121;
    font-size: 13px
}

div.ReactTags__suggestions {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0
}

div.ReactTags__suggestions ul {
    list-style-type: none;
    box-shadow: .05em .01em .5em rgb(0 0 0 / .2);
    background: #fff;
    padding: 0;
    max-height: 120px;
    overflow: auto;
}

div.ReactTags__suggestions li {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0
}

div.ReactTags__suggestions li mark {
    text-decoration: underline;
    background: none;
    font-weight: 600
}

div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
    background: #b7cfe0;
    cursor: pointer
}

.avatar-xsm {
    width: 2rem;
    height: 2rem
}

.avatar-xsm i {
    font-size: 11px
}

.avatar-xsm .flex-1:hover {
    text-decoration: underline
}

[data-placeholder]:empty:before {
    content: attr(data-placeholder);
    color: #888;
    font-style: italic
}

.dot-label.present {
    pointer-events: none;
    border: 1px dashed;
    border-radius: .25rem;
    padding: 5px;
    border-color: #183241;
    border-bottom: none
}

.dot-label {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: .8em;
    padding-bottom: .75em;
    color: #212529;
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none
}

.dot-label.past span {
    border-color: #bd1c1c !important
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group .rdt {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 60%;
    margin-bottom: 0
}

.subform-td {
    float: left;
    display: table-column;
    width: 248px
}

.width_98_per {
    width: 98% !important
}

.formCustomLayout .form-control {
    border: 1px solid #d1d9e1;
    background-color: #f8f9fa
}

.formCustomLayout .filter_Box {
    -webkit-box-shadow: 0 0 30px rgb(1 41 112 / .1);
    box-shadow: 0 0 30px rgb(1 41 112 / .1)
}

.formCustomLayout .subformTable .form-control,
.formCustomLayout .subformTable .customized-control {
    width: 100px
}

.formCustomLayout .mandatory {
    border-right: 5px solid #ff0000 !important
}

.formCustomLayout .form-control:focus {
    border-color: #00117b;
    color: #00117b;
    background-color: #e8ebfc
}

:root {
    --primary-color: #1e2227;
    --secondary-color: #a29bfe;
    --dark-color: #2d3436;
    --light-color: #f5f6fa;
    --success-color: #00b894;
    --warning-color: #fdcb6e;
    --danger-color: #d63031;
    --info-color: #0984e3;
    --border-radius: 6px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: var(--light-color);
    color: var(--dark-color);
    transition: var(--transition);
}

body.dark-theme {
    --light-color: #2d3436;
    --dark-color: #f5f6fa;
    background-color: var(--light-color);
    color: var(--dark-color);
}
*/
.app-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /*    width: 100vw;*/
    overflow: hidden;
}

.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1.5rem;
    background-color: var(--primary-color);
    color: white;
    box-shadow: var(--box-shadow);
    z-index: 10;
}

.logo i {
    font-size: 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: bold;
}

.controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/*.btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}*/

.run-btn {
    background-color: var(--success-color);
    color: white;
}

.run-btn:hover {
    background-color: #00997a;
}

.save-btn {
    background-color: var(--info-color);
    color: white;
}

.save-btn:hover {
    background-color: #0870c0;
}

.new-btn {
    background-color: var(--warning-color);
    color: var(--dark-color);
}

.new-btn:hover {
    background-color: #f5b84d;
}

.icon-btn {
    background: none;
    border: none;
    color: inherit;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.3rem;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.icon-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.theme-toggle {
    position: relative;
}

.theme-switch {
    display: none;
}

.theme-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 4rem;
    height: 2rem;
    background: var(--dark-color);
    border-radius: 50px;
    padding: 0.3rem;
    position: relative;
    cursor: pointer;
}

.theme-label i {
    font-size: 1rem;
    color: var(--light-color);
    z-index: 1;
}

.theme-ball {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background-color: var(--light-color);
    border-radius: 50%;
    left: 0.2rem;
    transition: transform 0.3s ease;
}

.theme-switch:checked+.theme-label .theme-ball {
    transform: translateX(2rem);
}

.main-content {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.sidebar-editor {
    width: 200px;
    background-color: var(--light-color);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    overflow-y: auto;
    transition: var(--transition);
}

.file-explorer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.file-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.file-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.file-item {
    padding: 0.5rem 0.8rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.file-item::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.file-item[data-file$=".html"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23E44D26" d="M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"/></svg>');
}

.file-item[data-file$=".css"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%232964BC" d="M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-119.3-.3-1.6-19.6 119.3-.3-1.6-19.6-118.6-.3-3.2-38.3H306l4.8-47.3H100.3l-4.8-47.3h217.6z"/></svg>');
}

.file-item[data-file$=".js"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23F7DF1E" d="M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"/></svg>');
}

.file-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.file-item.active {
    background-color: var(--primary-color);
    color: white;
}

.dark-theme .file-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.editor-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.editor-toolbar {
    padding: 0.5rem 1rem;
    background-color: var(--light-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.file-tabs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
}

.file-tabs::-webkit-scrollbar {
    height: 4px;
}

.file-tabs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.file-tab {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
}

.dark-theme .file-tab {
    background-color: rgba(255, 255, 255, 0.05);
}

.file-tab.active {
    background-color: #78889b;
    color: var(--light-color);
    font-weight: 600;
}

.dark-theme .file-tab.active {
    background-color: #1e272e;
    color: var(--secondary-color);
}

.close-tab {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    margin-left: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.7;
    transition: var(--transition);
}

.close-tab:hover {
    opacity: 1;
    transform: scale(1.1);
}

.code-editor {
    flex: 1;
    overflow: hidden;
}

.output-container {
    width: 800px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--light-color);
}

.output-tabs {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.output-tab {
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    transition: var(--transition);
}

.dark-theme .output-tab {
    color: rgba(255, 255, 255, 0.6);
}

.output-tab.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.output-content {
    flex: 1;
    overflow: auto;
    position: relative;
}

.console-output,
.preview-output {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    overflow: auto;
    display: none;
}

.console-output.active-tab,
.preview-output.active-tab {
    display: block;
}

.console-output {
    font-family: monospace;
    white-space: pre-wrap;
    background-color: var(--light-color);
    color: var(--dark-color);
}

.preview-output {
    background-color: white;
}

.dark-theme .preview-output {
    background-color: #1e272e;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 1rem;
    background-color: var(--primary-color);
    color: white;
    font-size: 0.8rem;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .main-content {
        flex-direction: column;
    }

    .sidebar-editor {
        width: 100%;
        height: auto;
        max-height: 150px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .editor-container {
        height: 60%;
    }

    .output-container {
        height: 30%;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.dark-theme ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.dark-theme ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

.dark-theme ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}