/* modal css start here */
 .modal-open .modal {
    backdrop-filter: brightness(0.7);
}
 .modal-dialog {
    max-width: 735px !important;
    margin: 30px auto;
}

 .content-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
}

.book-topics p {
    font-size: 13px;
    margin-bottom: 6px;
}

.modal-headers {
    text-align: center;
    position: relative;
    padding-top: 46px;
}

 button.close {
    position: absolute;
    right: -21px;
    top: -15px;
    background: #DBC341;
    border-radius: 100%;
    padding: 6px 13px;
    color: white;
    z-index: 999999;
    opacity: 2;
}

 .modal-content {
    border-radius: 0;
    /* padding: 32px 0; */
    border: 2px solid #DBC341;
    background: #FEFBFB !important;
}

h5#staticBackdropLabel {
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 28px;
}
.text {
    text-align: center;
    padding: 0 40px;
}
.abstract-modal{
    max-width: 800px !important;
}

/* modal css end here */

#orderDetailModal0 .d-flex.flex-row.justify-content-between.align-items-center {
    flex-wrap: wrap !important;
    gap: 10px;
}

#orderDetailModal0 .d-flex.flex-row.justify-content-between.align-items-center div {
    flex: 1;
}

#orderDetailModal0 .about-order strong {
    flex: .5;
    text-align: left;
}

#orderDetailModal0 .about-order p {
    flex-wrap: wrap;
}

#orderDetailModal0  .order-imgbox {
    width: 200px;
    height: 200px;
}

#orderDetailModal0 .order-imgbox img {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain;
}

@media(max-width : 575px) {
    #orderDetailModal0  .order-imgbox {
    width: 130px;
}
    #orderDetailModal0 .order-imgbox img {
    max-width: 130px !important;
}
.content-wrapper {
    padding: 20px 10px;
}
h5#staticBackdropLabel0 {
    padding: 0 20px;
}
#orderDetailModal0 .d-flex.flex-row.justify-content-between.align-items-center {
    display: block !important;
}

#orderDetailModal0  .order-imgbox {
    margin : auto
}
}