/* V. 1.0.0*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  margin-top: 54px !important;
}

/* buttons*/
.remitra_primary_button {
  color: #FFFFFF !important;
  background-color: #207D9D !important;
  border: 1px solid #2e6da4 !important;
  border-radius: 2px !important;
  height: 32px;
}
.remitra_primary_button:hover, .remitra_primary_button:active, .remitra_primary_button:focus {
  color: #FFFFFF !important;
  background-color: #207D9D !important;
  border: 1px solid #2e6da4 !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

.remitra_primary_button_small, .remitra_primary_button_large {
  color: #FFFFFF !important;
  background-color: #207D9D !important;
  border: 1px solid #2e6da4 !important;
  border-radius: 2px !important;
  height: 32px;
  height: auto !important;
}
.remitra_primary_button_small:hover, .remitra_primary_button_small:active, .remitra_primary_button_small:focus, .remitra_primary_button_large:hover, .remitra_primary_button_large:active, .remitra_primary_button_large:focus {
  color: #FFFFFF !important;
  background-color: #207D9D !important;
  border: 1px solid #2e6da4 !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
  height: auto !important;
}

.remitra_secondary_button {
  color: #207D9D !important;
  background-color: #FFFFFF !important;
  border: 1px solid #207D9D !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}
.remitra_secondary_button:hover, .remitra_secondary_button:active, .remitra_secondary_button:focus {
  color: #207D9D !important;
  background-color: #FFFFFF !important;
  border: 1px solid #207D9D !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

.remitra_secondary_button_small {
  color: #207D9D !important;
  background-color: #FFFFFF !important;
  border: 1px solid #207D9D !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
  height: auto !important;
}
.remitra_secondary_button_small:hover, .remitra_secondary_button_small:active, .remitra_secondary_button_small:focus {
  color: #207D9D !important;
  background-color: #FFFFFF !important;
  border: 1px solid #207D9D !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
  height: auto !important;
}

.remitra_tertiary_button {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 2px !important;
  height: 32px;
}
.remitra_tertiary_button:hover, .remitra_tertiary_button:active, .remitra_tertiary_button:focus {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

.remitra_warning_button {
  color: #FFFFFF !important;
  background-color: #ffb819 !important;
  border: 1px solid #ffb819 !important;
  border-radius: 2px !important;
  height: 32px;
}
.remitra_warning_button:hover {
  color: #FFFFFF !important;
  background-color: #ffb819 !important;
  border: 1px solid #ffb819 !important;
  border-radius: 2px !important;
  height: 32px;
}

.remitra_danger_button {
  color: #207D9D !important;
  background-color: #FFFFFF !important;
  border: 1px solid #207D9D !important;
  border-radius: 2px !important;
  height: 32px;
}
.remitra_danger_button:hover {
  color: #207D9D !important;
  background-color: #FFFFFF !important;
  border: 1px solid #207D9D !important;
  border-radius: 2px !important;
  height: 32px;
}

.remitra_cancel_button {
  color: #000000 !important;
  background-color: #D1D4D5 !important;
  border: 1px solid #D1D4D5 !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}
.remitra_cancel_button:hover, .remitra_cancel_button:active, .remitra_cancel_button:focus {
  color: #000000 !important;
  background-color: #D1D4D5 !important;
  border: 1px solid #D1D4D5 !important;
  border-radius: 2px !important;
  height: 32px;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

.remitra_link {
  color: #207D9D !important;
  text-decoration: none;
  display: inline-block;
  margin-left: 8px !important;
  box-shadow: none !important;
}

.remitra_hdlinks:hover {
  background-color: #207D9D !important;
  color: #FFFFFF !important;
}

.smallWidget span {
  font-size: 18px;
  color: #207D9D !important;
}

.remitra_custom_link {
  color: #207D9D !important;
  text-decoration: none;
  background: #FFFFFF !important;
  border: none !important;
}

.remitra_custom_link:hover, .remitra_custom_link:active, .remitra_custom_link:focus {
  text-decoration: underline !important;
  border: none !important;
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

.savedLink-close:hover {
  background-color: #FFFFFF !important;
}

.remitra_label_link {
  text-decoration: none;
  display: inline-block;
}

.remitra_label_link:hover, .remitra_label_link:active, .remitra_label_link:focus {
  color: #FFFFFF !important;
}

.savedLinkView:hover .remitra_label_link {
  color: #FFFFFF !important;
}

.breadcrumb > .active {
  color: #000000 !important;
}

.iefBlockCaption {
  color: #000000 !important;
}

/* forms*/
.remitra_success_alert_msg {
  color: #000000 !important;
  background-color: #dff0d8 !important;
  border-color: #dff0d8 !important;
}

.remitra_alert_success {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.remitra_alert_success hr {
  border-top-color: #FFFFFF;
}

.remitra_message_success {
  background: #dff0d8 url(./global_remitra_images/tick.png) no-repeat left !important;
  border: 1px solid #dff0d8 !important;
}

.remitra_success_bg {
  background-color: #dff0d8 !important;
  border: 1px solid #dff0d8 !important;
}

.remitra_error {
  border: 1px solid #BB4444 !important;
  background: #FFFFFF !important;
  color: #000000 !important;
}

.remitra_error_message {
  background: #f0d7da url(./global_remitra_images/cross.png) no-repeat left !important;
  border: 1px solid #f0d7da !important;
  color: #000000 !important;
}

.error {
  border: 1px solid #BB4444 !important;
  background: #FFFFFF !important;
  color: #000000 !important;
}

.remitra_error_background {
  background: none !important;
  border: none !important;
  color: #BB4444 !important;
}

.remitra_error_bg {
  background: #f0d7da !important;
  border: 1px solid #f0d7da !important;
  color: #000 !important;
}

input[type=text].error {
  border: 1px solid #BB4444 !important;
  background: #FFFFFF !important;
  color: #000000 !important;
}

.form-group > .error {
  background: #FFFFFF !important;
  color: #000000 !important;
}

.ajax-file-upload-statusbar > .ajax-file-upload-red.ajax-file-upload-abort {
  background: #BB4444 !important;
  border: 1px solid #BB4444 !important;
  color: #FFFFFF !important;
}
.ajax-file-upload-statusbar > .ajax-file-upload-red.ajax-file-upload-cancel {
  background-color: transparent !important;
  border: 0px solid #D1D4D5 !important;
  color: #207D9D !important;
  text-decoration: underline;
}
.ajax-file-upload-statusbar > .ajax-file-upload-green {
  background-color: #FFFFFF !important;
  border: 1px solid #207D9D !important;
  color: #207D9D !important;
  border-radius: 2px !important;
  font-weight: normal !important;
  text-shadow: none !important;
}
.ajax-file-upload-statusbar > .ajax-file-upload-red {
  color: #207D9D !important;
  background: #000000 !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.ajax-file-upload-statusbar div:nth-child(2) {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.ajax-file-upload-statusbar div:nth-child(8) {
  text-decoration: underline !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.ajax-file-upload-statusbar div:nth-child(6) {
  color: #FFFFFF !important;
  background-color: #207D9D !important;
  border-color: #207D9D !important;
  border-radius: 2px !important;
}

.remitra_erroinfo {
  background-color: #f0d7da !important;
  border: 1px solid #f0d7da !important;
  color: #000000 !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #207D9D !important;
}

.f-l-tooltip .tooltip-inner {
  background: #207D9D !important;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #207D9D !important;
  border-right-color: #207D9D !important;
  border-left-color: #207D9D !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #207D9D !important;
}

.tooltip-inner {
  background-color: #207D9D !important;
}

#InvoiceDefine2 {
  width: 10px !important;
}

#InvoiceDefine1 {
  width: 10px !important;
}

#invoiceNumber {
  width: 125px !important;
  float: right;
  margin-left: 3px;
}

.panel-info > .panel-heading {
  color: #000000 !important;
  background-color: whitesmoke !important;
  border-color: whitesmoke !important;
}

@media (max-width: 950px) {
  #invoiceNumber {
    width: 70px !important;
    float: right;
    margin-left: 3px;
  }
}
body .remitra_board.active {
  background-color: #207D9D !important;
  border: solid 1px #207D9D !important;
  border-left: solid 3px #003b49 !important;
}
body .remitra_board {
  background-color: #F2F4F4 !important;
  border: solid 1px #F2F4F4 !important;
  border-left: solid 3px #207D9D !important;
  color: #000000 !important;
}
body .remitra_board:hover {
  background-color: #207D9D !important;
  color: #FFFFFF !important;
}
body .remitra_tab_link > .nav .nav-link::before {
  border-bottom: solid 2px #207D9D !important;
  color: #000000 !important;
}

.remitra_tab_link.active {
  color: #000000 !important;
}

.remitra_tab_link {
  color: #000000 !important;
}
.remitra_tab_link::before {
  background: #207D9D !important;
}
.remitra_tab_link li a {
  color: #000000 !important;
}
.remitra_tab_link li:hover {
  border-bottom: solid 2px #207D9D !important;
  color: #000000 !important;
}
.remitra_tab_link li.active {
  border-bottom: solid 2px #207D9D !important;
  color: #000000 !important;
}

/* footer*/
.remitra_footer p {
  margin: 0px;
  padding: 25px 0px 0px 20px;
  font-size: 14px !important;
}

.remitra_footer p a {
  color: #8B8B8B;
  text-decoration: none;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 0px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px !important;
  font-weight: 400 !important;
}
.remitra_footer p a:first-child {
  padding-left: 104px;
}
.remitra_footer p a:last-child {
  border-right: none;
}

.remitra_footer {
  background: rgba(0, 59, 73, 0) !important !important;
  background: linear-gradient(top, rgba(0, 59, 73, 0) !important, rgba(0, 59, 73, 0) !important) !important;
  background: -moz-linear-gradient(top, rgba(0, 59, 73, 0) !important, rgba(0, 59, 73, 0) !important) !important;
  background: -webkit-linear-gradient(top, rgba(0, 59, 73, 0) !important, rgba(0, 59, 73, 0) !important) !important;
  clear: both;
  height: 60px;
  position: relative;
  bottom: -20px;
  width: 100%;
  left: 0;
  Z-INDEX: 999;
  top: 52px;
}

.remitra_copyright {
  position: absolute;
  top: 27px;
  right: 20px;
  color: #8B8B8B;
  font-size: 12px;
}

/*Header*/
.remitra_activationrequest {
  right: 300px !important;
  padding-top: 34px !important;
  background: url(./global_remitra_images/bellicon.png) 50% 17px no-repeat !important;
  background-size: 20px 20px !important;
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-left: 0px !important;
}

.remitra_user_header {
  font-size: 13px !important;
}
.remitra_user_header label {
  margin-bottom: -4px !important;
}

.ids_backtoold > .remitra_header_label {
  font-weight: bold;
  color: #207d9d;
  font-size: 11px;
}

.remitra_user {
  width: 40px;
  height: 40px;
  background: url(./global_remitra_images/remitra_admin.png) 50% 50% no-repeat #007F91 !important;
  background-size: auto 40px !important;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
}

span.remitra_logo_text {
  padding-top: 20px !important;
  padding-left: 235px;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  font-weight: 600 !important;
}

.remitra_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 176px;
  background: url(./global_remitra_images/Premier_Logo_Navy.svg) 10% 45%/70% no-repeat !important;
  display: block;
  bottom: 0;
  margin-left: 30px;
  border-right: 1px solid #F0F0F0;
}

/* 9903 start */
.ids_hdlinks[data-count]:after {
  position: absolute;
  right: 38%;
  top: 20%;
  content: attr(data-count);
  font-size: 90%;
  padding: 0.2em;
  border-radius: 50%;
  line-height: 1em;
  color: #000000;
  text-align: center;
  min-width: 1.2em;
  background: #FFBF00;
}

.remitra_livesupport {
  right: 125px;
  padding-top: 26px;
  background: url(./global_remitra_images/p2plivesupport.png) 50% 15px no-repeat;
  border-left: none;
  width: 36px;
}
.remitra_livesupport:hover {
  right: 125px;
  padding-top: 26px;
  background: url(./global_remitra_images/p2plivesupport.png) 50% 15px no-repeat;
  border-left: none;
  width: 36px;
}

.dropdown-arrow {
  color: #007F91 !important;
}

.remitra_help_icon {
  right: 75px;
  padding-top: 50px;
  background: #fff;
  background-image: url(./global_remitra_images/p2p_help_icon.png);
  background-position: 50% 15px;
  background-repeat: no-repeat;
  border-left: 0px !important;
  width: 50px;
}
.remitra_help_icon.active, .remitra_help_icon.inactive {
  right: 75px;
  padding-top: 50px;
  background: #fff;
  background-image: url(./global_remitra_images/p2p_help_icon.png);
  background-position: 50% 15px;
  background-repeat: no-repeat;
  border-left: 0px !important;
  width: 50px;
  transition: background-color 0.3s;
}
.remitra_help_icon.active:hover, .remitra_help_icon.inactive:hover {
  background-color: transparent !important;
}
.remitra_help_icon.active:focus, .remitra_help_icon.inactive:focus {
  outline: 2px solid transparent !important;
}

.remitra_help_icon:hover {
  background-color: transparent !important;
}

.p2p_login_btn {
  border-radius: 30px !important;
  background-color: #007F91;
  color: #FFFFFF;
  font-size: 16px !important;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-transition: all ease 0.5s;
  font-weight: 500 !important;
  width: 100%;
  max-width: 103px;
  height: 36px;
  border: none;
}
.p2p_login_btn:hover {
  color: #FFFFFF !important;
}

/*Menu*/
.dropdown-menu > .active > a {
  background-color: #207d9d !important;
}
.dropdown-menu > .active > a:focus {
  background-color: #207d9d !important;
}
.dropdown-menu > .active > a:hover {
  background-color: #207d9d !important;
}

.p2p_leftMenu {
  position: relative !important;
  width: 80px !important;
  background: #FFFFFF !important;
  z-index: 98 !important;
  float: left !important;
  min-height: calc(100% - 80px) !important;
  height: auto !important;
}
.p2p_leftMenu ul {
  /*xchange*/
}
.p2p_leftMenu ul li.ids_lft_xchangelink > a {
  background: url(./global_remitra_images/p2p_lft_xchange.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_xchangelink:hover > a, .p2p_leftMenu ul li.ids_lft_xchangelink.active > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
}
.p2p_leftMenu ul li.ids_lft_dupes > a {
  background: url(./global_remitra_images/p2p_lft_dupes.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_dupes:hover > a, .p2p_leftMenu ul li.ids_lft_dupes.active > a, .p2p_leftMenu ul li.ids_lft_dupes:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.lds_lft_earlypayment > a {
  background: url(./global_remitra_images/p2p_lft_earlypay.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.lds_lft_earlypayment:hover > a, .p2p_leftMenu ul li.lds_lft_earlypayment.active > a, .p2p_leftMenu ul li.lds_lft_earlypayment:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_recon > a {
  background: url(./global_remitra_images/p2p_lft_sr.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_recon:hover > a, .p2p_leftMenu ul li.ids_lft_recon.active > a, .p2p_leftMenu ul li.ids_lft_recon:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_workflow > a {
  background: url(./global_remitra_images/p2p_lft_workflow.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_workflow:hover > a, .p2p_leftMenu ul li.ids_lft_workflow.active > a, .p2p_leftMenu ul li.ids_lft_workflow:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_checkreplacement > a {
  background: url(./global_remitra_images/p2p_lft_ePayables.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_checkreplacement:hover > a, .p2p_leftMenu ul li.ids_lft_checkreplacement.active > a, .p2p_leftMenu ul li.ids_lft_checkreplacement:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_admin > a {
  background: url(./global_remitra_images/p2p_lft_admin.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_admin:hover > a, .p2p_leftMenu ul li.ids_lft_admin.active > a, .p2p_leftMenu ul li.ids_lft_admin:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_vm_workflow > a {
  background: url(./global_remitra_images/p2p_lft_vendor_master.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_vm_workflow:hover > a, .p2p_leftMenu ul li.ids_lft_vm_workflow.active > a, .p2p_leftMenu ul li.ids_lft_vm_workflow:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_submtinvioce > a {
  background: url(./global_remitra_images/p2p_lft_submitInvoice.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_submtinvioce:hover > a, .p2p_leftMenu ul li.ids_lft_submtinvioce.active > a, .p2p_leftMenu ul li.ids_lft_submtinvioce:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_home_inv_tracker > a {
  background: url(./global_remitra_images/p2p_lft_invoiceTracker.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_home_inv_tracker:hover > a, .p2p_leftMenu ul li.ids_lft_home_inv_tracker.active > a, .p2p_leftMenu ul li.ids_lft_home_inv_tracker:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_polist > a {
  background: url(./global_remitra_images/p2p_lft_poList.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_polist:hover > a, .p2p_leftMenu ul li.ids_lft_polist.active > a, .p2p_leftMenu ul li.ids_lft_polist:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_home > a {
  background: url(./global_remitra_images/p2p_lft_execDashboard.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_home:hover > a, .p2p_leftMenu ul li.ids_lft_home.active > a, .p2p_leftMenu ul li.ids_lft_home:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_recon > a {
  background: url(./global_remitra_images/p2p_lft_sr.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_recon:hover > a, .p2p_leftMenu ul li.ids_lft_recon.active > a, .p2p_leftMenu ul li.ids_lft_recon:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_vendor > a {
  background: url(./global_remitra_images/p2p_lft_vendor.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_vendor:hover > a, .p2p_leftMenu ul li.ids_lft_vendor.active > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
}
.p2p_leftMenu ul li.ids_lft_home_vendor > a {
  background: url(./global_remitra_images/p2p_lft_Dashboard.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_home_vendor:hover > a, .p2p_leftMenu ul li.ids_lft_home_vendor.active > a, .p2p_leftMenu ul li.ids_lft_home_vendor:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_checkrequest > a {
  background: url(./global_remitra_images/p2p_lft_check_request.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_checkrequest:hover > a, .p2p_leftMenu ul li.ids_lft_checkrequest.active > a, .p2p_leftMenu ul li.ids_lft_checkrequest:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.remitra_lft_tracker > a {
  background: url(./global_remitra_images/p2p_lft_invoiceTracker.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.remitra_lft_tracker:hover > a, .p2p_leftMenu ul li.remitra_lft_tracker.active > a, .p2p_leftMenu ul li.remitra_lft_tracker:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_notification > a {
  background: url(./global_remitra_images/p2p_lft_notifications.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_notification:hover > a, .p2p_leftMenu ul li.ids_lft_notification.active > a, .p2p_leftMenu ul li.ids_lft_notification:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_production_support > a {
  background: url(./global_remitra_images/p2p_lft_production_support.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_production_support:hover > a, .p2p_leftMenu ul li.ids_lft_production_support.active > a, .p2p_leftMenu ul li.ids_lft_production_support:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_reports > a {
  background: url(./global_remitra_images/p2p_lft_user_management.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_reports:hover > a, .p2p_leftMenu ul li.ids_lft_reports.active > a, .p2p_leftMenu ul li.ids_lft_reports:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_customer_config > a {
  background: url(./global_remitra_images/p2p_lft_customer_config.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_customer_config:hover > a, .p2p_leftMenu ul li.ids_lft_customer_config.active > a, .p2p_leftMenu ul li.ids_lft_customer_config:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_ach_change_request > a {
  background: url(./global_remitra_images/p2p_lft_ach_change_request.png) no-repeat 50% 20px/20px 20px !important;
}
.p2p_leftMenu ul li.ids_lft_ach_change_request:hover > a, .p2p_leftMenu ul li.ids_lft_ach_change_request.active > a, .p2p_leftMenu ul li.ids_lft_ach_change_request:focus > a {
  background-color: #EFFAFF !important;
  color: #000000 !important;
  border-radius: 0px !important;
  background-size: 20px 20px !important;
}
.p2p_leftMenu ul li.remitra_lft_quickacceslinks > a {
  background: url(./global_remitra_images/ids_quickacceslinks_black.png) 50% 15px no-repeat;
}
.p2p_leftMenu ul li.remitra_lft_quickacceslinks:hover > a {
  background: url(./global_remitra_images/ids_quickacceslinks_wht.png) 50% 15px no-repeat;
  background-color: #207d9d;
}
.p2p_leftMenu ul li.remitra_lft_quickacceslinks.active > a {
  background: url(./global_remitra_images/ids_quickacceslinks_wht.png) 50% 15px no-repeat;
  background-color: #207d9d;
}
.p2p_leftMenu ul li.ids_lft_checkreplacement > a {
  background: url(./global_remitra_images/ids_lft_check_replacement.png) 50% 10px no-repeat;
}
.p2p_leftMenu > ul > li > a {
  font-size: 11px !important;
  padding-top: 45px !important;
  color: #000000;
}

.remitra_lft_wrksubmenu1 {
  top: 54px !important;
  bottom: 70px !important;
}

.remitra_hover_menu {
  background: #207d9d !important;
}
.remitra_hover_menu li a:hover {
  background: #EFFAFF !important;
}

.icon-file-statement-recon:before {
  font-size: 50px;
  font-weight: lighter;
}

.remitra_lft_livesupport a {
  background: url(./global_remitra_images/idslivesupport_black.png) no-repeat 50% 25px;
}
.remitra_lft_livesupport a:hover {
  background: url(./global_remitra_images/idslivesupport.png) no-repeat 50% 25px !important;
  background-color: #207d9d !important;
}

.remitra_lft_livesupport.active a {
  background: url(./global_remitra_images/idslivesupport.png) no-repeat 50% 25px !important;
  background-color: #207d9d !important;
}

.remitra_leftmenu ul li.ids_lft_messages > a {
  background: url(./global_remitra_images/ids_messages.png) 50% 15px no-repeat;
}
.remitra_leftmenu ul li.ids_lft_messages:hover > a {
  background: url(./global_remitra_images/ids_messages_wht.png) 50% 15px no-repeat #207d9d;
}

.remitra_row {
  margin-top: 55px !important;
}

.po_hm4bx h4 span {
  font-size: 18px;
  color: #207d9d !important;
  font-weight: 600;
  text-align: center;
}

.remitra_select > .btn-group.bootstrap-select.show-tick {
  width: 60% !important;
}

/* TPP menu */
.remitra_tpp_menu .vertical-nav-menu li a.mm-active {
  background: #207d9d !important;
  color: #ffffff !important;
}
.remitra_tpp_menu .vertical-nav-menu li a {
  color: #000000 !important;
}
.remitra_tpp_menu .vertical-nav-menu li a:hover {
  background: #207d9d;
  color: #FFFFFF !important;
}
.remitra_tpp_menu .vertical-nav-menu li a:hover svg {
  opacity: 1 !important;
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
}
.remitra_tpp_menu .vertical-nav-menu li a:hover svg path {
  fill: #FFFFFF !important;
}
.remitra_tpp_menu .vertical-nav-menu li a svg {
  opacity: 1 !important;
  color: #000000 !important;
  fill: #000000 !important;
}
.remitra_tpp_menu i.metismenu-state-icon {
  opacity: 1 !important;
}

.vertical-nav-menu i.metismenu-icon {
  opacity: 1 !important;
}

.remitra_sidebar {
  padding-top: 15px !important;
  margin-top: -78px !important;
}

.p2p_hover_menu {
  width: 210px;
  display: none;
  position: absolute;
  top: 0;
  left: 80px;
  background: #EFFAFF;
  padding: 10px;
  z-index: 99999;
  border-radius: 0 10px 10px 10px;
}
.p2p_hover_menu li a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 8px;
  font-weight: 600;
  border-bottom: 1px solid #EFFAFF;
  position: relative;
}
.p2p_hover_menu li a.hasChild::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #207d9d;
  border-bottom: 2px solid #207d9d;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.p2p_hover_menu li:last-child a {
  border: 0;
}
.p2p_hover_menu li.open .hasChild::after {
  transform: translateY(-50%) rotate(-135deg);
}

.p2p_click_submenu {
  padding: 0;
  background: #EFFAFF;
  max-height: 259px;
  overflow-x: auto;
}
.p2p_click_submenu li a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
  padding: 8px 10px;
  transition: background-color 0.5s ease;
}
.p2p_click_submenu li a:hover {
  background: #EFFAFF;
  text-decoration: underline;
  color: #207d9d;
}
.p2p_click_submenu li.active a {
  background: #EFFAFF;
}
.p2p_click_submenu li:last-child a {
  border-bottom: none;
}
.p2p_click_submenu.WFmenuActive li.active {
  background: #EFFAFF;
}

.p2p_lft_wrktgler::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #207d9d;
  border-bottom: 2px solid #207d9d;
  transform: translate(-50%, -50%);
}

.p2p_lft_wrktgler {
  position: fixed;
  top: 300px;
  width: 25px;
  height: 50px;
  background: #ECECEC;
  transition: all 0.5s ease;
  border-radius: 0 80px 80px 0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 9 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p2p_lft_wrktgler::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.open.p2p_lft_wrktgler::before {
  border-color: #207d9d;
  transform: translate(-50%, -50%) rotate(-225deg);
}

.p2p_lft_wrktgler {
  left: 80px;
}
.p2p_lft_wrktgler.open {
  left: 290px;
  background: #ECECEC;
}

.p2p_lft_wrksubmenu {
  position: fixed;
  top: 55px;
  left: -131px;
  bottom: 0;
  width: 210px;
  background: #ECECEC;
  transition: all ease 0.5s;
}
.p2p_lft_wrksubmenu.open {
  left: 80px;
  transition: all ease 0.5s;
}
.p2p_lft_wrksubmenu #accordion h3,
.p2p_lft_wrksubmenu #accordion1 h3 {
  display: block;
  margin: 0;
  padding: 8px 10px;
  background: #ECECEC;
  color: #000000;
  font-size: 12px;
  border-bottom: none;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.p2p_lft_wrksubmenu #accordion h3::after,
.p2p_lft_wrksubmenu #accordion1 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #207d9d;
  border-bottom: 2px solid #207d9d;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.p2p_lft_wrksubmenu #accordion h3.open::after,
.p2p_lft_wrksubmenu #accordion1 h3.open::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p2p_lft_wrksubmenu #accordion ul,
.p2p_lft_wrksubmenu #accordion1 ul {
  padding: 0;
  margin: 0;
  display: none;
}
.p2p_lft_wrksubmenu #accordion ul li,
.p2p_lft_wrksubmenu #accordion1 ul li {
  list-style: none;
  padding: 0;
  /*font-size: 13px;*/
  color: #000000;
  margin-bottom: 2px;
}
.p2p_lft_wrksubmenu #accordion ul li a,
.p2p_lft_wrksubmenu #accordion1 ul li a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 8px 10px;
  background: #ECECEC;
  font-weight: 400;
}
.p2p_lft_wrksubmenu #accordion ul li a:hover,
.p2p_lft_wrksubmenu #accordion1 ul li a:hover {
  background: #ECECEC;
  text-decoration: underline;
  color: #207d9d;
  font-weight: 400;
}

.p2p-no-child-item {
  display: block !important;
  height: auto !important;
  background: #ECECEC;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

/*Modal*/
.bootstrap-dialog.type-success .modal-header {
  background-color: #207D9D !important;
}

.bootstrap-dialog.type-warning .modal-header {
  background-color: #207D9D !important;
}

.bootstrap-dialog.type-danger .modal-header {
  background-color: #207D9D !important;
}

.bootstrap-dialog-footer-buttons > .btn-default {
  background-color: #FFFFFF !important;
  border: none !important;
  color: #207D9D !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}
.bootstrap-dialog-footer-buttons > .btn-success {
  color: #FFFFFF !important;
  background-color: #207D9D !important;
  border-color: #207D9D !important;
}

.remitra_modal_header_close {
  opacity: 1 !important;
  text-shadow: 0 1px 0 #FFFFFF !important;
}

.modal-header .close {
  opacity: 1 !important;
  text-shadow: 0 1px 0 #000000 !important;
}

.remitra_modal_header_warning {
  background-color: #207D9D !important;
}
.remitra_modal_header_warning h4 {
  color: #FFFFFF !important;
}

.remitra_modal_title {
  color: #000000 !important;
}

.ui-dialog-buttonset > .ui-button:nth-child(1) {
  color: #FFFFFF !important;
  background-color: #207D9D !important;
  border-color: #207D9D !important;
}
.ui-dialog-buttonset > .ui-button:nth-child(2) {
  background-color: #D1D4D5 !important;
  border: 1px solid #D1D4D5 !important;
  color: #000000 !important;
}

/*pagination*/
.pagination > li > a {
  color: #207d9d !important;
  background-color: #FFFFFF !important;
}
.pagination > li > span {
  color: #207d9d !important;
  background-color: #FFFFFF !important;
}
.pagination > .active > a {
  background-color: #207d9d !important;
  border-color: #207d9d !important;
  color: #FFFFFF !important;
}
.pagination > .active > a:focus {
  background-color: #207d9d !important;
  border-color: #207d9d !important;
  color: #FFFFFF !important;
}
.pagination > .active > a:hover {
  background-color: #207d9d !important;
  border-color: #207d9d !important;
  color: #FFFFFF !important;
}
.pagination > .active > span {
  background-color: #207d9d !important;
  border-color: #207d9d !important;
  color: #FFFFFF !important;
}
.pagination > .active > span:focus {
  background-color: #207d9d !important;
  border-color: #207d9d !important;
  color: #FFFFFF !important;
}
.pagination > .active > span:hover {
  background-color: #207d9d !important;
  border-color: #207d9d !important;
  color: #FFFFFF !important;
}

/*Table*/
.remitra_grid table {
  border: 1px solid #cad4d7 !important;
  border-bottom: none !important;
  width: 100%;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.remitra_grid table th {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  height: 25px;
  border-right: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
  background: #FFFFFF !important;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.remitra_grid table th:first-child {
  border-left: 1px solid #cad4d7 !important;
}
.remitra_grid table tr:nth-child(odd) td {
  background: #FFFFFF !important;
}
.remitra_grid table td {
  border-right: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
  background: #FFFFFF;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.remitra_grid table td:first-child {
  border-left: 1px solid #cad4d7 !important;
}

.remitra_nobordergrid th {
  border: none !important;
}

.table-bordered > tbody > tr > td {
  border-right: none !important;
  border: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
}
.table-bordered > tbody > tr > th {
  border-right: none !important;
  border: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
}
.table-bordered > tfoot > tr > td {
  border-right: none !important;
  border: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
}
.table-bordered > tfoot > tr > th {
  border-right: none !important;
  border: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
}
.table-bordered > thead > tr > td {
  border-right: none !important;
  border: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
}
.table-bordered > thead > tr > th {
  border-right: none !important;
  border: none !important;
  border-bottom: 1px solid #cad4d7 !important;
  border-top: 1px solid #cad4d7 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF !important;
}

.participantAddess > table .remitra_primary_button {
  padding: 6px 10px;
}

.idsbtns > .remitra_secondary_button {
  background: #fff !important;
}
.idsbtns > a#addNewSet {
  padding: 6px 10px 4px 10px !important;
  background-image: none !important;
}
.idsbtns > .remitra_primary_button {
  background: #207D9D !important;
  border: 1px solid #2e6da4 !important;
  background-image: none !important;
  font-family: "Inter Tight", sans-serif;
}
.idsbtns > .remitra_primary_button:focus {
  background: #207D9D !important;
  border: 1px solid #2e6da4 !important;
  background-image: none !important;
  font-family: "Inter Tight", sans-serif;
}

/* titles */
h1, h6, h4 {
  color: #000000 !important;
}

.remitra_heading_h4 {
  color: #000000 !important;
  font-size: 14px !important;
}
.remitra_heading_h4 span {
  color: #207d9d !important;
  font-size: 14px !important;
}
.remitra_heading_h4 a {
  color: #207d9d !important;
  font-size: 12px !important;
}

.remitra_panel-heading {
  color: #000000 !important;
  background-color: #d3e9ef !important;
  border-color: #d3e9ef !important;
  padding: 10px;
}

.remitra_heading_h6 {
  color: #000000 !important;
  font-size: 16px !important;
}

.remitra_header {
  height: 60px !important;
  background: #ffffff !important;
  border-bottom: 1px solid #F0F0F0 !important;
}

.p2p_font {
  color: #000000 !important;
}
.p2p_font:hover, .p2p_font:focus, .p2p_font:active {
  color: #000000 !important;
}

.back_to_admin .p2p_font:hover, .back_to_admin .p2p_font:active, .back_to_admin .p2p_font:focus, .back_to_admin .p2p_font:visited {
  color: #000000 !important;
}

.remitra_conf_highlight {
  color: #207d9d !important;
}

.remitra_information_color {
  color: #e24301;
}

/* Azure Chat */
.remitra_chat_modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 2px !important;
  width: 90%;
  height: 90%;
}

.remitra_chat_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.remitra_chat_close:hover,
.remitra_chat_close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.p2p_login_footer_img {
  background: url(./global_remitra_images/Premier_Logo_Black.png) no-repeat center;
  background-size: contain;
  height: 35px;
  width: 181.81px;
  margin: 0 auto 43px;
}

#p2pOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
}

.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-logout-user-info .p2p-logout-avatar {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-logout-user-info .p2p-logout-avatar:hover {
  box-shadow: 0 0 0 2px #007F91;
}

.p2p-logout-nav .p2p-logout-header {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: -0.36px;
}

.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section .p2p-logout-section-children .p2p-logout-section-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: -0.32px;
}

.p2p-logout-menu {
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 10px;
  text-align: right;
  position: absolute;
  cursor: pointer;
  border-left: 1px solid #F0F0F0;
}
.p2p-logout-menu .remitra_user_item {
  padding-top: 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  height: 40px;
}
.p2p-logout-menu .remitra_user_item:hover {
  background-color: #E5F2F4;
  cursor: pointer;
}
.p2p-logout-menu .menu_icon {
  background: url(./global_remitra_images/menu_icon.svg);
  height: 25px;
  width: 50px;
}

#p2pOverlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.p2p-logout-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 20;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.p2p-logout-nav .p2p-logout-header {
  color: #1a1a1a !important;
  background-color: #FFFFFF;
  margin: 25px 10px 25px 20px;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-logout-user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-logout-user-info .p2p-logout-avatar {
  width: 40px;
  height: 40px;
  margin: 2px;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-logout-user-info .p2p-logout-avatar .p2p-user-avatar {
  font-size: 40px !important;
  color: #b2adad;
  display: block !important;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-logout-user-info .p2p-logout-avatar .p2p-user-avatar .p2p-user_icon {
  background: url(./global_remitra_images/person_icon.svg);
  height: 40px;
  width: 40px;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-logout-user-info .p2p-logout-user {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-close_btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 28px;
  color: #1a1a1a;
  padding: 10px;
  line-height: 1;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-close_btn:hover {
  background-color: #E5F2F4;
  border-radius: 4px;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-section .p2p-close_btn .p2p-close_icon {
  background: url(./global_remitra_images/close_icon_small.svg);
  width: 29px;
  height: 29px;
}
.p2p-logout-nav .p2p-logout-header .p2p-logout-user-role-section .p2p-logout-user-role {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  padding: 8px 20px 0 55px;
}
.p2p-logout-nav .p2p-hr-line {
  margin: 0 20px;
}
.p2p-logout-nav .p2p-hr-line .p2p-logout-section-hr-thick {
  border-top: 1px solid #d5d5d5;
  width: 100%;
}
.p2p-logout-nav .p2p-logout-section-hr {
  border: none;
  background-color: #F8F8F8;
}
.p2p-logout-nav .p2p-logout-scrollable {
  flex: 1;
  overflow-y: auto;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  min-height: 100%;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section {
  width: 100%;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section .p2p-logout-section-children {
  padding: 20px;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section .p2p-logout-section-children .p2p-logout-section-title {
  padding: 10px 30px;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section .p2p-logout-link {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
  text-decoration: none;
  color: #007F91 !important;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section .p2p-logout-link:hover span {
  border-bottom: 1px dashed #007F91;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section .p2p-logout-link span {
  margin-top: 2px;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.2s ease-in-out;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-section .p2p-logout-link .p2p-logout-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 0.875rem;
  letter-spacing: -0.12px;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-spacer {
  flex: 1;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-footer {
  flex-shrink: 0;
  bottom: 0;
  width: 100%;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-footer .p2p-logout-children-lower {
  padding-left: 30px;
  padding-right: 30px;
}
.p2p-logout-nav .p2p-logout-scrollable .p2p-logout-scroll-inner .p2p-logout-footer .p2p-logout-icon {
  background: url(./global_remitra_images/logout_icon.svg);
  height: 12px;
  width: 12px;
}

/*# sourceMappingURL=global_remitra.css.map */
