* {
    font-family: var(--sfs-font-family, "Inter", sans-serif);
    margin: 0;
    padding: 0;
}

/* Override to preserve Font Awesome icon fonts - must come AFTER the universal selector */
i[class*="fa-"],
i[class*="fas"],
i[class*="far"],
i[class*="fab"],
i[class*="fal"],
i[class*="fad"],
.fa,
.fas,
.far,
.fab,
.fal,
.fad,
.fa-solid,
.fa-regular,
.fa-light,
.fa-duotone,
.fa-brands {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900 !important;
}

/* Specific icon fixes - Font Awesome 6 icons */
/* Common action icons */
.fas.fa-edit::before,
.fa-edit::before { 
    content: "\f044" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-trash::before,
.fa-trash::before { 
    content: "\f1f8" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-plus::before,
.fa-plus::before {
    content: "\f067" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-table::before,
.fa-table::before {
    content: "\f0ce" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-save::before,
.fa-save::before {
    content: "\f0c7" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-arrow-left::before,
.fa-arrow-left::before {
    content: "\f060" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-arrow-right::before,
.fa-arrow-right::before {
    content: "\f061" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-times::before,
.fa-times::before {
    content: "\f00d" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-sync::before,
.fa-sync::before {
    content: "\f021" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-info-circle::before,
.fa-info-circle::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-exclamation-triangle::before,
.fa-exclamation-triangle::before {
    content: "\f071" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-eye::before,
.fa-eye::before {
    content: "\f06e" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-eye-slash::before,
.fa-eye-slash::before {
    content: "\f070" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-search::before,
.fa-search::before {
    content: "\f002" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-clipboard-check::before,
.fa-clipboard-check::before {
    content: "\f46c" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-clipboard-list::before,
.fa-clipboard-list::before {
    content: "\f46d" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-grip-vertical::before,
.fa-grip-vertical::before {
    content: "\f58e" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-play::before,
.fa-play::before {
    content: "\f04b" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #93979a;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8a8a8a;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ========================================================================================================
                                        Login CSS Start
========================================================================================================*/
.login-page {
    min-height: 100dvh;
    width: 100%;
    display: flex;
}

.login-left-banner {
    background: url('https://sfsstoragedev.blob.core.windows.net/appassets/login-bg.png');
    width: 33%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.login-logo {
    position: absolute;
    left: 30px;
    top: 40px;
}

.login-logo img {
    max-width: 50%;
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.login-bg-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 20px 0px;*/
    flex-direction: column;
    color: white;
    text-align: center;
}

.login-bg-text h4 {
    font-size: 46px;
    margin: 0;
    margin-bottom: 24px;
}

.login-bg-text h4 span {
    color: #8ab4f8;
}

.login-bg-text h5 {
    font-size: 28px;
    padding: 0 40px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.login-bg-text h6 {
    font-size: 28px;
    padding: 0 40px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.login-bg-text p {
    font-size: 18px;
    padding: 0 40px;
    font-weight: 400;
}




.login-right {
    width: 67%;
    background: var(--sfs-primary-blue, #041f40);
    background: linear-gradient(45deg, var(--sfs-primary-blue, #041f40) 0%, var(--sfs-neutral-gray, #2f4969) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right .login-form-box {
    width: 100%;
    max-width: 500px;
}

.login-logo-mob {
    display: none;
    padding-bottom: 20px;
}

.login-logo-mob img {
    width: 80px;
    background: white;
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.login-right .login-form-box .heading-login h3 {
    font-size: 36px;
    color: white;
}

.login-right .login-form-box .heading-login h3 span {
    color: var(--sfs-accent-blue, #1d65d1);
}

.login-right .login-form-box .heading-login {
    text-align: center;
    padding-bottom: 30px;
}

.login-right .login-form-box .heading-login p {
    color: #CFCFCF;
    margin: 0;
}

.login-right .login-form-box form .login-field {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.login-right .login-form-box form .login-field input {
    width: 100%;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #939393;
    color: #3E3D3D;
    padding: 4px 16px;
    outline: none;
    box-sizing: border-box;
}

.login-right .login-form-box form .login-field span.icon-posi {
    width: fit-content;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    height: 56px;
    cursor: pointer;
}

.login-right .login-form-box form .login-field span.icon-posi svg.eye-open {
    display: block;
}

.login-right .login-form-box form .login-field span.icon-posi svg.eye-close {
    display: none;
}

.login-right .login-form-box form .login-field.show_password span.icon-posi svg.eye-open {
    display: none;
}

.login-right .login-form-box form .login-field.show_password span.icon-posi svg.eye-close {
    display: block;
}

.remember_me-rpw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding-top: 15px;
}

.remember_me-rpw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding-top: 15px;
}

.remember_me-rpw label.remember-me-box {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #D7D7D7;
    font-size: 16px;
    cursor: pointer;
}

.remember_me-rpw label.remember-me-box input {
    width: 19px;
    height: 20px;
}

.remember_me-rpw>a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.login-right .login-form-box form button.login_btn {
    background: var(--sfs-accent-blue, #1d65d1);
    color: white;
    width: 100%;
    border: 0;
    height: 56px;
    border-radius: 4px;
    margin-top: 60px;
    font-size: 20px;
    color: white;
    outline: none;
}

p.signup_text {
    text-align: center;
    color: #D2D2D2;
    margin-top: 30px;
    font-size: 17px;
}

p.signup_text a {
    text-decoration: none;
    display: inline-block;
    padding-left: 4px;
    color: white;
    font-weight: 600;
}

/* ========================================================================================================
                                        Login CSS End
========================================================================================================*/

/* ========================================================================================================
                                        Dashboard CSS Start
========================================================================================================*/
.dashboard-page {
    display: flex;
    min-height: 100dvh;
    font-family: "Barlow", sans-serif;
}

.dashboard-page .left_bar {
    width: 360px;
    background: var(--sfs-primary-blue, #041f40);
    background: linear-gradient(45deg, var(--sfs-primary-blue, #041f40) 0%, var(--sfs-neutral-gray, #2f4969) 100%);
}

main.main-content {
    width: calc(100% - 360px);
    background: #F1F1F1;
}

.dashboard-page .left_bar .logo-dashboard {
    width: 100%;
    text-align: center;
    padding: 38px 0 28px;
}

.dashboard-page .left_bar .logo-dashboard img {
    width: 200px;
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-page .left_bar ul.menu-links {
    padding: 0 50px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: calc(100dvh - 145px);
    overflow-y: auto;
}

.dashboard-page .left_bar ul.menu-links li {
    list-style: none;
    position: relative;
}

.dashboard-page .left_bar ul.menu-links li:before {
    content: '';
    width: 8px;
    background: var(--sfs-accent-blue, #1d65d1);
    position: absolute;
    left: -53px;
    top: 0;
    height: 100%;
    border-radius: 8px;
    display: none;
}

.dashboard-page .left_bar ul.menu-links li.active:before {
    display: block;
}

.dashboard-page .left_bar ul.menu-links li:hover:before {
    display: block;
}

.dashboard-page .left_bar ul.menu-links li a {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 20px;
    border-radius: 8px;
    color: white;
    transition: 0.3s all;
}

.dashboard-page .left_bar ul.menu-links li.active a {
    background: var(--sfs-accent-blue, #1d65d1);
    color: white;
}

.dashboard-page .left_bar ul.menu-links li a:hover {
    background: var(--sfs-accent-blue, #1d65d1);
    color: white;
}

main.main-content header.header {
    background: white;
    display: flex;
    justify-content: space-between;
    min-height: 88px;
    padding: 10px 16px;
}

main.main-content header.header .first-header-part {
    display: flex;
    align-items: center;
    gap: 18px;
}

main.main-content header.header .header-right {
    display: flex;
    align-items: center;
}

main.main-content header.header .first-header-part button.sidebar-btn {
    background: #f15c1c40;
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 4px;
}

main.main-content header.header .first-header-part .search-bar {
    position: relative;
    min-width: 360px;
}

main.main-content header.header .first-header-part .search-bar input {
    border: 1px solid #EBEBEB;
    background: #FDFDFD;
    border-radius: 8px;
    height: 56px;
    width: 100%;
    padding: 0px 20px;
    color: #969BA0;
    outline: none;
}

main.main-content header.header .first-header-part .search-bar button.search_btn-header {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    height: 56px;
    padding: 0px 13px;
}

main.main-content header.header .header-right .icons-notifi {
    border-right: 1px solid #D0D6DE;
    margin-right: 40px;
    padding-right: 14px;
    display: flex;
    gap: 18px;
}

main.main-content header.header .header-right .icons-notifi button {
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 15px;
    border: 0px;
}

main.main-content header.header .header-right .icons-notifi button span.notifi_count {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--sfs-accent-blue, #1d65d1);
    color: white;
    border: 3px solid #F3F2F7;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main.main-content header.header .header-right .icons-notifi button.notification-btn {
    background: #2d9cdb29;
}

main.main-content header.header .header-right .icons-notifi button.setting_header-btn {
    background: #ff5b5b2e;
}

main.main-content header.header .header-right .admin-btn-header button {
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    outline: none;
    gap: 20px;
    color: #464255;
}

.dashboard-content {
    padding: 34px 46px;
}

.title-filter-row {
    display: flex;
    justify-content: space-between;
}

.title-filter-row .title-box h3 {
    color: #464255;
    font-size: 32px;
    font-weight: 600;
}

.title-filter-row .title-box p {
    margin: 0;
    color: #A3A3A3;
    font-size: 18px;
}

.subititle {
    color: #464255;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
}

.footer-cls {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* adjust the height to your needs */
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.user-list-dashboard {
    background: white;
    border-radius: 14px;
    padding: 16px 24px;
    /*box-shadow: 0px 4px 4px rgb(0, 0, 0, .08);*/
    margin-top: -66px;
    width: 100%;
}

.user-list-dashboard .subititle {
    padding: 10px 0px 20px;
    display: block;
}

.header-list-title-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-list-title-bx .add_begin {
    display: inline-block;
    padding: 10px 20px;
    background: var(--sfs-accent-blue, #1d65d1);
    border-radius: 6px;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-btn a {
    background: antiquewhite;
    padding: 4px 6px;
    border-radius: 4px;
    color: white;
}

a.edit_btn {
    background: #268f26;
}

a.view_btm {
    background: #47a9c7;
}

a.trash_btn {
    background: #d34646;
}

.welcome-main-page {
    /* width: 40%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
    padding: 49px;
    border-radius: 11px;
}

/*.welcome-main {
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/*.welcome-main {
    height: 100vh;
}*/

.heading-sec {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.welcome-main-page p {
    font-size: 19px;
    font-weight: 500;
    padding-top: 60px;
}

.text-list {
    list-style: none;
}

.list {
    border: 1px solid #b4b4b4;
    padding: 15px 5px 0px 5px;
    border-radius: 7px;
}

.begin-btn {
    margin-top: 30px;
    text-align: center;
}

.begin-btn button {
    border: none;
    padding: 9px 20px;
    background: #cd4d16;
    color: white;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
}

tr.list-tables td {
    text-align: center;
    color: white;
    padding: 8px;
    border: 1px solid white;
}

.orange-me1 {
    background: #ee5400;
}

.green-me1 {
    background-color: #227E5C;
}

.blue-me1 {
    background: #0365A3;
}

.gray-me1 {
    background: #cd4d16;
}

.garage-things {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 424px;
    text-align: center;
    padding: 25px;
    background: #f7f7f766;
}

.garage-things span {
    display: inherit;
    font-size: 23px;
    padding-bottom: 18px;
}

.garage-things p {
    display: inherit;
    font-size: 25px;
    font-weight: 600;
}

button#dropdownMenuButton1 {
    color: black;
    background: white;
}

.side-drop {
    display: none;
}

@media(min-width:300px) and (max-width:772px) {
    .side-drop {
        display: block;
    }

    .dropdown-top {
        display: none;
    }
}

/*13-08-2024 Css Here*/
.cstmModal_Sec .modal-header {
    background: linear-gradient(45deg, rgba(7, 42, 62, 1) 0%, rgba(19, 111, 164, 1) 100%);
    justify-content: center;
}

.cstmModal_Sec .modal-header h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.cstmModal_Sec .modal-header button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*14-08-2024 Css Here*/
table tr th {
    background: #116798 !important;
    padding: 10px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}


table tr td {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    vertical-align: middle;
}

.footer-cls {
    right: 0 !important;
    width: calc(100% - 360px) !important;
    height: auto !important;
    position: fixed !important;
}


/*-----28-08-2024-----*/
.cstm-row-modal {
    display: flex;
    align-items: center;
}

.cstm-row-modal iframe {
    width: 100%;
}

.cstm-accept-outer {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 8px !important;
}

.cstm-user-list-data_table {
    margin: 20px 0px;
}

.cstm-user-list-data_table tr th,
.cstm-user-list-data_table tr td {
    text-align: center !important;
}

.cstm-textarea {
    height: 36px;
}

.loginUserName {
    width: fit-content;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    height: 56px;
    cursor: pointer;
}

.forgotpasswordlink:hover {
    color: white !important;
}

#addnewFacility {
    cursor: pointer !important;
}

.displaynone {
    display: none;
}

/*========= 13-09-2024 new css ==========*/
.custmLoginForm .login-field input::placeholder {
    color: #666666;
}

.left_bar,
main.main-content {
    transition: all .2s ease-in-out;
}

.dashboard-page.active .left_bar {
    /*margin-left: -360px;*/
    width: 115px;
}

.dashboard-page.active main.main-content {
    width: 100%;
}

.custmMultiSelect .dropdown-toggle {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    background: #fff;
}

.custmMultiSelect .dropdown-menu {
    max-height: 320px;
    overflow-y: auto;
}

.custmMultiSelect .bootstrap-select {
    width: 100% !important;
}

.bglightgrey {
    background-color: lightgrey;
}

select {
    width: 250px;
}

option {
    width: 250px
}




/*03-10-2024 Css Here*/
.dashboard-page.active .left_bar ul.menu-links {
    padding: 0px 15px;
}

.dashboard-page.active .left_bar ul.menu-links li a {
    justify-content: center;
}

.dashboard-page.active .left_bar ul.menu-links li a span {
    display: none;
}

.dashboard-page.active .left_bar ul.menu-links li:before {
    left: -18px;
}




/*------07-10-2024-----*/

.cstm-outer-table {
    overflow: auto;
}

.cstm-outer-table-inner tr td {
    word-break: break-all !important;
    width: 200px !important;
    word-wrap: break-word !important;
    text-wrap: wrap !important;
}

/*10/18/2024 css start here */
.user-list-dashboard .innerPage_SectionHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-list-dashboard .innerPage_SectionHeading a.list_anchor {
    display: inline-block;
    padding: 10px 20px;
    background: var(--sfs-accent-blue, #1d65d1);
    border-radius: 6px;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.user-list-dashboard .innerPage_SectionHeading h3 {
    font-weight: bold;
}

.main-productbox .productListCard_Wrapper {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 40px;
}

.main-productbox h3 {
    font-weight: bold;
}

.input_flex {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

/*10/18/2024 css end here */

#organicacidstatusremarkslaughter,
#mixturemixedstatusremarkslaughter,
#frequencystatusremarkslaughter,
#applicationstatusremarkslaugter {
    /*width: 300px;*/
    height: 30px;
    overflow-y: scroll;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
}

.customDisable {
    background-color: #e9ecef !important;
    cursor: default;
}

.customDisable:focus {
    outline: none !important;
    border: none !important;
}

.createproductbuttonsdiv {
    margin-left: 1150px;
}

/* Dashboard icons */
.fas.fa-building::before,
.fa-building::before {
    content: "\f1ad" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-gear::before,
.fa-gear::before {
    content: "\f013" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-cog::before,
.fa-cog::before {
    content: "\f013" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fas.fa-box::before,
.fa-box::before {
    content: "\f466" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}