body
{
    font-family: 'Muli', sans-serif !important;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 25px;
    text-align: center;
    pointer-events: none;
}
.has-error .select2-container--default{
    border: 1px solid red !important;
}

.help-block-error-custom{
    color: #dd4b39;
    font-size: small;
}
.custom_padding{
    padding-top: 5px !important;
}
.custom-productqty{
    position: absolute !important;
    top: 7px !important;
    left: 67% !important;
    color: #aaa !important;
}
.required{
    color: #dd4b39;
}

table.dataTable.no-footer {
    /*border-bottom: none;*/
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    /*border-bottom: none;*/
}

.btncolor{
    background-color: #3c8dbc;
}
.btn-outline{
    background: darkgrey;
}

.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center
}

.text-divider:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #d2d6de;
}

a{
    text-decoration: none;
    cursor: pointer;
}

td.dataTables_empty {
    text-align: center;
}

.text-divider span {
    background-color: #fff; 
    padding: 1em;
}


.ico-radio,
.ico-checkbox{
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.ico-radio > input,
.ico-checkbox > input{ /* HIDE ORG RADIO & CHECKBOX */
    visibility: hidden;
    position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.ico-radio > i,
.ico-checkbox > i{     /* DEFAULT <i> STYLE */
    display: inline-block;
    vertical-align: middle;
    width:  16px;
    height: 16px;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: inset 0 0 0 8px #fff;
    border: 1px solid gray;
    /*background: gray;*/
}
/* CHECKBOX OVERWRITE STYLES */
.ico-checkbox > i {
    height: 18px;
    width: 30px;
    border-radius: 30px;
}
.ico-radio:hover > i{ /* HOVER <i> STYLE */
    box-shadow: inset 0 0 0 3px #fff;
    background: gray;
}
.ico-radio > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
    box-shadow: inset 0 0 0 3px #fff;
    background: #3598dc;
}
.ico-radio-label{
    padding-left: 0px;
    padding-right: 4px;
    font-size: 14px!important;

}
.padding-zero{
    padding:0 !important;
}
.ico-radio-next{
    padding-left: 10px;
}
/* CHECKBOX */
.ico-checkbox > input + i:after{
    content: "";
    display: block;
    height: 12px;
    width:  12px;
    /*margin-left: 2px !important;*/
    margin: 2px;
    border-radius: inherit;
    transition: inherit;
    background: gray;
}
.ico-checkbox > input:checked + i:after{ /* (RADIO CHECKED) <i> STYLE */
    margin-left: 14px;
    background:  #3598dc;
}

.customformgroup{
    margin-bottom: 15px;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 45px !important;
    right: 10px;
    z-index: 0;
    font-size: 50px !important;
    color: rgba(0,0,0,0.15);
}
.video-input
{
    font-size: 14px;
    height: 32px;
    width: 100%;
    padding-left: 10px;
}

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none; 
    margin: 10px 0 !important;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 0%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 96%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0%;
    margin-left: -13px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


/*new custom*/


.skin-purple-light .main-header .logo {
    background-color: white; 
    color: black;
    border-bottom: 0 solid transparent;
}

.main-header .logo {
    font-family: 'Muli', sans-serif !important;
    min-height: 50px;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2); 
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.main-header .navbar {
    min-height: 50px;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    /*margin-left: 260px;*/
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 20px 15px 20px;
    font-family: fontAwesome;
}
.main-sidebar, .left-side {
    /*width: 260px;*/
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 768px)
.navbar-nav>li>a {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
    transition: all 0.5s;
}
.skin-purple-light .main-header li.user-header {
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}
.main-header .logo {
    height: 50px !important;
    line-height: 50px !important;
    /*width: 260px;*/
}
.content-wrapper, .right-side, .main-footer {
    /*margin-left: 260px;*/
}
.skin-purple-light .sidebar-menu > li.active > a {
    font-weight: 100;
}
.skin-purple-light .sidebar-menu > li > a {
    font-weight: 100;
}
.sidebar-menu>li>a {
    padding: 8px 5px 8px 10px;
    display: block;
}
.skin-purple-light .sidebar-menu > li.start.active > a {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2);
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: linear-gradient(45deg, #303f9f, #7b1fa2);
    -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
    box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
    border-radius: 0 5px 5px 0;
    margin-right: 7px;
}

.sidebar-menu>li>a>span {
    line-height: 30px; 
    position: absolute;
    margin-left: 10px;
}
.sidebar-menu>li>a>i {
    line-height: 30px; 
}
.skin-purple-light .content-wrapper, .skin-purple-light .main-footer {
    border-left: none; 
}
.skin-purple-light .wrapper, .skin-purple-light .main-sidebar, .skin-purple-light .left-side {
    background-color: white; 
}
.skin-purple-light .sidebar-menu > li > a>span {
    line-height: 30px; 
    position: absolute;
    margin-left: 10px;
}
.skin-purple-light .sidebar-menu > li > a>i {
    line-height: 30px; 
}
.sidebar-menu .treeview-menu>li>a {
    padding: 12px 5px 12px 35px;
    display: block;
    font-size: 14px;
}

#breadcrumbs-wrapper {
    background: transparent;
}
#breadcrumbs-wrapper .breadcrumbs-title {
    font-size: 2.4rem;
    line-height: 1.4rem;
}
#breadcrumbs-wrapper .breadcrumbs {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
#breadcrumbs-wrapper .breadcrumbs > li {
    display: inline-block;
}
#breadcrumbs-wrapper .breadcrumbs > li + li::before {
    font-family: 'Material Icons';
    position: relative;
    top: 3px;
    padding: 0 5px 0 4px;
    content: 'keyboard_arrow_right';
    color: #bdbdbd;
}
.padding-side-20{
    padding-left: 20px;
    padding-right: 20px;
}

.skin-purple-light .treeview-menu > li.active > a {
    font-weight: 100; 
    color: #fff;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2);
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: linear-gradient(45deg, #303f9f, #7b1fa2);
    -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
    box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
    border-radius: 0 5px 5px 0;
    margin-right: 15px;
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}
.logoicon
{
    line-height: 60px;
    color: purple;
    font-size: 30px;
    margin-top: -3px;
    /*margin-left: -155px;*/
}
.logotxt
{
    line-height: 50px;
    position: absolute;
    margin-left: 15px;
}
.icon-small
{
    color: purple;
    font-size: 30px;
    margin-top: 13px;
}
.background .bg {
    background-image: url(/includes/chatbox/images/mainbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2;
    filter: alpha(opacity=20);
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.btn-gradient {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: -moz- oldlinear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: -o-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: linear-gradient(45deg, #8e24aa, #ff6e40) !important;
}
.border-round {
    border-radius: 150px !important;
}

.login-box{
    border-radius: 3%;
    width: 400px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 30px;
    border-top: 0;
    color: #666;
    border-radius: 1%;
}
.mb-20{
    margin-bottom: 20px;
}
.btn-primary {
    background:  linear-gradient(45deg, #8e24aa, #ff6e40) !important;;
    border:none;
}
.pt-20
{
    padding-top: 20px;
}
.register-box {
    width: 361px;
    margin: 7.5% auto;
    border-radius: 1%;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
}
.mt-180
{
    margin-top: 180px;
}
.width-400{
    width: 400px;
}
.sidebar-menu li.header {
    padding: 15px 25px 15px 15px;
    font-size: 12px;
}
.skin-purple-light .sidebar-menu > li.header {
    color: #848484;
    background: white;
}
.content-header {
    position: relative;
    padding: 10px 15px 0px 15px;
}
.hdr-border
{
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.04);
}
.logo-lg-header
{
    margin-left: 20px !important;
    float: left;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-control {
    border-radius: 5px;
    box-shadow: none;
    border-color: #d2d6de;
}
.ui-item-success{
    color: green;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid green;
    padding: 10px
}
.ui-item-fail{
    color: tomato;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid tomato;
    padding: 10px
}
.mt-250
{
    margin-top: 250px;
}
.error {
    padding: 12px 10px;
    background: #fee6e8;
    border-radius: 4px;
    color: #f74d5a;
    margin: 10px 0;
    text-align: center;
}

.pwdstrengthbar
{
    float:right;
    background:#cccccc;
    height:4px;
    margin:0;

}

.pwdstrength
{
    /*display: none;*/
    float:right; 
    width:70px;
    margin-top:5px;
}
.pwdstrengthstr
{
    float:right;
    clear:both;
    height:14px;
    margin-top:0px;
    font-family: 'Muli', sans-serif !important;
    font-size : 10px; 
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3f51b5;
}
.modal-430{
    width: 430px;
}
h4 >span
{
    line-height: 25px;
    position: absolute;
    margin-left: 10px;
}
.sweet-alert {
    border-radius: 10px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 6px;
}

.pad-top-25{
    padding-top: 25px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: none; 
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
/*.g-recaptcha {
    transform: scale(1.12);
    transform-origin: 0 0;
}*/
.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox-theme {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox-launchbutton {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox-chatbtntext {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox-chatposition {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

.image-checkbox-chatboxsize {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

.image-checkbox-onlineoffline {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

.image-checkbox-expandminmax {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

image-checkbox-theme input[type="checkbox"] {
    display: none;
}

.image-checkbox-launchbutton input[type="checkbox"] {
    display: none;
}

.image-checkbox-chatbtntext input[type="checkbox"] {
    display: none;
}

.image-checkbox-chatposition input[type="checkbox"] {
    display: none;
}

.image-checkbox-chatboxsize input[type="checkbox"] {
    display: none;
}

.image-checkbox-onlineoffline input[type="checkbox"] {
    display: none;
}
.image-checkbox-onlineoffline.image-checkbox-checked 
{
    height: 35px !important;
    padding-left: 12px;
    padding-top: 7px;
    border: 1px solid #373D9F;
}
.image-checkbox-onlineoffline{
    height: 35px !important;
    padding-left: 12px;
    padding-top: 7px !important;
}
.image-checkbox-expandminmax.image-checkbox-checked 
{
    height: 35px !important;
    padding-left: 28px;
    padding-top: 7px;
    border: 1px solid #373D9F;
}
.image-checkbox-expandminmax{
    height: 35px !important;
    padding-left: 28px;
    padding-top: 7px !important;
}

.image-checkbox-launchbutton.image-checkbox-checked
{
    height: 50px;
    border: 1px solid #373D9F;
    padding-left: 30px;
}
.image-checkbox-launchbutton
{
    height: 50px !important;
    padding-left: 30px;
}
.image-checkbox-chatbtntext.image-checkbox-checked
{
    height: 50px;
    border: 1px solid #373D9F;
    padding-left: 30px;
}
.image-checkbox-chatbtntext
{
    height: 50px !important;
    padding-left: 30px;
}
.image-checkbox-chatposition.image-checkbox-checked
{
    height: 50px;
    border: 1px solid #373D9F;
    padding-left: 30px;
}
.image-checkbox-chatposition
{
    height: 50px !important;
    padding-left: 30px;
}
.image-checkbox-chatboxsize.image-checkbox-checked
{
    height: 50px;
    border: 1px solid #373D9F;
    padding-left: 30px;
}
.image-checkbox-chatboxsize
{
    height: 50px !important;
    padding-left: 30px;
}
.image-checkbox-chatboxsize span
{
    padding-left: 10px;
}
.image-checkbox-chatposition span{
    padding-left: 10px;
}
.fl
{
    font-weight: 500;
}
.footer-send
{
    position: absolute;
    bottom: 0;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 16px;
}
.mobile-view .footer-send{
    padding-right: 23px !important;
}
.image-checkbox-expandminmax input[type="checkbox"] {
    display: none;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #4783B0;
}
.image-checkbox-theme .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}
.image-checkbox-launchbutton .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}
.image-checkbox-chatbtntext .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}

.image-checkbox-chatposition .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}

.image-checkbox-chatboxsize .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}

.image-checkbox-onlineoffline .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}

.image-checkbox-expandminmax .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}
.image-checkbox .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 15px;
    right: 25px;
}
.image-checkbox-checked .fa {
    display: block !important;
}

.custome-box{
    /*border: 0.5px solid silver;*/
    height: 450px;
    border-radius: 5px;
}

.state label
{
    font-weight: bolder !important;
}
.help-element
{
    padding-left: 21px;
    color: gray;
    padding-bottom: 15px;
}
.mb-5
{
    margin-bottom: 5px;   
}
.pad-bottom-20
{
    padding-bottom: 20px;
}
.help-element-control
{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px
}
.message-welcome
{
    padding: 10px;
    background: #ECF0F5;
    border-radius: 10px;
    color: black;
}

.image-checkbox 
{
    width: 100%;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-theme
{
    width: 100%;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-launchbutton
{
    width: 100%;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-chatbtntext
{
    width: 100%;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-chatposition
{
    width: 100%;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-chatboxsize
{
    width: 100%;
    height: 75px;
    padding-top: 12px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-onlineoffline
{
    width: 100%;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-expandminmax
{
    width: 100%;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.image-checkbox-checked
{
    width: 100%;
    height: 75px;
    padding-top: 12px;
    border: 2px solid #373D9F;
    border-radius: 10px;
}
.nav-tabs-custom>.tab-content{
    padding-right: 20px;
}
.custombox-body{
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;    
    margin-bottom: 47px;
}
.mobile-view .custombox-body{
    height: 405px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #D9D9DE !important;
}

::-webkit-scrollbar-track {
    background: rgb(243, 243, 243) !important;
}

#attentiongrabberform .image-checkbox 
{
    width: 100px;
    height: 95px;
    padding: 15px;
    border: 1px solid lightgray;
    border-radius: 10px;
}
#attentiongrabberform .image-checkbox-one 
{
    width: 100px;
    height: 95px;
    padding: 15px;
    border: 2px solid #373D9F;
    border-radius: 10px;
}
.image-checkbox-one input[type="checkbox"] {
    display: none;
}
.image-checkbox input[type="radio"] {
    display: none;
}
.image-checkbox-theme input[type="radio"] {
    display: none;
}
.image-checkbox-chatbtntext input[type="radio"] {
    display: none;
}
.image-checkbox-chatposition input[type="radio"] {
    display: none;
}
.image-checkbox-chatboxsize input[type="radio"] {
    display: none;
}
.image-checkbox-onlineoffline input[type="radio"] {
    display: none;
}
.image-checkbox-expandminmax input[type="radio"] {
    display: none;
}
.image-checkbox-launchbutton input[type="radio"] {
    display: none;
}
#attentiongrabberform  .image-checkbox-checked
{
    width: 100px;
    height: 95px;
    padding: 15px;
    border: 2px solid #373D9F;
    border-radius: 10px;
}

.image-checkbox-theme.image-checkbox-checked
{
    width: 100%;
    height: 52px;
    border: 1px solid #373D9F;
    border-radius: 10px;
    padding: 15px;
    padding-left: 35px;

}
.image-checkbox-theme {
    width: 100%;
    height: 52px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    padding-left: 35px;
}
.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid silver;
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 4px;
}
.wd-100{
    width: 100%
}
.tomato-red
{
    color: tomato;
    font-size: 14px;
}
.and
{
    padding-top: 6px;
    text-align: right;
    width: 50px !important;
}
.wd-50
{
    width: 50px !important;
}
.wd-70
{
    width: 70px !important;
}
.wd-75
{
    width: 75px ;
}
.del-col
{
    text-align: right;
    width: 50px !important;
}
.txt-lg
{
    width: 250px;
}
.txt-sm
{
    width: 70px;
}
.other-field
{
    display: flex;
}
.extratext
{
    padding-top: 8px;
    padding-left: 10px;
    font-weight: bolder;
}
#msgrow
{
    /*padding-top: 20px !important;*/
}
.custom-txtbox{
    border-bottom: 1px solid #ccc !important;
    width: 85%;
    padding: 5px;
    margin-bottom: 10px;
}

#prechatform .image-checkbox-one 
{
    width: 100px;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
    cursor: pointer;
}

#prechatform  .image-checkbox-one.image-checkbox-checked
{
    width: 100px;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
    cursor: pointer;
}
#offlineform .image-checkbox-one 
{
    width: 100px;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
    cursor: pointer;
}

#offlineform  .image-checkbox-one.image-checkbox-checked
{
    width: 100px;
    height: 75px;
    padding-top: 11px;
    border: 1px solid lightgray;
    border-radius: 10px;
    cursor: pointer;
}

.custome-chatbutton-text{
    width: auto;
    height: 55px;
    color: white;
    background: #363C9F!important;
    font-weight: bold;
    border-radius: 50px;
}
.mobile-view-two .custome-chatbutton-text{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -75px;
}
.cutome-chatbox-button .custome-box
{
    height: 0px;
}
.tab-mobile-min {
    margin: 460px 285px 0px 0px;
}

@media (max-width: 767px)
.main-header .logo, .main-header .navbar {
    width: 100% !important;
    float: none;
}
@media (max-width: 767px)
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 110px !important;
}
@media (max-width: 991px)
.navbar-custom-menu .navbar-nav>li>a {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    line-height: 10px !important;
}
.custome-box-design {
    height: auto;
    border: 1px solid lightgray;
    /*border-radius: 5px;*/
    background-color: aliceblue;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.15);
    /*background-image:   url("/chatbox/includes/chatbox/images/setting/phone-bg.png");*/
}

.message-user {
    padding: 7px;
    border-radius: 10px;
    color: black;
    border-bottom-right-radius: 0px;
    width: auto;
    margin: 10px 0px 1px 0px;
}

.message-client {
    padding: 7px;
    background: aliceblue;
    border-radius: 10px;
    color: black;
    border-bottom-left-radius: 0px;
    width: auto;
    margin: 1px 0px 1px 0px;
}
.message-captions span {
    padding: 3px;
    border-radius: 20px;
    color: #333;
    width: 12%;
    margin: 1px 0px 1px 0px;
    font-size: 12px;
}

.message-client-caption {
    background: peachpuff;
    border-radius: 10px;
    color: #333;
    width: auto;
    /*margin: 10px 0px 10px 0px;*/
}

.primary_change_color_border{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 48px;
}
.addprimary_change_color_border{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 44px;
}

.custome-chatbox-position-left-small{
    margin: 205px 180px 0px 0px;
}
.custome-chatbox-position-left-small .custombox-body{
    height: 230px;
}
.custome-box.custome-chatbox-position-left-small{
    height: 335px;
}

.custome-chatbox-position-left-medium{
    margin: 90px 180px 0px 0px;
}

.custome-chatbox-position-left-large{
    margin: 90px 90px 0px 0px;
}

.custome-chatbox-position-left-drewer{
    margin: 45px 160px 0px 0px;
}
.custome-box.custome-chatbox-position-left-drewer{
    height: 495px;
}
.custome-chatbox-position-left-drewer .custombox-body {
    height: 445px;
}
.custome-chatbox-position-right-drewer .custombox-body {
    height: 445px;
}
.custome-chatbox-position-left-small {
    margin: 205px 180px 0px 0px;
}
.custome-chatbox-position-right-small{
    margin: 205px 0px 0px 180px;
}
.custome-chatbox-position-right-small .custombox-body{
    height: 230px;
}
.custome-box.custome-chatbox-position-right-small{
    height: 335px;
}

.custome-chatbox-position-right-medium{
    margin: 90px 0px 0px 180px;
}

.custome-chatbox-position-right-large{
    margin: 90px 0px 0px 90px;
}

.custome-chatbox-position-right-drewer{
    margin: 45px 0px 0px 160px !important;
}

.custome-box.custome-chatbox-position-right-drewer{
    height: 495px;
}
.custome-design-chat{
    color: white; 
    padding: 14px;
    /*padding-bottom: 34px;*/
}

.custome-design-chat-tab{
    color: white; 
    padding: 14px;
    /*padding-bottom: 30px;*/
}

.custome-daymode{
    background: white; 
    padding: 9px 14px;
    margin-left: 1px;
    margin-right: 1px;
    /*border-left: 0.5px solid silver;*/
    /*border-right: 0.5px solid silver;*/
}

.custome-nightmode{
    background: currentColor; 
    padding: 10px 10px 80px;
    border: 1px solid silver;
}

.cust-widget-back{
    padding: 20px 10px 0px;
    /*border: 1px solid silver;*/
}
.btn-success {
    background-color: #00a65a;
    border-color: #d2d6de; 
}

.cutome-chatbox-button{
    margin: 444px 0px 0px 0px;
}

.cust-font-minmax{
    color: silver;
}

.pad-top-10{
    padding-top: 10px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: white !important;
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 6px;
}
.panel-heading {
    padding: 14px 15px;
    border-radius:6px !important;
}

#donate {
    margin:4px;

    float:left;
}

#donate label {
    float:left;
    width:170px;
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;

}

#donate label span {
    text-align:center;
    font-size: 32px;
    padding:13px 0px;
    display:block;
}

#donate label input {
    position:absolute;
    top:-20px;
}

#donate input:checked + span {
    background-color:#404040;
    color:#F7F7F7;
}

#donate .yellow {
    background-color:#FFCC00;
    color:#333;
}

#donate .blue {
    background-color:#00BFFF;
    color:#333;
}

#donate .pink {
    background-color:#FF99FF;
    color:#333;
}

#donate .green {
    background-color:#A3D900;
    color:#333;
}
#donate .purple {
    background-color:#B399FF;
    color:#333;
}

.glyphicon {
    top: 6px;
}
h4 a span
{
    position:absolute;
    line-height: 23px;
}
.radio span
{
    position:absolute;
    line-height: 23px;
}

.chatbox-radiobtn-design {
    border: 1px solid silver;
    border-radius: 20px;
    width: 100%;
}

.custweight{
    font-weight: bold;
}

.cust-on-off{
    border: 1px solid silver;
    padding: 10px;
    border-radius: 14px;
}

.mobile-view{
    margin: 35px 95px 0px 95px;
    /*background-image:   url("/chatbox/includes/chatbox/images/setting/phone-bg.png");*/
}
.mobile-view .mobile-view-bg{
    background-size: 100%;
    padding-top: 55px;
    padding-left: 7px;
    padding-right: 7px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* top: -54px; */
    /* left: calc(50% - 183px); */
    background-image: url(/includes/chatbox/images/setting/phone-bg.png);
    background-repeat: no-repeat;
}
.mobile-view-one .mobile-view-bg-btn{
    background-size: 100%;
    padding-top: 380px;
    margin: 35px 95px 0px 95px;
    padding-left: 7px;
    padding-right: 7px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* top: -54px; */
    /* left: calc(50% - 183px); */
    background-image: url(/includes/chatbox/images/setting/phone-bg.png);
    background-repeat: no-repeat;
}
.mobile-view-two .mobile-view-bg-btn{
    background-size: 100%;
    padding-top: 475px;
    margin: 35px 95px 0px 95px;
    padding-left: 7px;
    padding-right: 7px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* top: -54px; */
    /* left: calc(50% - 183px); */
    background-image: url(/includes/chatbox/images/setting/phone-bg.png);
    background-repeat: no-repeat;
}
.cutome-chatbox-button-one {
    margin: 30px 0px 0px 0px;
}
.mobile-view-one .custome-chatbutton-text
{
    margin-top: -80px
}
.hideshowonlinechatdivid .row
{
    margin-top: 10px;
}

.mobile-view.custome-box
{
    height: auto !important;
}
.chat-footer-1{
    position: absolute;
    bottom: 0;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 16px;
}
.mobile-view.chat-footer-1
{
    padding-right: 23px;
}
/*@media screen and (max-width : 1920px){
  .mobile-view{
  visibility:hidden;
  }
}
@media screen and (max-width : 906px){
 .desk{
  visibility:hidden;
  }
 .mobile-view{
  visibility:visible;
  }
}*/

label.radio {
    cursor: pointer;
}
label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}
label.radio span {
    padding: 7px 14px;
    border: 2px solid #EEE;
    display: inline-block;
    color: #009BA2;
    border-radius: 3px;
    text-transform: uppercase;
}
label.radio input:checked + span {
    border-color: #009BA2;
}

#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

.desk-mob-active{
    background: #383E9F;
    color: white;
    border-radius: 50px;
}
.desk-mob-active:hover{
    color: white;
}
.grp-btn
{
    border: 1px solid lightgray;
    border-radius: 50px;

}
.lh-16
{
    line-height: 16px;
}
.cust-noimage-atgb{
    border: 3px solid silver;
    height: 100px;
    border-style: dashed;
    width: 100%;
    padding-top: 20px;
}

/*Automation Related CSS*/

@media only screen and (min-width: 1365px) {
    .wd-330{
        width: 330px;
    }
    .wd-300{
        width: 300px;
    }
    .wd-260{
        width: 260px;
    }
    .wd-230{
        width: 230px;
    }
    .wd-245{
        width: 245px;
    }
    .wd-215{
        width: 215px;
    }
    .wd-1100
    {
        width: 1000px;
    }
    .wd-430
    {
        width: 200px;
    }
    .wd-500
    {
        width: 550px;
    }
}

.pad-top-10 label span{
    position:absolute;
    line-height: 20px;
}
.hdn-hr hr
{
    display: none;
}
#offlineform .custome-box
{
    border: 1px solid silver;
}
#prechatform .custome-box
{
    border: 1px solid silver;
}
#onlineform .custome-box
{
    border: 1px solid silver;
}






/*chat box shivang*/






#main > .row {
    /*min-height: 100vh;*/
}

#sec2 {
    /* position: sticky; */
}

#senddiv {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

li > div.product-info {
    cursor: pointer;
}

.txtstuff {
    resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
    overflow: hidden;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}

.product-img > img {
    border-radius: 50%;
}

div.direct-chat-text {
    max-width: 54vh;
    width: max-content;
    width: -moz-max-content;
    position: relative;
    margin-left: 55px;
    padding-right: 55px;
}

div.direct-chat-text.sysm {
    display: inline-block;
    margin-left: 0;
    background: lightskyblue;
    border: lightskyblue;
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 1em;
    padding-bottom: 1em;
    color: gray;
    font-weight: bold;
}

div.direct-chat-text.sysm::before {
    border: none;	
} 

div.direct-chat-text.sysm::after {
    border: none;	
}

div.direct-chat-msg.sys-msg {
    text-align: center;
}

.progress {
    /**
    max-width:54vh;
    min-width:50vh;
     **/
}

.progress-sm {
    height: 25px;
}

.direct-chat-msg {
    margin-bottom: 20px;
    margin-top: 20px;
}

div.direct-chat-msg.right > div:nth-child(3){
    /* max-width: 54vh;
    width: max-content;
    width: -moz-max-content;
    position: relative; */
    float: right;
    margin-right: 15px;
}


.direct-chat-timestamp {
    font-size: x-small;
    position: absolute;
    right: 5px;
    bottom: 3px;
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: calc(58vh - 8px);
    overflow: auto;
    padding: 10px;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 1px;
}

.notific {
    border-radius: 50%;
    margin-right: 2vh;
}

.apclip {
    font-size:16px;
    /*position: fixed;*/
    bottom: 3vh;
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(178deg);
    /*margin-left: -55px;*/
    cursor: pointer;
}

#file-input {
    display: none;
}

.select2 {
    width: 100% !important;
    height: 6vh !important;
}

input.select2-search__field {
    height: 48px !important;
}

ul.select2-selection__rendered {
    height: 54px !important;
}


/**
 *
 * CSS for select2
 *
 **/

/* .select2-results__message {
        display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    color: #000;
    border: none;
    margin: 0;
} */


.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: relative;
    /*border: 1px solid #d4d4d4;*/
    border-bottom: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    /* top: 100%; */
    left: 0;
    right: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid lavender;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.bg-light {
    background-color: #f8f9fa!important;
}
#disp_uinfo
{
    background:white;
    margin: 5px;
    border: 1px solid lavender;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    border-radius: 4px;
}

.online_u {
    background: green !important;
}

.offline_u {
    background: gray !important;
}

#rating_feedback_form {
    display: none;
}

div.stars {
    width: 270px;
    display: inline-block;
}

input.star { display: none; }

label.star {
    float: right;
    padding: 10px;
    font-size: 18px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

#senddiv > div > div > div > div:nth-child(2) {
    position: absolute;
    bottom: 12px;
    right: 0px;
}

/*chat box shivang end*/

/*ukp start*/

.default-message{
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 60px;
    text-align: center;
    color: gray;
}
.chat-html .btn {
    border-radius: 5px !important;
}
.usertab
{
    background-color: white;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-right: 1px solid lavender;
}
.mainchatwindow
{
    border-right: 1px solid lavender;
}
.userdetailtab
{
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px;
}
.btn-send
{
    height: 52px;
    width: 100%;
    background-color: #363D9F;
    border-color: #363D9F;
}

.chat-footer
{
    padding-bottom: 10px;
    padding-top: 10px;
    /*border-top: 1px solid lavender;*/
}

.rounded-circle {
    border-radius: 50%!important;
}
.msg-cotainer {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 10px;
    position: relative;
    max-width: 60%;
    word-break: break-all;
}
.msg-cotainer-right {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:  10px;
    border-radius: 10px;
    background-color: lavender;
    padding: 5px;
    position: relative;
    max-width: 60%;
    word-break: break-word;
}

.msg-time {
    position: absolute;
    left: 3px;
    bottom: -18px;
    color: grey;
    font-size: 10px;
    min-width: 50px;
}
.msg-time-right {
    position: absolute;
    right: 3px;
    bottom: -18px;
    color: grey;
    font-size: 10px;
    min-width: 45px;
}
.chatbodymain
{
    overflow: auto;
    padding-top: 10px;
}
.d-flex
{
    display: flex;
}
.msg-right{
    justify-content: flex-end!important;
    margin-right: 15px;
}
.msg-center{
    justify-content: center !important;
    text-align: center;
}
.msg-left
{
    justify-content: flex-start!important;
    margin-left: 15px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 767px)
sidebar {
    position: absolute;
    width: 100%;
    min-width: 100%;
    height: 0vh;
    bottom: 0;
    box-shadow: 0 5px 25px -5px black;
}
@media only screen and (max-width: 480px), only screen and (max-width: 767px)
sidebar .logo {
    display: none;
}
sidebar .logo {
    display: flex;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.2em;
    letter-spacing: 2px;
    border-bottom: 1px solid lavender;
}
sidebar .list-wrap {
    width: 100%;
    overflow: auto;
}
sidebar .list-wrap .list {
    border-bottom: 1px solid lavender;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    height: 70px;
    cursor: pointer;
}
sidebar .list-wrap .list img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
sidebar .list-wrap .list .info {
    flex: 1;
}
sidebar .list-wrap .list .info .user {
    font-weight: 700;
    text-align: left !important;
}
sidebar .list-wrap .list .info .text {
    display: flex;
    margin-top: 3px;
    font-size: 0.85em;
}
@media only screen and (max-width: 480px), only screen and (max-width: 767px)
sidebar .list-wrap .list .count {
    font-size: 0.75em;
}
sidebar .list-wrap .list .count {
    font-size: 0.75em;
    background: #bde2f7;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.7);
    padding: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    color: #000;
}
sidebar .list-wrap .list .msgcount {
    font-size: 0.75em;
    background: red;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.7);
    padding: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: white;
}
sidebar .list-wrap .list .time {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 0.75em;
    color: #a9a9a9;
}
sidebar .list-wrap .list:hover, sidebar .list-wrap .list.active {
    background: #F4F7F9;
}
sidebar .list-wrap .list {
    border-bottom: 1px solid lavender;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    height: 70px;
    cursor: pointer;
}
.chatdivhead header {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid lavender;
    display: flex;
    padding: 10px;
    align-items: center;
}
.chatdivhead header img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.chatdivhead header .info {
    flex: 1;
}
.chatdivhead header .info .user {
    font-weight: 700;
}
.chatdivhead header .info .time {
    display: flex;
    margin-top: 3px;
    font-size: 0.85em;
}

.notehistorytab header {
    min-height: 60px;
    background: #fff;
    display: flex;
    padding: 10px;
    align-items: center;
    border: 1px solid lavender;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    border-radius: 4px;
    margin-bottom: 5px;
}
.notehistorytab header img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.notehistorytab header .info {
    flex: 1;
}
.notehistorytab header .info .user {
    font-weight: 400;
}
.notehistorytab header .info .time {
    display: flex;
    margin-top: 3px;
    font-size: 0.75em;
    color: gray;
}


.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    max-width: 1200px;
}

.content-wrap section.content-current {
    display: block;
}



/*****************************/
/* Underline */
/*****************************/

.tabs-style-underline nav {
    /*background: lavender;*/
}

.tabs-style-underline nav a {
    padding: 0.80em 0 0.80em;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.tabs-style-underline nav ul {
    border-bottom: 1px solid lavender;
}


.tabs-style-underline nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #363D9F;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}

.tabs-style-underline nav li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-underline nav a span {
    font-weight: 600;
    font-size: 15px;
}
.userdtltab
{
    overflow-y: auto;
    overflow-x: hidden;
}
.userdtltab .list-group-item
{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -1px;
    border-top:  1px dashed lavender;
    border-bottom:  1px dashed lavender;
    border-right: none;
    border-left: none;

}
.userdtltab ul
{
    margin-bottom: 0px;
}
.profile-user-img {
    margin: 0 auto;
    width: 60px;
    padding: 3px;
    border: none; 
}

.ico-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    margin: 5px;
    border:  1px solid lavender;
}

.ico-info-box .ico-info-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #ebedf2;
    min-height: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ico-info-box .ico-info-box-head .ico-info-box-head-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
}
@media (min-width: 1025px)
.ico-info-box.ico-info-box-fluid .ico-info-box-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ico-info-box .ico-info-box-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
    border-radius: 4px;
}

.info-card .info-card-body:first-child {
    padding-top: 0;
}
.info-card .info-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ebedf2;
}
.info-card .info-card-body .info-card-icon {
    padding-right: 1.25rem;
    font-size: 18px;
    padding-right: 1.25rem;
    font-weight: 700;
}
.info-card .info-card-body .info-card-title.info-card-title-light {
    font-weight: 400;
}
.info-card .info-card-body .info-card-title {
    color: #595d6e;
    font-size: 1.35rem;
    font-weight: 500;
    padding-right: 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.info-card .info-card-body .info-card-icon1 {
    padding-right: 1.25rem;
    font-size: 14px;
    padding-right: 1.25rem;
    font-weight: 700;
}
.activity-note
{
    padding: 10px;
    padding-top: 20px;
}
.activity-history
{
    padding: 10px;
    padding-top: 20px;
}
.chatdivhead .btn
{
    background-color: white;
}
.icon-text    
{
    line-height: 30px;
    position: absolute;
    margin-left: 10px;
}
#tinmsgautocomplete-list > div:first-child
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.label {
    display: inline;
    padding: 0.5em 1.6em 0.5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.mydashboard .box
{
    border-radius: 10px;
    padding: 10px;
}
.mydashboard .btn
{
    border-radius: 5px;
}
.table tr td .progress {
    margin-top: 12px;
}
.typing{
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: lightgrey;
    font-style: italic;
}
.agent-action{
    font-size: 12px;
    color: gray;
    width: auto;
    max-width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}
.endchatdiv
{
    border-radius: 5px;
    background: #ffffff;
    border-top: none;
    width: 100%;
    box-shadow: 0 5px 8px rgba(0,0,0,0.3);
    padding: 12px;
    margin-top: 50px;
}
.sschatdiv
{
    border-radius: 5px;
    background: #ffffff;
    border-top: none;
    width: 100%;
    box-shadow: 0 5px 8px rgba(0,0,0,0.3);
    padding: 12px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.bg-gainsboro
{
    background: gainsboro;
}
.table 
{
    width: 100% !important;
}
.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
    margin: 10px 0 !important;
}
#chatbtntextpre
{
    margin-top: 20px;
}
#agentstatus{
    width: 5em;
    height: 2em;
    line-height: 3;
    border-radius: 0.30em;
    margin-top: 10px;
}
.required-form-offline0{
    display: none;
}
.required-form-offline1{
    display: '';
    color: #dd4b39;
}
.attnGrbImg
{
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 80px;
}
.pop-up-tab
{
    position: fixed;
    bottom: 0px;
    right: 10px;
}
.pop-up-btn
{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.attnImgdn
{
    display: none;   
}
/*ukp end*/

/*#prechatform .custombox-body 
{
    border-right: 0.5px solid silver;
    height: 145px;
}*/

#offlineform .custombox-body 
{
    /*border-right: 0.5px solid silver;*/
    height: 145px;
}

#onlineform .custombox-body 
{
    /*border-right: 0.5px solid silver;*/
    height: 145px;
}

#offlineform #offlineformdesigndiv .custombox-body 
{
    /*border-right: 0.5px solid silver;*/
    height: 400px;
}

.custome-design-chat i
{
    font-size: 20px;
}

.pad-right-30{
    padding-right: 30px;
}
a:hover
{
    cursor: pointer;
}
#popupbtn:hover
{
    cursor: pointer;
}
.products-list>.item {
    padding: 55px;
    /* border-radius: 3px; */
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
    padding: 10px 16px !important;
    background: #fff;
}

.c_grey {
    color: grey !important;
}
.fs-12
{
    font-size: 12px;
}

.cust_dlt_icon{
    font-size: 14px !important;
    color: red !important;
    line-height: 3;
}

.pad-top-15 {
    padding-top: 15px !important;
}
.fileattachicon
{
    margin-left: -50px;
    margin-top: 8px;
    position: absolute;
}

.screensharingicon
{
    margin-left: -25px;
    margin-top: 8px;
    position: absolute;
    cursor: pointer;    
}

.backcolor{
    background-color: whitesmoke;
}

.bs-accordion {
    .panel-heading {
        // remove the padding on the heading so we can increase the click area of the anchor
        padding: 0;
        a {
            // increase the click area of the anchor trigger to match the original .panel-heading
            display: block;
            padding: 10px 15px;

            // spin the chevron!
            &[aria-expanded=true] {
                .glyphicon.glyphicon-chevron-right {
                    transform: rotate(90deg);
                    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
                }
            }
            .glyphicon.glyphicon-chevron-right {
                transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
            }
        }
    }
}

