html body {
    font-family: "Source Sans Pro";
}
.block {
    padding: 1em;
    border: 1px solid;
    margin: 0em 1em;
    box-shadow: 3px 3px 3px;
    width: 100%;
    display: grid;
    min-height: 200px;
}

.ml-1 {
    margin-left: 0.5em;
}

.no {
    text-align: center;
    font-size: 14px;
    margin-top: 1em;
}
.head-1 {
    font-size: 24px;
    font-weight: 700;
    padding: 0.5em;
}

.head-2 {
    font-size: 16px;
    padding: 0.5em;
}

form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.center {
    text-align: center;
}
.padding-2 {
    padding: 2em;
}
li {
    list-style: none;
    font-size: 16px;
    padding: 0.5em;
    text-align: justify;
    line-height: 25px;
}
ul {
    padding: 0.5em;
}
.footer1 {
    padding: 1em;
}
.banner {
    max-height: 570px;
}
.f-color > li > a {
    color: #87857e;
}
.banner-text {
    font-size: 3em;
    color: #f8e9a7;
    text-shadow: 1px 1px 1px #0a0e14;
}
.banner-sub-text {
    font-size: 1em;
    color: #f8e9a7;
    text-shadow: 1px 1px 1px #0a0e14;
}

.banner-background {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

.home-form {
    width: 100%;
    display: inline-flex;
}
.my-select {
    height: 36px;
}
.selector > span {
    display: none;
}

.date-as-calendar {
    float: left;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, sans-serif;
    vertical-align: top;
    color: #303030;
    background: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 2px -2px black;
    margin: 0.2em;
    cursor: pointer;
}

.date-as-calendar .weekday,
.date-as-calendar .day,
.date-as-calendar .month,
.date-as-calendar .year,
.date-as-calendar .time {
    text-align: center;
    line-height: 1;
}

.date-as-calendar .month {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    background: #cc9a00;
    color: #f0f0f0;
}

.position-pixels.date-as-calendar {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 74px;
}

.position-pixels.date-as-calendar .weekday,
.position-pixels.date-as-calendar .day,
.position-pixels.date-as-calendar .month,
.position-pixels.date-as-calendar .year,
.position-pixels.date-as-calendar .time {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.position-pixels.date-as-calendar .month {
    top: 0px;
    font-size: 14px;
    padding: 4px 4px;
}

.position-pixels.date-as-calendar .weekday {
    top: 56px;
    font-size: 12px;
}

.position-pixels.date-as-calendar .day {
    top: 26px;
    font-size: 24px;
}

.position-pixels.date-as-calendar .year {
    top: 50px;
    font-size: 14px;
}
.select-date {
    display: flex;
    position: absolute;
    z-index: 1;
    font-size: 26px;
    color: #242b04;
}
.box-cal {
    display: inline-flex;
}

.txt-20 {
    font-size: 20px;
    font-weight: 700;
}
.disable {
    background: #8a877e;
    pointer-events: none;
}
a.disabled {
    pointer-events: none;
}

.redb {
    border: 1px solid red;
}

.hotel-block {
    border: 1px solid #dedede;
    padding: 10px;
    background-color: #fff9da;
}

h1 {
    font-size: 4em;
}

.date-check {
    position: absolute;
    z-index: 20;
    color: #063e06;
    font-size: 1.2em;
}
.overlay {
    width: 75px;
    height: 80px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.62);
    z-index: 300;
}

.pay-button {
    background-color: #482395; /* Green */
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2em;
    box-shadow: 2px 2px 0 #575757;
}
.pay-button:hover {
    background-color: #2f106d; /* Green */
}

.user-box{
    border: 2px solid rgba(82, 179, 82, 0.99);
    padding: 10px;
    font-size: 1.2em;
    color: #184023;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #e6ffe6;
}

.user-box-text{
}
/* Basic Rules */
