.workspace-scroll {
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.workspace-scroll::-webkit-scrollbar {
    display: none;
}

.workspace-scroll-visible {
    /*overflow-y: auto;*/
    -ms-overflow-style: auto;
    -ms-scrollbar-face-color: #909ea4;
    -ms-scrollbar-3dlight-color: #909ea4;
    -ms-scrollbar-highlight-color: #909ea4;
    -ms-scrollbar-track-color: #dadada;
    -ms-scrollbar-arrow-color: #909ea4;
    -ms-scrollbar-shadow-color: #909ea4;
}

.workspace-scroll-visible::-webkit-scrollbar {
    width: 8px;
}

.workspace-scroll-visible::-webkit-scrollbar-track {
    background: #dadada;
}

.workspace-scroll-visible::-webkit-scrollbar-thumb {
    background: #909ea4;
}

/***************************************/

.workspace-header{
    position: fixed;
    z-index: 110;
}

.workspace-header-line1 {
    background-color: #ffffff;
    color: #343741;
    height: 64px;
    width: 100%;
    position: fixed;
    justify-content: space-between;
    display: flex;
    gap: 24px;
    box-shadow: 0 4px 24px 0 rgba(139, 139, 139, 0.17);
}
.workspace-header-line-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.notifications-menu-button {
    cursor: pointer;
}

.workspace-header-logo {
    max-width: 150px;
    margin-left: 24px;
}

.workspace-header-left {
    display:flex;
    align-items: center;
    gap: 24px;
    height: 100%;
}

.workspace-header-center {
    position: absolute;
    left: 40%;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.workspace-header-center-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.workspace-header-center-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.workspace-header-digital-queue {
    margin-right: 20px;
    top: 0;
    height: 100%;
    width: 180px;
    cursor: pointer;
}

.workspace-header-notification {
    margin-right: 20px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.workspace-header-opDate {
    margin-right: 20px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.workspace-header-opDate-warn {
    color: red;
    font-weight: bold;
}

.workspace-header-accept-bid {
    margin-right: 20px;
    width: 52px;
    height: 100%;
}

.workspace-header-accept-bid .accept-bid-toggle {
    position: absolute;
    top: 5px;
    left: 6px;
}

.workspace-header-accept-bid-text {
    position: absolute;
    top: 26px;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    font-family: Roboto, sans-serif;
}

.workspace-header-digital-queue__status {
    padding-top: 2px;
    font-size: 80%;
}

.workspace-header-digital-queue__stats {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
}

.workspace-header-digital-queue__icon {
    height: 14px;
    margin-right: 8px;
}

.workspace-header-digital-queue-2__icon {
    margin-right: 8px;
}

.workspace-header-digital-queue__icon.total-tickets {
    width: 19px;
}

.workspace-header-digital-queue__icon.received-tickets-length {
    width: 14px;
}

.workspace-header-digital-queue__icon.time-stat {
    width: 16px;
    height: 16px;
}

.workspace-header-digital-queue__invitation {
    padding: 10px;
}

.workspace-header-digital-queue__invitation > .text {
    font-size: 14px;
    text-align: center;
}

.workspace-header-digital-queue__invitation:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
}

.workspace-header-right {
    display: flex;
}

@media (max-width: 1000px) {

    .workspace-header-center {
        display: none;
    }
}
/***************************************/

.workspace-float-menu {
    position: relative;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    max-width: 240px;
}

.workspace-float-menu-item {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    cursor: pointer;
    padding: 8px 16px;
    border-bottom: 1px solid #b8b8b8
}

.workspace-float-menu-item.disabled {
    cursor: not-allowed;
    color: #a7b1c2 !important;
}

.workspace-float-menu-item:hover {
    background-color: #dddddd;
}

.workspace-float-menu-item:last-child {
    border-bottom: 0;
}

.workspace-float-menu-item.active:before {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #19AA89;
    content: " ";
}

.workspace-top-menu-item-counter {
    margin-left: 5px;
    vertical-align: middle;
}

/***************************************/

.workspace-tabs-menu {
    position: fixed;
    top: 64px;
    height: 32px;
    width: 100%;
    bottom: 0;
    background-color: #243443;
    color: #ffffff;
    display: flex;
}

.workspace-tabs-menu-item {
    padding: 8px 12px 8px 32px;
    background-color: #243443;
    color: #ffffff;
    border-right: 1px solid #808080;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.workspace-tabs-menu-item.active {
    border-radius: 5px 5px 0 0;
    border-right: none;
    background-color: #dddddd;
    color: #000000;
    font-weight: bold;
}

.workspace-tabs-menu-item-wrapper.before-active,
.workspace-tabs-menu-item-wrapper.after-active {
    background-color: #dddddd;
}

.workspace-tabs-menu-item-wrapper.before-active .workspace-tabs-menu-item {
    border-radius: 0 0 10px 0;
    border-right: none;
}
.workspace-tabs-menu-item-wrapper.after-active .workspace-tabs-menu-item {
    border-radius: 0 0 0 10px;
}

.workspace-tabs-menu-placeholder {
    width: 10px;
    background-color: #dddddd;
}

.workspace-tabs-menu-placeholder div {
    width: 100%;
    height: 100%;
    background-color: #243443;
    border-radius: 0 0 0 10px;
}

.workspace-tabs-menu-item .identification-warning {
    position: absolute;
    left: 8px;
}

.workspace-tabs-menu-item-close {
    margin-left: 15px;
    padding: 3px 4px 4px 3px;
    border-radius: 50%;
    cursor: pointer;
}

.workspace-tabs-menu-item-close:hover {
    background-color: #c4c4c4;
}

/***************************************/

.workspace-products-menu {
    position: fixed;
    top: 88px;
    left: 0;
    bottom: 96px;
    width: 200px;
    padding-top: 14px;
    background-color: #ffffff;
}

.workspace-products-menu-item {
    padding: 6px 16px 6px 0;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.workspace-products-menu-item.active {
    color: #096DD9;
}

.workspace-products-menu-item:hover {
    color: #096DD9;
}

.workspace-products-menu-item.group {
    position: relative;
    max-width: 100%;
}

.workspace-products-menu-item.group:after {
    position: absolute;
    right: 0;
    top: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #343741;
    content: " ";
}
.workspace-products-menu-item.group.expanded {
    color: #096DD9;
}
.workspace-products-menu-item.group.expanded:after {
    border-top: none;
    border-bottom: 5px solid #096DD9;
}

.workspace-products-menu-item.in-group {
    font-weight: normal;
    padding-left: 40px;
}

/***************************************/

.workspace-left-menu-drawer {
    position: absolute;
    left: 175px;
    bottom: 4px;
    width: 24px;
    cursor: pointer;
}

.workspace-left-menu-drawer.collapsed {
    left: 6px;
}
/***************************************/

.workspace-technical-notifications {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 175px;
    padding: 0 16px 0 32px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.workspace-technical-notifications .pin {
    color: #ffffff;
    background-color: #eb5757;
    border-radius: 50%;
    padding: 4px 8px;
}

.workspace-technical-notifications .pin.error {
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    animation-name: error-flicker;
}

.workspace-technical-notifications.collapsed {
    width: 40px;
    padding: 6px;
}
.workspace-technical-notifications.collapsed .title {
    display: none;
}

@keyframes error-flicker {
    from {
        background-color: #eb5757;
    }
    to {
        background-color: #dddddd;
    }
}

/***************************************/

.workspace-right-menu {
    position: fixed;
    top: 88px;
    right: 0;
    width: 160px;
    bottom: 0;
    background-color: #dddddd;
    color: #ffffff;
    padding-top: 24px;
}

.workspace-right-menu-item {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.043);
    padding: 6px 6px 5px 25px;
    color: #000000;
    border-bottom: 1px solid #b8b8b8;
}

.workspace-right-menu-item.disabled {
    cursor: not-allowed;
    color: #a7b1c2 !important;
}

.workspace-right-menu-item.active {
    background-color: rgba(0, 0, 0, 0.235);
}

.workspace-right-menu-item:hover {
    background-color: #ffffff;
}

.workspace-right-menu-item:last-child {
    border-bottom: none;
}

.workspace-right-menu-item.active:before {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #19AA89;
    content: " ";
}

.workspace-right-menu-item.submenu:after {
    position: absolute;
    left: 9px;
    top: 10px;
    bottom: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #808080;
    content: " ";
}

.workspace-right-menu-item.submenu.expanded:after {
    border-top: none;
    border-bottom: 5px solid #808080;
}

.workspace-right-menu-submenu-arrow {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #ffffff;
}

.workspace-right-menu-submenu-arrow-target {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
}

.tether-workspace-right-menu-submenu-arrow {
    z-index: 1;
}

.tether-workspace-right-menu-submenu-arrow.tether-out-of-bounds-top,
.tether-workspace-right-menu-submenu-arrow.tether-out-of-bounds-bottom{
    display: none;
}

.workspace-right-menu-no-actions {
    color: #acacac;
    text-align: center;
}

.workspace-right-menu-item .list-icon {
    position: absolute;
    left: 6px;
    top: calc(50% - 6px);
}

/***************************************/

.workspace-content {
    padding-top: 8px;
    margin-left: 120px;
}

@media (max-width: 1000px) {
    .workspace-content {
        right: 0;
    }
}

/***************************************/

.workspace-top-select {
    /*position: fixed;*/
    display: inline-block;
    margin-top: 14px;
    height: 28px;
    min-width: 240px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.workspace-top-select.single {
    min-width: 212px;
}

.workspace-top-select-text {
    display: inline-block;
    padding: 5px 16px;
    height: 100%;
    min-width: 212px;
    background-color: #19aa89;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.workspace-top-select-text.closed {
    border-radius: 2px 0 0 2px;
}

.workspace-top-select-text.open {
    border-radius: 2px 0 0 0;
}

.workspace-top-select-text.single {
    border-radius: 2px;
    text-align: center;
}

.workspace-top-select-text:hover {
    background-color: #0d8a6e;
    box-shadow: 1px 0 0 0 #19aa89;
}

.workspace-top-select-text.single:hover {
    box-shadow: none;
}

.workspace-top-select-button {
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    background-color: #0d8a6e;
}

.workspace-top-select-button.single {
    display: none;
}

.workspace-top-select-arrow {
    height: 10px;
    width: 10px;
    border: 5px solid transparent;
    margin: auto;
}

.workspace-top-select-arrow.closed {
    margin-top: 13px;
    border-top-color: #ffffff;
}

.workspace-top-select-arrow.open {
    margin-top: 8px;
    border-bottom-color: #ffffff;
}

.workspace-top-select-menu {
    position: relative;
    width: 240px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.workspace-top-select-item {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    background-color: #19aa89;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 16px;
    border-top: 1px solid #384654;
}

.workspace-top-select-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.workspace-top-select-item:hover {
    background-color: #0d8a6e;
}

/***************************************/

.workspace-user-menu {
    display: flex;
    align-items: center;
    cursor: pointer;

}

.workspace-user-menu-text-full-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #343741;
    text-align: right;
    margin-top: 16px;
}

.workspace-user-menu-text-phone {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    color: #343741;
    margin-top: 2px;
}

.workspace-user-menu-text-phone-account-img{
    margin-left: 8px;
}

.workspace-user-menu-text-phone-account-arrow-img {
    margin-right: 32px;
}

.workspace-user-menu-popover-dropdown-arrow{
    position: absolute;
    top: -8px;
    right: 16px;
}


.workspace-user-menu-items {
    position: relative;
    top: 12px;
    right: 18px;
    width: 190px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.workspace-user-menu-item {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343741;
    cursor: pointer;
    padding: 5px 12px 5px 12px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.workspace-user-menu-item__icon {
    width: 16px;
}
.workspace-user-menu-item:first-child {
    content: '';
    border-top: 1px #F0F0F0 solid;
    padding: 9px 12px 5px 12px;
    margin: 4px 0 0;
}

.workspace-user-menu-item:hover {
    background-color: #E6F7FF;
}


.workspace-common-panel {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin: 8px;
    height: calc(100% - 16px);
}

/***************************************/

.bell-image {
    position: relative;
    cursor: pointer;
}

.bell-pin {
    position: absolute;
    top: 9px;
    right: -11px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #19aa89;
    border-radius: 8px;
    padding: 2px 6px;
    z-index: 1;
}

.workspace-notifications-container .bell-pin.error {
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    animation-name: error-flicker;
}

.workspace-notifications {
    position: relative;
    min-width: 190px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2.5px 2px 0 rgba(0, 0, 0, 0.3)
}

.workspace-notification {
    position: relative;
    font-family: Roboto, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #676a6c;
    padding: 4px 12px 4px 12px;
    border-top: 1px solid #19aa89;
}

.workspace-notification:first-child {
    border-top: none;
}

.workspace-notification:hover {
    color: #000000;
}

.workspace-notification:hover:before {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #19aa89;
    content: " ";
}

.workspace-notification .notification-text {
    font-size: 13px;
    max-width: 500px;
}

.workspace-notification .notification-datetime {
    /*display: inline-block;*/
    width: 100%;
    font-size: 11px;
    padding-left: 10px;
}

.workspace-notification .notification-datetime .details {
    float: right;
    cursor: pointer;
    color: #076294;
    font-weight: bold;
}

iframe[name^='easyXDM_default'] {
    width: 1000px;
    height: 755px;
}

#form-money-transfer {
    width: 1010px;
    height: 765px;
    display: table;
    margin: 0px auto;
    padding-top: 10px;
}

#embedded {
    width: 1000px;
    height: 755px;
}

#money-transfer-root {
    position: fixed;
    top: 100px;
    left: calc(50% - 1000px/2);
}

.money-transfer-container {
    min-height: 800px;
}

.workspace-header-additional-info {
    position: fixed;
    left: 57.5%;
    width: 13%;
}

.workspace-header-find-client-call-center-phone {
    line-height: 48px;
    color: #c2cad4;
    cursor: help;
}

.workspace-header-find-client-call-center-phone__phone {
    font-size: 120%;
}

.page-error-msg {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    color: red;
    font-size: 20px;
}

.page {
    color: #343741;
    font-style: normal;
}
.page .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

.page .content {
    background: #ffffff;
    border-radius: 6px;
    margin-top: 30px;
    padding: 30px;
}

.page form .input-box {
    margin-top: 0;
}

.workspace-main-page {
    position: relative;
}

.workspace-main-page-new-design {
    margin-right: 120px;
    margin-left: 120px;
}

.main-page-header {
    width: 100%;
    height: 64px;
    display: flex;
    padding: 2px 24px 0;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.main-page-header-items {
    margin-left: 56px;
}

.main-page-header-text-active {
    color: #096DD9;
    margin-right: 24px;
    height: 64px;
    display: flex;
    align-items: center;
}

.main-page-header-text {
    margin-right: 39px;
    height: 64px;
    display: flex;
    align-items: center;
}

.main-page-header-text-active-hr {
    position: absolute;
    bottom: 0;
    width: 57px;
    height: 2px;
    background: #096DD9;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.main-page-header-text .submenu {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    background-color: #fff;
}

.main-page-header-text .submenu::-webkit-scrollbar-thumb {
    background: #E0E7EC;
    border-radius: 8px;
}

.main-page-header-text .submenu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.main-page-header-text .submenu::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0;
}

.main-page-header-text.in-group,
.main-page-header-text-active.in-group {
    background-color: #fff;
    padding: 5px 12px;
    height: 32px;
}
.main-page-header-text.in-group:hover,
.main-page-header-text-active.in-group {
    color: #096DD9 !important;
}
.webim_button {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

@media (max-width: 480px) {
    .main-page-header-text {
        margin-right: 0px;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
    }

    .main-page-header-text-active-hr {
        display: none;
    }

    .main-page-header-text-active {
        color: #096DD9 !important;
        margin-right: 0px;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
    }
}
