.tdhoan{
	background-image: linear-gradient(to top, #0063e0, #18adfe);
	text-align: center;
	border-radius: 20px 0px 0px 20px;
	max-width: 150px;
}
.tdhoan2{
	border-radius: 0px 20px 20px 0px;
}

/*@-moz-keyframes roll { 100% { -moz-transform: rotate(360deg); } } @-o-keyframes roll { 100% { -o-transform: rotate(360deg); } } @-webkit-keyframes roll { 100% { -webkit-transform: rotate(360deg); } } .xoayimg{ -moz-animation-name: roll; -moz-animation-duration: 4s; -moz-animation-iteration-count: 1; -o-animation-name: roll; -o-animation-duration: 4s; -o-animation-iteration-count: 1; -webkit-animation-name: roll; -webkit-animation-duration: 4s; -webkit-animation-iteration-count: 1; }*/

/*Xoay tròn ảnh*/
.xoayimg{
	animation: rotation 3s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*Kết thúc xoay ảnh*/

.thong_tin_admin{
	width: 100%;
	height: auto;
	margin: 0px;
	text-align: center;
	line-height:10px;
	background-color: #fff;
	border-radius: 10px;
}

.divgiua::-webkit-scrollbar {
  display: none; 
}
div.scroll {
    overflow: hidden;
}
div.scroll:hover {
    overflow-y: scroll;
}


/*Ảnh nhấp nháy*/
@-webkit-keyframes my {
	 0% { color: #F8CD0A; } 
	 50% { color: #808080;  } 
	 100% { color: #F8CD0A;  } 
 }
 @-moz-keyframes my { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #808080;  }
	 100% { color: #F8CD0A;  } 
 }
 @-o-keyframes my { 
	 0% { color: #F8CD0A; } 
	 50% { color: #808080; } 
	 100% { color: #F8CD0A;  } 
 }
 @keyframes my { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #808080;  }
	 100% { color: #F8CD0A;  } 
 }
 .nhapnhay {
    font-size:24px;
    font-weight:bold;
	-webkit-animation: my 700ms infinite;
	-moz-animation: my 700ms infinite; 
	-o-animation: my 700ms infinite; 
	animation: my 700ms infinite;
}

 .nhapnhaythuong{
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite; 
  -o-animation: my 700ms infinite; 
  animation: my 700ms infinite;
}


@-webkit-keyframes myy {
   0% { color: #fff; } 
   50% { color: #F7D46A;  } 
   100% { color: #00CED1;  } 
 }
 @-moz-keyframes myy { 
   0% { color: #fff;  } 
   50% { color: #F7D46A;  }
   100% { color: #00CED1;  } 
 }
 @-o-keyframes myy { 
   0% { color: #fff; } 
   50% { color: #F7D46A;  } 
   100% { color: #00CED1;  } 
 }
 @keyframes myy { 
   0% { color: #fff;  } 
   50% { color: #F7D46A;  }
   100% { color: #00CED1;  } 
 } 

 .nhapnhayxanhduong{
  -webkit-animation: myy 700ms infinite;
  -moz-animation: myy 700ms infinite; 
  -o-animation: myy 700ms infinite; 
  animation: myy 700ms infinite;
}
/*Kết thúc nhấp nháy*/

/*Bóng nhảy*/
.bong{
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: green;
  position: absolute;
  right: 0px;
  animation: bongnhay 3s infinite;
  /*animation-direction: alternate;*/
  animation-timing-function: ease-out;
}
@keyframes bongnhay{
  0%{
    right: 0px;
  }
  50%{
    margin-top: 50px;
    
  }
  100%{
    top: 50px;
    right: 330px;
  }
}
/*Kết thúc bóng nhảy*/


@media (max-width: 768px) {
	.divgiuamb{
		margin: 5px;
	}
  .anmb{
    display: none;
  }
  .vongtronchat0803{
    margin-left: 300px;
  }
  .pp{
  height: 70vh;
  width: 95vw;
  margin: auto;
  margin-top: 5vh;
  animation: truotxuongrodan 0.5s;
}
#documentkkk{
  
}
}

@media (min-width: 767px) {
	.divgiuamb{
		margin: 20px;
	}
	.anpc{
		display: none;
	}
  .pp{
    height: 70vh;
    width: 50vw;
    margin: auto;
    margin-top: 5vh;
    animation: truotxuongrodan 0.5s;
  }
}

@media (min-width: 1130px) {
	.thanhmenudau li{
		margin: 0 20% 0 0;
	}
}

.haha li :hover{
	background-color: #d1d3d6;
}

/*.divsetting ul li{
	border-radius: 10px;
	background-color:red;
}*/

/*mail*/
.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 132px;
}

.dropdown-text {
  cursor: pointer;
  position: absolute;
  text-indent: 10px;
  line-height: 32px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
  width: 100%;
}

.dropdown-text:after {
  position: absolute;
  right: 6px;
  top: 15px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #555 transparent transparent transparent;
}

.dropdown-text,
.dropdown-content a {
  color: #333;
  text-shadow: 0 1px #fff;
}

.dropdown-toggle {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  background: transparent;
  text-indent: -10px;
  height: 34px;
  width: 100%;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 32px;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility:hidden;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 32px;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 140px;
}

.dropdown-content a {
  display: block;
}

.dropdown-content a:hover {
  background: #e8e8e8;
}


.dropdown-toggle:hover ~ .dropdown-text,
.dropdown-toggle:focus ~ .dropdown-text {
  background-color: #e8e8e8;
}

.dropdown-toggle:focus ~ .dropdown-text {
  box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
  z-index: 2;
}

.dropdown-toggle:focus ~ .dropdown-text:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #555 transparent;
}

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
  opacity: 1;
  visibility:visible;
  top: 42px;
}
/*End Mail*/

.imgfood{
  transition: 0.5s;
  transform: scale(1);
}

.imgfood:hover{
   transition: 0.5s;
  transform: scale(1.1);
}

.mgtop40{
  margin-top: -35px;
}

.addcart{
  
}

/*.nhombtn button{
  border: 0px;
  border-radius: 5px;
  background-color: red;
}

.nhombtn button: hover{
  background-color: blue;
  zoom:400%;
}

.nhombtn button: focus{
  background-color: green;
}*/

.hoanbtn{
  background-color: #fff;
  border: 0px;
}

.tagpost img{
  max-width: 100%;
}

.tagpost{
  font-size: 14px;
}

.tagpost table {  
    font-family: arial, sans-serif;
    border-collapse: collapse;
}

.tagpost th, td {
    text-align: left;
    border-top: 1px solid #dee2e6;
}

.tagpost tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

/*Load ngôi sao*/
      *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    
    section {
        width: 30%;
        display: inline-block;
        text-align: center;
        min-height: 215px;
        vertical-align: top;
        margin: 1%;
        background: #080915;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 30px 1px #103136 inset;
                box-shadow: 0px 0px 30px 1px #103136 inset;
    }

@media only screen and (max-width: 600px) {
  section {
    min-width: 350px;
  }
}
    
    .loader {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 75px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .loader-star {
        position: absolute;
        top: calc(50% - 12px);
    }

    /*LOADER-2*/
    
    .loader-2 .loader-star {
        position: static;
        width: 60px;
        height: 60px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
        -webkit-animation: loader-2-star 1s ease alternate infinite;
        animation: loader-2-star 1s ease alternate infinite;
    }
    
    .loader-2 .loader-circles {
        width: 8px;
        height: 8px;
        background: #18ffff;
        border-radius: 50%;
        position: absolute;
        left: calc(50% - 4px);
        top: calc(50% - 4px);
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-animation: loader-2-circles 1s ease-in-out alternate infinite;
        animation: loader-2-circles 1s ease-in-out alternate infinite;
    }
    /*LOADER-3*/

    /* ----------------     KEYFRAMES    ----------------- */
    @keyframes loader-2-circles {
        0% {
            -webkit-box-shadow: 0 0 0 #18ffff;
            box-shadow: 0 0 0 #18ffff;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff, 29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff, 0px 33px #18ffff, -10px 28px 0 -3px #18ffff, -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #e11a2b, -30px -11px 0 -3px #18ffff, -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff, 13px -25px 0 -3px #18ffff;
            box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff, 29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff, 0px 33px #18ffff, -10px 28px 0 -3px #18ffff, -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #18ffff, -30px -11px 0 -3px #18ffff, -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff, 13px -25px 0 -3px #18ffff;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff, 21px 2px 0 -3px black, 23px 25px #18ffff, 13px 25px 0 -3px black, 0px 33px #18ffff, -10px 33px 0 -3px black, -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff, -23px 0px 0 -3px black, -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff, -2px -23px 0 -3px black;
            box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff, 21px 2px 0 -3px black, 23px 25px #18ffff, 13px 25px 0 -3px black, 0px 33px #18ffff, -10px 33px 0 -3px black, -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff, -23px 0px 0 -3px black, -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff, -2px -23px 0 -3px black;
        }
    }
    
    @-webkit-keyframes loader-2-star {
        0% {
            -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
        }
        100% {
            -webkit-transform: scale(0.7) rotate(360deg);
            transform: scale(0.7) rotate(360deg);
        }
    }
    
    @keyframes loader-2-star {
        0% {
            -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
        }
        100% {
            -webkit-transform: scale(0.7) rotate(360deg);
            transform: scale(0.7) rotate(360deg);
        }
    }
/*Kết thúc load ngôi sao*/

.sale svg{
  color: #00CED1;
  margin: 7px;
}

/*Select option đẹp*/

/*Kết thúc */

/*Viền động*/


/* Đồng hồ đếm ngược */
.demnguoc li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  color: #fff;
}

.demnguoc li span {
  display: block;
  font-size: 4.5rem;
}

.emoji {
  display: none;
}

.emoji span {
  font-size: 4rem;
}

.rung{animation:code-pro-rung-lac 2s ease infinite}@-webkit-keyframes code-pro-rung-lac{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}

/*Kết thúc đồng hồ đếm ngược*/

/*đánh giá 5 sao*/

div.stars {

  float: left;

}

input.star { display: none; }

 

label.star {

  color: #D8D8D8;

  float: right;

  font-size: 22px;

  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;

  text-shadow: 0 0 10px #D8D8D8;

}

 

input.star-1:checked ~ label.star:before { color: red; }

    

label.star:hover { transform: rotate(-15deg) scale(1.3); }

 

label.star:before {

  /*content: '\f006';*/

}

/*kết thúc đánh giá 5 sao*/


.active-pink-textarea.md-form label.active {
  color: #f48fb1;
}
.pink-textarea textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #f48fb1;
  box-shadow: 0 1px 0 0 #f48fb1;
}
.pink-textarea.md-form .prefix.active {
  color: #f48fb1;
}
.active-pink-textarea.md-form textarea.md-textarea:focus:not([readonly])+label {
  color: #f48fb1;
}

.active-amber-textarea.md-form label.active {
  color: #ffa000;
}
.amber-textarea textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ffa000;
  box-shadow: 0 1px 0 0 #ffa000;
}
.amber-textarea.md-form .prefix.active {
  color: #ffa000;
}
.active-amber-textarea.md-form textarea.md-textarea:focus:not([readonly])+label {
  color: #ffa000;
}

.active-pink-textarea-2 textarea.md-textarea {
  border-bottom: 1px solid #f48fb1;
  box-shadow: 0 1px 0 0 #f48fb1;
}
.active-pink-textarea-2.md-form label.active {
  color: #f48fb1;
}
.active-pink-textarea-2.md-form label {
  color: #f48fb1;
}
.active-pink-textarea-2.md-form .prefix {
  color: #f48fb1;
}
.active-pink-textarea-2.md-form textarea.md-textarea:focus:not([readonly])+label {
  color: #f48fb1;
}

.active-amber-textarea-2 textarea.md-textarea {
  border-bottom: 1px solid #ffa000;
  box-shadow: 0 1px 0 0 #ffa000;
}
.active-amber-textarea-2.md-form label.active {
  color: #ffa000;
}
.active-amber-textarea-2.md-form label {
  color: #ffa000;
}
.active-amber-textarea-2.md-form .prefix {
  color: #ffa000;
}
.active-amber-textarea-2.md-form textarea.md-textarea:focus:not([readonly])+label {
  color: #ffa000;
}

/*Voucher*/
/*@keyframes chuyendongxuong {
  from {width: 100%}
  to {width: 20px}
} */
.hieuungvc{
  transition: 1.5s;
}
.hieuungvc:hover{
  opacity: 0.8;
  margin-left: -50%;
  transition: 1.5s;
}
/*Kết thúc Voucher*/
#cpnt1{
  transition: 0.3s;
}
#cpnt1:hover{
  font-size: 18px;
  transition: 0.3s;
}
#cpnt2{
  transition: 0.3s;
}
#cpnt2:hover{
  font-size: 18px;
  transition: 0.3s;
}
@keyframes chuyendongquaphai {
  from {margin-left: 0px;}
  to {margin-right: -10px;}
}
#chidiemqr{
  float: right;
  animation: chuyendongquaphai 1s alternate infinite;
}

/*Chat*/

.anvientd td{
  border: 0px;
}

.userchat{
  float: left;
  height: auto;
  min-height: 40px;
  border-radius: 20px;
  margin: 5px;
  width: auto;
  min-width: 40px;
  max-width: 85%;
  background-color: #E3E3E3;
}

.adminchat{
  float: right;
  height: auto;
  min-height: 40px;
  border-radius: 20px;
  margin: 5px;
  width: auto;
  min-width: 40px;
  max-width: 85%;
  background-color: #02DB52;
}

.khungchat{
  position: absolute;
  z-index: 2;
  width: 100%;
  display: none;
  bottom: 0;
  animation: truotxuongrodan 0.7s;
}

@keyframes truotxuongrodan {
    from { 
      opacity: 0.1;
      bottom: 400px;
    }
    to { 
      opacity: 1;
      bottom: 0px;
    }
}

@keyframes truotlenmodan {
    from { 
      opacity: 1;
      bottom: 0px;
    }
    to { 
      opacity: 0.1;
      bottom: 400px;
    }
}

@keyframes rodan {
    from { 
      opacity: 0.1;
    }
    to { 
      opacity: 0.5;
    }
}

#noidungchat{
  height: 45px;
  border-radius: 20px;
}

.nhombtnchat{
  float: right;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 25px;
  border: none;
  background-color: #fff;
  color: blue;
  transition: 0.6s;
}

.nhombtnchat:hover{
  background-color: #DDF0F0;
  border: none;
  transition: 0.6s;
}

.nhombtnchat:active{
  border: none;
  background-color: blue;
}

.khungchatadmin{
  position: absolute;
  height: 100vh;
  z-index: 51;
  display: none;
}

.hieuungtruotxuong{
  animation: truotxuongrodan 0.6s;
}

.hieuungtonho{
  animation: tonho 1s;
}

@keyframes tonho {
    from { 
      position: absolute;
      font-size: 95px;
      transform: rotate(0deg);
    }
    to { 
      position: absolute;
      transform: rotate(360deg);
      font-size: 15px;
    }
}

.nendenchat{
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  animation: rodan 0.6s;
}

.thanhtientrinh{
  width: 100%;
  animation: tientrinh 1.5s;
}

@keyframes tientrinh {
    from { 
      width: 0%;
    }
    to { 
      width: 100%;
    }
}

.khungpp{
  position: absolute;
  z-index: 51;
  display: none;
}

.nendenpp{
  background-color: black;
  opacity: 0.5;
  position: absolute;
  width: 100vw;
  height: 100vh;
  animation: rodan 0.7s;
}


.scrollchat::-webkit-scrollbar {
  width: 5px;
}
.scrollchat::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #B8B8B8;
}
.scrollchat::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.hotline-phone-ring-wrap {
position: fixed;
bottom: 10%;
right: 0;
z-index: 2;
/*margin-left: 90%;*/
}
.hotline-phone-ring {
position: relative;
visibility: visible;
background-color: transparent;
width: 110px;
height: 110px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility .5s;
left: 0;
bottom: 0;
display: block;
}
.hotline-phone-ring-circle {
width: 85px;
height: 85px;
top: 10px;
left: 10px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #e60808;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 55px;
height: 55px;
top: 25px;
left: 25px;
position: absolute;
background-color: rgba(230, 8, 8, 0.7);
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
background-color: #e60808;
width: 33px;
height: 33px;
top: 37px;
left: 37px;
position: absolute;
background-size: 20px;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgba(230, 8, 8, 0.75);
height: 40px;
width: 180px;
line-height: 40px;
border-radius: 3px;
padding: 0 10px;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}

/*End Chat*/