.md-form label span {
	color: #DC4739;
}

.mdb-main-label span {
	color: #DC4739;
}

.page-item.disabled {
    background: none !important;
}
.tooltipSan {
	margin-left: 10px;
	color: #007bff;
	font-size: 21px;
}
/*Floating Button code*/
.floating_button_outer {
	position: fixed;
	bottom: 20px;
	right: 50px;
	z-index: 10001;
}
.floating_main_button {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	background-image: linear-gradient(45deg, #f22854, #f56b5a);
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	float: right;/*margin-right: 200px;*/
}
.floating_links_outer {
	display: none;
}
.floating_links {
	text-align: left;
	border-radius: 20px;
	display: block;
	min-height: 30px;
	line-height: 30px;
	min-width: 100px;
	margin: 30px 0px;
	/*background: linear-gradient(45deg, #664fdf, #a778e3);*/
	padding: 1px;
	/*color: #664fdf;*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	font-family: poppins_l;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 16px;/*	margin-right: 200px;*/
}
.floating_link_inner span {
	color: #ffffff;
}
.floating_link_inner {
	padding-left: 10px;
	background: #ffffff;
	border-radius: 20px;
	min-height: 30px;
	line-height: 30px;
}
.floating_link_inner i {
	color: #FFFFFF;
}
.floating_btn_img {
	float: right;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: -8px;
	margin-right: -3px;
	margin-left: 5px;
	line-height: 50px;
	text-align: center;
	/* background: linear-gradient(45deg, #664fdf, #a778e3);*/
	position: relative;
}
.floating_btn_img img {
	width: 70%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.floating-btn-bg-1, .floating-btn-bg-1 .floating_links, .floating-btn-bg-1 .floating_btn_img {
	background: linear-gradient(45deg, #664fdf, #a778e3);
	color: #664fdf;
}
.floating-btn-bg-2, .floating-btn-bg-2 .floating_links, .floating-btn-bg-2 .floating_btn_img {
	background: linear-gradient(45deg, #f22354, #f56e58);
	color: #f22354;
}
.floating-btn-bg-3, .floating-btn-bg-3 .floating_links, .floating-btn-bg-3 .floating_btn_img {
	background: linear-gradient(45deg, #6b2e74, #a53a70);
	color: #6b2e74;
}
.floating-btn-bg-4, .floating-btn-bg-4 .floating_links, .floating-btn-bg-4 .floating_btn_img {
	background: linear-gradient(45deg, #00a079, #00bb62);
	color: #00a079;
}
.floating-btn-bg-5, .floating-btn-bg-5 .floating_links, .floating-btn-bg-5 .floating_btn_img {
	background: linear-gradient(45deg, #28a0c3, #65c8de);
	color: #28a0c3;
}
.floating-btn-bg-6, .floating-btn-bg-6 .floating_links, .floating-btn-bg-6 .floating_btn_img {
	background: linear-gradient(45deg, #f57723, #f78738);
	color: #f57723;
}
.floating-btn-bg-6, .floating-btn-bg-6 .floating_links, .floating-btn-bg-6 .floating_btn_img {
	background: linear-gradient(45deg, #3b5feb, #6383ff);
	color: #3b5feb;
}
.select-wrapper .select-dropdown {
	top: 0 !important;
	height: 180px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}
/*Floating Button code END*/

.spNavBar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	max-height: 55px;
}
.logo {
	float: left;
	padding: 5px 15px;
}
.logo img {
	height: 45px;
	background: rgba(0,0,0,0.1);
	border-radius: 50px;
	padding: 5px 15px;
}

.validityMsg{
	display:none;
}


.validity:hover span.validityMsg{
	
	display: block;
	position: absolute;
	padding: 3px;
	top: 47px;
	/* right: 661px;
	width: 150px; */
	z-index: 99;
} 

.validityExpire{
	float: left;
	padding: 0px 15px;
	background: rgb(248, 68, 68);
	border-radius: 50px;
	font-size: 15.5px;
	color:#fff;
	margin-right: 150px;
}
.validityExpire a.vmsg:hover {
	background: rgb(248, 68, 68);
}

.validityExpire:hover span.validityMsg{
	display: block;
    position: absolute;
	padding: 3px;
    top: 85%;
    right: 39%;
    width: 21%;
	z-index:99;
}

.dialmsgError{
	/* float: left;
	padding: 0px 150px; */
	font-size: 15.5px;
	color:#ff4444;
	margin-right: 150px;
}

.dialmsgSuccess{
	/* float: left;
	padding: 0px 150px; */
	font-size: 15.5px;
	color:#00C851;
	margin-right: 150px;
}


ul.spNav {
	display: block;
	float: right;
	margin: 0;
	padding: 10px 0px;
	margin-right:-3%;
}
ul.spNav li {
	display: block;
	float: left;
}
ul.spNav li a {
	display: block;
	padding: 0;
	font-size: 15.5px;
	color: #fff;
	line-height: 35px;
	padding: 0 12px;
	font-size: 14px;
}

ul.spNav li a:hover {
	background: rgba(0,0,0,0.2);
	border-radius:50px;
}
ul.spNav li a img {
	height: 18px;
}
ul.spNav li a img.dropdownArrow {
	height: 7px;
	margin-left: 5px;
}
ul.spNav li a.dropdown-item {
	color: #262626;
}
ul.spNav li a.dropdown-item img {
    margin-right: 8px;
}
.modal-open .modal {
	overflow-y: hidden;
}
.tooltip{
	z-index:99999;
}

.profiles:hover{
	display: block;
}

#walletprocess > div{
	display:none;
  }
  .paymentstatus {
	display: block;
	text-align:center;
	padding:25px 0;
  }
  #walletprocess > div img{
	height:100px;
  }
  #walletprocess > div p{
	margin:15px 0 0;
	font-size:14px;
  }
  #walletprocess > div small{
	font-size:10px;
	color:#888;
  }

  .report tbody tr td{
	font-size: .8rem;
  }

  .report thead tr th{
	font-size: .8rem;
  }
  .modal-content{
	border-radius: 10px !important;
}


.unique-color {
	/* background-color: #3f729b !important; */
	background: linear-gradient(40deg,#45cafc,#303f9f)!important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;

}

.modal-info-color {
	background-color: #0099CC !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;

}

.btn-san-sm{
	width: 110px;
}

tr.hide-table-padding td {
	padding: 0;
  }
  
.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
position: absolute;
left:.75rem;
top: 50%;
transform: translate(0, -50%);
content: '-';
}
.accordion-toggle.collapsed .expand-button:after
{
content: '+';
}

.expand-sm{
padding: 0.0rem .5rem;
font-size: .64rem;
}

.expand-button{
	margin: 0rem !important;
}

.cdr-collapse {
	background: rgb(41, 182, 246) none repeat scroll 0% 0% !important;
	color: rgb(255, 255, 255);
	font-weight: 400;
	border: 1px solid #ccc;
	margin: 8px;
	border-radius: 14px;
	box-shadow: ;
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100vh;
	/* height: calc(100vh - 100px); */
	margin: 0;
}

.btn.btn-cdr-home {
	padding: .1rem .3rem !important;
	font-size: .64rem !important;
}

.btn-home-cdr{
	padding: .2rem 1rem !important;
	font-size: .40rem !important;
	/* padding: 1px 12px !important;
	font-size: 12px !important; */
	margin-right: 1px !important;
}

.id-card{
	float:left;padding-right: 5px;
}
.id-card a{
	color: #3b5998 !important;
}

.id-card a i{
	font-size: 15px !important;
}
.btn-excle{
	font-size: 1rem !important;
	padding: .1rem 1.3rem !important;
}

.td-btn{
	padding-top: 0.2rem;
}
.cdr-home-btn{
	padding: 0.2rem 1rem !important;
    font-size: .55rem !important;
    margin-right: 1px;
}
.fixed-action-btn-follow{
	top: 95px;
    left: 0px !important;
    position: fixed;
    z-index: 998;
    margin-bottom: 0;
    padding-top: 15px;
}

.phone{
	position: fixed;
    right: 34px!important;
    margin: 0 !important;
    height: 440px !important;
    /* border: 1px solid; */
    width: 250px;
    background-color: #ffffff;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	border-radius: 5px;
}

.phone.main{
	width: 100%;
  	height: 100%; 
  }

.phone-open{
	 bottom: 42px !important;
	 z-index: 999;
}

.phone-close{
	bottom: -440px !important;
}
.phone-header{
    padding: 5px;
    border-bottom: 2px solid #3873c2;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.phone-title{
	left: 0px;
    margin-left: 5px;
	color: #3873c2;
}

.phone-min{
	right: 0px;
    position: absolute;
    margin-right: 5px;
}
.phn-btn{
	color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.4rem 0.4rem;
    font-size: .54rem;
}

.phn-btn-outline {
    border: 1px solid #3873c2!important;
    background-color: transparent!important;
    color: #3873c2!important;
}

.phn-btn-sm{
	padding-top: 0.18rem;
    padding-bottom: 0.18rem;
}



.san-phone_header {
	height: 52px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 5px;
	height: 95px;
}  

.cust-input {
	border: none;
	color: rgba(0, 0, 0, 0.7);
	font-size: 19px;
	font-weight: 550;
	width: 205px;
	padding-left: 10px;
	padding-right: 30px;
	margin-top: 5px;
	background: transparent;
  }
  .cust-input:focus-visible {
	outline: none !important;
  }

  .cross_icon {
	/* position: absolute;
	float: right;
	right: 5px; */
	height: 15px;
	/* top: 50px; */
  }

  .ring-btns{
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);
	padding-bottom: 5px;
  }
  
/* .ring-btns a {
	margin: 0px 12px;
  }  */
  
  .ring-btns a img {
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	display: block;
	cursor: pointer;
  }

  .func_btn_opc{
	opacity: 0.5;
  }
  .img-focus{
	border-radius: 25px;
  }
  
  .img-focus:hover,.img-focus:active{
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  
  }
  
  .btn-disable{
	  cursor: not-allowed;
	  pointer-events: none;
  }  

  .san-phone_body {
	height: 249px;
	padding: 5px;
  }

  #san_phone_keypad {
	padding-right: 5px;
	padding-left: 5px;
  }

  #san_phone_keypad ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  #san_phone_keypad ul > li {
	/* padding: 8px 14px; */
	text-align: center;
	display: inline-block;
  }
  
  /* First 9 items */
  #san_phone_keypad ul > li:nth-child(-n + 9)  {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  /* Every 3rd item, starting from the 2nd item */
  #san_phone_keypad ul > li:nth-child(3n + 2) {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);  
  }

  button.keyword-input {
	width: 57px;
	height: 20px;
	border: none;
	background: none;
	font-size: 27px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 0px;
	padding: 22px 44px 22px 32px;
	touch-action: manipulation;

  }

  /* button.keyword-input:hover, */
  button.keyword-input:focus-within 
  {
	color:#fff;
	outline: none;
	background: #3873c2;
	/* transform: translateY(-1px); */
  }


  .san-row{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profiles img {
	height: 42px;
  }

.san-incoming{
	width: 250px;
}  

.san-phone_ringing {
	background-image: linear-gradient(45deg, #feffff 0%,#d2ebf9 100%);
	height: 295px;
	position: relative;
  }

.ringing-minutes p {
	color: #212529;
	font-size: 13px;
	position: inherit;
	text-align: center !important;
	padding-top: 5px !important;
	/* margin-left: 27px; */
  }

.ringing-number p {
	color: #212529 !important;
	font-size: 12px;
	margin-bottom: 1px;
  }
  
  .ringing-number h6 {
	color: #212529 !important;
	font-size: 15px;
  }

.san-decline_btn {
	background: red;
	height: 45px;
	width: 45px;
	border-radius: 50px;
  }
  
  .san-decline_btn img {
	height: 30px;
	position: relative;
	left: 8px;
	top: 9px;
  }
  
  .san-accept-btn {
	background: green;
	height: 45px;
	width: 45px;
	border-radius: 50px;
	margin-right: 35px;
	/* animation: bounce 0.5s;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
	animation-iteration-count: infinite; */
  }
  
  .san-accept-btn img {
	height: 30px;
	position: relative;
	left: 8px;
	top: 7px;
  }
  
  .decline_bounce {
	/* animation: bounce 0.5s;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
	animation-iteration-count: infinite; */
  }

  #alertBx{
	text-align: center; 
	font-size: 14px;
	display: none;
	border: 1px solid transparent;
	border-radius: 4px;
	/* margin-top: 10px; */
	padding: 5px 35px 5px 10px;
	z-index: 999;
    position: fixed;
    width: 241px;
  }

  
  #alertBx.success {
	  display: block;
	  background-color: #dff0d8;
	  border-color: #d6e9c6;
	  color: #3c763d;
  }
  
  #alertBx.danger {
	  display: block;
	  background-color: #f2dede;
	  border-color: #ebccd1;
	  color: #a94442;
  }
  
  #alertBx.transfer {
	  display: block;
	  background-color: #e2e3e5;
	  border-color: #d6d8db;;
	  color: #383D3B;
  }

  .ring-btns span {
	margin: 0px 7px;
  }
  
  .ring-btns a img {
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	display: block;
	cursor: pointer;
  }

  .mr--2{
	margin-right: -0.2rem !important;
  }

.table-responsive {
  max-height: 500px;      /* adjust height as needed */
  overflow-y: auto;
}

.table thead th {
  position: sticky;
  top: 0;
  background: #fff;      /* important: avoid transparency */
  z-index: 10;
  border-bottom: 2px solid #dee2e6;
}

  

.picker__box .picker__header .picker__date-display {
    /* background-color: #3f729b !important; */
	background: linear-gradient(40deg,#45cafc,#303f9f)!important;
}
/* .picker__box .picker__table .picker--focused, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover {
    background-color: #3f729b !important;
} */
  /* @media only screen and (min-width: 757px){
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
  } */


  @media only screen and (min-width: 757px) and (max-width: 1244px){

  }
  @media only screen and (min-width: 1244px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
  }
  
 




/* .btn-home-cdr i{
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
} */


/* .btn-contact{
	color: #3b5998  !important;;
} */


/* .modal-content {
	position: fixed !important;
} */