.color-green {
    color: #00873B;
}

.color-blue {
    color: #254496;
}

.color-red {
    color: #DE0B15;
}

.color-white {
    color: #FFFFFF;
}

.bg-color-darkgray-d30 {
    background: rgba(34,34,34,0.5);
    padding-top: 1em;
    padding-bottom: 1em;    
}

body.template-color-26 .bk-gradation .item-grid.custom-color--2 .dot-wrap .dot,
body.template-color-26 .bk-gradation .item-grid.custom-color--3 .dot-wrap .dot,
body.template-color-26 .bk-gradation .item-grid.custom-color--4 .dot-wrap .dot
{
    background: #00873B;
}

.custom-select {
  color: #777;
  border-color: #eee;
  background-color: #fff;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 3px 20px;
  height: 62px;
  text-align: center;
}

/* Accepted and rejected pages */

.confirmation-message {
  min-height: calc(100vh - 609px);
  display: flex;
  flex-direction: row;
  padding: 0 5%;
  align-items: center;
  max-height: 20vh;
  width: 100%;
  justify-content: space-around;
}

.confirmation-message-img {
  flex-basis: 20%;
}

.confirmation-message-text {
  flex-basis: 60%;
}

.confirmation-message-title {
  color: #3D8844;
}

.confirmation-message-title_error {
  color: #DE0C16;
}

.bk-gradation .item-grid .content {
  max-width: 400px;
}

#a-nombre-de-block, #error-a-nombre-de {
  display: none;
}

.monto-field {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mobile-menu-close {
  padding: inherit;
}