.elementor-1517 .elementor-element.elementor-element-9a50306 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1517 .elementor-element.elementor-element-9a50306{font-size:16px;}.elementor-1517 .elementor-element.elementor-element-0e06742{margin-top:0px;margin-bottom:0px;}.elementor-1517 .elementor-element.elementor-element-5ee73b8{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1517 .elementor-element.elementor-element-5ee73b8 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-1517 .elementor-element.elementor-element-5ee73b8 .elementor-divider-separator{width:100%;}.elementor-1517 .elementor-element.elementor-element-5ee73b8 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-1517 .elementor-element.elementor-element-4cf0b19{margin-top:30px;margin-bottom:30px;}.elementor-1517 .elementor-element.elementor-element-1a96538{text-align:right;}.elementor-1517 .elementor-element.elementor-element-3ee2ef3{text-align:right;}.elementor-1517 .elementor-element.elementor-element-7b30771{text-align:right;}/* Start custom CSS for html, class: .elementor-element-4f2892e */.calc_days{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 400px;
}

.calc_days .dateInput {
    text-align: center;
    width: 300px;
    height: 40px;
    background-color: #ffffff ;
    border-color: rgba(0, 0, 0, 0.79);
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-radius: 5px 5px 5px 5px;
}

.calc_days #btn_calc {
   width: 200px;
    background-color: black;
    color: white;
    height: 40px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}

.res_date{
    font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0e06742 */.calc{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
}

.calc #name {
    text-align: center;
    width: 300px;
    height: 40px;
    background-color: #ffffff ;
    border-color: rgba(0, 0, 0, 0.79);
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-radius: 5px 5px 5px 5px;
}

.calc #btn_calc {
   width: 200px;
    background-color: black;
    color: white;
    height: 40px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}/* End custom CSS */