@import "header-ui.css";
@import "default-styles.css";

body {
    margin: 0;
    font-family: "Lato", sans-serif;
}

.body-container {
    display: flex;
    flex-wrap: wrap;
    left: 72px;
    margin: 0 0 0 0;
    min-height: auto;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 63px;
    width: calc(100% - 72px);
}

.body-container .container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0px;
    min-width: calc(100% - 0%);
    word-break: break-word;
}
.body-container .container.noWrap {
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.banner {
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0px 4px 6px #00000033;
    display: flex;
    height: 130px;
    padding: 40px 30px;
    position: relative;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .Banner {
        height: 120px;
    }
}

.banner.banner-landing {
    background-image: url('/landingpage-banner.png');
}

.banner.banner-assets {
    background-image: url('/myasset-banner.png');
}

.banner.banner-company {
    background-image: url('/mycompany-banner.png');
}

.banner.banner-incidents {
    background-image: url('/myincident-banner.png');
}

.banner.banner-projects {
    background-image: url('/myproject-banner.png');
}
.banner.banner-digitalSolution {
    background-image: url('/digitalSolutions-banner.png');
}

.banner h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.banner p {
    color: #D3E0F9;
    font-size: 12px;
    margin: 0;
}

.banner .breadcrumb {
    margin: 3px 0 0 28px;
}

.banner .breadcrumb li {
    color: #fff;
    font-size: 12px;
    padding: 2px 0;
    text-decoration: none;
}

.banner .breadcrumb li a {
    color: #9DBEDA;
    font-size: 12px;
    padding: 0;
    text-decoration: none;
}

.banner .breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}

.banner .breadcrumb li img {
    display: inline;
    margin: -2px 2px 0;
    width: 14px;
}

.body-container .container .content-block {
    margin: 0;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4) !important;
    display: none;
}

.modal-backdrop.show {
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.fade {
    transition: none;
}

.btn:focus,
.btn:hover,
.btn.active:focus,
.btn.active:hover {
    background-color: #0b5ed7;
    border-color: #0a53be;
    box-shadow: none !important;
    color: #fff;
    outline: none;
}

.dataTables_wrapper .dataTables_info {
    color: #666 !important;
    clear: both;
    float: left;
    font-size: 12px;
    margin: 28px 0 0;
    padding: 0 !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin: 20px 0 !important;
    padding-top: 0.25em;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.myAssets .dataTables_wrapper .dataTables_paginate .paginate_button,
.asset-detail-card .dataTables_wrapper .dataTables_paginate .paginate_button,
.view-pagination .pagination .page-item .page-link {
    background-color: #fff;
    border: 1px solid #CBD8E6 !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    cursor: pointer;
    color: #313131 !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px;
    min-width: 1.5em;
    padding: 4px 1em;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
.myAssets .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.myAssets .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.myAssets .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.view-pagination .pagination .page-item .page-link:hover,
.view-pagination .pagination .page-item.active .page-link {
    background: #00559F !important;
    border: 1px solid #00559F !important;
    box-shadow: none;
    color: #fff !important;
    padding: 0.3em 1em 0.27em;
    transition: all 0.5s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.view-pagination .pagination .page-item.disabled .page-link,
.view-pagination .pagination .page-item.disabled .page-link:hover {
    background-color: transparent !important;
    border: none !important;
    color: #666 !important;
    
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.view-pagination .pagination .page-item .page-link.entity-pager-next-link {
    margin-right: 0;
}

.title-block {
    align-items: center;
    border-bottom: 1px solid #CBD8E6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 20px 0 !important;
    width: 98.5% !important;
}

.title-block h2 {
    color: #0B0B0B;
    font-size: 18px;
    font-weight: 700;
}
.title-block h2 span.responded {
    background-color: rgb(36,158,107);
}
.title-block h2 span.requested {
    background-color: rgb(236,172,0);
}
.title-block h2 span.inactive {
    background-color: rgb(158, 36, 36);
}
.title-block h2 span.ordered {
    background-color: rgb(69, 71, 184);
}
.title-block .actions-block .btn {
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    padding: 10px 25px;
}

.title-block .actions-block .btn.btn-primary {
    background-color: #0039A6;
    border: 1px solid #0039A6;
    color: #fff;
    cursor: pointer;
}
.title-block .actions-block .btn.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #0039A6;
    color: #0039A6;
    cursor: pointer;
}

.title-block .actions-block .btn.btn-secondary {
    background-color: #fff;
    border: 1px solid #0039A6;
    color: #0039A6;
    cursor: pointer;
    margin-left: 0;
}
.title-block .actions-block .btn.btn-secondary:hover {
    background-color: #0039A6;
    border: 1px solid #0039A6;
    color: #fff;
    cursor: pointer;
}
.title-block .actions-block .btn.btn-secondary:disabled {
    background-color: #e8e8e8;
    border: 1px solid #c6c6c6;
    color: #525252;
}
.col-left.company-detail {
    margin-top: 22px;
    padding-left: 0;
    padding-right: 15px;
}

.col-left .accordion-item {
    background-color: #EBEFF5;
    border: 1px solid #C2D6E8;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0;
}

.col-left .accordion-item:not(:first-of-type) {
    border-top: 1px solid #C2D6E8;
}

.col-left .accordion-item .accordion-button {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #101010;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    position: relative;
}

.col-left .accordion-item .accordion-button::after {
    background-image: url(/icon-arrowD-B.png);
    background-position: 0;
    background-size: 36px;
    display: block;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 30px;
    transform: rotate(0deg);
}

.col-left .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(/icon-arrowU-B.png);
    background-size: 36px;
    height: 26px;
    width: 30px;
}

.col-left .accordion-item .accordion-collapse {
    padding: 0 20px 5px;
}
.col-left .accordion-item .accordion-body,
.col-left .accordion-item ul.accordion-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
}

.col-left .accordion-item .accordion-body .coCard-grid p.no-data,
.col-left .accordion-item ul.accordion-body p.no-data {
    font-size: 13px;
    padding: 0;
    text-align: left;
}
.col-left .accordion-item ul.accordion-body li {
    display: inline-block;
    width: 23%;
    margin: 0 15px 15px 0;
    text-align: left;
}

.col-left .accordion-item ul.accordion-body li:nth-child(4n) {
    margin-right: 0;
}

.col-left .accordion-item ul.accordion-body li label {
    color: #505152;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.col-left .accordion-item ul.accordion-body li p {
    background-color: #F4F6F9 !important;
    border: none;
    color: #505152;
    font-size: 14px;
    height: auto;
    min-height: 33px;
    margin-bottom: 0;
    padding: 6px 10px;
}

.col-left .accordion-item ul.accordion-body li .form-control {
    background-color: #FAFBFC !important;
    border: 1px solid #CED1D4;
    color: #505152;
    font-size: 14px;
    height: auto;
    min-height: 33px;
    margin-bottom: 0;
    padding: 6px 10px;
}

.col-left .accordion-item ul.accordion-body li .form-control:focus {
    background-color: #FAFBFC !important;
    box-shadow: none !important;
}

.col-left .accordion-item ul.accordion-body.accordian-name li {
    width: 32%;
}

.col-left .accordion-item ul.accordion-body.accordian-name li:last-child {
    margin-right: 0;
}

.col-left .accordion-item .accordion-body th,
.col-left .accordion-item .accordion-body .table>:not(:last-child)>:last-child>* {
    border-bottom: 1px solid #CED1D4;
    font-size: 12px;
    font-weight: 700;
}

/* Right Section CSS */
.body-container .content-block .col-right {
    margin-top: 10px;
}

.body-container .col-right .right-section {
    background: linear-gradient(0deg, #c2d6e8, #c2d6e8), linear-gradient(0deg, #f1f4f8, #f1f4f8);
    border: 1px solid #c2d6e8;
    border-radius: 4px;
    margin-right: 1%;
    margin-top: 3%;
}

.body-container .col-right .right-section form {
    background-color: #f1f4f8;
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
}
.body-container .col-right .right-section form h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 3px 0 0;
}
.body-container .col-right .right-section form .search-input {
    border: 1px solid #E5E8EC;
    padding: 5px 10px;
}

.body-container .col-right .right-section .right-section-header {
    background: #dce4ef;
    display: flex;
    gap: 10px;
    height: 6%;
    justify-content: space-between;
    padding: 15px 24px;
    place-items: flex-start;
    width: 100%;
}
.body-container .col-right .right-section .right-section-header h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin: 0 10px 0 0;
    text-align: left;
}
.body-container .col-right .right-section .right-section-header h1 span.count {
    background-color: #FBAB32;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 6px;
    vertical-align: bottom;
}

.body-container .col-right .right-section .right-section-header a {
    border-bottom: 1px solid #00559f;
    color: #00559f;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    margin-right: 0;
    margin-top: 6px;
    padding: 0px 2px;
    text-align: right;
    text-decoration: none;
}
.body-container .col-right .right-section .right-section-header a:hover {
    border-bottom: none;
    color: #2A2C2E;
    cursor: pointer;
}
.body-container .col-right .right-section .right-section-header a.external-link {
    background-color: rgba(255,255,255,0.3);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 8px;
    text-align: center;
    transition: all 0.5s ease;
}
.body-container .col-right .right-section .right-section-header a.external-link img {
    margin-right: 0px;
    margin-top: -4px;
    width: 20px;
}
.body-container .col-right .right-section .right-section-header a.external-link:hover {
    background-color: rgba(241,244,248,0.8);
    cursor: pointer;
    transition: all 0.5s ease;
}
.right-section .right-section-header p {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
}
.right-section .right-section-header p.spare-intro {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.body-container .col-right .right-section .order-summary-header {
    background: #0a53be;
    border-radius: 4px 4px 0 0;
    height: 6%;
    padding: 15px;
}
.body-container .col-right .right-section .order-summary-header h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.body-container .col-right .right-section .right-section-body {
    background-color: #f1f4f8;
    border: 1px solid #c2d6e8;
    flex-wrap: wrap;
    gap: 24px;
    overflow: scroll;
    height: 395px;
    padding: 24px;
}
.body-container .col-right .right-section .right-section-body a.proj-list {
    color: inherit;
    display: block;
    margin-bottom: 20px;
    text-decoration: none; 
}
.body-container .col-right .right-section .right-section-body a.proj-list:last-child {
    margin-bottom: 0;
}
.body-container .col-right .right-section .order-summary-body {
    background-color: #f1f4f8;
    border: 1px solid #c2d6e8;
    padding: 5px 15px 20px;
}
.order-summary-body ul {
    margin: 0;
    padding: 0;
}
.order-summary-body ul li {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
}
.order-summary-body ul li:first-child,
.order-summary-body ul li:nth-child(2) {
    border-bottom: 1px solid #cdd3da;
}
.order-summary-body ul li label {
    font-weight: 400;
    padding: 10px 5px;
}
.order-summary-body ul li span {
    padding: 10px 5px;
}
.order-summary-body ul li:nth-child(3) label,
.order-summary-body ul li:nth-child(3) span {
    font-weight: 600;
}
.order-summary-body ul li .btn {
    background-color: #e6eef5;
    border: 1px solid #96c0e6;
    color: #0a53be;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 0;
    transition: all 0.5s ease;
    width: 100%;
}
.order-summary-body ul li .btn:disabled {
    background-color: #e8e8e8;
    border: 1px solid #c6c6c6;
    color: #525252;
}
.order-summary-body ul li .btn:hover {
    background-color: #0a53be;
    border: 1px solid #0a53be;
    color: #fff;
    cursor: pointer;
}
.order-summary-body ul li:last-child .btn {
    margin-top: 20px;
}
.modal.show .modal-content.landing-modal-content .modal-body {
    height: 78.8vh;
    overflow-y: scroll;
    padding-top: 0;
}
.modal .modal-body p.modal-note {
    font-size: 12px;
    margin: 15px 0;
    text-align: left;
}

.right-section .right-section-body::-webkit-scrollbar,
.modal.show .modal-content.landing-modal-content .modal-body::-webkit-scrollbar,
.right-modal.modal.show .modal-dialog .modal-body::-webkit-scrollbar,
.body-container .content-block .dataBlock .myAssets::-webkit-scrollbar,
.landing-modal-content ul li .dropdown .dropdown-content.show::-webkit-scrollbar,
.landing-modal-content .lmodal-fieldSrvs-Card ul li textarea.form-control::-webkit-scrollbar,
.autocomplete-container .autocomplete-items::-webkit-scrollbar,
.modalContent-body ul.wishlist-lisitng::-webkit-scrollbar,
.modal.show .modal-print .modal-body::-webkit-scrollbar {
    width: 5px;
}

.right-section .right-section-body::-webkit-scrollbar-track,
.modal.show .modal-content.landing-modal-content .modal-body::-webkit-scrollbar-track,
.right-modal.modal.show .modal-dialog .modal-body::-webkit-scrollbar-track,
.body-container .content-block .dataBlock .myAssets::-webkit-scrollbar-track,
.landing-modal-content ul li .dropdown .dropdown-content.show::-webkit-scrollbar-track,
.landing-modal-content .lmodal-fieldSrvs-Card ul li textarea.form-control::-webkit-scrollbar-track,
.autocomplete-container .autocomplete-items::-webkit-scrollbar-track,
.modalContent-body ul.wishlist-lisitng::-webkit-scrollbar-track,
.modal.show .modal-print .modal-body::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.right-section .right-section-body::-webkit-scrollbar-thumb,
.modal.show .modal-content.landing-modal-content .modal-body::-webkit-scrollbar-thumb,
.right-modal.modal.show .modal-dialog .modal-body::-webkit-scrollbar-thumb,
.body-container .content-block .dataBlock .myAssets::-webkit-scrollbar-thumb,
.landing-modal-content ul li .dropdown .dropdown-content.show::-webkit-scrollbar-thumb,
.landing-modal-content .lmodal-fieldSrvs-Card ul li textarea.form-control::-webkit-scrollbar-thumb,
.autocomplete-container .autocomplete-items::-webkit-scrollbar-thumb,
.modalContent-body ul.wishlist-lisitng::-webkit-scrollbar-thumb,
.modal.show .modal-print .modal-body::-webkit-scrollbar-thumb {
    background: #BACADE;
    border-radius: 10px;
}

/* Handle on hover */
.right-section .right-section-body::-webkit-scrollbar-thumb:hover,
.modal.show .modal-content.landing-modal-content .modal-body::-webkit-scrollbar-thumb:hover,
.right-modal.modal.show .modal-dialog .modal-body::-webkit-scrollbar-thumb:hover,
.body-container .content-block .dataBlock .myAssets::-webkit-scrollbar-thumb:hover,
.landing-modal-content ul li .dropdown .dropdown-content.show::-webkit-scrollbar-thumb:hover,
.landing-modal-content .lmodal-fieldSrvs-Card ul li textarea.form-control::-webkit-scrollbar-thumb:hover,
.autocomplete-container .autocomplete-items::-webkit-scrollbar-thumb:hover,
.modalContent-body ul.wishlist-lisitng::-webkit-scrollbar-thumb:hover,
.modal.show .modal-print .modal-body::-webkit-scrollbar-thumb:hover {
    background: #9dbeda;
}

.col-right .right-section .right-section-body .card-right {
    border-radius: 4px;
    border: 1px solid var(--Grey-Grey-700, #ced1d4);
    background: var(--Grey-Grey-100, #fafbfc);
    box-shadow: 0px 2px 8px 0px rgba(152, 163, 178, 0.11);
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    max-width: 100%;
    @media screen and (max-width: 480px) {
        width: calc(100% - 48px);
        margin: auto;
    }
}
.col-right .right-section .right-section-body .card-right:last-child {
    margin-bottom: 0;
}
.right-section-body .card-right .card-right-heading {
    background: #e6eef5;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 8px 12px;
    place-items: center;
    width: 100%;
}

.right-section-body .card-right .card-right-heading .icon-gearBox {
    align-items: center;
    background: #f7f7f9;
    border: 1px solid #c0cee2;
    border-radius: 4px;
    display: flex;
    gap: 8.97px;
    justify-content: center;
    margin-right: 10px;
    padding: 8px;
}

.card-right .card-right-heading .icon-gearBox i {
    font-size: 18px;
    color: #00559f;
}

.right-section-body .card-right .card-right-heading h3 {
    color: #222223;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;
}

.right-section-body .card-right .card-right-body {
    padding-bottom: 8px;
}

.right-section-body .card-right .card-right-body .row {
    margin: 0;
    padding: 4px 0;
}

.right-section-body .card-right .card-right-body .row .col {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.card-right .card-right-body .row .col img {
    margin-right: 5px;
    height: 16px;
}
.card-right .card-right-body .row .col svg {
    margin-right: 5px;
}
.card-right .card-right-body .row .col:last-child {
    text-align: right;
}

.card-right .card-right-body .row .col:last-child p {
    background-color: #E6EEF5;
    border-radius: 4px;
    color: #00559F;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 2px;
}

.card-right .card-right-body .row .col:last-child p img,
.card-right .card-right-body .row .col:last-child a img {
    margin-right: 0;
    vertical-align: sub;
    width: 16px;
}
.right-section-body .card-right .card-right-body .row .col span {
    display: inline-block;
}
.card-right .card-right-body .row .col:last-child a {
    background-color: #E6EEF5;
    border-radius: 4px;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 2px 5px;
}
.card-right .card-right-body .row .col:last-child a span {
    color: #00559F;
    font-size: 12px;
    font-weight: 500;
    text-transform: lowercase;
}
.card-right .card-right-body .row .col:last-child a span:first-letter {
    text-transform: uppercase;
}

.body-container .content-block .filter-section {
    border-bottom: 1px solid #CBD8E6;
    margin: 0 0 20px;
    padding: 20px 0 15px;
}

.content-block .filter-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-block .filter-section ul li {
    display: inline-block;
    margin-left: 5px;
}

.content-block .filter-section ul li a.featureBtn,
.content-block .filter-section ul li button.featureBtn {
    border: 1px solid #00559F;
    border-radius: 4px;
    color: #00559F;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px 6px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.content-block .filter-section ul li a.featureBtn img,
.content-block .filter-section ul li button.featureBtn img {
    width: 28px;
}
.content-block .filter-section ul li a.featureBtn:hover,
.content-block .filter-section ul li button.featureBtn:hover {
    background-color: #EBEFF5;
    cursor: pointer;
}
.content-block .filter-section ul li button.featureBtn:disabled {
    border: 1px solid #e5e8ec;
    filter: grayscale(1);
    color: #787878;
    opacity: 0.6;
}
.content-block .filter-section .left-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.content-block .filter-section .left-filters p {
    color: #393939;
    font-size: 12px;
    margin: 0;
}
.content-block .filter-section h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: lowercase;
}
.content-block .filter-section h3:first-letter {
    text-transform: uppercase;
}
.content-block .filter-section .left-filters .asset-count {
    background-color: #ffb700;
    border-radius: 4px;
    font-size: 14px;
    margin-top: -3px;
    padding: 5px 8px;
    text-align: center;
    /* vertical-align: bottom; */
}
.content-block .filter-section .left-filters li.authorName {
    color: #393939;
    display: block;
    font-size: 12px;
    padding-top: 5px;
}
.content-block .filter-section .vdevide-filter {
    background-color: #CBD8E6;
    height: 10px;
    width: 1px;
}

.left-filters .btn {
    color: #fff;
    padding: 3px 7px 2px 6px;
    height: 31px;
    vertical-align: text-bottom !important;
}
.left-filters .btn:first-child {
    padding: 2px 7px 5px;
}
.left-filters .btn:first-child .fa-table-cells {
    font-size: 13px;
}
.content-block .filter-section .left-filters .lft-fltr-label {
    flex: 1 1 100%;
}
.content-block .filter-section .right-filters {
    text-align: right;
}
.content-block .filter-section .right-filters.filter-search {
    margin-top: 5px;
}
.content-block .filter-section .right-filters.filter-search h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.content-block .filter-section .right-filters.filter-search .search-input {
    background-position-x: 370px !important;
    padding: 8px 10px;
    width: 400px !important;
}

.body-container .content-block .filter-section.second-filter {
    margin: -5px 0 0;
    padding: 0 0 15px;
}
.filter-section.second-filter .selectAll-CheckBox {
    margin-top: 2px;
    text-align: left;
}
.filter-section.second-filter .selectAll-CheckBox .labelTxt {
    font-size: 14px;
    font-weight: 600;
    margin-left: 36px;
    vertical-align: middle;
}

.content-block .filter-section li.vdevide-filter2 {
    background-color: #9DBEDA;
    height: 30px;
    width: 1px;
    margin: 0 10px 0 14px;
    vertical-align: middle;
}

.content-block .filter-section .right-filters li .btn {
    background-color: #0039A6;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
}

.content-block .filter-section .right-filters li .btn img {
    height: 16px;
    margin-right: 3px;
    vertical-align: text-top;
}

.filter-section .right-filters .form-control,
.filter-section .right-filters .search-input {
    background: url('/icon-search-B.png') 100px center no-repeat;
    background-size: 19px;
    opacity: 0.7;
    color: #898B8D;
}

.filter-section .right-filters select {
    background-color: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 0;
    color: #898B8D;
    font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 13px;
    height: auto;
    letter-spacing: 0.04rem;
    min-height: 30px;
    margin-bottom: 0;
    opacity: 0.7;
    padding: 5px 10px;
    resize: none;
}
.filter-section .right-filters select:focus, 
.filter-section .right-filters select:focus-visible {
    border: 1px solid #d5d8d0;
    opacity: 1.0;
    outline: none;
}

.table-search .filter-search-title h3,
.card-search .filter-search-title h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 7px 0 0px;
    text-align: right;
}

.table-search .search-input,
.card-search .form-control {
    border: 1px solid #E5E8EC;
    font-size: 14px;
    color: #898B8D;
    padding: 5px 10px;
    width: 125px;
}

.table-search .col,
.card-search .col {
    padding-right: 0;
}


.element-myasset-grid-view {
    background-color: #f7f7f9;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
}

.body-container .content-block .dataBlock {
    margin: 0;
}

.body-container .content-block .dataBlock .myAssets {
    background-color: #EBEFF5;
    border: 1px solid #BACADE;
    border-radius: 4px;
    padding-bottom: 12px;
    /*height: 50vh;
    overflow-y: scroll;*/
}

.body-container .content-block .dataBlock .myAssets .dataTables_length {
    display: none;
}

.dataTables_wrapper no-footer {
    background-color: #EBEFF5;
    padding: 15px;
}

table.dataTable.no-footer.table-grid {
    border-bottom: none;
    width: 100% !important;
}

table.dataTable.no-footer.table-grid thead th {
    background-color: #eaeff5;
    border-bottom: none;
    font-size: 12px;
    height: 20px;
    padding: 6px 10px;
    text-align: left;
    vertical-align: middle;
}

table.dataTable.no-footer.table-grid tbody td {
    background-color: #fafbfc;
    border-bottom: 2px solid #eaeff5;
    color: #393939;
    font-size: 12px;
    text-align: left;
    text-transform: unset;
}

table.dataTable.no-footer.table-grid tbody tr td:first-child {
    cursor: pointer;
    text-decoration: underline;
}

table.dataTable.no-footer.table-grid tbody tr td:first-child:hover {
    cursor: pointer;
    text-decoration: none;
}

table.dataTable.no-footer.table-grid thead th.vasselTd {
    width: 250px;
}

table.dataTable.no-footer.table-grid tbody td span {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    min-width: 105px;
    padding: 5px 0;
    text-align: center;
    text-transform: lowercase;
}

table.dataTable.no-footer.table-grid tbody td span.Active {
    background-color: #639ec8;
}

table.dataTable.no-footer.table-grid tbody td span.Resolved {
    background-color: #afa500;
}

table.dataTable.no-footer.table-grid tbody td span.Canceled {
    background-color: #8a8b7c;
}
table.dataTable.no-footer.table-grid tbody td span:first-letter {
    text-transform: uppercase;
}

table.dataTable.no-footer.table-grid tbody td span.asts-link,
table.dataTable.no-footer.table-grid tbody td span.feedBack-link,
.fldSrvc-Box table tr td span.flrRcrd-link {
    background-color: #E6EEF5;
    border-radius: 4px;
    color: #00559F;
    cursor: pointer;    
    display: inline-block;
    font-size: 12px;
    padding: 8px;
    text-transform: none;
}

table.dataTable.no-footer.table-grid tbody td span.asts-link:hover,
table.dataTable.no-footer.table-grid tbody td span.flrRcrd-link:hover {
    text-decoration: underline;
}

table.dataTable.no-footer.table-grid tbody td span.asts-link img {
    margin-right: 3px;
    width: 12px;
}

table.dataTable.no-footer.table-grid tbody td span.feedBack-link img {
    margin-right: 3px;
    width: 18px;
}

table.dataTable.no-footer.table-grid tbody td .tag-actions {
    padding-right: 0;
    width: auto;
}
table.dataTable.no-footer.table-grid tbody td .tag-actions {
    padding-right: 0;
    width: auto;
}
table.dataTable.no-footer.table-grid tbody td .tag-actions a {
    background-color: #e6eef5;
    border: none;
    border-radius: 6px;
    color: #00559F;
    cursor: pointer;
    font-size: 12px;
    margin-right: 2px;
    padding: 4px;
    text-decoration: none;
    transition: all 0.5s ease;
}
table.dataTable.no-footer.table-grid tbody td .tag-actions a img {
    width: 16px;
}

table.dataTable.no-footer.table-grid.myCo-Table tbody td:nth-child(5) span.asts-link img {
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 16px;
}

.card-box.heading {
    align-items: start;
}
.card-box.heading span {
    width: 310px;
}
.card-box.heading span.card-title {
    text-wrap: auto;
    white-space: normal;
    width: 85% !important;
    word-break: break-all;
    word-wrap: break-word;
}
.modal {
    background-color: rgba(0,0,0,0.5);
    padding: 0;
}

.modal-dialog .modal-header {
    background-color: #004888;
    border-radius: 4px;
    display: flex;
    height: 60px;
    margin: 15px 0 15px 15px;
    padding: 20px;
    width: 97%;
}

.modal-dialog .modal-header span {
    color: #fff;
    font-weight: 700;
    gap: 8px;
}

.modal-dialog .modal-header button {
    background-color: transparent;
    border: 1px solid #F0F1F1;
    border-radius: 4px;
    color: #F0F1F1;
    font-size: 14px;
    margin-right: 20px;
    outline: none;
    padding: 4px 10px;
}

.modal-dialog .modal-header a {
    cursor: pointer;
}

.modal-body .container .row {
    margin-left: 0;
    margin-right: 0;
}

.right-modal.modal {
    left: unset;
    right: 0;
}

.right-modal.modal .modal-dialog {
    left: unset;
    right: -100%;
    margin: 0;
    max-width: 30%; /*Orignal width was 70%, Changed it to 30% for MyDigitalSolutions Modal Dialog */
    position: fixed;
    top: 64px;
    transition: all 0.5s linear;
    z-index: 800;
}

@media screen and (min-width: 1367px) {
    .right-modal.modal .modal-dialog {
        /* right: 30%; */
    }
}

.modal.right-modal.show .modal-dialog {
    height: 100vh;
    right: 0;
    /* transform: translate(0, -20px); */
}
.modal.right-modal.show .modal-dialog .modal-content {
    height: 92vh;
}
.modal.right-modal.show .modal-dialog .modal-header {
    width:93%;
}
@media screen and (min-width: 1600px) {
    .modal.right-modal.show .modal-dialog .modal-content {
        height: 93vh;
    }
}
@media screen and (min-width: 1920px) {
    .modal.right-modal.show .modal-dialog .modal-content {
        height: 94vh;
    }
    .modal.right-modal.show .modal-dialog .modal-header {
        width:95%;
    }
}

.modal .modal-dialog .modal-content.landing-modal-content {
    background-color: #F7F7F9;
}

.landing-modal-content .landing-modal-card,
.landing-modal-content .lmodal-fieldSrvs-Card {
    background-color: #eaeff5;
    border: 1px solid #C2D6E8;
    border-radius: 4px;
    margin: 0 0px 15px;
    padding: 20px;
    text-align: left;
}
.landing-modal-content .lmodal-fieldSrvs-Card .additionalFieldRow {
    margin-bottom: 15px;
}

.manualPrdct-modal .landing-modal-content .lmodal-fieldSrvs-Card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.manualPrdct-modal .landing-modal-content .lmodal-fieldSrvs-Card .additionalFieldRow {
    background-color: #eaeff5;
    border: 1px solid #C2D6E8;
    border-radius: 4px;
    margin: 0 0px 20px;
    padding: 20px;
    text-align: left;
}

.landing-modal-content .landing-modal-card h2 {
    font-weight: 600;
    margin: 0 5px 15px;
    padding-left: 0;
    text-transform: lowercase;
}
.landing-modal-content .landing-modal-card h2::first-letter {
    text-transform: uppercase;
}

.landing-modal-content .landing-modal-card ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 5px;
}

.landing-modal-content .landing-modal-card ul li {
    display: inline-block;
    width: 46.7%;
    margin: 0 15px 15px 0;
    text-transform: lowercase;
}
.landing-modal-content .landing-modal-card ul li label::first-letter {
    text-transform: uppercase;
}

.landing-modal-content .landing-modal-card ul li,
.landing-modal-content .lmodal-fieldSrvs-Card ul li {
    color: #505152;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.landing-modal-content .landing-modal-card ul li:last-child,
.landing-modal-content .lmodal-fieldSrvs-Card ul li:last-child {
    margin-bottom: 0;;
}
.landing-modal-content .landing-modal-card ul li label span,
.landing-modal-content .lmodal-fieldSrvs-Card ul li label span {
    color: #E32019;
}

.landing-modal-content .landing-modal-card ul li p {
    background-color: #F4F6F9 !important;
    border: none;
    color: #505152;
    font-size: 14px;
    height: auto;
    min-height: 33px;
    margin-bottom: 0;
    padding: 6px 10px;
    text-transform: initial;
}

.landing-modal-content .lmodal-fieldSrvs-Card ul li p {
    background-color: #F4F6F9 !important;
    border: none;
    color: #505152;
    font-size: 14px;
    height: auto;
    min-height: 33px;
    margin-bottom: 0;
    padding: 6px 10px;
}

.landing-modal-content .landing-modal-card ul li .form-control,
.landing-modal-content .lmodal-fieldSrvs-Card ul li .form-control,
input.form-control {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #CED1D4;
    color: #505152;
    font-size: 14px;
    height: auto;
    min-height: 33px;
    margin-bottom: 0;
    padding: 6px 10px;
    resize: none;
}

.landing-modal-content .landing-modal-card ul li .form-control:focus,
.landing-modal-content .lmodal-fieldSrvs-Card ul li .form-control:focus,
input.form-control:focus {
    box-shadow: none;
}
.landing-modal-content .landing-modal-card ul li .form-control:disabled {
    background-color: #F4F6F9 !important;
    border: none;
}
.landing-modal-content .landing-modal-card ul li .field-upload-label {
    display: block;
    color: black;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px;
}

.landing-modal-content .landing-modal-card ul li input[id="file-upload"] {
    display: none;
}

.landing-modal-content .landing-modal-card ul li label[for="file-upload-label"] {
    background: transparent;
    background-image: url('/icon-file-upload.png');
    background-repeat: no-repeat;
    background-position: top 25px center;
    background-size: auto;
    border: 1px dashed #0039A6;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
    height: 100px;
    margin: 0;
    transition: 400ms ease;
    width: 100%;
}

.landing-modal-content .landing-modal-card ul li label[for="file-upload-label"].changed,
.landing-modal-content .landing-modal-card ul li label[for="file-upload-label"]:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.landing-modal-content .landing-modal-card ul li .file_names {
    display: block;
    position: absolute;
    color: #505152;
    bottom: -30px;
    font-size: 13px;
    font-weight: 300;
    left: 0;
    text-align: center;
}
@media screen and (min-width: 1366px) {
    .landing-modal-content .landing-modal-card ul li {
        width: 32%;
    }
    .landing-modal-content .landing-modal-card ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 1920px) {
    .landing-modal-content .landing-modal-card ul li {
        width: 23.8%;
    }
    .landing-modal-content .landing-modal-card ul li:nth-child(3n) {
        margin-right: 15px !important;
    }
    .landing-modal-content .landing-modal-card ul li:nth-child(4n) {
        margin-right: 0;
    }
}


ul li.toggle-block {
    text-align: center;
}

ul li.toggle-block a {
    background-color: #bbdcff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #0056b3;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 -2px;
    padding: 15px 25px;
    text-decoration: none;
    transition: 0.2s ease;
}
ul li.toggle-block a:last-child {
    border-left: 1px solid #0056b3;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
ul li.toggle-block a:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}

ul li.toggle-block a.checked {
    color: #0056b3;
    text-decoration: none;
    box-shadow: inset 0px -2px 6px -1px rgba(0,0,0,0.25);
}
ul li.toggle-block a:first-child.checked {
    border-right: 1px solid transparent;
    box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.3)
}
ul li.toggle-block a:last-child.checked {
    border-left: 1px solid transparent;
}
ul li.toggle-block a.checked:hover {
    background-color: #bbdcff;
    color: #0056b3;
}

/* Style the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    /* width: 280px; */
    width: 100%; /*This width added for Creare Request Form on Righ side Modal for Training page*/
}

/* Style the dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #CED1D4;
    border-top: none;
    box-shadow: none;
    min-width: 200px;
    /* Match the width of the dropdown button */
    max-height: 300px;
    /* Set a max-height for the dropdown content */
    overflow-y: auto;
    /* Add a scrollbar if the content overflows */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 1;
}

/* Style the checkboxes inside the dropdown */
.dropdown-content label {
    border-bottom: 1px dashed #CED1D4;
    color: #505152;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 100;
    padding: 8px 10px;
    text-decoration: none;
}

.dropdown-content input[type="checkbox"] {
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.dropdown-content label text {
    vertical-align: middle; /* Aligns the text vertically with the checkbox */
}


/* Change color of checkbox labels on hover */
.dropdown-content label:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu on click */
.dropdown .show {
    display: block;
}

.landing-modal-content .landing-modal-card.single {
    display: flex;
    flex-direction: row;
    padding: 20px;
    place-content: space-between
}

.landing-modal-content .landing-modal-card.single h2 {
    height: fit-content;
    margin: 10px 0;
    width: auto;
}
.landing-modal-content .landing-modal-card.single h2.spclHeading {
    text-transform: none;
}
.landing-modal-content .landing-modal-card.single h2.spclHeading::first-letter {
    text-transform: none;
}

.landing-modal-content .landing-modal-card.single a {
    color: #0039A5;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    width: auto;
}

.landing-modal-content .landing-modal-card.single a:hover {
    color: #0B0B0B;
    text-decoration: none;
}

.landing-modal-content .landing-modal-card.single a.card-link {
    background: transparent;
    border: 1px solid #0039A5;
    height: fit-content;
    padding: 8px 20px;
    text-decoration: none;
}

.landing-modal-content .landing-modal-card.single .modal-table thead th {
    border-bottom: none;
    font-size: 12px;
    height: 20px;
    padding: 6px 10px;
    text-align: left;
    vertical-align: middle;
}

.landing-modal-content .landing-modal-card.single .modal-table tbody td {
    background-color: #fafbfc;
    border-bottom: 2px solid #eaeff5;
    color: #505152;
    font-size: 12px;
    padding: 6px 10px;
    text-align: left;
}

.landing-modal-content .landing-modal-card.single .modal-table tbody td a {
    color: #393939;
    text-decoration: underline;
}

.landing-modal-content .landing-modal-card.single .modal-table tbody td a:hover {
    color: #0039A5;
    text-decoration: none;
}

.landing-modal-content .landing-modal-card.co-modal-card ul li {
    width: 31%;
}

.landing-modal-content .landing-modal-card.co-modal-card ul li:nth-child(3n) {
    margin-right: 0;
}

.landing-modal-content .landing-modal-card.co-modal-card ul li:nth-child(4n) {
    margin-right: 15px;
}

.landing-modal-content .landing-modal-card.co-modal-card ul li p {
    margin-left: -1px;
    width: 100%;
}

.landing-modal-content .actionDv {
    display: flex;
    flex-direction: row-reverse;
    margin: 20px 0;
    text-align: right;
}

.landing-modal-content .actionDv .btn-primary {
    background-color: #0039A6;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    width: auto;
}

.landing-modal-content .actionDv .btn-primary:hover {
    background-color: #3C7CF7;
}

.landing-modal-content .actionDv .btn-primary span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-right: 6px;
    vertical-align: middle;
}

.form-group .form-select {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #CED1D4;
    color: #505152;
    font-size: 14px;
    height: auto;
    min-height: 33px;
    margin-bottom: 0;
    padding: 10px;
    resize: none;
}
select > option {
    border-bottom: 1px solid #C2D6E8;
    padding: 10px 5px;
}

/* Style the dropdown button to look like a text box */
.dropbtn {
    background-color: #ffffff;
    border: 1px solid #CED1D4;
    color: #505152;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.dropbtn:before, .dropbtn:after {
    border-right: 0.12em solid;
    content: '';
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 17px;
    top: 56%;
    transform: rotate(45deg);
    width: 0;
}
.dropbtn:after {
    margin-top: -5px;
    right: 1.52em;
    transform: rotate(135deg);
}

.form-group .form-select:focus {
    box-shadow: none;
}

.modal-confirm-dialog .modal-body .col-2 {
    padding: 0 0;
}

.modal-confirm-dialog .modal-body .col-10 {
    text-align: left;
}
.modal-confirm-dialog .modal-body .col-10 h1 {
    font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}
.modal-confirm-dialog .modal-body .col-10 #pConfirm {
    margin: 0;
}

.modal-confirm-dialog .modal-footer .btn-close {
    background: none;
    background-color: #0039A6;
    border: 1px solid #0039A6 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
    padding: 14px 25px;
    text-shadow: none;
    width: 4em;
}

.modal-confirm-dialog .modal-footer .btn-close:hover {
    opacity: 0.7;
}

.modal-confirm-dialog .modal-footer .btn-close2 {
    background: radial-gradient(
        219.64% 219.64% at 50% 50%,
        #0039a6 0%,
        rgba(60, 124, 247, 0.75) 100%
    );
    padding: 12px 50px;
    transition: all 0.5s ease;
}

.modal-confirm-dialog .modal-footer .btn-close2:hover {
    background: #EBEFF5;
    color: #0039a6;
    transition: all 0.5s ease;
}

@keyframes animate {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.sectionBlockLayout {
    display: none !important;
}

input[type=text]::-ms-clear {
    border: 1px solid red;
}

.dataCard_paginate {
    color: #333;
    float: right;
    margin: 20px 0;
    text-align: right;
}

.dataCard_paginate .paginate_button.disabled,
.dataCard_paginate .paginate_button.disabled:hover,
.dataCard_paginate .paginate_button.disabled:active {
    background: transparent;
    box-shadow: none;
    border: 1px solid transparent;
    color: #666 !important;
    cursor: default;
}

.dataCard_paginate .paginate_button.disabled,
.dataCard_paginate .paginate_button.disabled:hover {
    background-color: transparent !important;
    border: none !important;
    color: #313131 !important;
}

.element-myasset-grid-view .dataCard_paginate .paginate_button {
    background-color: #fff;
    border-radius: 4px !important;
    color: #313131 !important;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
}

.dataCard_paginate .paginate_button {
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
}

.dataCard_paginate .paginate_button:hover,
.dataCard_paginate .paginate_button.current,
.dataCard_paginate .paginate_button.current:hover {
    background: #00559F !important;
    border: 1px solid #00559F !important;
    color: #fff !important;
}

.no-data {
    display: none;
    margin: 30px 0;
}
.no-data-actions a {
    border: 2px solid #00559F;
    border-radius: 4px;
    display: inline-block;
    color: #00559F;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px;
    padding: 10px 15px;
    text-decoration: none;
    transition: transform 0.5s ease;
}
.no-data-actions a.btn-primary {
    background-color: #0039A6;
    border: 2px solid #0039A6;
    color: #fff;
    transition: transform 0.5s ease;
}
.no-data-actions a img {
    margin-left: 5px;
}
.no-data-actions a.back {
    padding: 10px;
}
.no-data-actions a.back img {
    margin: 0;
    transform: scaleX(-1);
}
.no-data-actions a:hover {
    background-color: #E6EEF5;
    border: 2px solid #C2D6E8;
    text-decoration: none;
    transition: transform 0.5s ease;
}
.no-data-actions a.btn-primary:hover {
    background-color: #00559F;
    border: 2px solid #00559F;
    color: #fff;
    transition: transform 0.5s ease;
}
.search-input {
    background: url(/icon-search-B.png) 120px center #ffffff no-repeat !important;
    background-size: 19px !important;
    color: #898B8D !important;
    font-size: 13px !important;
    font-family: Arial !important;
    /* letter-spacing: 0.04rem; */
    opacity: 0.7 !important;
    padding-right: 22px !important;
    width: 145px !important;
}
.search-input:focus, .search-input:focus-visible,
.text-input:focus, .text-input:focus-visible {
    border: 1px solid #d5d8d0;
    opacity: 1.0 !important;
    outline: none;
}


.welcome-note {
    border: 1px solid #C2D6E8;
    border-radius: 4px;
    color: #505152;
    margin: 16px;
    padding: 15px;
}
.welcome-note .col {
    font-size: 14px;
    display: flex;
    padding: 0;
    text-align: left;
}
.welcome-note .welcome-link {
    background-color: #F1F4F8;
    border: 1px solid #00559F;
    border-radius: 4px;
    color: #00559F;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-left: 50px;
    padding: 12px 25px;
    text-transform: lowercase;
    transition: 0.2s ease;
    width: 360px;
}
.welcome-note .welcome-link::first-letter {
    text-transform: uppercase;
}
.welcome-note .welcome-link:hover {
    background-color: #0056b3;
    color: #fff;
}
.white-link {
    color: #fff; /* Makes the link text white */
}
.pointer-cursor {
    cursor: pointer; /* Changes the cursor to a pointer (finger icon) */
}

/*----- Tab Slider - MyTraings Starts -----*/
.slider-container {
    border: 1px solid #C2D6E8;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
   
.slide {
    display: flex;
    margin-left: 17px;
    transition: transform 0.5s ease;
}

.slide-item {
    border-right: 1px solid #C2D6E8;
    box-sizing: border-box;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    /*min-width: 31%;  Each item takes up one-third of the container */
    padding: 20px 66px;
    text-align: center;
    text-transform: lowercase;
}
.slide-item::first-letter {
    text-transform: uppercase;
}
.slide-item:last-child {
    border-right: none;
}
/* Style for the highlighted slide item */
.slide-item:hover, .slide-item.active {
    background-color: #EBEFF5;
    transition: 0.2s ease;
    font-weight: bold;
}

/* Add your own styles for arrows and slide items */
.arrow {
    background-color: #fff;
    cursor: pointer;
    padding: 20px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 41px;
}

.left-arrow {
    border-right: 1px solid #C2D6E8;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    left: 0;
}
   
.right-arrow {
    border-left: 1px solid #C2D6E8;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    right: 0;
}
/*----- Tab Slider - MyTraings Ends -----*/

.selected-assets-display li {
    color: #639ec8;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #C2D6E8;
    margin: 0 !important;
}
.selected-assets-display li.selected-assets-Singleli {
    color: #666 !important;
    cursor: default;
    padding: 10px 10px 10px 22px;
    position: relative;
}
.selected-assets-display li.selected-assets-Singleli:before {
    background-color: #727272;
    border-radius: 50%;
    bottom: 19px;
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    width: 4px;
}
.selected-assets-display li a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #0056b3;
    margin: 0 !important;
    padding: 10px;
    text-decoration: none;
    transition: 400ms ease;
}
.selected-assets-display li a:hover {
    background-color: #d6e5f3;
    color: #2A2C2E;
    text-decoration: none;
}

.loading-container {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1500;
    /*
    background-color: rgba(0,0,0,0.3);
    height: 100vh;
    position: relative;
    width: 100%;
    top: -90px;*/
}
.loading-container .spinner { 
    display: none;
}
@keyframes loader {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.loader div {
    position: absolute;
    width: 67px;
    height: 67px;
    border: 13px solid #00559f;
    border-top-color: transparent;
    border-radius: 50%;
}
.loader div {
    animation: loader 1s linear infinite;
    left: 50px;
    top: 50px;
}
.loadingio-spinner-rolling-nq4q5u6dq7r {
    background: none;
    display: inline-block;
    height: 53px;
    overflow: hidden;
    width: 53px;
}
.loader {
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    transform: translateZ(0) scale(0.53);
    transform-origin: 0 0; /* see note above */
}
.loader div { 
    box-sizing: content-box; 
}
/* [ldio] generated by https://loading.io */

.loading-container img {
    width: 150px;
    margin-top: calc(45vh);
     /* Adjust size as needed */
    /*left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 50%;*/
}
/* remove chat icon */
.pva-floating-style {
    display: none;
}

/* --- Autocomplete Styles Started --- */
.autocomplete-container {
    display: flex;
    flex-direction: column;
    /* position: relative; */
}
.autocomplete-container .tags-input {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
}

.tags-input:before, .tags-input:after {
    border-right: 0.12em solid;
    bottom: 17px;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 17px;
    transform: rotate(45deg);
    width: 0;
}
.tags-input:after {
    margin-top: -5px;
    right: 1.52em;
    transform: rotate(135deg);
}
.autocomplete-container .tags-input input {
    border: 1px solid #CED1D4;
    color: #505152;
    flex: 1;
    font-size: 14px;
    outline: none;
    padding: 10px;
}
.autocomplete-container .autocomplete-items {
    background-color: white;
    border: 1px solid #CED1D4;
    list-style: none;
    margin: -1px 0 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
    /* position: unset !important;
    top: 43px; */
    width: 100% !important;
    z-index: 999;
}
.autocomplete-items li {
    border-bottom: 1px dashed #CED1D4;
    color: #505152;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0 !important;
    padding: 10px;
    text-decoration: none;
    transition: background-color 0.2s;
}
.autocomplete-items li:hover {
    background-color: #d6e5f3;
}
ul.selected-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.selected-list li.selected-tag {
    align-items: center;
    border-bottom: 1px solid #C2D6E8;
    color: #505152;
    display: inline-flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 0 !important;
}
.selected-list .selected-tag a {
    color: #0056b3;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}
.selected-list .selected-tag span {
    color: #505152;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}
.selected-list .selected-tag span.remove {
    font-size: 18px;
}
.selected-list li.selected-tag:hover {
    background-color: #d6e5f3;
}
.selected-list li.selected-tag:hover a {
    color: #2A2C2E;
}
.selected-list li.selected-tag:hover span {
    color: #2A2C2E;
}
.multiSelect-Custom {
    display: flex;
    flex-direction: column-reverse;
}
.landing-modal-content .lmodal-fieldSrvs-Card .multiSelect-Custom .selected-assets-display {
    width: 100%;
}
.landing-modal-content .lmodal-fieldSrvs-Card .multiSelect-Custom ul.selected-assets-display li {
    margin-bottom: 5px !important;
}
.multiSelect-Custom .selected-assets-display li:last-child {
    border: none;
    margin-bottom: 0;
}
.multiSelect-Custom .selected-assets-display li a {
    padding: 5px 10px;
}
.error-msg {
    background-color: #cc0000;
    border: 1px solid #cc0000;
    color: #fff;
    display: none;
    margin: 0;
    padding: 5px 10px;
}
.summary-highlight {
    background-color: #EBEFF5;
    margin: 0 0 25px;
    padding: 10px;
}
.summary-highlight ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.summary-highlight ul li {
    display: flex;
    text-align: left;
}
.summary-highlight ul li:first-child {
    width: 300px;
}
.summary-highlight ul li .summary {
    margin-right: 50px;
}
.summary-highlight ul li:last-child {
    display: block;
}
.summary-highlight ul li h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0 0;
}
.summary-highlight ul li .summary h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.summary-highlight ul li .summary h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.summary-highlight ul li .vr {
    color: #484848;
    height: 20px;
    margin-top: 8px;
}
.summary-highlight ul li a {
    background-color: #1865A8;
    border-radius: 4px;
    color: #fff;
    padding: 7px 12px 5px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.summary-highlight ul li a i {
    font-size: 16px;
    font-weight: 700;
    margin: 2px 3px 0 0;
}
.summary-highlight ul li a:hover {
    background-color: #0a58ca;
    text-decoration: none;
}
/* .summary-highlight ul li a .las {
    font-size: 18px;
    vertical-align: middle;
} */

.modal-createWishlist {
    border-radius: 8px;
    max-width: 45% !important;
}
.modal-tech-drawing {
    border-radius: 8px;
    margin-top: 8% !important;
    max-width: 65% !important;
}
.modal .modal-createWishlist .modal-content,
.modal .modal-tech-drawing .modal-content {
    border-radius: 8px;
}
.modal .modal-createWishlist .modal-header,
.modal .modal-tech-drawing .modal-header {
    margin: 0;
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}
.modal-createWishlist .modal-header h1,
.modal-tech-drawing .modal-header h1,
.modal-lookup .modal-header h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    width: auto;
}
.modal .modal-createWishlist .modal-body {
    border-radius: 0;
    margin: 24px;
    padding: 24px 35px;
}
.modal .modal-tech-drawing .modal-body {
    border-radius: 0;
    margin: 24px;
    padding: 24px;
}
.modal .modal-createWishlist .modal-header>*,
.modal .modal-createWishlist .modal-body>*,
.modal-createWishlist .modal-footer>*,
.modal .modal-tech-drawing .modal-header>*,
.modal .modal-tech-drawing .modal-body>*,
.modal .modal-tech-drawing .modal-footer>* {
    margin: 0;
    padding: 0;
    width: auto;
}
.modal-tech-drawing .modal-body iframe {
    width: 100% !important;
    height: 100vh; /* Adjusts height to match the viewport */
    border: none;
}
.modal-createWishlist .modal-body .modalContent-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}
.modalContent-header .formDv h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.modalContent-header .formDv input {
    background-color: #fafbfc;
    border: 1px solid #ced1D4;
    border-radius: 4px;
    margin-right: 20px;
    padding: 10px;
}
.modalContent-header .formDv textarea
textarea.form-control {
    background-color: #fafbfc;
    border: 1px solid #ced1D4;
    border-radius: 4px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.modalContent-header .formDv input:focus,
.modalContent-header .formDv input:hover,
.modalContent-header .formDv input.active:focus,
.modalContent-header .formDv input.active:hover,
.modalContent-header .formDv textarea:focus,
.modalContent-header .formDv textarea:hover,
textarea.form-control:focus,
textarea.form-control:hover {
    box-shadow: none !important;
    outline: none;
}

.modal-createWishlist .modal-body .modalContent-body {
    text-align: left;
    width: 100%;
}
.modalContent-body h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.modalContent-body ul.wishlist-lisitng {
    height: 150px;
    overflow-y: scroll;
    padding: 0;
}
.modalContent-body ul li {
    border-bottom: 1px solid #E5E8EC;
    padding: 5px 0;
}
.modalContent-body ul.wishlist-lisitng li {
    padding: 8px 0;
}
.modalContent-body ul.wishlist-lisitng li:last-child {
    border-bottom: none;
}
.model-addtocart {
    max-width: 35% !important;
}
.model-addtocart .modal-content {
    background-color: #fff;
}
.model-addtocart .modal-content .modal-success {
    margin-bottom: 0;
    padding: 0 !important;
}
.model-addtocart .modal-content .modal-success .col-2 {
    margin-right: 10px;
}
.model-addtocart .modal-content .modal-footer {
    margin: 24px;
}
.modal-createWishlist .modal-body button.btn {
    background: radial-gradient(
        219.64% 219.64% at 50% 50%,
        #0039a6 0%,
        rgba(60, 124, 247, 0.75) 100%
    );
    border: 1px solid #00559F;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    transition: all 0.5s ease;
}
.modal-createWishlist .modal-body button.btn:hover {
    background: #00559F;
}
.modal-createWishlist .modal-body button.btn:disabled {
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    color: #393939;
    padding: 12px 20px;
}
.modal-createWishlist .modal-body button.btn.external {
    background: #E6EEF5;
    border: 1px solid transparent;
    color: #00559F;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    padding: 3px 10px 8px;
}
.modal-createWishlist .modal-body button.btn.external:hover {
    background: #e6e6e6;
}
.modal-createWishlist .modal-body button.btn.external img {
    vertical-align: sub;
    width: 16px;
}
.modal-createWishlist .modal-body .modalContent-footer {
    margin-top: 24px;
    text-align: right;
    width: 100%;
}
.modal-createWishlist .modalContent-footer button.btn {
    padding: 12px 20px;
}
.modal-createWishlist .modalContent-footer button.btn-cancel {
    background: transparent;
    border: 1px solid #00559F;
    color: #00559F;
    margin-right: 20px;
}
.modal-createWishlist .modalContent-footer button.btn-cancel:hover {
    background: #00559F;
    color: #fff;
}
.modal .modal-tech-drawing .modal-footer {
    border-radius: 0;
    margin: 0 24px 24px;
}
.modal-tech-drawing .modal-footer .btn-close {
    background: #00559F;
    border: 1px solid #00559F;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.05em;
    opacity: 1;
    padding: 12px 20px;
    transition: all 0.5s ease
}
.modal-tech-drawing .modal-footer .btn-close:hover {
    background: transparent;
    color: #00559F;
}
.modal.right-modal .manualPrdct-modal {
    min-width: 60%;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card.fieldSrvs-noCard {
    background-color: transparent;
    border: none;
    padding: 0;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card .card-controls {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding: 0;
    place-content: flex-end;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card .card-controls a {
    align-items: center;
    background-color: #00559F;
    border-radius: 4px;
    display: flex;
    height: 30px;
    margin-left: 5px;
    padding: 3px 5px;
    width: 30px;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card .card-controls a svg {
    margin: 0 auto;
}

.manualPrdct-modal .lmodal-fieldSrvs-Card ul {
    padding: 0;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card.fieldSrvs-noCard ul li {
    width: 23.3%;   
}
.manualPrdct-modal .lmodal-fieldSrvs-Card ul li {
    display: inline-block;
    margin-right: 15px;
    width: 23.2%;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card.fieldSrvs-noCard ul li {
    width: 23.3%;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card ul li:nth-child(4) {
    margin-right: 0;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card ul li:nth-last-child(2) {
    margin-bottom: 0;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
    width: 74.3%;
}
.manualPrdct-modal .lmodal-fieldSrvs-Card ul li label {
    color: #505152;
    font-size: 14px;
    font-weight: 400;
}
.manualPrdct-modal .landing-modal-content .modal-body .actionDv {
    flex-direction: row;
    text-align: left;
}
.manualPrdct-modal .actionDv .btn {
    background: #fff;
    background-size: 18px;
    border: 1px solid #00559F;
    color: #00559F;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 12px 5px 8px;
    transition: 0.3s ease;
    width: auto;
}
.manualPrdct-modal .actionDv .btn img {
    width: 16px;
    vertical-align: text-top;
}
.manualPrdct-modal .actionDv .btn:hover {
    background: #e6eef5;
    border: 1px solid #00559F;
    transition: 0.3s ease;
}
.right-modal.modal .manualPrdct-modal .modal-body {
    height: 69vh !important;
}
.right-modal.modal .manualPrdct-modal .modal-footer {
    margin: 10px 10px 0px 15px;
    padding: 0px 0 7px 0;
}
.right-modal.modal .manualPrdct-modal .modal-footer button.btn-primary {
    background: radial-gradient(
        219.64% 219.64% at 50% 50%,
        #0039a6 0%,
        rgba(60, 124, 247, 0.75) 100%
    );
    border: 1px solid #00559F;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 35px;
    transition: all 0.5s ease;
}

/* --- Placeholder Styles Starts --- */
input.form-control::placeholder,
.search-input::placeholder,
.text-input::placeholder,
input::placeholder,
.manualPrdct-modal .lmodal-fieldSrvs-Card ul li .form-control::placeholder,
.modalContent-header .formDv input::placeholder,
.modalContent-header .formDv textarea::placeholder,
textarea.form-control::placeholder,
.autocomplete-container .tags-input input::placeholder,
.checkout-Lftcard ul .form-group Input.text-input::placeholder {
    color: #898B8D !important;
    font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 13px !important;
}
/* --- Placeholder Styles Ends --- */




/* --- Custom CheckBox Starts --- */
.custom-checkBox {
    cursor: pointer;
    display: block;
    font-size: 22px;
    padding: 0;
    position: absolute;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkBox input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkBox .checkmark {
    background-color: transparent;
    border: 0.14em solid #00559F;
    border-radius: 4px;
    left: 0;
    min-width: auto !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
}
.custom-checkBox:hover input ~ .checkmark { /* On mouse-over, add a grey background color */
    background-color: #c4d7ed;
}
.custom-checkBox input:checked ~ .checkmark { /* When the checkbox is checked, add a blue background */
    background-color: #eaeff5;
    border: 0.14em solid #00559F;
}
.checkmark:after { /* Create the checkmark/indicator (hidden when not checked) */
    background-color: #00559F;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-checkBox input:checked ~ .checkmark:after { /* Show the checkmark when checked */
    display: block;
}
.custom-checkBox .checkmark:after { /* Style the checkmark/indicator */
    border-radius: 4px;
}
.custom-checkBox.large {
    min-height: 26px;
    min-width: 26px;
}
.custom-checkBox.large .checkmark {
    min-height: 26px;
    min-width: 26px;
    width: 26px;
}
.custom-checkBox.large .checkmark:after {
    height: 18px;
    width: 18px;
}
.custom-checkBox.small {
    min-height: 16px;
    min-width: 16px;
}
.custom-checkBox.small .checkmark {
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}
.custom-checkBox.small .checkmark:after {
    border-radius: 2px;
    height: 10px;
    width: 10px;
}

/* --- Custom CheckBox Ends --- */


/* --- Custom Radio Button Starts --- */
.custom-radio {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    user-select: none;
}
  
/* Hide the browser's default radio button */
.custom-radio input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
  
/* Create a custom radio button */
.custom-radio .checkmark {
    background-color: #fff;
    border: 0.1rem solid #00559F;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 3px;
    position: relative;
    top: 3px;
    width: 16px;
}
  
/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #e6eef5;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: #fff;
/*     
    height: 16px;
    position: relative;
    width: 16px; */
}
  
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    display: none;
    position: absolute;
}
  
/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    background: #00559F;
    border-radius: 50%;
    box-sizing: border-box;
    height: 8px;
    left: 50%;
    top: 50%;
    width: 8px;
    transform: translate(-50%, -50%);
}
/* --- Custom Radio Button Ends --- */

/* --- Custom Select Field Starts --- */
.custom-select {
    position: relative;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ced1d4;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:before, .select-selected:after {
    border-right: 0.12em solid;
    content: '';
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 17px;
    top: 56%;
    transform: rotate(45deg);
    width: 0;
}

.select-selected:after {
    margin-top: -5px;
    right: 1.52em;
    transform: rotate(135deg);
}

/*style items (options):*/
.select-items {
    background-color: #fff;
    border: 1px solid #CED1D4;
    border-top: none;
    left: -1px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 381px;
    z-index: 99;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    border-bottom: 1px dashed #CED1D4;
    color: #505152;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}
.select-items div:last-child, .select-selected:last-child {
    border-bottom: none;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #f1f1f1;
}

/* --- Custom Select Field Ends --- */


.required {
    color: #cc0000;
    font-weight: 600;
}
.mr-0 {
    margin-right: 0 !important;
}
.mt-06 {
    margin-top: 6px;
}
.text-trnsfrm-L {
    text-transform: lowercase !important;
}
.text-trnsfrm-U {
    text-transform: uppercase !important;
}
.no-company {
    background-color: transparent !important; 
    color: #cc0000; 
    display: none; 
    margin-left: -1.35vh !important;
}

/* --- Autocomplete Styles Ends --- */

.d-none {
    display: none;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-flex {
    display: flex;
}
.d-table {
    display: table;
}
.d-table-row {
    display: table-row;
}
.d-contents {
    display: contents;
}
.wrapper-body .page-content .alert-danger {
    background-color: #ffe2e5;
    border: 1px solid #ffa2ab;
    border-radius: 8px 8px 0 0;
    color: #cc0000;
    margin: 10% auto 10px;
    padding: 10px;
    width: 30%;
}
.wrapper-body .page-content .alert-danger + .btn-primary {
    background-color: #0039A6;
    border: 1px solid #0039A6;
    border-radius: 0 0 8px 8px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    transition: all 0.3s ease;
    width: 30%;
}
.wrapper-body .page-content .alert-danger + .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #0039A6;
    color: #0039A6;
}