@charset "utf-8";

/* CSS Document */
html,
body {
    height: 100%;
}

body {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background: #f5f5f5;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    animation: mainmenufadein 2s;
    -moz-animation: mainmenufadein 2s;
    -webkit-animation: mainmenufadein 2s;
    -o-animation: fadein 2s;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
}

#main {
    padding-bottom: 70px;
}

#header {
    width: 100%;
    background: #333333;
    -webkit-box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.75);
}

.topNav {
    margin-top: 3px;
}

.topNav ul li {
    padding: 0 20px;
}

.custNavbar a {
    position: relative;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 20px 15px;
    color: #7c7c7c !important;
}

.custNavbar a:hover,
.custNavbar a.active {
    color: #fff !important
}

.custNavbar a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    left: 0;
}

.custNavbar a:hover:before,
.custNavbar a[aria-expanded="true"]:before,
.custNavbar a.active:before {
    color: #fff;
    width: 100%;
    background: #e7792b;
}

.notificationIcon {
    margin-right: 20px;
}
#form-login{
width: 100%;
}
.notificationIcon a {
    display: inline-block;
    background: #e7792b;
    padding: 5px 10px;
    border-radius: 26px;
    color: #fff;
}

.myaccount>a {
    color: #fff;
    margin-top: 5px;
    display: inline-block
}

.myaccount>a:hover {
    text-decoration: none;
}

.dashboardBlock {
    margin: 20px 0;
    padding: 25px 30px 30px 30px;
    -webkit-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    -moz-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    min-height: 120px;
}
.dashboardBlock h3{
font-weight: 600;
    font-size: 26px;
}

.dashboardBlock small{
	font-size: 14px!important;
}

.rightArrow[aria-expanded="true"]:before,
.rightArrow[aria-expanded="false"]:before {
    position: absolute;
    right: 18px;
    content: '\f106';
    font-family: fontAwesome;
    font-size: 22px;
    top: 7px;
}

.rightArrow[aria-expanded="false"]:before {
    content: '\f107';
}

.footer {
    position: fixed;
    background:transparent;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index:10;
}

.copyTxt {
    color: #4e4e4e;
    font-size: 14px;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #f5f5f5;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 0px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: -7px 0px 11px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -7px 0px 11px 0px rgba(0, 0, 0, 0.14);
    box-shadow: -7px 0px 11px 0px rgba(0, 0, 0, 0.14);
}

.rightMenuBar {
    padding: 15px;
}

.rightMenuBar h4 .closebtn {
    color: #000;
}

.rightMenuBar h4 .closebtn:hover {
    text-decoration: none;
}

.name,
.phone {
    font-size: 13px;
    color: #646464;
    padding: 3px 0
}

.blockDisabled p,
.blockDisabled span,
.blockDisabled span.text-muted {
    color: #cfcfcf !Important;
}

.blockDisabled span img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}



.colHeading {
    font-size: 14px;
    font-weight: bold
}

.colBlock small {
    font-size: 14px;
}

.myaccountIcon {
    display: none;
}

@media only screen and (max-width: 992px) {
    #dropdownMenuButton {
        display: inline-block;
        background: #e7792b;
        padding: 5px 7px;
        border-radius: 26px;
        font-size: 14px;
        margin-top: 0;
        color: #fff;
        margin-right: 5px;
    }

    #dropdownMenuButton:after {
        display: none;
    }

    .footer {
        position: relative
    }

    .colBlock {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f3f3f3;
    }

    .navbar-brand {
        width: 60%;
        margin-right: 0;
    }

    .myaccountIcon {
        display: block;
    }

    .myacocuntTxt {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        padding: 2px 5px;
        font-size: 14px;
    }

    .notificationIcon {
        margin-right: 5px;
    }

    .notificationIcon a {
        padding: 1px 5px;
        font-size: 14px;
    }
}

.innerFooter {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

/*Css by Sandeep Gupta*/
.form-control {
    display: block;
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11)
}

.optional {
    color: #a3a3a3!important;
}

.light-grey-bg {
    background-color: #f5f5f5;
}

.submit-btn {
    background-color: #e7792b;
    padding: 4px 23px;
    font-size: 17px;
    font-weight: 600;
    border-color: #e8701a;
}
.submit-btn-dark {
  
    padding: 4px 23px;
    font-size: 17px;
    font-weight: 600;
 
}
.submit-btn-cstm {
    
    padding: 4px 23px;
    font-size: 17px;
    font-weight: 600;
    
}


.search-icon .fa-search {
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 15px;
}

.dropdown-content:after,
.dropdown-content:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-content:before {
    border-color: rgba(217, 217, 217, 0);
    border-bottom-color: #d9d9d9;
    border-width: 11px;
    margin-left: -11px;
}

.dropdown-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 150px;
    box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
    right: -40px;
    top: 56px;
    transition: 1.3s;
}

.dropdown-content a {
    color: #a3a3a3;
    padding: 8px 9px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ced4da;
}

.dropdown img {
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
    cursor: pointer;
}

.top-arrow .fa-angle-up {
    font-size: 20px;
}

.ful-heading {
    font-size: 16px;
}

.custm-success-border {
    border: 2px solid #a7d077;
}

.custm-danger-border {
    border: 2px solid #f36855;
}

/* top navbar */
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link:before {
    content: "";
    border-bottom: 4px solid #e7792b;
}

.navbar-dark .navbar-nav .nav-link {
    color: #7e7e7e;
}

/* top navbar */
.member-login {
    font-size: 28px;
    margin-top: 70px;
    padding-bottom: 30px;
}

.login-fc {
    display: block;
    width: 100%;
    padding: 13px 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dcdcdc;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}

#leftbanner label {
    font-weight: bold;
    font-size: 18px;
}

.success-icon {
    color: #62b409!important;
}

.pending-icon {
    color: #dfdfdf;
}

.btn-primary {
    color: #fff;
    background-color: #4695ea;
    border-color: #4695ea;
}

.custm-btn-primary {
    padding: 7px 27px;
    border-radius: 2px;
}

.sd ul li {
    padding: 0 18px;
}

.rightArrow-2[aria-expanded="true"]:after,
.rightArrow-2[aria-expanded="false"]:after {
    position: absolute;
    right: 18px;
    content: '\f106';
    font-family: fontAwesome;
    font-size: 22px;
    top: 20px;
    left: 64% !important;
    color: #6c757d;
}

.rightArrow-2[aria-expanded="false"]:after {
    content: '\f107';
}

.sdaccordion .card {
    background-color: unset;
}

.sdaccordion .card-header {
    background-color: unset;
}

 select{
	height:33px!important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e7792b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231, 121, 43, 0.26);
}
.top-box-shadow{
	box-shadow: 1px -3px 5px -1px #0000002e;
}
@media (max-width: 768px) {
	.m-mt-2{margin-top:20px;}
.invite-brand-logo .col-md-1 {
    padding: 9px 8px!important;
    border: 1px solid #979797;
    margin: 4px 4px!important;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.brand-intersted-logo .col-md-1 {
    padding: 9px 8px!important;
    border: 1px solid #979797;
    margin: 4px 4px!important;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.brand-intersted-logo .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 30.333333%!important;
}

	.invite-brand-logo .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 30.333333%!important;
}
	.excel{
		float: none!important;
	}
	.p-b-mobile{
		    padding-bottom: 100px;
	}
    .sm-center{
        text-align: center;
    }
    .d-block-sm {
        display: block !important;
    }

    .rightArrow-2[aria-expanded="true"]:after,
    .rightArrow-2[aria-expanded="false"]:after {
        position: absolute;
        content: '\f106';
        font-family: fontAwesome;
        font-size: 22px;
        top: 20px;
        left: 90% !important;
        color: #6c757d;
    }

    .red-squre {
        display: none;
    }

    /* Login page */
    .flaot-none {
        float: none !important;
    }

    .sm-center {
        text-align: center;
    }

    .sm-ml-0 {
        margin-left: 0px !important;
    }

    .franchise-title {
        margin-top: 20px !important;
    }

    .login-container {
        min-height: 600px !important;
    }

    .member-login {
        font-size: 28px;
        margin-top: 30px !important;
        padding-bottom: 30px;
    }

    /* Login page */
}

/* Navbar Over Effects */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
 overflow: unset;
    z-index: 10;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #e7792b;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.nav-link {
    display: block;
    padding: 15px 5rem;
}

/* Navbar Over Effects */
.red-squre {
    position: absolute;
    right: 0px;
    z-index: 2;
    height: 678px;
}

.custm-bg-grey {
    background-color: #efefef;
}

.franchise-title {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    padding: 10px;
}

.login-container {
    min-height: 678px;
}

.small,
small {
    font-size: 72%;
    font-weight: 400;
}
.text-orange {color:#e7792b}
#multiple-select{
    width: 100%;
    min-height: 102px;
    overflow-y: initial;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);

}
#multiple-select option{ padding: 3px 11px;}

.rightMenuBar span img{width: 25px;}
.red-text{
	color:#e6282e;
}
.lightgreen-text{
	color:#62b409;
}
.brand-intersted-logo .col-md-1 {
	padding: 13px 13px;
    border: 1px solid #979797;
    margin:4px 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
	background-color:#d8d8d8;
}
.invite-brand-logo .col-md-1 {
    padding: 13px 13px;
    border: 1px solid #979797;
    margin:4px 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.invite-brand-logo .col-md-1 .fa-check-circle {
    color: #8bc34a;
    position: absolute;
    top: 3px;
    right: 9px;
    font-size: 14px;
}

.assign-team ul li{list-style:none;}
.send-paymet-link{
    border: 1px solid;
    padding: 1px 4px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: bold;}
.red-btn{
	background-color:#f22406!important;
	border-color:#f22406!important;}
.view-edit i {    font-size: 20px;
    margin-top: 7px;}
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 22px;
      margin-top: 5px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d3d3d3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:#2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 60%;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;margin-left: -12px;color:#000;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}
  
  .brand-details .dashboardBlock {
	  height: 180px!important;
  }
.brand-details .dashboardBlock h3 {
    font-weight: 600;
    font-size: 20px;
	color:#000;
}
.brand-details .dashboardBlock a{
	color:#000;
}
.brand-details .dashboardBlock a:hover{
	text-decoration:none;
}
.lead-search {
	background-color: #e7792b;
    padding: 4px 21px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.admin-manage-user nav .nav-tabs .nav-link {
    border: 0px solid #00000014!important;
    border-radius:25px;
   
}
.admin-manage-user nav.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    background-color: #e7792b!important;
    border-color: #dee2e6 #dee2e6 #fff!important;
 
}
.admin-manage-user nav .nav-tabs .nav-item {
    margin-bottom: -1px;
    background-color: #fff;
    margin-right: 5px;
    color: #000;
	position: relative;
}
.admin-manage-user nav .nav-link {
    display: block;
  padding: 10px 22px!important;
}
 
.admin-manage-user nav .tab-icon-bg{
	background-color: #e7792b!important;
    color: #fff!important;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 16px;
    padding-top: 5px;}
	
.admin-manage-user nav.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link .active, .tab-icon-bg {
    color: #e7792b;
    width: 29px!important;
    height: 29px!important;
    text-align: center!important;
    border-radius: 16px!important;
    padding-top: 5px;
    background-color: #fff;
}
/* .tab-p-bg-w {
	padding: 20px!important;
	 
	} */
	.nav-tabs {
    border-bottom: 0px solid #dee2e6!important;
}

.btn-outline-primary {
    color: #e7792b;
    background-color: transparent;
    background-image: none;
    border-color: #e7792b;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #777e86;
}
.sourceofleads .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}
.sourceofleads th {
    background-color: #f9f9f9!important;
}
.sourceofleads .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center;
}
.border-bottom-2 {
    border-bottom: 2px solid #616161!important;
}

.admin-manage-user nav .nav-tabs .nav-item.active:after,.admin-manage-user nav .nav-tabs .nav-item.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

 

.admin-manage-user nav .nav-tabs .nav-item.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color:#e7792b!important;
	border-width: 12px;
    margin-left: -62px;
}
 
 
.super-admin-db .nav-link {
    display: block;
    padding: 13px 20px!important;
}
.super-admin-db .tab-shadow {
	-webkit-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    -moz-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
	background-color:#fff;
	min-height:420px;
}
.super-admin-db .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid #dbd7d7;
	color: #6b6969;
 
}
.super-admin-db .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #e7792b;
    background-color: #ffffff;
    border-left: 4px solid;
}
.super-admin-db .dashboardBlock {
    margin: 0 0;
    padding: 21px 15px 13px 15px;
    -webkit-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    -moz-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    min-height: 100px;
}

.super-admin-db .tab-content .col-md-4 .dashboardBlock:hover {
    -webkit-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    -moz-box-shadow: 0px 2px 24px 0px rgba(236, 236, 236, 0.45);
    box-shadow: 0px 2px 24px 0px rgba(146, 144, 144, 0.55);
	 transition: 0.7s;
}
.dropdown-menu {
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
     border-radius:0px;  
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e7792b;
 
}
/* .arrow_box .active {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_box .active.show:after, .arrow_box.active.show:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.active .arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}
.active .arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 36px;
} */

.ds-login-btn:before{
      font-family: FontAwesome;
      content: "\f061";
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
  }

  .dtpicker-overlay{
    background: rgba(0, 0, 0, 0.59)!important;}
	
	.dtpicker-header .dtpicker-value {
    padding: 0.8em 0.2em 0.2em 0.2em;
    color: #e7792b!important;
    text-align: center;
    font-size: 1.4em;
}
.dtpicker-header .dtpicker-title {
    color: #212529!important;
    text-align: center;
    font-size: 1.5em!important;
    font-weight: 500;
}
.dtpicker-components .dtpicker-comp > * {
    display: block;
    height: 30px;
    color: #3a3939!important;
    text-align: center;
    line-height: 30px;
}
.dtpicker-header .dtpicker-close {
    position: absolute;
    top: -0.9em!important;
    right: 0.1em!important;
    padding: 0.5em 0.5em 1em 1em;
    color: #FF3B30;
    font-size: 2.5em!important;
    cursor: pointer;
}
.dtpicker-buttonCont .dtpicker-button {
    display: block;
    padding: 0.6em 0;
    width: 47%;
    background: #e7792b!important;
    color: #FFFFFF!important;
    text-align: center;
    font-size: 1.5em;
    cursor: pointer;
}

/* Notifications */

.notification {
    display: inline-block;
    position: relative;
    padding: 4px 0px;
    
    border-radius: 0.2em;
    font-size: 1.3em;
     
}

.notification::before, 
.notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #3498db;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.notification.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.notification.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*Sandy Starts Here*/
table.dataTable thead th {
	font-weight: normal;
text-align: left;
font-size: 11px;
text-transform: uppercase;
opacity: 0.7;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #FFFFFF !important;
    border: 0px solid #979797 !important;
    background-color: #e7792b !important;
	background:#e7792b !important;
}
.paginate_button.current:hover{
	cursor:none !important;
	color: #FFF !important;
	 border: 0px solid #979797 !important;
	background:#e7792b !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding:0.1em 0.5em !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{font-style: italic; opacity: 0.4;}
/*Sandy Ends Here*/
/* Vishal Start Here */
.div_border{
    border: 1px solid; 
    position: relative; 
    margin: 4px; 
    color: #ced4da;
}
.close_button{
    position: absolute; 
    right: -15px; 
    top: -5px; 
    color: red;
}
.sublabel{
    font-size: 14px;
}
/* Vishal End Here */
.conversation-history{border: 1px solid #eeeeee;background-color: #f7f7f7;padding: 8px 18px;color:#000;border-radius: 2px;max-height: 650px; overflow-y: auto;}
.convs-hsty-head {font-size:16px; color:#000; margin:10px 0px;}
.conversation-history p{ font-size:14px;}
.light-grey-text{color: #4d4d4d;}
.light-red{color:#ef4022;}
.btn-group{
    width:100%!important;
    }
    .btn-group .btn-default{
        display: block;
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
    }
    .dropdown-menu .inner{
        max-height:200px!important;
        overflow-y:scroll;
    }
