﻿/* Loader */
.custom_loader {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    /*background: rgba(104,104,104,0.8);*/
    background: rgba(0,0,0,0.85);
    /*background: rgb(104 104 104 / 85%);*/
    /*background: rgba(0,0,0,0.8);*/
    /* background: rgba(255,255,255,0.85); */
    z-index: 9999;
     align-items: center;
    justify-content: center;
}

    .custom_loader.show {
        display: flex !important;
        z-index: 99999999;
    }

    .custom_loader img {
        margin: 0 auto;
        height: auto;
        width: auto;
    }
/* Loader */


.custom-error-message {
    color: red;
    font-size: 13px; 
}

.delivery_option_box .frm_input { margin-bottom: 0; }

.word-breaker {
   /* white-space: pre-wrap;
    word-break: break-word;*/
}