.rating-stars ul > li.star.selected > i.fa {
    color: #FDDA0D !important;
}
.acc-body {
	display: none;
}
.universe-selectize.selectize-control .selectize-input input {
    width: 100% !important;
    opacity: 1 !important;
    left: 0px !important;
    position: absolute !important;
	height: 30px !important;
}
.xclose-danger-circle{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	padding: 7px;
	float: right;
	margin-top: -12px;
	position: relative;
	left: -5px;
}
.text-capitalize {
  text-transform: lowercase !important;
}
.text-capitalize:first-letter {
  text-transform: capitalize !important;
}
.select2-search__field{
	width: 100% !important;
}
.crc-chevron {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 1rem;
	max-width: 10%;
}
.animate-fa-chevron-down {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: -webkit-transform .3s ease-in;
	-o-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	transition: transform .3s ease-in, -webkit-transform .3s ease-in;
	float: right;
	cursor: pointer;
}
.acc-head {
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-line-pack: center;
	align-content: center;
	cursor: pointer;
}
/* uiKit */
*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 0px !important;
}
.swal2-html-container{
	font-size: 0.9em !important;
}
.cci-round-camera{
	width: 25px;
    height: 25px;
    border-radius: 50%;
	padding: 7px;
	float: right;
	margin-top: -20px;
	position: relative;
}
textarea.form-control{height: auto !important}

::placeholder { /* Most modern browsers support this now. */
   color: var(--fds-gray-30) !important;
   font-weight: 400!important;
}
.form-control { /* overide form input theme  */
	font-family: 'Noto Sans Khmer' !important;
    line-height: 28px !important;
    height: 43px !important;
    font-size: 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
	font-weight: 500!important;
}

.bg-primary-gradiant-active { /*height symptom*/
	background: linear-gradient(135deg, #2990e2, #2990e2) !important;
}
/*overide sweet alert */
.swal2-title {
	font-size: 1.0em !important;
    /* font-size: 1.5em !important; */
}
.swal2-content {
    padding: 0 1.6em !important;
}
.swal2-styled {
	/* padding: 0 1.1em !important; */
	padding: 0.3em 1.1em !important;
}
/* end  */

/* .modal-popup-body, .chat-wrapper, .chat-left {
	height: calc(100vh - 70px) !important;
} */
.bg-main {
	background-color: rgba(0, 0, 0, 0.08) !important;
}
/* --- Color header table --- */
.table {
	color: #495057 !important;
}
.text-lowercase{
	text-transform: lowercase !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	color: #495057 !important;
}
.fw-normal .form-group .checkbox label{
    display: flex;
    align-items: center;
}

.fw-normal .form-group .checkbox label input[type="checkbox"]{
    margin-top: 0;
}
.btn-cxs{
	width: 60px;
	height: 35px;
}
.has-error{
	color: #a94442 !important;
}
.admin-dot{
	left: 11%;
    top: 20% !important;
}
.min-w-409{
	min-width: 409px !important;
}

.see_all{
	position: fixed;
    text-align: center !important;
    bottom: -17px;
    left: 0;
}
.navleft-active{
	border-left: 2px solid;
	color: blue;
}
.active-tab, .btn-tab:hover {
	background-color: rgb(18, 109, 176) !important;
	color: white !important;
}
.button-tab {
	border: none !important;
	outline: none !important;
}

.scroll-bar-content{
    overflow-x: scroll;
}

.scroll-bar-content::-webkit-scrollbar{
    display: none;
}

.nav-tabs li a.active {
    border-bottom: 2px #0f6fb4 solid !important;
    color: #186aab !important;
}
.bg-primary-gradiant-active {
    background: linear-gradient(135deg, #2990e2, #2990e2) !important;
}
*,
::after,
::before {
	box-sizing: border-box;
}
.help-block {
	font-size: 12px !important;
}
.h-176px {
	height: 118px !important;
}
.h-60vh{
	height: 60vh;
}
.of-y {
	overflow-y: scroll !important;
}

.list-test-result {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.list-test-result li {
	float: left;
	margin: 0 10px;
}
.swal2-title {
	font-size: 1.20em;
}
.swal2-styled{
	padding: 0.1em 1.1em;
}

:focus-visible {
	outline: 1px solid blue;
}
.uk-button {
	text-transform: none;
}
.border {
	border-width: 1px !important;
	box-shadow: none !important
}

/* -------------------------------- 
    xpopup 
-------------------------------- */
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	/* background-color: rgba(94, 110, 141, 0.9); */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 999
}

.cd-popup{
	left: 1845px !important;
}

.cd-popup.is-visible {
	left: 0 !important;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: .25em .25em .4em .4em;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

	-webkit-transform: translatex(400px);
	-moz-transform: translatex(400px);
	-ms-transform: translatex(400px);
	-o-transform: translatex(400px);
	transform: translatex(400px);

	/* -webkit-transform: translatex(-400px);
      -moz-transform: translatex(-400px);
      -ms-transform: translatex(-400px);
      -o-transform: translatex(-400px);
      transform: translatex(-400px); */
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.cd-popup-container p {
	padding: 0px;
	margin: 0px;
}

.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
	/* content: ''; */
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #8f9cb5;
	z-index: 9999;
}

.cd-popup-container .cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}

.cd-popup-container .cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}

.is-visible .cd-popup-container {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.card .card-body .badge {
	width: 29px !important;
	padding: 0.5em 0.5em;
}

.card .card-body .badge-auto {
	padding: 0.5em 0.5em;
	color: #337ab7;
    background-color: #fff;
	border-radius: 0.25rem;
	font-size: 0.75em;
}

.opacity-5 {
	opacity: 0.5 !important;
}
.bg5-secondary {
	background-color: #7c7e80 !important;
}

.bg-secondary {
	background-color: #673BB7 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

.p-2-1 {
	padding: 2px 1.5px !important;
}

.p-5-1 {
	padding: 5px 1.5px !important;
}

.p-10 {
	padding: 10px 10px !important;
}

.lh-31 {
	line-height: 31px !important;
}

.m-l {
	margin-left: 0.5rem !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.p-1-2 {
	padding: 1.2rem 2.5rem !important;
}

.patient {
	width: 40px;
	height: 31px !important;
	line-height: 31px !important;
	padding: 0 !important;
}

.pull-right .pager li button[type="button"] {
	padding: 0.7rem 1.5rem !important;
}

.p-0-7 {
	padding: 0.7rem !important;
}

.popover.bottom {
	display: none !important;
}

.bg-info {
	background-color: #31b0d5 !important;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #ffffff !important;
	opacity: 1;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
	/* padding-top: 4px; */
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 14px;
	border: 2px #eee solid !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 2px #eee solid !important;
	outline: 0;
}

.num-noti:after {
	width: 10px;
	height: 10px;
	background-color: #10d876;
	position: absolute;
	bottom: 19px;
	right: 7px;
	display: inline-block;
	z-index: 2;
	content: "";
	border-radius: 5px;
}

.telehealth-close-icon {
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: red;
	border-radius: 100%;
	background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
	background-color: red;
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 50%);
	transition: all 0.3s ease;
	margin-right: -34px !important;
	margin-top: -47px;
}

.map-container {
	width: 100%;
	height: 500px;
}

.map-container .current-icon {
	position: absolute;
	right: 15px;
	bottom: 200px;
	z-index: 5;
	background-color: #fff;
	border: 1px solid #f00;
	font-size: 24px;
	width: 31px;
	height: 31px;
	text-align: center;
	border-radius: 50%;
	color: red;
	cursor: pointer;
}

.map-container #remove-location-icon {
	position: absolute;
	top: 43%;
	right: 20px;
	z-index: 5;
	background-color: #fff;
	border: 1px solid #f00;
	font-size: 24px;
	width: 31px;
	height: 31px;
	text-align: center;
	border-radius: 50%;
	color: red;
	cursor: pointer;
	line-height: 0.1;
}

.box-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.map-container #current-location-icon {
	position: absolute;
	top: 51%;
	right: 20px;
	z-index: 5;
	background-color: #fff;
	border: 1px solid #f00;
	font-size: 23px;
	width: 31px;
	height: 31px;
	text-align: center;
	border-radius: 50%;
	color: red;
	cursor: pointer;
}

.timepicker-ui-header,
.timepicker-ui-header.mobile {
	padding-bottom: 20px !important;
}

.fc-left h2 {
	font-size: 16pxs !important;
}

.app-footer a {
	font-size: 11px !important;
}
input.rowadio-lg {
	transform: scale(2);
	margin-top: 6px;
}
input.radio-lg {
	transform: scale(2);
	margin-top: 6px;
}

.btn-delete {
	width: 25px;
	margin-top: 1px;
}

/* table.table-bordered.dataTable {
	border-right-width: 0;
	font-size: 14px;
	font-weight: 500;
} */

.bg-default-gradiant {
	background: linear-gradient(135deg, #ccc, #ccc) !important;
}

.bg-primary-gradiant-active {
	background: linear-gradient(135deg, #345dad, #1e74fd) !important;
}

.td-ht-30 {
	height: 38px !important;
	font-size: 14px;
	font-weight: 600;
}

.td-pd-2 {
	/* padding: 2px; */
	padding: 3px;
}

.wForm {
	padding-bottom: 8px;
}

.w-25 {
	width: 25% !important;
}

legend {
	display: block;
	width: auto !important;
	padding: 0;
	margin-bottom: 15px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	/* border-bottom: 1px solid #e5e5e5; */
}

.wForm fieldset {
	min-width: 0;
	border-width: unset;
	border-style: solid;
	padding: 10px;
	/* margin-left: 6px;
  margin-right: 6px; */
}

.slick-prev {
	width: 40px;
	border: none;
	margin-right: 2px;
}

.slick-next {
	width: 40px;
	border: none;
}

.slick-prev::before {
	font-family: FontAwesome;
	content: "\f0d9";
	font-size: 15px;
}

.slick-next::before {
	font-family: FontAwesome;
	content: "\f0da";
	font-size: 15px;
}

.wForm fieldset legend {
	padding: 0 8px;
	font-size: 14px;
	font-weight: 600;
}

legend {
	background-color: #fff;
	font-size: 1rem;
	padding: 0.25em 0.5em;
}

div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
	float: right;
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 14px !important;
}

.dataTables_info {
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 14px !important;
}

.dataTables_length {
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 14px !important;
}

.dataTables_filter {
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	font-size: 14px !important;
}

select.input-sm {
	height: 41px;
	line-height: 30px;
}

.ps-5 {
	padding-left: 4rem !important;
}

.lh-32 {
	line-height: 37px !important;
}

.nav-header .header-search .form-group.icon-input i {
	top: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 5px;
	right: 7px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-top: 5px;
}

.online-dc {
	background-color: orange;
	padding: 0px 5px;
	border-radius: 4px;
}

.app-footer-custom a i {
	top: 18px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.app-text-custom {
	margin-top: 10px;
}

.box-icon {
	box-shadow: 0px 0px 5px 0px #888;
}
.footer-fixed-remove{
	position:initial !important
}
.box-icon h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bg-primary-gradiant {
	background: linear-gradient(135deg, #166aac, #166aac) !important;
}

.scroll-bar-overwrite {
	overflow-x: hidden !important;
}

/* Menu bar phone */
.overflow-unset {
    overflow: unset !important;
}
@media only screen and (min-width: 300px) and (max-width: 550px) { 
	.pe-4 {
		padding-right: 0px !important;
	}
	.ptxs-6 {
		padding-top: 0px !important;
	}
	.pe-0 {
		padding-right: 14px !important;
	}
} 
/*sidebar*/
@media (max-width: 767.98px) {
	.navigate-back {
		width: 100% !important;
		left: -500px;
		background: radial-gradient(black, transparent) !important;
		height: 100vh;
	}
	.navigate-action {
		width: 73% !important;
		margin: 0 !important;
		background-color: #ffffff !important;
		height: 100vh;
	}
}

/*end*/
/*notifications app*/

.payment-admin {
	color: #1EAEDD !important;
	padding-left: 0 !important;
	margin-left: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.padding {
	font-size: 20px;
	margin-right: 5px;
	color: #59e56a;
}

/*end*/

/*payment type doctor*/
.btn-round-md-overide {
	width: 31% !important;
	height: auto !important;
	border: none !important;
}

/*end*/
.h-calc-240 {
	height: calc(100vh - 240px);
}

.slide-screen-h{
	height: 100px !important;	
}

.img-slider{
	max-height: 100%;
	max-width: 100%;
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

.trim-text{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.w-80-slider{
	width: 80% !important;
	order: -1 !important;
}

@media (min-width: 768px) and (max-width: 1600px) {
	.sm-sh-price{
		width: 60% !important;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin: auto;
	}
	/* .main-content .middle-sidebar-bottom {
		padding: 84px 0px 0 !important;
	} */
	.sm-logo{
		height: 65px !important;
	}

	.sm-font-xs{
		font-size: 18px !important;
	}

	.navigation .nav-content{
		width: auto !important;
	}

	.sm-mb-3{
		margin-bottom: 1rem !important;
	}
	.sm-mt-3{
		margin-top: 1rem !important;
	}
	.cd-popup{
		left: 800px !important;
		right: -800px !important;
	}
	.cd-popup.is-visible {
		left: 0 !important;
		right: 0 !important;
	}
	.pop-up, .pop-up-online{
		height: 430px !important;
	}

	/* .slide-screen{
		
	} */
}

.vertical-align-bottom{
	vertical-align: bottom;
}

/* Steps */
.step {
	position: relative;
	min-height: 1em;
	color: gray;
  }
  .step + .step {
	margin-top: 1.5em
  }
  .step > div:first-child {
	position: static;
	height: 0;
  }
  .step > div:not(:first-child) {
	margin-left: 1.5em;
	padding-left: 1em;
  }
  .step.step-active {
	color: #4285f4
  }
  .step.step-active .step-circle {
	background-color: #4285f4;
  }
  
  /* Circle */
  .step-circle {
	background: #0a72ba;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 0 3px #fff;
  }
  .clearfix2 {
	overflow: auto;
  }
  .clearfix2::after {
	content: "";
	clear: both;
	display: table;
  }
  /* Vertical Line */
  .step-circle:after {
	content: ' ';
	position: absolute;
	display: block;
	top: 1px;
	right: 50%;
	bottom: 1px;
	left: 50%;
	height: 107%;
	width: 1px;
	transform: scale(1, 2) !important;
	transform-origin: 50% -100%;
	background-color: #0a72ba;
	z-index: 1;
  }
  .step:last-child .step-circle:after {
	display: none
  }
  
  /* Stepper Titles */
  .step-title {
	line-height: 1.5em;
	font-weight: bold;
  }
  .step-caption {
	font-size: 0.8em;
  }

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}


/*button switch*/
.bg-danger-disabled{
	background-color: #d07575!important;
}
.bg-info-disabled {
    background-color: #88cbdf !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  @media (max-width: 767.98px){
		.calc-empty-bottom {
			height: calc(100vh - 5px) !important;
		}
	}
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  /* notification */
	.badge-notification {
		position: absolute;
		left: 23px;
		top: 0px;
		color: white !important;
	}

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .overlay-container{
	position: relative;
  }
  .hover-close .remove-and-view{
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%, -44%);
  }
  .hover-close .remove-and-view .remove-file{
	text-decoration: underline solid #E50202;
	cursor: pointer;
  }
  .hover-close .remove-and-view .view-file{
	text-decoration: underline solid #1E74FD;
	cursor: pointer;
  }
  .hover-close:hover  .remove-and-view{
	display: block !important;
  }
  .hover-close:hover .overlay-container{
	opacity: 0.3;
  }
  .box-grid-file{
	height: 130px;
  }
 .timepicker-ui-hour-text, .timepicker-ui-minute-text, .timepicker-ui-hour-text.mobile, .timepicker-ui-minute-text.mobile{
	bottom: -7px !important; 
  }
  @media (min-width: 1200px) {
	.w-md-25{
		width: 25% !important;
	}
  }
  @media (min-width: 1400px) {
	.col-xxl-2{
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.label-xxl{
		font-size: 14px;
	}
  }

/* popup call  */
.incomming-overlay {
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
	z-index: 9999;
	padding: 30px;
  }
  .incomming-overlay:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
  }
  .incomming-modal {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 20% 0px 0px 0px;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	white-space: normal;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	box-shadow: 0 1px 15px rgba(0,0,0,0.4);
  }
  
  .call-animation {
	width: 70px;
	height: 70px;
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	animation: play 2s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

}
.calling{
	color:white;
	margin:10px auto;
	text-align:center;
}
.call-animation > img {
	border-radius: 100%;
	position: absolute;
	right:0px
}
@keyframes play {
	0% {
		transform: scale(1);
	}
	15% {
		box-shadow: 0 0 0 5px rgba(103, 197, 225, 0.98);
	}
	25% {
		box-shadow: 0 0 0 10px rgba(103, 197, 225, 0.98), 0 0 0 20px rgba(157, 222, 242, 0.98);
	}
	25% {
		box-shadow: 0 0 0 15px rgba(103, 197, 225, 0.98), 0 0 0 30px rgba(157, 222, 242, 0.98);
	}
}