.bgn-panel {
    width: 100%;
    margin: auto;
    padding: 10px 0px;
}

.bgn-panel select,
.bgn-panel input,
.bgn-modal input {
    font-size: 16px;
}

.bgn-body {
    width: 100%;
}

.bgn-body table {
    width: 100%;
}

.bgn-body table tr {
    height: 30px;
}

.bgn-body table .bgn-price {
    background-color: #ff7600;
    padding: 10px;
    font-size: 23px;
    text-align: center;
}

.bgn-footer {
    width: 100%;
    padding: 5px;
    margin: 10px 0px 5px 0px;
}

.bgn-center {
    align-items: center;
    text-align: center !important;
    width: 100%;
    display: block;
}

.bgn-body label,
.bgn-body select {
    width: 100%;
    display: block;
}

.bgn-body label {
    color: #008080 !important;
}

.bgn-body select>option {
    text-align: left;
}

.bgn-body select>option:checked {
    text-align: center;
}

.bgn-all-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background-color: rgba(158, 158, 158, 0.459);
}

.col-100 {
    width: 100%;
}

.bgn-modal {
    z-index: 11;
    display: none;
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background-color: #8f8f8fe6;
    border: 1px solid #c3c3c3;
    padding: 25px;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.bgn-modal-close {
    position: absolute;
    right: 5px;
    top: -5px;
    z-index: 12;
    font-size: 17px;
    color: #fff;
    background-color: #727272;
    padding: 1px;
    border-radius: 30px;
    box-shadow: 1px 1px 4px #232323;
    cursor: pointer;
    display: flex;
}

.bgn-modal-close img {
    margin: 3px;
}

.bgn-push {
    display: flex;
    justify-content: flex-end;
}

.bgn-title {
    font-size: 18px;
}

.bgn-modal .bgn-title {
    font-size: 24px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}

.bgn-all-screen .bgn-processing {
    display: inline-flex;
    z-index: 11;
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-content: center;
    align-items: center;
    color: #c30000;
    text-shadow: 1px 1px #2323;
    font-weight: bold;
}

.bgn-element-white,
.bgn-element-white * {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}




/* MOBILE */
@media only screen and (max-width: 1010px) {
    .bgn-panel {
        width: 100% !important;
    }

    .bgn-body {
        display: block !important;
    }

    .bgn-modal {
        width: 100% !important;
    }
}

/* FOR None theme defined */

.bgn-panel {
    border: 1px solid #008080;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
    box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.75);
}

.col-25 {
    padding: 4px;
    width: 25%;
    text-align: center;
}

.bgn-panel select,
.bgn-panel input {
    border: 1px solid #008080 !important;
    border-radius: 3px;
    padding: 5px !important;
    font-size: 12px !important;
    color: #008080 !important;
    line-height: 14px;

}

.bgn-panel input {
    text-align: right;
    background-color: #fff !important;
}

.section-content-header {
    font-weight: bold;
    font-size: 18px;
    color: #8c2a2a !important
}