img {
    max-width: 100%;
}

.main_body .container {
    min-height: 400px;
    margin-top:30px;
}

.cms h2 {
    margin: 0 0 20px 10px;
}

.cms.become-a-supplier h2,
.cms.thank-you h2 {
    text-align: center;
}

.cms.become-a-supplier form,
.cms.contact form,
.cms.register form,
.boxed_form,
.form-size {
    max-width: 800px;
    margin: 0 auto;
    background: #f0f1f5;
    border-radius: 12px;
    padding: 20px;
}

.cms.contact form {
    padding: 14px !important;
    font-size: 20px !important;
    border-radius: 10px;
}

.cms.contact .form-control,
.cms.register .form-control,
.modal-body .form-control {
    padding: 14px;
    font-size: 20px;
    border-radius: 10px;
    color: #202020;
    border: 1px solid #bbb;
}

.success_message {
    text-align: center;
    font-size: 20px;
}

.page_content {
    margin: 10px;
}

/* new css start */

.Zebra_DatePicker .dp_body .dp_current {
    color: #fff !important;
    background: #3A87AD;
    border-radius: 50%;
}

.playback {
    position: relative;
}

.remove_audio {
    width: 22px;
    height: 22px;
    background-color: #e6e6e6;
    color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -1px;
    cursor: pointer;
    z-index: 99;
    padding: 8px;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.select2-selection {
    min-height: 55px!important;
    height: auto;
}
.cms.contact .dataTables_filter .form-control{
    padding:0px 5px !important;
}
.cms.contact .dataTables_filter select{
    padding:0px !important;
}
.default_store{
    background:#b1b2b35d;
}
.ph-star{
    font-size:25px;
    color:rgb(81, 6, 6);
}
.builder-account-menu .active{
    margin-left: 10px;
    background: #b1b2b35d;
    border-radius: 5px;
}
.subscription_overlay{
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    background: rgb(255 255 255 / 80%);
    height: 100%;
    z-index: 9;
    TOP: 0;
    PADDING: 50PX;
    
}

.builder_orders_subscription_overlay{
    margin-top:400px !important;
}
.about-container{
    width:80%;
    margin:auto;
}
.contact_support_container{
    width: 40%;
    margin:auto;
    border:1px solid rgba(0,0,0,.1);
    padding:20px;
    border-radius: 5px;
}
.thank-you-page-container{
    width: 50%;
    margin:auto;
    padding:40px;
    border: 8px solid #000000;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
    background-color: rgba( 255, 255, 255, 1.00 );
}

.thank-you-page-container i{
    font-size: 50px;
}

