.new-box {
    background-color: #ffffff85;
    border-radius: 15px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px #ccc;
}

.reserved-text {
    font-size: smaller;
    color: red;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.input-mini {
    display: none !important;
}

.new-box-title {
    font-size: 17px;
    font-weight: 700;
}

.daterangepicker.dropdown-menu {
    /* display: block !important; */
}


.new-box input:read-only {
    background: #fff;
}


.btn-new-box {
    background: #0a53be;
    border-radius: 10px;
    height: 40px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn-new-box:hover {
    opacity: 0.8;
}