main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#gmap0-map-canvas {
    width: 100% !important;
}

.photosImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.order-view-important-title {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5a6b95;
}

.order-view-important-details {
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    font-size: 74px;
    line-height: 89px;
    text-align: center;
    letter-spacing: -0.109375px;
    color: #03012f;
}

.order-view-important-details-sub-text {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */

    letter-spacing: -0.109375px;

    color: #03012f;
}

.customer-picture {
    height: 100px;
}

.order-view-customer-name {
    font-size: 2rem;
}

.order-view-order-code {
    font-size: 1rem;
}

.order-code {
    font-weight: 700;
    color: #1069d0;
}

.confirm-item-title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.125px;
    text-decoration-line: underline;
    color: #1069d0;
}

.img-fluid {
    height: 100%;
}

.confirm-item-mealplan-lable {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.125px;
    color: #031440;
}

.confirm-item-mealplan {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #5a6b95;
}

.order-status-button {
    color: #c2cbe1;
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 23px;
}

.custom-danger {
    color: #fc034e;
    background-color: rgba(252, 3, 78, 0.07);
    border-color: rgba(252, 3, 78, 0.07);
}

.custom-warning {
    color: #fca503;
    background-color: rgba(252, 161, 3, 0.07);
    border-color: rgba(252, 161, 3, 0.07);
}

.custom-primary {
    color: #034afc;
    background-color: rgba(3, 28, 252, 0.07);
    border-color: rgba(3, 28, 252, 0.07);
}

.custom-success {
    color: #06b526;
    background-color: rgba(3, 252, 11, 0.07);
    border-color: rgba(3, 252, 11, 0.07);
}

.rounded-circle-reservation{
    border-radius: 80%;
    width: 100px;
    height: 100px;

}

.custom-nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #969393 !important;
}


.active {
    color: #007bff !important;
}

.closed {
    color: #969393;
}

.otp-title-section {
    /* margin-bottom: 12%; */
}

.otp-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.61;
    color: #031440;
    text-align: center;
}

.otp-sub-title {
    font-size: 15px;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #5a6b95;
}