/*!
    Version: 2.0.0
    Author: Arunachalamoorthy Sethuraj
    Website: http://www.cognidesk.ai
*/

/*** 

====================================================================
Sidepanel Menu
====================================================================

***/

@import url('DialogSidePanel.css');
.sidepeanel_settings {
    height: calc(100vh - 49px);
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 48px;
    justify-content: space-between;
}

nav {
    width: 48px;
    margin-top: 0px;
    background: #fff;
    float: left;
    border-right: 1px solid #d9e2eb;
}

nav .item-group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 15px;
}

nav .item-group .item {
    align-self: center;
    width: 100%;
    float: left;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px solid #d9e2eb;
}

nav .bottom_bar_sidemenu .item {
    border-bottom: 1px solid #d9e2eb !important;
}
nav .bottom_bar_sidemenu {
    border-top: 1px solid #d9e2eb !important;
}

nav .item-group .item .img {
    margin: 0 auto;
    position: relative;
}

nav .item-group .item .img svg {
    fill: #355d8b;
    color: #355d8b;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}
nav .item-group .item .img .img_width svg {
    height: 32px;
    width: 32px;
}

/*nav .item-group .item p {
    text-align: center;
    color: #747b87;
    font-family: 'Seravek-Medium';
    font-size: 14px;
}*/

/* .img_width img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
} */

.img_width img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.img_width span svg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.img_width {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

nav .item-group .item:hover .img_width span svg {
    fill: #617995 !important;
}

nav .item-group .item.selected .img svg,
nav .item-group {
    fill: #333;
    color: #333;
    font-family: 'Seravek-Medium';
    width: 100%;
    text-align: center;
}

nav .item-group .item.selected {
    background: #ffe5d3;
    border-bottom: 1px solid #ffe5d3;
    transition: all 0.5s linear;
}

.item.profile_selected {
    background: #ffe5d3 !important;
    border-bottom: 1px solid #ffe5d3 !important;
    transition: all 0.5s linear !important;
}

.item.support_selected {
    background: #ffe5d3 !important;
    border-bottom: 1px solid #ffe5d3 !important;
    transition: all 0.5s linear !important;
}

/* .item.support_selected svg {
    fill: #fff !important;
} */

.item.notification_selected {
    background: #ffe5d3 !important;
    border-bottom: 1px solid #ffe5d3 !important;
    transition: all 0.5s linear !important;
}

.item.notification_selected svg {
    fill: #526a86 !important;
}

nav .item-group .item:hover {
    background: #fff3eb;
    border-bottom: 1px solid #fff3eb;
    transition: all 0.5s linear;
    white-space: nowrap;
}

nav .item-group .item a:hover .img svg {
    fill: #333 !important;
}

nav .item-group .item:hover .img svg {
    fill: #333 !important;
    color: #333 !important;
}

.sidepanel_menu_left {
    width: 48px;
    float: left;
    z-index: 1030;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(100vh - 0px);
}

.sidepanel_menu_right {
    width: 232px;
    float: left;
    height: 100vh;
    background: #fff;
    position: relative;
    position: relative;
}
.sidepanel_menu_right:before {
    content: '';
    position: absolute;
    border-right: 1px solid #d9e2eb;
    height: calc(100vh - 64px);
    right: 0;
    top: 64px;
}

.sidepanel_menu_right_menu {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    height: calc(100vh - 65px);
    overflow-y: scroll;
    flex-direction: column;
    align-items: flex-start;
}

.sidepanel_menu_right .side_menu_li {
    width: 100%;
    float: left;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    cursor: pointer !important;
    font-family: 'Gordita-Regular';
    font-size: 16px;
    color: #315b8b;
}

.sidepanel_menu_right .video_page .side_menu_li{
    padding: 0;
}
.video_side_menu .sidepanel_menu_right .side_menu_li:nth-child(1){
    padding: 0 12px;
}

.video_side_menu .sidepanel_menu_right .side_menu_li:nth-child(1) p{
    margin-left: 10px;
}

.video_side_menu .sidepanel_menu_right .side_menu_li p{
    margin-left: 0;
}

.sidepanel_menu_right .side_menu_li:nth-child(odd) {
    border-bottom: 1px solid #d9e2eb;
    border-top: 1px solid #d9e2eb;
}

.sidepanel_menu_right .side_menu_li:nth-child(even) {
    border: none;
}
.sidepanel_menu_right .side_menu_li.side_menu_li_center {
    height: 36px;
    font-size: 14px;
}
.sidepanel_menu_right .side_menu_li:last-child {
    border-bottom: 1px solid #d9e2eb;
}

.sidepanel_menu_right .side_menu_li:hover {
    background: #fff3eb;
    color: #333;
}

.sidepanel_menu_right .side_menu_li:hover svg {
    fill: #333;
}

.sidepanel_menu_right .side_menu_li:hover p {
    color: #333;
}

.side_menu_li_active {
    background: #ffe5d3;
    color: #333;
    cursor: pointer;
}

.side_menu_li_active p {
    color: #333 !important;
}

.side_menu_li_active svg {
    fill: #333 !important;
    color: #333;
}

.sidepanel_menu_right .side_menu_li svg {
    width: 24px;
    height: 24px;
    float: left;
    fill: #315b8b;
}
.sidepanel_menu_right .side_menu_li.side_menu_li_center svg {
    width: 16px;
    height: 16px;
}
.sidepanel_menu_right .side_menu_li .svg_workspace_width svg {
    width: 16px !important;
    height: 16px !important;
    float: left !important;
    margin-left: 10px !important;
}

.sidepanel_menu_right .side_menu_li p {
    width: 86%;
    float: right;
    margin-bottom: 0px;
    margin-left: 10px;
    color: #526a86;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 2px;
}
.sidepanel_menu_right .side_menu_li.side_menu_li_center p {
    top: 1px;
}

.sidepanel_menu_left .side_menu_hvr {
    position: absolute;
    color: #fff;
    background: #232a44;
    left: 48px;
    margin-top: 0px;
    padding: 6px 12px;
    border-radius: 3px;
    visibility: hidden;
    font-size: 12px;
    font-family: 'Gordita-Regular';
}

nav .item-group .item:hover .side_menu_hvr {
    visibility: visible;
}

/* .help_tab svg {
    fill: #ff7900 !important;
} */

.sidepanel_menu_left_logo {
    width: 100%;
    float: left;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.sidepanel_menu_left_logo img {
    width: 30px;
    height: 30px;
}

.sidepanel_menu_left_logo svg {
    width: 30px;
    height: 30px;
}

.sidepanel_menu_right_head {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: default;
    white-space: pre-wrap;
    padding-left: 12px;
}
.sidepanel_menu_right .side_menu_li:first-child {
    border-top: 1px solid #d9e2eb;
}
.sidepanel_menu_right .side_menu_li_active:first-child {
    border-top: 1px solid #ffe5d3;
}
.sidepanel_menu_right .side_menu_li:first-child:hover {
    border-top: 1px solid #fff3eb;
    border-top: 1px solid #fff3eb;
}
.sidepanel_menu_right .side_menu_li:hover:nth-child(odd) {
    border-bottom: 1px solid #fff3eb;
    border-top: 1px solid #fff3eb;
}
.sidepanel_menu_right .side_menu_li:hover:nth-child(even) {
    border: none;
}
.side_menu_li.side_menu_li_active {
    border-bottom: 1px solid #ffe5d3;
}

.side_menu_li.side_menu_li_active:hover {
    border-bottom: 1px solid #ffe5d3;
}
.sidepanel_menu_right_head h4 {
    font-family: 'Gordita-Medium';
    font-size: 18px;
    margin-bottom: 0px;
    color: #355d8b;
    position: relative;
    top: 2px;
}

.side_menu_li svg .st1_stroke {
    fill: none;
    stroke: #494949;
    stroke-miterlimit: 10;
}

.side_menu_li_active svg .st1_stroke {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10;
}

.side_menu_li:hover svg .st1_stroke {
    fill: none;
    stroke: #526a86;
    stroke-miterlimit: 10;
}

.profile_page_menu .svg_workspace_width svg {
    fill: #555555;
    color: #555555;
    margin: 0px;
}
.profile_page_menu .svg_workspace_width span {
    top: 0;
    width: 16px;
    height: 16px;
}

/*Notifications start*/

.notifications_panel {
    width: 100%;
    float: left;
}

._head_notifications_panel_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    transition: opacity 200ms;
    visibility: visible;
    opacity: 1;
    z-index: 1033;
    left: 48px;
}

._head_notifications_panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    transition: opacity 200ms;
    visibility: visible;
    opacity: 1;
    z-index: 1100;
    left: 48px;
}
._head_notifications_panel._head_notifications_panel_z_index {
    z-index: 10000;
}

.notifications_panel_body {
    background: #fff;
    opacity: 1;
    visibility: visible;
    width: 480px;
    height: 100vh;
    float: left;
}

.notifications_panel_body img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.notifications_panel_body h4 {
    color: #333;
    font-size: 18px;
    font-family: 'Gordita-Medium';
    margin-bottom: 0px;
    background: #fff;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
    cursor: default;
}

.notifications_panel_body_left {
    width: 15%;
    float: left;
}
.row_new_notifications {
    width: 100%;
    float: left;
    overflow-y: scroll;
}
.notifications_panel_body_right {
    float: left;
    width: 95%;
    padding-left: 10px;
}

.notifications_panel_scrol {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.notifications_panel_body_right h5 {
    width: auto;
    float: left;
    font-family: 'Gordita-Medium';
    font-size: 14px;
    color: #2468f6;
    margin-bottom: 7px;
    cursor: default;
    pointer-events: none;
}

.notifications_panel_user_scroll {
    width: 100%;
    float: left;
    overflow-y: scroll;
    margin-top: 15px;
}

.notifications_panel_body_right span {
    width: auto;
    float: right;
    font-family: 'Gordita-Regular';
    font-size: 12px;
    color: #000;
    pointer-events: none;
}

.notifications_panel_user {
    width: 100%;
    float: left;
    padding: 18px 12px 12px;
    background: #ddfff2;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.notifications_panel_user:hover {
    box-shadow: 0px 3px 6px #00000029;
}

.notifications_panel_user_read {
    background: #f4f4f4;
}

.notifications_panel_body_right p {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-family: 'Gordita-Regular';
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.notifications_panel_body_right p b {
    font-family: 'Gordita-Medium';
    font-size: 12px;
    pointer-events: none;
}

.notifications_panel_scrol {
    padding: 0px 20px;
}

.h6_notifis_left {
    width: 50%;
    float: left;
    color: #000;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    font-family: 'Gordita-Regular';
    pointer-events: none;
}

.h6_notifis_right {
    width: 50%;
    float: right;
    text-align: right;
    color: #2468f6;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    font-family: 'Gordita-Regular';
    cursor: pointer;
    pointer-events: none;
}

.notification_border-after:after {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    border-bottom: 0.5px solid #d9e2eb;
    width: 480px;
    content: '';
    pointer-events: none;
}

.older_notifications .notifications_panel_user_scroll {
    margin-top: 0px;
}

.older_notifications .h6_notifis_left {
    margin-top: 10px;
}

.notifications_panel_scrol .notifications_panel_user:last-child {
    margin-bottom: 20px;
}

.count_notification {
    background: #eb974e;
    border-radius: 50%;
    position: absolute;
    font-size: 10px;
    top: -4px;
    right: -6px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    border: 1px solid #fff;
}

.count_not_number {
    position: relative;
    top: 1px;
    color: #fff;
}

.item.selected:hover .count_not_number {
    color: #494949;
}

.item.selected .count_not_number {
    color: #ff7900;
}
.notifications_header {
    position: relative;
    top: 2px;
    color: #355d8b;
}
.no_notification {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    font-size: 16px;
    font-family: 'Gordita-Regular';
    color: #000;
    cursor: default;
}
.notification_svg_span {
    width: 30px;
    float: left;
}
.notification_svg_span svg {
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
    fill: #333;
}
/*Notifications End*/

/*Profile Side Start*/

.profile_page_side {
    width: 220px;
    float: left;
    height: auto;
    left: 58px;
    position: fixed;
    bottom: 15px;
    z-index: 1000;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #00000029;
    border-radius: 10px;
}

@-webkit-keyframes mymove {
    from {
        left: -215px;
    }
    to {
        left: 0;
    }
}

@keyframes mymove {
    from {
        left: -215px;
    }
    to {
        left: 0;
    }
}

.profile_page_menu ul {
    margin-bottom: 0px;
}

.profile_page_menu ul li {
    height: 36px;
    list-style: none;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    font-family: 'Gordita-Regular';
    font-size: 14px;
    color: #526a86;
}

.profile_page_menu ul li:first-child {
    padding: 0px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.profile_page_menu ul li:last-child {
    padding: 0px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.profile_page_menu svg {
    width: 16px;
    height: 16px;
    fill: #355d8b;
    color: #355d8b;
    float: left;
    margin-right: 9px;
}

.pro_user_name {
    font-size: 18px;
    background: #f7f7f7 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    color: #000;
    padding: 18px 12px 12px 15px !important;
    height: 92px !important;
    font-family: 'Gordita-Medium';
    display: flex;
    flex-direction: column;
}

.pro_user_name .profile_email {
    font-family: 'Gordita-Regular';
    font-size: 12px;
    width: 100%;
    float: left;
    color: #355d8b;
    margin-top: 6px;
}

.pro_user_name .profile_plan {
    font-size: 10px;
    color: #2468f6;
    width: 100%;
    float: left;
    margin-top: 6px;
}

.pro_user_name .profile_plan label {
    width: max-content;
    height: 18px;
    margin: 0px;
    position: relative;
    top: 0px;
    background: #d4feec 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    color: #333;
}

.pro_user_svg {
    font-size: 12px;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #d9e2eb;
}
.pro_user_svg:hover {
    border-bottom: 1px solid #fff3eb;
}

.pro_user_svg span {
    width: 82%;
    float: left;
    position: relative;
    top: 1px;
}

.pro_user_svg .rotate_dropdown {
    margin-right: 0px;
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}

.workspace_nav .image_circle {
    width: 30px;
    height: 30px;
    background: #cb2433;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.workspace_nav .image_circle_img {
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.image_circle span {
    color: #fff;
    font-size: 15px;
    font-family: 'Seravek-Medium';
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workspace_nav_btn {
    width: 52px;
    height: 25px;
    background: red;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
}

.workspace_nav_btn span {
    color: #fff;
    font-size: 12px;
    font-family: 'Seravek-Medium';
}

.workspace_nav_name {
    width: 52%;
    float: left;
    cursor: pointer;
}

.workspace_nav_name span {
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.workspace_nav_free {
    background: #3365ff;
}

.workspace_nav_paid {
    background: #ff7900;
}

.pro_user_name_select {
    background: #ffe5d3;
    color: #333;
    border-bottom: 1px solid #ffe5d3 !important;
}

.pro_user_name_select svg {
    fill: #333;
}

.image_circle span svg {
    width: 16px;
    height: 16px;
    fill: #617995;
    margin-right: 0px;
}

.profile_page_menu .pro_user_svg:hover {
    background: #fff3eb;
    transition: all 0.5s linear;
}

.pro_user_svg:hover svg {
    fill: #526a86 !important;
    color: #526a86 !important;
}

.workspace_hover_:hover .image_circle {
    background: #333 !important;
}

.workspace_hover_:hover .image_circle span {
    color: #333;
}

.workspace_hover_:hover {
    background: #fff3eb;
    transition: all 0.5s linear;
    color: #333;
}

.workspace_hover_:hover .workspace_nav_free {
    background: #fff;
}

.workspace_hover_:hover .workspace_nav_free span {
    color: #494949;
}

.workspace_hover_:hover .workspace_nav_paid {
    background: #fff;
}

.workspace_hover_:hover .workspace_nav_paid span {
    color: #494949;
}

.workspace_select {
    background: #ff7900;
    color: #fff;
    border-bottom: 1px solid #ff7900 !important;
}

.workspace_select .image_circle {
    background: #fff;
}

.workspace_select .image_circle span {
    color: #494949;
}

.workspace_select .workspace_nav_free {
    background: #fff;
}

.workspace_select .workspace_nav_free span {
    color: #494949;
}

.workspace_select .workspace_nav_paid {
    background: #fff;
}

.workspace_select .workspace_nav_paid span {
    color: #494949;
}

/*Profile Side End*/

.flow_canvas {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.flex_menu {
    flex-grow: 1;
    height: 100vh;
    width: 48px;
    float: left;
    display: flex;
    position: relative;
}
.flex_side_menu_dialog {
    flex-grow: 3;
    height: 100vh;
    float: left;
    display: block;
    position: relative;
}

.flex_side_menu {
    flex-grow: 3;
    height: 100vh;
    float: left;
    width: 232px;
    display: block;
    position: relative;
    z-index: inherit;
}

.flex_canvas {
    flex-grow: 12;
    height: 100vh;
    width: 100%;
    float: left;
    display: flex;
    overflow: hidden;
    position: relative;
}

.flex_canvas_right {
    flex-grow: 8;
    height: 100vh;
    display: flex;
    width: 100%;
    float: left;
    justify-content: space-around;
    position: relative;
    /* z-index: 1098; */
}

.flow_canvas1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
}

.flex_menu1 {
    /*  /* flex-grow: 5;
    height: 80px;
    width: 45%;
    float: left;
    display: flex; */
    display: flex;
    width: auto;
    float: left;
    justify-content: space-between;
}
.intent_inner_page .flex_menu1 {
    width: 100%;
}
.flex_side_menu1 {
    flex-grow: 5;
    height: 64px;
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-end;
}

.flex_canvas1 {
    flex-grow: 10;
    height: 64px;
    width: 100%;
    float: left;
    display: flex;
    z-index: 1035;
}

/* training_module_icon */

.training_module_icon {
    width: 22px !important;
    height: 22px !important;
}

/* Workspace popup updated  */

.work_workspace_name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.workspace_nav .accounts_users {
    width: 100%;
    float: left;
    margin-top: 0px !important;
    background: #f2f3f8;
    border-radius: 6px;
    padding: 0px 5px;
    cursor: pointer;
}

.workspace_nav .accounts_users .accounts_users_name_img h5 {
    width: 75%;
}

.workspace_nav .accounts_users .accounts_users_change_border {
    border: none;
}

.workspace_nav .accounts_users .accounts_users_name_img {
    width: 100%;
    float: left;
    background: inherit;
    padding: 0px;
    height: 30px;
    border-radius: 0px;
    display: flex;
    align-items: center;
}

.workspace_nav .accounts_users .accounts_users_name_img .accounts_users_name_img_circle {
    text-align: center;
    width: 18px !important;
    float: left;
    position: relative;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-right: 3px;
}

.workspace_nav .accounts_users .accounts_users_name_img h6 {
    font-size: 11px;
    font-family: 'Seravek-Regular';
    margin-bottom: 0px;
    width: 15px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    background: #fe7900;
    height: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.workspace_nav .accounts_users label {
    width: 15px;
    float: left;
    position: relative;
    top: -9px;
    height: 15px;
}

.workspace_nav .accounts_users .option-input.radio {
    border-radius: 50%;
    border: 1px solid #e0e2e4 !important;
    background: #fff;
    float: right;
    margin-right: 0px;
    width: 15px;
    height: 15px;
}

.workspace_nav .accounts_users .accounts_users_name_img .accounts_users_name_img_circle span {
    position: relative;
    top: 0px;
    font-weight: 600;
}

.workspace_nav .option-input:checked::before {
    height: 7px;
    width: 7px;
    position: absolute;
    content: '';
    background-image: none;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 4px !important;
    text-align: center;
    line-height: 25px;
    top: 3px;
    background: #3365ff;
    left: 3px;
    border-radius: 50%;
}

.workspace_nav .option-input:checked {
    background: #fff !important;
}

.workspace_nav .accounts_users:hover {
    background: #fff3eb;
}

.workspace_nav .accounts_users:hover .accounts_users_name_img_circle {
    background: #fff;
    color: #0a89e8;
}

.workspace_nav .accounts_users:hover .accounts_users_name_img h6 {
    background: #fff;
    color: #0a89e8;
}

.workspace_nav .accounts_users:hover .accounts_users_name_img h5 {
    color: #fff;
    text-decoration: underline;
}

.label_checked:hover .hover_radio_default1 {
    display: block !important;
}

.workspace_get_free {
    background: #3365ff !important;
}

.workspace_nav .accounts_users:hover .accounts_users_name_img .workspace_get_free {
    background: #fff !important;
    color: #0a89e8;
}

.workspace_nav .accounts_users:hover .option-input.radio {
    border: 1px solid #fff !important;
}

.workspace_nav ul li {
    margin: 3px 0px;
}

.workativ_users_active .accounts_users {
    background: #f4f4f4;
}

.workativ_users_active .accounts_users_name_img_circle {
    background: #e0f6ff !important;
    color: #355d8b !important;
}
.workspace_nav .accounts_users:hover .accounts_users_name_img_circle {
    background: #fff !important;
    color: #333 !important;
}
.workativ_users_active .accounts_users_name_img h5 {
    color: #333 !important;
}

.workativ_users_active .accounts_users_name_img h6 {
    background: #fff !important;
    color: #3365ff !important;
}

.workativ_users_active .option-input:checked::before {
    background: #3365ff;
}

.workativ_users_active .workspace_get_free {
    background: #3365ff;
}

.pro_user_name span {
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: 'Gordita-Medium';
    line-height: initial;
    white-space: nowrap;
}

/* Workspace popup updated  */

/* flow canvas left panel */

.sidepanel_menu_right_menu_step {
    width: 100%;
    float: left;
}

.sidepanel_step_automations {
    width: 100%;
    float: left;
}

.sidepanel_step_automations_show {
    width: 33.33%;
    float: left;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    border-right: 0.5px solid #ccc;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
    height: 48px;
}

.sidepanel_show_step {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #607794;
    font-family: 'Seravek-Regular';
    font-size: 15px;
    cursor: default;
}

.sidepanel_step_automations_show:last-child {
    border-right: none;
}

.sidepanel_step_automations_show:hover {
    background: #0a89e8;
    border-right: 0.5px solid #0a89e8;
    border-top: 0.5px solid #0a89e8;
    border-bottom: 0.5px solid #0a89e8;
}

.sidepanel_step_automations_show:hover .sidepanel_show_step {
    color: #fff;
}

.sidepanel_step_automations_show_selected {
    background: #ff7900;
    border-right: 0.5px solid #ff7900;
    border-top: 0.5px solid #ff7900;
    border-bottom: 0.5px solid #ff7900;
}

.sidepanel_step_automations_show_selected .sidepanel_show_step {
    color: #fff;
}

.sidepanel_step_automations_content {
    width: 100%;
    float: left;
    margin-top: 20px;
    /* padding: 10px; */
}

.sidepanel_step_automations_content p {
    color: #607794;
    font-family: 'Seravek-Regular';
    font-size: 14px;
    margin: 0px;
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
    width: 98%;
    float: left;
}

.sidepanel_step_automations_content img {
    width: 100%;
    float: left;
    padding: 0px 20px;
    margin-top: 20px;
    position: relative;
    left: -13px;
}
.tour_icon_width {
    width: 24px !important;
    height: 24px !important;
}
/* flow canvas left panel */
.pointer-events-all {
    pointer-events: all;
}

/* sidepanel dialog dropdown start */

.side_menu_li.side_menu_li_center {
    width: 90%;
    margin: 0 auto;
}
.side_menu_li.side_menu_li_center:last-child {
    width: 90%;
}
.side_menu_li span svg.rotate_dropdown {
    width: 14px;
    height: 14px;
}
/* sidepanel dialog dropdown end */

.flex_side_menu.closed_sub_menu .sidepanel_menu_right:before {
    display: none;
}
._head_notifications_panel h3 {
    align-items: center;
    display: flex;
    font-size: 12px;
    color: #355d8b;
    font-family: 'Gordita-Regular';
    justify-content: center;
    padding-left: 0px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
._head_notifications_panel h3 #preloader {
    width: 18px;
    height: 18px;
    float: left;
    top: 0;
    margin-right: 10px;
}

/* sidebar help videos css */
.sidebar_help_button_box{
    position: absolute;
    left: 60px;
    border-radius: 10px;
    background: #fff;
    /* visibility: hidden; */
    box-shadow: 5px 10px 15px #888888;
}

/* .help_button_box:hover .sidebar_help_button_box{
    visibility: visible;
} */

.sidebar_help_button{
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 150px;
    align-items: center;
    padding: 5px 10px;
}

/* .sidebar_help_button:nth-child(1){
    border-bottom: 0.5px solid #333;
} */

.sidebar_help_button:hover{
    background: #FFE5D3;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.sidebar_help_button_box::after{
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: transparent #fff;
    border-width: 10px 15px 15px 0;
    top: 70%;
    right: 100%;
    margin-top: -25px;
}

.sidebar_help_button:hover:nth-child(1)::after{
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-width: 0 0 15px 20px;
    border-color: transparent transparent #FFE5D3 transparent;
    top: 86%;
    left: -18px;
    margin-top: -10px;
}

.sidebar_help_button:hover:nth-child(2)::after{
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #FFE5D3 transparent transparent;
    top: 30%;
    left: -18px;
    margin-top: -10px;
}

.sidebar_help_button svg{
    width: 20px;
}

.sidebar_help_button p{
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 200;
    color: #526A86;
    font-size: 14px;
}

/* sidebar help videos css */
