/* PREVIOUSLY INSERTED IN LOGIN.CSS */
#login-go-password

/* CUSTOMLY MODIFIED */
  {
  top: 4px;
  right: 0;
}

.login-input-username-error

/* CUSTOMLY MODIFIED */
  {
  border-radius: .25rem .25rem 0 0 !important;
  margin-bottom: 1px;
  height: 42px;
  z-index: 1;
}

.bg {
  background-image: none;
  /* CUSTOMLY MODIFIED */
  transition: 500ms;
  /* CUSTOMLY MODIFIED */
}

.bg.enter {
  transition: 500ms;
  /* CUSTOMLY MODIFIED */
}

/* PREVIOUSLY INSERTED IN STYLE.CSS */
nav#menu.nav-main {
  /* CUSTOMLY MODIFIED */
  min-height: calc(100vh - 210px) !important;
  /* ::Better suit current site height overwritting */
}

.error-Wrong-Label {
  color: red;
}

.sidebar-left-collapsed aside:hover {
  z-index: 2000;
}

#menu ul li span {
  padding-left: 4px;
}

#dropdownLanguage>i:first-child,
#userbox>a>span:first-child {
  margin-left: 4px
}

#userbox>a>span:first-child {
  margin-right: 4px;
}

.page-header .breadcrumbs {
  height: 50px;
  overflow: auto;
  max-width: 50%;
}

.page-header .breadcrumbs {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.page-header .breadcrumbs::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

body .gt_notclickable,
.tour-step-backdrop.tour-first-login-element[disabled="disabled"],
.tour-step-backdrop.tour-first-login-element *[disabled="disabled"] {
  pointer-events: none !important;
}

.tour-step-backdrop-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: black;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.popover-content {
  overflow: hidden;
}

#tourguide_btnsharePrev:disabled:hover,
#tourguide_btnshareNext:disabled:hover {
  cursor: not-allowed;
}

#bsTourGuide_NickNameRectifyPositionWidth {
  width: 320px;
}

/* Angular form validation style */
.ng-invalid.ng-touched:not(form) {
  border: 1px solid #dc3545;
}

.ng-invalid.ng-touched:not(form):focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
}

.input-error-msg {
  color: #dc3545 !important;
}

.input-success-msg {
  color: green !important;
}

.field-error-notvalid {
  color: #b9b9b9 !important;
}

.loadingspinner.spinner-border {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.loadingspinner_inbtn {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.codeMessageSpan {
  margin-left: 5px;
}

.codeerror_txt,
.angularerror_txt {
  width: 100%;
  margin-top: .25rem;
  margin-bottom: 0;
  font-size: 80%;
}

.codeerror_txt:empty,
.angularerror_txt:empty {
  margin: 0;
}

.content-nopadding {
  padding: 0 !important;
}

.eachcontent-padding {
  padding: 40px;
}

.content_padding_SCBFeel {
  width: 100%;
  margin: 0;
  margin-bottom: -7px;
  padding-left: 25px;
  padding-right: 25px;
}

#SCBONLYONE_LOADINGINDICATOR {
  margin: 10px 10px;
}

.forceAutoScrollBar {
  overflow-y: auto !important;
}

/*======================================*/
/*   BOLDConsole Page Migration Style   */
/*======================================*/
.consolesection-bottomgap {
  margin-bottom: 20px;
  width: 100%;
}

.consoleformgroup-fixrow-left {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .consoleformgroup-fixrow-left {
    text-align: left;
  }
}

.consoleformgroup-fixrow-right {
  display: inline-block;
}

.consoleformgroup-fixrow {
  display: inline-block;
  vertical-align: top;
}

.consoleformgroup-fixrow.first {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .workaroundpaddingLabel {
    margin: 0;
    display: none;
  }
}

.btngap_H {
  margin-left: 10px;
}

.grecaptcha-badge {
  z-index: 1;
  bottom: 65px !important;
}

@media screen and (max-width: 575.98px) {
  .grecaptcha-badge {
    bottom: 85px !important;
  }
}

.page404footer_affectbody {
  background-color: #f9f9f9;
}

.sub-user .bg.enter {
  filter: initial;
  -webkit-filter: initial;
}

.loading-overlay {
  z-index: 10;
}

.zeroRowOutsideTable {
  padding: 0.75rem;
  border-bottom-color: rgba(0, 0, 0, 0.125);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.linksty_ViewOnly {
  color: #0088CC;
  text-decoration: underline;

}

.partial-overlay {
  position: relative;
}

.partial-overlay .loading-overlay {
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0px 5px 5px;
  opacity: 0.8;
}

.magPopup_FooterRewrite {
  position: initial !important;
}

.popover-with-bsguidedtour~.popover {
  box-shadow: none;
}

.popover-with-bsguidedtour~.popover>.arrow:after {
  bottom: 1px !important;
}

.popover-with-bsguidedtour~.popover>.popover-title {
  color: #212529;
  font-size: 1rem;
}

.popover-with-bsguidedtour~.popover>.popover-content {
  color: #777;
}

.googleClickableCountRegion {
  width: 100%;
  margin: 0;
}

.googleClickableCountRegion>.col-md-4>.p-3 {
  height: 100%;
}

.googleClickableCountRegion .clickable {
  cursor: pointer;
}

.googleClickableCountRegion .clickable:hover {
  opacity: 0.6;
}

.controllingLargeContent>p {
  max-height: 200px;
  overflow: hidden;
  max-width: 320px;
}

.controllingLargeContent>p:hover {
  overflow: auto;
}

/* width */
.controllingLargeContent>p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.controllingLargeContent>p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.controllingLargeContent>p::-webkit-scrollbar-thumb {
  background: #0088CC;
  border-radius: 8px;
}

/* Handle on hover */
.controllingLargeContent>p::-webkit-scrollbar-thumb:hover {
  background: #0088CC;
}

.squeezedText {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
}

.white-screen {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0px 0px 5px 5px;
  opacity: 0.5 !important;
}

/* Toggle Card Box */
.card-action-toggle.dontusetogglefromtemplate::before {
  content: none;
}

.card-action-toggle[aria-expanded=true] .toopen,
.card-action-toggle[aria-expanded=false] .toclose {
  display: none;
}

.collapse.show {
  display: block;
}

.message-datetime {
  width: auto !important;
}

.alerts-datetime {
  width: auto !important;
}

@media only screen and (max-width: 991.98px) {
  section.body>div.inner-wrapper {
    overflow-y: hidden;
  }

  section.body>div.inner-wrapper>section.content-body {
    margin-left: 0;
  }

  section.body>div.inner-wrapper>section.content-body>header.page-header {
    margin-bottom: 0;
  }

  .SCB-Experience-LoaderOverlay {
    margin-top: 0 !important;
  }
}

.SCB-Experience-LoaderOverlay {
  margin-top: 4px;
}

.top-overlay {
  z-index: 11111;
}

.recticyToRightPagination>ul.pagination {
  justify-content: flex-end;
}

.eachcontent-padding.content_padding_SCBFeel.dtrangePickerSpecial_SCBStick {
  position: relative;
}

.eachcontent-padding.content_padding_SCBFeel.dtrangePickerSpecial_SCBStick .loading-overlay {
  position: fixed;
}

.side_navigation ul li a {
  color: #abb4be;
  text-decoration: none;
  display: flex;
  padding: 12.5px 23px;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side_navigation ul li a em {
  font-style: normal;
  color: #505b67;
  display: inline-block;
  padding: 0 0 0 6px;
}

.side_navigation ul li a .side_icon {
  position: relative;
  display: block;
  font-size: 1rem;
  width: 1.1em;
  margin-right: 0.8em;
  text-align: center;
  /* vertical-align: middle; */
}

.side_navigation ul li a .side_icon {
  position: relative;
  display: block;
  font-size: 1rem;
  width: 1.1em;
  margin-right: 0.8em;
  text-align: center;
  /* vertical-align: middle; */
}

.side_navigation ul li a .side_icon img {
  height: 16px;
  width: auto;
  /* filter: invert(74%) sepia(9%) saturate(286%) hue-rotate(171deg) brightness(95%) contrast(93%); */
  /* filter: invert(83%) sepia(8%) saturate(326%) hue-rotate(171deg) brightness(86%) contrast(90%); */
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(235deg) brightness(101%) contrast(102%);
  /* white */
}

ul.drop_content li a {
  padding: 6px 26px 6px 24px;
}

ul.drop_content li a:hover {
  background: transparent;
}

.sidebar-left-collapsed .landscape_hide {
  display: none !important;
}

.hovered .landscape_hide {
  display: block !important;
}

ul.sns_drop_content>li>a:hover,
ul.sns_drop_content>li>a:focus {
  background-color: #353535 !important;
}

ul.sns_drop_content li.nav-active>a {
  color: #0088CC;
}

.border_style {
  border-style: solid;
  border-color: black;
  border-width: thin;
  text-align: center;
}

.span_text {
  display: flex; 
  justify-content: center;
}

.side_navigation ul li a .side_title span {
  padding-left: 0;
}
.sns_drop_content .side_title{
  padding-left:0 !important;
}
