.GreenBtn {
  border: none;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #000 !important;
  padding: 8px 20px !important;
  position: relative;
  background: #2670d5 0% 0% no-repeat padding-box;
  border-radius: 3px;
}

.GreenBtn:disabled {
  background: #d2d2d2 0% 0% no-repeat padding-box;
}

.GreenBtn:disabled:hover {
  background: #d2d2d2 0% 0% no-repeat padding-box;
}

.GreenBtn:hover {
  background: #1c56a7 0% 0% no-repeat padding-box;
}

.GreenBtn .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;
}

.GreenBtn .icon_holder .icon {
  color: #fff;
  font-size: 10px;
  display: none;
}

.GreenBtn .icon_holder .dynamic_icon {
  padding-right: 10px;
}

.GreenBtn .btn_text {
  margin-bottom: 0px;
  font-size: 14px !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 0px;
  font-weight: 500;
  white-space: nowrap !important;
  margin: 0 auto !important;
}

.GreenBtn:hover .icon_holder {
  width: 38px;
}

.GreenBtn:hover .icon_holder .icon {
  display: block;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .GreenBtn {
    /* width: 140px; */
    padding: 8px 15px !important;
  }

  .GreenBtn .btn_text {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}
