.draw-signature-main {
  justify-content: center;
  flex-direction: column;
}

.signature-heading-text {
  text-align: center;
/*  color: #4a4a4a;*/
/*  font-weight: 500;*/
/*  font-size: 1.75rem;*/
/*  font-family: 'Neue Montreal';*/
/*  line-height: 20px;*/
  margin-bottom: 40px;
}

.signature-parent {
  text-align: center;
  padding: 10px;
  border: 1px solid #bfbcbb;
  border-radius: 5px;
  height: 250px;
  /* margin: 0 20%; */
  width: auto;
  background: #fff;
}

.action-items-settings {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.action-items {
  text-align: right;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin: 0 25%;
}

.color-picker-draw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}

.color-picker-draw div {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 7px;
}

.active-color {
  width: 36px !important;
  height: 36px !important;
  padding: 10px !important;
}

.action-items-btn {
  background-color: white !important;
  border: 1px solid #ababab !important;
  color: black !important;
  line-height: 1.715em;
  font-size: 14px;
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  border-radius: 5px;
  font-weight: 500;
  height: auto;
  min-width: 200px;
  padding: 10px;
  pointer-events: none;
  /* border: 1px solid; */
}

@media (max-width: 975px) {
  .action-items-button {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    margin: 0px 25%;
  }
}

@media (max-width: 997px) {
  .action-items-settings {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
  }
  .color-picker-draw {
    justify-content: center;
  }

  .action-items-settings div {
    padding: 10px 0px !important;
  }

  .active-color i {
    padding: 0px 10px !important;
  }
}

@media (max-width: 576px) {
  .signature-parent {
    height: auto;
  }
}