.bg-white {
    background-color: #fff;
}

/* Modal styles */
.modal {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.accordion-header {
    position: relative;
    background-color: #f5f5f5;
    padding: 10px;
    cursor: pointer;
}

.accordion-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #999999 transparent transparent transparent;
    transition: transform 0.3s ease;
}

.accordion-content {
    padding: 10px;
    display: none;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item.active .accordion-arrow {
    transform: translateY(-50%) rotate(-180deg);
}

.order-summary{
    border-radius: 5%;
    background-color: #0088cc;
    padding: 20px;
    color:#fff;
}
.order-summary h1, .order-summary h2, .order-summary h3, .order-summary a{
    color:#fff;
}
.summary-container{

}
.order-summary .base-row{
    overflow: auto;
}
.order-summary .tiny-row{
    overflow: auto;
    font-size: small;
}
hr.slim { margin:5px 0; }

.text-muted { color: #ccc; }

.green-text { color:#008000;}

.red-text { color:#00FF00;}

.hami-btn-sm{
    min-width:100px;
    height:30px;
    line-height: 30px;
    padding:0 20px;
}