.common-btn {
  background: linear-gradient(40deg, #0b71ee, #3d98ea);
  color: #fff;
  border-radius: 8px;
  min-width: 120px;
  min-height: 40px;
  width: 100px;
  padding: 2px 0;
  font-family: "Ravi-regular";
  font-size: 12px;
  box-shadow: 5px 10px 20px rgba(57, 149, 234, 0.2);
  display: flex;
  align-items: center !important;
  justify-content: center;
  flex-direction: row;
  box-shadow: 5px 10px 20px rgba(57, 149, 234, 0.2);
}

.common-white-btn {
  background: rgba(11, 113, 238, 0.1);
  color: #162035;
  border-radius: 8px;
  min-width: 120px;
  min-height: 40px;
  width: 100px;
  padding: 2px 0;
  font-family: "Ravi-regular";
  font-size: 12px;
  box-shadow: 5px 10px 20px rgba(57, 149, 234, 0.2);
  display: flex;
  align-items: center !important;
  justify-content: center;
  flex-direction: row;
  box-shadow: 5px 10px 20px rgba(57, 149, 234, 0.2);
}
.common-dark-btn {
  background: #47587b;
  color: white;
  border-radius: 8px;
  min-width: 120px;
  min-height: 40px;
  width: 100px;
  padding: 2px 0;
  font-family: "Ravi-regular";
  font-size: 12px;
  box-shadow: 5px 10px 20px rgba(57, 149, 234, 0.2);
  display: flex;
  align-items: center !important;
  justify-content: center;
  flex-direction: row;
  box-shadow: 5px 10px 20px rgba(57, 149, 234, 0.2);
}
.common-btn:hover {
  opacity: 0.9;
}
.common-white-btn:hover {
  opacity: 0.9;
}
.azarsys-weblog-page .common-btn {
  min-width: 100px !important;
}

.azarsys-weblog-page .swiper-container .common-btn {
  width: 140px;
  height: 50px;
}
.single-blog-page .right-box-operations .common-btn {
  width: 100px;
  height: 35px;
  min-width: unset !important;
  min-height: unset !important;
  border-radius: 5px !important;
  font-size: 14px;
}
