html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Rubik", sans-serif;
    color: #2c4159;
    font-size: 14px;
    letter-spacing: -0.2px;
    background: #f2f2f2;
}

label.error {
    color: #ef2e2e !important;
}

.error_validation {
    position: absolute;
    margin-top: -35px;
    opacity: 0;
    width: 0px;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

/*Font sizes and weights*/

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

/*Font sizes and weights*/

/*Buttons and links*/

a:hover,
a:focus,
a:active,
span:hover,
span:focus,
span:active,
button,
button:focus,
button:active {
    text-decoration: none;
    outline: 0px none;
    box-shadow: 0;
    transition: all 0.5s linear;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div:hover,
svg:hover,
h4:hover,
select:hover,
select:focus,
input:hover,
input:focus {
    transition: all 0.5s linear;
}

.id-link:hover {
    color: rgb(255, 81, 0);
}

.global-id-link {
    color: rgb(255, 81, 0);
}

input[type="file"] {
    width: 90%;
    font-size: 12px;
}

.btn-primary-mro {
    display: inline-block;
    padding: 11px 15px 11px 15px;
    background: #2c4159;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #fff;
    border: 1px solid #2c4159;
    border-radius: 2px;
    text-align: center;
    box-shadow: none;
}

.btn-primary-mro:hover,
.btn-primary-mro:focus,
.btn-primary-mro:active {
    color: #fff;
    background: #1f2e3f;
    border: 1px solid #1f2e3f;
}

.btn-primary-mro.disabled {
    color: #fff;
    background: #8795a5;
    border: 1px solid #8795a5;
}

.btn-secondary-mro,
.btn-secondary-mro:hover,
.btn-secondary-mro:focus,
.btn-secondary-mro:active {
    display: inline-block;
    padding: 11px 15px 11px 15px;
    background: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #2c4159;
    border: 1px solid #2c4159;
    border-radius: 2px;
    text-align: center;
    box-shadow: none;
}

.btn-primary-mro img,
.btn-secondary-mro img,
.btn-transparent-mro img {
    height: 11px;
    margin: 0 3px 0 0;
}

.btn-transparent-mro,
.btn-transparent-mro:hover,
.btn-transparent-mro:focus,
.btn-transparent-mro:active {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #2c4159;
    border: 2px solid #2c4159;
    border-radius: 2px;
    text-align: center;
    box-shadow: none;
}

.btn-grey-mro,
.btn-grey-mro:hover,
.btn-grey-mro:focus,
.btn-grey-mro:active {
    display: inline-block;
    padding: 11px 15px 11px 15px;
    background: linear-gradient(180deg, #f8f9fa 0%, #eef0f2 100%);
    border: 0.6px solid #b3bcc6;
    box-sizing: border-box;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #41556d;
    text-align: center;
    box-shadow: none;
}

.btn-grey-mro.disabled {
    color: #d8d8d8;
}

/*Buttons and links*/

/*Common styles*/

a,
a:hover,
a:focus,
a:active,
input,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active,
select,
select:focus,
select:active {
    text-decoration: none;
    outline: 0px none;
}

a,
a:hover,
a:focus,
a:active {
    color: #2c4159;
}

button,
button:hover,
button:focus,
button:active {
    border: 0px;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

strong {
    font-weight: 500;
}

.w100 {
    width: 100%;
}

/*Common styles*/

/*Navigation*/

header {
    background: #fff;
}

.bulkmro-nav-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    padding: 15px 0;
}

.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-wrapper-left {
    flex: 0 0 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nav-wrapper-right {
    flex: 0 0 35%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

/* .nav-logo {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #E0DFDF;
} */

.menu-dropdown-wrapper {
    position: relative;
}

.menu-link,
.menu-link:hover,
.menu-link:focus,
.menu-link:active {
    display: inline-block;
    padding: 0 15px 0 30px;
    background-image: url(../images/menu-line.svg), url(../images/menu-line.svg);
    background-position: top 6px left, bottom 6px left;
    background-repeat: no-repeat, no-repeat;
    font-size: 19.2px;
    line-height: 23px;
    font-weight: 500;
    color: #2c4159;
}

.profile-link,
.profile-link:hover,
.profile-link:focus,
.profile-link:active {
    display: inline-block;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.627451px;
    color: #2c4159;
}

.avatar-profile {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 30px;
}

.menu-dropdown {
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 1001;
    display: none;
}

.profile-dropdown {
    position: absolute;
    left: -59px;
    top: 50px;
    z-index: 1001;
    display: none;
}

.is-active {
    display: block;
}

.rotate {
    transform: rotate(180deg);
}

.dropdown-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 660px;
    padding: 35px;
    background: #f9f9f9;
    border: 1px solid #f4f4f4;
}

.dropdown-content.profile-dropdown-content {
    min-width: 180px;
    width: 180px;
    padding: 20px 15px;
}

.profile-dropdown-content .dropdown-col-single {
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
}

.dropdown-col-single {
    flex: 0 0 165px;
    max-width: 165px;
    width: 165px;
    margin-right: 30px;
}

.dropdown-col-single h3 {
    margin: 0 0 10px 0;
    padding: 0 0 7px 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px solid #dadfe7;
}

.menu-links li a,
.menu-links li a:hover,
.menu-links li a:focus,
.menu-links li a:active {
    display: block;
    padding: 4px 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #8c97a3;
}

.menu-links li a:hover,
.menu-links li a:focus,
.menu-links li a:active {
    background: #dfe5f0;
    border-radius: 2px;
}

.menu-search {
    position: relative;
    flex: 0 0 50%;
}

#search-admin,
#search-admin:hover,
#search-admin:focus,
#search-admin:active {
    width: 100%;
    padding: 8px 8px 8px 35px;
    background: #f9f9f9 url("../images/search-menu-icon.svg") no-repeat top 8px
        left 15px;
    border: 1px solid #e0e2e7;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.470588px;
    color: #7b8fa5;
}

.nav-divider {
    margin: 0 15px;
    height: 40px;
    border-left: 1px solid #e0dfdf;
}

/*Navigation*/

.title-sec-wrapper {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.title-sec-left,
.title-sec-right {
    flex: 0 0 50%;
}

.title-sec-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.title-sec-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.title-sec-right a {
    margin-left: 10px;
}

.breadcrumb {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    background: transparent;
}

.breadcrumb p,
.breadcrumb span,
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #f48500;
}

.breadcrumb span {
    margin: 0 2px;
    font-size: 10px;
    font-weight: 500;
}

.page-title-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-title-wrapper .nav-divider {
    height: 25px;
}

.page-title-wrapper .cs-status-text .last-update-title,
.page-title-wrapper .cs-status-text .last-update-name {
    margin: 0 0 0 15px;
}

.page-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.823529px;
    color: #2c4159;
}

.page-title a.title-icon {
    position: relative;
    top: -2px;
}

.title-icon img {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
}

.filter-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.filter-sec-wrapper .filter-search,
.filter-sec-wrapper select {
    margin: 5px 5px 5px 0;
}
.filter-sec-wrapper-7{
    display: grid;
    grid-template-columns: 220px 65px repeat(7, 1fr);
    grid-column-gap: 5px;
}

.filter-sec-wrapper-7 .filter-search,.filter-sec-wrapper-8 .filter-search{
    max-width:100%;
    width:100%;
}
.filter-sec-wrapper-8{
    display: grid;
    grid-template-columns: 220px 65px repeat(8, 1fr);
    grid-column-gap: 5px;
}
.filter-sec-wrapper-12{
    display: grid;
    grid-template-columns: 220px 65px repeat(12, 1fr);
    grid-column-gap: 5px;
}

.filter-search {
    flex: 0 0 20%;
    max-width: 20%;
}

.filter-search-input,
#accountCompanyTable_filter input[type="search"],
#accountContact_filter input[type="search"],
.dataTables_wrapper .dataTables_filter input {
    width: 100%;
    margin: 0 !important;
    padding: 12px 12px 12px 35px !important;
    height: auto !important;
    background: #fff url("../images/search-menu-icon.svg") no-repeat top 13px
        left 13px !important;
    border-radius: 3px !important;
    border: 0px none !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    letter-spacing: -0.184615px !important;
    color: #9aa1aa !important;
}
.dataTables_wrapper .dataTables_filter input:hover,
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter input:active {
    outline: 0px none !important;
    border: 0px none !important;
}
.searchresult-datatable-wrapper
    #myTable_wrapper
    .row:first-child
    .col-sm-12:first-child {
    display: none;
}
.searchresult-datatable-wrapper
    #myTable_wrapper
    .row:first-child
    .col-sm-12
    .dataTables_filter {
    float: left;
}
#accountCompanyTable_filter input[type="search"],
#accountContact_filter input[type="search"] {
    width: 220px;
    border: 1px solid #f2f2f2;
}

.select-mro {
    padding: 12px;
    border: 0px none;
    background: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #2c4159;
}

.select-xl {
    width: 200px;
}

.select-large {
    width: 150px;
}

.select-medium {
    width: 100px;
}

.select-small {
    width: 70px;
}

.container-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.container-single-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 6px 0;
    padding: 8px 10px;
    background: #fff;
}

.cs-info {
    display: flex;
    flex: 0 0 200px;
    max-width: 200px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.cs-info-cta {
    flex: 0 0 60px;
    max-width: 60px;
    margin: 0 10px 0 0;
}

.cs-status-text {
    flex: 0 0 130px;
    max-width: 130px;
}

.container-single-wrapper .cs-status-text {
    padding: 0 10px 0 0;
}

.container-single-wrapper .cs-status-text .container-status {
    text-align: left;
}

.cs-status-text .container-number {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.184615px;
    color: #2c4159;
}

.cs-status-text .container-status {
    padding: 4px 9px;
    background: #41556d;
    border-radius: 3px;
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: -0.15px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: fit-content;
}

.cs-status-text .last-update-title {
    margin: 20px 0 0 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    letter-spacing: -0.184615px;
    color: #d8d8d8;
}

.cs-status-text .last-update-name,
.cs-status-text .last-update-date {
    font-size: 12px;
    line-height: 14px;
    /* display: flex;
  align-items: center; */
    letter-spacing: -0.184615px;
    color: #2c4159;
}

.cs-status-wrapper {
    position: relative;
    flex: 0 0 83%;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.connector {
    position: absolute;
    top: 20px;
    left: 0;
    width: 90%;
    border-top: 2px solid #d8d8d8;
}

.css-single {
    position: relative;
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 5px 0 0;
    word-wrap: break-word;
}

.css-flag {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.css-green {
    background: #8fc144 url("../images/check-green.svg") no-repeat center;
}

.css-red {
    background: #da100b url("../images/block-red.svg") no-repeat center;
}

.css-yellow {
    background: #d4b011 url("../images/danger-yellow.svg") no-repeat center;
}

.css-grey {
    background: #d8d8d8 url("../images/block-grey.svg") no-repeat center;
}

.css-single-data {
    margin: 5px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.184615px;
    color: #2c4159;
}

.css-single-data-title {
    font-size: 14px;
    font-weight: 700;
}

.shipping-info-top {
    margin: 0 0 5px 0;
    padding: 20px;
    background: #fff;
}

.sec-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.246154px;
    color: #2c4159;
}

.separator {
    margin: 15px 0;
    border-top: 8px solid#EBEBEB;
}

.sit-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 20px 0;
}

.sit-single {
    flex: 0 0 13%;
    margin: 0 5px 0 0;
    word-wrap: break-word;
}

.sit-single-title {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #2c4159;
}

.sit-single-value {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
    color: #727c88;
}

.mro-tabs-container nav {
    background: #e0e2e7;
}

.mro-tabs-container .nav-tabs .nav-link {
    padding: 15px 15px 15px 15px;
    background: #e0e2e7;
    border: 1px solid #eceef2;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.54902px;
    color: #8c97a3;
}

.mro-tabs-container .nav-tabs .nav-link.active {
    background: #ffffff;
    color: #2c4159;
}

.tab-content-wrapper {
    padding: 40px;
    background: #fff;
}

.page-content-wrapper {
    padding: 30px;
    background: #fff;
    width: 100%;
}

.form-row {
    margin-left: 0;
    margin-right: 0;
}
.form-row.form-row-6 .form-group {
    flex: 0 0 14%;
    margin-right: 2%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 100% !important;
}
.form-row.form-row-5 .form-group:last-of-type,
.form-row.form-row-6 .form-group:last-of-type {
    margin-right: 0;
}

.form-row.form-row-5 .form-group {
    flex: 0 0 18%;
    margin-right: 2%;
}
.form-row.form-row-4 .form-group {
    flex: 0 0 23%;
    margin-right: 2%;
}

.form-row.form-row-3 .form-group {
    flex: 0 0 31.3333%;
    margin-right: 2%;
}

.form-row.form-row-2 .form-group {
    flex: 0 0 48%;
    margin-right: 2%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group-title {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #2c4159;
}

.form-group label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.2px;
    color: #687686;
}

sup {
    color: #f00;
    z-index: 1;
}

.multiselect-dropdown-wrapper,
.singleselect-dropdown-wrapper {
    position: relative;
}

.md-value,
.sd-value {
    background-image: url("../images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.md-list-wrapper,
.sd-list-wrapper {
    position: absolute;
    top: 43px;
    left: 0;
    display: none;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    border: 1px solid #eceef2;
    border-top: 0px none;
    border-radius: 4px;
    z-index: 2;
}

.is-active {
    display: block;
}

.md-search,
.sd-search {
    display: block;
    width: 90%;
    margin: 0 5%;
    padding: 5px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #687686;
    border: 0px none;
    border-bottom: 1px solid #eceef2;
}

.md-list-items,
.sd-list-items {
    height: 150px;
    overflow-y: auto;
    word-break: break-all;
}

/* .mdli-single, .sdli-single {
  padding: 4px 5% 1px 5%;
} */
.mdli-single {
    padding: 0 5% 0 5%;
}

.mdli-single:hover,
.sdli-single:hover {
    background: #e7e9ed;
}

.mdli-single label,
.sdli-single label {
    padding: 5px 0 5px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #2c4159;
    border-bottom: 0px none;
}

.sdli-single label {
    display: block;
    margin: 0;
    padding: 5px 5% 7px 5%;
}

.mdli-single .checkmark-checkbox {
    top: 4px;
}

.md-cta {
    padding: 12px 0 0 0;
    margin: 0 5%;
    border-top: 1px solid #eceef2;
}

.md-cta a:first-child {
    margin: 0 5px 0 0;
}

.md-list-btn,
.sd-list-btn {
    margin: 10px 5%;
}

.input-form-mro,
.select-form-mro,
.md-value,
.sd-value {
    width: 100%;
    padding: 12px 13px;
    background-color: #fff;
    border: 2px solid #eceef2;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.2px;
    color: #2c4159;
}

.input-form-mro:hover,
.input-form-mro:focus.input-form-mro:focus,
.input-form-mro:focus:active,
.select-form-mro:hover,
.select-form-mro:focus,
.select-form-mro:active,
.md-value:hover,
.md-value:focus,
.md-value:active,
.sd-value:hover,
.sd-value:focus,
.sd-value:active {
    border: 2px solid #687686;
}

.input-form-mro.error,
.select-form-mro.error {
    border: 2px solid #f24346;
}

.input-form-mro:disabled {
    background: #f7f7f7;
    color: #687686;
}

.select-form-mro {
    padding: 11px 13px;
}

.form-group.input-edit .input-form-mro,
.form-group.input-edit .select-form-mro {
    width: 80%;
    margin-right: 10px;
}

.form-group-filter {
    width: 150px;
    margin-top: 20px;
    margin-left: 2px;
}

.form-group-filter-inq {
    width: 120px;
    margin-top: 20px;
    margin-left: 2px;
}

.bp-list-wrapper .table thead th,
.bp-list-wrapper .table td {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #2c4159;
}

.bp-list-wrapper.table th,
.bp-list-wrapper .table td {
    padding: 5px 10px;
    border-top: 1px solid #e0e2e7;
}

.bp-list-wrapper .table td {
    font-weight: 400;
    vertical-align: middle;
}

table.table-striped {
    border: 1px solid #e0e2e7;
}

.table-striped thead tr,
.table-striped tbody tr:nth-of-type(even) {
    background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f1f3f6;
}

.table-responsive-ovf-x {
    width: 1600px !important;
}

.mxw-980 {
    max-width: 980px;
}

.scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.scroll-content-left {
    flex: 0 0 78%;
}

.scroll-content-right {
    flex: 0 0 22%;
}

.scroll-content-right {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /* required */
    top: 30px;
}

.vertical-scroll-links {
    padding-left: 40px;
}

.vertical-scroll-links a {
    position: relative;
    display: block;
    margin: 0 0 16px 0;
    padding: 0 0 0 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.470588px;
    color: rgba(44, 65, 89, 0.56);
}

.vertical-scroll-links a.active {
    color: rgba(44, 65, 89, 1);
}

.vertical-scroll-links a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ec8f29;
}

.add-more-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.627451px;
    color: #2c4159;
}

.add-more-link img {
    margin: 0 5px 0 0;
}

.bp-view-details .sit-single {
    flex: 0 0 19%;
}

.billing-address-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.ba-single {
    flex: 0 0 23%;
    padding: 0 10px 0 0;
    margin: 0 10px 20px 0;
    border-right: 1px solid #a1aab5;
}

.ba-single:nth-child(4n) {
    margin: 0;
    padding: 0;
    border-right: 0px none;
}

.bas-title,
.bas-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.2px;
}

.bas-title {
    font-weight: 500;
    margin: 0 0 3px 0;
    color: #2c4159;
}

.bas-text {
    margin: 0 0 6px 0;
    color: #727c88;
}

.list-table .cs-status-text .last-update-title {
    margin: 0;
}

.list-table th,
.list-table td {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
}

.list-table th {
    font-weight: 500;
    color: #2c4159;
}

.list-table td {
    position: relative;
    color: #727c88;
    vertical-align: middle;
}

.ba-single.ba-select {
    margin: 20px 0 0 0;
    padding: 0;
    border: 0px none;
}

.sku-list-wrapper {
    width: 100%;
}

.sku-list-wrapper .sit-row {
    padding: 0 0 20px 0;
    border-bottom: 2px solid #ebebeb;
}

.sku-list-wrapper .sit-row:last-of-type {
    padding: 0;
    border-bottom: 0px none;
}

.sit-single.sku-pd {
    flex: 0 0 35%;
}

.sit-single.sku-size {
    flex: 0 0 80px;
}

.sit-single.sku-qty {
    flex: 0 0 100px;
}

.sit-single.sku-price {
    flex: 0 0 120px;
}

.row-expand {
    display: none;
}

.remove-sku,
.remove-sku:hover,
.remove-sku:focus,
.remove-sku:active,
.add-remove-link,
.add-remove-link:hover,
.add-remove-link:focus,
.add-remove-link:active {
    display: block;
    margin: 25px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.627451px;
    color: #2c4159;
}

.remove-sku img,
.add-remove-link img {
    margin: -2px 2px 0 0;
}

.load-delivery-schedule p {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #2c4159;
}

.view-mo-wrapper .sit-row .sit-single {
    flex: 0 0 24%;
}

.login-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.login-content {
    flex: 0 0 380px;
    max-width: 380px;
    padding: 30px;
    background: #fff;
}

.login-logo {
    margin: 0 auto 20px;
    text-align: center;
}

.btn-google {
    padding: 0%;
}
.btn-google img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}

.link-mro,
.link-mro:hover,
.link-mro:focus,
.link-mro:active {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #2c4159;
}

.login-bottom-links {
    margin: 10px 0 0 0;
    text-align: right;
}

.fp-form {
    display: none;
}

.container-details-doc-tab {
    padding: 10px;
}

.cd-doc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 10px 0 0 0;
    border-bottom: 4px solid #f2f2f2;
}

.cdd-row-left {
    flex: 0 0 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.cdd-row-center {
    flex: 0 0 72%;
}

.cdd-row-right {
    flex: 0 0 160px;
}

.cd-doc-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    /* width: 75%; */
}

.cd-doc-wrapper .sit-single-value {
    margin: 0 0 3px 0;
}

.doc-flag {
    flex: 0 0 20px;
}

.doc-title {
    flex: 0 0 120px;
    margin: 0 10px 0 5px;
}

.doc-title .doc-name {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
    color: #2c4159;
}

.doc-title .doc-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
    color: #2c4159;
}

.doc-single {
    flex: 0 0 110px;
    margin: 0 0 10px 0;
    word-break: break-all;
}

.linked-containers-table .cs-status-text {
    flex: 0 0 100%;
    max-width: 100%;
}

.uploaded-invoices-table td .form-group {
    margin: 0;
}

.nat-content .sit-single {
    flex: 0 0 19%;
}

.page-content-wrapper.master-order-wrapper {
    float: left;
}

.scroll-content-left.master-order-left {
    width: 80%;
    float: left;
}

.scroll-content-right.master-order-right {
    width: 20%;
    float: left;
}

.delivery-schedule-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 980px;
    margin: 20px 0;
    overflow-x: scroll;
    overflow-y: auto;
}

.ds-row {
    flex: 0 0 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 980px;
}

.ds-row > div {
    min-height: 46px;
    flex: 0 0 160px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    letter-spacing: -0.2px;
    color: #2c4159;
}

.ds-row-top > div {
    padding: 15px;
    border: 1px solid #eceef2;
}

.ds-row-top div.ds-month {
    padding: 15px 30px;
}

.ds-row-top div.ds-weeks {
    border-right: 0px none;
}

.ds-row-top div.ds-sku {
    border-left: 0px none;
}

/* .ds-row>div.ds-month{
  text-align:left;
} */

.ds-row > div.ds-month {
    border-right: 1px solid #e0e2e7;
}

.ds-row-week {
    border-bottom: 1px solid #e0e2e7;
}

.ds-row-week-header > div {
    display: flex;
    align-items: center;
}

.ds-row-week-header > div {
    justify-content: flex-end;
}

.ds-row-week-header > div.ds-weeks {
    justify-content: flex-start;
}

.scroll-content-wrapper.master-order {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
}

.ds-single-wrapper {
    flex: 0 0 100%;
}

.ds-single-wrapper .ds-row > div {
    padding: 10px;
    align-self: stretch;
}

.ds-single-wrapper:nth-child(even) .ds-row > div {
    background: #f1f3f6;
}

.ds-row-header {
    border-bottom: 1px solid #e0e2e7;
}

.ds-month .input-form-mro {
    width: 75%;
}

.ds-toggle-icon {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/expand-circle-dark.svg") no-repeat center;
    background-size: cover;
    margin: 0 5px 0 0;
}

.ds-toggle-icon.toggle {
    background: url("../images/collapse-circle-dark.svg") no-repeat center;
    background-size: cover;
}

.ds-sku .input-form-mro {
    text-align: right;
}

.ds-row > div.ds-weeks,
.ds-row > div.ds-weeks .input-form-mro {
    text-align: left;
}

.ds-row .input-form-mro {
    padding: 10px 8px;
    font-weight: 400;
}

.ds-row-total > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #d8dbe1 !important;
    text-align: right !important;
    font-weight: 400;
    color: #84909d;
}

.ds-expand-content {
    display: none;
}

.title-sec-wrapper.ds-title-wrapper {
    padding: 0;
}

.title-sec-wrapper.ds-title-wrapper h3 {
    margin: 0;
}

.delivery-schedule-data {
    display: none;
}

.ds-row > div span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.2px;
    color: #2c4159;
    text-align: left;
}

.view-delivery-data .ds-month span {
    width: 75%;
}

.view-delivery-data .ds-single-wrapper .ds-row > div {
    display: flex;
    align-items: center;
}

.view-delivery-data .ds-single-wrapper .ds-row-header.ds-row > div,
.view-delivery-data .ds-single-wrapper .ds-row > div.ds-sku {
    justify-content: flex-end;
}

.view-delivery-data .ds-toggle-icon {
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
}

.table-striped tbody tr.total {
    background: #d8d8d8;
}

.table-striped tbody tr.total td {
    font-weight: 500;
    color: #2c4159;
}

.new-container-details {
    display: none;
}

.notification-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    background: #f1f8ef;
    border-top: 3px solid #4bba32;
}

.notification-text {
    flex: 0 0 90%;
    max-width: 90%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2c4159;
}

.container-empty-msg {
    padding: 40px;
}

.container-empty-msg p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.246154px;
    color: #979797;
}

/*Custom radion button*/

/* The container */

.container-radio {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2b415a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 3px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #8c9196;
}

/* On mouse-over, add a grey background color */

.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container-radio input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #2a415b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container-radio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2a415b;
}

/*Custom radion button*/

/*Custom checkbox*/

/* The container */

.container-checkbox {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    padding: 5px 0 5px 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #d9dee8;
    color: #2c4159;
}

/* Hide the browser's default checkbox */

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark-checkbox {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 2px solid #8c9196;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */

.container-checkbox:hover input ~ .checkmark-checkbox {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked ~ .checkmark-checkbox {
    background-color: #2a415b;
    border: 2px solid #2a415b;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container-checkbox input:checked ~ .checkmark-checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */

.container-checkbox .checkmark-checkbox:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Custom checkbox*/

/*Custom scrollbar*/

/* width */

.ud-list::-webkit-scrollbar,
.delivery-schedule-wrapper::-webkit-scrollbar,
.md-list-items::-webkit-scrollbar,
.sd-list-items::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */

.ud-list::-webkit-scrollbar-track,
.delivery-schedule-wrapper::-webkit-scrollbar-track,
.md-list-items::-webkit-scrollbar-track,
.sd-list-items::-webkit-scrollbar-track,
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.ud-list::-webkit-scrollbar-thumb,
.delivery-schedule-wrapper::-webkit-scrollbar-thumb,
.md-list-items::-webkit-scrollbar-thumb,
.sd-list-items::-webkit-scrollbar-thumb,
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

.ud-list::-webkit-scrollbar-thumb:hover,
.delivery-schedule-wrapper::-webkit-scrollbar-thumb:hover,
.md-list-items::-webkit-scrollbar-thumb:hover,
.sd-list-items::-webkit-scrollbar-thumb:hover,
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Custom scrollbar*/

.form-radio-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 20px 0;
}

.form-radio {
    flex: 0 0 110px;
    margin: 0 10px 0 0;
}

.ud-step {
    width: 900px;
}

.upload-doc-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #d9dee8;
}

.ud-title-left {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.ud-title-left h3 {
    margin: 0 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: -0.5px;
    color: #2c4159;
}

.ud-title-right {
    flex: 0 0 40%;
    text-align: right;
}

.select-doc-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.sd-left,
.sd-right {
    padding: 50px 20px 20px 20px;
}

.sd-left {
    flex: 0 0 50%;
}

.sd-right {
    flex: 0 0 50%;
    background: #f0f2f6;
    align-self: stretch;
}

.sd-subtitle {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.428571px;
    color: #2c4159;
}

.search-doc {
    width: 100%;
    padding: 8px 8px 8px 35px;
    background: #f9f9f9 url("../images/search-menu-icon.svg") no-repeat top 8px
        left 15px;
    border: 1px solid #e0e2e7;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.470588px;
    color: #7b8fa5;
}

.ud-list {
    margin: 10px 0;
    max-height: 150px;
    overflow-y: scroll;
}

.ud-list .ud-list-single:last-child .container-checkbox {
    border-bottom: 0px none;
}

.select-message {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.428571px;
    color: #2c4159;
}

.upload-doc-next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0;
    /* box-shadow: 0px -1px 6px rgba(142, 154, 177, 0.310042);   */
    border-top: 1px solid #b3bcc6;
}

.upload-doc-next a,
.upload-doc-next button,
.ud-title-right a,
.ud-title-right button {
    margin-left: 5px;
}

.ud-list-doc-names .ud-list-single .container-checkbox {
    padding-left: 0;
}

.upload-fri-step-2,
.upload-fri-step-3,
.upload-fri-step-4,
.upload-fri-step-5 {
    display: none;
}

.add-sku-wrapper .sit-single.sku-pd {
    flex: 0 0 30%;
}

.add-sku-wrapper .sit-single.sku-qty,
.add-sku-wrapper .sit-single.sku-price {
    flex: 0 0 130px;
}

.order-details-wrapper {
    padding: 20px;
}

/*Select 2 custom styles*/
.select2-container--default .select2-selection--single {
    width: 100%;
    height: auto;
    padding: 6px 13px;
    background-color: #fff;
    border: 2px solid #eceef2;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.2px;
    color: #2c4159;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 42px;
    background-image: url(../images/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-results__option {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #2c4159;
    border-bottom: 0px none;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: #e7e9ed;
    color: #2c4159;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 5px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #687686;
    border: 0px none;
    border-bottom: 1px solid #eceef2;
}

.select2-dropdown {
    border: 1px solid #eceef2;
}

.select2-container--open .selection .select2-selection--single {
    border: 2px solid #687686;
}

.md-value,
.sd-value {
    max-width: 100%;
    max-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Select 2 custom styles*/
.btn.btn-sm,
.btn.btn-sm:hover,
.btn.btn-sm:focus,
.btn.btn-sm:active {
    border: 0px none;
    outline: 0px none;
}

.table-hover tbody tr:nth-of-type(odd) {
    background: #f1f3f6;
}

.table-hover thead tr th,
.table-hover tbody tr td,
.table-striped thead tr th,
.table-striped tbody tr td {
    border-top: 1px solid #e0e2e7;
    border-right: 1px solid #e0e2e7;
}

.table thead th {
    border-bottom: 1px solid #e0e2e7;
}

.table-hover thead tr th:first-child,
.table-hover tbody tr td:first-child {
    border-left: 1px solid #e0e2e7;
}

.table-hover tbody tr td:first-child,
.table-striped tbody tr td:first-child {
    border-top: 0px none;
}

.table-hover thead th {
    border-bottom: 1px solid #e0e2e7;
}

.table-hover tbody tr:last-child td {
    border-bottom: 1px solid #e0e2e7;
}

.page-item.active .page-link {
    background-color: #1f2e3f;
    border-color: #1f2e3f;
}

.dataTables_info,
.page-link {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.184615px;
    color: #1f2e3f;
}

.menu-links li a,
.menu-links li a:hover,
.menu-links li a:focus,
.menu-links li a:active {
    padding: 4px 10px;
}

.dropdown-col-single h3 {
    padding: 0 10px 7px 10px;
}

.dataTables_wrapper > .row > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.clear-search-filter {
    margin: 0 0 0 5px;
}

.filter-users .form-row {
    flex: 0 0 100%;
}

.filter-users.filter-sec-wrapper select {
    margin: 0 5px 5px 0;
}

.filter-users.filter-sec-wrapper .form-row.form-row-4 .form-group {
    margin: 0 10px 5px 0;
}

.pagination {
    margin: 0 0 30px 0;
    justify-content: center;
}

/*Updated navigation*/

.bmro-dash-main-menu {
    display: none;
    width: 100%;
    padding: 30px;
    padding-right: 0;
    padding-top: 0;
    box-sizing: border-box;
}

.bmro-dash-main-menu-show {
    position: absolute;
    will-change: transform;
    top: 70px;
    left: 0;
    height: 32rem;
    display: flex;
    background-color: #ffff;
    border: 1px solid #f0f2f6;
    z-index: 101;
    box-sizing: border-box;
}

.bmro-big-heading {
    color: #2c4159;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0;
    word-break: break-word;
}

.bmro-dash-heading-menu {
    border-bottom: none !important;
    bottom: 0;
    cursor: pointer;
}

.bmro-dash-hover {
    display: none;
}

.bmro-margin-top-menu {
    margin-top: 16px;
}

.bmro-cursol {
    cursor: pointer;
}

.dropdown-show {
    position: relative;
}

.dropdown-show .dropdown-menu {
    display: block;
}

.dropdown-menu {
    z-index: 23;
}

.bmro-dropdown-item {
    display: block;
    font-size: 12px;
    padding: 6px 10px;
    clear: both;
    font-weight: 400;
    color: #2c4159;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 10px;
}

.bmro-dropdown-item {
    color: #2c4159;
    font-size: 12px;
    letter-spacing: -0.51px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.bmro-fl {
    float: left;
}

.bmro-dropdown-item:hover {
    background-color: #c8cbd5;
    text-decoration: none;
    color: unset;
}

.bmro-dropdown-item:hover {
    background-color: #f7f7f7;
}

.bmro-main-drop-col-level-one {
    width: 10rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bmro-select-level-one-to-see-second-and-third {
    height: 2rem;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 6px solid #fff;
    cursor: pointer;
}

.bmro-select-level-one-to-see-second-and-third.active {
    background: #f9f9f9;
    border-left: 6px solid #2c4159;
    padding-left: 1rem;
}

.bmro-select-level-one-to-see-second-and-third p {
    width: 80%;
    margin: auto;
    text-align: left;
}

.bmro-level-one-heading {
    margin: 0;
    color: #2c4159;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.bmro-second-and-third-level-headings {
    background: #f9f9f9;
    width: 100%;
    margin-top: 1rem;
    margin-right: 1.25rem;
}

.bmro-second-and-third-level-headings-container {
    height: 100%;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1.5rem 2rem;
    width: 90%;
}

.bmro-small-container {
    width: 19%;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}

.bmro-small-container:empty {
    display: none;
}

.bmro-second-level-heading-container {
    width: 75%;
    border-bottom: 0.01rem solid #bfc6cd;
    cursor: pointer;
}

.bmro-second-level-header {
    margin: 0;
    padding-bottom: 0.5rem;
    color: #2c4159;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.63px;
    line-height: 19px;
}

.bmro-second-level-header a {
    color: #2c4159;
}

.bmro-third-level-header {
    margin: 0;
    color: #727a84;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.bmro-third-level-header a {
    color: #727a84;
}

.bmro-third-level-heading-container {
    padding: 0.4rem 0;
}

.bmro-second-and-third-level-headings-container.show {
    display: flex;
}

.bmro-dashboard-link {
    display: flex;
    align-items: center;
}

.bmro-dashboard-link p {
    margin: 0;
}

.bmro-third-level-header a:hover {
    color: #445a72;
}

#faq {
    padding-left: 22px;
}

/*Updated navigation*/
/*Sprint css*/
.main-sec {
    margin-top: 70px;
}

.accordion-container-bulkmro .accordion .card h6 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png)
        no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}

.accordion-container-bulkmro .accordion .card h6.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.form-group-file {
    position: relative;
}

.file-upload-btn {
    position: absolute;
    right: 0;
    top: 0;
    /* height:100%; */
    line-height: 18px;
}

.file-upload-hidden {
    display: none;
}

.input-radio-block label {
    display: inline-block;
}

.form-group.input-radio-block label.input-radio-label {
    display: block;
}

.form-group.input-radio-block .container-radio {
    top: 7px;
}

.form-group.input-radio-block .container-radio .checkmark {
    top: 0;
}

.form-row.form-row-1 .form-group {
    flex: 0 0 98%;
}

.btn-full-mro {
    display: block;
    width: 100%;
}

.cta-btn-mro {
    display: inline-block;
    margin-right: 3px;
    width: 26px;
    height: 26px;
    padding: 5px 5px;
    border: 0px none;
    text-align: center;
    background: #e9e9e9;
    border: 1px solid #ccc;
    font-size: 14px;
}
.cta-btn-primary-mro {
    display: inline-block;
    margin-right: 3px;
    width: 29px;
    height: 26px;
    padding: 5px 5px;
    border: 0px none;
    text-align: center;
    background: #2c4159;
    border: 1px solid #2c4159;
    font-size: 14px;
}

/*Daterange picker*/
.page-title-datepicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.daterange-title-wrapper {
    flex: 0 0 230px;
    margin: 0 0 0 2%;
}

.daterange-title-wrapper span {
    font-size: 12px;
}

.page-title-datepicker .daterangepicker-wrapper,
.daterangepicker-wrapper,
.daterangepicker-wrapper-commited,
.daterangepicker-wrapper-folloup {
    position: relative;
}

.daterangepicker-wrapper i.fa-calendar,
.daterangepicker-wrapper-commited i.fa-calendar,
.daterangepicker-wrapper-folloup i.fa-calendar {
    position: absolute;
    left: 13px;
    top: 13px;
}

.daterangepicker-wrapper i.fa-sort,
.daterangepicker-wrapper-commited i.fa-sort,
.daterangepicker-wrapper-folloup i.fa-sort {
    position: absolute;
    right: 13px;
    top: 13px;
}

.input-form-daterangepicker {
    padding-left: 35px;
    padding-right: 20px;
}

.daterangepicker {
    width: 630px !important;
    /* left: 0 !important; */
    top: 40px !important;
}

/*Daterange picker*/
.card-info-mro {
    display: inline-block;
    min-width: 150px;
    margin-right: 8px;
    border: 1px solid #f48500;
    border-bottom: 5px solid #f48500;
}

.card-info-mro .card-body {
    padding: 0.5rem;
}

.card-info-mro .form-group-title {
    margin: 0 0 8px 0;
    font-size: 15px;
    color: #f48500;
}

.card-info-mro span {
    display: inline-block;
    margin-right: 8px;
}

.card-info-mro .card-info-count-1 {
    font-size: 20px;
    font-weight: 700;
}

/*Sprint css*/

ul,
.myUL {
    list-style-type: none;
}

.myUL {
    margin: 0;
    padding: 0;
}

.caret1,
.caret2 {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.caret1::before,
.caret2:before {
    content: "\002B";
    color: #2b415a;
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
    font-size: 24px;
    width: 25px;
}

.caret1-down::before,
.caret2-down::before {
    content: "\002D";
    color: #2b415a;
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
    font-size: 24px;
    width: 25px;
}

.nested1,
.nested2 {
    display: none;
    margin-left: 40px;
}

.active {
    display: block;
}

.error {
    margin-top: 5px;
}

input[type="checkbox"] {
    vertical-align: middle !important;
}

.tree {
    /* margin: 2% auto; */
    width: 80%;
}

.tree ul {
    display: none;
    margin: 4px auto;
    margin-left: 6px;
    border-left: 1px dashed #dfdfdf;
}

.tree li {
    padding: 12px 18px 0 12px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
}

.tree li:first-child {
    border-radius: 3px 3px 0 0;
}

.tree li:last-child {
    border-radius: 0 0 3px 3px;
}

.tree .active,
.active li {
    background: #efefef;
}

.tree label {
    cursor: pointer;
}

.tree input[type="checkbox"] {
    margin: -2px 6px 0 0px;
}

.has > label {
    color: #000;
}

.tree .total {
    color: #e13300;
}

#docuement_loader {
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}

#docuement_loader img {
    width: 100px;
    height: 100px;
}

.alert.alert-success,
.alert.alert-danger,
.alert.alert-info {
    color: #fff;
}

.alert {
    z-index: 10000;
    position: fixed;
    margin: 0;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%);
    opacity: 0.95;
    top: 100px;
    right: 25px;
    bottom: auto;
    left: auto;
    width: auto !important;
    max-width: 300px;
}

.alert-info {
    color: #0a4751;
    background-color: #057a8b;
    border-color: #057a8b;
    opacity: 0.95;
}

.alert-danger {
    color: #fff;
    background-color: #cf0a0a;
    border-color: #cf0a0a;
    opacity: 0.95;
}

.alert-warning {
    color: #fff;
    background-color: #f7d022f1;
    border-color: #f7d022f1;
    opacity: 0.95;
}

.alert-success {
    color: #fff;
    background-color: #208102ec;
    border-color: #208102ec;
    opacity: 0.95;
}
/* alert {
    position: relative;
    padding: 0.55rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
} */

tbody tr th,
tbody tr td {
    max-width: 200px;
}

.info-tab {
    padding: 5px 0 5px 40px;
}

.info-tab-m {
    border-right: solid 1px rgba(0, 0, 0, 0.6);
}

.info-tab span {
    font-size: 12px;
}

.info-tab h1 {
    font-size: 22px;
}

.modal .modal-dialog {
    width: 80% !important;
}

.validation-text-danger {
    display: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.2px;
    color: #ef2e2e !important;
}

.chat-item-container {
    display: flex;
    width: 100%;
    max-width: 300px;
    padding: 6px 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
}
.chat-item-title,
.chat-item-body,
.chat-item-date {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
}
.chat-item-title {
    display: flex;
    justify-content: flex-start;
    align-items: space-between;
}
.chat-item-name {
    font-weight: 600;
}
.chat-item-badge {
    margin-left: 10px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
}
.chat-item-body {
    margin: 4px 0 8px 0;
}
.chat-item-date {
    font-size: 10px;
    text-align: right;
}
.form-group-file-btn-1,
.form-group-file-btn-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-group-file-btn-1 .form-group-file {
    flex: 0 0 80%;
    max-width: 80%;
}
.form-group-file-btn-2 .form-group-file {
    flex: 0 0 65%;
    max-width: 65%;
}
.form-group-file-btn-1 .btn-edit-mro i,
.form-group-file-btn-2 .btn-edit-mro i {
    font-size: 18px;
}
.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px;
}
.bootstrap-select .dropdown-menu li a {
    padding: 1 2px;
}
.card {
    border: none !important;
}
.bmro-bullets-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAAEZJREFUCB1j/L+KgY3hLkMTAwNDHBCDwCIGZYY6FqhgOUQMTJYDxRiYgEyYSiQ5hjiQBFYAkliERWYRC8gikJlAADMSbDkAk7ANCNXgOy8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 8px;
    padding: 0px 12px;
    background-position: center;
}
.spqr-container h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.spqr-container small {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.5px;
}
.text-sm td,
.text-sm th {
    font-size: 13px;
    font-weight: 400;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.spqr-container {
    align-items: flex-start;
    justify-content: flex-start;
}

/*custom radio updated*/
.custom-radio-btn[type="radio"]:checked,
.custom-radio-btn[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-btn[type="radio"]:checked + label,
.custom-radio-btn[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio-btn[type="radio"]:checked + label:before,
.custom-radio-btn[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #2b415a;
    border-radius: 100%;
    background: #fff;
}
.custom-radio-btn[type="radio"]:checked + label:after,
.custom-radio-btn[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #2b415a;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio-btn[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-btn[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*custom radio updated*/
.spqr-revision-header-container {
    justify-content: space-between;
}
.spqr-revision-header-title {
    flex: 0 0 75%;
    font-size: 14px;
}
.spqr-revision-header-history,
.spqr-revision-header-remove {
    align-self: baseline;
}
.spqr-revision-table-container {
    justify-content: flex-start;
    align-items: flex-start;
}
.spqr-revision-radio {
    flex: 0 0 50px;
    max-width: 50px;
    text-align: center;
}
.spqr-revision-table {
    flex: 0 0 95%;
    max-width: 95%;
    font-size: 14px;
}
.spqr-revision-table h6 {
    font-size: 14px;
    font-weight: 500;
}
.spqr-revision-table .flex-fill strong,
.spqr-revision-table input,
.spqr-revision-table select,
.spqr-revision-table .select2 {
    font-size: 14px;
    font-weight: 400;
}
.spqr-revision-table .select2-container .select2-selection--single {
    height: auto;
}
.spqr-revision-top-info-container,
.spqr-revision-footer-container {
    font-size: 14px;
}
/*Arul*/
/* 22-feb-2023 */
.bmro-collapse-button-bg {
    width: auto;
    color: #2c4159 !important;
    font-family: "Inter UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 12px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    padding: 6px 44px 6px 14px;
    border-top-right-radius: 58px;
    border: 1px solid #cdcdcd;
    background-color: #dfe5f0;
}

.bmro-click-toggle.collapsed:after {
    border-color: #2c4159 transparent transparent transparent;
    top: 8px;
}

.bmro-click-toggle:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: relative;
    border-color: transparent transparent #2c4159 transparent;
    top: -7px;
    right: -30px;
}

.sales-filter-wrapper .sales-count-cls {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Inter UI", sans-serif;
}

.sales-count-wrapper {
    background: #dfe5f0;
    padding: 20px 15px;
}
.sales-count-wrapper .sales-count-cls span {
    font-weight: bold;
    font-size: 20px;
}
.bg-white {
    background: #fff;
}
.filter-tiles {
    border: 1px solid;
    /* width: 180px; */
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    border-bottom: 5px solid;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
}
#filterCollaps {
    padding: 10px;
    float: left;
    width: 100%;
}

.filter-tiles .filter-tile-amount {
}
.filter-tiles .filter-tile-count {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
}
.filter-tiles label {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Inter UI", sans-serif;
}

.so-filter-parent-cls .filter-search-input,
.so-filter-first-child {
    width: 220px !important;
    margin-right: 5px;
}
.so-filter-parent-cls .form-group-filter {
    width: 110px;
}
.so-filter-parent-cls .form-group-filter.reset-btn-wrapper {
    width: 66px;
}
.pt-2 {
    padding-top: 2px !important;
}
.pt-3 {
    padding-top: 3px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.datetime-span {
    font-size: 10px;
    float: right;
    padding: 10px 0px;
}
.ebill-way-cls {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}
.download-bill-cls {
    float: right;
}
.file-input-group {
    height: 40px !important;
}
.clearfix {
    clear: both;
}
.btn-form-group-block {
    margin-top: 22px;
}
.btn-form-group {
    padding: 13px 15px;
}

#supplierTable_filter {
    float: left;
    margin-top: 10px;
    /* width: 100%; */
    /* background: #fff url(../images/search-menu-icon.svg) no-repeat top 13px left 13px;
    border-radius: 3px;
    border: 0px none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.184615px;
    color: #9aa1aa; */
}
#accountCompanyTable_filter {
    float: left;
}
#accountContact_filter {
    float: left;
}
.horizontal-scroll-except-first-column {
    width: 100%;
    overflow: auto;
}

.horizontal-scroll-except-first-column > table {
    margin-left: 8em;
}

.horizontal-scroll-except-first-column > table > * > tr > th:first-child,
.horizontal-scroll-except-first-column > table > * > tr > td:first-child {
    position: absolute;
    width: 8em;
    margin-left: -8em;
    background: #ccc;
}

.horizontal-scroll-except-first-column > table > * > tr > th,
.horizontal-scroll-except-first-column > table > * > tr > td {
    /* Without this, if a cell wraps onto two lines, the first column
     * will look bad, and may need padding. */
    white-space: nowrap;
}
.data-table-search-wrapper {
    position: relative;
}
.data-table-search-btn {
    position: absolute;
    left: 230px;
    top: 3px;
    z-index: 2;
}

/*Select picker cystom css*/

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle {
    padding: 12px 13px !important;
    background-color: #fff !important;
    border: 2px solid #eceef2 !important;
    border-radius: 2px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    letter-spacing: -0.2px !important;
    color: #2c4159 !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    border: 2px solid #687686 !important;
}
.dropdown.bootstrap-select .dropdown-menu .dropdown-item.active,
.dropdown.bootstrap-select .dropdown-menu .dropdown-item.active:hover,
.dropdown.bootstrap-select .dropdown-menu .dropdown-item.active:focus,
.dropdown.bootstrap-select .dropdown-menu .dropdown-item.active:active {
    background: #687686 !important;
    color: #fff !important;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    width: 250px !important;
    max-width: 250px !important;
}

/* company,suppliers,product master css */
.company-table-cls,
.suppliers-table-cls,
.product-table-cls,
.grpo-table-cls {
    table-layout: fixed !important;
}
.grpo-table-cls thead tr th:last-child {
    width: 200px !important;
}
/* company master css */
.company-table-cls tbody tr td:nth-child(1),
.company-table-cls tbody tr td:nth-child(9),
.company-table-cls tbody tr td:nth-child(10),
.company-table-cls tbody tr td:nth-child(12),
.company-table-cls tbody tr td:nth-child(13) {
    text-align: center !important;
}
.company-table-cls thead tr th:nth-child(1) {
    width: 80px !important;
}
.company-table-cls thead tr th:nth-child(2) {
    width: 200px !important;
}
.company-table-cls thead tr th:nth-child(3),
.company-table-cls thead tr th:nth-child(4),
.company-table-cls thead tr th:nth-child(5),
.company-table-cls thead tr th:nth-child(6),
.company-table-cls thead tr th:nth-child(7),
.company-table-cls thead tr th:nth-child(8),
.company-table-cls thead tr th:nth-child(9),
.company-table-cls thead tr th:nth-child(10),
.company-table-cls thead tr th:nth-child(11),
.company-table-cls thead tr th:nth-child(12),
.company-table-cls thead tr th:nth-child(13),
.company-table-cls thead tr th:nth-child(14),
.company-table-cls thead tr th:nth-child(15),
.company-table-cls thead tr th:nth-child(16) {
    width: 100px;
}

/* suppliers css */
.suppliers-table-cls tbody tr td:nth-child(1),
.suppliers-table-cls tbody tr td:nth-child(7) {
    text-align: center !important;
}
.suppliers-table-cls thead tr th:nth-child(1),
.suppliers-table-cls thead tr th:nth-child(7) {
    width: 90px !important;
}
.suppliers-table-cls thead tr th:nth-child(2),
.suppliers-table-cls thead tr th:nth-child(5) {
    width: 200px !important;
}
.suppliers-table-cls thead tr th:nth-child(3),
.suppliers-table-cls thead tr th:nth-child(4),
.suppliers-table-cls thead tr th:nth-child(6),
.suppliers-table-cls thead tr th:nth-child(8),
.suppliers-table-cls thead tr th:nth-child(9),
.suppliers-table-cls thead tr th:nth-child(10),
.suppliers-table-cls thead tr th:nth-child(11),
.suppliers-table-cls thead tr th:nth-child(12),
.suppliers-table-cls thead tr th:nth-child(13),
.suppliers-table-cls thead tr th:nth-child(14),
.suppliers-table-cls thead tr th:nth-child(15),
.suppliers-table-cls thead tr th:nth-child(16) {
    width: 150px;
}

/* products master table */
.product-table-cls tbody tr td:nth-child(1),
.product-table-cls tbody tr td:nth-child(8) {
    text-align: center !important;
}
.product-table-cls thead tr th:nth-child(1),
.product-table-cls thead tr th:nth-child(7) {
    width: 70px !important;
}
.product-table-cls thead tr th:nth-child(2),
.product-table-cls thead tr th:nth-child(5) {
    width: 200px !important;
}
.product-table-cls thead tr th:nth-child(3),
.product-table-cls thead tr th:nth-child(4),
.product-table-cls thead tr th:nth-child(6),
.product-table-cls thead tr th:nth-child(8),
.product-table-cls thead tr th:nth-child(9),
.product-table-cls thead tr th:nth-child(10),
.product-table-cls thead tr th:nth-child(11),
.product-table-cls thead tr th:nth-child(12),
.product-table-cls thead tr th:nth-child(13),
.product-table-cls thead tr th:nth-child(14),
.product-table-cls thead tr th:nth-child(15) {
    width: 100px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-5 {
    margin-top: 5px !important;
}
/*updated customization vinayak*/
.table-responsive {
    width: auto;
    overflow-x: inherit;
}
.search-autosuggest-results {
    position: absolute;
    left: 0;
    top: 32px;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #e0e2e7;
    width:100%;
}
.sa-result-item {
    display: block;
    margin: 0 0 2px 0;
    padding: 5px 10px;
    font-size: 12px;
    border-bottom: 1px solid #e0e2e7;
}
.sa-result-item:hover,
.sa-result-item:focus,
.sa-result-item:active {
    background: #d4d8df;
}
.search-autosuggest-results .sa-result-item:last-child {
    margin: 0;
    border-bottom: 0px none;
}
.badge {
    padding: 0.5em;
    font-size: 85%;
    font-weight: 400;
}
/*
.dataTables_processing {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    background: rgba(255, 255, 255, 0.5) !important;
    width: 100% !important;
    height: 100% !important;
}
.spinner {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    top: 10% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
}
*/

.basic-datatables{
    min-width: 102%;
}

#basic-treant {
    height: 100%;
}
/* #basic-treant svg path{    
    fill:#fd7e14;
} */
#basic-treant .nodeContainer {
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border: 1px solid #e9eef2;
}
#basic-treant .nodeContainer .node-name {
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #e9eef2;
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
#basic-treant .nodeContainer .node-inquiry_no {
    display: block;
}
#basic-treant .nodeContainer .node-name,
#basic-treant .nodeContainer .node-inquiry_no,
#basic-treant .nodeContainer .node-contact_name,
#basic-treant .nodeContainer .node-company_name,
#basic-treant .nodeContainer .node-inquiry_date {
    font-size: 12px;
    padding: 4px;
    border-bottom: 1px solid #e9eef2;
}
.scroll-content-right .btn-primary-mro {
    padding: 11px 5px 11px 5px;
}
#NewcompanyForm .select-company-emp-names button.dropdown-toggle {
    overflow: hidden;
    overflow-wrap: break-word;
    width: 100%;
    display: inline-block;
    white-space: pre-line;
    padding: 0 !important;
}
.bootstrap-select.select-company-emp-names > .dropdown-toggle:after {
    position: relative;
    top: -14px;
    right: 12px;
}
#NewcompanyForm
    .select-company-emp-names
    button.dropdown-toggle
    .filter-option-inner-inner {
    padding: 12px 12px 0 12px;
}
/*updated customization vinayak*/

/*Access denied css*/
.deny-message-box {
    margin-top: 100px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.deny-message-box h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.deny-message-box p {
    font-size: 18px;
    color: #777;
}

.back-link {
    margin-top: 15px;
    display: inline-block;
    padding: 1px 50px;
    /* Adjust padding here for smaller size */
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    /* Adjust font size here for smaller size */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.back-link:hover {
    background-color: #0056b3;
    color: #d7d2d2;
}
.searchresult-datatable-wrapper #myTable_wrapper .dataTables_filter {
    float: left;
}
