html, body {
    height: 100% !important;
}
html {
    
}
body {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.wpDataTables,
.wpdt-c .btn,
.wpdt-c .wpDataTablesWrapper .btn {
    font-size: 18px !important;
    font-family: "degular", sans-serif !important;
    color: rgba(0, 0, 0, 0.87) !important;
    cursor: pointer;
}
.search-row{
    position: relative;
    text-align: center;
}
.search-row .search-container,
#data_search_field {
     position: relative;
     border: 1px solid #c5c5c5;
     border-radius: 50px!important;
     width: 100%;
     text-align: left;
 }
.search-row .search-container #customsearch-input,
#data_search_field #data_search_field_input {
    font-size: 24px !important;
    font-family: "degular", sans-serif !important;
    border: none;
    padding: 30px 30px;
    width: 94%;
    background: none;
}
#data_search_field #data_search_field_input:focus-visible {
    outline: transparent;
}
.search-container .search-icon,
#data_search_field .search-icon {
    position: absolute;
    top: 50%;
    color: #00AFC9;
    transform: translateY(-50%);
    right: 30px;
}

.custom-wpdatatable .wpDataTablesFilter {
    vertical-align:top;
    display: none;
}

@media only screen and (min-width : 500px) {
    .custom-wpdatatable .wpDataTablesFilter {
        display: block;
    }
}


.custom-wpdatatable .wpDataTableFilterSection label,
.custom-wpdatatable .wpDataTable thead{
    display: none! important;
}
.custom-wpdatatable table.wpDataTable,.wpDataTables:after, .wpDataTables:before {
    display: block! important;
}
.custom-wpdatatable .wpDataTable tbody {
    display:block;
}
.custom-wpdatatable .wpDataTable tr {
    border: solid 1px #c5c5c5;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
    display: block;
}
.custom-wpdatatable .wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
    border:none!important;
    padding: 10px 20px !important;
}
.custom-wpdatatable .wpDataTable tr td {
    display:block;
}
.custom-wpdatatable .wpDataTable .add-product-button,
.custom-wpdatatable .wpDataTable .more-details {
    display:none;
}

.custom-wpdatatable .wpDataTable .chemicalid .add-product-button {
    display:inline-block;
    width: auto;
    float: right;
    border: solid 1px #e9e9e9;
    border-radius: 100px !important;
    font-size: 18px;
    cursor: pointer;
}
.custom-wpdatatable .wpDataTable .chemicalid .more-details {
    display: block;
    cursor: pointer;
}

.add-product-button:hover {
    border-color: #00AFC9;
    background-color: #00AFC9;
    color: #ffffff;
}
.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-pf-search-filters-button-block) {
    min-height: auto !important;
    padding: 0 !important;
    width: 100% !important;
}

.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block {
    padding: 10px 0 20px 0 !important;
}
.wpDataTablesWrapper .wpDataTableFilterSection {
    padding: 10px 0 20px 0 !important;
}

@media only screen and (min-width : 500px) {
    .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-pf-search-filters-button-block) {
        width: 220px !important;
    }
}
#show-filter-btn {
    cursor: pointer;
}

html body .wpdt-c .wpDataTablesWrapper .filter_column button {
    border: 1px solid #c5c5c5!important;
    border-radius: 8px;
    padding: 10px;
    height: 45px!important;
    line-height: 25px;
}

.wpdt-c .wpDataTables.wpDataTablesFilter.wpDataTablesWrapper.wdt-skin-material.data-t .bootstrap-select > .btn-default:before{
    top: -5px;
    right: 5px;
}

.wpdt-c .wpDataTables.wpDataTablesFilter.wpDataTablesWrapper.wdt-skin-material.data-t .btn.wdt-clear-filters-button {
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #ffffff !important;
    background-color: #10293F;
    border-radius: 100px;
    padding: 10px 30px;
    width: 100%;
    font-weight: 600 !important;
}
.wpdt-c .wpDataTables.wpDataTablesFilter.wpDataTablesWrapper.wdt-skin-material.data-t .btn.wdt-clear-filters-button:hover {
    background-color: #00AFC9 !important;
    border-color: #00AFC9 !important;
}
.gform_footer.top_label input#gform_submit_button_1 {
    background-color: #00AFC9;
    border-color: #00AFC9;
    border-radius: 50px;
    color: white;
    font-family: "degular", sans-serif !important;
    font-size: 18px;
    font-weight: 600 !important;
    padding: 10px 30px;
    margin: 20px 0 0;
    cursor: pointer;
    width: 100%;
}
.gform_footer.top_label input#gform_submit_button_1:disabled {
    opacity: 50%;
    cursor: not-allowed;
}

.add-product-button{
    cursor:pointer;
    border-color: #c5c5c5;
    border-radius: 50px!important;
    text-transform: uppercase;
    padding: 10px 30px;
    background:white;
    font-size: 16px;
}
/* Define the animation for the button */
.add-product-button {
    transition: transform 0.3s ease;
}
.more-details{
    color: #00AFC9;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    padding-top: 20px;

}
.more-details:hover span{
    text-decoration: underline;
}

.datasearch-more-details {
    padding: 20px;
}
.datasearch-label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    text-transform: uppercase;
}
.datasearch-value {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    text-wrap: wrap;
}
.add-product-button.clicked {
    transform: scale(1.05); /* Scale the button on click */
    /*
    background-color: #00AFC9;
    border-color: #00AFC9;
    color: #ffffff;
    */
}

.elementor-widget-wpdatatables > .elementor-widget-container{
    background-color: transparent!important;
    box-shadow: none!important;
    padding:0!important;
}
.form-request_wrapper{
    border: 1px solid #c5c5c5 !important;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
}
.form-request_wrapper .product-item {
    margin-bottom: 20px;
}
.form-request_wrapper .product-item svg {
    fill: #00AFC9;
}
.form-request_wrapper .product-item svg:hover {
    fill: #ff0000;
    cursor: pointer;
}
.form-request_wrapper .product-item .product-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.form-request_wrapper .product-item .product-item-details-wrapper span.product-region,
.form-request_wrapper .product-item .product-item-details-wrapper span.product-processname {
    font-size: 16px !important;
}

.form-request_wrapper .product-item .product-item-inner-wrapper {
}
.form-request_wrapper .product-item .product-item-details-wrapper {
    display: inline-block;
    width: 90%;
}

.form-request_wrapper .product-item .product-item-details-wrapper span {
    display: block;
}
.form-request_wrapper .product-item .product-item-trash {
    display: inline-block;
    width: 10%;
    text-align: right;
    vertical-align: top;
}

.form-request_wrapper .gfield_checkbox label{
    margin-left:0;
}

.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.chemicalname {
    font-family: "degular", sans-serif !important;
    text-transform: uppercase;
    font-size: 120% !important;
    font-weight: 700;
    padding-top: 40px !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.chemicalname span,
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.chemicalprocessname span {
    text-wrap: wrap !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.chemicalid {
    font-family: "degular", sans-serif !important;
    padding-bottom: 20px !important;
}
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.chemicalregion,
.wpdt-c.wdt-skin-material .wpDataTablesWrapper table.wpDataTable > tbody > tr > td.chemicalprocessname {
    font-family: "degular", sans-serif !important;
    text-transform: uppercase;
}
.custom-wpdatatable .wpDataTable .chemicalprocesstype,
.custom-wpdatatable .wpDataTable .chemicalid > span,
.custom-wpdatatable .wpDataTable .chemicalcas,
.custom-wpdatatable .wpDataTable .chemicaloverallquality {
    display:none;
}

@media only screen and (min-width: 768px) {
    .custom-wpdatatable .wpDataTables.wpDataTablesWrapper.wpDataTableID-1.wpdt-pagination-right{
        width: 69%!important;
        display: inline-block!important;
        margin-top:-70px!important;
    }

    .custom-wpdatatable .wpDataTables.wpDataTablesFilter.wpDataTablesWrapper{
        width: 30%!important;
        display: inline-block!important;
        margin-top:-5px;
    }
}

#selected-products.mobile {
    position: fixed;
    display: block;
    background: #10293f;
    z-index: 200;
    left: 0;
    bottom: 0;
    color: #ffffff;
}
#selected-products.mobile .elementor-widget-heading {
    margin-bottom: 0;
}
#selected-products.mobile .elementor-heading-title {
    padding: 20px;
    color: #ffffff;
}
#selected-products.mobile .form-request_wrapper {
    border: none !important;
    padding: 20px;
}
#selected-products.mobile #open-close-icon {
    float: right;
    display: inline-block;
    cursor: pointer;
}
#selected-products #open-close-icon {
    display: none;
}