.sasha_header{
    
    background-color : #1c4217;
}

.jumbotron {
    border-radius    : 5px;
    background-color : #e9e0d4;
    padding          : 10px;
    margin           : 10px;
}

.sasha-form-control {
  background: var(--white-color);
  /* box-shadow: none; */
  border: 2px solid var(--border-color);
  color: var(--p-color);
  font-size: 1.1em;
  /* margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px; */
  /* outline: none; */
}

.error-message {
    color: red !important; 
    font-size: 0.8em;

}

.day-number {
    padding: 5px;
    text-align: center;
    border-style: solid;
    border-color: #1c4217;

 -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;


}

.day-number:hover {
    /*border-color: aquamarine;
    border-style: solid ;
    background-color: #e9e0d4;
    color: rgb(9, 117, 6) !important; */
    position: relative;
    cursor: pointer;    
}

.selected_day {
    background-color: #052b7e;
    color: white !important;     
}

.discount_day {
    background-color: #7e0578;
    color: white !important;     
}

.not-set {
    background: url('../images/cross.png');
    /*background-color: #363636;*/
    color: rgb(0, 0, 0) !important;     
}

.standard_rate {
    background-color: #052b7e;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}
.discount_rate {
    background-color: #7e0578;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}
