.BlueOutlineBtn {
  border: none;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 8px 20px;
  position: relative;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 3px;
  border: 1px solid #2670d5;
}

.BlueOutlineBtn:hover {
  background: #ebf6ff 0% 0% no-repeat padding-box;
}

.BlueOutlineBtn .icon_holder {
  width: 0px;
  height: 38px;
  background: #3b8f00 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.BlueOutlineBtn .icon_holder .icon {
  color: #fff;
  font-size: 10px;
  display: none;
}

.BlueOutlineBtn .icon_holder .dynamic_icon {
  padding-right: 10px;
}

.BlueOutlineBtn .btn_text {
  margin-bottom: 0px;
  font-size: 14px;
  color: #2670d5 !important;
  margin-bottom: 0px;
  font-weight: 500;
  margin: 0 auto !important;
}

.BlueOutlineBtn:hover .icon_holder {
  width: 38px;
}

.BlueOutlineBtn:hover .icon_holder .icon {
  display: block;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .BlueOutlineBtn {
    width: 120px;
    padding: 8px 15px;
  }

  .BlueOutlineBtn .btn_text {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}
