
.ico_ring_coy {
  /* Origin upar rakhne se ye bell ki tarah latka hua lagega */
  transform-origin: top center; 
  
  /* Animation settings: 2 seconds mein ek bar ring karega */
  animation: ring 2s ease-in-out infinite;
  -webkit-animation: ring 2s ease-in-out infinite;
}
.ico_ring_mix {
  /* Origin upar rakhne se ye bell ki tarah latka hua lagega */
  transform-origin: bottom center; 
  
  /* Animation settings: 2 seconds mein ek bar ring karega */
  animation: ring 2s ease-in-out infinite;
  -webkit-animation: ring 2s ease-in-out infinite;
}

.ico_pulse_bot {
  color: #FF0000; font-weight: bold; font-size:16px;
 /* Animation: 1.5 second mein ek pulse, smooth (ease-in-out) */
  animation: pulse 1.5s ease-in-out infinite;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
}

/* Flash animation: Opacity (dikhnā) ko kam-zyada karna */
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0; /* Beech mein gayab hoga */
  }
}

.ico_ring_vip {
  display: inline-block;
  /* Origin upar rakhne se ye bell ki tarah latka hua lagega */
  transform-origin: bottom center; 
  
  /* Animation settings: 2 seconds mein ek bar ring karega */
  animation: ring 2s ease-in-out infinite;
  -webkit-animation: ring 2s ease-in-out infinite;
}
/* Flash animation: Opacity (dikhnā) ko kam-zyada karna */
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0; /* Beech mein gayab hoga */
  }
}
/* Safari ke liye prefix */
@-webkit-keyframes flash {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.ulist_coy_label_icon_left { color: #EFAB36;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}
.ulist_coy_label_icon_right { color: #EFAB36;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}

.ulist_exe_label_icon_left { color: #EFAB36;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}
.ulist_exe_label_icon_right { color: #EFAB36;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}

.ulist_ceo_label_icon_left { color: #EFAB36;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}
.ulist_ceo_label_icon_right { color: #EFAB36;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}

.mj-text {
    border-right: 2px solid #FF7F50;
    border-left: 2px solid #FF7F50;
    border-top: 1px solid #008000;
    border-bottom: 1px solid #008000;
    box-shadow: 0px 1px 5px #555555;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
    padding:2px 10px; margin-top:5px;
    display:inline-block; background:#fff;
    color:#0000FF; font-weight:bold; }
	
.mj-text-1 {
    border-right: 4px solid #FF0000;
    border-left: 4px solid #FF0000;
    border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
    box-shadow: 0px 1px 5px #555555;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top-left-radius:0px;
	border-bottom-left-radius:20px;
    padding:2px 10px; margin-top:5px;
    display:inline-block; background:#fff;
    color:#0000FF; font-weight:bold; }
	
.faith-1 { background: #0000FF;
    border-right: 4px solid #FF0000;
    border-left: 4px solid #FF0000;
    border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
    box-shadow: 0px 1px 5px #555555;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top-left-radius:0px;
	border-bottom-left-radius:20px;
    padding:2px 10px; margin-top:5px;
    color:#FFFFFF; font-weight:bold; }

@keyframes sm_3600 { 100% { background-position: -3600px center;}}@keyframes sm_2304 { 100% { background-position: -2304px center;}}@keyframes a_3456 { 100% { background-position: -3456px center;}}
@keyframes a_3024 { 100% { background-position: -3024px center;}}@keyframes a_3600 { 100% { background-position: -3600px center;}}@keyframes a_720 { 100% { background-position: -720px center;}}
@keyframes a_1800 { 100% { background-position: -1800px center;}}@keyframes a_720 { 100% { background-position: -720px center;}} @keyframes wardan{to{background-position:200% center;}}
.progress_box {
	background-color: #222;
	padding: 2px;
}

/* Pulse animation: size ko thoda bada karke wapas normal karna */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2); /* 20% bada hoga */
    opacity: 0.8; /* Thoda halka hoga */
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Safari ke liye prefix */
@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); opacity: 1; }
  50% { -webkit-transform: scale(1.2); opacity: 0.8; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}

