/*--------------------- Copyright (c) 2024 ----------------------- 
[Master Stylesheet] 
Project: AutoLeadFinder 
Version: 1.0.0 
Author: 
 ------------------------------------------------------------------- 
[Table of contents] 
    1. Global CSS Start
    2. Comman CSS Start
-------------------------------------------------------------------*/

/********************************************************
    1. Global CSS Start
********************************************************/
:root {
    --white-color:#ffffff;
    --secondary-color:#69767A;
    --primary-color:#3785F1;
    --heading-color:#111111;
    --transition:all 0.3s;
    --webkit-transition:all 0.3s;
    --moz-transition:all 0.3s;
    --o-transition:all 0.3s;
    --ms-transition:all 0.3s;    
}
body {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: 400;
    background: #f9fbfc;
    background: #F4FAFF;
     /* overflow-x: hidden; */
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.red_color, .red_color:hover{
   color:#ff3364; 
}
.primary_color{
   color:var(--primary-color); 
}
.primary_color:hover{
   color:var(--primary-color); 
}
.wb_input_note {
    color: #585C66;
    font-size: 13px;
}
.wb_mini_note {
    font-size: 13px;
    color: #585C66;
    margin-top: 5px;
}
.tooltip.show {
    z-index: 9999;
}
.btn_close {
    background: #B8BADC;
    color: #ffffff;
    border-radius: 50px;
    padding: 0!important;
    width: 24px;
    height: 24px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn_close img {
    filter: brightness(5);
}
/********************************************************
    2. Common CSS Start
********************************************************/
.pb_5{padding-bottom:5px}.pb_10{padding-bottom:10px}.pb_15{padding-bottom:15px}.pb_20{padding-bottom:20px}.pb_30{padding-bottom:30px}.pb_40{padding-bottom:40px}.pb_50{padding-bottom:50px}.pb_60{padding-bottom:60px}.pb_70{padding-bottom:70px}.pb_80{padding-bottom:80px}.pt_5{padding-top:5px}.pt_10{padding-top:10px}.pt_15{padding-top:15px}.pt_20{padding-top:20px}.pt_30{padding-top:30px}.pt_40{padding-top:40px}.pt_50{padding-top:50px}.pt_60{padding-top:60px}.pt_70{padding-top:70px}.pt_80{padding-top:80px}.mb_5{margin-bottom:5px}.mb_10{margin-bottom:10px}.mb_15{margin-bottom:15px}.mb_20{margin-bottom:20px}.mb_30{margin-bottom:30px}.mb_40{margin-bottom:40px}.mb_50{margin-bottom:50px}.mb_60{margin-bottom:60px}.mb_70{margin-bottom:70px}.mb_80{margin-bottom:80px}.mt_5{margin-top:5px}.mt_10{margin-top:10px}.mt_15{margin-top:15px}.mt_20{margin-top:20px}.mt_30{margin-top:30px}.mt_40{margin-top:40px}.mt_50{margin-top:50px}.mt_60{margin-top:60px}.mt_70{margin-top:70px}.mt_80{margin-top:80px}
.dp5Wrap{
    margin:0 -5px;
}
.dp5{
    padding: 5px;
}
.fw300{
    font-weight: 300!important;
}
.fw400{
    font-weight: 400!important;
}
.fw500{
    font-weight: 500!important;
}
.fw600{
    font-weight: 600!important;
}
.fw700{
    font-weight: 700!important;
}
.fs15{
    font-size: 15px!important;
}
::placeholder {
    color: #585C66;
}
:-ms-input-placeholder { 
    color: #585C66;
}
::-ms-input-placeholder { 
    color: #585C66;
}
a, a:hover, a:focus, button, button:hover, svg, svg path, ::after, ::before {
	text-decoration: none;
	-webkit-transition: var(--webkit-transition);
	-moz-transition: var(--moz-transition);
	-ms-transition: var(--ms-transition);
	-o-transition: var(--o-transition);
	transition: var(--transition);
}
img {
	max-width: 100%;
}
input, textarea, select, button, button:focus, button:hover, label, svg, svg path, svg rect, svg polygon, img, a, .form-control:focus {
	outline: none;
	box-shadow:none;
}
ul, p {
	padding:0;
	margin:0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Figtree', sans-serif;
	margin:0;
	padding:0;
	text-transform:capitalize;
    color:var(--heading-color);
}
.daterangepicker {
    z-index: 99999;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #333333;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-color)!important;
}
.daterangepicker td.in-range {
    background-color: #f6f3ff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.daterangepicker .drp-buttons .applyBtn.btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #E7F0F3;
    color: #7d8c91;
    cursor: pointer;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #E7F0F3;
    color: #69767a;
}
.modal {
    z-index: 99999;
}
.modal-content {
    border: 0;
    border-radius: 12px;
    box-shadow: 20px 20px 100px rgb(149 42 254 / 5%);
    padding: 35px;
}
.modal-header {
    padding: 0;
    border: 0;
    margin-bottom: 26px;
}
.modal-body {
    padding: 0 10px 0 0;
    /*max-height: 525px;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}
/*.modal-backdrop {*/
/*    background: rgb(0 0 0 / 20%);*/
/*    z-index: 9999;*/
/*}*/
.modal-backdrop {
    --bs-backdrop-bg: var(--heading-color);
    --bs-backdrop-opacity: 0.8;
}
.modal-title {
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
}
.wbd_list-field, .seq_add_field {
    color: #111111;
    font-size: 15px;
    font-weight: 400;
}
.wbd_add_new-field, .seq_create_add_btn, .add_to-email_list {
    background-color: rgb(55 133 241 / 10%);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    margin: 0 5px;
}
.tooltip-inner {
    background: var(--heading-color);
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--heading-color);
}
.br-5{
    border-radius: 5px;
}
.weight500{
    font-weight: 500!important;
}
.weight600{
    font-weight: 600!important;
}
.mo_gridList {
    display: grid;
}
.mo_grid_gap20 {
    grid-gap: 20px;
}
.mo_grid_5 {
    grid-template-columns: repeat(5, 1fr);
}
.mo_grid_3 {
    grid-template-columns: repeat(3, 1fr);
}
.not-allowed{
    cursor: not-allowed!important;
    pointer-events: none;
    opacity: 0.3;
}
/* width */
::-webkit-scrollbar {
    width: 4px;
}  
/* Track */
::-webkit-scrollbar-track {
    background: #E0EDFF;
}  
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}
.gray_link, .gray_link:hover{
    color: #93A8AF;
}
.wb_dot {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.wb_dot.gray_bg {
    background: var(--secondary-color);
}
.wb_dot.gray_bg > span {
    background: #fff;
}
.wb_dot.verti_dot {
   flex-direction: column;
}
.wb_dot > span {
    padding: 1.5px;
    border-radius: 50%;
    display: inline-block;
    background: var(--secondary-color);
}
.wb_dot > span:nth-child(02) {
    margin: 2px;
}
/* file upload css start */
.file_upload_box {
    display: flex;
    border: 1px solid #efecf8;
    border-radius: 6px;
    background: #fdfcff;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 0;
    align-items: center;
}
.file_upload_icon {
    margin-right: 20px;
    background-color: rgb(82 111 255 / 11%);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.file_upload_info > p {
    font-weight: 600;
}
.file_upload_sprt {
    font-size: 14px;
}
/* file upload css end */
/* toster css */
.wb_toster_wrap {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--white-color);
    position: fixed;
    right: 20px;
    top: 20px;
    grid-gap: 20px;
    padding: 20px 20px;
    max-width: 270px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 999999;
    word-break: break-all;
    box-shadow: 0px 0px 40px 0px rgb(0 143 238 / 20%);
}
.wb_toster_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 60px;
    background: #4DD37B;
    margin: auto;
    border-radius: 0px 15px 15px 0px;
}
.wb_toster_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.wb_toster_img {
    margin-top: 0;
}
.wb_toster_msg {
    /* padding-left: 20px; */
}
.wb_toster_msg > span {
    font-size: 16px;
    color: #36B133;
    font-weight: 700;
}
.wb_toster_msg > p {
    font-size: 12px;
    color: #1E1E1E;
    word-break: break-word;
    font-weight: 400;
}
.error.wb_toster_wrap:after {
    background: #ff3364;
}
.error .wb_toster_msg > span {
    color: #ff3364;
}
/* button list */
.d-f-w{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -2px;
}
.d-f-w > li{
    padding: 2px 2px;
}
.wb_btn_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.wb_btn_list> li {
    padding: 0px;
}
.listSpace5 {
    margin: 0 -5px;
}
.listSpace5 > li {
    padding: 0;
}
/* button css start  */
.wb_btn {
    background: linear-gradient(317.92deg, #297CF0 -21.76%, #0E6AED 93.36%);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 0;
    border: 0;
    line-height: normal;
}
.wb_btn:active {
    transform: scale(0.95);
}
.primary_btn {
    background: linear-gradient(317.92deg, #297CF0 -21.76%, #0E6AED 93.36%);
}
.primary_btn:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #2159a6 0%, var(--primary-color) 100%);
    border-radius: 6px;
    z-index: -1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: scale(0, 1);
}
.primary_btn:hover::after {
    opacity: 1;
    visibility: visible;  
    transform: scale(1, 1);  
}

.wb_btn:hover {
    color: var(--white-color);
}
.wbBtnIcon > svg, .wbBtnIcon > img {
    display: flex;
}
.wbBtnIcon {
    display: inline-flex;
}
.wbBI_L {
    margin-right: 10px;
}
.wbBI_R {
    margin-left: 10px;
}
.btn40{
    height: 40px;
    font-size: 14px;
}
.btn50{
    height: 50px;
}
.btn60{
    height: 60px;
}
/* green button css */
.green_btn{
    background: linear-gradient(180deg, #56EA88 0%, #2FCC64 100%);
}
.green_btn:hover{
    box-shadow: 0px 24px 30px rgba(77, 211, 123, 0.15);
}
.green_btn:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #56EA88 0%, #2FCC64 100%);
    border-radius: 6px;
    z-index: -1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;    
    transform: scale(0, 1);
}
.green_btn:hover::after {
    opacity: 1;
    visibility: visible;     
    transform: scale(1, 1);  
}
/* dark button  */
.dark_btn{
    background: var(--heading-color);
} 
/* red button  */
.red_btn {
    background: #ff3364;
}
/* blue transparent button  */
.B_transparent_btn {
    color: #126DED;
    background: transparent;
}
.B_transparent_btn:hover {
    color: #3785F1;
}
/* gray transparent button  */
.g_transparent_btn {
    background: #F9FBFC;
    border: 1px solid #D8E6EB;
    color:#69767A;
}
.g_transparent_btn:hover {
    color: #69767A;
}
/* white btn */
.white_btn {
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    color: #93A8AF;
}
.white_btn:hover {
    background: var(--primary-color);
}
.white_btn:hover svg path {
    fill: #fff;
}
/* max-width btn */
.max-width{
    width: max-content;
    padding: 0 30px;
}
.btnP20{
    padding: 0 20px;
}
.btnP10{
    padding: 0 10px;
}
/* back button */
.wb_back_btn {
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 700;
}
.wb_back_btn:hover {
    color: var(--primary-color);
}
.wbBackbtnIcon {
    display: inline-flex;
}
.wb_back_btn.left .wbBackbtnIcon {
    margin-right: 8px;
}
.wb_back_btn.right .wbBackbtnIcon {
    margin-left: 8px;
}
/* checkbox start */
.wb_checkboxLabel {
    color: #93A8AF;
    font-size: 15px;
}
.wb_checkbox .wb_checkboxInput + .wb_checkboxLabel{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.wb_checkbox .wb_checkboxInput + .wb_checkboxLabel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E3E5E7;
    background: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wb_checkbox .wb_checkboxInput + .wb_checkboxLabel:after{
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    opacity: 0;
}
.wb_checkbox .wb_checkboxInput:checked + .wb_checkboxLabel:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.wb_checkbox .wb_checkboxInput:checked + .wb_checkboxLabel:before {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.wb_checkbox.green .wb_checkboxInput:checked + .wb_checkboxLabel:before {
    background: #4DD37B;
    border-color: #4DD37B;
}
.wb_checkbox .wb_checkboxInput {
    display: none;
}
/* checkbox single  */
.wb_cb_signle .wb_checkboxInput + .wb_checkboxLabel{
    padding-left: 0;
}
.wb_cb_signle .wb_checkboxLabel {
    width: 18px;
    height: 18px;
}
/* dropdown css  */
.dropdown-toggle {
    border: 0;
    padding: 0;
    background: transparent;
}
.dropdown-toggle::after{
    display: none
}
.dropdown-menu {
    border: 1px solid #eeeef9;
    border-radius: 6px;
    background: #151819;
    padding: 10px 0;
    box-shadow: 0px 8px 50px 0px rgb(48 52 59 / 12%);
}
.dropdown-item {
    color: var(--white-color);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--white-color);
    background: var(--primary-color);
}
.dot_icon .dropdown-item {
    display: flex;
    align-items: center;
}
.wb_dd_icon {
    display: inline-flex;
    margin-right: 7px;
}
.wb_dd_icon svg {
    width: 15px;
    height: 15px;
}
/* drop down  */
/* input css */
.wb_input_label {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 600;
}
.wb_Input {
    background: #fff;
    border: 1px solid #E0E1E3;
    border-radius: 6px;
    height: 52px;
    width: 100%;
    padding: 0 20px 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: var(--heading-color);
}
textarea.wb_Input {
    height: 170px;
    resize: none;
    padding-top: 10px;
}
.input_shadow{
    box-shadow: 0px 10px 20px rgb(76 75 84 / 2%);
}
.input40, .wb_SB.input40 .select2-container--default .select2-selection--single{
    height: 40px;
}
.input50, .wb_SB.input50 .select2-container--default .select2-selection--single{
    height: 50px;
}
.input60, .wb_SB.input60 .select2-container--default .select2-selection--single{
    height: 60px;
}
.wb_authInput_wrap label {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.wb_auth_Input {
    background: #ffffff;
    border: 1px solid #E0E1E3;
    border-radius: 2px;
    height: 60px;
    width: 100%;
    padding: 0 40px 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: var(--heading-color);
}
.wb_authInput_icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
}
/* input css */
/* select box */
/* select box */
/* normal select box  */
.wb_normalSB select {
    border: 1px solid #eeeef9;
    border-radius: 5px;
    background: rgb(251 251 254 / 0%);
    width: 100%;
    height: 50px;
    padding: 0px 12px;
    font-size: 14px;
    color: var(--heading-color);
    font-weight: 300;
    position: relative;
    min-width: 130px;
}
/* normal select box  */
.wb_SB {
    position: relative;
}
.wb_SB .select2-selection {
    border-radius: 6px;
    background: #ffffff;
    border-color: #E0E1E3;
    line-height: inherit;
}
.wb_SB .select2-container--default .select2-selection--single {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.sb40 .select2-container--default .select2-selection--single {
    height: 40px;
    line-height: 40px;
}
.inputWhite .select2-container--default .select2-selection--single {
    background: var(--white-color);
}
.wb_SB .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #585C66;
    line-height: inherit;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
}
.wb_SB .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 20px;
    width: auto;
    bottom: 0;
    height: 100%;
}
.wb_SB .select2-container--default .select2-results__option--selected {
    background: var(--primary-color);
    color: var(--white-color);
}
.wb_SB .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--heading-color);
}
.wb_SB .select2-results__option {
    color: #767980;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333333 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}
/* multiple select box */
.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 300;
    /* margin: 0;
    padding: 10px 20px 0;
    height: 35px; */
}
.wb_SB .select2-selection--multiple {
    padding: 0;
    height: 50px;
    overflow: hidden auto;
}
.wb_SB .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 8px 5px;
    background: #eaf3ff;
    border-radius: 5px;
    border: 0;
    color: #585C66;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    padding-right: 25px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #E7F0F3;
}
.wb_SB .select2-selection--multiple::-webkit-scrollbar {
    width: 4px;
}  
.wb_SB .select2-selection--multiple::-webkit-scrollbar-track {
    background: #E0EDFF;
}  
.wb_SB .select2-selection--multiple::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}
.wb_SB .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 0;
    background: #1f75ef;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    padding: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    left: inherit;
    color: white;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wb_SB .select2-container .select2-search--inline .select2-search__field {
    vertical-align: super;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #E0E1E3;
}
.select2-dropdown {
    border: 1px solid #E0E1E3;
}
/* multiple select box */
/* select box */
/* date picker */
.wb_dateRange_Picker {
    width: 290px;
}
.wb_calalnderIcon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date_Picker{
    font-weight: 400;
    color: #93A8AF;
}
.date_Picker.wb_db_max {
    max-width: 155px;
}
/* date picker */
/* loader start  */
.wb_loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white-color);
}
.wb_loader img {
	 width: 80px; 
}
/* loader 2 start */
.wb_loader2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 80%);
}
/* loader 2 end */
/* loader end  */
/********************************************************
    .Login page  CSS Start
********************************************************/
.wb_auth_left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    align-self: end;
    padding-bottom: 50px;
    flex: 1;
    max-width: 1320px;
    width: 100%;
}
.wb_auth_left::after {
    position: absolute;
    content: "";
    top: -120px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/login_icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    z-index: 0;
    animation: 6s top_bottom infinite alternate;
}
@keyframes top_bottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.wb_auth_lInner {
    padding: 16px 20px 17px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 124 206 / 10%);
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 470px;
    margin-top: -70px;
}
.wb_auth_lInner::after {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/login_mini1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 78px;
    height: 77px;
    -webkit-animation: rotate 10s normal linear infinite;
  animation: rotate 10s normal linear infinite;
}



@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes pulse {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0.9);
    }
  }
.wb_auth_lInner::before {
    position: absolute;
    content: "";
    right: -70px;
    bottom: -25px;
    background-image: url(../images/login_mini2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 126px;
    height: 66px;
    animation: pulse 2s ease-in-out infinite alternate;
}
.wb_auth_l_heading {
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1.5;
}
.wb_auth_face {
    display: block;
    margin: 30px 0 0;
}
.wb_authChat_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wb_authChat_list > li {
    margin-bottom: 30px;
}
.wb_authChat_list > li:last-child {
    margin-bottom: 0;
}
.wb_auth_chatBox {
    position: relative;
    width: 100%;
    max-width: 390px;
    background: rgb(255 255 255 / 2%);
    box-shadow: 10px 10px 20px rgb(0 0 0 / 5%);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    color: #fff;
    padding: 30px;
    border: 1px solid rgb(255 255 255 / 5%);
    /* border: 1px solid rgb(0 0 0 / 0%);
    border-image-source: linear-gradient(90deg, #ffffff00 20%, #ffffff21 100%);
    border-image-slice: 1; */
}
.wb_auth_chat_text {
    font-size: 15px;
    font-weight: 300;
}
.wb_auth_cb_a {
    position: absolute;
    border: 2px solid var(--white-color);
    filter: drop-shadow(6px 6px 18px rgba(255, 62, 141, 0.2));
}
.wb_acb_left .wb_auth_cb_a {
    top: -17px;
    left: -17px;
    border-radius: 30px 30px 0px 30px;
}
.wb_acb_right .wb_auth_cb_a {
    bottom: -17px;
    right: -17px;
    border-radius: 0px 30px 30px 30px ;
}
.wb_auth_logo {
    margin-bottom: 50px;
}
.wb_auth_logo img {
    width: 295px;
    height: 50px;
    object-fit: contain;
}
.wb_auth_right {
    background-color: #ffffff;
    box-shadow: 0px 0px 60px 0px rgb(0 143 238 / 10%);
    padding: 50px 70px;
    width: 600px;
    flex: none;
}
.bot_logoutBtnWrap {
    margin-bottom: 10px;
}
.wb_auth_heading {
    display: flex;
    align-items: end;
    margin: 0 0 20px;
    grid-gap: 5px;
}
.wb_auth_h_icon {
    position: relative;
    top: -5px;
}
.wb_auth_h_text {
    font-size: 30px;
    color: var(--heading-color);
    font-weight: 800;
}
.wb_auth_sheading {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}
.wb_authFiledBox {
    margin-top: 30px;
}
.wb_auth_rInner {
    background-color: #F7FAFC;
    border-radius: 10px;
    width: 100%;
    max-width: 465px;
    padding: 50px 40px;
}
.wb_authKeepForgt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.wb_auth_forgot {
    font-size: 14px;
    color: #3785F1;
    font-weight: 500;
}
.wb_auth_register {
    font-size: 16px;
    font-weight: 300;
}
.wb_cb_short .wb_checkboxInput + .wb_checkboxLabel:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
.wb_cb_short.wb_checkbox .wb_checkboxInput:checked + .wb_checkboxLabel:after {
    top: 7px;
    left: 5px;
}
.hide_eye {
    display: none;
}
.active .hide_eye {
    display: block;
}
.active .view_eye {
    display: none;
}
/********************************************************
    .Sidebar  CSS Start
********************************************************/
.wb_sidebar_wrap {
    background: #ffffff;
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 40px 0px 20px;
    z-index: 9;
    transition: var(--transition);
    box-shadow: 0px 0px 50px 0px rgb(2 74 242 / 6%);
}
.wb_sidebar_header {
    padding: 0 40px;
}
.wb_sidebar_headerTop {
    margin-bottom: 40px;
}
.wb_sidebar_logo .mini_logo {
    display: none;
}
.wb_sidebar_menu {
    overflow: hidden auto;
    height: calc(100% - 360px);
    margin: 35px 20px 20px 0px;
    padding: 0 20px 0 0;
}
.wb_sidebar_menu > li {
    margin-bottom: 10px;
    position: relative;
}
.wb_sidebar_menu > li:last-child {
    margin-bottom: 0px;
}
.wb_sidebar_item {
    color: #7F8DB9;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    padding: 15px 20px;
    position: relative;
    z-index: 0;
    transition: 0.3s;
}
.wb_sidebar_icon svg path {
    fill: #7F8DB9;
}
.wb_sidebar_item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    transition: var(--transition);
    background-repeat: no-repeat;
    background-size: auto;
    width: 4px;
    height: 35px;
}
.menu_toggle .wb_sidebar_item:after {
    left: auto;
    z-index: 1;
    right: 0;
}
/* .wb_sidebar_item:hover, .wb_sidebar_item.active{
    color: var(--white-color);
    background: var(--primary-color);
    box-shadow: inset 0px 3px 5px 0px rgb(50 54 68 / 10%);
} */
.wb_sidebar_item:hover, .wb_sidebar_item.active {
    color: #297CF0;
    background: linear-gradient(90deg, #E0EDFF 0%, #FFFFFF 94.44%);
}
.wb_sidebar_item.active:after, .wb_sidebar_item:hover:after {
    background-image: url(../images/svg/navshape.svg);
}
.wb_sidebar_item:hover .wb_sidebar_icon > svg path, .wb_sidebar_item.active .wb_sidebar_icon > svg path {
    fill: #297CF0;
}
.wb_sidebar_icon {
    margin-right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.wb_sidebar_wrap .wb_btn {
    width: max-content;
}
.wb_sidebar_wrap .wb_btn.wb_iconBtn {
}
.wb_sidebar_wrap .wb_btn > span {
    margin-left: 30px;
}
.wb_sidebar_profileEmail {
    font-size: 14px;
    color: #585C66;
    word-break: break-all;
    font-weight: 400;
}
.wb_sidebar_profilename {
    font-size: 15px;
    color: var(--heading-color);
    font-weight: 700;
}
.wb_header_avtar_box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.wb_sidebar_profile {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    grid-gap: 10px;
}
.wb_sidebar_profile::after {
    position: absolute;
    content: "";
    border-color: #111 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    right: -20px;
    top: 25px;
}
.wb_sidebar_profileIMg {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: #297CF0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: var(--white-color);
    flex: none;
}
.wb_sidebar_profileIMg > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* background: #bdc3db; */
    object-fit: cover;
}
.wb_SidebarProptions{
    position: absolute;
    top: 22px;
    right: 10px;
}
.wb_help_support_box {
    background: linear-gradient(317.92deg, #297CF0 -21.76%, #0E6AED 93.36%);
    text-align: center;
    max-width: 210px;
    padding: 20px 20px 35px;
    border-radius: 15px;
    position: relative;
    margin: auto;
}
.wb_help_support_box h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin: 15px 0 5px;
}
.wb_help_support_box p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.wb_help_support_box a {
    display: inline-block;
    background-color: #ffffff;
    color: #297CF0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 4px 30px 0px rgb(11 49 102 / 20%);
    line-height: normal;
}

.wb_dropdown_box {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    padding: 12px 15px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(90px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wb_dropdown_box a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #111111;
}
.user_toggle .wb_dropdown_box {
    opacity: 1;
    visibility: visible;
    transform: translateY(70px);
}
/* sidebar click to mini css start */
/* sidebar toggle button css start */
/* in the sidebar  */
.wb_sb_tgl {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 21px;
    height: 84px;
    margin: auto;
    background-image: url(../images/svg/nav_center_shape.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.wb_sb_tgl .wb_toggle_btn {
    background: transparent;
    margin-left: -7px;
}
/* in the sidebar  */
.wb_toggle_btn {
    display: block;
}
.wb_toggle_btn > svg {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb_toggle_btn_line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:var(--white-color);
    stroke-width:4;
    stroke-linecap:round;
}
.wb_toggle_btn .top {
    stroke-dasharray: 40 121;
}
.wb_toggle_btn .bottom {
    stroke-dasharray: 40 121;
}
.menu_toggle .wb_toggle_btn .top {
    stroke-dashoffset: -102px;
}
.menu_toggle .wb_toggle_btn .bottom {
    stroke-dashoffset: -102px;
}
.menu_toggle .responsive_toggle .wb_toggle_btn .top {
    stroke-dashoffset: -68px;
}
.menu_toggle .responsive_toggle .wb_toggle_btn .bottom {
    stroke-dashoffset: -68px;
}
.menu_toggle .responsive_toggle .wb_toggle_btn > svg {
    transform: rotate(180deg);
}
.menu_toggle .wb_help_support_box {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 370px;
    left: 60px;
    padding: 0px;
}
.menu_toggle .wb_help_support_box img {
    display: none;
}

.menu_toggle .wb_help_support_box h6 {
    display: none;
}

.menu_toggle .wb_help_support_box p {
    display: none;
}
.menu_toggle .wb_help_support_box a {
    bottom: 20px;
}
/* sidebar toggle button css end */
/********************************************************
    .header CSS Start
********************************************************/
.wb_header_Wrap {
    background: #F9FBFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 50px 12px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
    margin: auto;
    max-width: 1500px;
    border-radius: 0 0 30px 30px;
}
.wb_header_heading_box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    flex-wrap: wrap;
}
.wb_header_Wrap > div {
    padding: 5px;
    margin: 0 -5px;
}
.wb_header_heading {
    font-size: 20px;
    font-weight: 700;
}
.wb_header_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
}
.wb_hl_first > li {
    padding-right: 10px;
}
.wb_headerBox {
    width: 54px;
    height: 54px;
    background: #ffffff;
    border: 1px solid #E0E1E3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wb_header_noti_wrap:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff3364;
    border: 1px solid #F3F9FB;
}
.wb_noti_timeEye {
    display: flex;
    justify-content: space-between;
}
.wb_noti_review > ul {
    display: flex;
    align-items: center;
    margin: 0 -4px;
}
.wb_noti_review > ul > li {
    padding: 2px 4px;
}
.wb_noti_eye {
    display: flex;
}
.wb_noti_review .wb_checkbox {
    display: flex;
}
/* notification drop down */
.wb_header_notification {
    cursor: pointer;
    }
    .wb_h_notiDD {
        position: absolute;
        top: calc(100% + 5px);
        border-radius: 12px;
        box-shadow: 0px 0px 80px rgb(0 0 0 / 0%);
        background: #fff;
        z-index: 5;
        width: 380px;
        right: 0;
        border: 1px solid #eee;
        transform: translateY(5px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .wb_header_notification.active .wb_h_notiDD{
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
    .wb_h_notiDD_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #E7F0F3;
        padding: 20px;
    }
    .wb_h_notiDDH_ttl {
        font-size: 18px;

    }
    .wb_h_notiDD_tWrap {
        display: flex;
    }
    .wb_h_notiDD_ttl {
        font-size: 15px;
        color: var(--secondary-color);
        position: relative;
        padding-left: 15px;
    }
    .wb_h_notiDD_ttl:after {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        background: var(--primary-color);
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }
    .wb_h_notiDD_list > li.read .wb_h_notiDD_ttl:after {
        display: none;
    }
    .wb_h_notiDD_time {
        font-size: 12px;
        color: var(--secondary-color);
        margin-top: 7px;
        margin-left: 16px;
    }
    .wb_h_notiDD_list{
        max-height: 308px;
        overflow: hidden auto;
    }
    .wb_h_notiDD_list > li {
        border-bottom: 1px solid #E7F0F3;
        padding: 15px 20px;
        background: #f7f7f7;
    }
    .wb_h_notiDD_list > li.read {
        background: #fff;
    }
    .wb_h_notiDD_list > li:last-child {
        border-bottom: 0;
        /* border-radius: 0px 0px 12px 12px; */
    }
    .wb_h_notiDDH_mark {
        font-size: 14px;
    }
    .wb_h_notiDD_footer {
        padding: 10px 10px;
    }
    
    /* notification drop down */
.wb_headerBox.black {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%), #151819;
}

.wb_cross_sign {
    display: flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: var(--transition);
    justify-content: center;
    align-items: center;
}
.wb_cross_sign:after, .wb_cross_sign:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #a3c7d2;
    border-radius: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.wb_cross_sign:after {
    transform: rotate(-45deg);
}
.wb_cross_sign:before {
    transform: rotate(45deg);
}
/* header search  */
.wb_H_search {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    z-index: 1;
}
/*.wb_HSearchWrap.open .wb_H_search {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    right: 50px;*/
/*}*/
.wb_H_searchInput {
    background: #ffffff;
    border: 1px solid #E0E1E3;
    padding: 0 50px 0 20px;
    border-radius: 5px;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    width: 370px;
    height: 54px;
}
.wb_H_searchIcon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.wb_H_searchTglIcon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.wb_H_searchTglIcon:after, .wb_H_searchTglIcon:before {
    position: absolute;
    bottom: 0;
}
.wb_H_searchTglIcon:after { 
    top: 14px;
    right: 17px;
    width: 12px;
    height: 12px;
    border: 2px solid #9ec0cb;
    content: "";
    border-radius: 50%;
}
.wb_H_searchTglIcon:before {
    top: 22px;
    right: 16px;
    width: 2px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #9ec0cb;
    transform: rotate(-45deg);
}
.wb_HSearchWrap.open .wb_H_searchTglIcon:before {
    width: 2px;
    height: 19px;
    transform: rotate(135deg) translate(-5px, 10px);
}
.wb_HSearchWrap.open .wb_H_searchTglIcon:after {
    height: 19px;
    width: 2px;
    border: 0;
    border-radius: 0;
    transform: rotate(45deg) translate(-4px, 0px);
    background: #9ec0cb;
}
/* header search  */

/********************************************************
    .bot CSS Start
********************************************************/
.wb_bot_chat_text .wb_mini_note{
    display: block;
    font-size: 12px;
}
.wb_botLogoLog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bot_logBtn {
    font-size: 18px;
    font-weight: 500;
}
.bot_logBtn:hover {
    color: #222222;
}
.wb_bot_chat {
    background: var(--white-color);
    border: 1px solid #E0E1E3;
    border-radius: 10px 10px 10px 0px;
}
.wb_botPage .wb_auth_rInner {
    max-width: 770px;
    padding: 0;
}
.wb_bot_header {
    padding: 50px 50px 30px;
}
.wb_bot_body {
    padding: 20px 0 0;
}
 .wb_bot_chat_text {
    font-size: 14px;
    font-weight: 400;
}
.wb_bot_chat_field  {
    padding: 10px;
}
.wb_bot_chatBox{
    max-width: 600px;
    width: fit-content;
}
.receiver_chat .wb_bot_chat .wb_bot_chat_text {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 400;
}
.receiver_chat .wb_bot_chat {
    background: #EAF0FF;
    border: 1px solid #c8dfff;
    border-radius: 10px 10px 0px 10px;
}
.sender_chat .wb_bot_chat_text {
    color: var(--secondary-color);
}
.sender_chat {
    max-width: 600px;
    width: 100%;
}
.receiver_chat {
    /* width: 178px; */
    margin-left: auto;
}
.wb_bot_chat_send{
    width: max-content;
}
.wb_bot_chat .wb_Input::placeholder {
    color:#585C66;
}
.wb_bot_chat .wb_Input:-ms-input-placeholder { 
    color:#585C66;
}
.wb_bot_chat .wb_Input::-ms-input-placeholder { 
    color:#585C66;
}
.wb_bot_sendWrap {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.wb_bot_chatSendIcon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    border: 1px solid #D8E6EB;
    border-radius: 2px;
}
.wb_bot_chatSendIcon img {
    filter: brightness(5);
}
.wb_bot_chatSendIcon svg path {
    fill: var(--primary-color);
}
.wb_bot_sendWrap .wb_Input {
    padding-right: 30px;
    border-radius: 0 0 10px 10px;
}
.wb_bot_footer {
    padding: 0 0 20px;
}
.wb_bot_sendWrap .wb_bot_sendField {
    width: calc(100% - 42px);
    background: #ffffff;
    border: 1px solid #E0E1E3;
    border-radius: 2px;
}
.wb_bot_sendWrap textarea.wb_bot_sendField {
    height: 55px;
    resize: none;
    padding: 14px;
}
.wb_bot_sendbtn {
    padding: 8px 10px;
}
.wb_bot_sendbtnList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
    display: block;
}
.wb_bot_sendbtnList > li {
    padding: 5px;
}
.wp_chatModal.pera .modal-header {
    align-items: flex-start;
}
.wb_bot_textTyping {
    display: flex;
    gap: 2px;
    background: var(--white-color);
    border: 1px solid #F9FBFC;
    border-radius: 15px 15px 15px 0px;
    width: 45px;
    height: 38px;
    padding: 9px 0px 0px 10px;
} 
.wb_bot_textTyping span {
    width: 6px;
    height: 6px;
    background: #d7d7d7;
    border-radius: 50%;
    animation: typingANi 1s ease-in-out infinite;
}
.wb_bot_textTyping span:nth-child(1) {
animation-delay: 0;
}
.wb_bot_textTyping span:nth-child(2) {
animation-delay: 0.2s;
}
.wb_bot_textTyping span:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes typingANi {
0% {
    transform: translateY(0);
}

50% {
    transform: translateY(10px);
}

100% {
    transform: translateY(0);
}
}
.modal-pera {
    font-size: 16px;
    color: #797979;
    font-weight: 300;
}
.wb_inputSearchList {
    border: 1px solid #DADAFF;
    background: #FAFAFF;
    padding: 15px;
    border-radius: 10px;
    grid-gap: 10px;
}

.wb_inputSearchList > li {
    padding: 5px;
}
.wb_chat_sleectBtnWrap {
    margin: 0 -5px;
}
.wb_chat_sleectBtnLeft {
    flex: none;
}
.wb_chat_sleectBtnWrap .wb_chat_sleectBtnLeft, .wb_chat_sleectBtnWrap .wb_chat_sleectBtnRight {
    padding: 0 5px;
}
/* custom button checkbox */
.wb_btnCBLabel {
    /* background: #F3F9FB; */
    /* border: 1px solid #D8E6EB; */
    border-radius: 5px;
    padding: 0 0;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    line-height: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wb_btnCBLabel:after, .wb_btnCBLabel:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wb_btnCBLabel:after {
    top: 0;
    left: 0;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #E3E5E7;
    border-radius: 5px;
}
.wb_btnCBLabel:before {
    top: 7px;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    opacity: 0;
    z-index: 1;
}
/*.wb_btnCBInput:checked + .wb_btnCBLabel {*/
/*    background: #F9EDFF;*/
/*    color: #3785F1;*/
/*    border-color: var(--primary-color);*/
/*}*/
.wb_btnCBInput:checked + .wb_btnCBLabel:after {
    background: var(--primary-color);
    border: 0;
}
.wb_btnCBInput:checked + .wb_btnCBLabel:before {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.wb_radioImage .wb_btnCBLabel::after {
    left: 20px;
}
/* green checkbox */
.green .wb_btnCBInput:checked + .wb_btnCBLabel:after {
    background: #4DD37B;
}
.green .wb_btnCBInput:checked + .wb_btnCBLabel {    
    color: #4DD37B;
    /*background: #EEFBF2;*/
    /*border-color: #D2F4DE;*/
}
/* custom button checkbox */
/* normal search */
.wb_NormalSearch {
    position: relative;
}
.wb_NormalSearch .wb_NormalSearchInput {
    width: 100%;
    border-radius: 6px;
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    height: 50px;
    padding: 0 40px 0 20px;
    font-size: 15px;
    font-weight: 300;
    color: #93A8AF;
}
.wb_NormalSearchIcon {
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* normal search */
/* table  */
.wb_tableWrap {
    /* padding: 30px;
    background: #fff; */
}
table.wb_table {
    border-collapse: separate!important;
    border-spacing: 0 0px !important;
    position: relative;
    width: 100%!important;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
}
.wb_table:after {
    content: "";
    position: absolute;
    bottom: -66px;
    height: 71px;
    background: #ffffff;
    border-bottom: 1px solid #E7F0F3;
    width: 100%;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 3%);
}
.wb_table thead > tr > th {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 5px;
    background: #FBF8FD;
    border-bottom: 1px solid #F3ECF8;
    width: auto!important;
}
.wb_table tbody > tr > td {
    color: #585C66;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 5px;
    border-bottom: 1px solid #F3ECF8;
}
span.d-inline-block.edit_emList {
    margin-left: 8px;
    position: relative;
    top: -1px;
}
.primary_color.list_name {
    color: #585C66;
}
.primary_color.list_name:hover {
    color: var(--primary-color);
}
.wb_table tbody > tr:last-child td {
    border-bottom: 1px solid #E7F0F3;
}
.wb_table.dataTable  tbody > tr {
    background: var(--white-color);
    transition: 0.3s;
}
.wb_table.dataTable tbody > tr:hover {
    box-shadow: 0px 0px 30px 0px rgb(37 62 97 / 10%);
}
.wb_table > tbody td:first-child, .wb_table > thead th:first-child {
    border-radius: 5px 0 0 5px;
    padding-left: 20px;
}
.wb_table > tbody td:last-child, .wb_table > thead th:last-child  {
    border-radius: 0px 5px 5px 0px;
}
.dataTables_wrapper .dataTables_info {
    padding: 20px 0 0;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 20px 0px 10px 0px;
    float: none;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer { 
   border-bottom: 0px
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    /* display: none; */
}
.dataTables_wrapper {
    background: #f4faff;
    padding: 10px;
    margin: 0 -10px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--secondary-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    /*border-radius: 0;*/
    /*background: linear-gradient(315deg, rgba(237, 242, 245, 0.8) 0%, rgba(243, 249, 251, 0) 100%);*/
    /*border: 1px solid #E7F0F3;*/
    border-radius: 6px;
    font-size: 16px;
    color: var(--secondary-color)!important;
    padding: 0;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    position: relative;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: transparent;
    background: #3785F1;
    color: #ffffff !important;
    border-bottom: 1px solid #3785F1;
    box-shadow: -7px 10px 20px 0px rgb(44 126 240 / 30%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 0 14px;
    width: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous{
    padding-left: 22px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding-right: 22px;
}
.paginate_button.previous:after, .paginate_button.next:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: solid var(--secondary-color);
    width: 7px;
    height: 7px;
}
.paginate_button.previous:after {   
    left: 10px;
    border-width: 0px 0px 2px 2px ;
    transform: rotate(45deg);
}
.paginate_button.next:before {
    right: 10px;
    border-width: 2px 2px 0px 0px;
    transform: rotate(45deg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled::before{
    display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled::after{
    display: none;
}
.dataTables_wrapper .dataTables_filter label {
    background: #ffffff;
    border: 1px solid #D4DFFA;
    padding: 13px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.dataTables_wrapper .dataTables_length label {
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
    /* margin: 20px; */
    display: none;
}
.targeted_list_page .dataTables_wrapper .dataTables_filter, .targeted_list_page .dataTables_wrapper .dataTables_length {
    /* margin: 20px; */
    display: block;
}
.dataTables_wrapper .dataTables_filter input {
    background: rgb(251 254 255 / 0%);
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: url(../images/svg/search.svg);
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 10px;
    padding-right: 22px;
}
.dataTables_wrapper .dataTables_length select {
    color: var(--secondary-color);
    margin: 0 5px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #D4DFFA;
    padding: 13px 20px;
    border-radius: 5px;
}
/* table inner  */
.wb_actions_icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.wb_tbl_actionBox {
    width: 34px;
    height: 34px;
    background: #F7F5FF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wb_tbl_actionBox.green {
    background: rgb(77 211 123 / 12%);
    border: 1px solid rgb(77 211 123 / 36%);
}
.wb_tbl_actionBox.green .wb_tblABIcon {
    filter: drop-shadow(0px 2px 5px rgba(77, 211, 123, 0.2));
}
/*.wb_tbl_actionBox.purple {*/
/*    background: #F9EDFF;*/
/*    border: 1px solid #EED1FF;*/
/*}*/
/*.wb_tbl_actionBox.yellow {*/
/*    background: #FFF8EB;*/
/*    border: 1px solid #FFD997;*/
/*}*/
/*.wb_tbl_actionBox.red {*/
/*    background: #FFEDED;*/
/*    border: 1px solid #FFD2D2;*/
/*}*/
/*.wb_tbl_actionBox.purple .wb_tblABIcon {*/
/*    filter: drop-shadow(0px 2px 5px rgba(139, 67, 255, 0.2));*/
/*}*/
/*.wb_tbl_actionBox.yellow .wb_tblABIcon {*/
/*    filter: drop-shadow(0px 2px 5px rgba(255, 177, 46, 0.2));*/
/*}*/
/*.wb_tbl_actionBox.red .wb_tblABIcon {*/
/*    filter: drop-shadow(0px 2px 5px rgba(255, 177, 46, 0.2));*/
/*}*/
.wb_table_option .wb_dot {
    width: 35px;
    height: 35px;  
    background: #F9FBFC;
    border: 1px solid #D8E6EB;
    border-radius: 8px;
}
.wb_tbl_actionBox:hover {
    background-color: #297CF0;
}
.wb_tbl_actionBox:hover img {
    filter: brightness(5);
}
/* table  */

/********************************************************
    .Dashboard  CSS Start
********************************************************/
.wb_dashboardPage {
    padding: 30px 60px 40px;
}
.wb_list {
    grid-gap: 10px;
}
.wb_tableTopBar {
    padding: 30px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.wb_tableTopBar.wb_tableTopBaradmin {
    padding: 0;
}
.content_padding {
    padding: 0;
}
.wb_main_wrap {
    margin-left: 240px;
    padding-bottom: 50px;
}
.wb_wbbg {
    background: var(--white-color);
    border-radius: 10px;
}
/********************************************************
    .Campaign  CSS Start
********************************************************/
/* tab */
.bg_tab > .wb_tab_list {
    background: #EAF0FF;
    padding: 0;
    justify-content: center;
    width: fit-content;
    margin: 40px auto 30px;
    border-radius: 50px;
}
.wb_bg_tab_inner {
    padding: 0 20px;
}
.bg_tab > .wb_tab_list > li {
    padding: 0;
    margin: 0 20px;
}
.wb_tab_item {
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    position: relative;
    display: block;
    padding: 15px 0;
}
.wb_tab_item span {
    background-color: #3A87F2;
    color: #ffffff;
    border-radius: 100px;
    font-size: 14px;
    margin-left: 5px;
    display: inline-flex;
    min-width: 28px;
    justify-content: center;
    padding: 2px 8px;
    line-height: normal;
}
.wb_tab_item:hover, .wb_tab_item.active {
    color: var(--primary-color);
}
.wb_tab_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0;
    left: 0;
    height: 4px;
    background: var(--primary-color);
    transition: var(--transition);
    border-radius: 10px 10px 0 0;
}
.wb_tab_item:hover:after, .wb_tab_item.active:after {
    width: 50px;
}

.bg_tab.alf_click_here_link .wb_tab_list {
    border-radius: 10px;
}
.bg_tab.alf_click_here_link {
    text-align: center;
    padding: 0 15px;
}
.alf_click_here_link .wb_tab_clickhr {
    padding: 6px 6px 6px 20px;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    border-radius: 10px;
    animation: shadow-pulse 2s infinite;
    border: solid 1px rgb(32 118 239 / 26%);
}
.alf_click_here_link .wb_tab_clickhr .wb_btn {
    height: 40px;
    padding: 0 20px;
}
p.wb_tab_clickhr span {
    position: relative;
    top: -2px;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 #dde7ff
    }
    100% {
        box-shadow: 0 0 0 20px rgb(255 153 0 / 0%);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/* gradient tab start */
.wb_gradient_tab {
    background: rgba(249, 237, 255, 0.5);
    border: 1px solid rgba(238, 209, 255, 0.3);
    border-radius: 4px;
}
.wb_gradient_tab > li {
    padding: 5px;
}
.wb_Gtab_item {
    background: transparent;
    border-radius: 4px;
    color: #3785F1;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    min-width: 213px;
    text-align: center;
}
.wb_Gtab_item.active, .wb_Gtab_item:hover {
    background: linear-gradient(276.51deg, #7740FF -1.34%, #3785F1 100%);
    color: #fff;
}
/* gradient tab end */
/* tab */
.wb_CBH_ttl {
    font-size: 18px;
}
.wb_cmn_box {
    padding: 26px 30px 30px;
}
.wb_cmn_box.wb_wbbg.wb_cmn_boxpd {
    padding: 5px;
}
.wb_cmn_box_body.wb_cmn_box_bodypd {
    padding: 0 30px 30px;
}
.wb_sendfollowup_box {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
}
.mb_20.wb_template_boxes {
    flex: 1;
}
.wb_email_template_box {
    flex: 1;
    max-width: 500px;
}
.wb_editableBox_main {
    flex: 1;
}
.wb_cmn_box_header {
    margin-bottom: 30px;
    padding: 16px 20px 15px 20px;
    background-color: #FBF8FD;
    border-radius: 10px 10px 0 0;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
}
.wb_cmn_box_header .listSpace5 > li {
    padding: 0;
}
.wb_followUp_sec .wb_cmn_box {
    padding: 5px;
}
/*.wb_leadEmail_inner {*/
/*    padding: 0 30px 30px;*/
/*}*/
.wb_cmn_boxpd .wb_leadEmail_inner {
    padding: 0 20px 20px;
}
.wb_leadEmail_inner.wb_leadEmail_inner_step {
    padding: 0 20px;
}
.wb_leadEmail_inner.wb_leadEmail_conv {
    padding: 0 20px;
}
.wb_leadEmailLeft .wb_cmn_box {
    padding: 6px;
}
.wb_cmn_box_header.wb_cmn_box_email {
    background-color: #FBF8FD;
    padding: 15px 10px 16px 30px;
}
.wb_auto_lead_flex {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.wb_aboutSL {
    display: flex;
    margin: 0px -5px;
}
.wb_aboutSL > li {
    padding: 2px 5px;
}
.wb_aboutSLIcon {
    width: 30px;
    height: 30px;
    background: #1877F2;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wb_aboutSLIcon.facebook {
    background: #1877F2;
}
.wb_aboutSLIcon.twitter {
    background: #1DA1F2;
}

.wb_aboutSLIcon.linkedin {
    background: #0077B5;
}
.wb_aboutSLIcon.link {
    background: linear-gradient(276.51deg, #7740FF -1.34%, #3785F1 100%);
}
.wb_aboutSLIcon.instagram {
    background: #FF5E40;
}
.wb_CLWrap {
    color: #7F8DB9;
    font-size: 16px;
    display: flex;
}
.wb_CLLeft {
    color: #333333;
    max-width: 135px;
    width: -webkit-fill-available;
}
.wb_comapnyLocation_list.company .wb_CLLeft {
    max-width: 175px;
}
.wb_CLT_icon {
    display: inline-flex;
    margin-right: 5px;
}
.wb_CLT_text {
    margin-left: 10px;
}
.wb_leadsaARight .wb_cmn_box {
    padding: 5px;
}
.wb_leadsaARight .wb_cmn_box_body {
    padding: 0 30px 30px;
}
.wb_comapnyLocation_list > li {
    margin-bottom: 20px;
}
.wb_comapnyLocation_list > li:last-child {
    margin-bottom: 0;
}
.wb_back_arrow {
    color: #333333;
    font-size: 16px;
    display: flex;
    font-weight: 600;
}
.wb_back_arrow:hover {
    color: #41494C;
}
.wb_back_arrow img, .wb_back_arrow svg{
    margin-right: 10px;
}
.wb_leadsTableDetails.hide {
    display: none;
}
.wb_camUserBtnList .wb_btn {
    padding: 0px 15px;
}
.wb_filter_sbList {
    display: grid;
    grid-gap: 10px;
}
.wb_headingdark16 {
    color: #41494C;
    font-size: 16px;
}
.wb_filter_outerList {
    max-height: 570px;
    overflow: hidden auto;
}
/* leads email send wrap start*/
.wb_followUp_sec {
    padding: 0 40px;
    margin-top: 30px;
}
.textIconBtn15 {
    font-size: 15px;
    display: flex;
    font-weight: 600;
    line-height: normal;
    background: #EAF3FF;
    padding: 11px 16px;
    border-radius: 6px;
}
.textIconBtn15 > img {
    margin-right: 8px;
    flex: none;
}
/* email preview */
.wb_leadsaEmailWrap {
    display: flex;
    position: relative;
    grid-gap: 10px;
}
.wb_email_preview_Body {
    padding: 20px;
}
.wb_leadEmailLeft {
    width: 100%;
    width: calc(100% - 570px);
    margin: 0 20px 0 80px;
}
.wb_leadsaEmailRight {
    width: 570px;
    transition: var(--transition);
}
.email-pre-main.active .wb_leadsaEmailRight {
    position: fixed;
    right: -560px
}
.wb_email_preview_wrap {
    background: #EDF4FC;
    border-radius: 6px 0px 0px 6px;
    position: relative;
}
.email-pre-main.active .wb_leadEmailLeft {
    width: 100%;
    margin-right: 40px;
}
.wb_email_preview_Header {
    padding: 22px 10px;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
}
.wb_EPH_ttl {
    font-size: 16px;
    color: #41494C;
}
.wb_email_preTgl {
    position: absolute;
    content: "";
    background: url(../images/svg/preview_switch.svg);
    left: -10px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 78px;
    margin: auto;
    cursor: pointer;
}
.wb_mailViewWrap {
    background: #f9fbff;
    border: 1px solid #e0e1e3;
    border-radius: 6px;
}
.wb_mail_BWB_header {
    background-color: #fbf8fd;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
}
.wb_mail_box table {
    width: auto !important;
}

.wb_mail_subject {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    position: relative;
}
.wb_mail_text {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
}
/* .spe_colorPicker {
    display: block!important;
    border: 1px solid #E7F0F3!important;
    border-radius: 6px !important;
    width: 100%;
    font-size: 14px;
    color: #93A8AF;
    font-weight: 400;
    height: 40px;
    padding: 10px 10px 10px 37px;
    cursor: pointer;
    background: transparent;
}
.sp-original-input-container .sp-add-on {
    width: 18px !important;
    border: 1px solid #93A8AF!important;
    position: absolute;
    left: 10px;
    height: 18px !important;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50% !important;
    padding: 2px!important;
    background: var(--white-color);
} */
.sp-replacer {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #93A8AF;
    padding: 2px;
}
.sp-preview-inner{
    border-radius: 50%;
}
.sp-dd {
    display: none;
}
.wb_colorPickerText {
    margin-left: 8px;
    color: #93A8AF;
    font-size: 15px;
}
.wb_colorPicker {
    display: flex;
    align-items: center;
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    border-radius: 6px;
    padding: 0 10px;
    height: 40px;
}
.sp-preview {
    background-image: none!important;
}
.wbd_confirm_modal_popup:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(43 49 51 / 80%);
    z-index: -1;
}
/* editable email start */
/* ck editor css start */
.ck-content ul {
    padding-left: 32px;
}
.wb_TA {
    padding-bottom: 15px;
}
.wb_TA .ck.ck-toolbar {
    background: #F4F7FE!important;
    padding: 0 5px!important;
    border-color: #E0E1E3;
}
.wb_TA .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
    border-color: #D8E6EB; 
}
.wb_TA .ck.ck-button {
    width: 40px;
    height: 40px;
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    border-radius: 6px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
}
.wb_TA .ck.ck-button:not(.ck-disabled):hover, .wb_TA a.ck.ck-button:not(.ck-disabled):hover {
    background: var(--white-color);
}
.wb_TA .ck-reset_all :not(.ck-reset_all-excluded *), .wb_TA .ck.ck-reset_all {
 color: #93A8AF;
}
.wb_TA .ck.ck-toolbar .ck.ck-toolbar__separator {
    display: none;
}
.wb_TA .ck.ck-button.ck-on, a.ck.ck-button.ck-on {
    color: var(--primary-color);
}
.wb_TA .ck.ck-button.ck-on:not(.ck-disabled):hover, .wb_TA a.ck.ck-button.ck-on:not(.ck-disabled):hover, .wb_TA .ck.ck-button.ck-on, a.ck.ck-button.ck-on {
    background: #f0d5ff;
}
/* ck editor css end */
.wb_editable_B_body {
    padding: 0;
}
.wb_editableBox {
    background: #ffffff;
}
.wb_editable_TA {
    border: 0;
    width: 100%;
    height: 325px;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
    border-bottom: 1px solid #D8E6EB;
    margin-bottom: 10px;
}

.ck-editor__editable{
    height: 325px;
}
.wb_editorminibtn {
    width: 40px;
    height: 40px;
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wb_editorminibtn:hover {
    background: #F9EDFF;
    border-color: var(--primary-color);
}
.wb_editorminibtn:hover svg path {
    fill: var(--primary-color);
}
.wb_editable_optionList  {
    margin:0 -5px;
}
.wb_editable_optionList li {
    padding: 5px;
}
.wb_editable_B_footer {
    background: #E7F0F3;
    border-radius: 0px 0px 6px 6px;
    padding: 20px;
}
.wb_alignList {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    border-radius: 6px;
}
.wb_alignList > .wb_editorminibtn {
    margin: 2px;
    width: 30px;
    height: 30px;
}
/* modals */
.wb_uploadBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px;
    cursor: pointer;
    background: #F9FBFC;
    border: 1px dashed #D8E6EB;
    border-radius: 8px;
    padding: 20px 13px;
}
.wb_uploadBox > div {
    padding: 5px;
}
.wp_dynamicVariablesModal .wb_gradient_tab {
    flex-wrap: inherit;
}
.wb_variablesList > li {
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    background: #FAFAFF;
    border: 1px solid #DADAFF;
}
.wb_variablesList > li:last-child {
    margin-bottom: 0;
}
.wb_variablesItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.wb_variablesILeft {
    flex: 1.2;
    color: #3785F1;
    font-size: 14px;
    border-right: 1px solid #d8e6eb;
}
.wb_variablesIRight {
    padding-left: 15px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #69767A;
}
.wb_variablesList {
    max-height: 300px;
    overflow: hidden auto;
    padding-right: 10px;
}
/* editable email end */
/* contacted tab start */
.wb_alertNote {
    color: #FFC107;
    font-size: 15px;
    font-weight: 500;
    background: #fffef9;
    border: 1px solid #ffe8a4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    max-width: 1020px;
    margin: 0 auto 15px;
}
.wb_alertNote_text {
    padding: 0 35px 0 15px;
}
.wb_alertNote_icon{
    display: inline-flex;
    flex: none;
}
.wb_alertNote  .wb_cross_sign {
    width: 18px;
    height: 18px;
    background: #f8bd0e;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wb_alertNote .wb_cross_sign:after, .wb_alertNote .wb_cross_sign:before {
    background-color: #fff;
    height: 65%;
}
.wb_emailSentBoxList {
    padding-left: 40px;
    max-height: 480px;
    overflow: auto;
    padding-right: 10px;
}
.wb_emailSentBoxList > li .wb_ESB_box{
    margin-bottom: 20px;
    position: relative;
}
.wb_emailSentBoxList > li .wb_ESB_box:after, .wb_emailSentBoxList > li .wb_ESB_box:before {
    content: "";
    top: 0;
    position: absolute;
}
.wb_emailSentBoxList > li .wb_ESB_box:after {
    left: -20px;
    background: #e0e1e3;
    width: 1px;
    height: calc(100% + 30px);
}
.wb_emailSentBoxList > li:last-child .wb_ESB_box:after {   
    height: 100%;
}
.wb_emailSentBoxList > li .wb_ESB_box:before {    
    bottom: 0;
    margin: auto;
    left: -26px;
    background: rgb(255 255 255);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #D8E6EB;
    z-index: 1;
}
.wb_emailSentBoxList > li:last-child .wb_ESB_box {
    margin-bottom: 0;
}
.wb_ESB_box {
    background: #F3F9FB;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.sentemail_radio:checked + .wb_ESB_box {
    border-color: #99c3ff;
    background: rgb(234 240 255);
}
.sentemail_radio:checked + .wb_ESB_box .wb_ESB_date {
    background: #ffffff;
    color: #3785F1;
    text-align: left;
}
.sentemail_radio:checked + .wb_ESB_box:before{
    border-color:#3785F1;
}
.wb_ESB_date {
    background: #E5EEF8;
    border-radius: 5px;
    color: #41494C;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    transition: all 0.3s;
}
.wb_ESB_sub {
    color: #111111;
    font-size: 15px;
    padding: 17px 0 10px;
}
.wb_ESB_text {
    font-size: 14px;
    color: #585C66;
}
.wb_contacted_Interactions {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.wb_contacted_Interactions > div {
    padding: 0;
}
.wb_contacted_Left {
    width: 100%;
    max-width: 500px;
    flex: 1;
}
.wb_contacted_Right {
    width: calc(100% - 500px);
    flex: 1;
}
.to_btn {
    background: #eaf0ff;
    color: #111111;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 15px;
}
.wb_gcmn_box {
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    border-radius: 6px;
}
.wb_gcmn_box_header {
    background: #F4F7FE;
    border-bottom: 1px solid #E0E1E3;
    border-radius: 3px 3px 0px 0px;
    padding: 15px 30px;
}
.wb_gcmn_box_body {
    padding: 25px 30px;
}
.wb_fromName {
    font-size: 15px;
    font-weight: 400;
    color: #41494C;
    color: #69767A;
}
ul.wb_btn_list.listSpace5 {
    margin: 5px 0 0;
}
.wb_fromNameF {
    font-weight: 600;
    color: #111111;
}
.wb_emailShedule {
    font-size: 16px;
    color: #111111;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
}
.wb_emailShedule > span {
    color: #69767A;
    font-weight: 500;
    margin: 0 3px;
}
.wb_table_option.conversation_option .wb_dot {
    width: 25px;
    height: 25px;
}
.wb_conversations_emailList.mail_conversations {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(460px, 2fr));
}
.wb_conversations_emailList > li {
    margin-bottom: 0;
}
.wb_conversations_emailList > li:last-child {
    margin-bottom: 0;
}
.wb_email_SheduleWrap {
    margin: 0 -2px;
}
.wb_emailShedule, .conversation_option {
    padding: 2px;
}
.wb_table.conversations_table > tbody td:first-child, .wb_table.conversations_table > thead th:first-child {
    padding-left: 50px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.wb_newTag {
    position: relative;
}
.wb_newTag:after {
    position: absolute;
    content: "new";
    left: 0;
    top: 5px;
    padding: 5px 7px;
    background: linear-gradient(276.51deg, #3785F1 -1.34%, #7740FF 100%);
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.wb_statusText {
    position: relative;
    padding: 8px 15px;
    z-index: 1;
    color: #59BE36;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}
.wb_statusText:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff3364;
    border-radius: 50px;
    margin: auto;
    z-index: -1;
}
.wb_statusText.red:after {
    background: rgb(255 51 100 / 10%);
}
.wb_statusText.red {
    color: #ff3364;
}
.wb_statusText.green:after {
    background: rgb(89 190 54 / 10%);
}
.wb_statusText.blue:after {
    background: rgb(29, 29, 255);
}
.wb_timefromto {
    display: flex;
    align-items: center;
}
.wb_timefromto p {
    padding: 0 10px;
    color: #69767A;
    font-size: 15px;
}
/* sequence section tab start*/
.wb_seq_tb_btn {
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.wb_IT_list > li {
    padding: 0px 0px;
    margin: 0 20px;
}
.wb_IT_list .wb_tab_item {
    padding: 15px 0px;
}
.wb_IT_list .wb_tab_item:after{
    display: none;
}
.wb_text_icon_btn {
    font-size: 16px;
    color: #3785F1;
    display: flex;
    align-items: center;
}
.wb_text_icon_btn:hover {
    color: var(--primary-color);
}
.wb_TIB_icon {
    display: flex;
}
.wb_TIB_text {
    margin-left: 10px;
    line-height: normal;
}
/* //// */
.wb_inner_overviewBody {
    margin-top: 20px;
}
.wb_sequence_stepList > li {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.03);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 40px;
    position: relative;
}
.wb_sequence_sll_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E7F0F3;
    flex-wrap: wrap;
    background-color: #FBF8FD;
}
.wb_sequence_sll_wrap > div{
    padding: 5px 15px;
}
.wb_sequence_slt_ttl {
    font-size: 16px;
    color: #69767A;
    display: flex;
    align-items: center;
}
.wb_sequence_slt_stl {
    color: #93A8AF;
    font-weight: 400;
    margin-left: 10px;
}
.wb_sequence_slt_icon {
    display: flex;
    margin-right: 5px;
}
.wb_flag_step {
    background: linear-gradient(276.51deg, #3785F1 -1.34%, #7740FF 100%);
    border-radius: 5px 5px 5px 0px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 3px;
    font-size: 12px;
}

.wb_splitinner {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.wb_splitDetails {
    width: calc(100% - 265px);
}
.wb_splitinner> div {
    padding: 0 10px;
}
.wb_splitList > li {
    padding: 15px 30px;
    border-bottom: 1px solid #E7F0F3;
}
.wb_splitInfolist {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.wb_splitInfolist > li {
    padding: 5px 15px;
    position: relative;
}
.wb_splitInfolist > li:last-child:after {
    display: none;
}
.wb_splitInfolist > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background: #E7F0F3;
    opacity: 0;
}
.wb_split_email_ttl {
    font-size: 16px;
    color: #69767A;
}
.wb_split_email_body {
    color: #93A8AF;
    font-weight: 400;
    font-size: 15px;
}
/* sequence section tab end*/
/* PDF Specific CSS Start */
.pa-pdf-title{
    letter-spacing: 0.1px;
}
.wb_loader2 .text-info {
    color: var(--primary-color)!important;
}
.pa-pdf-title span {
    display: block;
    text-transform: initial;
    font-size: 14px;
    margin: 5px 0 0;
    color: #69767A;

}
.pa-content p {
    margin: 0 0 20px;
}
.pa-content ul {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-gap: 30px;
}
.pa-content ul li {
    list-style: none;
    position: relative;
    background: #FBFEFF;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E7F0F3;
    position: relative;
    display: flex;
}
.pa-content ul li p {
    color: #69767A;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0.1px;
}
.pa-content ul li.pa-pdf-warning p {
    background: #ffead9;
    color: #e76a00;
}
.pa-content ul li.pa-pdf-success p {
    background: #dff0d8;
    color: #008000;
}
.pa-content ul li.pa-pdf-erorr p {
    background: #fff3f7;
    color: #e33838;
}
.pa-content ul li.pa-pdf-warning p:before {
    border-left-color: #e76a00;
}
.pa-content ul li.pa-pdf-success p:before {
    border-left-color: #008000;
}
.pa-content ul li.pa-pdf-erorr p:before {
    border-left-color:#e33838 ;
}
.pa-content ul li h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--wpa-primary-color);
    position: relative;
    letter-spacing: 0.1px;
}
.pa-content ul li h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 2px;
    background: var(--wpa-primary-color);
    border-radius: 20px;
}
.wa_pdf_icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #fbfeff;
    border-radius: 5px;
    border: 1px solid #e7f0f3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}
/* PDF Specific CSS END */
/********************************************************
    .Account & Setting  CSS Start
********************************************************/
/* vertically tabs start */
.wb_acc_settingPage .wb_cmn_box {
    padding: 5px;
}
.wb_acc_settingPage .wb_cmn_box_body {
    padding: 0;
}
.wb_cmn_box_body.wb_cmn_box_user_wrapper {
    padding: 0 30px 25px;
}
.wb_vertical_tabWrap {
    display: flex;
    padding: 0 35px;
    margin-top: 30px;
    grid-gap: 30px;
    flex-wrap: wrap;
}
.wb_V_tab_list > li {
    margin-bottom: 10px;
}
.wb_V_tab_list > li:last-child {
    margin-bottom: 0;
}
.wb_V_tab_item {
    background: #f9fbff;
    border-radius: 6px;
    padding: 15px 20px;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: normal;
}
.wb_V_tab_item.active, .wb_V_tab_item:hover {
    background: linear-gradient(90deg, #E0EDFF 0%, #FFFFFF 94.44%);
    color: #3785F1;
}
/* vertically tabs end */
.wb_profileBox {
    background: #f9fbff;
    border: 1px solid #E0E1E3;
    border-radius: 8px;
    padding: 20px;
    grid-gap: 15px;
}
.wb_acc_settingPage .wb_vertical_tabL {
    width: 400px;
}
.wb_acc_settingPage .wb_vertical_tabR {
    width: 100%;
    flex: 1;
}
.wb_profile_b_edit {
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    grid-gap: 10px;
    padding: 0 20px;
}
.wb_profile_b_edit > img {
    max-width: 13px;
    filter: brightness(5);
}
.wb_profile_b_name {
    font-size: 15px;
    color: var(--heading-color);
    font-weight: 700;
}
.wb_profile_b_email {
    font-size: 14px;
    color: #585C66;
    word-break: break-all;
    font-weight: 400;
}
.wb_profile_b_data {
    margin-left: 20px;
}
.wb_profileBoxLeft {
    align-items: center;
}
.wb_profile_b_img {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #E0E1E3;
}
.wb_profile_b_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.wb_accessPlan_name.active {
    background: linear-gradient(90deg, #E0EDFF 0%, #FFFFFF 94.44%);
    border-color: #c6deff;
    color: #3785F1;
}
.wb_accessPlan_name {
    background: #f4f6fa;
    border-radius: 5px;
    padding: 15px 15px 15px 45px;
    border: 1px solid transparent;
    font-weight: 400;
    position: relative;
    text-align: center;
    line-height: normal;
}
.wb_accessLevel_list > li {padding: 0;}
.wb_accessLevel_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.wb_accessPlan_name.active:after {
    position: absolute;
    content: "";
    background-image: url(../images/green_check.svg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
}
/* .wb_accessPlan_name.active:after {
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    content: "";
    left: 28px;
    top: 23px;
}
.wb_accessPlan_name.active:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    left: 20px;
    top: 0;
    border-radius: 5px;
    bottom: 0;
    margin: auto;
} */
/********************************************************
    .Integration  CSS Start
********************************************************/
.wb_integ_bt {
    display: flex;
    padding: 15px;
    background: #FBFEFF;
    border: 1px solid #E7F0F3;
    border-radius: 6px;
    cursor: pointer;
}
.wb_integ_pro {
    width: 90px;
    height: 90px;
    display: flex;
}
.wb_integ_pro > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.wb_integ_ttl {
    font-size: 15px;
    font-weight: 700;
}
.wb_integ_stl {
    font-size: 14px;
    color: #585C66;
    word-break: break-all;
    font-weight: 400;
    margin: 3px 0 4px;
}
.wb_btn.red_btn.delete_integration {
    background: linear-gradient(317.92deg, #297CF0 -21.76%, #0E6AED 93.36%);
}
.wb_btn.red_btn.delete_CRM {
    background: var(--primary-color);
}
.wb_integ_btR {
    margin-left: 10px;
}
.wb_integ_bbtn {
    display: flex;
    width: 200px;
}
.wb_integ_acc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.wb_integ_acc > li {
    margin-bottom: 20px;
}
.wb_acc_cbLabel {
    background: #FAFAFF;
    border: 1px solid #DADAFF;
    border-radius: 5px;
    padding: 10px 10px;
    grid-gap: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wb_acc_cbLabel:after, .wb_acc_cbLabel:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wb_acc_cbLabel:after {    
    top: 10px;
    right: 10px;
    cursor: pointer;
    margin: auto;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #B1CDD7;
    border-radius: 3px;
}
.wb_acc_cbLabel:before {
    top: 15px;
    width: 10px;
    right: 14px;
    height: 5px;
    border-left: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    opacity: 0;
    z-index: 1;
}
.wb_acc_cbInput.active:checked + .wb_acc_cbLabel {
    background: linear-gradient(90deg, #E0EDFF 0%, #FFFFFF 94.44%);
    color: #3785F1;
    border-color: #afd0ff;
}
.wb_acc_cbInput.active:checked + .wb_acc_cbLabel:after {
    background: linear-gradient(317.92deg, #297CF0 -21.76%, #0E6AED 93.36%);
    border: 0;
}
.wb_acc_cbInput.active:checked + .wb_acc_cbLabel:before {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

/* autoresponder */
.wb_integ_AR {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.wb_integ_AR > li {
    margin-bottom: 0;
}
.wb_integ_AR .wb_acc_cbLabel {
    height: 90px;
    align-items: center;
    padding: 10px 15px;
}
.wb_integ_AR .wb_integ_pro {
    width: 100%;
    height: inherit;
    max-width: 150px;
}
.api-key-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.api-key-container input, .api-key-container button {
    margin: 5px;
}
.api-key-field {
    max-width: 300px;
}

/********************************************************
    .Analytics  CSS Start
********************************************************/
canvas#mailChart{
    max-height: 520px !important;
    height: 100% !important;
}
/********************************************************
    .support  CSS Start
********************************************************/
.wb_support_query .wb_box_centerInner {
    max-width: 680px;
    padding: 40px 20px;
}
.wb_supQue_ttl {
    font-size: 20px;
}
.wb_supQue_stl {
    color: #69767A;
}
/* user support page start */
.wb_createTicket_wrap .wb_cmn_box_header {
    margin-bottom: 60px;
}
.wb_ticketList > li {
    margin-bottom: 40px;
}
.wb_ticketList > li:last-child {
    margin-bottom: 0;
}
.wb_ticketListBox {
    background: #f4faff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.wb_inner_overview .d-flex.flex-wrap.justify-content-between.align-items-center {
    grid-gap: 15px;
}
.wb_flagWrap {
    position: absolute;
    top: -15px;
    left: -10px;
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    background: linear-gradient(317.92deg, #297CF0 -21.76%, #0E6AED 93.36%);
    border-radius: 5px 5px 5px 0px;
}
.wb_flagWrap:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient(317.92deg, #297cf0 -21.76%, #0e6aed 93.36%);
    border: 5px red;
    border-left: 5px solid #ff000000;
    border-right: 5px solid #297cf0;
    border-top: 5px solid #0e6aed;
    border-bottom: 5px solid #42a2ff00;
}
.wb_flagWrap.green {
    background: #2FCC64;
}
.wb_flagWrap.green:after {
    border-right-color: #2FCC64;
    border-top-color: #2FCC64;
}
.wb_flagWrap.wb_hold {
    background: #ffca2c;
}
.wb_flagWrap.wb_hold:after {
    border-right-color: #edc03a;
    border-top-color: #edc03a;
}
.wb_tickets_infoList > li {
    font-size: 16px;
    font-weight: 600;
    color: #69767A;
    padding: 2px 10px;
    display: flex;
    align-items: center;
}
.wb_tickets_cal {
    display: inline-flex;
    margin-right: 5px;
}
.wb_tickets_id {
    font-weight: 500;
    color: var(--primary-color);
}
.wb_tickets_infoList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.wb_tickets_msg, .wb_tickets_msg:hover {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
    margin-top: 4px;
    display: block;

}
/* user support page end */

/* Bonus page css end */
.wb_section_wrapper3 {
  padding: 0 0 100px;
}
.wb_section_wrapper3 .container {
    max-width: 1080px;
    width: 100%;
}
.wb_heading {
  text-align: center;
}
.wb_heading > h1 {
  font-size: 42px;
  color: #252241;
  font-weight: 700;
  margin-bottom: 10px;
}
.wb_heading > p {
  color: #9290a4;
  font-size: 16px;
  max-width: 620px;
  margin: auto;
}
.wb_bonus {
    background-color: rgb(255 255 255);
    min-width: 150px;
    height: 45px;
    color: #3785F1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: solid 1px #bfdaff;
    letter-spacing: 1px;
    line-height: normal;
}
.wb_bonuses_text {
  margin-top: 100px;
}
.wb_bonuses_text h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 25px 0;
  line-height: 1.3;
}
.wb_bonuses_text > p {
  color: #9290a4;
  font-size: 18px;
  margin-bottom: 25px;
}
.wb_bonuses_box {
  text-align: left;
  margin-top: 100px;
}
.wb_bonuses_box img {
    max-width: 380px;
}
.wb_bonuses_box.wb_bonuses_two {
  text-align: right;
}
.bonuses_heading {
    font-size: 34px;
    font-weight: 600;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    text-align: center;
}
/* Bonus page css start */

/* support chat start */
.wb_ticketChat_details .wb_bot_chatBox.sender_chat .wb_bot_chat, .wb_ticketChat_details .wb_bot_textTyping {
    background: #f5f5f5;
}
.wb_ticketChat_body  {
    max-height: 500px;
    min-height: 500px;
    overflow: hidden auto;
    padding: 0px 30px 0px;
}
.wb_ticketChat_details .wb_bot_footer {
    background: #ffffff;
    border-top: 1px solid #E7F0F3;
}
.wb_ticketChat_inner .wb_cmn_box_header {
    padding-left: 30px;
    padding-right: 30px;
}
.wb_ticketChat_inner .wb_cmn_box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.wb_ticketChat_name {
    font-weight: 500;
    font-size: 16px;
}
.wb_time_status {
    display: block;
    text-align: right;
    font-size: 12px;
    color: var(--secondary-color);
}
.wb_ticketChat_details .wb_bot_chat_text {
    margin: 2px 0 5px;
}
.wb_ticketChat_details .receiver_chat {
    min-width: 200px;
}
.wb_ticketChat_details .wb_bot_sendWrap {
    display: inherit;
}
.wb_ticketChat_details .wb_bot_sendWrap > form {
    display: flex;
    align-items: center;
}
.wb_ticketChat_details .receiver_chat .wb_bot_chat {
    background: #f9f0ff;
    border: 1px solid #f4e1ff;
}
/* support chat end */
/********************************************************
    .modal  CSS Start
********************************************************/
/* delete modal  */
.wp_modal_DStl {
    color: #585C66;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.wp_modal_deleteIcon {
    flex: none;
    margin-right: 15px;
}
.wp_modal_textIcon {
    display: flex;
    align-items: center;
}
.wb_modal_delete .modal-header {
    justify-content: center;
}
.wb_modal_delete .wp_modal_textIcon {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.wb_modal_delete .wp_modal_DStl {
    max-width: 270px;
}
.wb_modal_delete .wb_btn_list {
    justify-content: center;
}
/* Create New Campaign */
.wp_createCampaign .modal-dialog {
    max-width: 900px;
}
.wb_findUploadList {
    display: flex;
    margin: 0 -10px;
    justify-content: space-between;
}
.wb_findUploadList > li {
    padding: 2px 10px;
    width: 50%;
    position: relative;
}
.wb_findUploadList > li:first-child:after {
    content: "Or";
    right: -10px;
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
}
.wb_findUploadList > li:first-child {
    padding-right: 50px;
}
.wb_findUploadList > li:last-child {
    padding-left: 50px;
}
.wb_findUploadBox {
    color: #41494C;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    background: #ffffff;
    border: 1px solid #E0E1E3;
    border-radius: 6px;
    padding: 0px 20px;
    align-items: center;
    cursor: pointer;
    grid-gap: 10px;
    height: 54px;
}
.wb_findUploadBox.active {
    background: linear-gradient(90deg, #E0EDFF 0%, #FFFFFF 94.44%);
    border-color: #accfff;
    color: var(--primary-color);
}
.wb_findUploadBox.active .wb_fub_icon svg path {
    fill: var(--primary-color);
}
.wb_findUploadBox.active .wb_fub_text {
    color: var(--primary-color);
}
.wb_findUploadWrap {
    position: relative;
    z-index: 1;
}
.wb_findUploadinner {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
    margin-top: 20px;
}
.wb_fu_findLead {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}
.mb_20.to_hide_fields {
    flex: 1;
    margin-bottom: 0;
}
.wb_fub_icon {
    display: flex;
}
.wb_fub_icon.wb_upload_icon {
    width: 36px;
    height: 36px;
    background-color: rgb(82 111 255 / 12%);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
}
.wb_fub_text {
    color: #585C66;
    font-weight: 400;
    flex: 1;
}
.wb_upd_label {
    padding: 30px 30px;
    cursor: pointer;
    background: #f6faff;
    border: 1px solid #dfe4ff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.wb_upd_icon.wb_updnew_icon {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background-color: #e2e9ff;
    border-radius: 100px;
    margin: 0;
}
.wb_upd_icon.wb_updnew_icon img {
    width: 28px;
}
.wb_upd_icon > p {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 500;
}
.wb_upd_sprt {
    color: var(--secondary-color);
}
/* Center box Modal  */
/********************************************************/
  .wb_box_center {
    background: #f4faff;
    text-align: center;
    overflow: auto;
    height: calc(100vh - 90px);
    display: flex;
    justify-content: center;
    align-items: center;
}  
.wb_box_center:after {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.wb_box_centerInner {
    position: relative;
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 20px 20px 100px rgb(149 42 254 / 5%);
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    margin: 10px auto;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    padding: 40px;
}
.wb_createTemp .wb_box_centerInner {
    max-width: 570px;
}


/********************************************************
    .no site  CSS Start
********************************************************/
/* no event section */
.wb_noSiteWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 10px;
}
.wb_noSiteInner {
    border: 1px solid rgb(40 38 43 / 5%);
    background: rgba(40, 38, 43, 0.02);
    border-radius: 10px;
    padding: 35px 0 50px;
    max-width: 395px;
    width: 100%;
}
.wb_noSitetext1 {
    margin: 20px 0 25px;
    color:#585C66;
    font-size: 16px;
}
/********************************************************
    .Project Finder CSS Start
********************************************************/
.wb_proFinder_inner .wb_cmn_box {
    padding: 6px;
}
.wb_proFinder_TL.listSpace5 {
    flex-wrap: wrap;
    grid-gap: 15px;
}
.wb_radioImage .wb_btnCBLabel:before {
    top: 35px;
    left: 25px;
}
.wb_radioImage .wb_btnCBLabel {
    min-height: 67px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7f0f3;
    border-radius: 5px;
    padding: 15px 30px 15px 50px;
    min-height: 78px;
}
.wb_PLI_left {
    background: #F3F9FB;
    border: 1px solid #D8E6EB;
    border-radius: 5px;
    padding: 20px 10px;
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
}
.wb_PLI_right {
    margin-left: 20px;
}
.wb_projectList > li {
    border-bottom: 1px solid #E7F0F3;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.wb_projectList > li:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wb_PLI_budget {
    border-top: 1px solid #D8E6EB;
    padding-top: 10px;
    margin-top: 10px;
}
.wb_PLI_ttl {
    font-size: 20px;
    font-weight: 600;
    color: #69767A;
}
.wb_PLI_stl {
    color: var(--secondary-color);
}
.wb_PLI_date {
    color: #93A8AF;
    font-weight: 300;
    font-size: 14px;
}


/********************************************************
    .admin page  CSS Start
********************************************************/
.wb_bullets_show ul {
    list-style: disc;
    padding-left: 20px;
}
/********************************************************
    .Dashboard  CSS Start
********************************************************/
.wb_dashTopList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 3fr));
    grid-gap: 20px;
}
.wb_dashTopList > li {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
}
.wb_dashCardTop {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    grid-gap: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.wb_dc_ttl {
    font-size: 30px;
    color: #41494C;
    font-weight: 600;
    margin-bottom: 5px;
}
.wb_dc_sttl {
    font-size: 16px;
    color: #585C66;
    font-weight: 400;
}
.wb_dc_icon {
    display: flex;
    background: #F9EDFF;
    padding: 5px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.yellow .wb_dc_icon {
    background: #FFF8EB;
}
.yellow .wb_dc_icon svg path {
    fill: #FFB12E;
}
.red .wb_dc_icon {
    background: linear-gradient(180deg, rgb(255 0 199 / 1%) 0%, rgb(255 0 199 / 18%) 100%);
}
.red .wb_dc_icon svg path {
    fill: #ff46d6;
}
.green .wb_dc_icon {
    background: linear-gradient(180deg, rgba(48, 198, 90, 1%) 0%, rgb(48 198 90 / 20%) 100%);
}
.green .wb_dc_icon svg path {
    fill: #30c65a;
}
.purple .wb_dc_icon {
    background: linear-gradient(180deg, rgb(50 17 255 / 1%) 0%, rgb(50 17 255 / 16%) 100%);
}
.purple .wb_dc_icon svg path {
    fill: #7761ff;
}
.wb_dc_icon svg {
    width: 30px;
    height: 30px;
    position: relative;
    left: 2.5px;
}
/********************************************************
    .Graphics templates   CSS Start
********************************************************/
.wb_dfy_graphics_box {
    padding: 0 40px;
    margin-top: 30px;
}
.wb_dfy_graphics_box .wb_cmn_box {
    padding: 0;
    background: transparent;
}

.wb_dfy_graphics_wrap .wb_cmn_box_header {
    margin-bottom: 30px;
    padding: 0;
    background: transparent;
}
.wb_graphics_templateList {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-gap: 20px;
    grid-row-gap: 20px;
}
.wb_tg_name {
    font-size: 16px;
    max-width: 250px;
}
.wb_template_graphics_left {
    background: #ffffff;
    border-radius: 6px;
    padding: 25px 75px 25px 20px;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
}
.wb_tg_download {
    background: linear-gradient(317.92deg, #297CF0 -21.76%, #0E6AED 93.36%);
    border-radius: 6px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wb_template_graphics_box {
    display: flex;
    position: relative;
}

/********************************************************
    .other  CSS Start
********************************************************/
.wb_fieldrowlist {
    display: flex;
    flex-wrap: wrap;
    margin: -2px -10px;
}
.wb_fieldrowlist > li {
    padding: 2px 10px;
}
.wb_fieldrowlist > li:first-child {
    flex: 2;
}
.wb_fieldrowlist > li:last-child {
    flex: 10;
}
/* team page  */
.wb_assign_camList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.wb_assign_camList > li {
    padding: 5px;
    width: 50%;
}
.wb_assign_camList > li .wb_btnCBLabel {
    width: 100%;
}
/* tutorials page start */
.wb_tutorial_page {
    padding: 0 60px;
    margin-top: 30px;
}
.wb_tutorial_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.wb_tutorial_box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
}
.wb_tutorial_video > iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.wb_tutorial_ttl {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
}

.wb_tutorial_video img {
    border-radius: 10px;
    border: solid 1px #dddddd;
    object-fit: contain;
    width: 100%;
    height: 258px;
}
.wb_tutorial_ttl > a {
    color: #297CF0;
}
.wb_tutorial_ttl > a:hover {
    color: #7F8DB9;
}
/* tutorials page end */

/* DFY Agency page Start */

.wb_tutorial_list.wb_dfy_agency_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 4fr));
    grid-gap: 20px;
}
.wb_dfy_agency_wrapper .wb_tutorial_box {
    background: #ffffff;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
}
.wb_agency_img {
    background-color: #DFDFDF;
    border-radius: 6px;
}
.wb_agency_img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 6px;
}
.wb_agency_title {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
}
.wb_agency_title h6 {
    font-size: 16px;
    font-weight: 600;
}
.wb_agency_buttonicon {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.wb_agency_buttonicon a.wb_tg_download {
    position: unset;
    margin: 0;
    width: 40px;
    height: 40px;
}
.wb_agency_buttonicon a.wb_tg_download.dark_btn {
    background: linear-gradient(317.92deg, #102E57 -21.76%, #0E1E36 93.36%);
}
/* DFY Agency page End */


/* team page  */
/* other css start */

.inputCloseIcon {
    background: var(--primary-color);
    top: 8px;
    right: -5px;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.inputCloseIcon:after, .inputCloseIcon:before {
    position: absolute;
    content: ' ';
    height: 55%;
    width: 2px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.inputCloseIcon:after {
    transform: rotate(-45deg);
}
.inputCloseIcon:before {
    transform: rotate(45deg);
}

/* mail file attach */
.wb_attachFileList > li {
    background: white;
    border: 1px solid #e5f8ff;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}
.wb_afl_ttl {
    font-size: 16px;
}
.wb_afl_stl {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
}
.wb_afl_icon {
    background: #f3f9fb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.wb_attachFileList .wb_cross_sign {
    background: #ab46ff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 20px;
    height: 20px;
}
.wb_attachFileList .wb_cross_sign:after, .wb_attachFileList .wb_cross_sign:before {
    height: 60%;
    background-color: #ffffff;
}
/* mail file attach */
/* Attach File modal */
.wp_uploadFileModal  .bg_tab > .wb_tab_list {
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

div#prev_template {
    border: 1px solid #DADAFF;
    background-color: #FAFAFF;
    padding: 30px 30px;
    border-radius: 10px;
}

div#prev_template span {
    background-color: transparent !important;
}

div#prev_modal {
    border: 1px solid #DADAFF;
    background-color: #FAFAFF;
    padding: 25px;
    border-radius: 10px;
    margin: 0 0 0 13px;
}
/* Attach File modal */
#tb_webifyreport iframe {
    height: 400px;
}
/* edit report modal */
#reportEditContent1 .wb_cross_sign {
    background: #ab46ff;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    right: -6px;
    width: 20px;
    height: 20px;
    top: -10px;
}
#reportEditContent1 .wb_cross_sign:after, #reportEditContent1 .wb_cross_sign:before {
    height: 11px;
    background-color: #ffffff;
}

/* find leads editable field */
.wb_editable_filed {
    display: inline-block;
    padding-right: 16px;
}
.wb_editicon_list {
    display: flex;
}
.wb_editicon_list {
    position: absolute;
    right: -5px;
    top: -2px;
    grid-gap: 5px;
}
.wb_editicon_list > li {
cursor: pointer;
}
.wb_editable_filed span{
  transition: var(--transition);
}
.wb_editable_filed span[contenteditable="true"] {
    padding: 2px 5px;
    outline: none;
    box-shadow: 0px 0px 0px 1px #126ded;
    border-radius: 3px;
    margin-right: 20px;
}
/* find leads editable field */
/* pixa support chat popup */
.ptw_widget_wrapper.ptw_widget_right {
    right: 10px!important;
    bottom: 10px!important;
    z-index: 2;
}
.wb_emails_notes .wb_checkbox .wb_checkboxInput + .wb_checkboxLabel:before {
    border: 2px solid #ffb12e;
}
/* other css end */

.wb_integrationPage.mt_20 {
    max-width: 1170px;
    margin: 30px auto;
}


.ck.ck-balloon-panel.ck-balloon-panel_visible {
    z-index: 99999 !important;
}


/********************************************************
    .responsive  CSS Start
********************************************************/
@media screen and (min-width: 481px){
    .wb_filter_sbList {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 576px){
   
}
@media screen and (min-width: 768px){
    .wb_filter_sbList {
        grid-template-columns: repeat(3, 1fr);
    }
    .wb_supQue_inner {
        display: flex;
        align-items: center;
    }
    .wb_supQue_i_right {
        width: calc(100% - 210px);
        margin-left: 20px;
    }
    .wb_supQue_i_left {
        width: 190px;
    }
    .wb_projectListInner {
        display: flex;
    }
    .wb_PLI_left {
        width: 230px;
    }
    .wb_PLI_right {
        margin-left: 20px;
    }
}
@media screen and (min-width: 992px){
    .menu_toggle .wb_toggle_btn > svg {
        transform: rotate(180deg);
    }
    .wb_header_list > li.responsive_toggle {
        display: none;
    }
    /* authentication css */
    .wb_auth_inner {
    display: flex;
    min-height: 100vh;
    background-color: #EFF9FF;
}
    

/* click to mini sidebar start */
.menu_toggle .wb_header_Wrap {
    max-width: 1740px;
}
.menu_toggle .wb_main_wrap {
    margin-left: 280px;
    transition: all 0.3s;
}
.menu_toggle .wb_main_wrap {
    margin-left: 70px;
}
.menu_toggle .wb_sidebar_logo .default_logo {
    display: none;
}
.menu_toggle .wb_sidebar_logo .mini_logo {
    display: block;
}
.menu_toggle .wb_sidebar_header {
    padding: 0 0px;
}
.menu_toggle .wb_sidebar_wrap {       
    width: 70px;
}
.menu_toggle .wb_sidebar_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_toggle .wb_sidebar_menu {
    padding: 0 0px;
    height: calc(100% - 110px);
    overflow: inherit;
    margin: 35px 5px 20px 0px;
}
/* .menu_toggle .wb_sidebar_text {
    display: none;
}  */
/* changes */
.menu_toggle .wb_sidebar_text {
    position: absolute;
    left: 94%;
    background: linear-gradient(90deg, #E0EDFF 0%, #FFFFFF 94.44%);
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0px 10px 10px 0;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-5px);
    transition: all 0.3s;
    box-shadow: 0px 0px 30px 0px rgb(0 76 255 / 6%);
}
.menu_toggle .wb_sidebar_item:hover .wb_sidebar_text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}
/* changes */
.menu_toggle .wb_sidebar_icon {
    margin-right: 0;
}
.menu_toggle .wb_sidebar_item {
    align-items: center;
    justify-content: center;
}
/* sidebar profile */
.menu_toggle .wb_sidebar_profileData {
    display: none;
}
.menu_toggle .wb_sidebar_profileIMg {
    margin-right: 0;
}

/* click to mini sidebar end */

}
@media screen and (min-width: 1200px){
    
    .wb_header_list > li:last-child {
        padding: 0;
    }
    .wb_filter_sbList {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (min-width: 1400px){

}
@media screen and (min-width: 1500px){
    .wb_filter_sbList {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (min-width: 1800px){
    .wb_sidebar_wrap {
        width: 320px;
    } 
    .wb_main_wrap {
        margin-left: 340px;
    }
    .wb_sidebar_menu {
        padding: 0 20px 0 0;
    }

    
    
    .wb_bg_tab_inner {
        padding: 0 80px;
    }
    
    

}
@media screen and (max-width: 1499px){
    
    .wb_leadEmailLeft {
        width: calc(100% - 350px);
        margin: 0 20px 0 15px;
    }
    .wb_auth_right {
        padding: 50px 40px 20px;
        width: 530px;
    }
    .wb_auth_logo {
        margin-bottom: 40px;
    }
    .wb_header_Wrap {
        border-radius: 0;
    }
    .bg_tab > .wb_tab_list {
        border-radius: 10px;
        margin: 20px auto;
    }
    
    .wb_alertNote {
        border-radius: 10px;
    }
    .wb_vertical_tabWrap {
        padding: 0 30px;
        grid-gap: 20px;
    }
    .wb_splitInfolist {
        flex-wrap: wrap;
    }
    .wb_IT_list > li {
        margin: 0 10px;
    }
    .bg_tab > .wb_tab_list > li {
        margin: 0 10px;
    }
    .wb_splitInfolist > li:after {
    display: none;
}
.wb_sequence_sll_wrap {
    padding: 10px 0;
}
.wb_seq_tb_btn {
    padding: 15px;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 1399px){ 
    .wb_header_Wrap{
        padding: 10px 20px;
    }
    .wb_sidebar_profile::after {
        display: none;
    }
    /* sidebar  */
    .wb_H_searchInput {
    width: auto;
}
    .wb_sidebar_profileEmail {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
}
    .wb_sidebar_profilename {
        font-size: 14px;
    }
    .wb_sidebar_item {
        font-size: 13px;
        padding: 15px 15px;
    }
    .wb_sidebar_icon {
        margin-right: 15px;
    }
    /* sidebar  */
    .wb_graphics_templateList {
        grid-template-columns: repeat(2, 1fr);
    }
    .wb_auth_mockup img.img-fluid {
        max-width: 560px;
    }
    .wb_acc_settingPage .wb_vertical_tabL {
    width: 300px;
}
.wb_leadsaEmailWrap {
    flex-wrap: wrap;
}
.wb_leadEmailLeft {
    width: calc(100% - 0px);
}
.wb_leadsaEmailRight {
    width: 100%;
    margin: 10px 20px 0 15px;
}
}

@media screen and (max-width: 1199px){ 
    .wb_dashboardPage {
        padding: 30px 30px 40px;
    }
    .bg_tab > .wb_tab_list > li {
        margin: 0 8px;
    }  
    .wb_tutorial_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .wb_auth_mockup img.img-fluid {
        max-width: 450px;
    }
    .wb_auth_rInner {
        background-color: transparent;
        padding: 0 0;
    }
    .wb_auth_lInner {
    padding: 16px 20px 17px 60px;
    max-width: 290px;
    margin-top: -50px;
}
.wb_tutorial_video > iframe {
    height: 170px;
}
.wb_acc_settingPage .wb_vertical_tabL {
    width: auto;
}
.wb_cmn_box_body.wb_cmn_box_user_wrapper {
    padding: 0 20px 20px;
}
.wb_tutorial_video img {
    height: 175px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
    
}
@media screen and (max-width: 991px){
    .wb_cmn_box {
        padding: 15px 10px 10px;
    }
    .wb_cmn_box_header {
        margin-bottom: 10px;
        padding-bottom: 16px;
    }
    /* toggle button start */
    .wb_sidebar_menu {
    height: calc(100% - 60px);
    padding: 0 0px;
}
    .menu_toggle .wb_sidebar_wrap {
        left: 0;
    }
    .sidebar_overlay {
        position: fixed;
        background: rgb(0 0 0 / 45%);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 8;
        cursor: zoom-in;
        -webkit-transition: var(--webkit-transition);
        -moz-transition: var(--moz-transition);
        -ms-transition: var(--ms-transition);
        -o-transition: var(--o-transition);
        transition: var(--transition);
    }
    .menu_toggle .sidebar_overlay {
        opacity: 1;
        visibility: visible;
    }
    /* toggle button start */
    .wb_sidebar_wrap {
        left: -280px;
    }
    .wb_main_wrap {
        margin-left: 0;
    }
    /* toggle button End */
    
    .wb_tableTopBar, .content_padding {
        padding: 10px 10px;
    }
    .sp_order2 {
    order: 2;
  }
  .sp_order1 {
    order: 1;
  }	
  .wb_bonuses_box {
    text-align: center;
}
  .wb_bonuses_text {
    margin-top: 60px;
    text-align: center;
}
  .wb_bonuses_text a {
    margin: auto;
}
.wb_bonuses_box.wb_bonuses_two {
    text-align: center;
}
.wb_auth_left {
    padding: 50px 0;
}
.wb_auth_right {
    margin: auto;
}
.wb_dashboardPage {
    padding: 30px 15px 40px;
}
.wb_dfy_graphics_box {
    padding: 0 5px;
}
}

@media screen and (max-width: 768px){
    .wb_table:after {        
        bottom: -111px;
        height: 105px;
    }   d
    .wb_auth_rInner {
        padding: 20px 20px;
    }
    .wb_header_Wrap {
        flex-direction: column;
    }
    .wb_splitinner {
        flex-direction: column;
    }
    .wb_splitDetails {
        width: 100%;
    }
    .wb_ticketListBox {
        display: inherit;
    } 
    .wb_support_actions {
        margin-top: 10px;
    }
    .wb_createTicket_wrap .wb_cmn_box_header {
        margin-bottom: 30px;
    }
    .wb_camUserBtnList .wb_btn {
        height: inherit;
        max-width: max-content;
        padding: 10px;
    }
    .wb_PLI_right {
        margin-top: 20px;
    }
    .pa-content ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .wb_accessLevel_list > li {
        width: 100%;
    }
    .wb_tutorial_ttl {
        font-size: 18px;
    }
    
   
    .wb_bot_header {
        padding: 30px 20px 30px;
    }

    .wb_auth_inner {
    display: flex;
    flex-direction: column-reverse;
}
.wb_auth_left::after {
    display: none;
}
.wb_acc_settingPage .wb_vertical_tabR {
    flex: none;
}    
.flex-column.wb_V_tab_list {
    flex-direction: unset !important;
    grid-gap: 10px;
}
.wb_V_tab_list > li {
    margin-bottom: 0;
}

}
@media screen and (max-width: 699px){
    /*.wb_H_search {*/
    /*    position: fixed;*/
    /*    top: 70px;*/
    /*    right: 0!important;*/
    /*    left: 0;*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);*/
    /*    height: 50px;*/
    /*    box-shadow: 0px 0px 3px 0px #00000026;*/
    /*    border-radius: 10px;*/
    /*    width: 95%;*/
    /*    margin: auto;*/
    /*    bottom: auto;*/
    /*}*/
    /*.wb_HSearchWrap.open .wb_H_search {*/
    /*    top: 90px;*/
    /*}*/
    /*.wb_H_searchInput {*/
    /*    width: 100%;*/
    /*}*/
}
@media screen and (max-width: 575px){
    .wb_graphics_templateList {
        grid-template-columns: repeat(1, 1fr);
    }
    .wb_tutorial_video > iframe {
        height: 150px;
    }
    .wb_auth_left {
    padding: 20px 0;
}
    .wb_auth_mockup {
    display: none;
}
.wb_auth_lInner::after, .wb_auth_lInner::before {
    display: none;
}
.wb_auth_lInner {
    padding: 15px;
    max-width: 90%;
    margin-top: 0;
}
.wb_auth_right {
    padding: 30px;
    width: 100%;
}
.mb_20.to_hide_fields {
    margin-bottom: 15px;
}
.wb_fu_findLead {
    display: block;
}
.wb_findUploadList > li:first-child {
    padding-right: 5px;
}
.wb_findUploadList > li:last-child {
    padding-left: 5px;
}
.modal-content {
    padding: 30px 20px;
}
.wb_findUploadBox {
    font-size: 14px;
    padding: 0px 10px;
    grid-gap: 5px;
}
.wb_findUploadList > li:first-child:after {
    opacity: 0;
}
.wb_sendfollowup_box {
    grid-gap: 0px;
}
.mb_20.wb_template_boxes {
    width: 100%;
}
.wb_header_heading_box {
    grid-gap: 10px;
    justify-content: center;
}
}
@media screen and (max-width: 479px){
    .wb_proFinder_TL {
        flex-wrap: wrap;
    }
    .wb_proFinder_TL > li {
        width: 100%;
    }
    .wb_tutorial_list {
        grid-template-columns: repeat(1, 1fr);
    }
   
    .wb_auth_right {
    padding: 20px 15px;
}
    .wb_auth_h_text {
    font-size: 26px;
}
.wb_auth_logo {
    margin-bottom: 20px;
}
.wb_auth_l_heading {
    font-size: 16px;
}
  .wb_dashboardPage {
    padding: 30px 5px;
}
.wb_vertical_tabWrap {
    padding: 0;
}
.wb_tab_item {
    font-size: 14px;
    padding: 10px 0;
}
.wb_H_searchInput {
    width: 180px;
}

.alf_click_here_link .wb_tab_clickhr {
    padding: 10px;
}

.wb_tutorial_box {
    padding: 10px;
}
.wb_tutorial_ttl {
    font-size: 16px;
}
}


