body {
    overflow-x: hidden;
}

#hero p,
#hero h1,
#hero h2 {
    text-shadow: 0px 2px 6px rgb(3 8 16 / 30%);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1100px;
    }
}

/* admin*/

.admin table {
    display: table !important;
    border-color: #f8f9fa;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

.admin .sidebar {
    border-color: #f8f9fa;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

/* table */

th,
td {
    border-color: #f5f5f5;
    white-space: nowrap;
    border-right-width: 1px !important;
}

th:last-child,
td:last-child {
    border-right: none !important;
}

tr:last-child th,
tr:last-child td {
    border-bottom: none !important;
}

/* form */

form label {
    cursor: pointer;
}

input.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

/* */

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* modal */
.modal.show {
    display: block !important;
    background-color: rgb(0 0 0 / 50%);
}

/* home */
#packages .card, #order-now form {
    transition: .3s;
}

#packages .card:hover, #order-now form:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}