@charset "UTF-8";
/*
Copyright (c) 2019
------------------------------------------------------------------
[Master Default Stylesheet]
-------------------------------------------------------------------
[Table of contents]

1. body
2. authentication
3. header
4. sidebar
5. dashboard
6. products
7. operators
8. autoresponders
9. ticket
10. ticket detail
11. settings
12. IPN integration
13. Plans
 .
 .
 .
50. footer
51. components
52. responsive
-------------------------------------------------------------------*/


/********************************************************************************************* 
1. body start
*********************************************************************************************/
:root {
    --main_color : #2edfc6;
}
*,*::before,*::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-family: 'Nunito', sans-serif;
	background-color:#f9fbfc;
	color: #89949a;
	font-size:14px;
    margin: 0;
    line-height: 1.15;
}
a, a:hover, a:focus{
	text-decoration:none;
	color: #4948cd;
}
.xs_content_wrapper{
    margin-left: 300px;
    padding: 50px;
    padding-top: 130px;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hide_sidebar .xs_content_wrapper{
    margin-left: 80px;
}
h1, h2, h3, h4, h5, h6{
    color: #5e686d;
}
/* alignment start */
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
/* alignment end */
/********************************************************************************************* 
1. body end
*********************************************************************************************/

/********************************************************************************************* 
2. authentication start
*********************************************************************************************/
.xs_auth_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    overflow: auto;
    text-align: center;
    background-color: var(--main_color);
}
.xs_auth_wrapper:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}
.xs_auth_wrapper > .xs_auth_inner {
    width: 100%;
    max-width:940px;
    margin: 30px auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
}
.xs_auth_wrapper > .xs_auth_inner > .xs_auth_box {
    display:flex;
	align-items:center;
    justify-content:center;
    background-image: url('../images/auth_box_bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #ffffff;
	padding:0;
	box-shadow: 5px 10px 30px -10px rgba(0, 0, 0, 0.15);
    margin: 20px auto;
    position: relative;
    z-index: 1;
    text-align: left;
    animation: authBoxAnim 0.3s; 
    animation-fill-mode: forwards;
}

@keyframes authBoxAnim{
    0%{
        transform: translateY(-100px) rotateX(45deg);
        opacity: 0;
    }
    100%{
        transform: translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

.xs_auth_img {
    text-align: center;
    margin-left: -30px;
    margin-top: 30px;
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xs_auth_box > .xs_auth_logo{
	flex:1;
}
.xs_auth_img > img {
    max-width: 100%;
    vertical-align: bottom;
}
.xs_auth_img > img.xs_auth_logo_left{
    max-width: 180px;
    max-height: 40px;
    margin-bottom: 40px;
}
.xs_auth_box > .xs_auth_logo > img{
	opacity:0;
	visibility:hidden;
}
.xs_auth_box > .xs_auth_content{
	flex:1;
}
.xs_auth_box > .xs_auth_content > .xs_auth_content_body{
	padding:40px 70px;
}
.xs_auth_heading {
    margin-bottom: 30px;
}
.xs_auth_heading > img{
    max-width: 160px;
    margin-bottom: 30px;
}
.xs_auth_heading > h3{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.xs_auth_heading > p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.xs_auth_heading a{
    color: var(--main_color);
    font-weight: bold;
}
.xs_auth_input_box_list{
    display: flex;
}
.xs_auth_input_box_list > .xs_auth_input_box{
    flex: 1;
    margin-right: 20px;
}
.xs_auth_input_box_list > .xs_auth_input_box:last-child{
    margin-right: 0px;
}
.xs_auth_input_box {
    margin-bottom: 20px;
    position: relative;
}
.xs_auth_input_box > .xs_auth_input {
    height: 54px;
    border-radius: 5px;
    background-color: #f3f7f9;
    border: 1px solid #e9eff2;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    padding: 0 30px;
    padding-right: 50px;
    width: 100%;
    padding-right: 60px;
    color: #2d2d2d;
}
.xs_auth_input_box > .xs_auth_input::-webkit-placeholder{
	opacity:0.5;
}
.xs_auth_input_box > .xs_icon{
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.xs_auth_action {
    display: flex;
    align-items: center;
}
.xs_auth_action > .xs_auth_action_line{
    width: 50px;
    height: 1px;
    background-color: #e9eff2;
    margin: 0 20px;
}
.xs_auth_action > .xs_auth_other_link{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #545454;
}
.xs_auth_action > .xs_auth_other_link:hover{
    color:var(--main_color);
}
.xs_auth_btn {
    line-height: inherit;
    font-size: 16px;
    display: inline-block;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color:#ffffff;
    font-weight: 500;
    background-color:var(--main_color);
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.xs_auth_btn:hover, .xs_auth_btn:focus{
    background-color:var(--main_color);
    color:#ffffff;
    opacity: 0.9;
}
.xs_auth_input_box > .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 0px;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xs_auth_input_box > .icon > img {
    vertical-align: middle;
}
.xs_auth_checkbox {
    position: relative;
}
.xs_auth_box > .xs_auth_heading > h3, .xs_auth_checkbox > label, .xs_remember_forgot > .xs_forgot_password > a {
    color: #5e686d;
}
.xs_remember_forgot > .xs_forgot_password > a {
    color: #ffffff;
    text-decoration: none;
}
.xs_auth_checkbox > label {
    color:#5e686d;
	font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.xs_auth_checkbox > label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgba(222, 224, 225, 0.2);
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
.xs_auth_checkbox > input:checked ~ label::after {
    opacity: 1;
    visibility: visible;
}
.xs_auth_checkbox > label::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 3px;
    width: 15px;
    height: 8px;
    opacity: 0;
    visibility: hidden;
    border-bottom: 3px solid var(--main_color);
    border-left: 3px solid var(--main_color);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.xs_remember_forgot {
    display: flex;
    margin-bottom: 30px;
}
.xs_auth_checkbox > input {
    position: absolute;
    left: -99999px;
}
.xs_remember_forgot > .xs_remember_me {
    flex: 1;
}
.xs_remember_forgot > .xs_forgot_password {
    flex: 1;
    text-align: right;
}

.xs_remember_forgot > .xs_forgot_password > a {
    color: #5e686d;
	font-weight: 500;
}
.xs_auth_box > .xs_auth_content > .xs_auth_content_footer{
	padding: 20px 20px 60px;
    border-top: 1px solid rgba(90, 99, 103, 0.2);
}
.xs_auth_footer{
	color: #5a6367;
}
.xs_auth_footer strong {
    color: inherit;
	font-weight: 500;
}
.xs_auth_footer strong a {
    color: inherit;
    text-decoration: none;
}
.xs_auth_footer {
    text-align: center;
    font-size: 14px;
    color: #3d4453;
    line-height: 1.6;
}
.xs_auth_footer p {
    margin: 0;
	font-weight: 500;
}
/********************************************************************************************* 
2. authentication end
*********************************************************************************************/

/********************************************************************************************* 
3. header start
*********************************************************************************************/
.xs_header_wrapper{
	position: fixed;
    top: 0;
    left: 300px;
    right: 0;
    min-height: 80px;
    z-index: 998;
    background-color: #ffffff;
    box-shadow: 0px 0px 41px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    padding: 0px 50px;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hide_sidebar .xs_header_wrapper{
    left: 80px;
}
.xs_header_wrapper::before{
	display:none;
}
.xs_header_right{
    display: flex;
    align-items: center;
}
.xs_page_title{
    flex: 1;
}
.xs_page_title > h3{
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}
.xs_page_title > h3 > span.ticket_id{
    font-weight: bold;
    font-size: 20px;
    color: var(--main_color);
}

.xs_search_wrapper{
    border-left: 1px solid #f1f2f2;
    border-right: 1px solid #f1f2f2;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.xs_search_wrapper > .xs_search_input > input{
    border: none;
    height: 30px;
    padding: 15px;
    background-color: transparent;
    outline: none;
    width: 200px;
    -webkit-transition: all 0.2s cubic-bezier(0.75, 0.01, 0.21, 0.95);
    -moz-transition: all 0.2s cubic-bezier(0.75, 0.01, 0.21, 0.95);
    transition: all 0.2s cubic-bezier(0.75, 0.01, 0.21, 0.95);
}
.xs_search_wrapper > .xs_search_input > input:focus{
    width:250px;
}
.xs_search_wrapper > .xs_search_input > input::-webkit-input-placeholder{
    color: #a1aeb5;
}
.xs_search_wrapper > .xs_search_input > .xs_dropdown_wrapper{
    width: 306px;
    right: -20px;
}
.xs_search_wrapper > .xs_search_input > .xs_dropdown_wrapper > .xs_dropdown_inner{
    max-height: 400px;
    padding-right: 0;
    overflow: hidden;
}
.xs_search_wrapper > .xs_search_input > .xs_dropdown_wrapper > .xs_dropdown_inner::before{
    display: none;
}
.xs_searchbox_section{
    margin-bottom: 15px;
    background-color: #fafcfd;
    padding: 10px;
    border: 1px solid #e9eff2;
    margin-right: 15px;
}
.xs_searchbox_section:last-child{
    margin-bottom: 0px;
}
.xs_searchbox_section > h3{
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.xs_searchbox_section > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.xs_searchbox_section > ul > li{
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.xs_searchbox_section > ul > li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.xs_searchbox_section > ul > li > a{
    display: block;
    padding: 10px;
    color: inherit;
}
.xs_searchbox_section > ul > li > a:hover{
    background-color: #eef6fa;
}
.xs_searchbox_section > ul > li > a > .xs_searchbox_item{
    display: flex;
}
.xs_searchbox_section > ul > li > a > .xs_searchbox_item > .xs_searchbox_icon{
    width: 30px;
}
.xs_searchbox_section > ul > li > a > .xs_searchbox_item > .xs_searchbox_item_detail{
    flex: 1;
}
.xs_searchbox_section > ul > li > a > .xs_searchbox_item > .xs_searchbox_item_detail > h3{
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
}
.xs_searchbox_section > ul > li > a > .xs_searchbox_item > .xs_searchbox_item_detail > p{
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
}


.xs_notification_wrapper{
    margin-left: 30px;
}
.xs_notification_wrapper .xs_notification_icon{
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-color: #ffc956;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xs_notification_wrapper .xs_notification_icon > .xs_notification_count{
    position: absolute;
    top: -5px;
    left: 30px;
    padding: 0px 3px;
    height: 18px;
    min-width: 18px;
    border-radius: 18px;
    background-color: #435565;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-size: 8px;
    font-weight: 700;
    line-height: 16px;
}
.xs_notification_wrapper > .xs_dropdown_wrapper{
    width: 280px;
}
.xs_notification_wrapper > .xs_dropdown_wrapper > .xs_dropdown_inner {
    max-height: 400px;
    padding-right: 0;
}
.xs_notification_wrapper > .xs_dropdown_wrapper .xs_dropdown_inner ul{
    list-style: none;
    margin-right: 15px; 
}
.xs_notification_wrapper > .xs_dropdown_wrapper .xs_dropdown_inner ul li a {
    border-bottom: 1px solid #e9eff2;
    position: relative;
}
.xs_notification_wrapper > .xs_dropdown_wrapper .xs_dropdown_inner ul li:last-child a {
    border-bottom: none;
}
.xs_notification_wrapper > .xs_dropdown_wrapper .xs_dropdown_inner ul li a:hover{
    background-color: #eef6fa;
}


.xs_notification{
    display: flex;
}
.xs_notification > .xs_notif_icon{
    width: 30px;
    margin-top: 3px;
}
.xs_notification > .xs_notif_icon > .xs_icon {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}
.xs_notification > .xs_notif_detail{
    flex: 1;
}
.xs_notification > .xs_notif_detail > .xs_tid{
    color: var(--main_color);
    margin-bottom: 2px;
    font-size: 13px;
}
.xs_notification > .xs_notif_detail > .xs_tsub{
    font-size: 12px;
    margin-bottom: 5px;
    color: #5e686d;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}
.xs_notification > .xs_notif_detail > .xs_tago{
    font-size: 11px;
    opacity: 0.7;
}




.xs_profile_wrapper{
    margin-left: 23px;
}
.xs_profile_wrapper > .xs_profile_icon{
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.xs_profile_wrapper > .xs_profile_icon > .xs_initial{
    width: 45px;
    height: 45px;
    line-height: 46px;
    background-color: var(--main_color);
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}
.xs_profile_wrapper > .xs_profile_icon > .xs_profile_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 45px;
}
.xs_profile_wrapper > .xs_profile_icon > .xs_dots{
    position: absolute;
    top: 18px;
    right: -10px;
}
.xs_profile_wrapper > .xs_profile_icon > .xs_dots > span{
    display: block;
    width: 4px;
    height: 4px;
    background-color: #a1aeb5;
    border-radius: 4px;
    margin-bottom: 2px;
}



/********************************************************************************************* 
3. header end
*********************************************************************************************/

/********************************************************************************************* 
4. sidebar start
*********************************************************************************************/
.xs_sidebar_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 999;
    background-color: #eef6fa;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.xs_sidebar_wrapper > .xs_logo{
    background-color: var(--main_color);
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xs_sidebar_wrapper > .xs_logo > a > img{
    max-width: 215px;
    max-height: 50px;
}
.xs_sidebar_wrapper > .xs_sidebar_inner{
    position: absolute;    
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.xs_sidebar_nav > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.xs_sidebar_nav > ul > li{
    display: block;
}
.xs_sidebar_nav > ul > li > a{
    display: flex;
    padding: 25.5px 50px;
    font-size: 16px;
    color: #a1aeb5;
    align-items: center;
}
/* .xs_sidebar_nav > ul > li > a.active{
    pointer-events: none;
} */
.xs_sidebar_nav > ul > li > a.active,
.xs_sidebar_nav > ul > li > a:hover{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}
.xs_sidebar_nav > ul > li > a > .xs_icon{
    margin-right: 20px;
    flex: none;
}

.xs_sidebar_toggle{
    position: absolute;
    top: 17px;
    right: -38px;
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 46px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.xs_sidebar_toggle > span{
    width: 20px;
    height: 3px;
    background-color: var(--main_color);
    border-radius: 3px;
    margin: 2px 0;
    margin-left: 13px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.xs_sidebar_toggle > span:nth-child(1){
    width: 13px;
}
.xs_sidebar_toggle > span:nth-child(2){
    width: 20px;
}
.xs_sidebar_toggle > span:nth-child(3){
    width: 16px;
}

.hide_sidebar .xs_sidebar_toggle > span{
    height: 2px;
}
.hide_sidebar .xs_sidebar_toggle > span:nth-child(1){
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8px 16px;
    -moz-transform-origin: 8px 16px;
    transform-origin: 8px 16px;
}
.hide_sidebar .xs_sidebar_toggle > span:nth-child(3){
    width: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8px -14px;
    -moz-transform-origin: 8px -14px;
    transform-origin: 8px -14px;
}

.hide_sidebar .xs_sidebar_wrapper{
    width: 80px;
}
.hide_sidebar .xs_sidebar_nav > ul > li > a{
    padding: 25.5px 10px;
    justify-content: center;
}
.hide_sidebar .xs_sidebar_nav > ul > li > a > span:last-child{
    position: absolute;
    left: 100%;
    background-color: #435565;
    padding: 5px 15px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    pointer-events: none;
    margin-left: 10px;
    display: none;
    -webkit-animation: MenutooltipAnim 0.2s;
    -moz-animation: MenutooltipAnim 0.2s;
    animation: MenutooltipAnim 0.2s;
    
}
.hide_sidebar .xs_sidebar_nav > ul > li > a:hover > span:last-child{
    display: block;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
@-webkit-keyframes MenutooltipAnim{
    0%{-webkit-transform: translateX(-10px);}
    100%{transform: translateX(0px);}
}
@-moz-keyframes MenutooltipAnim{
    0%{-moz-transform: translateX(-10px);}
    100%{transform: translateX(0px);}
}
@keyframes MenutooltipAnim{
    0%{transform: translateX(-10px);}
    100%{transform: translateX(0px);}
}
.hide_sidebar .xs_sidebar_nav > ul > li > a > span:last-child:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -6px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #435565;
}
.hide_sidebar .xs_sidebar_nav > ul > li > a > .xs_icon{
    margin-right: 0;
}
.hide_sidebar .xs_sidebar_wrapper > .xs_logo > a{
    width: 45px;
    height: 45px;
    background-image: url('../images/logo_icon_white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.hide_sidebar .xs_sidebar_wrapper > .xs_logo > a > img{
    display: none;
}
/********************************************************************************************* 
4. sidebar end
*********************************************************************************************/

/********************************************************************************************* 
5. dashboard start
*********************************************************************************************/
.xs_count_box_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.xs_count_box_list > .xs_count_box{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}
@media (max-width:1400px){ .xs_count_box_list > .xs_count_box{width:25%} }
@media (max-width:1200px){ .xs_count_box_list > .xs_count_box{width:33.333%} }
@media (max-width:768px){ .xs_count_box_list > .xs_count_box{width:50%} }
@media (max-width:480px){ .xs_count_box_list > .xs_count_box{width:100%} }

.xs_count_box_list > .xs_count_box > .xs_count_box_inner{
    padding: 30px;
    min-height: 150px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    border-bottom: 5px solid var(--main_color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    -webkit-animation: boxAnim 0.3s;
    -moz-animation: boxAnim 0.3s;
    animation: boxAnim 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes boxAnim{
    0%{-webkit-transform: translateY(-10px); opacity: 0;}
    100%{-webkit-transform: translateY(0px); opacity: 1;}
}
@-moz-keyframes boxAnim{
    0%{-moz-transform: translateY(-10px); opacity: 0;}
    100%{-moz-transform: translateY(0px); opacity: 1;}
}
@keyframes boxAnim{
    0%{transform: translateY(-10px); opacity: 0;}
    100%{transform: translateY(0px); opacity: 1;}
}
.xs_count_box_list > .xs_count_box > .xs_count_box_inner > h1{
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--main_color);
}
.xs_count_box_list > .xs_count_box > .xs_count_box_inner > p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #767f84;
}

/* .xs_count_box_list > .xs_count_box:nth-child(1) > .xs_count_box_inner{border-bottom-color: #9ed467; animation-delay: 0.04s;}
.xs_count_box_list > .xs_count_box:nth-child(1) > .xs_count_box_inner > h1{color: #9ed467}

.xs_count_box_list > .xs_count_box:nth-child(2) > .xs_count_box_inner{border-bottom-color: #af8aed; animation-delay: 0.08s;}
.xs_count_box_list > .xs_count_box:nth-child(2) > .xs_count_box_inner > h1{color: #af8aed;}

.xs_count_box_list > .xs_count_box:nth-child(3) > .xs_count_box_inner{border-bottom-color: #ffc956; animation-delay: 0.12s;}
.xs_count_box_list > .xs_count_box:nth-child(3) > .xs_count_box_inner > h1{color: #ffc956;}

.xs_count_box_list > .xs_count_box:nth-child(4) > .xs_count_box_inner{border-bottom-color: #75798f; animation-delay: 0.16s;}
.xs_count_box_list > .xs_count_box:nth-child(4) > .xs_count_box_inner > h1{color: #75798f;}

.xs_count_box_list > .xs_count_box:nth-child(5) > .xs_count_box_inner{border-bottom-color: #52aef9; animation-delay: 0.2s;}
.xs_count_box_list > .xs_count_box:nth-child(5) > .xs_count_box_inner > h1{color: #52aef9;} */

.xs_box_wrapper_list{
    display: flex;
    margin: 0 -15px;
    align-items:flex-start;
    align-content:flex-start;
    flex-wrap: wrap;
}
.xs_box_wrapper_list > .xs_box_wrapper{
    flex: 1;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    backface-visibility: hidden;
    margin-bottom: 15px;
}
.xs_box_wrapper{
    padding: 40px;
    min-height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    -webkit-animation: boxAnim 0.3s;
    -moz-animation: boxAnim 0.3s;
    animation: boxAnim 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.xs_box_wrapper > .xs_box_title{
    margin-bottom: 40px;
}
.xs_box_wrapper > .xs_box_title > h3{
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #767f84;
}

.xs_customer_satisfactions > ul{
    list-style: none;
    padding: 0;;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.xs_customer_satisfactions > ul > li{
    width: 50%;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.xs_customer_satisfactions > ul > li:nth-last-child(1),
.xs_customer_satisfactions > ul > li:nth-last-child(2){
    margin-bottom: 0;
}
.xs_customer_satisfactions > ul > li > .xs_cs_icon{
    width: 75px;
}
.xs_customer_satisfactions > ul > li > .xs_cs_detail{
    flex: 1;
}
.xs_customer_satisfactions > ul > li > .xs_cs_detail > p{
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #89949a;
}
.xs_customer_satisfactions > ul > li > .xs_cs_detail > h3{
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    color: #767f84;
}
/********************************************************************************************* 
5. dashboard end
*********************************************************************************************/

/********************************************************************************************* 
6. products start
*********************************************************************************************/
.xs_no_data{
    text-align: center;
    padding: 150px 15px;
}
.xs_no_data > h1{
    margin: 15px auto;
    font-size: 24px;
    color: #89949a;
    font-weight: 200;
}

.xs_product_list{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.xs_product_list > .xs_product_item{
    width: 33.33333%;
    padding: 15px;
}
@media (max-width:1300px){ .xs_product_list > .xs_product_item{width: 50%;} }
@media (max-width:768px){ .xs_product_list > .xs_product_item{width: 100%;} }

.xs_product_list > .xs_product_item > .xs_product_item_inner{
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    position: relative;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_icon{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: rgba(82, 174, 249, 0.25);
    font-size: 24px;
    text-transform: uppercase;
    color: #52aef9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_detail{
    padding: 0 30px;
    padding-right: 0;
    position: relative;
    flex: 1;
    color: inherit;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_detail > h3{
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_detail > p{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_detail > p > span:first-child{
    margin: 0;
    font-weight: 400;
}

.xs_product_list > .xs_product_item.xs_product_add{
    cursor: pointer;
}
.xs_product_list > .xs_product_item.xs_product_add > .xs_product_item_inner{
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.xs_product_list > .xs_product_item.xs_product_add > .xs_product_item_inner > h1{
    margin: 0;
    font-size: 20px;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 15px;
    border: 1px dashed #e8ecee;
}
.xs_product_list > .xs_product_item.xs_product_add > .xs_product_item_inner > h1 > span{
    margin-left: 20px;
}

.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option{
    position: absolute;
    top: 20px;
    right: 10px;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_icon{
    width: 42px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_icon > span{
    display: block;
    width: 4px;
    height: 4px;
    background-color: #a1aeb5;
    border-radius: 4px;
    margin-bottom: 2px;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_icon:hover > span{
    background-color: var(--main_color);
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_action{
    opacity: 0;
    visibility: hidden;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option.open > .xs_po_action{
    opacity: 1;
    visibility: visible;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_action > a{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background-color: #a1aeb5;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s;
    transform: scale(0.5) translateY(-10px);
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option.open > .xs_po_action > a{
    opacity: 1;
    transform: scale(1) translateY(0px);
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_action > a:nth-child(2){
    transition-delay: 0.1s;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_action > a.xs_po_edit{
    background-color: #ffb350;
}
.xs_product_list > .xs_product_item > .xs_product_item_inner > .xs_product_option > .xs_po_action > a.xs_po_delete{
    background-color: #ff7773;
}

.xs_product_list_label > span{
    padding: 4px 5px 3px;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    margin: 0 5px 5px 0;
    display: inline-flex;
    color: #989898;
    font-size: 11px;
    border-radius: 3px;
    font-weight: 700;
}

/* product single start */
.xs_image_uploader_box{
    margin-bottom: 50px;
}
.xs_image_uploader_box > h3{
    font-size: 16px;
    color: #89949a;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
}
.xs_image_uploader_box > .xs_image_uploader{
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px dashed #c5d0d6;
    width: 100%;
    max-width: 370px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.xs_image_uploader_box > .xs_image_uploader > .xs_color_icon{
    margin-bottom: 20px;
}
.xs_image_uploader_box > .xs_image_uploader > p{
    font-size: 16px;
    color: #89949a;
    margin: 0;
    text-align: center;
    line-height: 24px;
}
.xs_image_uploader_box > .xs_image_uploader > p > span{
    font-weight: bold;
    color: var(--main_color);
    display: block;
}
.xs_image_uploader_box > .xs_image_uploader > input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
}

.xs_image_uploader_box > .xs_image_uploader.uploading::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    z-index: 1;
}
.xs_image_uploader_box > .xs_image_uploader > .xs_progress_bar{
    position: absolute;
    bottom: 20px;
    left: 15%;
    right: 15%;
    background-color: #e0e0e0;
    height: 5px;
    border-radius: 3px;
    z-index: 2;
}
.xs_image_uploader_box > .xs_image_uploader.completed > .xs_progress_bar{
    display: none;
}
.xs_image_uploader_box > .xs_image_uploader > .xs_progress_bar > span {
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    border-radius: 10px;
    background-color: var(--main_color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.xs_image_uploader_box > .xs_image_viewer{
    display: flex;
    align-items: center;
}
.xs_image_uploader_box > .xs_image_viewer > .xs_img_preview{
    /* background-color: #eef6fa; */
    background-color: #839199;
    /* border: 1px solid #e9eff2; */
    padding: 15px;
    max-width: 180px;
    margin-right: 20px;
}
.xs_image_uploader_box > .xs_image_viewer > .xs_img_preview > img{
    max-width: 100%;
    vertical-align: middle;
}
.xs_image_uploader_box > .xs_image_viewer > .xs_img_action > a{
    color: #a1aeb5;
    display: inline-flex;
    align-items: center;
    line-height: 17px;
}
.xs_image_uploader_box > .xs_image_viewer > .xs_img_action > a > .xs_icon{
    margin-right: 5px;
}
.xs_image_uploader_box > .xs_image_viewer > input{  
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.xs_product_detail > .xs_operator_detail_header .xs_operator_name_wrapper > .xs_initials{
    border-radius: 10px;
    margin-right: 20px;
}
.xs_product_detail > .xs_operator_detail_header .xs_operator_name_wrapper > .xs_operator_name_role > span.xs_onr_name{
    font-size: 20px;
    margin-bottom: 10px;
}
/* product single end */
/********************************************************************************************* 
6. products end
*********************************************************************************************/

/********************************************************************************************* 
7. operators start
*********************************************************************************************/
.xs_operator_header{
    display: flex;
    align-items: center;
}
.xs_operator_header > .xs_operator_filter{
    flex: 1;
}
.xs_operator_header > .xs_btn{
    margin-bottom: 15px;
}
.xs_filter_box{
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}
.xs_filter_box > label{
    font-weight: 400;
    color: #89949a;
    margin-right: 8px;
}
.xs_filter_box > select{
    font-weight: bold;
    color: #5e686d;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.xs_filter_box > select > optgroup{
    font-weight: 400;
}
.xs_operator_name_wrapper{
    display: flex;
    align-items: center;
}
.xs_operator_name_wrapper > .xs_initials{
    width: 48px;
    height: 48px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #52aef9;
    background-color: #d4ebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}
.xs_operator_name_wrapper > .xs_initials > .xs_prof_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    object-fit: cover;
}

.xs_operator_name_wrapper > .xs_operator_name_role{
    flex: 1;
}
.xs_operator_name_wrapper > .xs_operator_name_role > span{
    display: block;
}
.xs_operator_name_wrapper > .xs_operator_name_role > span.xs_onr_name{
    font-weight: 600;
    color: #5e686d;
}
.xs_operator_name_wrapper > .xs_operator_name_role > span.xs_onr_date{
    font-size: 10px;
    display: inline-block;
    font-weight: 700;
}

.xs_operator_profile{
    max-width: 900px;
}
.xs_operator_detail_wrapper > .xs_operator_detail_header{
    background-color: #ffffff;
    margin: -50px;
    padding: 50px;
    border-bottom: 1px solid #e9eff2;
    margin-bottom: 0;
}
.xs_operator_detail_header .xs_operator_name_wrapper{
    margin-bottom: 30px;
}
.xs_operator_detail_header .xs_operator_name_wrapper > .xs_initials{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 24px;
    margin-right: 20px;
}
.xs_operator_detail_header .xs_operator_name_wrapper > .xs_initials > .xs_prof_img{
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.xs_operator_detail_header .xs_operator_name_wrapper > .xs_operator_name_role > span.xs_onr_name{
    font-size: 20px;
    margin-bottom: 10px;
}
.xs_operator_detail_header .xs_operator_name_wrapper > .xs_operator_name_role > span.xs_onr_date{
    font-size: 14px;
    font-weight: 400;
}
.xs_operator_detail_wrapper > .xs_tab_wrapper{
    margin-top: -40px;
}

/* operator profile start */
.xs_operator_profile{
    display: flex;
}
.xs_operator_profile > form{
    flex: 1;
}
.xs_operator_profile .xs_input_wrapper > .xs_input{
    background-color: #ffffff;   
}
.xs_profile_image{
    width: 300px;
    background-color: #ffffff;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.04);
    border-radius: 10px;
    max-height: 230px;
}
.xs_profile_image > .xs_profile_icon{
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 10px;
}
.xs_profile_image > .xs_profile_icon > input{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    object-fit: cover;
}
.xs_profile_image > .xs_profile_icon > .xs_profile_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.xs_profile_image > .xs_profile_icon > .xs_initials{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 24px;    
    text-transform: uppercase;
    font-weight: bold;
    color: #52aef9;
    background-color: #d4ebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.xs_profile_image > h3{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #8a8a8a;
}
/* operator profile end */
/********************************************************************************************* 
7. operators end
*********************************************************************************************/

/********************************************************************************************* 
8. autoresponders start
*********************************************************************************************/
.xs_autoresponder_wrapper{
	margin:0;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li{
	width: 25%;
    vertical-align: top;
    position: relative;
    padding: 0 15px 30px;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul * {
    box-sizing: border-box;
}

@media (max-width:1600px){.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li{width:33.333333%;}}
@media (max-width:1400px){.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li{width:50%;}}
@media (max-width:1100px){.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li{width:100%;}}

.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a{
	display:block;
	padding:30px;
	font-size:20px;
	background-color:#ffffff;
	text-decoration:none;
	text-align: center;
	color: #949494;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li.active > a,
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	color: #20202f;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li.active:before{
	content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    width: 25px;
    height: 25px;
    display: block;
    background-color: #4CAF50;
    border-radius: 50px;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li.active:after{
	content: "";
    position: absolute;
    top: 17px;
    left: 30px;
    display: block;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li.active > a{
	box-shadow: 0px 0px 0px 2px #90de93;
    background-color: #edffee;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a > .icon{
	width: 96px;
    height: 96px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    vertical-align: middle;
    background-image: url(../images/autoresponder.png);
    background-repeat: no-repeat;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.2;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li.active > a > .icon,
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a:hover > .icon{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity: 1;
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Aweber > .icon{
	background-position: 0px calc(-96px * 1);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.GetResponse > .icon{
	background-position: 0px calc(-96px * 2);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.MarketHero > .icon{
	background-position: 0px calc(-96px * 3);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.SendReach > .icon{
	background-position: 0px calc(-96px * 4);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Sendlane > .icon{
	background-position: 0px calc(-96px * 5);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Infusionsoft > .icon{
	background-position: 0px calc(-96px * 6);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.ActiveCampaign > .icon{
	background-position: 0px calc(-96px * 7);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.iContact > .icon{
	background-position: 0px calc(-96px * 8);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Drip > .icon{
	background-position: 0px calc(-96px * 9);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.MailerLite > .icon{
	background-position: 0px calc(-96px * 10);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.ConstantContact > .icon{
	background-position: 0px calc(-96px * 11);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.ConvertKit > .icon{
	background-position: 0px calc(-96px * 12);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.CustomHtml > .icon{
	background-position: 0px calc(-96px * 13);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Benchmark > .icon{
	background-position: 0px calc(-96px * 14);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Hubspot > .icon{
	background-position: 0px calc(-96px * 15);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Sendinblue > .icon{
	background-position: 0px calc(-96px * 16);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Sendy > .icon{
	background-position: 0px calc(-96px * 17);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Verticalresponse > .icon{
	background-position: 0px calc(-96px * 18);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.CampaignMonitor > .icon{
	background-position: 0px calc(-96px * 19);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a.Sendloop > .icon{
	background-position: 0px calc(-96px * 20);
}
/********************************************************************************************* 
8. autoresponders end
*********************************************************************************************/

/********************************************************************************************* 
9. ticket start
*********************************************************************************************/
.xs_ticket_wrapper{
    position: relative;
}
.xs_ticket_wrapper > .xs_ticket_list_wrapper{
    margin-right: 300px;
}
.xs_ticket_wrapper > .xs_ticket_filter{
    position: fixed;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 300px;
    padding: 30px;
    background-color: #ffffff;
    border-left: 1px solid #e9eff2;
    overflow: auto;
}

.xs_ticket_list > .xs_ticket{
    margin-bottom: 10px;
    border: 1px solid #e9eff2;
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    border-right: 4px solid #52aef9;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_id{
    width: 146px;
    height: 98px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #52aef9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: inherit;
    z-index: 1;
    flex: none;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_id > .xs_tid_bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #52aef9;
    opacity: 0.25;
    z-index: -1;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail{
    padding: 10px 20px;
    flex: 1;
    color: inherit;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail > h3{
    margin: 0;
    margin-bottom: 9px;
    font-size: 16px;
    color: #5e686d;
    word-break: break-all;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail > .xs_ticket_meta{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail > .xs_ticket_meta > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail > .xs_ticket_meta > ul > li{
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail > .xs_ticket_meta > ul > li > .xs_icon{
    margin-right: 5px;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail > .xs_ticket_meta > ul > li > a{
    display: block;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_detail > p{
    margin: 0;
    line-height: initial;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_action{
    max-width: 165px;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_action > .xs_ticket_action_dd > select{
    max-width: 175px;
    width: 100%;
    height: 38px;
    padding: 0px 10px;
    background-color: #fafcfd;
    border: 1px solid #e9eff2;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    outline: none;
    border-left: 4px solid #ff7773;
    font-family: 'Nunito', sans-serif;
}
.xs_ticket_list > .xs_ticket > .xs_ticket_action > .xs_ticket_action_dd > select:last-child{
    margin-bottom: 0px;
}

.xs_ticket_label{
    display: inline-flex;
    background-color: #ffffff;
    border: 1px solid #03A9F4;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 700;
    color: #03A9F4;
    border-radius: 3px;
}
.xs_ticket_label.new{
    color: #4CAF50;
    border-color: #4CAF50;
}


.xs_ticket_label.cus_res{
    color: #af8aed;
    border-color: #af8aed;
}
/********************************************************************************************* 
9. ticket end
*********************************************************************************************/

/********************************************************************************************* 
10. ticket detail start
*********************************************************************************************/
.xs_ticket_detail_wrapper{
	margin-right: 350px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header{
    display: flex;
    align-items: center;
    /* margin: -50px; */
    padding: 23px 50px;
    margin-bottom: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9eff2;
    position: relative;
    z-index: 2;
    position: fixed;
    top: 80px;
    right: 350px;
    left: 300px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property{
    flex: 1;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box{
    margin: 7.5px 0px;
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box:last-child{
    margin-right: 0px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > label{
    font-weight: 600;
    color: #89949a;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > select{
    min-width: 175px;
    width: 100%;
    height: 38px;
    padding: 0px 10px;
    background-color: #fafcfd;
    border: 1px solid #e9eff2;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    border-left: 4px solid #ff7773;
    font-family: 'Nunito', sans-serif;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > .xs_custom_select{
    min-width: 175px;
    max-width: 275px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > .xs_custom_select > .xs_cs_input{
    padding: 6px 15px;
    min-height: 38px;
}

.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_action > a{
    color: #a1aeb5;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-left: 15px;
    line-height: initial;
    cursor: pointer;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_action > a > span.xs_icon{
    margin-right: 5px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list{
    margin-top: 100px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list > h3{
    margin: 0;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list > ul{
	list-style:none;
	padding:0;
	margin:0;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket{
    border: 1px solid #e9edf3;
    background-color: #f4f6f9;
    margin-bottom: 30px;
    padding: 30px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket.adminMsg{
    border: 1px solid #d0ecfc;
    background-color: #e3f5ff;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header{
	padding-bottom: 30px;
    border-bottom: 1px solid #e9edf3;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket.adminMsg > .xs_ticket_header{
    border-bottom-color: #d0ecfc
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header > .xs_user_detail{
	display: flex;
    align-items: center;
    width: 100%;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header > .xs_user_detail > .xs_user_icon{
	width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #52aef9;
    background-color: #d4ebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    position: relative;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header > .xs_user_detail > .xs_user_icon > img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    object-fit: cover;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header > .xs_user_detail > .xs_user_name{
	flex: 1;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header > .xs_user_detail > .xs_user_name > h3{
	font-size:16px;
	margin:0;
	margin-bottom:5px;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header > .xs_user_detail > .xs_user_name > p{
	margin:0;
	font-size:12px;
}

.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_body{
	padding-top: 15px;
    color: #676767;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_body blockquote img,
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_body figure.image img{
	max-width:450px;
	border-radius: 5px;
    margin-bottom: 15px;
}


.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket.xs_client > .xs_ticket_header{
	background-color: #eae9e9;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket.xs_client > .xs_ticket_body{
	background-color: #f5f5f5;
}

.xs_ticketDetail_sidebar{
    position: fixed;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 350px;
    background-color: #ffffff;
    border-left: 1px solid #e9eff2;
    display: flex;
    flex-direction: column;
    z-index: 990;
}
.xs_td_userInfo{
    text-align: center;
    padding: 30px 10px;
    padding-bottom: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9eff2;
    position: relative;
}
.xs_td_userInfo > .xs_tdu_icon{
    width: 98px;
    height: 98px;
    border-radius: 98px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #52aef9;
    background-color: #d4ebfd;
    position: relative;
}
.xs_td_userInfo > .xs_tdu_icon > img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 98px;
    height: 98px;
    border-radius: 98px;
    object-fit: cover;
}
.xs_td_userInfo > h3{
    font-size: 14px;
}
.xs_td_userInfo > p{
    font-size: 13px;
    margin: 0;
    margin-bottom: 10px;
}
.xs_td_userInfo > p > span{
    font-weight: 600;
    color: #5e686d;
}

.xs_td_RecentTicket{
    flex: 1;
    overflow: auto;
    padding: 30px;
    padding-top: 0;
}
.xs_td_RecentTicket > h3{
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}
.xs_td_RecentTicket > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.xs_td_RecentTicket > ul > li{
    margin-bottom: 15px;
}
.xs_td_RecentTicket > ul > li:last-child{
    margin-bottom: 0px;
}
.xs_td_RecentTicket > ul > li > .xs_td_ticket{
    margin-bottom: 10px;
    border: 1px solid #e9eff2;
    background-color: #fcfcfd;
    padding: 10px;
    border-left: 2px solid #52aef9;
    color: inherit;
    display: block;
    position: relative;
}
.xs_td_RecentTicket > ul > li > .xs_td_ticket:last-child{
    margin-bottom: 0px;
}
.xs_td_RecentTicket > ul > li > .xs_td_ticket > .xs_tdt_id{
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #52aef9;
    z-index: 1;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.xs_td_RecentTicket > ul > li > .xs_td_ticket > .xs_tdt_id > .xs_tdt_status{
    font-size: 11px;
    padding: 3px 6px 1px;
    border-radius: 3px;
    background-color: #52aef9;
    color: #fff;
    margin-left: 5px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 10px;
}
.xs_td_RecentTicket > ul > li > .xs_td_ticket > .xs_tdt_detail > h3{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.xs_td_RecentTicket > ul > li > .xs_td_ticket > .xs_tdt_detail > p{
    margin: 0;
    font-size: 12px;
}

/* file attactment start */
.xs_file_attached{
	margin-top: 30px;
}
.xs_file_attached > h3{
	margin:0;
	margin-bottom:10px;
	font-size:18px;
}
.xs_file_attached > ul{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	vertical-align:top;
}
.xs_file_attached > ul > li{
	position:relative;
	display:inline-block;
	margin-right:10px;
}
.xs_file_attached > ul > li > a{
	display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    background-image: url('../images/attachment.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
	background-color: #ffffff;
	position:relative;
}
.xs_file_attached > ul > li > a > img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.xs_file_attached > ul > li > a.xs_new_file:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255, 255, 255, 0.7);
}

.xs_file_attached > ul > li > a > .xs_progress_bar{
	position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
    background-color: #e0e0e0;
    height: 5px;
    border-radius: 3px;
}
.xs_file_attached > ul > li > a > .xs_progress_bar > span{
	position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px; 
	border-radius: 10px;
    background-color: var(--main_color);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.xs_file_attached > ul > li > a.completed > .xs_progress_bar > span{
	background:none;
	background-color: #8BC34A;
}
.xs_file_attached > ul > li > a.completed > .xs_progress_bar{
	display:none;
}
.xs_file_attached > ul > li > a.completed.xs_new_file:before{
	opacity:0;
}

.xs_file_attached > ul > li > span.xs_remove_file {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
    background-color: #F44336;
    border-radius: 30px;
    z-index: 1;
    cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity:0;
	visibility:hidden;
}
.xs_file_attached > ul > li > span.xs_remove_file:after, 
.xs_file_attached > ul > li > span.xs_remove_file:before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
	position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xs_file_attached > ul > li > span.xs_remove_file:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.xs_file_attached > ul > li:hover > span.xs_remove_file {
	opacity:1;
	visibility:visible;
}

.xs_file_attached > .xs_attachment_btn{
	display: inline-block;
	vertical-align:top;
    width: 80px;
    height: 80px !important;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    background-size: 30px;
	margin-right: 10px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
}
.xs_file_attached > .xs_attachment_btn > input{
	width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 8px;
}
.xs_file_attached > .xs_attachment_btn:before,
.xs_file_attached > .xs_attachment_btn:after{
	content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #ebebeb;
    position: absolute;
}
.xs_file_attached > .xs_attachment_btn:before{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
}
/* file attactment end */

/********************************************************************************************* 
10. ticket detail end
*********************************************************************************************/

/********************************************************************************************* 
11. settings start
*********************************************************************************************/
.xs_connected_list{
    display: flex;
    max-width: 900px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.xs_connected_list > .xs_conn_list_item{
    width: 250px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 30px 30px 0;
    display: flex;
    align-items: center;
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon{
    width: 45px;
    margin-right: 15px;
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span{
    width: 45px;
    height: 45px;
    display: inline-flex;
    margin: 0 auto;
    vertical-align: middle;
    background-image: url('../images/autoresponder.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Aweber{
	background-position: 0px calc(-45px * 1);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.GetResponse{
	background-position: 0px calc(-45px * 2);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.MarketHero{
	background-position: 0px calc(-45px * 3);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.SendReach{
	background-position: 0px calc(-45px * 4);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Sendlane{
	background-position: 0px calc(-45px * 5);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Infusionsoft{
	background-position: 0px calc(-45px * 6);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.ActiveCampaign{
	background-position: 0px calc(-45px * 7);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.iContact{
	background-position: 0px calc(-45px * 8);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Drip{
	background-position: 0px calc(-45px * 9);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.MailerLite{
	background-position: 0px calc(-45px * 10);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.ConstantContact{
	background-position: 0px calc(-45px * 11);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.ConvertKit{
	background-position: 0px calc(-45px * 12);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.CustomHtml{
	background-position: 0px calc(-45px * 13);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Benchmark{
	background-position: 0px calc(-45px * 14);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Hubspot{
	background-position: 0px calc(-45px * 15);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Sendinblue{
	background-position: 0px calc(-45px * 16);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Sendy{
	background-position: 0px calc(-45px * 17);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Verticalresponse{
	background-position: 0px calc(-45px * 18);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.CampaignMonitor{
	background-position: 0px calc(-45px * 19);
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_icon > span.Sendloop{
	background-position: 0px calc(-45px * 20);
}


.xs_connected_list > .xs_conn_list_item > .xs_connlist_detail > h3{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}
.xs_connected_list > .xs_conn_list_item > .xs_connlist_detail > p{
    margin: 0;
}
.xs_connected_list > .xs_conn_list_item > .xs_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xs_connected_list > .xs_conn_list_item > .xs_close > span{
    width: 15px;
    height: 1px;
    background-color: #929292;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xs_connected_list > .xs_conn_list_item > .xs_close > span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/********************************************************************************************* 
11. settings end
*********************************************************************************************/

/********************************************************************************************* 
12. IPN integration start
*********************************************************************************************/
.xs_autoresponder_wrapper > .xs_autoresponder_list.xs_ipn_list > ul > li > a > .icon{
    background-image: url('../images/ipn.png');
}
.xs_autoresponder_wrapper > .xs_autoresponder_list.xs_ipn_list > ul > li > a.JVzoo > .icon{
	background-position: 0px calc(-96px * 0);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list.xs_ipn_list > ul > li > a.PayPal > .icon{
	background-position: 0px calc(-96px * 1);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list.xs_ipn_list > ul > li > a.WarriorPlus > .icon{
	background-position: 0px calc(-96px * 2);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list.xs_ipn_list > ul > li > a.PayDotCom > .icon{
	background-position: 0px calc(-96px * 3);
}
.xs_autoresponder_wrapper > .xs_autoresponder_list.xs_ipn_list > ul > li > a.ClickBank > .icon{
	background-position: 0px calc(-96px * 4);
}
/********************************************************************************************* 
12. IPN integration end
*********************************************************************************************/

/********************************************************************************************* 
13. Plans start
*********************************************************************************************/
.xs_plans_wrapper{
    max-width: 900px;
    display: flex;
}
.xs_plans_wrapper > .xs_plans_item{
    flex: 1;
    margin: 15px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.04);
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    position: relative;
}
.xs_plans_wrapper > .xs_plans_item > h3{
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
}
.xs_plans_wrapper > .xs_plans_item > h1{
    color: var(--main_color);
    font-size: 26px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 20px;
}
.xs_plans_wrapper > .xs_plans_item > p{
    margin: 0;
    margin-bottom: 35px;
    font-size: 13px;
    font-weight: 600;
}
.xs_plans_wrapper > .xs_plans_item > .xs_remaining_days{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
    background-color: #8BC34A;
    border-radius: 0 0 10px 10px;   
}

/* plan expire bar start */
.plan_expire .xs_header_wrapper,
.plan_expire .xs_sidebar_wrapper{
    top: 60px;
}
.plan_expire .xs_content_wrapper{
    padding-top: 190px;
}
.plan_expire .xs_ticket_wrapper > .xs_ticket_filter{
    top: 140px;
}

.xs_plan_expire_bar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #F44336;
    color: #fff;
    text-align: center;
    padding: 22px;
    height: 60px;
    z-index: 999;
    display: none;
}
.plan_expire .xs_plan_expire_bar{
    display: block;
}
.xs_plan_expire_bar > .xs_pebar_inner{
    max-width: 1170px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
}
.xs_plan_expire_bar > .xs_pebar_inner > p{
    margin: 0;
}
/* plan expire bar end */
/********************************************************************************************* 
13. Plans end
*********************************************************************************************/



/* alert message start */
.xs_alert_wrapper {
    position: fixed;
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.xs_alert_wrapper.alert_open{
	-webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.xs_alert_wrapper > .xs_alert_inner {
    padding: 15px 30px;
    border-radius: 60px;
	background-color:#1cabff;
}
.xs_alert_wrapper.xs_error > .xs_alert_inner {
    background-color: #ff5151;
}
.xs_alert_wrapper.xs_success > .xs_alert_inner {
    background-color: #82ba4a;
}
.xs_alert_wrapper > .xs_alert_inner > p {
    margin: 0;
	color: #fff;
}
/* alert message end */



/* pagination start */
.xs_pagination{
	margin:15px 25px;
}
.xs_pagination > ul{
	margin: 0;
    text-align: right;
}
.xs_pagination > ul > li{
	display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin: 2px;
    text-align: center;
}
.xs_pagination > ul > li > a{
	display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #dfebff;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
}
.xs_pagination > ul > li > a.active,
.xs_pagination > ul > li > a:hover{
    color: #fff;
	background-color: #17abff;
}
.xs_pagination > ul > li > a > i{
	line-height: inherit;
}
.xs_pagination > ul > li.xs_inactive_pagination{
	pointer-events: none;
	opacity: 0.8;
}
/* pagination end */



/* support start */
.xs_support_wrapper{
	display: block;
	padding:30px;
}
.xs_support_wrapper > .xs_support_header{
	margin-bottom:0px;
}
.xs_support_wrapper > .xs_support_header > h3{
	margin:0;
	font-size:20px;
	line-height: 49px;
	font-weight: 400;
    color: #505050;
}
.xs_support_wrapper > .xs_support_header > h3 > .xs_btn{
	float:right;
}
.xs_support_wrapper > .xs_support_header > p{
	margin: 0;
    font-size: 13px;
    margin-bottom: 9px;
    color: #5e3ebd;
}

/* .xs_ticket_table .xs_tr > .xs_td.tid{
	flex:inherit;
	width:120px;
}
.xs_ticket_table .xs_tr > .xs_td.ttitle{
	flex:2;
}
.xs_ticket_table .xs_tr > .xs_td.ttitle > h3{
	margin:0;
	margin-bottom:0px;
	font-size:12px;
}
.xs_ticket_table .xs_tr > .xs_td.ttitle > p{
	margin:0;
	font-size: 14px;
}
.xs_ticket_table .xs_tr > .xs_td.tstatus {
    width: 220px;
    flex: inherit;
}
.xs_ticket_table .xs_tr > .xs_td.taction {
    width: 140px;
    flex: inherit;
}
.xs_ticket_table .xs_tr > .xs_td.taction > a{
	border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 30px;
    color: #717171;
	background-color:#ffffff;
}
.xs_ticket_table .xs_tr > .xs_td.taction > a:hover{
	color:#ffffff;
	border-color:#613dbc;
	background: -webkit-linear-gradient(45deg,#1e5eef -90%, #673AB7 100%);
    background: -moz-linear-gradient(45deg,#1e5eef -90%, #673AB7 100%);
    background: -ms-linear-gradient(45deg,#1e5eef -90%, #673AB7 100%);
    background: linear-gradient(45deg,#1e5eef -90%, #673AB7 100%);
} */



.xs_ticket_reply_wrapper > h3{
	margin: 30px 0;
    font-size: 25px;
    margin-top: 50px;
}



/* support end */




.ck-editor__editable {
    min-height: 250px;
}

.su_gamil_quote ~ .gmail_quote{
	display:none;
}
.gmail_quote .gmail_attr{
	font-size: 11px;
    margin-bottom: 4px;
    margin-left: 5px;
}
.gmail_quote img[height="1"]{
	display:none;
}

blockquote.gmail_quote{
	border-left: 3px solid #eaeaea;
    padding: 20px 30px;
    margin: 0;
    margin-left: 6px;
}


.su_gamil_quote{
	display: inline-flex;
    padding: 5px 6px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    cursor: pointer;
	margin-bottom: 10px;
}
.su_gamil_quote > span{
	display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color: #5145c8;
    margin: 0 2px;
}


/********************************************************************************************* 
51. components start
*********************************************************************************************/
/* button start */
.xs_btn{
    display:inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fafcfd;
    background-color: var(--main_color);
    border:none;
    cursor:pointer;
    text-decoration:none;
    outline:none;
    line-height:initial;
}
.xs_btn:hover, .xs_btn:focus{
	color:#ffffff;
	text-decoration:none;
	outline:none;
}
/* button end */

/* input start */
.xs_input_list_wrapper{
    display: flex;
    margin: 0 -10px;
}
.xs_input_list_wrapper > .xs_input_wrapper{
	flex: 1;
    margin-bottom: 20px;
    padding: 0 10px;
}
.xs_input_wrapper{
	margin-bottom:20px;
	position:relative;
}
.xs_input_wrapper > label{
	font-size: 14px;
    color: #5e686d;
    margin-bottom: 5px;
    cursor: inherit;
    font-weight: 600;
    display: block;
}
.xs_input_wrapper > .xs_input{
    width: 100%;
	height: 55px;
    padding: 0px 20px;
    box-shadow: none;
    border: 1px solid #e9eff2;
    border-radius: 5px;
    background-color: #fafcfd;
    outline: none;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}
.xs_input_wrapper > textarea.xs_input{
    width: 100%;
    height: auto;
    resize: vertical;
    padding: 20px;
}
.xs_input_wrapper > .xs_input:focus{
    border-color:var(--main_color);
    outline: none;
}
.xs_input_wrapper.xs_input_icon .xs_input{
	padding-right:50px;
}
.xs_input_wrapper.xs_input_icon > .icon{
	position: absolute;
    bottom: 9px; 
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.xs_input_wrapper.xs_input_icon > .icon > i{
	line-height: inherit;
    font-size: 20px;
    color: #b5b5b5;
}
.xs_input_wrapper.xs_input_icon > .icon:hover > i{
	color:#1cabff;
}
/* input end */

/* custom alert start */
.xs_alert_wrapper {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.xs_alert_wrapper {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.xs_alert_wrapper {
    position: fixed;
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.xs_alert_wrapper > .xs_alert_inner {
    padding: 15px 30px;
    border-radius: 60px;
    color: #fff;
    background-color: #ff00;
}
.xs_alert_wrapper > .xs_alert_inner {
    padding: 15px 30px;
    border-radius: 60px;
    color: #fff;
    background-color: #ff00;
}
.xs_alert_wrapper > .xs_alert_inner {
    padding: 15px 30px;
    border-radius: 60px;
    background-color: #1cabff;
}
.xs_alert_wrapper > .xs_alert_inner > p {
    margin: 0;
    color: #fff;
}
.xs_alert_wrapper > .xs_alert_inner > p {
    margin: 0;
    color: #fff;
}
.xs_alert_wrapper > .xs_alert_inner > p {
    margin: 0;
    color: #fff;
}
/* custom alert end */

/* alert box start */
.toaster{
    width: auto !important;
    max-width: 50%;
}
.toaster .alert{
    border-radius: 5px;
    border: none;
    -webkit-animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    padding-right: 40px;
}
@-webkit-keyframes alert_anim{
    0%{-webkit-transform: translateY(-50px);}
    100%{-webkit-transform: translateY(0px);}
}
@-moz-keyframes alert_anim{
    0%{-moz-transform: translateY(-50px);}
    100%{-moz-transform: translateY(0px);}
}
@keyframes alert_anim{
    0%{transform: translateY(-50px);}
    100%{transform: translateY(0px);}
}
.alert-danger {
    color: #ffffff;
    background-color: #F44336;
}
.alert-success {
    color: #ffffff;
    background-color: #4CAF50;
}
.alert button.close{
    outline: none;
    font-weight: 100;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    color: #fff;
    padding: 0;
    line-height: 20px;
    font-size: 23px;
    cursor: pointer;
}
.alert .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

/* alert box end */

/* dropdown start */
.xs_dropdown{
    position: relative;
}
.xs_dropdown_wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-15px) scaleY(0.9);
    -moz-transform: translateY(-15px) scaleY(0.9);
    transform: translateY(-15px) scaleY(0.9);
}
.open .xs_dropdown_wrapper{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px) scaleY(1);
    -moz-transform: translateY(0px) scaleY(1);
    transform: translateY(0px) scaleY(1);
}
.xs_dropdown_wrapper > .xs_dropdown_inner{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
}
.xs_dropdown_wrapper > .xs_dropdown_inner ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.xs_dropdown_wrapper > .xs_dropdown_inner ul > li{
    display: block;
}
.xs_dropdown_wrapper > .xs_dropdown_inner ul > li > a{
    display: block;
    font-size: 16px;
    color: #a1aeb5;
    padding: 10px;
}
.xs_dropdown_wrapper > .xs_dropdown_inner:before{
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    box-shadow: -5px -5px 10px -3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 14px;
}
.xs_dropdown_wrapper > .xs_dropdown_inner ul > li.xs_logout > a{
    color: #F44336;
}

.xs_dropdown_wrapper.xs_dropdown_right{
    left: auto;
    right: 0;
}
.xs_dropdown_wrapper.xs_dropdown_right > .xs_dropdown_inner:before{
    left: auto;
    right: 14px;
}
/* dropdown end */

/* popup start */
body.show_popup{
    overflow: hidden;
}
body.show_popup .xs_main_wrapper{
    /* -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    filter: blur(6px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; */
}
.xs_popup_wrapper{
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    overflow: auto;
}
.xs_popup_wrapper.xs_popup_open{
    opacity: 1;
    visibility: visible;
}
.xs_popup_wrapper::before{
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.xs_popup_wrapper > .xs_popup_inner{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 570px;
    margin: 30px auto;
    text-align: left;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-100px) rotateX(45deg);
    -moz-transform: translateY(-100px) rotateX(45deg);
    transform: translateY(-100px) rotateX(45deg);
}
.xs_popup_wrapper.xs_popup_open > .xs_popup_inner{
    opacity: 1;
    -webkit-transform: translateY(0px) rotateX(0deg);
    -moz-transform: translateY(0px) rotateX(0deg);
    transform: translateY(0px) rotateX(0deg);
}

.xs_popup_wrapper > .xs_popup_inner > .xs_popup_close_icon{
    position: absolute;
    top: 10px;
    right: 10px; 
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xs_popup_wrapper > .xs_popup_inner > .xs_popup_close_icon > span{
    width: 15px;
    height: 1px;
    background-color: #929292;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xs_popup_wrapper > .xs_popup_inner > .xs_popup_close_icon > span:last-child{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}   
.xs_popup_wrapper > .xs_popup_inner .xs_popup_heading{
    text-align: center;
}
.xs_popup_wrapper > .xs_popup_inner .xs_popup_heading > h3{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-30px) rotateX(90deg) scale(0.8);
    -moz-transform: translateY(-30px) rotateX(90deg) scale(0.8);
    transform: translateY(-30px) rotateX(90deg) scale(0.8);
}
.xs_popup_wrapper.xs_popup_open > .xs_popup_inner .xs_popup_heading > h3{
    opacity: 1;
    -webkit-transform: translateY(0px) rotateX(0deg) scale(1);
    -moz-transform: translateY(0px) rotateX(0deg) scale(1);
    transform: translateY(0px) rotateX(0deg) scale(1);
}
.xs_popup_wrapper > .xs_popup_close_overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    cursor: zoom-out;
}
/* popup end */

/* table start */
.xs_table_wrapper{
    margin-bottom: 15px;
}
.xs_table_wrapper > .xs_table_header{
    background-color:#e9eff2;
    margin-bottom: 10px;
}
.xs_table_wrapper > .xs_table_header > .xs_tr{
    border: none;
    background-color: transparent;
}
.xs_table_wrapper > .xs_table_header > .xs_tr > .xs_td{
	color:#5e686d;
	font-weight:600;
}
.xs_table_wrapper > .xs_table_body > .xs_no_record{
	text-align:center;
	padding: 10px;
}
.xs_table_wrapper .xs_tr{
	display:flex;
    align-items:center;
    background-color: #ffffff;
    border:1px solid #e9eff2;
    margin-bottom: 10px;
}

.xs_table_wrapper .xs_tr > .xs_td{
	padding:12px 20px;
	flex:1;
    font-weight: 400;
    word-break: break-word;
}
.xs_table_wrapper .xs_btn{
	padding: 0;
    width: 38px;
	margin-left:5px;
}
.xs_table_wrapper .xs_tr > .xs_td .xs_switch_wrapper{
    margin-bottom: 0;
}
.xs_table_wrapper .xs_btn[title="Edit"]{
	background-color:#f7b347;
}
.xs_table_wrapper .xs_btn > .dashicons{
	line-height:inherit;
}
@media(max-width:1500px){
	.xs_table_wrapper .xs_tr > .xs_td{
		padding:10px;
	}
}
.xs_table_btn{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #435565;
    margin-left: 2px;
    cursor: pointer;
}
.xs_table_btn.edit{
    background-color: #ffb350;
}
.xs_table_btn.delete{
    background-color: #ff7773;
}
/* table end */

/* custom scrollbar start */
.xs_custom_scrollbar{
    padding-right: 0;
}
.xs_sidebar_wrapper .mCustomScrollBox{
    padding-right: 0px;
    overflow: initial;
}
.mCSB_scrollTools{
    width: 6px;
    right: 4px;
}

.mCSB_scrollTools .mCSB_draggerContainer{
    top: 5px;
    bottom: 5px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    background-color: var(--main_color);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: var(--main_color);
}
.mCSB_inside > .mCSB_container {
    margin-right: 0px;
    overflow: inherit;
}
/* custom scrollbar end */

/* preloader start */
.xs_preloader_wrapper{
    position: fixed;
    top: 80px;
    left: 300px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 150px;
    z-index: 99;
    background-color: #f9fbfc;
}
.hide_sidebar .xs_preloader_wrapper{
    left: 100px;
} 
.site_loaded .xs_preloader_wrapper{
    display: none;
}
.xs_preloader_wrapper > .xs_preloader_inner{
    padding: 2px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    border-radius: 50px;
    display: inline-flex;
}
.xs_spinner {
    margin: 0;
    width: 28px;
    height: 28px;
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}
  
@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
  
@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 75;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
  
@-webkit-keyframes colors {
    0% {
        stroke: #af8aed;
    }
    25% {
        stroke: #9ed467;
    }
    50% {
        stroke: #ff7773;
    }
    75% {
        stroke: #ffc956;
    }
    100% {
        stroke: #52aef9;
    }
}
  
@keyframes colors {
    0% {
        stroke: #af8aed;
    }
    25% {
        stroke: #9ed467;
    }
    50% {
        stroke: #ff7773;
    }
    75% {
        stroke: #ffc956;
    }
    100% {
        stroke: #52aef9;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 75;
    }
    50% {
        stroke-dashoffset: 9;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 75;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 75;
    }
    50% {
        stroke-dashoffset: 9;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 75;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
/* preloader end */

/* tab start */
.xs_tab_wrapper > .xs_tab_menu > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.xs_tab_wrapper > .xs_tab_menu > ul > li{
    display: inline-flex;
}
.xs_tab_wrapper > .xs_tab_menu > ul > li > a{
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #89949a;
    cursor: pointer;
}
.xs_tab_wrapper > .xs_tab_menu > ul > li.active > a,
.xs_tab_wrapper > .xs_tab_menu > ul > li > a:hover{
    box-shadow: 0px 3px 0px var(--main_color);
}
.xs_tab_content{
    padding: 50px 0;
}
/* tab end */

/* pagination start */
.xs_pagination_wrapper{
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    padding: 7px 15px;
    padding: 4px 15px;
    padding-bottom: 2px;
    display: inline-flex;
    margin-bottom: 15px;
}
.xs_pagination_wrapper > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.xs_pagination_wrapper > ul > li{
    display: inline-block;    
}
.xs_pagination_wrapper > ul > li > a{
    display: block;
    padding: 6px 12px 8px;
    color: #89949a;
    font-weight: 600;
    cursor: pointer;
}
.xs_pagination_wrapper > ul > li.active > a,
.xs_pagination_wrapper > ul > li > a:hover{
    background-color: rgba(46, 223, 200, 0.20);
    box-shadow: 0px 3px 0px var(--main_color);
}
.xs_pagination_wrapper > ul > li.disabled{
    opacity: 0.5;
    pointer-events: none;
}
/* pagination end */

/* info tooltip start */
.xs_info_tooltip{
	display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
	line-height: initial;
    letter-spacing: inherit;
    margin-left: 5px;
}
.xs_info_tooltip > i{
	vertical-align: middle;
    line-height: inherit;
    color: #616161;
    font-size: 18px;
    cursor: help;
    background-image: url('../images/info.svg');
    width: 14px;
    height: 14px;
    display: block;
    background-color: #ffffff;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 1px #c4c4c4;
}
.xs_info_tooltip > p{
	position: absolute;
    bottom: calc(100% + 5px);
    background-color: #ffffff;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #d4d4d4;
    text-transform: initial;
    letter-spacing: initial;
    color: #89949a;
    font-weight: 400;
    margin: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.xs_info_tooltip > i:hover ~ p{
	opacity:1;
	visibility:visible;
}
.xs_info_tooltip > p:before{
	content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* info tooltip end */

.xs_heading{
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

/* ticket notify start */
.xs_ticket_notify_wrapper{
    cursor: pointer;
    margin-left: 5px;
}
.xs_ticket_notify{
    color: var(--main_color);
    font-weight: 700;
}
.xs_ticket_notify > .xs_ticketCount{
    font-weight: 700;
}
/* ticket notify end */

/* date picker start */
.xs_date_picker_wrapper{
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}
.xs_date_picker_wrapper > label{
    margin-right: 10px;
}
.xs_date_picker_wrapper > input{
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    color: #89949a;
}
.xs_date_picker_wrapper > input:focus{
    border: 1px solid var(--main_color);
}
.daterangepicker .drp-buttons .btn{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #fafcfd;
    background-color: var(--main_color);
    border: none;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    line-height: initial;
}
.daterangepicker .drp-buttons .btn.btn-default{
    background-color: #839199;
}
.daterangepicker td.in-range{
    background-color: #eef6fa;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: var(--main_color);
}

/* date picker end */

/* custom select start */
.xs_custom_select{
    position: relative;
}
.xs_custom_select.open{
    background-color: #fefefe;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.xs_custom_select > .xs_cs_input{
    width: 100%;
    padding: 8px 15px;
    min-height: 42px;
    box-shadow: none;
    border: 1px solid #e9eff2;
    border-radius: 5px;
    background-color: #fafcfd;
    outline: none;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.xs_custom_select > .xs_cs_input::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    display: block;
    width: 7px;
    height: 7px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #839199;
    backface-visibility: hidden;
}
.xs_custom_select.open > .xs_cs_input{
    background-color: #ffffff;
    border-color: #ffffff;
    z-index: 2;
    border-radius: 5px 5px 0px 0px;
}
.xs_custom_select > .xs_cs_input > .xs_cs_label{
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #a2afb6;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    cursor: default;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.xs_custom_select > .xs_cs_input > .xs_cs_label > .xs_cs_label_close{
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.xs_custom_select > .xs_cs_input > .xs_cs_label > .xs_cs_label_close::after,
.xs_custom_select > .xs_cs_input > .xs_cs_label > .xs_cs_label_close::before{
    content: "";
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xs_custom_select > .xs_cs_input > .xs_cs_label > .xs_cs_label_close::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xs_custom_select > .xs_cs_dropdown{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    /* padding-top: 10px; */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}
.xs_custom_select.open > .xs_cs_dropdown{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.xs_custom_select > .xs_cs_dropdown > .xs_cs_dropdown_inner{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    max-height: 200px;
    overflow: auto;
}
.xs_custom_select > .xs_cs_dropdown > .xs_cs_dropdown_inner > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.xs_custom_select > .xs_cs_dropdown > .xs_cs_dropdown_inner > ul > li{
    display: block;
}
.xs_custom_select > .xs_cs_dropdown > .xs_cs_dropdown_inner > ul > li > a{
    display: block;
    padding: 10px;
    color: inherit;
    cursor: pointer;
    border-radius: 3px;
}
.xs_custom_select > .xs_cs_dropdown > .xs_cs_dropdown_inner > ul > li > a:hover {
    background-color: #eef6fa;
}
/* custom select end */

/* info box start */
.xs_info_box{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #c9e7f7;
    background-color: #eef6fa;
    border-radius: 5px;
}
.xs_info_box > label{
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.xs_info_box > .xs_info_box_body > p{
    margin: 0;
    margin-bottom: 10px;
}
.xs_info_box > .xs_info_box_body > p:last-child{
    margin-bottom: 0px;
}
.xs_info_box > .xs_info_box_body > p > span{
    font-weight: 600;
    margin-left: 15px;
    color: #808080;
}
.xs_info_box.info{
    border-color: #FFEB3B;
    background-color: #fbf7d8;
}
.xs_info_box.info > label{
    color: #FFC107;
}
/* info box end */

/* timeline start */
.xs_timeline_wrapper{
    margin-bottom: 15px;
    max-width: 800px;
}
.xs_timeline_wrapper > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
}
.xs_timeline_wrapper > ul > li{
    margin-bottom: 30px;
    display: flex;
    position: relative;
}
.xs_timeline_wrapper > ul > li::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    bottom: -45px;
    width: 1px;
    background-color: #dcdcdc;
    z-index: -1;
}
.xs_timeline_wrapper > ul > li:last-child::before{
    display: none;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_head{
    width: 100px;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_head > span{
    padding: 5px 15px 4px;
    background-color: #eefffd;
    border: 1px solid;
    color: var(--main_color);
    display: inline-flex;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    font-size: 11px;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_head > span::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    width: 80px;
    height: 1px;
    background-color: #dcdcdc;
    z-index: -1;
}

.xs_timeline_wrapper > ul > li > .xs_timeline_body{
    flex: 1;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-left: 30px;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_body > h3{
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_body > h3 > .xs_version_label{
    font-size: 11px;
    margin-left: 10px;
    border: 1px solid #17abff;
    color: #17abff;
    vertical-align: middle;
    padding: 0 5px;
    border-radius: 3px;
    font-weight: 700;;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_body > h3 > .xs_version_label.new{
    color: #8BC34A;
    border-color: #8BC34A;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_body > p{
    margin: 0;
    margin-bottom: 15px;
}
.xs_timeline_wrapper > ul > li > .xs_timeline_body > ul{
    margin-bottom: 15px;
    line-height: 1.8;
}

/* timeline end */

/* color picker start */
.xs_colorpicker_wrapper{
    margin-bottom: 50px;
}
.xs_colorpicker_wrapper > label{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 15px;
    font-size: 16px;
    color: #89949a;
}
.xs_colorpicker_wrapper > .xs_colorpicker_box{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #e9eff2;
    border-radius: 3px;
    padding: 5px;
    min-width: 170px;
    min-height: 50px;
    position: relative;
}
.xs_colorpicker_wrapper > .xs_colorpicker_box > input{
    border: none;
    outline: none;
    width: 110px;
    padding: 11px;
    font-size: 14px;
    color: #5e686d;
}
.xs_colorpicker_wrapper > .xs_colorpicker_box > .xs_color_view{
    position: absolute;
    top: 9px;
    right: 9px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: var(--main_color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.colorpicker{
    border: none;
    margin-top: 10px;
    padding: 15px 10px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.colorpicker:before{
    content: "";
    position: absolute;
    top: -8px;
    left: 5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}   
.colorpicker > .colorpicker-saturation {
    width: 160px;
    height: 160px;
}

.colorpicker > .colorpicker-hue,
.colorpicker > .colorpicker-alpha {
    width: 20px;
    height: 160px;
}

.colorpicker > .colorpicker-color,
.colorpicker > .colorpicker-color div {
    height: 20px;
}
/* color picker end */

/* chat icon start */
.xs_chat_icon{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--main_color);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    -webkit-animation: chat_toggle_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-animation: chat_toggle_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    animation: chat_toggle_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes chat_toggle_anim{
    0%{-webkit-transform: scale(0); opacity: 0;}
    100%{-webkit-transform: scale(1); opacity: 1;}
}
@-moz-keyframes chat_toggle_anim{
    0%{-moz-transform: scale(0); opacity: 0;}
    100%{-moz-transform: scale(1); opacity: 1;}
}
@keyframes chat_toggle_anim{
    0%{transform: scale(0); opacity: 0;}
    100%{transform: scale(1); opacity: 1;}
}
.xs_chat_icon::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 7px);
    left: 25px;
    border-top: 8px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 20px solid var(--main_color);
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.xs_chat_icon > span{
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    margin: 0 2px;
    border-radius: 10px;
}
.xs_chat_icon:hover > span {
    -webkit-animation: uscf_chat_toggle_span 0.5s infinite cubic-bezier(0.4, 0, 1, 1);
    -moz-animation: uscf_chat_toggle_span 0.5s infinite cubic-bezier(0.4, 0, 1, 1);
    animation: uscf_chat_toggle_span 0.5s infinite cubic-bezier(0.4, 0, 1, 1);
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
}
.xs_chat_icon > span:nth-child(2){
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.xs_chat_icon > span:nth-child(3){
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes uscf_chat_toggle_span{
    0%{-webkit-transform: translateY(0px);}
    100%{-webkit-transform: translateY(-6px);}
}
@-moz-keyframes uscf_chat_toggle_span{
    0%{-moz-transform: translateY(0px);}
    100%{-moz-transform: translateY(-6px);}
}
@keyframes uscf_chat_toggle_span{
    0%{transform: translateY(0px);}
    100%{transform: translateY(-6px);}
}
/* chat icon end */

/* switch start */
.xs_switch_wrapper{
    margin-bottom: 15px;
}
.xs_switch_wrapper > input{
    position: absolute;
    left: -99999px;
}
.xs_switch_wrapper > label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.xs_switch_wrapper > label > .xs_switch{
    width: 40px;
    height: 20px;
    border-radius: 30px;
    background-color: #ffffff;
    position: relative;
    margin-right: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.xs_switch_wrapper > label > .xs_switch::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    background-color: #ccc;
}
.xs_switch_wrapper > input:checked ~ label > .xs_switch::before{
    left: auto;
    right: 2px;
    background-color: var(--main_color);
}
.xs_switch_wrapper > label > p{
    margin: 0;
}
/* switch end */

.xs_input_inline{
    display: flex;
    align-items: center;
    max-width: 540px;
    border: 1px solid #e9eff2;
    border-radius: 5px;
    background-color: white;
    padding: 5.5px 30px;
}
.xs_input_inline > .xs_input{
    margin: 0 5px;
    border: none;
    background-color: #eef6fa !important;
    height: 42px;
}

.xs_filter_toggle{
    display: none;
    margin-left: 10px;
    cursor: pointer;
}
.xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_action > a.xs_td_sidebar_toggle{
    display: none;
    cursor: pointer;
}

/* icons start */
.xs_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background-image: url('../images/allicons.svg');
}
.xs_icon.dashboard{ width: 20px; height: 20px; background-position: 0px 0px; }
.xs_icon.products{ width: 20px; height: 17px; background-position: -20px -1px; }
.xs_icon.ticket{ width: 20px; height: 20px; background-position: -40px -0px; }
.xs_icon.operators{ width: 20px; height: 20px; background-position: -60px -0px; }
.xs_icon.users{ width: 20px; height: 16px; background-position: -80px -1px; }
.xs_icon.autoresponders{ width: 20px; height: 20px; background-position: -120px -0px; }
.xs_icon.settings{ width: 20px; height: 20px; background-position: -100px -0px; }
.xs_icon.bell{ width: 14px; height: 16px; background-position: -143px -2px; }
.xs_icon.search{ width: 15px; height: 16px; background-position: -161px -2px; }
.xs_icon.edit{ width: 16px; height: 16px; background-position: -182px -2px; }
.xs_icon.delete{ width: 14px; height: 16px; background-position: -203px -2px; }
.xs_icon.user{ width: 20px; height: 16px; background-position: 0px -22px; }
.xs_icon.time{ width: 20px; height: 16px; background-position: -18px -22px; }
.xs_icon.reply{ width: 20px; height: 16px; background-position: -40px -22px; }
.xs_icon.forward{ width: 20px; height: 16px; background-position: -60px -22px; }
.xs_icon.delete_red{ width: 20px; height: 16px; background-position: -80px -22px; }
.xs_icon.help{ width: 20px; height: 20px; background-position: -100px -20px; }
.xs_icon.motoupdates{ width: 20px; height: 20px; background-position: 0px -100px; }
.xs_icon.ipn{ width: 20px; height: 20px; background-position: -40px 20px; }
.xs_icon.chat{ width: 20px; height: 20px; background-position: -20px 20px; }

.xs_icon.auth_user{ width: 20px; height: 20px; background-position: -160px -20px; }
.xs_icon.auth_email{ width: 20px; height: 20px; background-position: -120px -20px; }
.xs_icon.auth_password{ width: 20px; height: 20px; background-position: -140px -20px; }
.xs_icon.auth_company{ width: 20px; height: 20px; background-position: -200px -20px; }
.xs_icon.auth_phone{ width: 20px; height: 20px; background-position: -180px -20px; }



.xs_color_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background-image: url('../images/coloricon.svg');
}
.xs_color_icon.add_product{ width: 39px; height: 40px; background-position: 95px -5px; }
.xs_color_icon.responses{ width: 46px; height: 50px; background-position: 298px 0px; }
.xs_color_icon.smiley_high{ width: 50px; height: 50px; background-position: 250px 0px; }
.xs_color_icon.smiley_medium{ width: 50px; height: 50px; background-position: 200px 0px; }
.xs_color_icon.smiley_low{ width: 50px; height: 50px; background-position: 150px 0px; }
.xs_color_icon.upload_image{ width: 50px; height: 50px; background-position: 50px 0px; }

.xs_color_icon.no_product{ width: 50px; height: 70px; background-position: center center; background-image: url('../images/no_data.svg'); background-repeat: no-repeat; }
/* icons end */


/********************************************************************************************* 
51. components end
*********************************************************************************************/

/********************************************************************************************* 
52. responsive start
*********************************************************************************************/
@media (max-width:1500px){
    .xs_sidebar_wrapper{
        width: 260px;
    }
    .xs_content_wrapper{
        margin-left: 260px;
        padding: 15px;
        padding-top: 95px;
    }
    .xs_header_wrapper{
        left: 260px;
    }
    .xs_ticket_wrapper > .xs_ticket_list_wrapper{
        margin-right: 260px;
    }
    .xs_ticket_wrapper > .xs_ticket_filter{
        width: 260px;
    }

    .xs_sidebar_wrapper > .xs_logo > a > img {
        max-width: 175px;
    }
    .xs_sidebar_nav > ul > li > a{
        padding: 20px;
        font-size: 14px;
    }
    .xs_input_wrapper > .xs_input{
        height: 46px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_id{
        width: 105px;
        height: 65px;
        font-size: 16px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_detail{
        padding: 10px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_detail > h3{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_detail > .xs_ticket_meta {
        margin-bottom: 5px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_detail > .xs_ticket_meta > ul > li{
        font-size: 12px;
        margin-right: 6px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_action{
        max-width: 155px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_action > .xs_ticket_action_dd > select{
        height: 32px;
        padding: 0px 5px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_detail > p{
        max-width: 260px;
        overflow: hidden;
        height: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header{
        margin: -15px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box{
        margin-right: 15px;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > select{
        height: 34px;
    }
    .xs_ticket_detail_wrapper{
        margin-right: 260px;
    }
    .xs_ticketDetail_sidebar{
        width: 260px;
    }
    .xs_td_userInfo{
        padding: 15px 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .xs_td_userInfo > .xs_tdu_icon > img,
    .xs_td_userInfo > .xs_tdu_icon{
        width: 78px;
        height: 78px;
    }
    .xs_td_RecentTicket{
        padding: 15px;
    }
    
    .xs_popup_wrapper > .xs_popup_inner{
        padding: 30px;
    }
    .xs_preloader_wrapper{
        left: 260px;
    }
    .xs_btn{
        padding: 9px 20px;
    }
    .xs_operator_detail_wrapper > .xs_operator_detail_header{
        margin: -15px;
        padding: 15px;
    }
}

@media (max-width:1200px){
    .xs_preloader_wrapper{
        left: 80px;
    }
    .xs_sidebar_wrapper{
        width: 80px;
    } 
    .xs_content_wrapper{
        margin-left: 80px;
    }
    .xs_header_wrapper{
        left: 80px;
    }
    .xs_sidebar_wrapper > .xs_logo > a{
        width: 45px;
        height: 45px;
        background-image: url('../images/logo_icon_white.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .xs_sidebar_wrapper > .xs_logo > a > img{
        display: none;
    }
    .xs_sidebar_nav > ul > li > a {
        padding: 25.5px 10px;
        justify-content: center;
    }
    .xs_sidebar_nav > ul > li > a > .xs_icon {
        margin-right: 0;
    }
    .xs_sidebar_nav > ul > li > a > span:last-child {
        position: absolute;
        left: 100%;
        background-color: #435565;
        padding: 5px 15px;
        border-radius: 3px;
        color: #ffffff;
        font-size: 12px;
        pointer-events: none;
        margin-left: 10px;
        display: none;
        -webkit-animation: MenutooltipAnim 0.2s;
        -moz-animation: MenutooltipAnim 0.2s;
        animation: MenutooltipAnim 0.2s;
    }
    .xs_sidebar_nav > ul > li > a > span:last-child:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -6px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #435565;
    }
    .xs_sidebar_nav > ul > li > a:active > span:last-child,
    .xs_sidebar_nav > ul > li > a:hover > span:last-child{
        display: block;
    }

    .hide_sidebar .xs_sidebar_wrapper {
        width: 260px;
    }
    .hide_sidebar .xs_sidebar_nav > ul > li > a{
        justify-content: inherit;
        padding: 20px;
    }
    .hide_sidebar .xs_sidebar_nav > ul > li > a > span:last-child{
        position: relative;
        left: auto;
        background-color: transparent;
        padding: 0;
        border-radius: 0px;
        color: inherit;
        font-size: inherit;
        pointer-events: inherit;
        display: block;
    }
    .hide_sidebar .xs_sidebar_nav > ul > li > a > span:last-child:before{
        display: none;
    }
    .hide_sidebar .xs_sidebar_wrapper > .xs_logo > a{
        width: auto;
        height: auto;
        background-image: none;
    }
    .hide_sidebar .xs_sidebar_wrapper > .xs_logo > a > img {
        display: block;
    }

}

@media (max-width:1024px){
    .xs_box_wrapper_list{
        display: block;
    }
    .xs_box_wrapper_list > .xs_box_wrapper{
        flex: none;
    }
    .xs_box_wrapper{
        padding: 15px;
    }
    .xs_box_wrapper > .xs_box_title {
        margin-bottom: 30px;
    }
    .xs_box_wrapper > .xs_box_title > h3{
        font-size: 16px;
    }
    .xs_filter_toggle{
        display: inline-block;
    }
    .xs_ticket_wrapper > .xs_ticket_filter{
        right: -260px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 9999;
    }
    .xs_open_filter .xs_ticket_wrapper > .xs_ticket_filter{
        right: 0px;
    }
    .xs_ticket_wrapper > .xs_ticket_list_wrapper{
        margin-right: 0;
    }
    .xs_td_sidebar_closer,
    .xs_ticket_filter_closer{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 970;
    }
    .xs_td_sidebar_open .xs_td_sidebar_closer,
    .xs_open_filter .xs_ticket_filter_closer{
        display: block;
    }
    .xs_operator_header{
        display: block;
    }

    .xs_ticket_detail_wrapper{
        margin-right: 0px;
    }
    .xs_ticketDetail_sidebar{
        right: -260px; 
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .xs_td_sidebar_open .xs_ticketDetail_sidebar{
        right: 0px; 
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_action > a.xs_td_sidebar_toggle{
        display: inline-flex;
    }
    .xs_auth_wrapper:before{
        display: none;
    }
}

@media (max-width:768px){
    .xs_auth_wrapper > .xs_auth_inner{
        margin: 0;
    }
    .xs_auth_wrapper > .xs_auth_inner > .xs_auth_box{
        display: block;
        background-image: none;
        margin: 0;
    }
    .xs_auth_img{
        margin-left: 0px;
        margin: 0;
    }
    .xs_auth_btn{
        min-width: 140px;
    }
    
    .xs_auth_box > .xs_auth_content > .xs_auth_content_body{
        padding: 40px 20px;
    }

    .xs_sidebar_wrapper{
        width: 260px;
        left: -260px;
    }
    .hide_sidebar .xs_sidebar_wrapper{
        left: 0;
    }
    .xs_sidebar_nav > ul > li > a{
        justify-content: inherit;
    }
    .xs_sidebar_nav > ul > li > a > span:last-child{
        position: relative;
        left: auto;
        background-color: transparent;
        padding: 0;
        border-radius: 0px;
        color: inherit;
        font-size: 14px;
        pointer-events: inherit;
        margin-left: 10px;
        display: block;
        animation: none;
    }
    .xs_sidebar_nav > ul > li > a > span:last-child:before{
        display: none;
    }

    .xs_popup_wrapper::before{
        display: none;
    }

    .hide_sidebar .xs_header_wrapper,
    .xs_header_wrapper{
        left: 0;
        padding: 0px 15px;
    }
    .hide_sidebar .xs_content_wrapper,
    .xs_content_wrapper{
        margin-left: 0;
    }
    .xs_customer_satisfactions > ul > li{
        width: 100%;
        margin-bottom: 30px;
    }
    .xs_customer_satisfactions > ul > li:nth-last-child(2){
        margin-bottom: 30px;    
    }
    .xs_preloader_wrapper{
        left: 0;
    }
    .xs_page_title > h3{
        font-size: 16px;
        padding-left: 35px;
    }
    .xs_sidebar_toggle{
        width: 36px;
        height: 36px;
        top: 23px;
        right: -35px;
    }
    .xs_search_wrapper > .xs_search_input > input:focus{
        width: 100%;
    }
    .xs_search_wrapper{
        border: none;
        width: 45px;
        height: 45px;
        padding: 0;
    }
    .xs_search_wrapper > .xs_search_icon{
        width: 45px;
        height: 45px;
        background-color: whitesmoke;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        cursor: pointer;
    }
    .xs_search_wrapper:active > .xs_search_input,
    .xs_search_wrapper:hover > .xs_search_input,
    .xs_search_wrapper:focus > .xs_search_input{
        display: block;
    }
    .xs_profile_wrapper{
        margin-left: 10px;
    }
    .xs_notification_wrapper {
        margin-left: 10px;
    }
    .xs_search_input {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        background-color: #ffffff;
        padding: 15px;
        box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.05);
    }
    .xs_search_wrapper > .xs_search_input > .xs_dropdown_wrapper{
        right: 0px;
        left: 0px;
        width: auto;
        padding-top: 0;
    }
    .xs_operator_profile{
        flex-direction: column;
    }
    .xs_profile_image{
        width: 100%;
        max-width: 300px;
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .xs_ticket_list > .xs_ticket{
        display: block;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_id{
        display: block;
        width: auto;
        height: auto;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_id > .xs_tid_bg{
        display: none;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_detail{
        display: block;
        padding: 15px 0px;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_action {
        max-width: 100%;
    }
    .xs_ticket_list > .xs_ticket > .xs_ticket_action > .xs_ticket_action_dd > select{
        max-width: 155px;
    }

    .xs_table_wrapper > .xs_table_header{
        display: none;
    }
    .xs_table_wrapper .xs_tr{
        display: block;
    }

    .xs_ticket_detail_wrapper > .xs_ticket_detail_header{
        display: block;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property{
        margin-bottom: 15px;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box{
        flex-direction: column;
        align-items: flex-start;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > label{
        margin-bottom: 5px;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > select{
        min-width: 145px;
    }
    .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_action > a{
        margin-left: 0px;
        margin-right: 15px;
    }
    

}
/********************************************************************************************* 
52. responsive end
*********************************************************************************************/


.xs_dark_mode{
    margin-bottom: 30px;
}
.xs_dark_mode > h3{
    font-size: 16px;
    color: #89949a;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
}
.xs_dark_mode > .xs_mode_icon{
    background-color: #ffffff;
    border-radius: 50px;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    position: relative;
}
.xs_dark_mode > .xs_mode_icon.active > .xs_mode_active_icon{
    position: absolute;
    top: -5px;
    left: 40px;
    width: 20px;
    height: 20px;
    background-color: #8BC34A;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xs_dark_mode > .xs_mode_icon.active > .xs_mode_active_icon::before{
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* darktheme start */
body.darktheme{
    background-color: #121212;
}
.darktheme .xs_count_box_list > .xs_count_box > .xs_count_box_inner,
.darktheme .xs_box_wrapper{
    background-color: rgba(255, 255, 255, 0.05);
}
.darktheme .xs_header_wrapper{
    background-color: #212121;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.darktheme h1,.darktheme h2,.darktheme h3,.darktheme h4,.darktheme h5,.darktheme h6 {
    color: #d0d0d0;
}
.darktheme .xs_count_box_list > .xs_count_box > .xs_count_box_inner > p{
    color: #b9b9b9;
}
.darktheme .xs_search_wrapper{
    border-left: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
}
.darktheme .xs_dropdown_wrapper > .xs_dropdown_inner{
    background-color: #272727;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.darktheme .xs_dropdown_wrapper > .xs_dropdown_inner:before{
    background-color: #272727;
}
.darktheme .xs_search_wrapper > .xs_search_input > input{
    color: #ffffff;
}
.darktheme .xs_searchbox_section{
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0);
}
.darktheme .xs_sidebar_wrapper{
    background-color: rgba(255, 255, 255, 0.05);
}
.darktheme .xs_sidebar_nav > ul > li > a.active,.darktheme .xs_sidebar_nav > ul > li > a:hover{
    background-color: rgba(255, 255, 255, 0.04);
}
.darktheme .xs_sidebar_toggle{
    background-color: #212121;
}
.darktheme .xs_preloader_wrapper{
    background-color: #121212;
}
.darktheme .xs_preloader_wrapper > .xs_preloader_inner{
    background-color: rgba(255, 255, 255, 0.1);
}
.darktheme .xs_popup_wrapper > .xs_popup_inner{
    background-color: #191919;
}
.darktheme .xs_input_wrapper > .xs_input{
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    color: #d0d0d0;
}
.darktheme .xs_input_wrapper > .xs_input > option{
    background-color: #1e1e1e;
}
.darktheme .xs_profile_image{
    background-color: rgba(255, 255, 255, 0.05);
}
.darktheme .xs_colorpicker_wrapper > .xs_colorpicker_box,
.darktheme .xs_image_uploader_box > .xs_image_uploader{
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_colorpicker_wrapper > .xs_colorpicker_box > input{
    background-color: transparent;
    color: #bdbdbd;
}
.darktheme .xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a{
    background-color: rgba(255, 255, 255, 0.05);
    color: #bfbfbf;
}
.darktheme .xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a > .icon{
    opacity: 0.5;
}
.darktheme .xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a:hover > .icon{
    opacity: 1;
}
.darktheme .xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li.active > a, 
.darktheme .xs_autoresponder_wrapper > .xs_autoresponder_list > ul > li > a:hover{
    color: #ffffff;
}
.darktheme .xs_ticket_wrapper > .xs_ticket_filter{
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_operator_detail_wrapper > .xs_operator_detail_header,
.darktheme .xs_custom_select > .xs_cs_input{
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0);
}
.darktheme .xs_product_list > .xs_product_item > .xs_product_item_inner{
    background-color: rgba(255, 255, 255, 0.05);
}
.darktheme .xs_product_list > .xs_product_item.xs_product_add > .xs_product_item_inner > h1{
    border-color: rgba(255, 255, 255, 0.16);
}
.darktheme .ck.ck-editor__main>.ck-editor__editable{
    background-color: rgba(255, 255, 255, 0.05);
    color: #d0d0d0;
}
.darktheme .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_table_wrapper > .xs_table_header{
    background-color: #212121;
}
.darktheme .xs_table_wrapper > .xs_table_header > .xs_tr > .xs_td{
    color: #dcdcdc;
}
.darktheme .xs_table_wrapper .xs_tr{
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.0);
}
.darktheme .xs_product_list_label > span{
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_filter_box{
    background-color: rgba(255, 255, 255, 0.08);
}
.darktheme .xs_filter_box > select{
    color: #dcdcdc;
}
.darktheme .xs_filter_box > select > option{
    color: #333333;
}
.darktheme .xs_ticket_detail_wrapper > .xs_ticket_detail_header{
    background-color: #202020;
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_ticketDetail_sidebar{
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_td_userInfo{
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_info_box.info{
    border-color: #615e43;
    background-color: #3e3e2c;
}
.darktheme .xs_switch_wrapper > label > .xs_switch{
    background-color: rgba(255, 255, 255, 0.12);
}

.darktheme .xs_custom_select > .xs_cs_dropdown > .xs_cs_dropdown_inner{
    background-color: #424242;
}
.darktheme .xs_custom_select.open{
    background-color: #424242;
    border-radius: 5px 5px 0 0;
}
.darktheme .xs_custom_select > .xs_cs_dropdown > .xs_cs_dropdown_inner > ul > li > a:hover{
    background-color: rgba(255, 255, 255, 0.06);
    color: #d0d0d0;
}
.darktheme .xs_operator_name_wrapper > .xs_operator_name_role > span.xs_onr_name{
    color: #d0d0d0;
}
.darktheme .xs_operator_name_wrapper > .xs_initials{
    background-color: rgba(212, 235, 253, 0.15);
}
.darktheme .xs_pagination_wrapper{
    background-color: rgba(255, 255, 255, 0.06);
}
.darktheme .xs_pagination_wrapper > ul > li > a{
    color: #d0d0d0;
}
.darktheme .xs_ticket_list > .xs_ticket{
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.06);
}
.darktheme .xs_ticket_list > .xs_ticket > .xs_ticket_action > .xs_ticket_action_dd > select{
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    color: #d0d0d0;
}
.darktheme .xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket{
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.06);
}
.darktheme .xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header{
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > select{
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0);
    color: #d0d0d0;
}
.darktheme .xs_ticket_detail_wrapper > .xs_ticket_detail_header > .xs_td_property > .xs_tdp_box > select > option{
    background-color: #424242;
}
.darktheme .xs_td_RecentTicket > ul > li > .xs_td_ticket{
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.06);
}
.darktheme .xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_body{
    color: #d0d0d0;
}
.darktheme .xs_ticket_detail_wrapper > .xs_ticket_detail_list .xs_ticket > .xs_ticket_header > .xs_user_detail > .xs_user_icon{
    background-color: rgba(212, 235, 253, 0.15);
}
.darktheme .xs_file_attached > .xs_attachment_btn{
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_info_tooltip > i{
    background-color: #000000;
    box-shadow: 0px 0px 0px 1px #2b2b2b;
}
.darktheme .xs_info_tooltip > p{
    background-color: #000000;
    border-color: #252525;
}
.darktheme .xs_info_tooltip > p:before{
    background-color: #000000;
    border-color: #252525;
}
.darktheme .xs_td_userInfo > .xs_tdu_icon{
    background-color: rgba(212, 235, 253, 0.15);
}
.darktheme .xs_td_userInfo > p > span{
    color: inherit;
}
.darktheme .xs_date_picker_wrapper > input{
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}
.darktheme .daterangepicker{
    background-color: #262626;
    border-color: #585858;
}
.darktheme .daterangepicker.opensright:after,
.darktheme .daterangepicker:before{
    border-bottom-color: #585858;
}
.darktheme .daterangepicker .calendar-table{
    border: 1px solid rgba(255, 255, 255, 0.06);
    background-color: rgba(255, 255, 255, 0.06);
}
.darktheme .daterangepicker td.off, 
.darktheme .daterangepicker td.off.end-date, 
.darktheme .daterangepicker td.off.in-range, 
.darktheme .daterangepicker td.off.start-date{
    background-color: transparent;
    color: #616161;
}
.darktheme .daterangepicker .calendar-table td, 
.darktheme .daterangepicker .calendar-table th{
    color: #d0d0d0;
}
.darktheme .daterangepicker .drp-buttons{
    border-top-color: transparent;
}
.darktheme .daterangepicker td.available:hover, 
.darktheme .daterangepicker th.available:hover{
    background-color: #262626;
    color: #ffffff;
}
.darktheme .daterangepicker td.in-range{
    background-color: #262626;
}
.darktheme .daterangepicker td.active, 
.darktheme .daterangepicker td.active:hover{
    background-color: var(--main_color);
    color: #ffffff;
}
.darktheme .daterangepicker .calendar-table .next span, 
.darktheme .daterangepicker .calendar-table .prev span{
    border-color: var(--main_color);
}
.darktheme .xs_input_inline{
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.darktheme .xs_input_inline > .xs_input{
    background-color: rgba(238, 246, 250, 0.10) !important;
}
.darktheme .xs_input_wrapper > label{
    color: inherit;
}
.darktheme .xs_info_box > .xs_info_box_body > p{
    color: #cecece;
}
.darktheme .xs_info_box > .xs_info_box_body > p > span{
    color: #b3b2b2;
}
.darktheme .xs_notification_wrapper .xs_notification_icon > .xs_notification_count{
    background-color: #ffffff;
    color: #212121;
    border-color: #212121;
    font-weight: 900;
}
.darktheme .xs_notification > .xs_notif_detail > .xs_tsub{
    color: #c3c3c3;
}
.darktheme .xs_notification_wrapper > .xs_dropdown_wrapper .xs_dropdown_inner ul li a{
    border-bottom-color:rgba(255, 255, 255, 0.12);
}
.darktheme .xs_notification_wrapper > .xs_dropdown_wrapper .xs_dropdown_inner ul li a:hover {
    background-color: rgba(238, 246, 250, 0.15);
}
.darktheme .xs_searchbox_section > ul > li{
    border-bottom-color: rgba(255, 255, 255, 0.12);
}
.darktheme .xs_searchbox_section > ul > li > a:hover {
    background-color: rgba(238, 246, 250, 0.06);
}
.darktheme .xs_ticket_label{
    background-color: rgba(255, 255, 255, 0.06);
}
/* darktheme end */