/** start of login **/
.fors_container__login {
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0 -15px;
}

.fors_login__image {
  width: 25%;
  position: relative;
}

.fors_login__image > img {
  margin: 0vh;
  height: 100vh;
  width: 25vw;
}

.fors_login__panel {
  width: 100%;
  background-color: var(--main-menu-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 30px; */
  position: relative;
}

.fors_login__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 0 170px; */
  gap: 10px;
  width: 45%;
  margin-top: -6vh;
}

.fors_login__form > img {
  width: 25%;
  margin-left: 35%;
  margin-bottom: 5%;
}

.fors_login__header {
  color: var(--text-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fors_login__subhdr {
  color: #505050;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.17px;
  line-height: 15px;
  text-align: center;
}

.fors_login__fields {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.fors_login__fields > .form {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.fors_login__fields > .form > div {
  margin-bottom: 10px;
}

.fors_login__button {
  width: 100%;
}

.fors_login__left {
  position: absolute;
  top: 0vh;
  left: 2vh;
  margin: 43px;
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}

.fors_version {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5vh;
  color: #C2C2C1;
}
/** end of login **/

/*start of dashboard*/
.dashboard_mainpanel {
  padding: 20px;
}

.dashboard_mainpanel .ant-tabs-nav .ant-tabs-tab {
  font-weight: 700;
}

.dashboard_mainpanel .f4Tabs {
  z-index: 2;
  position: sticky;
  top: 70px;
  /* padding: 0 20px; */
  background-color: #f5f6fc;
  margin-bottom: 20px;
}

.dashboard_mainpanel .ant-tabs-bar {
  margin: 0px;
  border-bottom: 0;
}

.dashboard_mainpanel .ant-tabs-nav-container:after,
.dashboard_mainpanel .ant-tabs-nav-wrap {
  border-bottom: 1px solid var(--border-color);
}

.dashboard_mainpanel .ant-tabs-ink-bar {
  bottom: 0px;
}

.fors_radio__btn .ant-radio-wrapper,
.fors_radio__btn .ant-radio-wrapper-checked,
.fors_radio__btn .ant-radio-wrapper:hover {
  padding: 12px 18px;
  border-radius: 8px;
  flex: 1;
}
.fors_radio__btn .ant-radio-wrapper {
  border: 1.3px solid #eaebf0;
}
.fors_radio__btn .ant-radio-wrapper-checked,
.fors_radio__btn .ant-radio-wrapper:hover {
  border: 1.3px solid var(--main-color);
  box-shadow: 0 0 5px 0 rgb(0 116 255 / 40%);
  transition: 0.3s;
}
.fors_radio__btn .ant-radio-group {
  display: flex;
}
.fors_radio__btn .ant-radio-wrapper-checked span,
.fors_radio__btn .ant-radio-wrapper:hover span {
  color: var(--main-color);
  font-weight: 500;
}
.fors_radio__btn .ant-radio-wrapper span {
  font-weight: 500;
}
.fors_radio__btn .ant-radio-checked .ant-radio-inner {
  background-color: var(--main-color);
  /* border: none; */
  border: 1px solid var(--main-color);
}
.fors_radio__btn .ant-radio-inner {
  border: 1px solid #b1b7ca;
  background-color: #f3f6fc;
}
.fors_radio__btn .ant-radio-inner:after {
  background-color: #ffffff;
}
/* .amount__cell span {
  font-size: 8px;
  text-align: right;
  line-height: 1.125;
}
.amount__cell .datatable-amountcolumn {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 2px;
} */
.status__oval {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.newlook__amount {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-right: 10px;
}
.newlook_status {
  /* display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500; */
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  /* justify-content: center; */
  width: 100%;
  padding-left: 16px;
}
.newlook__text--light {
  color: #9da2b6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.125;
}
.cell__singleselect {
  display: flex;
}
.cell__singleselect .f4FormFieldLabel {
  display: none;
}
.reassign__actionbtn {
  border: none;
  background-color: transparent;
  margin: 0;
  margin-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;

  width: 100%;
  position: relative;
  border-radius: 8px;
  box-shadow: none;
}
.reassign__actionbtn:hover {
  background-color: var(--light-hover-color);
}
.vault__section {
  margin-top: 20px;
}
.vault__section--borderbottom {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light-border-color);
}
.vault__total {
  display: flex;
  flex-flow: column wrap;
  background-color: var(--main-plain-bg);
  padding: 25.5px 20px 22.5px;
  gap: 16px;
}
.vault__text {
  color: var(--text-color);
  line-height: 1.2;
}
.vault__text--lg {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.21px;
  text-align: center;
}
.vault__amount {
  color: var(--main-color);
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.vault__text--sm {
  font-size: 15px;
  font-weight: 500;
}
.vault__text--extrabold {
  font-weight: 800;
}
.vault__previous {
  margin-top: 15px;
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.breakdown__link {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  align-self: flex-end;
  border-radius: 8px;
}
.newlook__cell {
  width: 100%;
  margin-left: 15px;
}
.reassign__actionopt {
  width: 150px;
  height: 90px;
  outline: 10px white solid;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 11px 0 rgba(188, 188, 188, 0.1), 0 6px 14px 0 rgba(0, 0, 0, 0.07),
    0 3px 8px 0 rgba(163, 163, 163, 0.1);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reassign__actionopt > div:not(:last-child) {
  color: #4e5054;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 0.8px solid #f2f2f4;
}
.reassign__actionopt > div:last-child {
  color: #e9515b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.reassign__actionopt .actionchoice-optitem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.reassign__actionopt .actionchoice-optitem:hover {
  background-color: var(--light-hover-color);
  border-radius: 8px;
}

.error__msg {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 10px;
}
.error__msg--true {
  color: var(--reject-btn-bg);
  --required-colorfont-weight: 600;
  /* align-items: flex-start; */
}
.error__msg--false {
  font-size: 14px;
  font-weight: 500;
}
.datatable__index {
  flex: 1;
}
.fors_attach__listalt--full .f4upload_field__valuepanel {
  width: 100%;
}

.fors_attach__listalteven.fors_attach__listalt--full .f4upload_field__valuepanel:nth-last-child(2) {
  margin-bottom: 5px;
}
.fors_attach__listalt--full .f4upload_field__valuepanel:last-child {
  margin-bottom: 0;
}
/* closed branch */
.branch__closed {
  padding-top: 180px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.branch__header {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.branch__subheader {
  color: var(--light-text-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
/* closed branch */
.dashboard__bottom {
  position: fixed;
  bottom: 0;
  display: flex;
  gap: 60px;
  /* justify-content: space-evenly; */
  min-width: calc(100vw - 80px);
  left: 80px;
  z-index: 9;
  background-color: #f9fafa;
  border-top: 1px solid var(--border-color);
  padding: 12px 20px;
}
.dashboard__viewfield {
  color: var(--light-text-color);
  font-size: 13px;
}
.dashboard_grp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.dashboard_grp div {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
}
.dashboard_grp .fors_mainmenu__bsstatus > div {
  font-size: 13px;
}
.dashboard__viewfield--value {
  font-size: 13px;
}
.tellering_ack__modal {
  width: 30%;
  height: 60%;
}

.amount_column .view_amt__formattedwc > span {
  margin-top: 0;
}
.amount_column {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0 15px;
}
.amount_column--right {
  display: flex;
  align-self: center;
  width: 100%;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}
.amount_column .view_amt__formattedwc {
  font-weight: 700;
}

.rm_button {
  width: 100%;
}

.abstract__text {
  padding-left: 15px;
  padding-right: 15px;
}

.close_branch__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.fors_reports__choosecurr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.fors_reports__tabs {
  margin-top: 30px;
  padding: 0 20px;
}

.fors_reports__choosecurr > div:first-child {
  font-size: 20px;
  font-weight: 600;
}

.fors_reports__sectionhdr {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light-border-color);
  margin-bottom: 20px;
}

.fors_reports__shdtls {
  width: calc(100% - 215px);
  padding: 0 15px;
}

.fors_reports__shdtls > div:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: var(--main-color);
}

.fors_reports__shdtls > div:last-child {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 3px;
}

.fors_reports__sectionhdr > div:nth-child(3) {
  width: 165px;
}

/* .close_branch__amountlist {
  padding: 20px;
  border-radius: 10px;
  margin: 0 20px 20px;
  border: 1px solid var(--light-border-color);
} */

.close_branch__amountlist {
  position: relative;
}

.close_branch__amountlist::before,
.close_branch__amountlist .f4newlistview_row::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  background: var(--light-main-hover);
  height: 1px;
}

.close_branch__amountlist .f4newlistview_row:last-child:after {
  display: none;
}

.close_branch__amountlist::before {
  top: 0px;
}

.close_branch__amountlist .f4newlistview_row {
  border-bottom: none;
  position: relative;
}

.close_branch__amountlist .f4newlistview_row::after {
  bottom: 0;
}

.close_branch__amountlist .fnlv_row__expand > div {
  display: none;
}

.close_branch__amountlist .f4newlistview_rowbody .f4newlistview_counter {
  opacity: 0;
  pointer-events: none;
}
.branchsettings__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
.fors_back__btn--lg {
  padding: 13.5px 83px;
}
.fors_primary__btn--lg {
  padding: 13px 83px;
}
.teller__tabs .ant-tabs-nav {
  width: 100%;
}
.teller__tabs .ant-tabs-nav > div {
  display: flex;
}
.teller__tabs .ant-tabs-nav .ant-tabs-tab {
  flex: 1;
  display: flex;
  justify-content: center;
}
/* .f4data_table___portletmain .fixedDataTableRowLayout_main {
  border-bottom: none;
} */

.ur_count__container {
  display: flex;
}
.ur_count__container .ur_count__item:not(last-child) {
  margin-right: 50px;
  margin-top: 20px;
}
.ur_count__item > div:first-child {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
  margin-right: 10px;
}
.ur_count__item > div:nth-child(2) {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  color: var(--text-color);
}
.ur_count__item {
  display: flex;
}

.f4UploadField-helpIcon {
  margin-left: 10px;
  color: #626c90;
  padding: 2px 5px;
  font-size: 10px;
  border: 2px solid #626c90;
  border-radius: 50%;
  cursor: pointer;
}

.newlook_fw__bold {
  font-weight: bold;
}

.second-table .fors_datatable__dlbtn {
  display: none;
}

.or_listview__container .f4newlistview_field {
  padding: 5px 10px;
}
.or_listview__container .f4newlistview_field .f4InputField {
  padding: 0 !important;
  text-align: center;
}
.fors_view__actionbtn .actionbtn_panel {
  opacity: 1;
  pointer-events: unset;
}
.fors_view__actionbtn .actionchoice-btnicon {
  width: 35px;
  height: 35px;
}
.fors_override__approvers .f4newlistview_field {
  border-left: 1px solid var(--border-color);
}
.fors_override__approvers .f4newlistview_row {
  padding: 0px 0px;
}
.fors_override__approvers .f4newlistview_row:last-child {
  border-bottom: 1px solid var(--border-color);
}

.abstactInTable {
  padding: 0 20px;
}

.fors_modalonmodal .f4actionchoicebtn-portal .f4newlistview_actionopt {
  z-index: 1080;
}

.overrideMatrixModalTextFields {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  /* justify-content: center; */
  padding: 10px 0px;
}

.overrideMatrixModalTextFields .f4InputField {
  /* padding-top: 28px !important; */
  margin-top: 0px;
  width: 50px !important;
}

/* .overrideMatrixModalTextFields .has-feedback .form-control {
  padding: 28px 10px 5px 10px !important;
} */

.overrideMatrixModalFieldsWf {
  width: 60px;
  margin-bottom: 10px;
}

.overrideMatrix_noOptional .formfield_label__optional > span:last-child {
  display: none;
}

.overrideMatrix_noOptional .f4FormFieldLabel {
  display: flex;
}

.datatable_columndisp_moneyhastotal {
  visibility: hidden;
}

.login_pw__checker {
  margin-bottom: 20px;
}

.force_pwch__modal {
  width: 35%;
  height: 80%;
}

.force_pwch__modal .f4ModalFooter > .f4ButtonGroup > span {
  width: 100%;
}

.newlogin_pwchecker {
  padding-top: 10px;
  position: relative;
}

.newlogin_pwchecker_progress {
  width: 100%;
  height: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.newlogin_pwchecker_progress > div {
  width: 31%;
  height: 100%;
  border-radius: 5px;
  background: #c52c2c;
  transition: 0.5s;
}

.newlogin_pwchecker_progress > div:nth-child(2) {
  background: #f9ae35;
}

.newlogin_pwchecker_progress > div:nth-child(3) {
  background: var(--success-color);
}

.newlogin_pwchecker_progress > .newlogin_pwchecker_progitemalt {
  background: #eceff2 !important;
}

.newlogin_pwchecker_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
}

.newlogin_pwchecker_list > div {
  margin-right: 15px;
  color: #a3acbc;
}

.newlogin_pwchecker_list > div > i {
  margin-right: 5px;
}

.newlogin_pwchecker_list > .newlogin_pwchecker_itemcheck {
  color: var(--main-color);
}

.newlogin_pwchecker_dscp {
  font-weight: 500;
  color: var(--placeholder-color);
}

.newfeedback_modal__bd {
  z-index: 1050;
}

.widget__gap > .widget__ctr:first-child,
.widget__gap > .widget__row:first-child {
  margin-top: 20px;
}

.widget__ctr .fors_viewcurr__withicon {
  width: 100%;
}

.override_rule__list .f4newlistview_hdr > div {
  text-align: center;
  border-right: 1px solid var(--datatable-hdr-color);
  padding: 5px 0px;
}

.override_rule__list .f4newlistview_row {
  padding: 0px;
  border-bottom: 1px solid var(--border-color);
}

.override_rule__list .f4newlistview_row:nth-child(even) {
  background: var(--alternate-row-bg);
}

.override_rule__list .f4newlistview_rowbody > div {
  border-right: 1px solid var(--border-color);
}

.override_rule__list .f4newlistview_rowbody > div:last-child {
  border-right: none;
}

.override_rule__list .f4newlistview_field {
  padding: 0px 2px;
}

.override_rule__list .f4newlistview_field__label {
  display: block;
  text-align: center;
  width: 100%;
}

.override_rule__list .f4InputField {
  height: 35px;
  border-radius: 0px;
  background-color: transparent;
  border: 0px;
  padding: 0 15px;
  padding-right: 15px;
  text-align: center;
}

.override_rule__list .form-control:hover
/* , .form-control:focus, .form-control:active  */
 {
  background-color: var(--light-hover-color);
  border-radius: 8px;
}

.override_rule__list .f4newlistview_rowfocused > div,
.f4newlistview_row:hover > div,
.f4newlistview_row:hover > div {
  background: transparent;
}

.override_rule__list .f4newlistview_add {
  border: none;
}

.reports_table__row .f4data_table___portletmain .fixedDataTableRowLayout_main {
  border-bottom: 1px solid var(--border-color);
}

.fors_quick__clearallbtn {
  height: 40px;
  width: 90% !important;
}

.fors_quick__clearall {
  padding: 0px 0px 15px;
}

.step_wizard__mainalt {
  width: calc(100% - 12%);
}

.fors_forApproval_text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.fors_forApproval_subtxt {
  color: #9DA2B6;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.no_records__panel_widget {
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fors_currcnv__rates__custom {
  display: flex;
  margin-top: 15px;
  text-align: right;
}

.fors_currcnv__rateitem__custom {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  width: unset;
  background-color: #F5F5F5;
  border-radius: 8px;
  word-break: none;
}

.fors_currcnv__rateitem__custom > span {
  font-weight: 700;
  font-size: 17px;
}

.fors_uppermargin {
  border-top: 1px solid var(--light-border-color);
}

.fors_nobottom {
  padding-bottom: 0px;
}

.fors_longer__search {
  width: 225px;
}

.returntomaker_margins {
  margin: 4px;
}

.returntomaker_marginoverride > div:last-child > img {
  margin-right: 9px;
}

.calculator_moreheight {
  height: 300px;
}

.cursor_pointer {
  cursor: pointer;
}

.iFrameDisplayNone {
  /* display: none !important; */
  width: 0;
  height: 0;
  position: absolute;
}

.fors_reasons__override > div {
  width: auto;
}

.country_field__ishighrisk {
  color: var(--reject-btn-bg);
}

.smaller_img {
  transform: scale(0.7) translateY(-3px) translateX(-8px);
}

.edd_checkbox {
  padding: 20px 30px;
  height: auto;
}

.edd_checkbox  .small-check-container {
width: inherit;
align-items: flex-start;
}

.edd_checkbox  .fors_agree__tnc {
translate: 0px -2px;
}

.edd_checkbox__icon {
  font-size: unset;
}

.fors_currcnv__shiftup {
  transform: translateY(-20px);
}

.fors_ovrrns_stub {
  font-size: 11px;
  width: 100%;
  height: 20px;
  background-color:#F2CD91;
  border-radius: 0 4px 4px 0;
  fill: solid;
  position: relative;
  text-align: left;
  transform: translateX(-10px);
  width: fit-content;
}

.fors_ovrrns_stub > div:first-child {
  font-size: 12px;
  /* width: 70px; */
  height: 13px;
  text-align: left; 
}

.error__msg__override {
  padding-left: unset;
  gap: unset;
  transform: translateY(-4px);
}

.set_order {
  order: 2;
  padding: 10px
}

.fors_row__reverse {
  flex-direction: row-reverse;
  flex-wrap:unset;
}

.fors_icon__override {
  transform: translateY(-18px);
}

.fors_view__ackhdractions__override {
  height: 0px;
}

.fors_grcprt__hdrvalchild{
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  padding-right: 20px;
}

.f4newlistview_fieldcenter {
  justify-content: center;
}

.fors_viewcurr__withicon__override > div {
  width: unset;
}

.fors_inner__abstract {
  display: flex;
  align-items: center;
  line-height: 17px;
  padding: 0 20px;
  font-size: 14px;
}

.fors_currcnv__fielditem__remittance {
  width: unset;
}

.fors_currcnv__ficcd__remittance {
  width: max-content;
  top: 7px;
  font-size: 12px;
  height: 26px;
  margin: unset;
}

.fors_currcnv__fielditem__remittance .f4InputField {
  font-size: 16px;
  height: 40px;
  padding-left: 60px;
}

.override_test .has-feedback .form-control{
  padding-right: 42.5px;
}

.rdc_login__left_header {
  color: var(--text-color);
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.dashboard_mainpanel .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: var(--main-plain-bg) !important;
  color: var(--main-color);
  font-weight: 700 !important;
  line-height: 40px !important;
}

.dashboard_mainpanel .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border: 1px solid #DADADA;
  border-radius: 7px 7px 0 0;
  background: #F0F0F0;
  margin-right: -200px;
  margin-left: 210px;
  font-weight: 500;
  width: 150px;
  text-align: center;
}

.dashboard_mainpanel .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  border-radius: 10px;
}

.tab__header {
  font-weight: 700;
  color: #212529;
  font-size: 20px;
  margin: -35px 0px 25px 5px;
}

.bdoremit_dashboard__confirm {
  width: 40%;
  height: 200px;
}

.bdoremit_dashboard__confirm .close {
  display: none;
}

.bdoremit_dashboard__confirm .f4ModalBody {
  margin-left: 5%;
  font-weight: 600;
  font-size: 17px;
  padding: 0;
  height: calc(100% - 75%);
}

.bdoremit_dashboard__confirm .f4ModalHeader {
  padding: 0;
  height: 60px;
  margin-top: 10px;
}

.amount__section {
  border-radius: 10px;
  background-color: #FAFCFF;
  border: 1px solid var(--border-color);
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 99%;
  border-width: 1.5px;
}

.amount__secbody{
  padding: 0 15px;
}

.amount__secitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
  padding: 0 0;
  border-bottom: 1px solid var(--border-color);
}

.amount__secitem:last-child {
  border-bottom: none;
}

.amount__secitem > div:first-child {
  color: var(--light-text-color);
  font-size: 15px;
  font-weight: 500;
  flex: 3;
}

.amount__secitem .status_col__viewer > div {
  font-weight: 700;
}

.amount__secitem > div:last-child {
  text-align: right;
  font-size: 20px;
  font-weight: 800;
  flex: 4;
  display: flex;
  justify-content: flex-end;
  word-break: break-word;
}

.amount__secitem {
  border-width: 1.3px;
}

.amount__secbody > .amount__secitem--amount {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 600;
  padding-block: 15px;
}

.sanction__section {
  border-radius: 10px;
  background-color: #FFFFE5;
  border: 1px solid #E0E0AD;
  margin-left: 25px;
  margin-top: 10px;
  width: 95%;
  border-width: 1.5px;
}

.sanction__secbody{
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.sanction__secitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
  padding: 0 0;
  border-bottom: 1px solid var(--border-color);
}

.sanction__secitem:last-child {
  border-bottom: none;
}

.sanction__secitem > div:first-child {
  color: var(--text-color);
  font-size: 17px;
  font-weight: 700;
  flex: 3;
}

.sanction__secitem .status_col__viewer > div {
  font-weight: 700;
}

.sanction__secitem > div:last-child {
  font-size: 15px;
  font-weight: 500;
  flex: 4;
  display: flex;
  justify-content: flex-end;
  word-break: break-word;
}

.sanction__secitem {
  border-width: 1.3px;
}

.sanction__secbody > .sanction__secitem--sanction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-weight: 600;
  padding-block: 15px;
  word-wrap: break-word;
  width: 65%;
}

.sanction_secaddtl__details {
  display: flex;
  width: 60%;
}

.fors_mainright__childmenuclps .sanction_secaddtl__details {
  width: 40%;
}

.sanction_secaddtl__details > .sanction_secaddtl__field {
  border-left: 1px solid #E0E0AD;
  height: 80%;
  margin-top: 10px;
  margin-right: 30px;
  padding: 15px 15px;
}

.sanction_secaddtl__hdr {
  font-size: 13px;
  font-weight: 700;
  color: var(--view-label-color);
}

.sanction_secaddtl__value {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
}

/* START OF banner and bank advisory css */

.bankad_acctslider__next,
.bankad_acctslider__prev {
  height: 28px;
  width: 28px;
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bankad_acctslider__next,
.bankad_acctslider__prev {
  height: 28px;
  width: 28px;
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bankad__slider .slick-dots {
  bottom: -2px;
  width: 50%;
  translate: 50%;
}

.bankad__slider .slick-dots li {
  height: 6px;
  margin: 0 3px;
  width: 6px;
}

.bankad__slider .slick-dots li.slick-active button:before {
  color: #ffffff;
}

.bankad__slider .slick-dots li button::before {
  color: #696969;
}

.bankad_acctslider__prev::before {
  content: '\f104';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  opacity: 1;
}

.bankad_acctslider__next::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  opacity: 1;
}

.bankadv_readmr__modal {
  width: 55%;
  height: 60%;
}

.bankadv_rm__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bankadv_rm__viewicon {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: var(--light-main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bankadv_rm__viewright {
  width: calc(100% - 55px);
  padding-left: 20px;
}
.bankadv_rm__viewhdr {
  margin-bottom: 30px;
}

.bankadv_rm__viewhdr > div:first-child {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}

.bankadv_rm__viewhdr > div:last-child {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  color: var(--sub-text-coloralt);
  margin-top: 5px;
}

.bankadv_rm__viewbody {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.bankad__slider {
  position: absolute;
  z-index: 9;
  width: 400px;
  border-radius: 13px;
  background-color: #292929;
  -webkit-box-shadow: 0 2px 9px 2px rgba(90, 98, 106, 0.2), 0 6px 15px 0 rgba(80, 94, 105, 0.2);
  box-shadow: 0 2px 9px 2px rgba(90, 98, 106, 0.2), 0 6px 15px 0 rgba(80, 94, 105, 0.2);
  bottom: 20px;
  right: 20px;
  padding: 20px;
  /* max-height: 70vh;
  overflow-y: auto; */
}

.bankad__slider > .slick-slider {
  padding-bottom: 15px;
  max-height: 250px;
}

.bankad__slider .slick-arrow {
  background-color: white;
}

.bankad__slider .slick-arrow.slick-prev {
  left: auto;
  right: 30px;
  top: auto;
  bottom: -10px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bankad__slider .slick-arrow.slick-next {
  top: auto;
  bottom: -10px;
  right: 0;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bankad__slider .slick-arrow.slick-prev:hover,
.bankad__slider .slick-arrow.slick-next:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}


.bankad__slider .slick-track {
  overflow: hidden;
  max-height: 200px;
}



.bankad__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: -5px -5px 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #3e3d3d;
}

.bankad__header > .bob_mini__circlebtn {
  font-size: 25px;
}

/* .bankad__header > .bob_mini__circlebtn:hover,
.bankad__header > .bob_mini__circlebtn:focus,
.bankad__header > .bob_mini__circlebtn:active {
  background: rgba(255, 255, 255, 0.08);
} */

.bankad__header > .bob_mini__circlebtn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.bankad__header > .bob_mini__circlebtn:focus,
.bankad__header > .bob_mini__circlebtn:active {
  outline: none;
}




.bankad__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 200px;
}

.bankad__subhdr {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
}

.bankad__subhdr > span {
  padding-right: 9px;
}

.bankad__subcontent {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 22px;
  text-overflow: ellipsis;
  line-clamp: 3;
}


.bob_mini__circlebtn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0px;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  /* padding: 5px 25px 5px; */
  background: transparent;
  
}

.bob_nav__hdrtitle > .bob_mini__circlebtn {
  font-size: 20px;
  margin-right: 15px;
  margin-left: -5px;
}

.searchfilter_adv__hdr > .bob_mini__circlebtn {
  font-size: 20px;
  margin-right: -5px;
}

.bob_btn__link {
  position: relative;
  border-radius: 5px;
  padding: 0 5px;
  margin: 0 -5px;
  font-size: 15px;
  color: var(--main-color);
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: transparent;
}

.bob_btn__link[disabled] {
  -webkit-filter: opacity(0.7);
  filter: opacity(0.7);
}

.bob_btn__linkinline {
  position: relative;
  border-radius: 5px;
  padding: 0 5px;
  margin: 0 -5px;
  color: var(--main-color);
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.bob_btn__link:hover,
.bob_btn__link:focus,
.bob_btn__link:active,
.bob_btn__linkinline:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #30b3ae;
}

.bankad__learnmore {
  color: #30b3ae !important;
  position: absolute;
  left: 20px;
  bottom: 17px;
}

.bankad__learnmore::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: #30b3ae;
}

.login_banner__popuppanel .fo_acctslider__next,
.login_banner__popuppanel .fo_acctslider__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
  font-size: 14px;
  top: 50%;
  transform: translate(0, -50%);
}

.login_banner__popuppanel .fo_acctslider__prev,
.dash_banner__popuppanel .fo_acctslider__prev {
  left: -60px;
}

.login_banner__popuppanel .fo_acctslider__next,
.dash_banner__popuppanel .fo_acctslider__prev {
  right: -60px;
}

.login_banner__popuppanel .slick-slider,
.dash_banner__popuppanel .slick-slider {
  position: relative;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}

.login_banner__popuppanel .fo_acctslider__next,
.login_banner__popuppanel .fo_acctslider__prev,
.dash_banner__popuppanel .fo_acctslider__prev,
.dash_banner__popuppanel .fo_acctslider__next {
  display: none !important;
}

.login_banner__popup,
.dash_banner__popup {
  width: unset;
}

.dash_banner__img,
.login_banner__img {
  width: auto;
}

.login_banner__popuplist,
.dash_banner__popuplist {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.login_banner__popuplistlink.login_banner__popuplist,
.dash_banner__popuplistlink.dash_banner__popuplist {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.login_banner__popuppanel {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login_banner__popuphide {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--text-color);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 13%);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 13%);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
}

.login_banner__popuppanelalt,
.dash_banner__popuppanelalt {
  width: 0;
  height: 0;
  pointer-events: none;
}

.login_banner__popupoverlay,
.dash_banner__popupoverlay {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(111, 111, 111, 0.5);
}

.login_banner__popupclose {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  /* display: none; */
}

.login_banner__popuplistlink .slick-slider,
.login_banner__popuplistlink .slick-list,
.login_banner__popuplistlink .slick-track,
.login_banner__popuplistlink .slick-slide > div {
  height: 100%;
}

.login_banner__popup {
  position: relative;
  /* right: 30px; */
  /* bottom: 30px; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 400px;
  border-radius: 25px;
  box-shadow: 0 2px 4px 0 rgba(124, 130, 140, 0.8);
  /* box-shadow: -1px 2px 2px 0 rgb(32 32 32 / 20%), -1px 2px 9px 0 rgb(43 43 43 / 30%); */
  overflow: hidden;
  /* margin-top: 30px; */
  background: #fff;
}

.login_banner__popup > img,
.dash_banner__popup > img {
  object-fit: cover;
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.login_banner__popup .slick-slide {
  width: 700px;
}

.login_banner__popupclose {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: none;
  /* display: none; */
}

.header_override_transaction_report{
  margin-top: 20px;
}

/**Start of Outlet Billing card css**/
.outlet_billing__section {
  border-radius: 10px;
  background-color: #FFFFE5;
  border: 1px solid #E0E0AD;
  margin-top: 10px;
  width: 100%;
  border-width: 1.5px;
}

.outlet_billing__secbody{
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.outlet_billing__secitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
  padding: 0 0;
  border-bottom: 1px solid var(--border-color);
}

.outlet_billing__secitem:last-child {
  border-bottom: none;
}

.outlet_billing__secitem > div:first-child {
  color: var(--view-label-color);
  font-size: 13px;
  font-weight: 700;
  flex: 3;
}

.outlet_billing__secitem .status_col__viewer > div {
  font-weight: 700;
}

.outlet_billing__secitem > div:last-child {
  font-size: 13px;
  font-weight: 500;
  flex: 4;
  display: flex;
  justify-content: flex-end;
  word-break: break-word;
}

.outlet_billing__secitem {
  border-width: 1.3px;
}

.outlet_billing__secbody > .outlet_billing__secitem--outlet_billing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-weight: 600;
  padding-block: 15px;
  word-wrap: break-word;
  width: 65%;
  margin-top: 5px;
}

.outlet_billing_secaddtl__details {
  display: flex;
  width: 60%;
}

.fors_mainright__childmenuclps .outlet_billing_secaddtl__details {
  width: 40%;
}

.outlet_billing_secaddtl__details > .outlet_billing_secaddtl__field {
  border-left: 1px solid #E0E0AD;
  height: 80%;
  margin-top: 10px;
  margin-right: 30px;
  padding: 15px 15px;
}

.outlet_billing_secaddtl__hdr {
  font-size: 13px;
  font-weight: 700;
  color: var(--view-label-color);
}

.outlet_billing_secaddtl__value {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
}

.outlet_billing_others__section {
	border-radius: 10px;
	background-color: #eef5f5;
	border: 1px solid #b9d7d6;
	/* margin-left: 25px; */
	margin-top: 10px;
  margin-bottom: 10px;
	width: 100%;
	border-width: 1.5px;
}

.outlet_billing_others__secbody{
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.outlet_billing_others__secitem > div:first-child {
	color: var(--view-label-color);
	font-size: 13px;
	font-weight: 700;
	flex: 3;
}


.outlet_billing_others__secitem > div:last-child {
	font-size: 35px;
	font-weight: 700;
	flex: 4;
	display: flex;
	justify-content: flex-end;
	word-break: break-word;
}

.outlet_billing_others__secitem > div:first-child {
	color: var(--view-label-color);
	font-size: 13px;
	font-weight: 700;
	flex: 3;
	/* text-align: center; */
	margin-left: 4px;
}

.outlet_billing_others__secbody > .outlet_billing_others__secitem--outlet_billing {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	font-weight: 600;
	padding-block: 15px;
	word-wrap: break-word;
	width: 11%;
	margin-top: 5px;
	margin-left: 241px;
	left: 230px;
	/* position: relative; */
}

.outlet_billing_others_secaddtl__details {
  display: flex;
  width: 30%;
}

.outlet_billing_others_secaddtl__details > .outlet_billing_others_secaddtl__field {
	border-left: 1px solid #b9d7d6;
	height: 80%;
	margin-top: 10px;
	margin-right: 30px;
	padding: 15px 10px;
	/* margin-left: 50px; */
	position: relative;
	left: 50px;
}

.outlet_billing_others_secaddtl__hdr {
	font-size: 13px;
	font-weight: 700;
	color: var(--view-label-color);
	margin-left: 60px;
}

.outlet_billing_others_secaddtl__value {
	font-size: 35px;
	font-weight: 700;
	color: var(--text-color);
	margin-left: 114px;
}

.outlet_billing_others_amount_secaddtl__value {
	font-size: 35px;
	font-weight: 700;
	color: var(--text-color);
	margin-left: 0px;
}

/**Start of Profile Activity**/

.bo_profile__dtls {
  padding: 20px;
  background-color: #f6f8fb;
  border-radius: 10px;
}

.bo_profile__inputs .inputfield_pw__togglebtn>img {
  background-color: #fff;
}

.bo_profile__inputs {
  padding-top: 20px;
}

.bo_profile__inputs>.row:not(:last-child) {
  margin-bottom: 30px;
}

.bo_profile__inputs .f4FormFieldLabel {
  color: #808a9e;
}

.bo_profile__inputs--wpassword>.row:nth-child(2) {
  margin-bottom: 0;
}

.bo_profile__inputs.bo_profile__inputs--wpassword {
  padding-top: 0;
}

.bo_profile__portlet {
  display: flex;
  padding-block: 20px;
  gap: 120px;
}

.bo_generic__formchildren>.bo_profile__portlet+.bo_profile__portlet {
  border-top: 1px solid #e8edf5;
}

.bo_profile__portletheader {
  gap: 6px;
  display: flex;
  flex-direction: column;
  width: 350px;
}

.bo_profile__portlethdr {
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
}

.bo_profile__portletsubhdr {
  color: #808791;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.bo_profile__children {
  flex: 1;
}

.bo_profile__box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5eaf1;
  align-items: center;
}

.bo_profile__nameimage {
  display: flex;
  gap: 20px;
  align-items: center;
}

.bo_profile__nameimage img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.bo_profiledtl__nm {
  color: var(--hdr-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}

.bo_profile__buttonsright {
  display: flex;
  gap: 10px;
}

.bo_profile_delete__btn {
  height: 35px;
  border: 1.5px solid var(--delete-btn-enabled);
  border-radius: 8px;
  background-color: var(--delete-btn-enabled);
  color: var(--input-field-bg);
  position: relative;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  height: 30px;
}

.bo_profile_delete__btn:hover,
.bo_profile_delete__btn:active,
.bo_profile_delete__btn:focus {
  background-color:  var(--delete-btn-enabled);
}

/** start of Recent Activity **/
.recent_activity__table {
  margin: 0 -30px -30px;
}

.recentactivity_tbl {
  border-radius: 10px;
  background-color: #f6f8fb;
}

.recent_activity__tblhdr {
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 35px;
  background-color: #eaeff5;
  color: #808a9e;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.recentactivity_tbl .recent_activity__tblrow:not(:last-child)::after {
  content: '';
  /* border-bottom: 3px solid #000; */
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  height: 1px;
  right: 20px;
  background: #e5eaf1;
  left: 20px;
  bottom: 0px;
  align-items: center;
}

.recent_activity__tblhdr>div {
  padding: 0 20px;
}

.recent_activity__tblhdr>div:first-child {
  width: 40%;
}

.recent_activity__tblhdr>div:last-child {
  width: 60%;
}

.recent_activity__tblrow {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: var(--hdr-color);
  /* border-bottom: 1px solid var(--border-color); */
}

.recent_activity__tblrow:last-child {
  border-bottom: none;
}

.recent_activity__tblrow>div {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.recent_activity__tblrow>div:first-child {
  width: 40%;
}

.recent_activity__tblrow>div:first-child>div {
  width: calc(100% - 28px);
  padding-left: 10px;
}

.recent_activity__tblrow>div:last-child {
  width: 60%;
}

.recent_activity__tblrow>div:last-child>div {
  width: calc(100% - 28px);
  padding-right: 10px;
}

.recent_activity__tblrow>div:last-child>img {
  width: 28px;
  height: 28px;
}


/* || Revamped BO Profile */
.bo_profilesettings__hdr {
  display: flex;
  gap: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  align-items: center;
  margin-bottom: 20px;
}

.bo_profile__inputs .inputfield_pw__togglebtn>img {
  background-color: #fff;
}

.bo_profilesettings__hdrimg {
  background-color: #f3f6f9;
  border-radius: 50%;
  padding: 3.5px;
}

.bo_profile__tabs {
  display: flex;
  gap: 55px;
  border-bottom: 1px solid #e8edf5;
  /* padding-bottom: 12px; */
  /* margin-left: -15px; */
  padding: 0 0 12px 0;
  margin-bottom: 0;
  /* width: calc(100% + 30px); */
  position: sticky;
  top: 70px;
  background: #fff;
  padding-top: 10px;
  z-index: 2;
}

.bo_profile_tab {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  list-style: none;
}

.bo_profile_tab>a {
  color: #808791;
  white-space: nowrap;
  text-decoration: none;
  padding-bottom: 10.1px;
  transition: all 0.3s ease;
}

.bo_profile_tab:hover>a,
.bo_profile__tab--active>a {
  color: var(--main-color);
  text-decoration: none;
}

.bo_profile__tab--active>a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid var(--main-color);
}

.bo_profile__ctr {
  padding: 32px 20px;
  margin-inline: -15px;
}

.bo_profile__ctr .bo_generic__form {
  border: unset;
  border-radius: 0;
  min-height: unset;
  padding: 0;
  background-color: transparent;
}

.bo_profile__ctr .bo_generic__formhdr {
  margin-bottom: 10px;
}

.bo_profile__portlet {
  display: flex;
  padding-block: 20px;
  gap: 120px;
}

.bo_generic__formchildren>.bo_profile__portlet+.bo_profile__portlet {
  border-top: 1px solid #e8edf5;
}

.bo_profile__portletheader {
  gap: 6px;
  display: flex;
  flex-direction: column;
  width: 350px;
}

.bo_profile__portlethdr {
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
}

.bo_profile__portletsubhdr {
  color: #808791;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.bo_profile__dtls {
  padding: 20px;
  background-color: #f6f8fb;
  border-radius: 10px;
}

.bo_profile__btn {
  height: 30px;
  position: relative;
  padding-inline: 17.5px;
  border-radius: 8px;
  background-color: #e34545;
  transition: 300ms;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.bo_profile__btn:hover,
.bo_profile__btn:active,
.bo_profile__btn:focus {
  background-color: #d52020;
}

.bo_profile__box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5eaf1;
  align-items: center;
}

.bo_profile__children {
  flex: 1;
}

.bo_profile__nameimage {
  display: flex;
  gap: 20px;
  align-items: center;
}

.bo_profile__nameimage img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.bo_profiledtl__nm {
  color: var(--hdr-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}

.bo_profile__buttonsright {
  display: flex;
  gap: 10px;
}

.bo_profile__ctr .row {
  /* margin-inline: 0; */
}

.bo_profile__ctr .f4InputField {
  background-color: #fff;
  border: 1.5px solid #e8edf5;
}

.bo_profile__ctr .f4InputField::placeholder {
  color: #a6b0c3;
}

.bo_profile__ctr .bo_view__fieldlabel {
  color: #808a9e;
}

.bo_profile__inputs {
  padding-top: 20px;
}

.bo_profile__inputs>.row:not(:last-child) {
  margin-bottom: 30px;
}

.bo_profile__inputs .f4FormFieldLabel {
  color: #808a9e;
}

.bo_changepass__portlet .bo_generic__formhdr {
  margin: 0;
}

.bo_profile__inputs--wpassword>.row:nth-child(2) {
  margin-bottom: 0;
}

.bo_profile__inputs.bo_profile__inputs--wpassword {
  padding-top: 0;
}

.pwstr__fieldlabel {
  position: relative;
  bottom: 22px;
}

.pwstr__fieldlabel .newlogin_pwchecker_dscp {
  position: absolute;
  top: 0;
  right: 3px;
}

.bo_profile__formbtns>span>button {
  width: 116px;
}

.bo_profile__formbtns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.bo_profile__clearall {
  border-radius: 8px;
  background-color: #e45454;
}

.bo_profile__clearall:hover,
.bo_profile__clearall:focus,
.bo_profile__clearall:active {
  background-color: #dd2727 !important;
}

.bo_profile__ctr .f4FormFieldLabel_requiredast {
  color: #e34545;
  font-weight: bold;
}

.newlogin_pwchecker_profile_settings {
  position: relative;
  bottom: 12px;
}

.pwstr__confirm_fieldlabel {
  position: relative;
	bottom: 44px;
}

/*** Start of Upload Capture ***/

.edituploadimg_modal {
  width: 75%;
  height: 85%;
  margin: auto;
}

.edituploadimg_panel {
  display: flex;
  height: 100%;
}

.edituploadimg_workspace {
  width: calc(60% - 20px);
  margin-right: 20px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
}

.edituploadimg_dragdrop {
  width: 40%;
}

.edituploadimg_dropzone {
  height: 100%;
  background: var(--main-plain-bg);
  border-radius: 10px;
  border: 2px dashed var(--border-color);
}

.edituploadimg_dzcontent {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.edituploadimg_dzcontent > img {
  height: 100px;
  margin-bottom: 20px;
}

.edituploadimg_dzcontentdtls {
  text-align: center;
  padding-top: 15px;
  /* line-height: 19pt; */
}

.edituploadimg_dzcontentdtls > div:first-child {
  font-size: 3vh;
  font-weight: 500;
}

.edituploadimg_dzcontentdtls > div:nth-child(2) {
  font-size: 2.3vh;
  color: var(--main-color);
}

.edituploadimg_dzcontentdtls > div:last-child {
  font-size: 2vh;
  color: var(--label-color);
}

.edituploadimg_workspace__preview {
  /* height: calc(100% - 40px); */
  width: 100%;
}

.editupload_img__slider {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 5px;
  padding: 0 30px;
}

.editupload_img__slider .ant-slider-rail,
.editupload_img__slider .ant-slider:hover .ant-slider-rail {
  background: var(--light-border-color);
}

.editupload_img__slider .ant-slider-track,
.editupload_img__slider .ant-slider:hover .ant-slider-track {
  background: var(--button-color);
}

.editupload_img__slider .ant-slider-handle {
  box-shadow: rgba(42, 50, 72, 0.62) 0px 1px 8px 0px;
  border-color: var(--main-color);
}

.editupload_img__placeholder {
  height: 100%;
  text-align: center;
  margin: 15%;
}

#container-circles {
  position: absolute;
  left: 50%;
  bottom: 130px;
}

#outer-circle {
  position: absolute;
  left: -37px;
  bottom: -56px;
  top: -5px;
  height: 75px;
  width: 75px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 1;
}

.camera-modal {
  z-index: 1070;
}

#inner-circle {
  position: absolute;
  left: 50%;
  top: 38px;

  height: 44px;
  width: 44px;

  background: white;
  border-radius: 50%;

  /*
   Offset the position correctly with
   minus half of the width and minus half of the height
  */
  margin: -22px 0px 0px -22px;

  /*
    On the top of outer-circle
  */
  z-index: 1071;
}

#inner-circle.is-clicked {
  height: 38px;
  width: 38px;
  margin: -19px 0px 0px -19px;
}

.camera_captureimg__panel {
  display: flex;
  justify-content: center;
  position: relative;
}

.camera_cropimg__panel {
  height: 100%;
  width: 100%;
  position: relative;
}

.add_photo__typeonebtn {
  height: 80px;
  width: 80px;
  border: 1px solid var(--border-color);
  background-color: var(--main-plain-bg);
  box-shadow: none;
  padding: 0px;
}

.add_photo__typeonebtn > img {
  height: 30px;
  width: 30px;
}

.add_photo__typeonebtnalt > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.bob_uploadcap__itemrm {
  color: var(--clear-color);
}

/*** End of Upload Capture ***/

/** start of buttons upload and capture  **/
.bo_profile__boxbtnedit {
  height: 35px;
  border: 1.5px solid var(--main-color);
  border-radius: 8px;
  background-color: #fafbfd;
  color: var(--main-color);
  position: relative;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  height: 30px;
}

.bo_profile__boxbtnedit > img {
  margin-right: 7px;
  height: 23px;
  width: 23px;
}

.bo_profile__boxbtnedit:hover,
.bo_profile__boxbtnedit:active,
.bo_profile__boxbtnedit:focus {
  /* border-color: var(--hdr-color); */
  background-color: var(--light-main-color-hover);
}

.sign_on_sign_off,
.f4Button {
  position: relative;
  color: #fff;
  background: var(--primary-btn-bg);
  border-radius: 8px;
  font-size: 15px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 700;
  padding: 5px 25px 5px;
  height: 45px;
}

.dynamic_text_for_sign_on_off{
  color: #39c52c;
  font-size: 18px;
}
.tranconfig_switch__btn{
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}

.sign_on_of_header{
  display: 'flex';
  justify-content: 'space-between';
  align-items: 'center';
  width: '100%';
  font-size: 18px;
}
.sign_on_of_message{
  display: 'flex';
  justify-content: 'space-between';
  align-items: 'center';
  width: '100%';
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 2px solid #bfbdbd36;
  margin-left: 4px;
}
.widget_row{
  margin-left: 0px;
  margin-top: 8px;
}
.widget_row_user,
.widget_row_date{
  margin-left: 0px;
  margin-top: 8px;
  border-right: 2px solid #bfbdbd36;
}
.widget_row_retry{
  margin-left: 0px;
  margin-top: 8px;
}

/* Dashboard widget styles */
.dashboard_widget__item {
  margin: 0 10px 20px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 20px;
  background: #eef0f7;
}

.dashboard_widget__itemhdr {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

.dash_widget__itemhdrcount {
  background: var(--text-color);
  color: #fff;
  font-size: 14px;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 12px;
  margin-left: 15px;
}

.dashboard__tooltip {
  z-index: 9999;
  background-color: #333232 !important;
  color: #ffffff !important;
  padding: 8px 12px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

/* Transaction styles */
.transaction-dashboard {
  background-color: #f5f5f5;
  padding: 20px;
}

.transaction-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.transaction-dashboard-header h2 {
  font-size: 24px;
  margin: 0;
}

.view-detailed-report {
  color: #ff4081;
  text-decoration: none;
  font-weight: bold;
}

.transaction-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.transaction-pair {
  display: flex;
  gap: 20px;
}

.transaction-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.transaction-card h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
}

.transaction-card-wrapper {
  flex: 1;
  min-width: 0;
}

.transaction-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.transaction-item h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}

.chart-container {
  position: relative;
  width: 55%;  /* Increased from 50% */
  height: 300px;  /* Increased from 250px */
}

.total-transactions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.total-count {
  font-size: 32px;
  font-weight: bold;
  display: block;
}

.total-label {
  font-size: 14px;
  color: #666;
}

.transaction-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gauge-container {
  flex: 1;
  position: relative;
}

.gauge__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.gauge__cover span {
  font-size: 24px;
  font-weight: bold;
}

.gauge__tooltip {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}

.gauge__tooltip p {
  margin: 4px 0;
}

.gauge__tooltip span {
  font-weight: bold;
}

.status-container {
  width: 46%;  /* Decreased from 45% to maintain layout */
  padding-left: 20px;
}

.status-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.status-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 6px;
}

.status-info {
  flex: 1;
}

.status-name {
  font-size: 14px;
  color: #666;
  margin-bottom: 2px;
}

.status-count {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2px;
}

.status-amount {
  font-size: 14px;
  color: #666;
}

.status-amount strong {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.status-successful { background-color: #4CAF50; }
.status-pending { background-color: #FFC107; }
.status-failed { background-color: #FF5722; }

@media (max-width: 1200px) {
  .transaction-pair {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .transaction-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .transaction-content {
    flex-direction: column;
  }

  .chart-container,
  .status-container {
    width: 100%;
  }

  .status-container {
    padding-left: 0;
    margin-top: 20px;
  }
}

.no-transactions {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 18px;
  color: #808791;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.no_records__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

/* Widget Row Layout */
.widget__row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  align-items: stretch; /* Make widgets stretch to same height */
}

.widget__row > * {
  flex: 1;
  margin-top: 0 !important; /* Force remove any margin-top */
  align-self: stretch; /* Make each widget stretch to container height */
}

/* Ensure widget containers have same top alignment */
.widget__row .widget__ctr {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 768px) {
  .widget__row {
    flex-direction: column;
  }
}

/* Approval Card Widget Styles */
.approval-card-widget {
  width: 100%;
}

.approval-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.approval-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.approval-card__id {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.approval-card__status {
  display: flex;
  align-items: center;
}

.status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.status-badge--pending {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.status-badge--old {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.status-badge--new {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.approval-card__status-change {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-arrow {
  color: #666;
  font-size: 14px;
}

.approval-card__content {
  margin-bottom: 20px;
}

.approval-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.approval-card__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.detail-label {
  font-weight: 500;
  color: #666;
  min-width: 100px;
  flex-shrink: 0;
}

.detail-value {
  color: #333;
  flex: 1;
}

.detail-value--amount {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
}

.approval-card__actions {
  display: flex;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.approval-card__actions .btn {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.btn-approve {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.btn-approve:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-reject {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

.btn-reject:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-view {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.btn-view:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.detail-separator {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 15px 0;
}

.detail-value--filename {
  font-family: monospace;
  font-size: 14px;
  color: #0066cc;
}

.detail-value--status-old {
  color: #dc3545;
  font-weight: 600;
}

.detail-value--status-new {
  color: #28a745;
  font-weight: 600;
}

.detail-value--success {
  color: #28a745;
  font-weight: 600;
}

.detail-value--error {
  color: #dc3545;
  font-weight: 600;
}

.healthcheck__confirm .f4FormFieldLabel{
  float: left;
}

.healthcheck__confirm .healthcheck__formfields{
  margin: 3% 2% 0%;
}

.healthcheck__modal .f4ModalFooter > .f4ButtonGroup{
  display: flex;
  align-items: center;
  margin: 0 -5px;
  justify-content: center;
}

.healthcheck__modal .f4ModalFooter > .f4ButtonGroup > span{
    position: relative;
    flex: 1;
    padding: 0 10px;
}

.healthcheck__modal .modal_back__btn{
    background: transparent !important;
    color: var(--primary-btn-bg) !important;
    border: 1.5px solid var(--primary-btn-bg);
    border-radius: 8px;
}

.healthcheck__modal .f4Button{

}

.healthcheck__modal .f4ModalFooter{
  margin-bottom: 2%;
  margin-top: 2%;
}

.healtcheck__formfields{
  width: 90%;
  margin: auto;
}

.healthcheck__confirm .newconfirm_modalmsg{
  margin-bottom: 2%;
}