
/* ==========================================================================
   Base styles of dc-flatpickr
   ========================================================================== */


.dcfltpckr-inner-button {
  border: 0;
  width: 40%;
  line-height: 2.5;
  padding: 0 20px;
  margin-top: 15px;
  font-size: 1rem;
  text-align: center;
  color: #111;
  /*text-shadow: 1px 1px 1px #000;*/
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 1);
  /*background-image: linear-gradient(*/
  /*  to top left,*/
  /*  rgba(0, 0, 0, 0.2),*/
  /*  rgba(0, 0, 0, 0.2) 30%,*/
  /*  rgba(0, 0, 0, 0)*/
  /*);*/
  /*box-shadow:*/
  /*  inset 2px 2px 3px rgba(255, 255, 255, 0.6),*/
  /*  inset -2px -2px 3px rgba(0, 0, 0, 0.6);*/
}

.dcfltpckr-inner-button:hover {
  background-color: #76a7ff;
}

.dcfltpckr-inner-button:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.dcfltpckr-input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #c3c3c3;
  /*width: 250px;*/
  width: fit-content;
  /*height: 40px;*/
  /*background: #eee;*/
  background: #bbb;
  input {
    background: #bbb;
    border: 0 solid #c3c3c3;
    width: 250px;
    font-size: 16px;
    text-align: center;
    /*min-width: 120px;*/
  }
  a {
    text-decoration: none;
    /*border: 1px solid #c3c3c3;*/
    display: block;

    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    /*line-height: 1;*/
    /*background: #c3c3c3;*/
    img {
      vertical-align: middle;
      color: #f64747;
      /*text-align: center;*/
      /*width: 20%;*/
      width: 20px;
      /*height: 70%;*/
    }
  }
}

.dcfltpckr-input-group-xx {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #c3c3c3;
  /*width: 250px;*/
  width: fit-content;
  /*background: #eee;*/
  background: #f64747;
  /*background: #76a7ff;*/
  input {
    background: #f64747;
    border: 0 solid #c3c3c3;
    width: 300px;
    height: 40px;
    /*line-height: 20px;*/
    /*background: #eee;*/
    /*padding: 4px;*/
    font-size: 24px;
    text-align: center;
    /*min-width: 120px;*/
  }
  a {

    text-decoration: none;
    /*border: 1px solid #c3c3c3;*/
    display: block;
    /*padding: 16px;*/
    /*margin: auto;*/
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    /*line-height: 1;*/
    /*background: #c3c3c3;*/
    img {
      color: #f64747;
      /*text-align: center;*/
      /*width: 20%;*/
      width: 20px;
      /*height: 70%;*/
    }
  }
}

.dcfltpckr-input-group-smph {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*border: 1px solid #c3c3c3;*/
  /*width: 250px;*/
  width: fit-content;
  /*height: 40px;*/
  /*background: #eee;*/
  /*background: #bbb;*/
  input {
    background: #bbb;
    border: 0 solid #c3c3c3;
    width: 100%;
    max-width: 80%;
    font-size: 20px;
    text-align: center;
    /*min-width: 120px;*/
  }
  a {
    text-decoration: none;
    /*border: 1px solid #c3c3c3;*/
    display: block;

    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    /*line-height: 1;*/
    /*background: #c3c3c3;*/
    img {
      vertical-align: middle;
      color: #f64747;
      /*text-align: center;*/
      /*width: 20%;*/
      width: 20px;
      /*height: 70%;*/
    }
  }
}
/*.event {*/
/*  position: absolute;*/
/*  width: 3px;*/
/*  height: 3px;*/
/*  border-radius: 150px;*/
/*  bottom: 3px;*/
/*  left: calc(50% - 1.5px);*/
/*  content: " ";*/
/*  display: block;*/
/*  background: #3d8eb9;*/
/*}*/

/*.event.busy {*/
/*  background: #f64747;*/
/*}*/
