.container {
    max-width: 1300px;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.top-header {
    background: #5F249F;
    padding: 10px 15px;
}

.top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .top-nav ul li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1.3rem;
    }

        .top-nav ul li a {
            color: #fff;
            text-decoration: none;
        }

.top-header .grid-section {
    display: flex;
    align-items: center;
}

.top-header .right-buttons-area {
    margin-left: auto;
}

    .top-header .right-buttons-area a {
        color: #fff;
        text-decoration: none;
    }

        .top-header .right-buttons-area a.btn {
            color: #ffffff;
            text-decoration: none;
            padding: 8px 15px;
            display: inline-block;
            border: 1px solid #fff;
            border-radius: 50px;
            font-size: 14px;
            background: transparent;
            font-weight: bold;
            margin-right: 10px;
        }

            .top-header .right-buttons-area a.btn.active, .top-header .right-buttons-area a.btn:hover {
                color: #5F249F;
                border: 1px solid #fff;
                background: #fff;
            }

    .top-header .right-buttons-area span {
        color: #fff;
        margin-right: 12px;
    }

.top-nav ul li:first-child {
    margin-left: 0;
}

.main-header {
    padding: 30px 20px;
}

    .main-header .grid-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .main-header .grid-section .navigation-area {
            margin-left: auto;
        }

        .main-header .grid-section .logo {
            width: 250px;
        }

            .main-header .grid-section .logo img {
                max-width: 100%;
                width: 65%;
            }

        .main-header .grid-section .navigation-area ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .main-header .grid-section .navigation-area ul li {
                margin: 0 13px;
            }

                .main-header .grid-section .navigation-area ul li a {
                    text-decoration: none;
                    color: #5F249F;
                }

                    .main-header .grid-section .navigation-area ul li a.btn.green-btn {
                        background: #00C795;
                        padding: 10px 19px;
                        border-radius: 20px;
                        color: #fff;
                    }

                    .main-header .grid-section .navigation-area ul li a.btn.purple-btn {
                        background: #5F249F;
                        padding: 10px 19px;
                        border-radius: 20px;
                        color: #fff;
                    }

.footer .top-footer {
    background: #DED0D0;
    padding: 30px 20px;
}

    .footer .top-footer .grid-footer {
        display: flex;
    }

        .footer .top-footer .grid-footer .block {
            width: 33%;
        }

            .footer .top-footer .grid-footer .block h3 {
                color: #5F249F;
                font-size: 18px;
                font-weight: bold;
                margin: 0 0 20px 0;
            }

            .footer .top-footer .grid-footer .block p {
                color: #5F249F;
                line-height: 1.5;
            }

                .footer .top-footer .grid-footer .block p a {
                    text-decoration: none;
                    color: #5F249F;
                }

.copyright-footer {
    text-align: center;
    background: #5F249F;
    padding: 10px 0;
}

    .copyright-footer p {
        color: #fff;
        padding: 0;
        font-weight: bold;
    }
/*.main-header .grid-section .navigation-area ul li a {
    color: white
}*/
div.dataTables_wrapper div.dataTables_paginate {
    white-space: pre-wrap;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        white-space: pre-wrap;
    }

.breadcrumb a {
    color: #5f249f;
}

.main-header {
    padding: 20px 20px !important;
    border-bottom: 3px solid #5F249F !important;
    margin-bottom: 10px !important;
    background: white !important;
}

.container {
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media(max-width: 400px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.search-panel-Report {
    display: flex;
    flex-wrap: wrap;
}

.panel-header-container {
    text-align: center !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.panel-child-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.table-width {
    width: 100% !important;
}

.panel-checkbox {
    display: flex;
    text-align: center;
    align-items: normal;
    gap: 0.5rem;
}

.search-panel-container {
    display: flex !important;
    justify-content: left !important;
    padding-left: unset !important;
    gap: 1.5rem !important;
    flex-wrap: wrap;
}

.search-panel-input {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: inherit;
    flex-wrap: wrap;
}

.search-panel-container-grid {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

    .search-panel-container-grid .search-panel-input {
        gap: 2rem 1rem;
    }

    .search-panel-container-grid #clientError {
        position: absolute;
    }

.search-panel-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
/*#region contact List*/
.panel-checkbox .panel-checkbox-btn {
    margin: unset;
}

.panel-checkbox .panel-lable {
    margin: unset
}
/*#endregion Contact List*/

.btn-Export-right {
    display: flex;
    justify-content: end;
    margin-right: 0.6rem;
}

.search-panel {
    margin-block-end: 0em
}

.max-width-550 {
    max-width: 550px;
}

.modal-footer-export {
    display: flex;
    justify-content: end;
    gap: 1rem;
    margin: 1.5rem;
}

#Opportunity_Export .col-md-6 {
    margin-top: 5px;
}

#Opportunity_Export .form-group {
    margin-bottom: unset;
}

.date-range {
    height: 34px !important;
    width: unset !important;
}

.dropdown-select-style .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .selected > a {
    color: #fff !important;
    background-color: #9568c5 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #9568c5 !important;
    color: white !important;
}

.model-style .select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline-color: #9568c5 !important;
}

.panel-style .select2-container .select2-selection--single {
    height: 34px !important;
}

.dropdown-select-style .form-control:focus {
    border-color: #9568c5 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(149 104 197) !important;
}

.dropdown-select-style .dropdown-menu > .active > a {
    background-color: #9568c5 !important;
}

.panel-style .select2-container {
    width: unset !important;
}

.action-btn {
    text-align: end;
    padding-right: 5rem !important;
}

.panel-body-padding-vertical {
    padding-top: unset !important;
    padding-bottom: unset !important;
}

.tbl-input > tfoot > tr > td {
    padding: 2px !important;
}

.tbl-input > tbody > tr > td {
    padding: 2px !important;
}

#client_view_header_section > li.active > a {
    background-color: #e6ebed;
}

.danger-color {
    border-color: #c9302c;
    box-shadow: 0px 0px 2px 1px #c9302c;
}

.display-align {
    display: grid;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}
/*#region input type number remove arrow*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
/*#endregion */
/*#region Quote*/
.input-symbol-dollar {
    position: relative;
}

    .input-symbol-dollar:before {
        position: absolute;
        top: 25%;
        content: "$";
        left: 5px;
    }

.panel-header-txt > p {
    margin-bottom: 5px;
    font-weight: bold;
}

.statusInfoPanel {
    display: flex;
    gap: 1rem;
}

    .statusInfoPanel .infoQuoteStatusHeading {
        margin-bottom: 5px;
        font-weight: bold;
    }

.infoQuoteStatus {
    margin-bottom: 5px !important;
}

.symbol-dollar-align:before {
    top: 0%;
}

.even-row-bg-color > tbody > tr {
    background-color: #F2F8FA !important;
}

.even-row-bg-color > tfoot > tr {
    background-color: #F2F8FA !important;
}
/*#endregion */
/*#region Supply*/
#SupplyForm > input {
    max-width: unset;
}

#SupplyForm > select textarea {
    max-width: unset;
}

.tblSuppliesDesign .table > thead > tr > td {
    padding: 15px;
}

.tblSuppliesDesign .table > tfoot > tr > td {
    padding: 15px;
}

@media(max-width: 412px) {
    .tblSuppliesDesign .table > thead > tr > td {
        padding: 4px;
    }

    .tblSuppliesDesign .table > tfoot > tr > td {
        padding: 4px;
    }

    .input-with-close-symbol {
        width: max-content;
    }
}

.tblSuppliesDesign .table {
    text-align: left;
}

.select2-hight .select2-selection__rendered {
    line-height: 33px !important;
}

.select2-hight .select2-selection__arrow {
    height: 32px !important;
}

.selection .select2-selection--multiple {
    max-height: 60px;
    overflow-y: auto;
    width: 100%;
}
/*#endregion */
/*#region Shipping*/
#ShippingForm .panel {
    margin-bottom: 10px !important;
}

#ShippingForm .form-group {
    margin-bottom: unset !important;
}

#packageBox {
    max-width: max-content;
}

#ShippingForm tfoot > tr > td .form-control {
    border-radius: 4px !important;
    padding: 6px 6px;
}

#ShippingForm tfoot > tr > td .col-sm-3 {
    width: 18% !important;
    padding-left: 4px;
    padding-right: unset;
}

/*#ShippingForm tfoot > tr > td .set-width {
    width: fit-content;
}
*/


.set-width {
    width: 70.3409px !important;
}

.div-action-style {
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
    width: 50px;
}

    .div-action-style .btn {
        display: flow;
    }

.div-dropdown {
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
    width: 193px;
}

.div-input-text {
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
    width: 193px;
}

.border-top-1 {
    border-top: 1px solid #ddd;
}

.btn-padding {
    padding: 6px 3px;
}

.margin-top-2 {
    margin-top: 2px;
}

.div-containar-style {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .hidden-responsive-1 {
        display: none;
    }

    .div-input-text {
        width: unset;
    }

    .div-dropdown {
        width: unset;
    }

    .shipment-package-border {
        border: #dddddd solid 1px;
        border-radius: 4px;
        padding: 6px;
        margin-bottom: 2px;
    }
}

@media (min-width: 992px) {
    .div-input-text, .div-dropdown, .div-action-style {
        float: left;
    }

    .hidden-responsive {
        display: none;
    }
}
/*#endregion */
/*#region Shipping*/
#DataTableTaskList {
    width: unset !important;
}
/*#endregion */
/*#region Payment*/
.input-invoice-container {
    display: grid;
    justify-content: center;
}

    .input-invoice-container input {
        max-width: unset !important;
    }

.material-icons {
    font-size: 20px;
}

.payment-btn-login p {
    font-weight: 600;
}

.payment-btn-login {
    margin-top: 5px;
}

    .payment-btn-login .btn-default {
        background: #e3e3e3;
    }

        .payment-btn-login .btn-default:hover {
            background: #d4d4d4;
        }

    .payment-btn-login img {
        margin: 6px;
        height: 18px;
    }
/*#endregion */
/*#region History*/
.panel-select2-w .select2-container {
    width: 200px !important;
}

.panel-select2-w .form-control {
    width: unset !important;
}
/*#endregion */
/*#region lable*/
@media screen and (max-width: 767px) {
    .table-responsive {
        min-height: 250px;
        overflow-y: unset !important;
    }
}
/*#endregion */
/*#region Order*/

.labsub-order-tbl .table-responsive {
    min-height: 250px;
}
/*#endregion */
/*#region model-pop-up*/
.select2-container--open > .select2-dropdown--below {
    max-width: min-content !important;
}

@media (max-width: 769px) {
    .max-width-550 {
        max-width: none;
    }
}

@media (hover: none) {
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #ddd !important;
        color: #333 !important;
    }
}

.pdf-control-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.pdf-view-container {
    text-align: center;
}

.model-footer-btn {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

    .model-footer-btn > .btn + .btn {
        margin-left: unset;
    }

/*#endregion */
/*#region primatesBredResult*/
#primatesBredResult-panel .search-panel-input {
    align-items: end !important;
    width: unset;
}

#primatesBredResult-panel .form-control {
    height: 80px;
    width: 220px;
}

.readonly-color .form-control[readonly] {
    background-color: #f5f5f5;
}
/*#endregion */
/*#region CRM Admin*/
.card {
    min-width: 200px;
}

    .card .card-icon-top {
        font-size: 4.5rem;
        margin-bottom: 1.5rem;
    }

    .card .card-title {
        color: #212529;
        display: block;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.33333;
    }

.card-content {
    transition: all 100ms ease-in-out;
    border: none;
    text-align: center;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
}

    .card-content:hover {
        transform: scale(1.04);
        border: none;
    }

    .card-content > a:hover, .card-content > a:active, .card-content > a:link {
        color: inherit;
        background: #fff;
        text-decoration: none;
    }

        .card-content > a:hover .card-title,
        .card-content > a:active .card-title {
            color: #5f249f;
        }

.card-border {
    text-align: center;
    border: 1px solid #d3d3d3;
    padding: 10px;
}

.card-grid {
    display: grid;
}

.card-grid-body {
    display: grid;
    gap: 2rem;
}

.card-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: start;
    /*margin-bottom: 100px;*/
    gap: 3rem;
}

.card-border:hover,
.card-border:active {
    border: 1px #9071b1 solid !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .075), 0 0 11px #947fab;
}

.card-img {
    height: 6rem;
}

/*#endregion */
/*#region invoice*/
.w-468 {
    max-width: 468px;
}

.h-90 {
    min-height: 90px !important;
}

.word-wrap {
    word-wrap: break-word;
}

.login-message-overflow {
    overflow: auto;
}
/*#endregion */

/*#region  auto complete*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }


/*#endregion */
.note-btn {
    float: right;
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    max-width: 100%;
}
/*#region email model*/
.email-autocomplete {
    max-width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.email-chips-container {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    align-items: center;
    flex-grow: 1;
}

    .email-chips-container input {
        border: none;
        outline: none;
        flex-grow: 1;
        min-width: 150px;
        max-width: 100%;
    }

.chip {
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px #ccc solid;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
}

    .chip .close {
        margin-left: 10px;
        cursor: pointer;
        font-size: 14px;
        opacity: 0.7;
    }

        .chip .close:hover {
            opacity: 1;
        }

/* Popup suggestion styling */
.suggestions-list {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

    .suggestions-list div {
        padding: 10px;
        cursor: pointer;
        white-space: nowrap; /* Prevents text from wrapping */
        overflow: hidden; /* Hide any text that overflows */
        text-overflow: ellipsis; /* Adds "..." for overflowing text */
    }

        .suggestions-list div:hover {
            background-color: #f5f5f5;
        }

/* Highlighted suggestion when navigating with arrow keys */
.suggestion-item.autocomplete-active {
    background-color: #5F249F !important;
    color: #ffffff;
}

.suggestions-list .autocomplete-active {
    scroll-margin: 5px;
}
/*#endregion */

.border-check-box {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

/*#region Margin classes  */
.m-0 {
    margin: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.m-1 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.m-2 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.m-3 {
    margin: 2rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.ml-4 {
    margin-left: 2rem !important;
}

.mr-4 {
    margin-right: 2rem !important;
}

/*#endregion */

/*#region Padding classes  */
.p-0 {
    padding: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.p-1 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.p-2 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.p-3 {
    padding: 2rem !important;
}

.pt-4 {
    padding-top: 2rem !important;
}

.pb-4 {
    padding-bottom: 2rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pr-4 {
    padding-right: 2rem !important;
}
/*#endregion */

.mw-100 {
    width: 100% !important;
    max-width: 100% !important;
}

.modal-fullscreen {
    width: 100%
}

.mt-50 {
    margin-top: 50px !important;
}
/*#region file upload*/
.input_file_container {
    border: 1px solid #aaa;
    border-radius: 5px;
}

.input-file-height {
    height: 32px;
}

.input-file::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #aaa;
    border-bottom-left-radius: 5px;
    border-start-start-radius: 5px;
    padding: 8px 13px;
    margin-right: 20px;
    transition: .5s;
}

    .input-file::file-selector-button:hover {
        background-color: #eee;
        border: 0px;
        border-right: 1px solid #aaa;
        border-start-start-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.text-center {
    text-align: center !important;
}

.justify-end {
    justify-content: end;
}
/*#endregion */


/*#region Check-box*/
/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px;
}


/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #5bc0de;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style for the .checkmark when the checkbox is focused */
.checkbox-container input:focus + .checkmark {
    border: solid 1px #66afe9; /*Add a border with a color of your choice */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); /*Optional: add a glow effect */
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fw-0{
    font-weight:100 !important;
}

.justify-center {
    justify-self: anchor-center;
}
.justify-between {
   justify-content:space-between;
}
/* #endregion */


.d-flex {
    display: flex;
}

.gap-2 {
    gap: 2rem;
}

.flex-wrap {
    flex-wrap: wrap;
}

.p-m-0 p {
    margin: unset;
}

.font-weight-normal {
    font-weight: 500;
}
