html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #e9ecef !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table .table thead th {
  text-transform: capitalize;
}

a {
  color: initial;
  text-decoration: none;
}

.hg_wrapper {
  background-color: white;
  padding: 2rem;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #DcDcDc;
}

.datatableBtn.col .dt-buttons {
  float: right;
}

.datatableBtn.col .dataTables_filter {
  float: right;
}

table.hg-striped-table tbody tr:nth-child(even) {
  background-color: #eee;
}

.search_header {
  display: flex;
  justify-content: space-between;
}

.header-space-between {
  display: flex;
  justify-content: space-between;
}

.elements-space-between {
  display: flex;
  justify-content: space-between;
}

.advanced-search-collapse .form-check {
  padding-top: 2.5rem;
}

.ip-form-clear-filters {
  color: #007bff;
  background-color: transparent;
  border: none;
}

.button-search-users {
  margin-top: 1.75rem;
}

.hg-mt-2rem {
  margin-top: 2rem;
}

.hg_subtext_color {
  color: #757575;
}

#requisition_form button.btn.dropdown-toggle.btn-light {
  background-color: white;
  border: 1px solid #ced4da;
}

#limit_form button.btn.dropdown-toggle.btn-light {
  background-color: white;
  border: 1px solid #ced4da;
}

#formbuilder_form button.btn.dropdown-toggle.btn-light {
  background-color: white;
  border: 1px solid #ced4da;
}

#free_text_form_submit button.btn.dropdown-toggle.btn-light {
  background-color: white;
  border: 1px solid #ced4da;
}

.hg_head1 {
  font-size: 30px;
}

.hg_scw_sb {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.hg_gb_btn {
  height: 25px;
  width: 80px;
  padding: 6px !important;
  margin-top: 20px;
}

.page-heading {
  font-size: 2rem;
}

.sc-status-header {
  width: 100%;
  display: flex;
  padding: 25px 20px 30px;
  background: #FFFFFF;
}

.sc-status-header .sc-status-page-title {
  flex: 0.65;
  padding: 5px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.sc-status-header .sc-status-img-container {
  flex: 2;
  padding: 5px;
}

.sc-status-header .sc-status-img-container .sc-status-img {
  max-width: 70%;
}

.hg_button_edit {
  background-color: #F0F8FF;
  color: #007bff;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 500;
  display: inline-flex;
  padding: 5px 8px;
  font-size: small;
}

.hg_button_edit:hover {
  background-color: #d6ecff;
}

.hg_button_edit:active {
  background-color: #d6ecff;
}

.badge_display_approval_link {
  background-color: #F0F8FF;
}

.badge_display_approval_link a {
  color: #007bff !important;
}

.badge_primary_acc {
  background-color: #f8d7da;
  color: #c91c2e;
}

.hg_display_inline {
  display: inline;
}

.elements-align-right {
  display: flex;
  justify-content: flex-end;
}

.button-workflow-user {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  width: 140px;
  margin-top: .35rem;
}

.button-workflow-user:hover {
  color: orange;
}

.hg_required:after {
  content: "*";
  color: red;
}

.required-fields {
  color: red;
}

/* SC2nd step and My orders page - CSS for Allowed valid characters label */
.badge.badge_valid_text_label {
  background-color: #F0F8FF;
  color: #007bff;
  margin: 0 15px 15px;
  padding: 10px;
  font-size: smaller;
}

.badge.generic-help-text-badge, .badge.star-search-help-text-badge {
  background-color: #F0F8FF;
  color: #007bff;
  padding: 8px;
  font-size: x-small;
}

.badge.help-text-badge {
  background-color: #F0F8FF;
  color: #007bff;
  padding: 8px;
  font-size: x-small;
}

/* Document Search, Document details page - Workflow status CSS pill */
.badge_status_await_approval {
  background-color: #fff3cd;
  color: #ff812d;
}

.badge_status_save {
  background-color: #c1f4fd;
  color: #147a8b;
}

.badge_status_approved {
  background-color: #d4edda;
  color: #47a83b;
}

.badge_status_purch_wrkl {
  background-color: #E5E1F9;
  color: #7363d1;
}

.badge_status_rejected {
  background-color: #f8d7da;
  color: #c91c2e;
}

.badge_custom_pill_primary {
  background-color: #F0F8FF;
  color: #007bff;
}

.card.results-card {
  background-color: #EAEAEA;
  border: none;
}

.multiple_select button {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: calc(1.5em + .75rem + 2px);
}

.action_dropdown.dropdown:hover > .dropdown-menu {
  display: block;
}

.action_dropdown .dropdown-menu .dropdown-item {
  cursor: pointer;
}

.hg_heading_hrborder {
  border: 1px solid #FFCC6B;
  width: 100%;
  background-color: #FFCC6B;
}

.link-highlight {
  color: #007bff;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.product-config-img {
  border: 1px solid #e9ecef;
  height: 50px;
  width: 50px;
  border-radius: 5px;
}

.mep-form_wrapper {
  padding: 1.5rem;
  width: 100%;
}

.badge-button-green {
  background-color: #d4edda;
}

.badge-button-green a {
  color: #47a83b !important;
}

.badge-button-purple {
  background-color: #E5E1F9;
}

.badge-button-purple a {
  color: #7363d1 !important;
}

.badge-button-red {
  background-color: #f8d7da;
}

.badge-button-red a {
  color: #c91c2e !important;
}

.badge-button-blue {
  background-color: #F0F8FF;
}

.badge-button-blue a {
  color: #007bff !important;
}

.card-shadow-1 {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.header-card-alert .header-card-alert__body {
  display: flex;
}

.header-card-alert .material-icons {
  margin-right: 1rem;
}

.hg_button_round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
}

.hg_button_round .material-icons-outlined {
  font-size: 20px;
}

.desc-section-bottom {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 1rem;
}

table th {
  text-transform: capitalize !important;
}

.item-action-icon-section {
  display: flex;
  gap: 5px;
}

.item-action-icon-section > span {
  cursor: pointer;
}

.item-action-icon-section .item-action-icons {
  color: #6c757d;
}

.item-action-icon-section .item-action-icons:hover {
  color: #007bff;
}

:root {
  --sidenav-width: 65px;
}

.sidenav-exist {
  margin-left: 65px;
  transition: 0.3s;
}

/* New CSS */
.sidenav {
  height: 100%;
  width: var(--sidenav-width);
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: #343a40 !important;
  overflow: hidden;
  transition: all 0.3s;
  border-right: 1px solid black;
}

.sidenav .sidenav__expand {
  padding: .5rem 0 .5rem 1.5rem;
  color: #ffffff;
  z-index: 99;
  cursor: pointer;
  margin: 1rem 0;
}

.sidenav .sidenav__icon-container {
  height: 40px;
  width: 40px;
  padding: 7px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.25);
}

.sidenav .sidenav__list {
  display: flex;
  flex-direction: column;
}

.sidenav .sidenav__list a {
  text-decoration: none;
}

.sidenav__listitem {
  list-style: none;
  transition: all 200ms ease-in-out;
  border-left: 3px solid transparent;
  cursor: pointer;
  padding: 0.5rem 0.5rem;
}

.sidenav__listitem a {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
}

.sidenav__listitem a p {
  color: #bbbbbb;
  font-size: 1.2rem;
  margin-bottom: 0;
  animation: SideNavOpen 250ms ease-in-out both;
}

.sidenav__listitem .hg_link_text {
  display: none;
  white-space: nowrap;
}

.sidenav__listitem:hover {
  background-color: #414952;
}

.sidenav__listitem:hover p {
  color: #ffffff;
}

.sidenav .hg_close_button {
  display: none;
}

.sidenav .hg_close_button .hg_adjust_image_open_nav {
  margin: 0 0 0 10px;
}

.sidenav-show {
  width: calc(var(--sidenav-width) + 295px);
}

.sidenav__listitem-active {
  background-color: #414952;
  border-left: 3px solid #ffffff;
}

.sidenav__listitem-active .hg_link_text {
  color: #ffffff;
}

@keyframes SideNavOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#sidenav__listitem-home .sidenav__icon-container {
  background-color: #008eec;
}

#sidenav__listitem-shop .sidenav__icon-container {
  background-color: #8b00ad;
}

#sidenav__listitem-purchase .sidenav__icon-container {
  background-color: #6277f1;
}

#sidenav__listitem-admintool .sidenav__icon-container {
  background-color: #fabd4c;
}

#sidenav__listitem-orgmodel .sidenav__icon-container {
  background-color: #9A6324;
}

#sidenav__listitem-approvals .sidenav__icon-container {
  background-color: #34a300;
}

#sidenav__listitem-personalize .sidenav__icon-container {
  background-color: #ff4800;
}

#sidenav__listitem-config .sidenav__icon-container {
  background-color: #ff4800;
}

#sidenav__listitem-settings .sidenav__icon-container {
  background-color: #6c757d;
}

#sidenav__listitem-contentmgmt .sidenav__icon-container {
  background-color: #0f0f98;
}

#sidenav__listitem-sourcing .sidenav__icon-container {
  background-color: #8ed5e0;
}

#sidenav__listitem-timesheet .sidenav__icon-container {
  background-color: #e3848e;
}

#sidenav__listitem-Archiving .sidenav__icon-container {
  background-color: #e3848e;
}

.navbar-exist {
  padding-top: 7.3rem;
}

.majjaka-main-navbar .nav-button-div {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.majjaka-main-navbar .nav-button-div .nav-notif-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6c757d;
  color: white;
  font-size: 20px;
}

.majjaka-main-navbar .nav-button-div .nav-notif-button:hover {
  background-color: #5a6268;
}

.majjaka-main-navbar .nav-button-div .nav-notif-button .material-icons {
  font-size: 20px;
}

.majjaka-main-navbar .nav-button-div .nav-notif-button_badge {
  position: absolute;
  top: -3px;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  font-size: 10px;
}

.majjaka-main-navbar__user-menu .nav-link {
  border-left: 2px solid #5a6268;
  color: #969696;
}

.majjaka-main-navbar__username {
  font-weight: 500;
  color: #969696;
}

.majjaka-main-navbar .user-dropdown .user-dropdown-item {
  display: flex;
}

.majjaka-main-navbar .user-dropdown .user-dropdown-item__icons {
  padding-right: 0.5rem;
}

.notification_wrap {
  display: flex;
}

.notification_wrap .notification_alerts_dropdown {
  width: 500px;
  right: -16rem;
}

.notification_wrap .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: 16.5rem;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}

.notification_wrap .dropdown-menu-header {
  border: none;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #dee6ed;
}

.notification_wrap .list-group-item:hover {
  background-color: #f4f7f9;
}

.notification_wrap a:hover {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.notification_msg_list {
  overflow: auto;
  max-height: 25rem;
}

.notification_msg_list::-webkit-scrollbar {
  width: 8px;
}

.notification_msg_list::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(158, 158, 158, 0.6);
  border-radius: 10px;
}

.notification_msg_list .new_unread_notification {
  color: #721c24;
  background-color: #f8d7da;
}

.notification_msg_list .notification_important {
  background-color: #fff3cd;
}

.notification_msg_list .list-group-item {
  border-left: none;
  border-right: none;
  padding-left: .75rem;
}

.notification_msg_list .list-group-item .col-10 {
  padding-left: .75rem;
}

.notification_msg_list .list-group-item .col-10 .material-icons-outlined {
  vertical-align: bottom;
}

.notification_msg_list .list-group-item .notification_close {
  margin-top: -2rem;
}

.notification_msg_list .list-group-item .notification_close .button-close-delete {
  display: none;
}

.notification_msg_list .list-group-item:hover .button-close-delete {
  display: block;
}

.notification_msg_list .icon_notification_important {
  margin-left: 1rem;
  cursor: pointer;
}

.notification_msg_list .notification_msg_info {
  font-weight: 500;
}

.notification_msg_list .notification-type-icon-document {
  background-color: #d4edda;
  color: #7bce00;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification_msg_list .notification-type-icon-chat {
  background-color: #E5E1F9;
  color: #7363d1;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-bar {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.menu-bar .nav-link a {
  font-weight: 500;
  color: #969696;
}

.menu-bar a:hover {
  text-decoration: none;
}

.menu-bar .nav-item:hover {
  background-color: rgba(150, 150, 150, 0.122);
  border-radius: 2px;
}

.menu-bar .navbar-nav > li {
  position: relative;
}

.menu-bar .active .nav-link::after {
  content: '';
  border-bottom: 4px solid #0089ff;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -8px;
}

.menu-bar .active .nav-link a {
  color: #0089ff;
}

.menu-bar .dropdown {
  position: relative;
  display: inline-block;
}

.menu-bar .dropdown:hover .dropdown-content {
  display: block;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.sub-tabs {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
}

.sub-tabs .sub-tab {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border-radius: 4px;
  margin-bottom: 6px;
  position: relative;
}

.sub-tabs .sub-tab:hover {
  background-color: #e2e2e2;
}

.sub-tabs .sub-tab-link {
  font-weight: 500;
  font-size: large;
  color: #969696;
}

.sub-tabs .sub-tab-link.sm {
  font-size: medium;
}

.sub-tab.active .sub-tab-link::after {
  content: '';
  border-bottom: 3px solid #0089ff;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -7px;
}

.sub-tab.active .sub-tab-link {
  color: #0089ff;
}

.item_added2cart_success .icon-box {
  background-color: #7bce00;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_added2cart_success .modal-footer {
  border: none;
}

.item_added2cart_success .modal-footer {
  border: none;
}

.item_added2cart_success .item-success-btn {
  background-color: #7bce00;
  color: white;
}

.item_added2cart_success .item-success-btn:hover {
  color: white;
}

.majjaka-loader .modal-content {
  position: fixed;
  top: 35%;
  left: 35%;
  width: 500px;
  height: 250px;
}

.majjaka-loader button {
  position: relative;
  top: 40%;
  left: 32%;
  width: 180px;
  font-size: 25px;
}

.btn, input[type=button], button {
  text-transform: capitalize !important;
}

.home_wrapper {
  padding-bottom: 2rem;
}

.support-card {
  padding: 10px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 1.10rem;
  font-weight: 400;
}

.support-card i {
  max-width: 20px;
  margin-right: 20px;
  margin-left: 5px;
  font-size: 1.75rem;
}

.support-card .support-desc {
  text-decoration: none;
}

.support-card-success, .support-card-success .support-desc {
  background-color: #d4edda;
  color: #47a83b;
}

.support-card-primary, .support-card-primary .support-desc {
  background-color: #d1e9ff;
  color: #007bff;
}

.support-card-warning, .support-card-warning .support-desc {
  background-color: #fff3cd;
  color: #ff812d;
}

.support-card-info, .support-card-info .support-desc {
  background-color: #E5E1F9;
  color: #7363d1;
}

.announcements_lists {
  overflow-y: scroll;
  max-height: 14rem;
}

/* .announcements_lists{
    overflow-y: scroll;
} */
.announcements_lists::-webkit-scrollbar {
  width: 8px;
}

.announcements_lists:hover::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(158, 158, 158, 0.6);
  border-radius: 10px;
}

.fav_sc_card {
  height: 100%;
  margin: 10px;
}

.fav_sc_card .card-body {
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.17);
}

.fav_sc_header {
  text-align: right;
}

.fav_sc_footer .ft-btn1 {
  padding-right: 2px;
}

.fav_sc_footer .ft-btn2 {
  padding-left: 2px;
}

.fav_sc_footer button {
  width: 100%;
}

.popular_products_card {
  width: auto;
  position: relative;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: 10px;
}

.popular_products_body {
  overflow: hidden;
  padding: 1rem;
}

.popular_products_footer {
  display: flex;
  justify-content: space-between;
}

.popular_products_img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.popular_products_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

/*OWL*/
.owl-controls .owl-buttons {
  position: relative;
}

.owl-controls .owl-prev {
  position: absolute;
  left: -20px;
  bottom: 10rem;
  background: #fff;
  border: 1px solid #cccc;
  transition: .5s;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  padding: 11px 0;
  text-align: center;
  margin: auto;
}

.owl-controls .owl-next {
  position: absolute;
  right: -20px;
  bottom: 10rem;
  background: #fff;
  border: 1px solid #cccc;
  transition: .5s;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  padding: 11px 0;
  text-align: center;
  margin: auto;
}

.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
  color: #fff;
}

/* .owl-controls .owl-next:after {

} */
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: #d4d4d4;
}

.home_section_container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.home_section_heading {
  padding: 0 1.5rem;
}

.home_wrapper section {
  padding-bottom: 2rem;
}

.fav_sc_items_list {
  overflow-y: auto;
  height: 8rem;
  width: auto;
}

.fav_sc_items_list::-webkit-scrollbar {
  width: 8px;
}

.fav_sc_items_list::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(184, 184, 184, 0.6);
  border-radius: 10px;
}

.fav_sc_name_section {
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .fav_sc_name {
    font-weight: 500;
} */
.fav_sc_item {
  display: flex;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.fav_sc_item_left .fav_item_img {
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.fav_sc_item_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  margin-left: 1rem;
}

.fav_item_right_bottom {
  display: flex;
  justify-content: space-between;
  margin-right: 1rem;
  font-size: smaller;
}

.fav_sc_value_section {
  margin-top: 0.75rem;
}

.popular_products_card:hover {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  transition: .3s;
}

.product-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.product-currency {
  font-weight: 500;
}

.product-value {
  font-weight: 500;
}

.fav_item_right_top {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 11.5vw;
}

.popular_products_card .btn-round {
  display: none;
}

.popular_products_card:hover .btn-round {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: 10px;
  right: 10px;
  background: rgba(238, 238, 238, 0.75);
}

.product_category_text {
  font-weight: 500;
  font-size: 0.85rem;
}

.home_section_heading > p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}

.card.sa-card {
  height: 100%;
}

.org_table_width{
    width:100%;
}

.org_registration_table {
  border-collapse: collapse;
  margin-bottom: 10px;
}

.org_registration_table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  width: 10%;
}

.org_registration_table tbody td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  width: 10%;
}

.majjaka-login-screen.row {
  background: white;
}

.majjaka-login-screen__frame-left .login-screen-image-container {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
  background-image: url(/static/images/login_left_frame_bgimg.png);
  display: flex;
  justify-content: center;
  align-items: center;
}

.majjaka-login-screen__frame-left .login-screen-image-container #majjaka-brand-logo {
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 0 1rem;
}

.majjaka-login-screen__frame-right {
  padding: 0 5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.majjaka-login-screen__frame-right .login_page_content {
  margin-top: 20%;
}

.majjaka-login-screen__frame-right .login_page_logo {
  text-align: center;
  margin-bottom: 3rem;
}

.majjaka-login-screen__frame-right .login-page-form .login-page-form-heading {
  margin-bottom: 9%;
}

.majjaka-login-screen__frame-right .login-page-form .login-messages {
  margin-bottom: 3%;
}

.font-weight-500 {
  font-weight: 500;
}

.font-size-smaller {
  font-size: smaller;
}

.admin-loader-screen-container {
  display: none;
  position: fixed;
  background-color: rgba(240, 248, 255, 0.6);
  background-repeat: no-repeat;
  z-index: 9999;
  width: 33.33%;
  right: 0;
  top: 0;
  bottom: 0;
}

.admin-loader-screen {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.admin-loader-animation {
  height: 75px;
  width: 75px;
  border: 10px solid silver;
  border-top-color: #1168ff;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.admin-loader-message {
  color: black;
  font-size: 24px;
  font-weight: 400;
}

#admin-loader_screen_container.show {
  display: block;
}

.majjaka-login-screen__frame-right.loader-show {
  height: 100vh;
  overflow-y: hidden;
}

.list-header-text {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
}

.list-body-text {
  margin-left: 1rem;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
}

.products-catalog {
  /* Style the tab */
}

.products-catalog .products-catalog__selection-tab {
  padding-left: 1rem;
}

.products-catalog .quick_links_catalog {
  padding-top: 6rem;
}

.products-catalog .hg_tab {
  overflow: hidden;
}

.products-catalog .hg_tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.75rem 1rem;
  transition: 0.3s;
  font-size: 17px;
  display: flex;
  color: #969696;
  align-items: center;
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
}

.products-catalog .hg_tab button:hover {
  background-color: #e2e2e2;
  border-bottom: #e2e2e2;
}

.products-catalog .hg_tab button .btn-text {
  font-size: 20px;
  font-weight: 500;
}

.products-catalog .hg_tab button i {
  margin-right: 0.5rem;
}

.products-catalog .hg_tab button.active {
  border-bottom: solid 5px #0089ff;
  color: #0089ff;
}

.products-catalog .products-catalog-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: white;
  margin-bottom: 2rem;
}

.products-catalog .products-catalog-header__section {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.products-catalog .products-catalog-header__text {
  text-align: center;
}

.products-catalog .products-catalog-header__search-input-group {
  padding: 2px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: flex;
}

.products-catalog .products-catalog-header__search-input-group input[type='text'] {
  border: none;
}

.products-catalog .products-catalog-header .sfps-button {
  display: flex;
}

.product-selection-tabcontent {
  display: none;
  padding: 1rem;
  margin-bottom: 10px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@_webkit_keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.product-selection-card {
  cursor: pointer;
}

.product-selection-card .embed-responsive.embed-responsive-1by1 {
  background-color: silver;
}

.product-selection-card .product-selection-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-selection-card .card-body {
  padding: .5rem;
}

.product-results-catalog__section {
  margin-bottom: 25px;
}

.product-results-catalog__section .card-body.product-results-catalog__card-header {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #ddd;
}

.product-results-catalog__fliter-card.card {
  top: 8rem;
}

.product-results-catalog__results-card {
  margin-bottom: 25px;
}

.product-results-catalog__results-card .card-body {
  border-bottom: solid 1px #ddd;
}

.product-results-catalog__results-card .product-results-catalog__img-container,
.product-results-catalog__results-card .product-results-freetext__img-container {
  height: 8.5rem;
  width: 8.5rem;
}

.product-results-catalog__results-card .product-results-catalog__img,
.product-results-catalog__results-card .product-results-freetext__img {
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.product-results-catalog__results-card .product-results-catalog__price {
  margin-top: 7%;
}

.product-results-catalog__results-card .product-results-catalog__quantity {
  text-align: right;
  padding: 5%;
}

.product-results-catalog__results-card .product-results-catalog__quantity .quanity-input-field {
  border: 1px solid #a3a3a3;
  width: 30%;
  border-radius: .3rem;
  text-align: center;
}

.product-results-catalog__results-card .product-results-catalog__add-button,
.product-results-catalog__results-card .product-results-freetext__button {
  text-align: right;
  padding: 5%;
}

.prod_service_search_modal {
  top: 212px !important;
  left: 30px;
}

.prod_service_search_modal .modal-dialog {
  max-width: 732px;
  left: 3rem;
}

.product-results-details-section {
  padding-left: 1.25rem;
}

a.prod-classification-select-link {
  color: initial;
  text-decoration: none;
}

.prod-classification-select-link.active {
  font-weight: 700;
  color: #007bff;
}

.catalog-table-results-list {
  width: 100%;
}

#favourite_sc_button .material-icons {
  vertical-align: middle;
  line-height: 0 !important;
  position: relative;
  top: -2px;
}

.approval-overview__section {
  display: flex;
  overflow: auto;
  flex-direction: row;
}

.approval-overview__user-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8rem;
}

.approval-overview__next-icon-container {
  display: flex;
  align-items: baseline;
  margin-top: 1rem;
}

.approval-overview__managers-section {
  display: flex;
}

.ao-logged-in-user {
  color: #fabd4c;
}

.ao-workflow-user {
  color: #676767;
}

.icon-workflow-auto {
  font-size: 2.95em;
  margin-left: 0.85rem;
}

.sc-button-group {
  flex-wrap: wrap-reverse;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
  .account-assignment-card {
    margin-top: 1rem;
  }
}

table.table-change-address {
  border: 1px solid #ddd !important;
}

table.table-change-address tr:nth-child(even) {
  background-color: white;
}

table.table-change-address tbody td {
  padding: 2%;
  border-bottom: 1px solid #ddd;
}

#accounting_tab thead {
  font-weight: bold;
}

#doc_list thead {
  font-weight: bold;
}

#accounting_report_table_wrapper .row:nth-child(1), #sup_tab_wrapper .row:nth-child(1), #user_report_table_wrapper .row:nth-child(1), #approval_report_table_wrapper .row:nth-child(1), #doc_list_wrapper .row:nth-child(1), #user_tab_wrapper .row:nth-child(1) {
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 15px;
}

#accounting_report_table_wrapper .row:nth-child(3), #sup_tab_wrapper .row:nth-child(3), #user_report_table_wrapper .row:nth-child(3), #approval_report_table_wrapper .row:nth-child(3), #doc_list_wrapper .row:nth-child(3), #user_tab_wrapper .row:nth-child(3) {
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 15px;
}

.user-roles__header {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}

.user-roles__table thead td {
  font-weight: 600;
}

.user-roles__table tbody td {
  display: flex;
  align-items: center;
}

.user-roles__icons {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.user-roles__icons.user-role__icon-shop {
  background-color: #d4edda;
  color: #47a83b;
}

.user-roles__icons.user-role__icon-admin {
  background-color: #E5E1F9;
  color: #7363d1;
}

.user-roles__icons.user-role__icon-manager {
  background-color: #d1e9ff;
  color: #007bff;
}

.user-roles__icons.user-role__icon-purchaser {
  background-color: #fff3cd;
  color: #ff812d;
}

.user-roles__icons.user-role__icon-other {
  background-color: #cacaca;
  color: #868686;
}

.user-roles__icons.user-role__icon-shop-plus {
  background-color: #c1f4fd;
  color: #147a8b;
}

.hg-icon-blue-primary {
  color: #007bff;
  cursor: pointer;
}

.add-note-internal {
  border: none;
  background-color: #007bff;
  color: white;
  padding: 10px 10px;
}

.add-note-external {
  border: none;
  background-color: #dbdad9;
  color: black;
  padding: 10px 10px;
}

.add_notes_textarea {
  padding: 10px;
  width: 100%;
  resize: none;
  border-color: #ddd;
}

.attachment-input-name {
  width: 450px;
}

.view-attachments-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

.card-header.call-off-header-section {
  background-color: white;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.call-off-form-label {
  width: 150px;
  display: inline-block;
  font-weight: 500;
}

.sc-item-table__item-img {
  border: 1px solid #e9ecef;
  width: 60px;
  height: 60px;
}

.sc-item-table__supplier-desc {
  color: #007bff;
}

/* .modal {
        overflow-y:auto;
} */
.item-table-action__section {
  background-color: white;
}

.item-table-action__section .card-header.item-table-action__header {
  background-color: white;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.action-item-notes__buttons-section {
  border-bottom: 1px solid #ddd;
}

.action-item-notes__textarea {
  margin: 1rem;
}

.item-table-cart-value-section {
  font-size: 20px;
  font-weight: 500;
}

.item-table-cart-value-section .item-table-total-cart-value {
  font-size: 25px;
}

.add-attachment-section {
  flex-grow: 1;
}

.attachment-added-section {
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(233, 236, 239, 0.5);
  flex-grow: 2;
}

.attachment-added-section .table {
  padding: 0 10px;
}

.cart-value-card {
  margin: 0 2rem 2rem;
}

.cart-value-card .cart-value-section {
  display: flex;
  justify-content: space-between;
}

.cart-value-card .cart-value-label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.cart-value-card .cart-value-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.myorder-saved-sc-header {
  width: 100%;
  padding: 25px 20px 30px;
  background: #FFFFFF;
}

.mo-doc-header {
  margin: 1.5rem 0.5rem;
}

.mo-doc-header__alerts-wrapper {
  margin-top: 1rem;
}

.mo-doc-header__doc-details .mo-doc-details-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mo-doc-header__doc-details .mo-doc-details-wrapper p {
  font-size: large;
}

.mo-doc-header__doc-details .mo-doc-details-wrapper p > :first-child {
  font-weight: 500;
}

.mo-doc-body-wrapper {
  margin-bottom: 1rem;
}

.mo-item-table__supplier-desc {
  color: #007bff;
}

.mo-doc-button-container {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0.5rem 0.5rem;
  flex-wrap: wrap;
}

.mo-doc-button-container .mo-doc-button-group__approval {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #aaaaaa;
}

.my-orders-results-table {
  width: 100% !important;
}

.my-orders-results-table tbody td {
  padding: 5px 0;
}

.my-orders-results-table .my-orders-card-list {
  border-radius: 10px;
}

.my-orders-results-table .my-orders-card-list .card-header {
  background-color: white;
  border-bottom: none;
  border-radius: 10px;
}

.my-orders-results-table .my-orders-card-list .badge_status_await_approval,
.my-orders-results-table .my-orders-card-list .badge_status_save,
.my-orders-results-table .my-orders-card-list .badge_status_approved,
.my-orders-results-table .my-orders-card-list .badge_status_purch_wrkl,
.my-orders-results-table .my-orders-card-list .badge_status_rejected {
  font-size: 15px;
  padding: 8px 12px;
}

.my-orders-results-table .my-orders-card-list .plus-symbol {
  float: right;
  color: silver;
}

.my-orders-results-table .my-orders-card-list .grey-border {
  border-right: solid #EAEAEA;
}

.my-orders-results-table .link-blue {
  color: #007bff;
}

.mo-items-table__btn-wrapper {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
}

.mo-items-table__btn-wrapper > div {
  margin-right: 0.35rem;
}

.mo-items-table .attachment-icon {
  color: #F0B64D;
}

.mo-item-table .mo-catalog-item-input {
  width: 50px;
  border: 1px solid #a3a3a3;
  border-radius: .3rem;
  text-align: center;
}

.mo-item-table .mo-item-table__action-section {
  background-color: white;
}

.mo-item-table .mo-reciever {
  margin: 0 0 1rem 1rem;
}

button.hide_in_display_mode, .sc-completion-item-delete-icon {
  display: none;
}

.sc-completion-item-detail .item-detail-content-border {
  border: 1px solid #dee2e6;
}

.sc-completion-item-detail .hg_class_prod_desc {
  border-bottom: 1px solid #ddd;
}

.sc-completion-item-detail .prev-next-btn-group {
  display: flex;
  gap: 1rem;
  width: 40%;
}

.sc-completion-item-detail .prev-next-btn-group .btn-round {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #F0F8FF;
  color: #007bff;
  padding: 0;
  flex-shrink: 0;
}

.sc-completion-item-detail .prev-next-btn-group .btn-round:hover {
  background: #bee1ff;
  color: #007bff;
}

.sc-completion-item-detail .prev-next-btn-group .item-description {
  font-weight: 600;
  font-size: 18px;
}

.card-shadow-2 {
  -webkit-box-shadow: 0px -11px 16px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -11px 16px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -11px 16px -15px rgba(0, 0, 0, 0.75);
}

.workflow-overview .card.workflow-overview__process-card {
  background-color: #F5F5F5;
  border: none;
}

.workflow-overview__section {
  display: flex;
  flex-direction: row;
  overflow: auto;
  margin-top: 20px;
}

.workflow-overview__user-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8rem;
}

.workflow-overview__next-icon-container {
  display: flex;
  margin-top: 1rem;
}

.workflow-overview__managers-section {
  display: flex;
  flex-direction: row;
}

.workflow-user-bg {
  background-color: #F5F5F5;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.workflow-user-bg.workflow-active {
  border: 3px solid #4dabf7;
  color: #4dabf7;
}

.workflow-user-bg.workflow-inactive {
  color: #676767;
}

.workflow-user-bg.workflow-completed {
  color: #53C245;
}

.workflow-user-bg.workflow-completed .icon-workflow-completed {
  font-size: 2.95em;
  margin-left: 0.85rem;
}

.workflow-user-bg.workflow-requester-active {
  border: 3px solid #4dabf7;
}

.workflow-user-bg.workflow-rejected {
  color: #DC453D;
}

.workflow-user-bg.workflow-rejected .icon-workflow-rejected {
  font-size: 2.95em;
  margin-left: 0.85rem;
}

.manager-approval-card .approval-cart-number {
  text-decoration: none;
  font-size: 2rem;
}

.manager-approval-card .approval-card-label {
  font-size: 1.2rem;
}

.manager-approval-card .imp-text {
  font-size: 1.3rem;
}

.manager-approval-card .btn_approval {
  color: #fd8522;
  font-weight: bold;
}

.manager-approval-card .total-value-section {
  display: flex;
  justify-content: flex-end;
}

.manager-approval-card .total-value-section .total-value-cost {
  font-size: 2rem;
}

.manager-approval-card__header {
  text-align: right;
}

.manager-approval-card__desc-sections {
  display: flex;
  flex-direction: column;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.card.sc_completion_card_list {
  border-radius: 10px;
}

.sc_completion_table {
  width: 100% !important;
}

.upload-data-tab {
  margin-block: 1rem;
}

.upload-data-tab .config-card {
  margin-bottom: 2rem;
  cursor: pointer;
}

.upload-data-tab .config-card i {
  font-size: 6.5rem;
}

.upload-data-tab .config-card .icon-wrapper {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  margin: 0 auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-data-tab .config-card .upload-data-label {
  font-size: 1.2rem;
  font-weight: 500;
}

.upload-data-tab .config-card .blue {
  background-color: #008eec;
}

.upload-data-tab .config-card .orange {
  background-color: #ff4800;
}

.upload-data-tab .config-card .green {
  background-color: #34a300;
}

.upload-data-tab .config-card .yellow {
  background-color: #eeea14;
}

.upload-data-tab .config-card .red {
  background-color: #e90c0c;
}

.upload-data-tab .config-card .purple {
  background-color: #8b00ad;
}

.upload-data-tab .config-card .light-blue {
  background-color: #24d7f3;
}

.upload-data-tab .config-card .pink {
  background-color: #e515a0;
}

.upload-data-tab .config-card .light-green {
  background-color: #29ee3d;
}

.upload-data-tab .sub-menu-icon-wrapper {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  margin: 0 auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-data-tab .sub-menu-main-icon-wrapper {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  margin: 0 auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-data-tab .small {
  font-size: 2.5rem !important;
}

.upload-data-tab .big {
  font-size: 8rem;
}

.upload-data-tab .sub-menu-main-border {
  border-right: solid 1.5px #d3d3d3;
}

.configuration-table_wrapper {
  padding: 1.5rem;
}

.configuration-table_section {
  margin-block: 2rem;
}

.configuration-table_section table.custom-table {
  background-color: white;
}

.configuration-table_section .table-container {
  margin: auto;
}

.configuration-table_section .table-container.tcw-80 {
  width: 80%;
}

.configuration-table_section .table-container.tcw-60 {
  width: 60%;
}

#id_popup_table {
  width: 100% !important;
}

.calendar-holiday-config.btn-disable {
  opacity: 0.5;
  pointer-events: none;
}

.main-chat-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.majjaka-chat-app {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 4.75rem);
  margin: auto;
}

.chat-row, .left-chat-col {
  height: 100%;
  overflow: hidden;
}

.left-chat-panel-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.chat-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
}

.chat-card-header {
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chat-card-header-text {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.chat-search-header .chat-card-header {
  display: flex;
  flex-direction: row;
}

.chat-search-header .majjaka-chat-icon {
  background-color: #E5E1F9;
  color: #7363d1;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.chat-card-body {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
}

.chat-card-body .input-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px 10px;
}

.input-wrapper input {
  flex-grow: 1;
  border: none;
  padding-left: 10px;
  vertical-align: middle;
}

.input-wrapper i {
  color: rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  font-size: 1.75rem;
}

.input-wrapper input:focus {
  outline: none;
}

.chat-contact-container {
  margin-top: 1rem;
  overflow-y: auto;
}

.chat-contact-container .chat-card {
  margin-bottom: 11px;
}

.chat-contact-container .chat-card:hover {
  background: #F4F9FE;
}

.chat-contact-container .chat-contact_card {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.chat-contact_profile-image {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: inline-block;
}

.chat-contact_chat-detail {
  display: flex;
  flex-grow: 1;
  flex-basis: auto;
  min-width: 0;
  flex-direction: column;
  margin-left: 0.75rem;
}

.chat-detail-top {
  display: flex;
  /* justify-content: space-between;
    margin-bottom: 0.35rem; */
}

.chat-detail-name-section {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.chat-detail-name {
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-detail-timestamp-section {
  flex: none;
  max-width: 100%;
  margin-left: 0.5rem;
}

.chat-detail-timestamp {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

.chat-detail-bottom {
  display: flex;
}

.chat-detail-message-section {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.chat-detail-message-section .chat-message {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-detail-unread-message-section {
  flex: none;
  max-width: 100%;
}

.chat-unread-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #52D900;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  /* display: none; */
}

.chat-contact-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.chat-window-section {
  height: calc(100vh - 5.25rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chat-window-header-main {
  flex-shrink: 0;
}

.chat-window-header {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chat-window-description {
  display: flex;
  flex-direction: row;
}

.chat-window-detail-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  min-width: 0;
  margin-left: 0.75rem;
}

.chat-group-name-section {
  overflow: hidden;
}

.chat-group-name-section .chat-group-name {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-group-participants-section {
  overflow: hidden;
}

.chat-group-participants-section .chat-group-participants {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-circular-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid black;
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
}

.chat-circular-button:hover {
  background: #e7e7e7;
}

.chat-window-body {
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
}

.chat-window-body::-webkit-scrollbar {
  width: 10px;
}

.chat-window-body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(184, 184, 184, 0.6);
  border-radius: 10px;
}

.chat-window-footer {
  flex-shrink: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.chat-window {
  display: flex;
  flex-direction: column;
  padding: 19rem 2rem 0.75rem 2rem;
  background-repeat: repeat;
}

.chat-window .chat-message {
  margin-right: 1rem;
}

.chat-message-bar-wrapper {
  display: flex;
  flex-direction: row;
  padding: 1rem 1.25rem;
}

.chat-message-bar-wrapper .message-input-wrapper {
  flex: 1 1 auto;
  margin-right: 1rem;
}

.chat-message-bar-wrapper .message-input-wrapper .message-input-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 5rem;
  border: none;
  box-sizing: border-box;
  padding: 10px 10px;
}

.chat-message-bar-wrapper .message-input-wrapper input {
  border: none;
  padding-left: 10px;
  vertical-align: middle;
  width: 100%;
  outline: none;
  border: none;
  padding: 5px 5px 5px 15px;
}

.chat-message-bar-wrapper .message-input-wrapper .mes-icon {
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-submit-button {
  background-color: rgba(0, 149, 255, 0.85);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  border: none;
  border-radius: 2rem;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}

.message-submit-button:hover {
  background-color: #0095ff;
}

.sender,
.receiver {
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  margin-bottom: 0.3rem;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.sender {
  background: #1294FC;
  color: white;
  align-self: flex-end;
  max-width: 35rem;
  padding: 8px 10px 8px 10px;
}

.sender .message-time {
  color: white;
  font-size: 0.75rem;
  float: right;
  margin-top: 5px;
}

.receiver {
  background: #E9ECEF;
  align-self: flex-start;
  max-width: 35rem;
  padding: 8px 10px 8px 10px;
}

.receiver .message-time {
  color: #6c757d;
  font-size: 0.75rem;
  float: right;
  margin-top: 5px;
}

.receiver .receiver-name {
  display: block;
  font-weight: 500;
}

.group-info-section-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.group-info-section-body::-webkit-scrollbar {
  width: 10px;
}

.group-info-section-body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(184, 184, 184, 0.6);
  border-radius: 10px;
}

.group-info-section-body .header-label {
  font-size: 1.15rem;
  font-weight: 500;
}

.group-info-profile-section {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.group-info-profile-section h5 {
  margin-top: 1.5rem;
}

.group-info-participants-section {
  padding: 0.75rem 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.group-info-participants-section_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.group-info-files-section {
  padding: 0.75rem 1rem 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.group-info-files-section__types {
  display: flex;
  flex-direction: row;
  margin: 0.9rem 0 0 0.5rem;
  align-items: center;
}

.group-info-files-section__types span {
  margin-left: 1rem;
  flex: 1;
}

.group-info-files-section__container {
  height: 35px;
  width: 35px;
  padding: 6px;
  border-radius: 4px;
  text-align: center;
}

.group-info-files-section__container.group-docs {
  background-color: #d6ecff;
  color: #007bff;
}

.group-info-files-section__container.group-img {
  background-color: #fddea5;
  color: #fabd4c;
}

.group-info-files-section__container.group-video {
  background-color: #ffe1e1;
  color: #c61d1d;
}

.group-info-profile-image {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  display: inline-block;
}

.chat-initiated-card.active {
  border-left: 4px solid #0094FF;
  background: #F4F9FE;
}

.button_invite {
  background-color: #FFFF;
  color: #007bff;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 600;
  padding: 5px 12px;
  font-size: smaller;
}

.button_invite:hover {
  background-color: #d6ecff;
}

.button_invite:active {
  background-color: #d6ecff;
}

.custom-group-icon {
  background-color: #e2e2e2;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-group-icon .material-icons {
  font-size: 2.5rem;
}

.group-info-button-section {
  padding: 0.75rem 1.5rem;
}

.button-exit-chat {
  background-color: #ffe1e1;
  color: #c61d1d;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 600;
  padding: 5px 12px;
  width: 100%;
}

.button-exit-chat:hover {
  background-color: #fdc1c1;
}

.participants-section_list {
  display: flex;
  flex-direction: row;
  margin: 0.95rem 0 0 0.5rem;
}

.participants-section_list .participant_name {
  margin-left: 0.75rem;
}

.participants_section_img {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #d0d0d0;
}

.product-id-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.product-id-text {
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
}

.upload-prod-img-wrapper {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.upload-prod-img-wrapper .upload-img-style {
  width: 15rem;
  height: 15rem;
  border: 1px solid #e9ecef;
  object-fit: cover;
}

.prod-image-container {
  height: 15rem;
  width: 15rem;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}

.prod-image-container.bg-upload-img1 {
  background-image: url("/static/images/Upload_Image_1.png");
}

.prod-image-container.bg-upload-img2 {
  background-image: url("/static/images/Upload_Image_2.png");
}

.prod-image-container.bg-upload-img3 {
  background-image: url("/static/images/Upload_Image_3.png");
}

.prod-image-container:hover {
  opacity: 0.8;
}

#product_detail_form_id button.btn.dropdown-toggle.btn-light {
  background-color: white;
  border: 1px solid #ced4da;
}

.prod-image-container .btn-round {
  display: none;
}

.prod-image-container:hover .btn-round {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: 10px;
  right: 10px;
  background: rgba(238, 238, 238, 0.75);
}

.variant-select-card {
  width: 100%;
  margin: 0.45rem;
}

.variant-select-card .variant-select-card__wrapper {
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 0.5rem;
  cursor: pointer;
}

.variant-select-card .variant-select-card__wrapper.selected {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.4);
}

.variant-select-card .vo-select-card-disable {
  opacity: 0.5;
  pointer-events: none;
}

.new-option-row-button-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.row-delete-btn.btn-round {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: 10px;
  right: 10px;
  background: #F8D7DA;
  color: indianred;
}

.row-delete-btn.btn-round:hover {
  background: #f8bfc4;
  color: indianred;
}

.select-input-container {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}

.select-input-container .select-input-item {
  margin: 0.45rem;
}

.select-input-container .select-input-item__card {
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 0.5rem;
}

.select-input-container .select-input-item__card:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.select-input-container .select-input-item__card .label-select-input-item {
  display: initial;
  margin-bottom: initial;
  width: 100%;
  cursor: pointer;
}

.select-input-container .select-input-item__card.selected {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.4);
}

.select-input-container .select-input-item__card.eform-date-disable {
  opacity: 0.5;
  pointer-events: none;
}

.select-input-container .select-input-item__card-section {
  display: flex;
}

.select-input-container .select-input-item__card-section .select-text-style {
  font-weight: 500;
  padding-left: 1rem;
}

.input-fieds-subhead-text {
  font-size: 14px;
  font-weight: 500;
}

.icon-color-blue {
  color: #007bff;
}

.icon-color-green {
  color: #47a83b;
}

.icon-color-purple {
  color: #7363d1;
}

.icon-color-teal {
  color: #147a8b;
}

.icon-color-tangerine {
  color: #ff812d;
}

.icon-color-red {
  color: #c91c2e;
}

.dp-prd-opt-wrapper {
  display: flex;
  padding: 5px 10px;
  gap: 10px 10px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.dp-prd-opt-wrapper .dp-prd-badge {
  background-color: #e9ecef;
  border-radius: 20px;
  padding: 5px 10px;
}

.dp-prd-opt-wrapper .dp-prd-badge:hover {
  background-color: #d5d5d5;
}

.dp-prd-opt-wrapper .dp-prd-badge label {
  margin-bottom: 0;
  cursor: pointer;
}

.dp-prd-opt-wrapper .dp-prd-badge.selected {
  background-color: #007bff;
  color: white;
}

.dp-prd-opt-wrapper .dp-prd-badge.dp-prd-badge-disable {
  opacity: 0.5;
  pointer-events: none;
}

.eform-field-wrapper {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}

.eform-field-wrapper:hover {
  background: #e9ecef;
}

.eform-field-btn-wrapper {
  display: flex;
  align-items: center;
}

.eform-field-btn-wrapper .btn {
  margin-top: 0.7rem;
}

.product-detail-section .section-margin-t-b {
  margin: 1.5rem 0 1.5rem;
}

.product-detail-section__header-bottom {
  display: flex;
  gap: 10px;
}

.product-detail-section__header .product-header-text {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
}

.product-detail-section__header .product-header-sub-text {
  font-weight: 500;
  color: #969696;
}

.product-detail-section__pricing {
  display: flex;
}

.product-detail-section__pricing .product-pricing-text {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
}

.product-detail-section__pricing .product-pricing-text__unit {
  font-weight: 500;
  color: #969696;
  font-size: 18px;
}

.product-detail-section__pricing .product-pricing-after-discount {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  padding-top: 10px;
}

.product-detail-section__pricing .product-pricing-after-discount .pricing-ex-discount {
  font-weight: 600;
  color: #6c757d;
  font-size: 1.15rem;
}

.product-detail-section__pricing .product-pricing-after-discount .discount-perc-text {
  margin-left: 0.5rem;
  font-size: 1em;
}

.product-detail-section__addtocart .product-detail-section__addtocart-top {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
  padding-top: 0.35rem;
}

.product-detail-section__addtocart .box1 {
  flex: 0 0 auto;
}

.product-detail-section__addtocart .box2 {
  flex: 0 0 25%;
}

.product-detail-section__addtocart .box3 {
  flex: 0 2 100%;
}

.product-detail-section__addtocart .btn-add-product {
  width: 100%;
}

.product-detail-section__addtocart .btn-add-product .material-icons {
  vertical-align: middle;
}

.product-detail-section__addtocart .product-detail-section__addtocart-bottom {
  display: flex;
  gap: 20px;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 14px;
  color: #0094ff;
}

.product-detail-section__addtocart .quantity-left-minus, .product-detail-section__addtocart .quantity-right-plus {
  border-color: #ced4da;
}

.product-detail-section__discount {
  background: rgba(212, 237, 218, 0.5);
  border: 2px dashed rgba(0, 140, 48, 0.47);
  color: #155724;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 15px;
}

.product-detail-section__discount .discount-section-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.product-detail-section__discount .discount-label-text {
  margin-top: 0.35rem;
  display: flex;
}

.product-detail-section__discount .discount-label-text .material-icons {
  margin-right: 1rem;
}

.product-detail-section__discount .discount-label-text span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.select-option-container {
  margin-top: 18px;
}

.select-option-container .col-sm-3.select-option-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}

.select-option-container .col-sm-4.select-option-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}

.select-option-item__card {
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 0.5rem;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.select-option-item__card:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.select-option-item__card.selected-vwbp {
  box-shadow: inset 0px 0px 0px 3px #0094ff;
  background-color: rgba(0, 0, 0, 0.02);
}

.select-option-item__card.selected-vwap {
  box-shadow: inset 0px 0px 0px 3px #0094ff;
  background-color: rgba(0, 0, 0, 0.02);
}

.select-option-item__card .select-option-item__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select-option-item__card .select-option-item__card-body .card-main-text {
  font-weight: 500;
}

.select-option-item__card .select-option-item__card-body .card-sub-text {
  font-weight: 500;
  font-size: 15px;
  color: #969696;
  text-align: center;
}

.product-image-section {
  display: flex;
  flex-direction: column;
}

.product-image-section .product-image-section__showcase .image-featured {
  height: 32rem;
  width: 100%;
  object-fit: contain;
}

.product-image-section .product-image-section__select-img {
  display: flex;
  justify-content: center;
}

.product-image-section .product-image-section__select-img .image-thumbnail {
  height: 5rem;
  width: 5rem;
  object-fit: contain;
  margin: 0.3rem;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
}

.product-image-section .product-image-section__select-img .image-thumbnail:hover {
  opacity: 0.8;
}

.product-image-section .product-image-section__select-img .image-thumbnail.prod-img-selected {
  border: 2px solid #0094FF;
}

.desc-section-bottom {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 1rem;
}

.hg-icon-blue-primary.hg-delete-icon-disabled {
  cursor: not-allowed;
  color: #a9a9a9;
}

#product_detail_tab_wrapper .row:nth-child(1), #freetext_table_wrapper .row:nth-child(1), #catalog_main_table_id_wrapper .row:nth-child(1) {
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 15px;
}

#product_detail_tab_wrapper .row:nth-child(3), #freetext_table_wrapper .row:nth-child(3), #catalog_main_table_id_wrapper .row:nth-child(3) {
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 15px;
}

/* Tree Structure CSS */
.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree ul {
  margin-left: 1em;
  position: relative;
}

.tree ul ul {
  margin-left: .5em;
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 2px solid #c7c7c7;
}

.tree li {
  padding: 0 1em;
  line-height: 2em;
  position: relative;
  cursor: pointer;
}

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 2px solid #c7c7c7;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

.indicator {
  margin-right: 5px;
}

.tree li a {
  text-decoration: none;
  color: #369;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

/* Body */
.content {
  width: 100%;
  height: -webkit-calc(100% - 63.01px);
  height: calc(100% - 63.01px);
  position: fixed;
}

.content .left-panel {
  margin: 0px;
  width: 350px;
  height: -webkit-calc(100% - 63.01px);
  height: calc(100% - 63.01px);
  background-color: #fff;
  position: fixed;
  overflow: hidden;
}

.content .left-panel:hover {
  overflow: auto;
}

.content .right-panel {
  width: -webkit-calc(100% - 350.01px);
  width: calc(100% - 350.01px);
  height: -webkit-calc(100% - 63.01px);
  height: calc(100% - 63.01px);
  margin-left: 350px;
  position: fixed;
  overflow-y: auto;
  padding: 1rem;
}

.content .left-panel::-webkit-scrollbar {
  width: 8px;
}

.content .left-panel::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(158, 158, 158, 0.6);
  border-radius: 10px;
}

#tree_Structure {
  margin-left: 10px;
  padding: 0;
}

#tree_Structure li {
  padding-bottom: 5px;
}

/* right click add node option menu */
.custom-menu {
  display: none;
  z-index: 1000;
  position: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 200px;
  white-space: nowrap;
  font-family: sans-serif;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
  border-radius: 5px;
}

.custom-menu li {
  padding: 5px 10px;
}

.custom-menu li:hover {
  background-color: #007bff;
  cursor: pointer;
  color: white;
}

.custom-menu .custom-menu__icon {
  color: #969696;
  margin-right: 0.5em;
}

select.createnode {
  padding: 5px 5px;
  border-radius: 3px;
  border: 0.5px solid;
  outline: none;
}

input.createnode {
  padding: 5px 5px;
  border-radius: 3px;
  border: 0.5px solid;
  outline: none;
}

.highlight_login_user {
  background: lightgrey;
  color: #005cbf;
}

/* New css Org model ui update Sept 2022 */
.add_org_container {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.org-input-search {
  background-color: #6c757d;
  width: 100%;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  padding: 5px 15px;
}

.org-input-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  /* Firefox */
  font-size: smaller;
}

.input-wrapper {
  background-color: #6c757d;
  display: flex;
  flex-direction: row;
  width: 50%;
  border-radius: 5px;
  box-sizing: border-box;
  padding-inline: 0.5rem;
}

.input-wrapper input {
  flex-grow: 1;
  border: none;
  padding-left: 10px;
  vertical-align: middle;
}

.input-wrapper i {
  color: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  font-size: 1.5rem;
  margin: auto;
}

.input-wrapper input:focus {
  outline: none;
}

.tree-icon-container {
  margin: 0 10px;
  cursor: pointer;
}

.tree-node-name {
  font-weight: 500;
  cursor: pointer;
}

.tree-node-name-selected {
  font-weight: 700;
  color: #007bff;
}

.tree-icon__purch-org {
  color: #cd964e;
}

.tree-icon__purch-group {
  color: #188336;
}

.tree-icon__nodes {
  color: #774cd0;
}

.tree-icon__company {
  color: maroon;
}

.tree-icon__user {
  color: #0067d6;
}

.tree-icon__plant {
  color: #555d63;
}

.org-table-action-icon {
  cursor: pointer;
  margin-right: 0.5rem;
}

.org-search__search-input-group {
  padding: 2px;
  border: 1px solid #ced4da;
  border-radius: 0.35rem;
  display: flex;
  margin-bottom: 1rem;
}

.org-search__search-input-group input[type='text'] {
  border: none;
}

.org-search__search-input-group select {
  border: none;
}

.org-search__search-input-group .sfps-button {
  display: flex;
}

.po-header-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

.po-header-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.po-header-desc__status {
  font-size: 90% !important;
}

.sub-tabs .sub-tab-link.text-size-x-small {
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 5px;
}

.card.po-value-card {
  background: #E9F5EC;
  border: 1px solid rgba(0, 140, 48, 0.47);
}

.po-value-section {
  display: flex;
  justify-content: space-between;
}

.po-value-label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #155724;
}

.po-value-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #155724;
}

.sub-tabs.h-scrollbar {
  overflow: auto;
  overflow-y: hidden;
}

.item-description.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.otp-container {
  display: flex;
  flex-direction: column;
}

.otp-input-section {
  display: flex;
}

.otp-input-section input:not(:last-child) {
  margin-right: 10px;
}

.otp-input-section input {
  width: 25%;
  text-align: center;
  font-weight: 500;
}

.card.client-setup-card {
  margin: 10px auto;
  width: 85%;
  min-width: 300px;
}

h1 {
  text-align: center;
}

#section_otp_countdown {
  font-weight: 500;
  text-align: center;
}
