
.inputValidation {
    color: red;
    margin-top: 5px;
}
.w-35 {
    width: 35% !important;
}

.display-flex {
    display: flex !important;
}

.disabled-button {
    background-color: gray !important;
    color: white !important;
    cursor: not-allowed;
    opacity: 0.7;
}

button:disabled {
    background-color: gray;
    border:none;
    cursor: not-allowed;
    opacity: 0.5;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
.w-35 {
    width: 35% !important;
}
.w-25 {
    width: 25% !important;
}
.uploadMsg {
    display: none;
    float: right;
    color: red;
}
#fileSizeWarn {
    float: right;
    color: red;
}
.pmargin-bottom {
    margin-bottom: 0;
}
.contact-text-center {
    text-align: center;
}
.mr-9 {
    margin-right: 9px
}
.input-disabled {
    background-color: #e9ecef !important;
    pointer-events: none; 
    cursor: default;
}

.modal-w50 {
    width: 50%
}

.modal-center {
    display: flex;
    justify-content: center
}

.prod_content {
    display: flex;
}

.prod_txt {
    width: 50%;
    align-self: end;
    text-align: left;
}

.prod_summary {
    width: 50%;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(120, 120, 120, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #FFF;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.deposite-date {
    padding: 0 10px 0 17px !important
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*.modal {
    display: none;*/ /* Hidden by default */
/*position: fixed;*/ /* Stay in place */
/*z-index: 1;*/ /* Sit on top */
/*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
/*height: 100%;*/ /* Full height */
/*overflow: auto;*/ /* Enable scroll if needed */
/*background-color: rgb(0,0,0);*/ /* Fallback color */
/*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}*/

/* Modal Content/Box */
/*.modal-content {
   
    margin: 15% auto;*/ /* 15% from the top and centered */
/*width: 25%;*/ /* Could be more or less, depending on screen size */
/*}*/

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.SubmitSignup:hover {
    cursor: pointer;
    color: blue;
}

#customeFileUpload {
    background-color: indigo;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

#file-chosen {
    margin-left: 0.3rem;
    font-family: sans-serif;
}

.report_header h4 {
    margin-bottom: 20px;
    color: #333;
}

.report_dropdown {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 20px;
}

.report_dropdown_item {
    flex: 1;
}

    .report_dropdown_item label {
        display: block;
        margin-bottom: 8px;
        color: #555;
    }

.report_custom-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: gray;
    appearance: none;
}

    .report_custom-select:disabled {
        background-color: #e9ecef;
    }

.report_generate_button {
    display: flex;
    justify-content: flex-start;
}

    .report_generate_button .btn {
        padding: 10px 20px;
        font-size: 16px;
    }

#customTextTitle {
    text-align: center;
}

.report_header_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .report_header_div h4 {
        margin: 0;
    }

.report_download_button {
    text-align: right;
}

#reportTitle {
    text-align: center;
}

#reportTable {
    font-size: 12px;
    table-layout: fixed;
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
    box-sizing: border-box;
}

    #reportTable thead {
        overflow-y: scroll;
    }

    #reportTable tbody {
        overflow-y: scroll;
    }

    #reportTable th, #reportTableBody td {
        padding: 0;
        width: 100% !important;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.table-wrapper {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
}

.orderProductionSummery {
    display: flex;
    justify-content: end;
}

.orderTextAreaDiv {
    height: 150px;
    border: 1px solid #363637;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .orderTextAreaDiv.expand {
        height: 501px;
    }

    .orderTextAreaDiv textarea {
        font-family: inherit;
        font-size: inherit;
        width: 100%;
        height: 100%;
        resize: none;
        border: 0;
        background-color: #fff;
        padding: 16px 14px;
    }

        .orderTextAreaDiv textarea:disabled {
            background-color: #fff;
        }

.order__textarea_arrow {
    width: 100%;
    height: 15px;
    background-color: #E5E7EB;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border-radius: 0px 0px 8px 8px;
    background-image: url("../images/expand-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

    .order__textarea_arrow.open {
        background-image: url("../images/collapse-arrow.svg");
    }
