.ui__personalCard .form-group {
    max-width: 100%;
}

.form-group>label.control-label {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #818592;
    margin-bottom: 6px;
}

.ql-toolbar {
    border-radius: 5px 5px 0px 0px;
    background: #FAFAFA;
    transition: all 0.3s ease;
}

.ql-container {
    border-radius: 0px 0px 5px 5px;
    background: #FAFAFA;
    transition: all 0.3s ease;
}

.ql-container.ql-snow,
.ql-toolbar.ql-snow {
    border: 1px solid transparent;
    border-top: 1px solid transparent;
}

.ql-container.ql-snow:hover,
.ql-toolbar.ql-snow:hover {
    border: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}

.form-group .select2 {
    width: 100% !important;
    cursor: pointer;
}

.select2.select2-container {
    transition: all 0.3s ease;
    border-radius: 5px;
    border: 1px solid transparent !important;
}

.select2.select2-container:hover {
    border: 1px solid #EAEAEA !important;
    border-radius: 5px;
}

.select2-selection__rendered {
    padding: 11.5px 15px !important;
    /* padding-top: 6.5px !important; */
    padding-right: 36px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #0e1a2f !important;
    background: #FAFAFA;
    min-width: 100% !important;
    display: block !important;
    min-height: 44px !important;
    height: auto !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select2 .select2-selection {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    border: 0 !important;
    padding-right: 0 !important;
}

.select2-selection__arrow>.ui__field_icon,
.select2-search--inline>.ui__field_icon {
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: #0e1a2f;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.checkboxDiv {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #F5F5F5;
    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;
    margin-right: 10px;
}

div.checkboxDiv>svg {
    fill: transparent;
    stroke: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    width: 14.5px;
    height: 14.5px;
}

div.checkboxDiv:hover {
    border: 1px solid #1053FF;
}

div.checkboxDiv.active {
    background: #1053FF;
}

div.checkboxDiv.active>svg {
    opacity: 1;
}

div.checkboxDiv+input[type="checkbox"],
div.checkboxDiv+input+input[type="checkbox"] {
    display: none;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.ui__tag.active>div>div.ui__tab_normal {
    background: #0e1a2f;
    color: #fff;
    border: 1px solid transparent;
}

.hidden {
    visibility: hidden !important;
}

.display-none {
    display: none !important;
}

.ui__circleImage {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.ui__mini_plus_btn {
    fill: #1053FF;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.ui__mini_plus_btn:hover {
    fill: #0e1a2f;
}

.filters {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 6px;
}

.filters>td {
    width: 100%;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #EAECF3;
    background: #fff;
}

.filters>td>input {
    padding: 11.5px 15px;
    background: #FAFAFA;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-radius: 5px;
    min-width: 100%;
}

.filters>td>input:hover {
    border: 1px solid #EAEAEA;
}

.filters>td>input:focus {
    border: 1px solid #1053FF;
}

.filters>td+td {
    border-left: 1px solid #BDC1CE !important;
}

tr.filters td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

tr.filters td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui__avatar_word {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 25px;
}

.bg-c-a {
    background-color: aqua;
    color: lightsalmon;
}

.bg-c-b {
    background-color: black;
    color: white;
}

.bg-c-c {
    background-color: chocolate;
    color: white;
}

.bg-c-d {
    background-color: deeppink;
    color: white;
}

.bg-c-e {
    background-color: #ffa500;
    color: white;
}

.bg-c-f {
    background-color: firebrick;
    color: white;
}

.bg-c-g {
    background-color: gold;
    color: white;
}

.bg-c-h {
    background-color: hotpink;
    color: white;
}

.bg-c-i {
    background-color: indigo;
    color: white;
}

.bg-c-j {
    background-color: greenyellow;
    color: white;
}

.bg-c-k {
    background-color: khaki;
    color: white;
}

.bg-c-l {
    background-color: lightgreen;
    color: white;
}

.bg-c-m {
    background-color: magenta;
    color: white;
}

.bg-c-n {
    background-color: navy;
    color: white;
}

.bg-c-o {
    background-color: olivedrab;
    color: white;
}

.bg-c-p {
    background-color: pink;
    color: white;
}

.bg-c-q {
    background-color: brown;
    color: white;
}

.bg-c-r {
    background-color: red;
    color: white;
}

.bg-c-s {
    background-color: silver;
    color: gray;
}

.bg-c-t {
    background-color: teal;
    color: white;
}

.bg-c-u {
    background-color: yellowgreen;
    color: white;
}

.bg-c-v {
    background-color: violet;
    color: white;
}

.bg-c-w {
    background-color: wheat;
    color: white;
}

.bg-c-x {
    background-color: darkorange;
    color: white;
}

.bg-c-y {
    background-color: yellow;
    color: white;
}

.bg-c-z {
    background-color: palevioletred;
    color: white;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.hwt-content {
    padding: 11.5px 15px;
}

.ui__openSettings a {
    color: black;
}

.dropdown .dropdown-menu {
    visibility: hidden !important;
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 5px 8px rgb(10 30 63 / 10%);
    box-shadow: 0px 5px 8px rgb(10 30 63 / 10%);
    z-index: 10;
    background-color: white;
}

.dropdown.open .dropdown-menu {
    visibility: visible !important;
}

.dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dropdown>span {
    color: #fff !important;
    font-weight: bold !important;
    padding: 5px 4px !important;
    min-height: 24px !important;
    font-size: 12px !important;
    border-radius: 5px;
    cursor: pointer;
}

.dropdown .dropdown-item div {
    cursor: pointer;
    padding: 10px 12px;
    color: #0e1a2f;
    border-top: 1px solid #F5F5F5;
}

.dropdown .dropdown-item div:hover {
    background: #F5F5F5;
}

.breadcrumb a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0e1a2f;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumb:hover a {
    color: #1053FF;
}

.select2__customSelect_line .ui__filter_icon {
    width: 30px !important;
    height: 20px !important;
    margin-right: 5px !important;
    vertical-align: middle;
}

.ui__chevron.offerFix::before {
    left: -20px;
}

.ui__chevron.offerFix.ui__color_green::before {
    background: #3BAF12 !important;
}

.ui__chevron.offerFix.ui__color_red::before {
    background: #E84632 !important;
}

.ql-editor strong {
    font-weight: bold !important;
}

.ql-editor em {
    font-style: italic !important;
}

.ui__table .empty {
    padding: 10px;
}

.ui__table .pagination {
    margin-top: 10px;
    display: flex;
    padding: 15px 10px;
    ;
    background: white;
}

.ui__table .pagination li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5F5F5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    text-align: center;
    line-height: 40px;
    color: black;
}

.ui__table .pagination li a:hover {
    background: #d5d5d5;
}

.ui__table .pagination li.active a {
    background: #1053FF;
    color: white;
}

.ui__table .pagination li.active {
    pointer-events: none;
}

.ui__table .pagination .prev.disabled,
.ui__table .pagination .next.disabled {
    display: none;
}

.ui__table a.ui__table_name {
    color: black;
}

.uix_table_control_button {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background: #F5F5F5;
}

.uix_table_control_button div {
    width: 40px;
    height: 40px;
}

.uix_table_control_button div svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.uix_table_control_button div {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background: #F5F5F5 !important;
}

.uix_calendar_menu_count {
    border-radius: 50%;
    background: #dddddd;
    color: black !important;
    padding: 4px 4px 4px 7px;
    width: 27px;
    font-weight: 100;
}

.uix_calendar_menu_title {
    padding: 4px;
    padding-left: 0px;
}

.uix_calendar_menu_count.nav__notify.haveNew::before {
    width: 5px;
    height: 5px;
    top: 0.5px;
    right: 1px;
}

.ui__modal_content .ui__personalCard_row {
    margin-top: 0px !important;
}

.ui__table_fix_th th {
    text-align: left !important;
    padding: 10px !important;
    padding-left: 20px !important;
}

.hwt-content mark.red {
    background-color: #ffadad;
    border-radius: 5%;
}

.hwt-content mark.green {
    background-color: #a3ff91;
    border-radius: 5%;
}

.uix_table_input {
    padding: 11.5px 15px !important;
    border: 1px solid transparent !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #0e1a2f !important;
    background: #FAFAFA;
    min-width: 100% !important;
    display: block !important;
    min-height: 44px !important;
    height: auto !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

input.ui__field_text.js__mulripleDatePicker2 {
    padding-left: 40px !important;
}

.ui__field_text.js__mulripleDatePicker2+.ui__field_icon {
    position: absolute;
    top: 50%;
    left: 8px;
}

input.ui__field_text.js__mulripleDatePicker3 {
    padding-left: 40px !important;
}

.ui__field_text.js__mulripleDatePicker3+.ui__field_icon {
    position: absolute;
    top: 50%;
    left: 8px;
}

.toast-bottom-right {
    right: 20px !important;
    bottom: 14px !important;
}

.uix__notify > div > .toast-message {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #fff !important;
}

.uix__tab_page {
    display: none;
    margin-top: 32px;
}