@import url(//fonts.googleapis.com/css?family=Titillium+Web:300,600,700);

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root{

    --rapidus-light-blue: #5d81cb;
    --rapidus-blue: #3e6387;
    --rapidus-calm-blue: #5a82aa;
    --rapidus-white: #ffffff;
    --rapidus-nice-white: #ffffffd6;
    --rapidus-nice-gray: #eeeeee;
    
    --rapidus-background: radial-gradient(circle at top left, rgb(39 57 100 / 39%) 27%, transparent 52%), linear-gradient(136deg,#3a3b3f, #3e6387);
    --rapidus-background2: radial-gradient(circle at bottom right, rgb(216 228 243) -96%, white 73%);
    --rapidus-background-gray: radial-gradient(circle at top left, rgb(200 200 200 / 39%) 37%, transparent 52%), linear-gradient(136deg,rgb(120 150 200 / 39%), rgb(200 200 200 / 39%));
    --rapidus-background-light: radial-gradient(circle at top left, rgba(225, 240, 255, 0.4) 32%, transparent 52%), linear-gradient(136deg,rgba(233, 233, 253, 0.39), rgba(240, 240, 250, 0.39));
    --rapidus-black: #454545;
    --rapidus-black2: rgb(16, 40, 48);
    --rapidus-red: rgb(180, 47, 47);
    --rapidus-warning-red: rgb(255 0 0);
    --rapidus-ok-green: #18a118;
    --rapidus-light-green: #61ce70;
    --rapidus-warning: #c59c23;
    --rapidus-diff-color: #eff4ff;
    --rapidus-disabled: #b5b5b5;
    --rapidus-blue-gradient: radial-gradient(circle at top left, rgb(39 57 100 / 39%) 27%, transparent 52%);
    
    --rapidus-font1: 'Titillium Web', Lato, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    --rapidus-font2: 'Robot', sans-serif;
    --rapidus-font3: 'Manrope', sans-serif;
    --rapidus-hover-light-blue: rgb(138 168 219 / 10%);
    --vertical-divider-color: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgb(55 55 55 / 11%) 50%, rgba(0, 0, 0, 0) 85%);
    --horizontal-divider-color: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, rgb(55 55 55 / 11%) 50%, rgba(0, 0, 0, 0) 85%);
    --rapidus-background-light-blue: #e9f0f7;
    --rapidus-background-white: #F3F5F5;
    --rapidus-gold: #e1bf03;
    

}

.rapidus-table-action-btn {
    min-width: 100px !important;
}

.rapidus-linear-progress {
  position: relative;
  height: 4px;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  overflow: hidden;
  transform: translateY(0px);
  margin: 0 0 -4px 0 !important;
}

.rapidus-p {
  padding: 5px;
  margin: 0 auto;
}

html {
  overflow: auto;
  font-family: var(--rapidus-font3);
  scrollbar-width: thin;
  scrollbar-color: #e9e9e9 #334058;
  background: var(--rapidus-background-light-blue);
}

.preloader-wrapper-micro {
  height: 20px;
  width: 20px;
}

.card-top-body-custom {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: stretch;
  justify-content: center;
  margin-top: -30px;
  padding: 5px;
}

.card-custom-title {
  width: 100%;
  margin-bottom: 5px;
  clear: both;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 40px !important;
  background: var(--rapidus-background) !important;
  text-align: center !important;
  color: white !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.hide-and-disable {
  pointer-events: none;
  opacity: 0;
}

.rapidus-table-button {
  min-width: 140px;
}

.card-panel {
  border-radius: 5px !important;
}

.analysis-complete {
  color: var(--rapidus-ok-green);
  font-weight: 600;
}

.analysis-paused {
  color: var(--rapidus-warning);
  font-weight: 600;
}

.analysis-new {
  font-weight: 600;
}

.no-padding {
  padding: 0px !important;
}

.minw500 {
  min-width: 500px;
}

.maxw600 {
  max-width: 600px;
}

input:not([type]):focus:not([readonly]),input[type=text]:not(.browser-default):focus:not([readonly]),input[type=password]:not(.browser-default):focus:not([readonly]),input[type=email]:not(.browser-default):focus:not([readonly]),input[type=url]:not(.browser-default):focus:not([readonly]),input[type=time]:not(.browser-default):focus:not([readonly]),input[type=date]:not(.browser-default):focus:not([readonly]),input[type=datetime]:not(.browser-default):focus:not([readonly]),input[type=datetime-local]:not(.browser-default):focus:not([readonly]),input[type=tel]:not(.browser-default):focus:not([readonly]),input[type=number]:not(.browser-default):focus:not([readonly]),input[type=search]:not(.browser-default):focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid blue var(--rapidus-calm-blue) !important;
  -webkit-box-shadow: 0 1px 0 0 blue var(--rapidus-calm-blue) !important;
  box-shadow: 0 1px 0 0 blue var(--rapidus-calm-blue) !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid var(--rapidus-blue) !important;
  -webkit-box-shadow: 0 1px 0 0 var(--rapidus-calm-blue) !important;
  box-shadow: 0 1px 0 0 var(--rapidus-calm-blue) !important;
}

input:not([type]):focus:not([readonly])+label,input[type=text]:not(.browser-default):focus:not([readonly])+label,input[type=password]:not(.browser-default):focus:not([readonly])+label,input[type=email]:not(.browser-default):focus:not([readonly])+label,input[type=url]:not(.browser-default):focus:not([readonly])+label,input[type=time]:not(.browser-default):focus:not([readonly])+label,input[type=date]:not(.browser-default):focus:not([readonly])+label,input[type=datetime]:not(.browser-default):focus:not([readonly])+label,input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,input[type=tel]:not(.browser-default):focus:not([readonly])+label,input[type=number]:not(.browser-default):focus:not([readonly])+label,input[type=search]:not(.browser-default):focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label {
  color: var(--rapidus-calm-blue) !important;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  filter: brightness(1.2) !important;
  background-color: var(--rapidus-light-blue);
}

.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #e9e9e9 #334058;
}

.mat-drawer-content, .mat-drawer-inner-container {
  scrollbar-width: thin;
  scrollbar-color: #e9e9e9 #334058;
}

@supports not selector(::-webkit-scrollbar){

    html, .mat-drawer-inner-container {
        scrollbar-width: thin;
    }
  
}

* {
  scrollbar-width: auto;
  scrollbar-color: #e9e9e9 #334058;
}

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.rapidus-nav-wrapper {
  background: var(--rapidus-background);
  color: var(--rapidus-white);
}

.rapidus-text-black {
  color: var(--rapidus-black) !important;
}

.force-minwdth-815 {
  min-width: 815px;
}

.force-minwdth-0 {
  min-width: 0px !important;
}

.rapidus-background-light {
  background: var(--rapidus-background-light);
}

.card-user-help {
  font-size: 20px !important;
}

.card-user-help .card-title {
  font-weight: bolder;
}

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

.rapidus-text-red {
  color: var(--rapidus-red);
}

.rapidus-extension-warning {
  color: var(--rapidus-warning-red);
  letter-spacing: 4px;
  font-weight: 900;
}

.r-underline {
  text-decoration: underline;
}

.rapidus-error {
  color: var(--rapidus-warning-red);
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.rapidus-ok {
  color: var(--rapidus-ok-green);
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.rapidus-primary-colors {
  background: var(--rapidus-background);
  color: var(--rapidus-white);
}

.rapidus-nav-wrapper .subheader {
  color: var(--rapidus-white);
}

.rapidus-background-lightblue {
  background: var(--rapidus-light-blue) !important;
}

.rapidus-background-calmblue {
  background: var(--rapidus-calm-blue) !important;
}

.rapidus-text-lightblue {
  color: var(--rapidus-light-blue) !important;
}

.rapidus-background-blue {
  background: var(--rapidus-background) !important;
}

.margin-top-disabled {
  margin-top: 0px !important;
}

.divider {
  background-color: #e0e0e061 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.menu-white {
  color: var(--rapidus-nice-white) !important;
}

#nav > li > a.license_date,
.rapidus-nav-wrapper #nav > li > a.license_date {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
  min-height: 64px;
  line-height: normal !important;
  padding: 0 8px !important;
  color: #fff;
  background: transparent !important;
  text-align: left;
  width: auto !important;
  max-width: 100%;
  margin-top: 0;
  box-sizing: border-box;
  text-decoration: none;
}

#nav > li > a.license_date:hover,
#nav > li > a.license_date:focus,
.rapidus-nav-wrapper #nav > li > a.license_date:hover,
.rapidus-nav-wrapper #nav > li > a.license_date:focus {
  background: transparent !important;
}

#nav > li > a.license_date .license-nav-status-badge,
.rapidus-nav-wrapper #nav > li > a.license_date .license-nav-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(10, 26, 59, 0.2);
  backdrop-filter: blur(10px);
}

#nav > li > a.license_date .license-nav-status-icon,
.rapidus-nav-wrapper #nav > li > a.license_date .license-nav-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f6fbff;
  font-size: 18px;
}

#nav > li > a.license_date .license-nav-status-copy,
.rapidus-nav-wrapper #nav > li > a.license_date .license-nav-status-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

#nav > li > a.license_date .license-nav-status-title,
#nav > li > a.license_date .license-nav-status-meta,
.rapidus-nav-wrapper #nav > li > a.license_date .license-nav-status-title,
.rapidus-nav-wrapper #nav > li > a.license_date .license-nav-status-meta {
  display: block;
  white-space: nowrap;
}

#nav > li > a.license_date .license-nav-status-title,
.rapidus-nav-wrapper #nav > li > a.license_date .license-nav-status-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#nav > li > a.license_date .license-nav-status-meta,
.rapidus-nav-wrapper #nav > li > a.license_date .license-nav-status-meta {
  color: rgba(244, 249, 255, 0.78);
  font-size: 11px;
  font-weight: 600;
}

#nav > li > a.license_date.license-nav-status-active .license-nav-status-badge,
.rapidus-nav-wrapper #nav > li > a.license_date.license-nav-status-active .license-nav-status-badge {
  border-color: rgba(157, 211, 255, 0.28);
  background: rgba(110, 164, 222, 0.16);
}

#nav > li > a.license_date.license-nav-status-active .license-nav-status-icon,
.rapidus-nav-wrapper #nav > li > a.license_date.license-nav-status-active .license-nav-status-icon {
  background: rgba(157, 211, 255, 0.2);
  color: #e8f7ff;
}

#nav > li > a.license_date.license-nav-status-inactive .license-nav-status-badge,
.rapidus-nav-wrapper #nav > li > a.license_date.license-nav-status-inactive .license-nav-status-badge {
  border-color: rgba(255, 194, 102, 0.28);
  background: rgba(255, 173, 77, 0.14);
}

#nav > li > a.license_date.license-nav-status-inactive .license-nav-status-icon,
.rapidus-nav-wrapper #nav > li > a.license_date.license-nav-status-inactive .license-nav-status-icon {
  background: rgba(255, 194, 102, 0.18);
  color: #fff3d6;
}

#nav > li > a.license_date.license-nav-status-demo .license-nav-status-badge,
.rapidus-nav-wrapper #nav > li > a.license_date.license-nav-status-demo .license-nav-status-badge {
  border-color: rgba(119, 229, 211, 0.26);
  background: rgba(55, 186, 168, 0.16);
}

#nav > li > a.license_date.license-nav-status-demo .license-nav-status-icon,
.rapidus-nav-wrapper #nav > li > a.license_date.license-nav-status-demo .license-nav-status-icon {
  background: rgba(119, 229, 211, 0.2);
  color: #e6fffb;
}

.rapidus-topbar-nav {
  box-shadow: 0 12px 28px rgba(20, 36, 61, 0.16);
}

.rapidus-topbar-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
}

.rapidus-topbar-shell #nav,
.rapidus-topbar-shell #nav-mobile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.rapidus-topbar-shell #nav li,
.rapidus-topbar-shell #nav-mobile li {
  display: flex;
  align-items: center;
}

.rapidus-topbar-menu {
  order: 1;
  margin-right: auto;
}

.rapidus-topbar-actions {
  order: 2;
  margin-left: auto;
}

.rapidus-topbar-profile-link {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 6px 16px 6px 8px !important;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 14px 28px rgba(10, 26, 59, 0.18);
  color: #ffffff !important;
  line-height: 1.2 !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.rapidus-topbar-profile-link:hover,
.rapidus-topbar-profile-link:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 32px rgba(10, 26, 59, 0.22);
  transform: translateY(-1px);
}

.rapidus-topbar-profile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #f5fbff;
  font-size: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.rapidus-topbar-profile-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rapidus-topbar-profile-label {
  font-family: var(--rapidus-font3);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(241, 247, 255, 0.68);
}

.rapidus-topbar-profile-name {
  font-family: var(--rapidus-font3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  white-space: nowrap;
}

.rapidus-topbar-menu-toggle > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 12px 24px rgba(10, 26, 59, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.rapidus-topbar-menu-toggle > a:hover,
.rapidus-topbar-menu-toggle > a:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 30px rgba(10, 26, 59, 0.22);
  transform: translateY(-1px);
}

.rapidus-topbar-menu-toggle > a .material-symbols-outlined {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  height: auto !important;
}

.rapidus-mobile-license-chip {
  display: inline-flex !important;
  align-items: center;
  min-height: 42px;
  max-width: 100%;
  padding: 0 14px !important;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 12px 24px rgba(10, 26, 59, 0.18);
  color: #ffffff !important;
  font-family: var(--rapidus-font3);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2 !important;
}

.rapidus-mobile-license-chip:hover,
.rapidus-mobile-license-chip:focus {
  background: rgba(255, 255, 255, 0.12) !important;
}

.rapidus-mobile-license-chip .license-nav-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.rapidus-mobile-license-chip .license-nav-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 16px;
}

.rapidus-mobile-license-chip .license-nav-status-copy {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.rapidus-mobile-license-chip .license-nav-status-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.rapidus-mobile-license-chip .license-nav-status-meta {
  display: none;
}

@media only screen and (max-width: 760px) {
  .rapidus-topbar-shell {
    gap: 10px;
    padding: 0 10px;
  }

  .rapidus-topbar-shell #nav-mobile {
    gap: 10px;
  }

  .rapidus-topbar-mobile-main {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    margin-left: auto;
  }

  .rapidus-topbar-actions-mobile {
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }

  .rapidus-mobile-license-chip {
    width: 100%;
    max-width: calc(100vw - 84px);
  }
}

h1, h2, h3, h4 {
  padding-top: 20px !important;
  margin-top: 0px !important;
}

.pGreen {
  color: green;
}

.pOrange {
  color: orange;
}

.pRed {
  color: red;
}

.top_bar_cnt {
  max-width: 1600px;
  margin: 0 auto;
  height: inherit;
}

.seap_main_wrapper {
  margin: 0 auto;
  background-image: linear-gradient(90deg, #ffffff 0%, #cfddff 100%);
}

#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 175px;
  display: block;
  z-index: 21;
}

.seap_main {
  margin: 0 auto;
  max-width: 1050px;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

.se_right {
  float: right;
}

.se_left {
  float: left;
  display: block;
}

.seap_logo {
  float: left;
  padding-left: 5px;
}

.se_nav {
  float: right;
  height: 54px;
  display: block;
}

.se_mnav {
  display: none;
  color: #4c55b8;
}

.blur_filter {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.price_info_m {
  float: right !important;
}

.mainui_inner_right {
  display: none;
}

.se_open_menu {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.tb_btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4c55b8;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.tb_btn:hover {
  border-bottom-style: solid;
  border-width: 1px;
}

.se_main_0x0 {
  background-color: #182848;
  background-image: linear-gradient(135deg, #182848 0%, #4b6cb7 100%);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px 0 35px;
}

.se_main_0x0:after {
  background: url('/lib/signal.svg');
  background-attachment: fixed;
  bottom: 0;
  content: '';
  left: 0;
  opacity: .05;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.se_main_p {
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.0;
  text-align: center;
}

.container {
  z-index: 2;
  position: relative;
}

.seap_h {
  color: #3a5692;
}

.seap_details_a {
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.an_example {
  background-image: url("/lib/wa.png");
  width: 100%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  margin-top: 20px;
  cursor: zoom-in;
}

.mini_frame_open {
  position: fixed;
  z-index: 21;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000087;
  color: #000;
  font-weight: 400;
  padding-top: 60px;
}

#rl_cnt, .fp_window {
  width: 360px;
  margin: 0 auto;
  padding-top: 50px;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  font-size: 14px;
}

.se_user_info {
  margin: 0 auto;
  text-align: center;
  background-color: #5d81cb;
  color: white;
  font-size: 20px;
  margin-top: 10px;
}

.reg_btn, .btn_h {
  cursor: pointer;
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.reset_passwd {
  background-color: whitesmoke;
  border-style: none;
}

.reg_btn:hover, .btn_h:hover {
  background-color: #5d81cb;
  color: white;
}

.rt {
  width: 170px;
  display: block;
}

#username {
  display: flex;
}

#pass {
  display: flex;
}

.forgot_passwd, .accountRecovery {
  cursor: pointer;
  color: #626262;
}

.forgot_passwd:hover, .accountRecovery:hover, .accountRecovery2:hover {
  font-weight: 600;
}

.accountRecovery2 {
  cursor: pointer;
  color: red !important;
}

#name {
  display: flex;
}

#surname {
  display: flex;
}

#email {
  display: flex;
}

#repass {
  display: flex;
}

.rli_info {
  display: none;
}

.fp_window_input {
  display: flex;
}

.fp_win_txt {
  display: block;
  width: 170px;
}

.lx {
  position: relative;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}

.la {
  height: 70px;
  width: 96px;
  background-image: url('https://rapidus.org/lib/master.png');
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 50px;
}

.lb {
  height: 70px;
  width: 90px;
  background-image: url('https://rapidus.org/lib/visa.png');
  margin-left: 25px;
}

.lc {
  height: 82px;
  width: 140px;
  background-image: url('https://rapidus.org/lib/payu.png');
  margin-right: 20px;
}

.logos {
  position: fixed;
  right: 0;
  z-index: -1;
}

.logo.ui {
  width: 185px;
  background-color: #e4ebf3;
  height: 55px;
}

.logo_c_ui {
  margin-left: 10px;
}

.seap_top_main {
  float: left;
  height: 54px;
  text-align: center;
  padding-left: 10px;
}

.top_bar_cnt_ui {
  background: var(--rapidus-background);
  height: 54px;
  box-shadow: 0px 0px 1px #353942;
  margin: unset !important;
  min-width: 600px;
  max-width: unset !important;
}

.se_main_left {
  width: 185px;
  height: 100%;
  background: var(--rapidus-background);
  box-shadow: 0px 2px 1px 1px #323940;
  float: left;
  position: fixed;
  z-index: 12 !important;
  line-height: 1.3;
}

.sml_main_cnt {
  color: white;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 30px 0px 20px;
}

.sml_main_group_info {
  font-size: 12px;
  color: whitesmoke;
  font-weight: 600;
  cursor: default;
}

.seap_top_info {
  line-height: 54px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}

.top_bar_ui {
  background-color: #34495e !important;
  box-shadow: 0px 0px 1px #526272;
  position: fixed;
}

.se_acc_status {
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  background-color: #5d81cb;
}

.seap_sk_kredyt {
  font-size: 17px;
}

.se_main_center {
  z-index: 1;
  margin-top: 30px;
  margin: 0 auto;
  max-width: 1000px;
}

.se_user {
  float: right;
  padding-right: 15px;
  color: white;
  font-size: 1.3em;
  line-height: 54px;
  height: 54px;
  cursor: pointer;
}

.se_user:hover {
  border-bottom-style: solid;
  border-width: 2px;
  border-color: #4a7be1;
}

.ui_username {
  padding-left: 5px;
}

.docs_h_info {
  font-weight: 500;
  font-size: 23px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  min-width: 200px;
}

.top_bar_hidden {
  width: 3%;
}

.rtip_newdoc {
  display: none !important;
}

.no-break {
  white-space: nowrap;
}

.dropdown-trigger {
  display: none !important;
}

.bar_name {
    padding-left: 30px;
}
.doc_bars {
  display: grid;
  justify-content: space-evenly;
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  height: 40px;
  background: transparent;
  font-weight: 600;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: var(--rapidus-nice-white);
  align-items: center;
  margin-bottom: 0px;
  min-width: 815px;
  font-size: 14px;
  grid-template-columns: 44px minmax(0, 1.9fr) 76px 120px 52px 180px;
  gap: 12px;
  margin: 0 12px 10px;
  padding: 0 18px 10px;
  border-bottom: 1px solid rgba(93, 129, 203, 0.12);
  box-sizing: border-box;
  min-width: 500px;
}

#seap_docs.docs-bars-collapsed .doc_bars {
  display: none !important;
}

.doc_bar {
  display: inline-block;
  height: 25px;
  font-family: var(--rapidus-font3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7487a2;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cell {
  display: block;
  float: left;
  align-content: center;
}

.sd_name {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 35% !important;
  white-space: nowrap;
}

.sd_cat_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.bar_w2 {
  width: 5% !important;
}

.sd_id {
  width: 0%;
}

.doc_wn {
  width: 35%;
}

.seap_doc {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  min-width: 815px;
}

.sd_btn:hover, .sd_del:hover, .sd_del_multi:hover {
  background-color: #75a1e0;
  cursor: pointer;
  font-weight: 500;
}

.seap_doc:hover {
  background-color: #c9d8ed;
}

.sea_c_info {
  float: left;
  width: 20%;
  padding-left: 20%;
  padding-top: 20px;
}

.doc_top_info {
  width: 100%;
  height: auto;
}

.sea_c_val {
  top: 120px;
  position: absolute;
  padding-left: 35px;
  font-size: 25px;
}

.green_a {
  color: #00c400;
}

.vt_icon {
  font-size: 22px !important;
  padding-left: 10px;
  padding-top: 8px;
  color: white;
}

.mainui_inner_left {
  float: left;
  color: white;
  width: 100%;
  margin-left: -185px;
}

.tl_body {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.tl_child {
  width: 100%;
  height: 100px;
}

.tl_child:hover {
  background-color: #e4ebf3;
  cursor: default;
}

.tl_child_inner {
  padding: 0px 20px 10px 20px;
  border-left-style: solid;
  margin-left: 40px;
  border-width: 2px;
  height: 100%;
  border-color: #d8d9db;
}

.tl_child_inner_blank {
  padding: 0px 20px 10px 20px;
  border-left-style: solid;
  margin-left: 40px;
  border-width: 2px;
  height: 400px;
  border-color: #d8d9db;
}

.tl_point {
  width: 30px;
  height: 30px;
  background-color: #818eff;
  border-radius: 50%;
  position: absolute;
  margin-left: -35px;
  margin-top: 0px;
  color: white;
  padding-top: 6px;
  text-align: center;
  box-shadow: 0px 0px 1px #818eff;
}

.tl_main {
  margin-top: 10px;
}

.tl_h {
  margin-left: 60px;
}

.tl_child_h {
  color: #a3a4a5;
  font-size: 12px;
  position: absolute;
  margin-top: -4px;
}

.tl_child_body {
  padding-top: 15px;
  font-weight: 400;
  font-size: 16px;
}

.file_ico {
  margin-right: 3px;
  color: var(--rapidus-light-blue);
}

.doc_main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.contact-form {
  margin-top: 50px;
}

.b0 {
  border-radius: 0px !important;
}

.invisible {
  display: none !important;
}

.upload_form {
  text-align: left;
  display: inline-block;
  width: 450px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.seap_fu_left {
  float: left;
  padding-top: 15px;
  margin-right: 30px;
  color: #5d81cb;
}

.seap_fu_right {
  float: left;
  line-height: 35px;
}

.seap_fu_h {
  font-size: 16px;
  font-weight: 600;
  color: #5d81cb;
}

.seap_fu_b {
  font-size: 13px;
  font-weight: 500;
}

.seap_fu:hover, .buy_credit_form_b1a:hover {
  background-color: #ebf6ff;
}

.doc_up_info_1 {
  width: 100%;
  background-color: white;
  color: #009a23;
  font-size: 17px;
  margin-bottom: 3px;
  text-align: center;
}

.doc_up_info_2 {
  width: 100%;
  background-color: white;
  color: red;
  font-size: 15px;
  text-align: center;
  margin-bottom: 3px;
  font-weight: 600;
}

.check_credit_res {
  font-weight: 600;
}

.sd_del_frame {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 400px;
  background-color: whitesmoke;
  top: 60px;
  color: #000;
}

.sd_del_info {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: center;
}

.se_del_h {
  width: 100%;
  height: 30px;
  text-align: center;
  color: white;
  background-color: #5d81cb;
}

.seap_pa_r {
  margin-left: 200px;
  position: fixed;
  background-color: whitesmoke;
  margin: 5px auto;
  left: 0;
  right: 0;
  width: 500px;
  padding: 0px 0px 20px 0px;
  z-index: 3;
  box-shadow: 0px 0px 1px 0px #152d3a;
}

.seap_pa_opt {
  display: none;
}

.seap_pa_h1 {
  width: 100%;
  padding: 20px;
}

.seap_pa_h {
  color: #000;
}

.seap_pa_h2 {
  text-align: center;
}

.seap_pa_h_top {
  color: white;
  background-color: #5d81cb;
  text-align: center;
}

input.radio {
  display: inline-block !important;
  margin-right: 5px;
  margin-top: -2px;
}

.se_radio_label {
  width: 100px;
}

.seap_anal {
  width: 50%;
  font-size: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  margin-top: 20px;
  float: right;
}

.pre_info {
  text-align: center;
  padding: 10px;
  border-top-style: solid;
  border-width: 1px;
  border-color: #e4ebf3;
  margin-bottom: 10px;
}

.seap_anal:hover, .seap_anal_cancel:hover {
  background-color: #5d81cb;
  color: #FFF;
}

.seap_data_input {
  text-align: center;
}

input.sdi {
  text-align: right;
  float: left;
}

.pre_sdi {
  width: 100%;
  height: 36px;
  text-align: center;
}

.pre_sdi_text {
  text-align: right;
  width: 40%;
  display: block;
  margin-right: 10px;
  float: left;
}

.seap_anal_cancel {
  width: 50%;
  font-size: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  margin-top: 20px;
  float: right;
}

.seap_anal_btns {
  width: 100%;
  height: 55px;
  border-top-style: solid;
  border-width: 1px;
  margin-top: 5px;
  border-color: #e4ebf3;
}

.doc_top_main {
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 60px;
  min-width: 310px;
  max-width: 310px;
  margin-left: 210px;
}

.doc_top_chart {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 140px;
}

#canvas-chart-docs {
  width: 100px !important;
}

.fff {
  color: #FFF !important;
}

.chartjs-render-monitor {
  color: #FFF !important;
}

.doc_top_info_text {
  margin-left: 20px;
  color: #FFF;
  font-weight: 500;
  font-size: 23px;
  z-index: 0;
  position: relative;
  width: 100%;
  display: block;
}

.seap_kom_r {
  position: fixed;
  top: 65px;
  margin: 0 auto;
  width: 500px;
  height: auto;
  background-color: #FFF;
  left: 0;
  right: 0;
  color: #000;
  z-index: 3;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border-radius: 2px;
}

.seap_kom_info_1 {
  padding: 40px 15px 10px 15px;
  text-align: center;
}

.seap_kom_info_2 {
  padding: 15px;
  text-align: center;
}

.seap_kom_r_top {
  background-color: #5d81cb;
  color: white;
  margin: 0 auto;
  text-align: center;
}

.seap_loader {
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  margin-top: 120px;
  color: #FFF;
  font-size: 100px !important;
  z-index: 12;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #414141;
}

.pre_anal_step {
  margin-top: 10px;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100px;
  color: white;
  text-align: center;
  font-weight: 400;
  background-color: #5d81cb96;
  width: 450px;
  z-index: 9;
  height: 125px;
  font-size: 20px;
}

.seap_pa_h3 {
  border-top-style: solid;
  border-width: 1px;
  margin-top: 5px;
  border-color: #e4ebf3;
}

.cfff {
  color: #FFF;
}

.se_sl {
  top: -125px;
  z-index: 10;
}

.temp_hide {
  display: none;
}

.force_show {
  display: block !important;
}

.upload_files_btns {
  width: 100%;
}

.u_upload_files, .u_unpause_files {
  width: 50%;
  float: right;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.u_delete_files {
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 5px;
}

.u_pause_files {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 5px;
}

.u_list_doc_pos {
  float: left;
  width: 30%;
  display: block;
  text-align: center;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 29px;
  line-height: 30px;
}

.u_list {
  width: 100%;
  height: auto;
}

.ered {
  background-color: #ff9c9c !important;
}

.u_list_doc {
  width: 100%;
  height: 30px;
  display: inline-block;
  border-top-color: #d8d8d8;
  border-top-style: solid;
  border-width: 1px;
  cursor: default;
  line-height: 30px !important;
}

.u_list_doc_del {
  float: right !important;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  width: 17%;
}

.u_list_doc_upload {
  float: right !important;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  width: 17%;
}

.u_list_doc_size {
  font-size: 11px;
  width: 10% !important;
}

.u_progress_p {
  background-color: #09cd09;
  height: 20px;
  border-radius: 2px;
  width: 0%;
}

.u_list_doc_progress {
  width: 26% !important;
  padding-left: 10px;
}

.u_list_doc_del:hover, .u_list_doc_upload:hover, .u_pause_files:hover, .u_unpase_files:hover, .u_delete_files:hover, .u_upload_files:hover, .dnni_save:hover, .dnni_cancel:hover {
  background-color: #ebf6ff;
}

.icon_edit {
  float: left;
  padding: 5px 10px 5px 10px;
}

.icon_edit:hover {
  color: #5d81cb;
  cursor: pointer;
}

.u_list_doc_name {
  float: left;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  margin-left: 15px;
}

.doc_new_name {
  display: none;
  width: 650px;
  height: 30px;
  z-index: 2;
  background-color: #FFF;
  position: absolute;
  border-bottom-color: #d8d8d8;
  border-bottom-style: solid;
  border-width: 1px;
}

.doc_new_name_input {
  height: 27px;
  color: #0078d7;
  padding-left: 10px;
  font-size: 15px;
  float: left;
  width: 345px;
  margin-left: 8px;
  margin-top: 1px;
}

.dnni_cancel {
  float: right;
  width: 17%;
  font-size: 14px;
  line-height: 29px;
  cursor: pointer;
}

.dnni_save {
  float: right;
  width: 17%;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
}

.sea_gen_frame_top {
  width: 100%;
  background-color: #5d81cb;
  color: white;
  text-align: center;
  font-size: 20px;
}

.sea_gen_frame_main_line {
  text-align: center;
  margin-bottom: 30px;
}

.sea_gen_frame_main {
  padding: 30px;
}

.sea_gen_frame_btn {
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
}

.sea_gen_frame_btn:hover {
  background-color: #5d81cb;
  color: white;
}

.sea_gen_frame_bottom {
  bottom: 0px;
  position: relative;
}

.nodocs_info {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.nodocs_btn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.btn-extra-large {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  padding: 0 28px;
  font-weight: 600;
}

#lb_info_cnt {
  float: left;
  display: block;
  width: 450px;
  height: auto;
  background-color: white;
  margin-right: 3px;
  margin-top: 3px;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0 auto;
  left: 720px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border-radius: 2px;
}

.lbic_main {
  text-align: center;
  color: white;
  height: 35px;
  background: var(--rapidus-background);
  line-height: 35px;
}

.lbic_rest {
  text-align: center;
}

.lbic_info_a {
  font-weight: 600;
  color: #0078d7;
}

.lbic_info_b {
  width: 400px;
  text-align: left;
  float: right;
  margin-top: 10px;
  font-size: 13px;
  padding-right: 10px;
}

.dti_lower {
  margin-top: 60px;
  font-size: 15px;
}

.sd_doc_check {
  float: left;
  padding-left: 5px;
}

.sd_btn {
  width: 150px;
  text-align: left;
  font-size: 13px;
  color: #FFF;
  background-color: #a1bade;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 39px;
  transition: all 0.3s ease;
}

.sd_del {
  width: 125px !important;
  text-align: left;
}

.ml5 {
  margin-left: 5px;
}

.m_analiza:hover {
  background-color: #5d81cb;
  color: white;
}

.sea_gen_loader {
  width: 100%;
  height: 200px;
  position: fixed;
  z-index: 10;
  min-width: 650px;
}

.doc_loader_info_v2 {
  top: 85px;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #4b4b4bd6;
  z-index: 11;
  padding: 10px;
  color: white;
  font-weight: 600;
  padding-bottom: 100px;
}

.lb_info_doc {
  top: 10px !important;
  position: absolute;
  right: 50px;
  border-bottom-style: solid;
  border-width: 1px;
  height: auto !important;
  background-color: #e4ebf3 !important;
  margin: 0 !important;
}

.help_upper, .settings_upper {
  position: relative;
}

.help_info, .settings_info {
  width: 500px;
  margin: 0 auto;
  height: 35px;
  background: var(--rapidus-background);
  line-height: 35px;
  text-align: center;
  color: white;
}

.phelp_info {
  width: 500px;
  height: 35px;
  background: var(--rapidus-background);
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 0px !important;
}

.help_center, .settings_center {
  position: relative;
  margin-top: 3px;
  width: 100%;
}

.help_q, .settings_q {
  width: 500px;
  height: 70px;
  line-height: 70px;
  background-color: #FFF;
  margin-bottom: 3px !important;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border-radius: 2px;
}

.help_q:hover, .settings_q:hover {
  background-color: #ebf6ff;
}

.help_q_topic, .settings_q_topic {
  width: 400px;
  margin-left: 50px;
}

.help_q_topic_txt, .settings_q_topic_txt {
  text-align: center;
}

.help_q_topic_txt {
  font-size: 16px;
  font-weight: 500;
}

.se_main_center .card-title {
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 500;
  color: #626262;
}

.se_main_center p {
  font-family: 'Manrope';
  font-size: 15px;
  font-weight: 400;
  color: var(--rapidus-black);
}

.help_resp_frame, .settings_resp_frame {
  width: 600px;
  height: auto;
  background-color: #FFF;
  margin: 0 auto;
  box-shadow: 1px 1px 3px 0px #000;
  min-height: 200px;
  position: relative;
}

.help_resp_frame_q , .settings_resp_frame_q {
  height: 35px;
  line-height: 35px;
  width: 100%;
  color: #FFF;
  background: var(--rapidus-background);
  text-align: center;
}

.help_resp_frame_body, .settings_resp_frame_body {
  padding: 30px;
}

.help_resp_close:hover, ._nd_btn:hover, .settings_resp_close:hover {
  background-color: #5d81cb;
  color: white;
}

.help_resp_close, .settings_resp_close {
  cursor: pointer;
  width: 200px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.help_resp_frame_lower, .settings_resp_frame_lower {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 5px;
}

.sea_docs_table {
  padding: 8px 12px 18px;
  overflow: visible !important;
}

.sea_cv_cat_ico {
  font-size: 25px;
  float: left;
  color: #5d81cb;
  padding-top: 5px;
}

.sea_cv_cat_name {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sd_delf.cell {
  margin-left: 380px;
}

._nd_main {
  position: fixed;
  margin: 0 auto;
  left: 185px;
  right: 0;
  top: 100px;
  z-index: 2;
  width: 500px;
  margin-left: 185px;
  text-align: center;
  background-color: whitesmoke;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border-radius: 2px;
}

._nd_frame_q {
  background-color: #5d81cb;
  color: white;
}

._nd_btn {
  float: left;
  width: 50%;
  cursor: pointer;
  bottom: 0;
  padding: 5px;
}

._nd_frame_lower {
  text-align: center;
}

._nd_frame_body {
  margin-top: 25px;
}

._nd_error {
  color: red;
  margin-bottom: 10px;
}

.cat_selected {
  margin-right: 25px !important;
}

.sea_no_check {
  margin-right: 48px;
  height: 1px;
  float: left;
}

.sea_fn_rename_header {
  width: 100%;
  height: auto;
  background-color: #5d81cb;
  color: white;
  text-align: center;
}

.sea_fn_rename_txt {
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.sea_new_fn {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  width: 250px;
}

.sea_gen_btn {
  float: right;
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.sea_gen_btn:hover {
  background-color: #5d81cb;
  color: white;
}

.sea_fn_rename_body {
  margin-bottom: 30px;
}

.sea_gen_frame_20 {
  width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
  z-index: 9;
  background-color: #FFF;
  position: fixed;
  left: 185px;
  right: 0;
  top: 60px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border-radius: 2px;
}

.sea_gen_header_20 {
  width: 100%;
  background-color: #5d81cb;
  color: white;
  text-align: center;
}

.sea_gen_bottom_20 {
  margin-top: 20px;
  position: relative;
}

.sea_gen_body_20 {
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: inline-block;
}

.directory_move {
  float: left;
  margin-left: 5px;
}

.sea_cv_cat_sel_move {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  margin: 0px 50px 0px 50px;
}

.sea_cv_cat_sel_move:hover {
  background-color: #c1c1c1;
  color: white;
}

.sea_cv_cat_ico_move {
  float: left;
  padding-top: 5px;
  color: #5d81cb;
}

.sea_gen_info_20 {
  width: 100%;
  text-align: justify;
  left: 25%;
  margin-left: 50px;
  margin-bottom: 5px;
}

.sea_nocat {
  text-align: center;
}

.sea_cv_prev_dir {
  font-size: 18px !important;
  padding-top: 12px !important;
  color: #626262 !important;
}

.sea_cv_prev_dir_move {
  font-size: 13px !important;
  padding-top: 8px !important;
  color: #626262 !important;
}

._per_data_fi {
  width: 75%;
  text-align: right;
  margin: 0 auto;
  margin-right: 25%;
}

._pers_data_input {
  text-align: center;
  margin-left: 10px;
}

form._pers_data_form {
  padding-top: 10px;
}

.m_analiza {
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.w100 {
  width: 100% !important;
}

.bbss {
  border-bottom-style: solid !important;
}

.sea_wne {
  margin: 5px;
}

.plagiat_def {
  width: 16%;
  cursor: pointer;
}

.plagiat_def:hover {
  font-weight: 400;
}

.sd_status {
  width: 10%;
  cursor: default;
}

.sea_problem_line {
  width: 500px;
  height: 34px;
  display: table;
}

._problem_input {
  text-align: center;
  min-width: 300px;
}

.sea_pl_a {
  width: 100px;
  float: left;
  line-height: 34px;
}

.sea_pl_b {
  width: 100px;
  float: left;
}

._problem_main_text {
  height: 200px;
  resize: none;
}

.problem_main {
  height: auto;
  display: inline-block;
}

.sea_pl_c {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-left: -30px;
}

.problem_btn_done {
  text-align: center;
  cursor: pointer;
}

.problem_btn_done:hover {
  background-color: #5d81cb;
  color: white;
}

.set_main_c_txt {
  width: 350px;
  height: auto;
  display: inline-block;
}

.set_main_c_txt_a {
  float: left;
  width: 125px;
  margin-bottom: 10px;
}

.set_main_c_txt_b {
  float: left;
}

.settings_resp_frame_b {
  text-align: center !important;
}

.settings_btn {
  float: left;
  width: 50%;
  cursor: pointer;
  text-align: center;
}

.settings_btn:hover {
  background-color: #5d81cb;
  color: white;
}

.i_err {
  background-color: #ff7878!important;
}

.warr {
  background-color: #ffc7c7!important;
}

.warr:hover {
  background-color: #ff5757!important;
}

section#pricing-table {
  margin-top: 10px !important;
}

.bar_status {
  width: 10%;
}

.bar_opis {
  width: 5%;
}

.sd_credit {
  width: 60px;
  cursor: default;
}

.bar_credit {
  padding-left: 3px;
  width: 60px !important;
}

.sd_data {
  width: 20%;
}

.sd_action {
  width: 20%;
}

.bar_data {
  width: 20%;
}

.bar_action {
  text-align: center;
}

.regulamin {
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 100px;
}

.generic_frame {
  right: 240px;
  width: 50%;
}

.seap_buy_info_credit {
  color: #34495e !important;
  text-align: center;
  margin-top: 25px;
}

.f_cb {
  color: #34495e !important;
  margin-top: -10px !important;
  width: 100%;
  text-align: center;
  cursor: default;
}

.f_ca {
  color: white !important;
  margin-top: -10px !important;
  width: 100%;
  text-align: center;
  cursor: default;
}

.seap_buy_info {
  color: white;
  font-size: 14px;
}

.seap_li_buy {
  width: 600px;
  display: block;
  position: fixed;
  z-index: 40;
  margin: 0 auto;
  right: 0;
  background-color: #FFF;
  left: 185px;
  top: 55px;
  box-shadow: 1px 1px 1px #626262;
  font-size: 18px;
}

.seap_li_h {
  background-color: #5d81cb;
  color: white;
  text-align: center;
}

.seap_li_m {
  padding: 20px;
}

.seapli_buy_close {
  width: 100%;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}

.c000 {
  color: #000 !important;
}

.seap_li_line {
  margin: 10px 0px 10px 0px;
}

.seapli_buy_close:hover {
  background-color: #5d81cb;
  color: white;
}

.seap_li_buy_info:hover {
  color: #5d81cb !important;
}

.buy_credit_form {
  width: 600px;
  display: block;
  position: fixed;
  z-index: 20;
  margin: 0 auto;
  right: 0;
  background-color: whitesmoke;
  left: 185px;
  top: 60px;
  box-shadow: 1px 1px 1px #626262;
  font-size: 15px;
}

input#fileToUpload {
  display: none;
}

.up_info {
  background-color: #5d81cb;
  color: white;
  text-align: center;
}

.pre_buy_credit_form {
  width: 100%;
}

.pre_buy_credit_form_inner {
  width: 100%;
  margin-bottom: 0px !important;
}

.seap_fu_half {
  width: 50% !important;
  float: left;
  border-top-style: solid;
  border-width: 1px;
  border-color: whitesmoke;
  border-bottom-style: solid;
  padding: 0px 0px 0px 40px !important;
}

.credit_btn_b1b {
  border-left-style: solid;
  border-width: 1px;
  border-color: whitesmoke;
}

body {
  margin: 0;
  color: #626262;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

a {
  color: #FFF;
  text-decoration: none !important;
  display: block;
}

a.makemeinline {
  display: inline;
}

img.img_logo {
  display: none;
}

.logov2 {
  background-image: url('/icon/r_logo32.png');
}

.logov2_full {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-top: 5px;
}

.logov2_small {
  width: 48px;
  height: 48px;
  margin-left: 10px;
  margin-top: 5px;
}

#top_bar {
  width: 100%;
  height: 55px;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #658eb8 !important;
  min-width: 768px;
  z-index: 30;
  font-size: 18;
  position: fixed;
  background-color: #FFF;
}

#error_info {
  position: absolute;
  top: 90px;
  font-weight: 600;
  color: red;
  font-size: 13px;
  width: 350px;
  text-align: center;
}

.sml_main_group {
  margin-top: 40px;
}

#seap_docs {
  display: block;
  width: 100%;
  height: auto !important;
  font-size: 14px;
  overflow-x: hidden;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  scrollbar-width: auto;
  scrollbar-color: auto;
  overflow: visible !important;
  padding: 10px 0 6px !important;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border: 1px solid rgba(93, 129, 203, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 247, 251, 0.95) 100%);
  box-shadow: 0 20px 48px rgba(35, 61, 96, 0.08);
}

.diff {
  background-color: var(--rapidus-diff-color);
}

.seap_fu {
  width: 100%;
  height: 70px;
  background-color: #FFF;
  margin-top: 1px;
  cursor: pointer;
  padding: 0px 0px 0px 50px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border-radius: 2px;
}

.seap_fu:hover {
  background-color: #ebf6ff;
}

.up_save {
  margin-bottom: 3px;
}

.upload_files_cnt {
  color: #0078d7;
  background-color: white;
  margin-top: 3px;
  height: auto;
  width: 650px;
  margin-left: -75px;
}

#unversal-modal p a {
  color: #4ba7ff;
}

.checkbox_lower {
  width: 100%;
  background-color: #dfe7f2;
  border-top-style: solid;
  border-width: 1px;
  border-color: #b2c7e4;
  display: inline-block;
  padding-top: 10px;
  bottom: 0% !important;
}

.checkbox_lower_txt {
  padding-left: 15px;
  cursor: pointer;
}

.help_main, .settings_main {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}

.settings_q, .settings_q_topic_txt {
  font-size: 16px;
  font-weight: 500;
}

.sea_cv_cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  flex-direction: row;
}

.directory-filler {
  width: 55%;
}

.directory-selector {
  width: 3%;
}

.sea_cv_cat_sel {
  width: 35%;
}

.sd_cat_name:hover {
  color: var(--rapidus-light-blue);
}

.fs20 {
  font-size: 20px;
  margin: 0 auto;
}

.dir-cell {
  display: block;
  height: 40px;
  padding-left: 25px;
  float: left;
  align-content: center;
  cursor: pointer;
}

.dir-back-button {
  margin-top: 10px;
  margin-left: 10px;
  display: block;
  width: 120px;
}

.mr5 {
  margin-right: 5px;
}

.current-directory-sel {
  color: #5d81cb;
  font-weight: bolder;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sd_change_data {
  cursor: pointer;
  width: 5%;
}

.sd_change_data:hover {
  font-weight: 400;
}

.cm__btn {
  background-color: #fff !important;
  color: #000 !important;
}

.cm__btn:first-of-type {
  order: 2 !important;
  background-color: #5a82aa !important;
  color: #fff !important;
  margin-left: .375rem !important;
}

.cm__btn:last-of-type {
  order: 1 !important;
  margin-left: 0 !important;
}

.credit_b_info {
  text-align: center;
  word-spacing: 1px;
  font-size: 20px;
}

.buy_credit_form_b1a {
  width: 33%;
  float: left;
  text-align: center;
  height: 40px;
}

.odejmij_kredyt {
  padding-left: 1%;
  width: 32% !important;
  cursor: pointer;
}

.dodaj_kredyt {
  width: 33%;
  cursor: pointer;
}

.bcfb {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}

.credit_btn_b1a {
  padding-top: 15px;
}

.credit_amount_display {
  font-size: 20px;
}

.buy_credit_form_b {
  color: #0078d7;
  background-color: white;
  margin-top: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kts2 {
  width: 600px;
  display: block;
  position: fixed;
  z-index: 20;
  margin: 0 auto;
  right: 0;
  background-color: whitesmoke;
  left: 185px;
  top: 60px;
  box-shadow: 1px 1px 1px #626262;
  font-size: 15px;
}

.rl_cnt_reloaded {
  background-color: white !important;
  line-height: 20px;
  padding-top: 30px !important;
  box-shadow: 0px 0px 5px -4px #000;
  padding-bottom: 0px !important;
}

.mini_frame_open_reloaded {
  position: fixed;
  z-index: 20;
  left: 185px;
  right: 0;
  top: 60px;
  padding: 0px !important;
  margin: 0px !important;
  display: block;
}

.reg_btn_big {
  color: #0078d7 !important;
  bottom: 0px !important;
  float: left;
  width: 50%;
  font-size: 18px;
  margin-top: 30px;
  padding: 5px;
}

.reg_btn_big:hover {
  background-color: #ebf6ff !important;
}

#reg_btns {
  display: inline-block;
  width: 100%;
}

.sw3 {
  top: 50px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(12, 97, 173, 0.77);
  height: 3000px;
}

.unlogged_help {
  display: none;
  position: fixed;
  top: 55px;
  z-index: 30;
  left: 0;
  right: 0;
  background-color: #00000099;
  height: 100%;
  overflow-y: auto;
}

.fp_main {
  height: auto;
  background-color: whitesmoke;
  display: inline-block;
  left: 0px;
  right: 0;
  margin: 0 auto !important;
  position: absolute;
  width: 400px;
}

.fp_window_info {
  text-align: center;
}

.logo_main_top {
  box-sizing: border-box;
  color: #4c55b8;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.logo_logged {
  line-height: 14px !important;
  font-size: 12px !important;
}

.ap_vr {
  z-index: 10;
  width: 100%;
  position: relative;
  top: 56px;
  background-color: whitesmoke;
  overflow: hidden;
  padding-left: 185px;
}

.seap_analiza_m {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.seap_results_container {
  margin: 0 auto;
  width: 100%;
  padding: 0px 50px 50px 50px;
}

.seap_results {
  border-style: solid;
  border-width: 1px;
  width: 600px;
  font-size: 15px;
  padding: 5px;
}

.seap_res_inner {
  width: 100%;
}

.seap_tytul_info_a {
  float: left;
  min-width: 180px;
}

.seap_autor_info_a {
  float: left;
  min-width: 180px;
}

.seap_res_inner_b {
  float: left;
  min-width: 180px;
}

.seap_w_end_i {
  font-weight: 600;
}

.seap_ao_2 {
  color: #626262;
  margin-top: 20px;
  margin-bottom: 20px;
}

.leg_info {
  font-size: 15px;
  width: 70%;
  margin-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  border-color: #adacac;
}

.seap_analiza_d {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.det_info {
  font-size: 15px;
  width: 50%;
  margin-bottom: 15px;
}

.nty {
  font-weight: 600;
}

.seap_wr {
  width: 80%;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  font-size: 13px;
  height: auto;
  position: relative;
  display: inline-block;
}

.seap_zr {
  width: 100%;
  border-bottom-style: solid;
  border-width: 1px;
  padding: 5px;
  font-weight: 600;
}

.seap_saw_l {
  float: left;
  height: auto;
  width: 20%;
  padding: 10px;
}

.seap_saw_r {
  width: 80%;
  margin-left: 20%;
  border-width: 1px;
  padding: 0px 5px 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seap_mtext {
  border-top-style: solid;
  border-width: 1px;
}

.seap_mtext_info {
  font-size: 16px;
}

.seap_murl_info {
  font-size: 16px;
}

.seap_pzz {
  font-size: 14px;
  font-weight: 600;
}

.seap_tk {
  font-size: 15px;
  font-weight: 600;
}

.seap_plag {
  font-weight: 600;
}

.seap_raport_header {
  width: 100%;
  background-color: #5d81cb;
  color: #FFF;
  padding-left: 50px;
  font-size: 20px;
}

.download_amain {
  width: 200px;
  text-align: center;
  background-color: #5d81cb;
  color: white;
}

.download_amain:hover {
  background-color: #739aea;
  color: white;
}

.ap_vr_src {
  margin: 0 auto;
  width: 100%;
  padding: 0px 50px 50px 50px;
}

.doc_main_cnt_a {
  width: 450px;
  height: auto;
  display: inline-block;
}

.force_hide {
  display: none !important;
}

.sea_iza_txt {
  margin-bottom: 5px;
}

.generic_frame_main {
  position: relative !important;
  margin: 0 auto;
  width: 650px;
  margin-bottom: 20px;
}

.seap_key {
  text-align: center;
  width: 100%;
}

.seap_gen_btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: -20px;
}

.seap_gen_btn:hover {
  background-color: #5d81cb;
  color: white;
}

.seap_act_status {
  text-align: center;
}

.se_main_p2 {
  text-align: center;
}

.se_main_demo_header {
  font-size: 20px;
  font-weight: 600;
  animation: animC 2s infinite;
  text-decoration: underline;
}

.se_main_box {
  width: 100%;
}

.demo_btn {
  width: 200px;
}

.demo_btn_info {
  width: 200px;
  height: 40px;
  margin-bottom: 1px;
  background-color: #FFF;
  color: #36508a;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.demo_btn_info:hover {
  background-color: #ebf6ff;
}

.ra_main {
  width: 768;
  margin: 0 auto;
}

.ra_main_line {
  text-align: left;
  margin-bottom: 10px;
}

.ra_main_line_inner {
  padding-left: 40px;
}

.crf {
  color: #36508a !important;
  padding-right: 5px;
}

.seap_c {
  height: 455px;
}

.ra_main_line_txt {
  display: block;
}

.main_wrapper_lower {
  background-image: linear-gradient(135deg, #182848 0%, #4b6cb7 100%);
  color: #FFF;
  display: block;
  padding: 20px;
  padding-top: 10px;
  min-width: 1024;
}

.ra_mwl_a {
  width: 500px;
  margin: 0 auto;
  padding-top: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.ra_mwl_ab {
  width: 500px;
  margin: 0 auto;
  padding-top: 50px;
}

.ra_mwl_i {
  width: 150px;
  float: left;
  margin-right: 25px;
}

.ra_mwl_ib {
  width: 150px;
  float: left;
  margin-right: 25px;
  color: #36508a;
  text-align: center;
}

.ra_mwl_i_ann, .ra_mwl_i_annb {
  width: 150px;
  float: left;
  margin-right: 0px !important;
}

.ra_mwl_i_a {
  font-size: 75px;
  margin-bottom: 10px;
}

.ra_mwl_i_ab {
  font-size: 75px;
  margin-bottom: 10px;
}

.i_circle {
  width: 150px;
  border-radius: 90px;
  box-shadow: 0px 0px 2px #fff;
  padding: 0.5em 0.6em;
}

.i_circleb {
  width: 150px;
  border-radius: 90px;
  box-shadow: 0px 0px 2px #36508a;
  padding: 0.5em 0.6em;
}

.ra_mwl_i_b {
  font-size: 15px;
}

.seap_pps_info_a {
  float: left;
  min-width: 180px;
}

.seap_pps2_info_b {
  overflow-wrap: break-word;
}

.ra_lb {
  color: #36508a;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.ra_lb_l {
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
  display: block;
  padding-top: 50px;
  background-image: linear-gradient(90deg, #ffffff 0%, #cfddff 100%);
}

.ra_lower_b {
  height: 327px;
  display: block;
  background-image: linear-gradient(90deg, #ffffff 0%, #cfddff 100%);
}

.ra_lb_line {
  text-align: center;
}

.footer_logo_img {
  background-image: url('/icon/r_logo_bw_a.png');
  max-width: 100%;
  max-height: 100%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.footer_logo_name {
  color: #FFF;
}

.footer_logo {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.f1 {
  width: 640px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 15px;
  height: auto;
}

.f_inn {
  float: left;
  color: #FFF;
  padding-right: 13px;
}

.f3i {
  padding-right: 0px !important;
}

.col_make_space {
  padding-bottom: 30px;
}

.sl_3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4c55b8;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.seap_success {
  text-align: center;
  margin-top: 50px;
  background-color: #36508a;
  color: white;
  font-size: 20px;
}

.iamghost {
  display: none !important;
}

.docs-hub-panel {
  padding: 18px 18px 12px;
  border-radius: 24px;
  border: 1px solid rgba(93, 129, 203, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 247, 251, 0.95) 100%);
  box-shadow: 0 20px 48px rgba(35, 61, 96, 0.08);
}

.docs-upload-embed-full {
  width: 100%;
}

.docs-hub-grid {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.docs-hub-grid > .col {
  display: flex;
}

.docs-hub-summary,
.docs-upload-embed {
  width: 100%;
}

.docs-hub-summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 16px;
}

.docs-hub-overline {
  font-family: var(--rapidus-font3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f84a3;
}

.docs-hub-title,
.docs-hub-state-title {
  margin-bottom: 0 !important;
  line-height: 1.15;
}

.docs-hub-lead,
.docs-hub-state-text {
  margin: 0;
  color: #60738f;
}

.docs-hub-points {
  display: grid;
  gap: 10px;
}

.docs-hub-point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(93, 129, 203, 0.12);
  color: #425770;
  font-family: var(--rapidus-font3);
  font-size: 14px;
  font-weight: 600;
}

.docs-hub-point i {
  color: var(--rapidus-blue);
}

.docs-hub-chart {
  position: relative;
  min-height: 220px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(93, 129, 203, 0.12);
}

.docs-hub-chart #chart-area {
  height: 220px !important;
}

.docs-hub-footnote {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(93, 129, 203, 0.08);
  color: #526884;
  font-size: 13px;
  line-height: 1.55;
}

.docs-hub-footnote i {
  margin-top: 1px;
  color: var(--rapidus-blue);
}

.docs-hub-empty .docs-hub-chart {
  display: none;
}

.docs-upload-embed .doc_main {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.docs-upload-embed .doc_main_cnt_a {
  width: 100%;
  max-width: none;
  text-align: left;
}

.docs-upload-embed #lb_info_cnt {
  width: 100% !important;
  min-height: auto;
  margin: 0 0 14px;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(93, 129, 203, 0.14);
  background: rgba(247, 250, 253, 0.96);
  box-shadow: none;
  overflow: hidden;
}

.docs-upload-embed .lbic_main {
  margin-bottom: 0;
  font-family: var(--rapidus-font3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f84a3;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.docs-upload-embed .lbic_rest {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px 16px;
  position: relative;
}

.docs-upload-embed .lbic_info_a,
.docs-upload-embed .lbic_info_b {
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(93, 129, 203, 0.12);
  font-family: var(--rapidus-font3);
  font-size: 12px;
  line-height: 1.4;
  color: #526884;
}

.docs-upload-embed .lbic_info_b {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-color: rgba(93, 129, 203, 0.16);
  background: rgba(93, 129, 203, 0.12);
  color: var(--rapidus-blue);
  font-weight: 700;
}

.docs-upload-embed .lbic_info_b strong {
  color: inherit;
  font-weight: 800;
}

.docs-upload-embed .lbic_info_a {
  position: absolute;
  top: 0;
  right: 0;
  max-width: calc(100% - 18px);
  background: rgba(93, 129, 203, 0.12);
  color: var(--rapidus-blue);
  font-weight: 700;
}

.docs-upload-embed .lbic_info_a ~ .lbic_info_b {
  max-width: calc(100% - 180px);
}

@media only screen and (max-width: 1010px) {
  .docs-upload-embed .lbic_info_a {
    display: none;
  }

  .docs-upload-embed .lbic_info_a ~ .lbic_info_b {
    max-width: 100%;
  }
}

.docs-upload-embed #doc_upload {
  width: 100%;
}

.docs-upload-embed .upload_form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100% !important;
  max-width: none !important;
  padding: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
  margin: 0;
  align-items: stretch;
}

.docs-upload-embed .upload_form > .doc_up_info_1,
.docs-upload-embed .upload_form > .doc_up_info_2,
.docs-upload-embed .upload_form > .up_info,
.docs-upload-embed .upload_form > .upload_files_cnt,
.docs-upload-embed .upload_form > .seap_fu.up_check_credit,
.docs-upload-embed .upload_form > #save_me,
.docs-upload-embed .upload_form > input.invisible,
.docs-upload-embed #lb_info_cnt {
  grid-column: 1 / -1;
}

.docs-upload-embed .up_cancel {
  display: none !important;
}

.docs-upload-embed #save_me {
  display: none !important;
}

.docs-upload-embed .doc_up_info_1,
.docs-upload-embed .doc_up_info_2,
.docs-upload-embed .up_info {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(93, 129, 203, 0.08);
  color: #526884;
  text-align: left;
}

.docs-upload-embed .up_info:empty,
.docs-upload-embed .doc_up_info_1:empty,
.docs-upload-embed .doc_up_info_2:empty {
  display: none;
}

.docs-upload-embed .seap_fu {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100% !important;
  min-height: 150px;
  margin: 0 !important;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(93, 129, 203, 0.14);
  background: #fff;
  box-shadow: 0 12px 28px rgba(35, 61, 96, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  text-align: center;
  min-width: 0;
  box-sizing: border-box;
}

.docs-upload-embed .seap_fu:hover {
  transform: translateY(-1px);
  border-color: rgba(93, 129, 203, 0.24);
  box-shadow: 0 16px 32px rgba(35, 61, 96, 0.1);
}

.docs-upload-embed .seap_fu_left,
.docs-upload-embed .seap_fu_right {
  float: none !important;
}

.docs-upload-embed .seap_fu_left {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 129, 203, 0.08);
  color: var(--rapidus-blue);
  padding: 0 !important;
  margin-right: 0 !important;
  line-height: 1 !important;
}

.docs-upload-embed .seap_fu_right {
  width: 100%;
  text-align: center;
}

.docs-upload-embed .up_select_multiple {
  background: linear-gradient(135deg, #3e6387 0%, #5d81cb 100%);
  border-color: transparent;
}

.docs-upload-embed .up_select_multiple .seap_fu_left {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.docs-upload-embed .up_select_multiple .seap_fu_h,
.docs-upload-embed .up_select_multiple .seap_fu_b,
.docs-upload-embed .up_select_multiple .up_ico {
  color: #fff;
}

.docs-upload-embed .up_text_input,
.docs-upload-embed .seap_up_prefix,
.docs-upload-embed .seap_up_folder,
.docs-upload-embed #save_me {
  background: rgba(247, 250, 253, 0.96);
}

.docs-upload-embed .seap_up_prefix,
.docs-upload-embed .seap_up_folder,
.docs-upload-embed .up_check_credit {
  min-height: 150px;
}

.docs-upload-embed .seap_fu_h {
  font-family: var(--rapidus-font3);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #314965;
  width: 100%;
  text-align: center;
}

.docs-upload-embed .seap_fu_b {
  font-family: var(--rapidus-font3);
  font-size: 13px;
  line-height: 1.45;
  color: #647892;
  width: 100%;
  text-align: center;
}

.docs-upload-embed .upload_files_cnt {
  width: 100% !important;
  margin-top: 14px;
  padding: 18px !important;
  border-radius: 18px;
  border: 1px solid rgba(93, 129, 203, 0.14);
  background: rgba(247, 250, 253, 0.96);
  box-shadow: none;
  display: none !important;
  max-width: 100% !important;
  min-width: 0;
  box-sizing: border-box !important;
  overflow: hidden;
  flex-direction: column;
  gap: 14px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-self: stretch;
}

.docs-upload-embed .upload_files_btns {
  display: grid !important;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 12px;
  align-items: center;
  width: 100%;
  order: 2;
  justify-content: stretch;
  margin: 0;
  padding-top: 2px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  box-sizing: border-box;
}

.docs-upload-embed .u_upload_files,
.docs-upload-embed .u_delete_files,
.docs-upload-embed .u_pause_files,
.docs-upload-embed .u_unpause_files {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  margin: 0;
  border-radius: 12px;
  font-family: var(--rapidus-font3);
  font-size: 13px;
  font-weight: 700;
  min-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  white-space: nowrap;
}

.docs-upload-embed .u_upload_files,
.docs-upload-embed .u_unpause_files {
  background: linear-gradient(135deg, #3e6387 0%, #5d81cb 100%);
  color: #fff !important;
}

.docs-upload-embed .u_upload_files,
.docs-upload-embed .u_delete_files {
  width: 100% !important;
  max-width: 100%;
}

.r-docs-fill {
  font-variation-settings: 'FILL' 1;
}

.docs-upload-embed .u_delete_files {
  background: rgba(180, 47, 47, 0.08);
  color: var(--rapidus-red) !important;
}

.docs-upload-embed .u_pause_files {
  background: rgba(197, 156, 35, 0.12);
  color: #8b6b16;
  display: none !important;
}

.docs-upload-embed .u_list {
  width: 100% !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100% !important;
  min-width: 0;
  overflow: hidden;
  order: 1;
  box-sizing: border-box;
}

.docs-upload-embed .u_list_doc {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px 12px;
  align-items: start;
  width: 100% !important;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(93, 129, 203, 0.12);
  background: #fff;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
    grid-template-areas: "name name"
      "size delete"
      "progress progress" !important;
  margin: 0;
  height: auto !important;
  align-self: stretch;
}

.docs-upload-embed .u_list_doc_pos {
  float: none !important;
  width: auto !important;
  height: auto;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  line-height: 1.4;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.docs-upload-embed .u_main_doc_name {
  min-width: 0 !important;
  grid-area: name;
  padding-right: 0;
  position: relative;
  display: block;
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.docs-upload-embed .u_list_doc_name {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-family: var(--rapidus-font3);
  font-size: 14px;
  font-weight: 700;
  color: #314965;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  margin-left: 0 !important;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.45;
  box-sizing: border-box;
}

.docs-upload-embed .u_list_doc_size {
  color: #6d7f96;
  font-size: 13px;
  justify-content: flex-start;
  text-align: left;
  grid-area: size;
  min-width: 0;
}

.docs-upload-embed .u_list_doc_progress {
  width: 100% !important;
  min-width: 0;
  height: 10px;
  border-radius: 999px;
  background: #edf2f8;
  overflow: hidden;
  grid-area: progress;
}

.docs-upload-embed .u_progress_p {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #5d81cb 0%, #41c2c7 100%);
}

.docs-upload-embed .u_list_doc_upload,
.docs-upload-embed .u_list_doc_del {
  justify-content: center;
  min-height: 40px;
  border-radius: 12px;
  font-family: var(--rapidus-font3);
  font-size: 12px;
  font-weight: 700;
  width: auto;
  min-width: 84px;
  padding: 0 10px;
  justify-self: end;
}

.docs-upload-embed .u_list_doc_upload {
  background: rgba(93, 129, 203, 0.12);
  color: var(--rapidus-blue);
  grid-area: upload;
}

.docs-upload-embed .u_list_doc_del {
  background: rgba(180, 47, 47, 0.08);
  color: var(--rapidus-red);
  grid-area: delete;
}

.docs-upload-embed .u_list_doc.ered {
  border-color: rgba(180, 47, 47, 0.18);
  background: rgba(180, 47, 47, 0.04);
}

.docs-upload-embed .u_list_doc.ered .u_list_doc_name {
  color: var(--rapidus-red);
}

.doc_bars > * {
  float: none;
  width: auto;
  min-width: 0;
}

.doc_bars .bar_data,
.doc_bars .bar_status {
  display: block !important;
}

.seap_doc.docs-record {
  display: grid;
  grid-template-columns: 44px minmax(0, 1.9fr) 76px 120px 52px 180px;
  gap: 12px;
  align-items: center;
  min-height: 0;
  min-width: 500px;
  height: auto;
  margin: 0 12px;
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  padding: 16px 18px;
  border: 1px solid rgba(93, 129, 203, 0.12);
  box-sizing: border-box;
  background: rgba(247, 250, 253, 0.96);
  box-shadow: 0 12px 28px rgba(35, 61, 96, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.seap_doc.docs-record.docs-record-first {
  border-top-width: 0;
}

.seap_doc.docs-record.docs-record-last {
  border-bottom-width: 0;
}

.seap_doc.docs-record.diff {
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.98) 0%, rgba(241, 246, 252, 0.98) 100%);
}

.seap_doc.docs-record:hover {
  border-color: rgba(93, 129, 203, 0.24);
  background-color: #FFF;
}

.docs-folder-row {
  grid-template-columns: 52px minmax(0, 1fr);
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.98) 0%, rgba(241, 246, 252, 0.98) 100%);
}

.docs-record-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.docs-cell {
  min-width: 0;
}

.docs-cell-name {
  min-width: 0;
}

.docs-record-name,
.docs-folder-name {
  float: none;
  width: 100% !important;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rapidus-font3);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #314965;
}

.docs-folder-name {
  cursor: pointer;
}

.docs-record-name .material-symbols-outlined,
.docs-folder-name .material-symbols-outlined {
  margin-right: 0;
}

.docs-record-name-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.docs-record-date {
  float: none;
  width: auto !important;
  display: flex !important;
  align-items: center;
  min-width: 0;
  padding: 0;
  color: #6d7f96;
  font-size: 13px;
}

.docs-record-status {
  float: none;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
}

.docs-record-status .sa_stat_txt {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--rapidus-font3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.docs-record-status .analysis-complete {
  color: #0d7c4a;
  background: rgba(24, 161, 24, 0.12);
}

.docs-record-status .analysis-paused {
  color: #9d3455;
  background: rgba(180, 47, 47, 0.1);
}

.docs-record-status .analysis-new {
  color: #3e6387;
  background: rgba(93, 129, 203, 0.12);
}

.docs-record-status .preloader-wrapper-micro {
  margin-left: 0 !important;
}

.docs-cell-detail {
  min-width: 0;
}

.sd_change_data.docs-cell-detail {
  float: none;
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(93, 129, 203, 0.14);
  background: #fff;
  color: #4f6483;
  box-shadow: none;
}

.sd_change_data.docs-cell-detail a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.sd_change_data.docs-cell-detail:hover,
.docs-secondary-trigger:hover,
.docs-secondary-trigger:focus {
  background: rgba(93, 129, 203, 0.08);
}

.docs-secondary-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(93, 129, 203, 0.14);
  background: #fff;
  color: #4f6483;
  box-shadow: none;
  padding: 0;
}

.docs-cell-action {
  justify-self: end;
  min-width: 0;
  overflow: hidden;
}

.docs-action-stack {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.docs-secondary-action {
  min-width: 42px;
}

.docs-secondary-menu {
  min-width: 240px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(35, 61, 96, 0.14);
}

.docs-secondary-menu li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--rapidus-font3);
  font-size: 13px;
  color: #3f526c;
  padding: 14px 18px;
}

.docs-secondary-menu li > a .material-symbols-outlined {
  flex-shrink: 0;
  font-size: 18px;
  color: #5f7391;
}

.docs-future-label {
  display: inline-block;
  line-height: 1.4;
}

.docs-primary-action {
  float: none;
  width: auto;
  min-width: 0;
}

.docs-primary-action .rapidus-table-button {
  width: 100%;
  max-width: 100%;
  min-width: 120px !important;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 0 12px;
  font-family: var(--rapidus-font3);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  border: 1px solid transparent;
  box-shadow: 0 14px 26px rgba(26, 52, 84, 0.14);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.docs-primary-action .rapidus-table-button i {
  margin: 0;
  line-height: 1;
}

.docs-primary-action .rapidus-table-button:hover,
.docs-primary-action .rapidus-table-button:focus {
  filter: none !important;
  transform: translateY(-1px);
}

.docs-primary-action .rapidus-table-button[disabled],
.docs-primary-action .rapidus-table-button:disabled,
.docs-primary-action .rapidus-table-button.disabled,
.docs-primary-action .rapidus-table-button[disabled] *,
.docs-primary-action .rapidus-table-button:disabled *,
.docs-primary-action .rapidus-table-button.disabled *,
.docs-primary-action .unpause,
.docs-primary-action .unpause *,
.docs-primary-action .preanaliza,
.docs-primary-action .preanaliza * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.docs-primary-action .rapidus-table-button[disabled],
.docs-primary-action .rapidus-table-button.disabled,
.docs-primary-action .preanaliza[disabled],
.docs-primary-action .preanaliza.disabled,
.docs-primary-action .unpause[disabled],
.docs-primary-action .unpause.disabled {
  opacity: 1 !important;
}

.docs-primary-action .wyniki {
  background: linear-gradient(135deg, #27476d 0%, #4d73b6 100%) !important;
  border-color: rgba(37, 66, 101, 0.28);
  box-shadow: 0 14px 26px rgba(39, 71, 109, 0.2);
}

.docs-primary-action .analizuj,
.docs-primary-action .ana_demo {
  background: linear-gradient(135deg, #27476d 0%, #4d73b6 100%) !important;
  border-color: rgba(37, 66, 101, 0.28);
  box-shadow: 0 14px 26px rgba(39, 71, 109, 0.2);
}

.docs-primary-action .pauza {
  background: linear-gradient(135deg, #27476d 0%, #4d73b6 100%) !important;
  border-color: rgba(37, 66, 101, 0.28);
  box-shadow: 0 14px 26px rgba(39, 71, 109, 0.2);
}

.docs-primary-action .unpause {
  background: linear-gradient(135deg, #27476d 0%, #4d73b6 100%) !important;
  border-color: rgba(37, 66, 101, 0.28);
  box-shadow: 0 14px 26px rgba(39, 71, 109, 0.2);
}

.docs-primary-action .preanaliza {
  background: linear-gradient(135deg, #27476d 0%, #4d73b6 100%) !important;
  border-color: rgba(37, 66, 101, 0.28);
  box-shadow: 0 14px 26px rgba(39, 71, 109, 0.2);
  color: #fff;
}

.docs-primary-action .wyniki:hover,
.docs-primary-action .wyniki:focus {
  background: linear-gradient(135deg, #213d5e 0%, #4468a5 100%) !important;
  box-shadow: 0 16px 30px rgba(39, 71, 109, 0.24);
}

.docs-primary-action .analizuj:hover,
.docs-primary-action .analizuj:focus,
.docs-primary-action .ana_demo:hover,
.docs-primary-action .ana_demo:focus {
  background: linear-gradient(135deg, #213d5e 0%, #4468a5 100%) !important;
  box-shadow: 0 16px 30px rgba(39, 71, 109, 0.24);
}

.docs-primary-action .pauza:hover,
.docs-primary-action .pauza:focus {
  background: linear-gradient(135deg, #213d5e 0%, #4468a5 100%) !important;
  box-shadow: 0 16px 30px rgba(39, 71, 109, 0.24);
}

.docs-primary-action .unpause:hover,
.docs-primary-action .unpause:focus,
.docs-primary-action .preanaliza:hover,
.docs-primary-action .preanaliza:focus {
  background: linear-gradient(135deg, #213d5e 0%, #4468a5 100%) !important;
  box-shadow: 0 16px 30px rgba(39, 71, 109, 0.24);
}

.docs-meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(93, 129, 203, 0.12);
  color: #4d6787;
  font-family: var(--rapidus-font3);
  font-size: 12px;
  font-weight: 700;
}

.docs-record-divider {
  display: none;
}

.docs-record-progress {
  margin: 0 12px !important;
    width: calc(100% - 24px) !important;
}

.docs-empty-state {
  margin: 18px 12px 6px;
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px dashed rgba(93, 129, 203, 0.24);
  background: rgba(247, 250, 253, 0.96);
  text-align: center;
}

.docs-empty-caption {
  margin-top: 8px;
  color: #6d7f96;
  font-size: 14px;
}

.modal-prefix,
.modal-save-info,
.modal-move-info {
  max-width: 640px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  top: 8% !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1a1a2e;
}

.modal-prefix .modal-content,
.modal-save-info .modal-content,
.modal-move-info .modal-content {
  padding: 32px;
}

.modal-prefix .modal-content h4,
.modal-save-info .modal-content h4,
.modal-move-info .modal-content h4 {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1a1a2e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #a0aec0;
}

.modal-prefix .modal-content p,
.modal-save-info .modal-content p,
.modal-move-info .modal-content p {
  margin: 0 0 18px;
  color: #4a5568;
  font-size: 13px;
  line-height: 1.6;
}

.modal-prefix .modal-footer,
.modal-save-info .modal-footer,
.modal-move-info .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  height: auto;
  padding: 20px 32px 24px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.modal-prefix .modal-footer .btn,
.modal-save-info .modal-footer .btn,
.modal-move-info .modal-footer .btn {
  margin: 0;
  border-radius: 6px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.modal-prefix .modal-footer .modal-close,
.modal-save-info .modal-footer .nd_close,
.modal-move-info .modal-footer .gen_cancel,
.modal-move-info .modal-footer .sea_cv_cat_move {
  background: none !important;
  border: 1px solid #e2e8f0;
  color: #4a5568 !important;
}

.modal-prefix .modal-footer .prefix_save,
.modal-save-info .modal-footer .nd_save,
.modal-save-info .modal-footer .nd_create,
.modal-move-info .modal-footer .sea_gen_save_20,
.modal-move-info .modal-footer .sea_gen_save_docs_20 {
  background: #1a1a2e !important;
  color: #fff !important;
}

.modal-prefix .input-field,
.modal-save-info .input-field,
.modal-move-info .input-field {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-prefix .input-field input,
.modal-save-info .input-field input,
.modal-move-info .input-field input {
  box-sizing: border-box;
  height: auto !important;
  margin: 0;
  padding: 10px 12px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.modal-prefix .input-field label,
.modal-save-info .input-field label,
.modal-move-info .input-field label {
  color: #4a5568;
}

.modal-move-info .sea_gen_show_selected {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(93, 129, 203, 0.16);
  border-left: 4px solid #41c2c7;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 26px rgba(18, 44, 77, 0.08);
  color: #3f6285;
  font-size: 13px;
  line-height: 1.55;
}

.modal-move-info .modal-content .sea_cv_cat_move {
  width: 100%;
  margin-bottom: 10px;
}

.modal-move-info .sea_gen_show_selected.docs-selection-root {
  border-left-color: #7bb5ff;
  color: #366d9f;
}

.modal-move-info .sea_gen_show_selected.docs-selection-filled {
  border-left-color: #41c2c7;
  color: #2f566f;
}

.modal-move-info .sea_gen_show_selected .current-directory-sel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
}

.modal-move-info .sea_gen_show_selected .docs-selected-directory {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: inherit;
}

.modal-move-info .sea_gen_show_selected .docs-selected-directory-segment {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.modal-move-info .sea_gen_show_selected .docs-selected-directory .sea_cv_cat_name_move {
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
}

.modal-move-info .sea_gen_show_selected .docs-selected-directory-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
}

.modal-move-info .sea_gen_show_selected .current-directory-sel .fa-folder {
  color: #4a5568;
}

.modal-move-info .sea_gen_show_selected .current-directory-sel .material-symbols-outlined {
  font-size: 18px;
  color: #94a3b8;
}

.modal-move-info .sea_gen_show_selected .divider {
  display: none;
}

.modal-move-info .sea_cv_cat_sel_move {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: background 0.15s, border-color 0.15s;
}

.modal-move-info .sea_cv_cat_sel_move:hover {
  background: #f7fafc;
  border-color: #cbd5e0;
}

.modal-move-info .sea_cv_cat_name_move {
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
}

.modal-move-info .sea_cv_cat_ico_move {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #edf2f7;
  color: #4a5568;
}

.modal-move-info .modal-footer {
  flex-wrap: nowrap;
}

.modal-move-info .modal-footer .btn,
.modal-move-info .modal-footer .sea_cv_cat_move {
  min-width: 126px;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal-move-info .modal-footer .sea_cv_cat_move {
  width: auto !important;
  margin: 0 !important;
}

.modal-move-info .modal-footer .sea_cv_cat_move .sea_cv_cat_name_move {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  color: inherit;
  font-size: 13px;
  font-weight: 500;
}

.cc-window.cc-floating.cc-type-info.cc-theme-block.cc-bottom.cc-color-override-688238583 {
  background-color: #223b74 !important;
}

a.cc-btn.cc-dismiss {
  background-color: #FFF !important;
  color: #36508a !important;
}

.cc-dismiss:hover {
  background-color: #ebf6ff !important;
}

.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom.cc-color-override-688238583 {
  background-color: #223b74 !important;
}

.hidden_el {
  display: none !important;
}

.map_txt_cnt {
  display: inline-block;
  height: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.cennik_lower {
  position: relative;
}

.mapa_klucz {
  color: #34495e !important;
}

.center_me {
  text-align: center;
}

.font_sm {
  font-size: 20px !important;
}

.f4_f {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #FFF;
}

.demo_btn_info_txt {
  font-size: 12px;
  text-align: center;
  margin-bottom: 13px;
}

.rertieve_pass {
  margin: 0 auto;
  width: 30%;
  margin-top: 30px;
}

.ff_l_b {
  font-weight: 600;
  letter-spacing: 2px;
}

.demo_l_inner {
  float: left;
}

.buynow_m:hover {
  color: #cbd8f5;
  -webkit-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  transition: color 100ms linear;
}

.se_main_demo {
  width: 750px;
  margin: 0 auto;
}

.pricing-title-info {
  height: 18px;
  color: #d2d9f9;
  font-size: 13px;
}

.buy_choose {
  color: white;
  margin: 0 auto;
  text-align: center;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--rapidus-background);
  border-radius: 4px;
  font-size: 12px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.a_def {
  display: inline-block;
  color: #1a57d3;
  font-weight: 600;
}

.acc_lower_info {
  font-size: 11px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #b7b7b7;
  margin-top: 5px;
  padding-top: 5px;
}

.underline {
  text-decoration: underline;
  text-decoration-color: darkgrey;
  color: #1a57d3;
  display: block;
  font-weight: 600;
}

.gdpr_info {
  display: block;
}

.polityka {
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 100px;
}

.acc_lower_info_b {
  font-size: 13px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #FFF;
  margin-top: 5px;
  padding-top: 10px;
  color: #FFF;
  display: block;
  margin-bottom: 25px;
}

.a_defb {
  display: inline-block;
}

span.underline_b {
  text-decoration: underline;
}

.rodo_form {
  z-index: 99999;
  position: absolute;
  color: #FFF;
  background-color: #4580a2;
  box-shadow: 30px 0px 10px #000;
  width: 100%;
}

.rodo_form_header {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.rodo_form_body {
  padding: 0px 40px 0px 40px;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.rodo_a {
  text-decoration: underline !important;
  display: inline-block;
}

.rodo_acc_line {
  display: block;
  width: 70%;
  padding: 10px;
  margin: 0 auto;
}

.rodo_f_checkbox {
  float: left;
}

.rodo_acc_r {
  margin-left: 15px;
  font-weight: 600;
}

.rodo_form_line {
  margin-bottom: 15px;
}

.rodo_btn {
  float: right;
  width: 50%;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  border-top-style: solid;
  border-width: 1px;
}

.rodo_btn:hover {
  background-color: #FFF;
  color: #4580a2;
}

.rodo_fl_b {
  margin-bottom: 0px !important;
}

.rodo_fl_c {
  text-decoration: underline;
}

.rodo_fl_a {
  font-weight: 600;
}

.rodo_logout:hover {
  color: #4580a2 !important;
}

.rodo_msg {
  color: red;
  font-weight: 600;
  background-color: #ffffffdb;
  text-align: center;
  width: auto;
  display: none;
}

.ra_col_blue {
  background-image: linear-gradient(135deg, #182848 0%, #4b6cb7 100%);
}

.vmLogo {
  background-image: url("/icon/PAYU LOGO_SOLID_LIME_RGB.png");
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  background-position: center;
}

.vmLogo2 {
  background-image: url(/icon/vmLogo.png);
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  background-position: center;
}

.vmLogo3 {
  background-image: url(/icon/blik.png);
  width: 150px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  background-position: center;
  margin-top: 20px;
}

.vmLogo4 {
  background-image: url(/icon/gpay.png);
  width: 150px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  background-position: center;
  color: #FFF;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}

.vmLogoCnt {
  margin: 0 auto;
  width: 600px;
  height: 90px;
}

.panel_article_id {
  color: #626262;
}

.footer_wrapper {
  background-color: #182848;
  background-image: linear-gradient(135deg, #182848 0%, #4b6cb7 100%);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  overflow: hidden;
  padding: 30px 0 35px;
  position: relative;
  width: 100%;
}

.footer_wrapper:after {
  background: url(/lib/signal.svg);
  background-attachment: fixed;
  bottom: 0;
  content: '';
  left: 0;
  opacity: .05;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.seap_panel_art:hover {
  background-color: #e2f2ff;
  box-shadow: 0 0px 16px rgb(155, 190, 220);
}

.sepr-modal-box-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000cf;
  z-index: 900000;
  display: none;
}

.sepr-modal-box {
  color: #FFF;
  position: fixed;
  width: auto;
  max-width: 480px;
  height: 310px;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -180px;
  border: 1px solid #243865;
  z-index: 900001;
  padding: 10px 20px;
  background-color: #182848;
  background-image: linear-gradient(135deg, #182848 0%, #4b6cb7 100%);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sepr-modal-box-buy-text {
  margin-left: 10px;
}

.sepr-modal-box:after {
  background: url(/lib/signal.svg);
  background-attachment: fixed;
  bottom: 0;
  content: '';
  left: 0;
  opacity: .05;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sepr-modal-box-close {
  width: 20px;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  z-index: 900006;
  font-size: 20px;
}

.sepr-inner-modal-box {
  height: 100px;
  width: 90%;
  position: relative;
  z-index: 900005;
}

.sepr-modal-box-head {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 35px;
  margin: 10px;
}

.sepr-modal-box-body {
  width: 100%;
  height: auto;
  margin: 10px;
}

.sepr-modal-box-text-line {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 35px;
}

.sepr-modal-box-buy-link {
  width: 250px;
  height: 40px;
  margin-bottom: 1px;
  background-color: #FFF;
  color: #36508a;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 15px auto;
  display: block;
}

.sepr-modal-box-buy-link:hover {
  background-color: #ebf6ff;
}

.sepr-modal-box-buy {
  height: 100%;
  padding-top: 10px;
}

.sepr-modal-box-close:hover {
  color: #ebf6ff;
  cursor: pointer;
}

.tutorialStartAnalysis {
  width: 130px;
  text-align: center;
  font-size: 13px;
  height: 40px;
  padding-left: 8px;
  margin: 0 auto;
  line-height: 40px;
  background-color: #e4ebf3;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 0 0 rgba(75, 141, 179, 0.86);
  animation: animB 2s infinite;
  color: #FFF;
}

.tutorialWidth300px {
  width: 300px !important;
}

.ratingBlock {
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
}

.ratingBlockHeaderSummary {
  width: 100%;
  height: 50px;
  background-color: #5877bb;
  line-height: 50px;
  font-size: 25px;
  color: #FFF;
}

.rbhsStars {
  display: flex;
  justify-content: center;
  font-size: 2em;
  text-align: center;
  margin-top: 14px;
  cursor: default;
}

.fa-star, .fa-star-o {
  cursor: pointer;
  color: var(--rapidus-gold);
}

.rbhsAverage {
  float: left;
  width: 33%;
  text-align: center;
}

.rbhsTotal {
  float: left;
  width: 33%;
  text-align: center;
}

.ratingBlockHeader {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  color: #36508a;
}

.ratingBlockCommentLine {
  border-bottom-style: dashed;
  border-width: 1px;
  border-color: #e0e0e0;
  margin: 20px;
}

.rbcTop {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.rbcTopStars {
  float: left;
  margin-left: 10px;
  margin-top: 12px;
  color: #ffc94e;
}

.rbcTopInfo {
  float: left;
  margin-left: 10px;
}

.rbcLow {
  width: 100%;
  height: 50px;
}

.rbcLowText {
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 18px;
}

.ratingBlockComment {
  font-size: 15px;
}

.ratingLowerPagePrev {
  float: left;
  background-color: #5877bb;
  cursor: pointer;
  color: #FFF;
  margin-left: 1px;
  width: 85px;
  text-align: center;
  transition: all 0.3s ease;
}

.ratingLowerPageNext {
  float: left;
  background-color: #5877bb;
  cursor: pointer;
  color: #FFF;
  margin-left: 1px;
  width: 85px;
  text-align: center;
  transition: all 0.3s ease;
}

.ratingLowerRight {
  float: right;
  background-color: #5877bb;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  color: #FFF;
  transition: all 0.3s ease;
}

.ratingLowerPageInfo {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.ratingLower {
  font-size: 17px;
  height: 30px;
  line-height: 30px;
}

.ratingUser {
  color: #5877bb;
  cursor: pointer;
}

.ratingBlockOuter {
  padding-bottom: 20px;
  background-image: linear-gradient(90deg, #ffffff 0%, #cfddff 100%);
}

.commentBoxBlock {
  margin-top: 10px;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto;
}

.commentBoxBlockOuter {
  width: 100%;
  margin-bottom: 90px;
  display: none;
}

.cbblPic {
  float: left;
  width: 50px;
  height: 34px;
  background-color: #5877bb;
}

.cbbLine {
  width: 100%;
  height: 51px;
}

.ccblgen {
  float: left;
  border-top-right-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  width: 400px;
  border-bottom-right-radius: 4px;
  text-indent: 15px;
  height: 34px;
}

.ccblTa {
  float: left;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  resize: none;
  height: 85px;
  width: 400px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #ccc;
  text-indent: 15px;
}

.cbblForm {
  float: left;
  width: 400px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.commentBoxLower {
  float: left;
  width: 100%;
}

.commentBoxSend {
  margin: 0 auto;
  background-color: #5877bb;
  color: #FFF;
  width: 100px;
  text-align: center;
  margin-top: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cbblPicLast {
  height: 85px;
}

.faStarRatingOpt {
  color: #FFF;
  text-align: center;
  margin-left: 15px;
  margin-top: 8px;
}

.faStarRating {
  margin: 0 !important;
  padding: 5px !important;
}

.faRatingName {
  margin-left: 15px;
  margin-top: 8px;
  color: #FFF;
}

.ratingLowerRight:hover, .ratingLowerPagePrev:hover, .ratingLowerPageNext:hover,.commentBoxSend:hover {
  background-color: #6c8fdc;
  transition: all 0.3s ease;
}

.buynow_inn {
  animation: animC 2s infinite;
}

.ra_lb_lx {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  background-image: linear-gradient(135deg, #ffffff 0%, #cfddff 100%);
}

.mainSpecsCnt {
  margin: 0 auto;
  max-width: 1050px;
  height: auto;
  color: #262626;
}

.mainSpecsL {
  width: 25%;
  height: 300px;
  text-align: center;
  color: #314570;
}

.mainSpecsR {
  width: 75%;
  list-style-position: outside;
  list-style: disc;
}

.mainSpecsCol {
  float: left;
}

.mainSpecsCnt:after {
  content: "";
  display: table;
  clear: both;
}

.mainSpecsGraph {
  font-size: 200px !important;
  line-height: 300px !important;
  display: none;
}

ol.mainSpecsList {
  list-style-type: none;
}

.mainSpecsLi {
  margin-right: 10px;
  color: #314570;
}

.mainSpecsLiS {
  font-size: 10px;
}

.mainSpecsLiG {
  color: #03ca03;
}

@-webkit-keyframes animB{

  0% {
    background-color: #a1bade;
  }
  70% {
      background-color: #86b4f5;
  }
  100% {
      background-color: #a1bade;
  }

}

@keyframes animB{

  0% {
    background-color: #a1bade;
  }
  70% {
      background-color: #86b4f5;
  }
  100% {
      background-color: #a1bade;
  }

}

@-webkit-keyframes animC{

  0% {
    color: #82a6ff;
  }
  70% {
      color: #FFF;
  }
  100% {
     color: #82a6ff;
  }

}

@keyframes animC{

  0% {
    color: #82a6ff;
  }
  70% {
      color: #FFF;
  }
  100% {
      color: #82a6ff;
  }

}

.pricing-token-title {
  color: #34495e;
}

.btn-custom {
  color: #ffffff !important;
  font-size: 18px !important;
  border: 1px solid #3bcc6d !important;
  background-color: #39985a !important;
  cursor: pointer !important;
  letter-spacing: 1px !important;
  -webkit-transition: width .5s !important;
  transition: width .5s !important;
  width: 120px;
}

.btn-custom:hover {
  width: 150px !important;
}

.ph-premium {
  border-color: #00f945;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0px 0px 10px #00f945;
}

.pricing-list-premium {
  box-shadow: 0px 0px 10px #00f945;
}

.pricing-title-blank {
  height: 26px;
}

.pricing-title-blank2 {
  height: 21px;
}

@-webkit-keyframes animD{

  0% {
    color: #3bcc6d;
  }
  70% {
      color: #FFF;
  }
  100% {
     color: #3bcc6d;
  }

}

@keyframes animD{

  0% {
    color: #3bcc6d;
  }
  70% {
      color: #FFF;
  }
  100% {
      color: #3bcc6d;
  }

}

.pricing-title-blink {
  animation: animD 2s infinite;
}

.seapOfa {
  font-size: 25px;
  text-decoration: underline;
}

.seapOfb {
  font-size: 21px;
}

.seapOfc {
  font-size: 25px;
  animation: animD 2s infinite;
  text-align: center;
}

.sepr-modal-box-main {
  max-width: 600px;
  min-width: 600px;
}

.modal-close-btn {
  display: none;
}

.strikethrough {
  position: relative;
  border-color: red;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: red;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.price-discount {
  color: #FFF !important;
}

.pricing-blank {
  color: #34495e;
  font-size: 13px;
}

.pricing-title-time, .pricing-title-amount {
  color: #d2d9f9;
  font-size: 13px;
}

.creditNumbers {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6em;
  background: #5d81cb;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}

.buyBox {
  width: 75%;
  height: 60px;
  float: none;
  margin: 0 auto;
}

.buyBoxInner {
  width: 50%;
}

.buyBoxSingle {
  float: right;
}

.buyBoxCorp {
  float: left;
}

.buy_choose_corp {
  font-size: 16px;
}

.rtip_credit {
  display: none !important;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  max-width: 100px;
}

.stepwizard-btn-circle {
  width: 30px;
  height: 30px;
  text-align: center !important;
  padding: 6px 0 !important;
  font-size: 12px !important;
  line-height: 1.428571429 !important;
  border-radius: 15px !important;
}

.mainStepwizard {
  font-size: 13px;
  margin: 0 auto;
  margin-top: 20px;
}

.pricing-title-empty {
  height: 24px;
}

.awaria_komunikat {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: red;
  font-size: 26px;
}

.pt-kredyt {
  display: none;
}

.fp_window_info2 {
  color: red;
  text-align: center;
  display: block;
}

.accRecMain {
  background-color: #4580a2;
  height: 100%;
  width: 100%;
  display: inline-table;
}

.accRecA {
  background-color: #4580a2;
}

.accRecBody {
  background-color: #ffffff;
  height: 100%;
  width: 50%;
  margin: 0 auto;
  font-size: 20px;
  box-shadow: 0 0px 6px 10px rgb(0 0 0 / 10%);
  border-radius: 2px;
  min-width: 800px;
}

.accRecTop {
  background-color: #0d2f3b;
  text-align: center;
  color: #FFF;
}

.accRecBodyT1 {
  padding: 20px;
  font-size: 17px;
}

.accInfoLabel1 {
  font-weight: 600;
}

.recoveryForm {
  margin: 0 auto;
  width: 50%;
}

.accRecInput {
  width: 80%;
}

.textRed {
  color: red;
}

.textGreen {
  color: green;
}

.textInherit {
  color: inherit;
}

.payuRecoveryImg {
  border-radius: 8px;
  box-shadow: 0px 0px 5px #7b7b7b;
  margin-bottom: 15px;
  margin-top: 15px;
}

.logonAccRecovery {
  background-color: #223b497a;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
  top: 0px;
  position: fixed;
}

.trojTekst {
  font-size: 17px;
  max-width: 274px;
}

.banocBanoc {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #262626;
}

.banocBanoc3 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  color: #262626;
}

.banocBanocLink {
  color: #262626;
  display: inline-block;
}

.banocBanocLink:hover {
  font-weight: 600;
  cursor: pointer;
}

.seapTextCentered {
  text-align: left;
}

.banocBanocAlt {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #FFF;
}

.forceTitillium, .force-titillium {
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
}

.forceRobot, .force-robot {
  font-family: 'Robot', sans-serif !important;
}

.fontWhite {
  color: #FFF;
}

.invoiceList {
  width: 100%;
  height: auto;
  top: 55px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
}

.invTable {
  width: 500px;
  margin: 0 auto;
}

.invTableTr {
  background-color: #FFF;
}

.invListNameOuter {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.invListNameInner {
  display: inline-block;
  text-align: left;
}

.invTableTh {
  height: 35px;
  background: var(--rapidus-background);
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
  font-weight: 300;
}

.invTableTd {
  height: 70px;
  line-height: 70px;
  margin-bottom: 3px !important;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  border-radius: 2px;
}

.invTableTr:hover {
  background-color: #ebf6ff;
}

.invTableThL {
  font-size: 13px;
}

.discardTP {
  padding-top: 0px !important;
  position: fixed;
  z-index: 21;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 400;
}

.darkblueBG1 {
  background-color: #34495e !important;
}

.txtCntOut {
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.txtCntIn {
  text-align: left;
  display: inline-block;
  width: 200px;
}

.rt2 {
  text-align: left;
  width: 100% !important;
}

.roundBox {
  border-radius: 5px !important;
  border-width: 1px !important;
}

.top50px {
  top: 50px !important;
}

.colorGrey {
  color: #626262 !important;
}

.textLoader1 {
  color: #4580a2;
  margin-right: 5px;
}

.imageLogoGradient {
  background: linear-gradient(128deg, #e4ebf3, #a3d5f2);
  background-size: 400% 400%;
  -webkit-animation: imageLogoGradientAnim 10s ease infinite;
  -moz-animation: imageLogoGradientAnim 10s ease infinite;
  animation: imageLogoGradientAnim 10s ease infinite;
}

@-webkit-keyframes imageLogoGradientAnim{

    0%{background-position:0% 20%}
    50%{background-position:100% 81%}
    100%{background-position:0% 20%}

}

@-moz-keyframes imageLogoGradientAnim{

    0%{background-position:0% 20%}
    50%{background-position:100% 81%}
    100%{background-position:0% 20%}

}

@keyframes imageLogoGradientAnim{

    0%{background-position:0% 20%}
    50%{background-position:100% 81%}
    100%{background-position:0% 20%}

}

.urlLicBuy {
  display: inline-block;
}

select.selectBuySelector {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
  color: #fff;
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
}

select.selectBuySelector::-ms-expand {
  display: none;
}

.selectBuy {
  position: relative;
  display: flex;
  width: 162px;
  height: 35px;
  line-height: 35px;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
  margin: 0 auto;
  margin-bottom: 5px;
  color: #d2d9f9;
  left: 21px;
  font-size: 15px;
}

.selectBuy::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.selectBuy:hover::after {
  color: #f39c12;
}

.pricing-rate-total {
  display: inline-block;
}

.pricing-title-amount, .selectBuy {
  display: none;
}

.buyMainContainerIC {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 500px;
  margin: 0 auto;
}

.bmcicBlock {
  width: 100%;
  background-color: rgb(255 255 255 / 15%);
  color: #FFF;
  border-radius: 0px;
  cursor: pointer;
  border-color: #FFF;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  position: relative;
}

.bmcicPanel {
  padding: 0px !important;
}

.bmcicPanelIcon {
  font-size: 50px !important;
  padding-top: 10px;
}

.bmcicPanelText {
  font-size: 20px;
  font-weight: 600;
}

.bmcicPanelTextLower {
  font-size: 15px;
}

.bmcicBlock:hover {
  color: #2a4070 !important;
}

.bmcicBlock:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}

.bmcicBlock:hover:after,
.bmcicBlock:active:after {
  height: 100%;
}

.visibleBuyer {
  display: block !important;
}

.noticeBuyInfoStudent {
  border-color: red;
  border-style: solid;
  margin: 10px auto;
  width: 500px;
  border-radius: 15px;
  border-width: 2px;
  color: red;
  text-align: center;
  background-color: #FFF;
  padding: 10px;
}

.rapidusSocial {
  margin: 0 auto;
  position: absolute;
  top: 30%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  height: 350px;
  left: 0;
  right: 0;
  z-index: 30;
  box-shadow: 1px 1px 4px #a7a7a7;
}

.rapidusSocialHeader {
  height: 50px;
  background: var(--rapidus-background);
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  z-index: 1;
}

.rapidusSocialMain {
  background-color: whitesmoke;
  height: 300px;
}

.rapidusSocialClose {
  width: 200px;
  height: 50px;
  background: var(--rapidus-background);
  position: relative;
  top: 250px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  color: #FFF;
}

.rapidusSocialClose:hover {
  color: #2a4070 !important;
  background-color: #6ce817;
  cursor: pointer;
}

.rapidusSocialMainTxt {
  position: absolute;
  padding: 15px;
  font-size: 16px;
}

.rapidusSocialSign {
  font-size: 60px;
  margin: 0 auto;
  text-align: center;
  color: #4267B2;
  margin-bottom: 10px;
}

.rapidus-fb-share {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20px;
  position: absolute;
  width: 100px;
}

.rapidusShareBtn {
  margin-top: 15px;
}

.hide {
  display: none;
}

.rapidus-preloader {
  display: none;
  position: fixed;
  z-index: 1000;
  top: -7px;
}

.rapidus-preloader-big {
  display: none;
  position: fixed;
  margin: 0 auto;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 30%;
  zoom: 2;
}

.ml25 {
  margin-left: 25%;
}

.card-top {
  height: 330px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#chart-area {
  height: 275px;
}

.sidenav-logo {
  font-weight: 600;
  letter-spacing: 4px;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
  height: 64px !important;
  line-height: 64px !important;
}

.rapidus-card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rapidus-chart-body {
  display: block;
  height: 100%;
}

.material-tooltip {
  background-color: var(--rapidus-calm-blue) !important;
  border-radius: 5px !important;
}

sup {
  top: -1.5em !important;
  font-size: 20px !important;
}

s, strike {
  text-decoration: none;
  position: relative;
}

s::before, strike::before {
  top: 50%;
  background: red;
  opacity: .7;
  content: '';
  width: 110%;
  position: absolute;
  height: .1em;
  border-radius: .1em;
  left: -5%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}

s.straight::before, strike.straight::before {
  transform: rotate(0deg);
  left: -1%;
  width: 102%;
}

.a-simple {
  color: var(--rapidus-blue) !important;
}

.rapidus-universal-modal-shell {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.rapidus-universal-modal-shell .rapidus-universal-modal-content {
  padding: 28px 30px 18px !important;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-footer {
  height: auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 14px 30px 22px !important;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0) 0%, #eef4fb 100%);
  border-top: 1px solid rgba(16, 35, 59, 0.08);
}

.rapidus-universal-modal-shell .modal-unversal-info-header {
  display: block;
  margin: 0 0 18px;
  position: relative;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 1.2rem + 1vw, 2rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #10233b;
}

.rapidus-universal-modal-shell .modal-unversal-info-header::after {
  content: "";
  display: block;
  width: 76px;
  max-width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #163d6a 0%, #efb24b 100%);
  margin-top: 12px;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-body {
  display: block;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #496174;
  word-break: break-word;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-paragraph,
.rapidus-universal-modal-shell .rapidus-universal-modal-body p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #496174;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-body p:last-child {
  margin-bottom: 0;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-spacer {
  height: 10px;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-body strong {
  color: #13283f;
  font-weight: 700;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-body a,
.rapidus-universal-modal-shell .rapidus-universal-modal-body a.a-simple {
  display: inline;
  color: #0f5da8 !important;
  text-decoration: none !important;
  font-weight: 700;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-body a:hover,
.rapidus-universal-modal-shell .rapidus-universal-modal-body a.a-simple:hover {
  color: #0b4b86 !important;
  text-decoration: underline !important;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-btn {
  margin: 0 !important;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 59, 0.08);
  background: #173b63 !important;
  color: #ffffff !important;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(23, 59, 99, 0.18);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rapidus-universal-modal-shell .rapidus-universal-modal-btn:hover,
.rapidus-universal-modal-shell .rapidus-universal-modal-btn:focus {
  background: #102c4b !important;
  box-shadow: 0 16px 32px rgba(16, 44, 75, 0.22);
  transform: translateY(-1px);
}

.rapidus-help-shell,
.rapidus-invoice-shell {
  width: min(100%, 980px);
  margin: 18px auto 100px;
  padding: 0 14px;
  position: relative;
  top: 0;
}

.rapidus-help-header-card,
.rapidus-invoice-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
  border: 1px solid rgba(17, 42, 74, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(22, 40, 68, 0.08);
}

.rapidus-help-header-card {
  padding: 26px 30px 24px;
}

.rapidus-help-header-kicker,
.rapidus-invoice-panel-kicker,
.rapidus-help-detail-kicker,
.rapidus-help-item-meta,
.rapidus-invoice-item-label {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7387a1;
}

.rapidus-help-header-title,
.rapidus-invoice-panel-title {
  margin-top: 8px;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 1.4rem + 1vw, 2.45rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #14263d;
}

.rapidus-help-header-subtitle,
.rapidus-invoice-panel-subtitle {
  max-width: 680px;
  margin-top: 10px;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #5b7088;
}

.rapidus-help-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.rapidus-help-list .help_q {
  width: auto;
  height: auto;
  line-height: normal;
  margin: 0;
  background: #ffffffbf;
  box-shadow: none;
  border-radius: 0;
}

.rapidus-help-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 108px;
  padding: 18px 20px;
  border: 1px solid rgba(18, 44, 77, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 44, 77, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.rapidus-help-list .help_q:hover {
  background: #ffffff;
}

.rapidus-help-item:hover {
  transform: translateY(-2px);
  border-color: rgba(40, 78, 125, 0.16);
  box-shadow: 0 18px 34px rgba(18, 44, 77, 0.11);
}

.rapidus-help-item-badge {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #edf4fb 0%, #dde9f6 100%);
  color: #22466f;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.rapidus-help-item-topic {
  width: auto;
  margin-left: 0;
  float: none;
  flex: 1;
}

.rapidus-help-item-title {
  margin-top: 6px;
  display: block;
  position: static;
  transform: none;
  text-align: left;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #182b44;
}

.rapidus-help-item-chevron,
.rapidus-invoice-item-chevron {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-top: 2px solid #7c91aa;
  border-right: 2px solid #7c91aa;
  transform: rotate(45deg);
}

.rapidus-help-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.rapidus-help-close-btn,
.rapidus-help-detail-btn {
  min-width: 180px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(23, 59, 99, 0.16);
}

.rapidus-help-detail-shell {
  width: min(100%, 860px);
  margin: 22px auto 36px;
  padding: 0 14px;
}

.rapidus-help-detail-card {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(17, 42, 74, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(18, 44, 77, 0.1);
}

.rapidus-help-detail-head {
  padding: 28px 30px 18px;
  border-bottom: 1px solid rgba(17, 42, 74, 0.08);
}

.rapidus-help-detail-title {
  margin: 8px 0 0;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 1.25rem + 0.8vw, 2.15rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #14263d;
}

.rapidus-help-detail-body {
  padding: 24px 30px 16px;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
  color: #4e647b;
}

.rapidus-help-detail-body b,
.rapidus-help-detail-body strong {
  color: #182b44;
  font-weight: 700;
}

.rapidus-help-detail-body a {
  display: inline;
}

.rapidus-help-detail-footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 30px 26px;
}

.rapidus-invoice-panel {
  overflow: hidden;
}

.rapidus-invoice-stage {
  width: min(100%, 980px);
  margin: 0 auto;
}

.rapidus-invoice-panel-head {
  padding: 26px 30px 20px;
  border-bottom: 1px solid rgba(17, 42, 74, 0.08);
}

.rapidus-invoice-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  cursor: pointer;
}

.rapidus-invoice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(18, 44, 77, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 44, 77, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.rapidus-invoice-item:hover {
  transform: translateY(-2px);
  border-color: rgba(40, 78, 125, 0.16);
  box-shadow: 0 18px 34px rgba(18, 44, 77, 0.11);
}

.rapidus-invoice-item-main {
  display: grid;
  grid-template-columns: minmax(140px, 170px) minmax(0, 1fr);
  gap: 18px;
  flex: 1;
  min-width: 0;
}

.rapidus-invoice-item-block {
  min-width: 0;
}

.rapidus-invoice-item-value {
  display: block;
  margin-top: 6px;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #182b44;
  word-break: break-word;
}

.rapidus-invoice-item-id {
  letter-spacing: 0.01em;
}

.rapidus-invoice-item-side {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.rapidus-invoice-item-chip {
  padding: 8px 12px;
  border-radius: 999px;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rapidus-invoice-item-chip.is-issued {
  background: rgba(24, 113, 79, 0.12);
  color: #19694d;
}

.rapidus-invoice-item-chip.is-pending {
  background: rgba(28, 61, 101, 0.1);
  color: #20476f;
}

.rapidus-invoice-empty {
  padding: 26px 24px;
  border: 1px dashed rgba(38, 70, 110, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.rapidus-invoice-empty-title {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #182b44;
}

.rapidus-invoice-empty-text {
  margin-top: 6px;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #5b7088;
}

.invoice-lower-btn-container {
  margin-bottom: 5px;
}

.invoice-lower-btn {
  padding: 10px;
}

.txtCntIn-n {
  width: 80% !important;
}

#invoice-buyer-switch {
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--rapidus-background-light-blue);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.invoice-buyer-label {
  font-weight: 900;
  width: 100%;
  text-align: left;
  padding: 5px 0px 5px 0px;
}

#invoice-buyer-secondary {
  display: block;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: var(--rapidus-background-light-blue);
  margin-top: 5px;
  padding-top: 5px;
}

.invoice-buyer-form {
  position: absolute !important;
  margin-top: -100px !important;
}

.rapidus-shop-upper {
  margin-top: 50px;
}

.docs-upload-embed .upload_form > .doc_up_info_1,
.docs-upload-embed .upload_form > .doc_up_info_2,
.docs-upload-embed .upload_form > .up_info,
.docs-upload-embed .upload_form > .upload_files_cnt,
.docs-upload-embed .upload_form > .seap_fu.up_check_credit,
.docs-upload-embed .upload_form > #save_me,
.docs-upload-embed #lb_info_cnt {
  grid-column: 1 / -1;
}

.docs-upload-embed .docs-upload-create-folder.force_show,
.docs-upload-embed .seap_up_folder.force_show {
  display: flex !important;
}

.docs-upload-embed .docs-upload-create-folder {
  background: rgba(247, 250, 253, 0.96);
}

.modal-text-input {
  max-width: 640px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  top: 8% !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1a1a2e;
}

.modal-text-input .modal-content {
  padding: 32px;
}

.modal-text-input .modal-content h4 {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1a1a2e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #a0aec0;
}

.modal-text-input .modal-content p {
  margin: 0 0 18px;
  color: #4a5568;
  font-size: 13px;
  line-height: 1.6;
}

.modal-text-input .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  height: auto;
  padding: 20px 32px 24px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.modal-text-input .modal-footer .btn {
  margin: 0;
  border-radius: 6px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.modal-text-input .modal-footer .text_input_cancel {
  background: none !important;
  border: 1px solid #e2e8f0;
  color: #4a5568 !important;
}

.modal-text-input .modal-footer .text_input_save {
  background: #1a1a2e !important;
  color: #fff !important;
}

.modal-text-input .input-field {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-text-input .input-field input {
  box-sizing: border-box;
  height: auto !important;
  margin: 0;
  padding: 10px 18px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.modal-text-input .input-field label {
  left: 18px !important;
  color: #4a5568;
}

.modal-text-input .text_input_area {
  min-height: 220px !important;
  max-height: 420px !important;
  overflow-y: auto !important;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  background: #fff;
  color: #1a1a2e;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  resize: vertical;
}

.modal-text-input .text_input_area:focus {
  border-color: #1a1a2e !important;
}

.modal-text-input .text_input_charcount {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7fafc;
  color: #4a5568 !important;
  font-size: 12px !important;
  font-weight: 600;
}

.modal-save-info .input-field input._nd_new_cat_name,
.modal-save-info .input-field input#directory {
  padding-left: 18px !important;
}

.docs-upload-embed .up_ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1;
}

.docs-upload-embed .upload_files_cnt.docs-upload-queue-visible {
  display: flex !important;
}

.docs-upload-embed .docs-upload-queue-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.docs-upload-embed .docs-upload-queue-title {
  font-family: var(--rapidus-font3);
  font-size: 15px;
  font-weight: 800;
  color: #233d60;
}

.docs-upload-embed .docs-upload-queue-subtitle {
  font-family: var(--rapidus-font3);
  font-size: 13px;
  line-height: 1.5;
  color: #687d97;
}

.docs-upload-embed .u_list_doc_name,
.docs-upload-embed .doc_new_name,
.docs-upload-embed .doc_new_name_input {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

.docs-upload-embed .doc_new_name {
  width: 100% !important;
  max-width: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

.docs-upload-embed .doc_new_name_input {
  width: calc(100% - 144px) !important;
  max-width: calc(100% - 144px);
  margin-left: 0 !important;
  box-sizing: border-box;
}

.docs-upload-embed .dnni_save,
.docs-upload-embed .dnni_cancel {
  width: auto !important;
  min-width: 64px;
  padding: 0 10px;
  box-sizing: border-box;
}

.docs-upload-embed .u_list_doc.ered,
.docs-upload-embed .u_list_doc.docs-upload-row-error {
  border-color: rgba(180, 47, 47, 0.18);
}

.docs-upload-embed .u_list_doc.docs-upload-row-complete {
  opacity: 0.72;
}

.modal-move-info .sea_gen_show_selected.docs-selection-empty,
.modal-save-info .sea_gen_show_selected.docs-selection-empty,
.sea_gen_show_selected.docs-selection-empty {
  display: none !important;
}

.docs-list-shell {
  margin-top: 18px;
  padding: 0 !important;
  border-radius: 25px !important;
  border: 1px solid rgba(93, 129, 203, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 247, 251, 0.95) 100%) !important;
  box-shadow: 0 20px 48px rgba(35, 61, 96, 0.08) !important;
  overflow: hidden !important;
}

.docs-list-shell-header {
  margin-bottom: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  font-family: var(--rapidus-font3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.docs-list-shell-body {
  padding: 14px 18px 0;
}

.docs-list-shell-copy {
  margin: 0;
  font-family: var(--rapidus-font3);
  font-size: 14px;
  line-height: 1.7;
  color: #5b7088;
}

.docs-list-shell-copy strong {
  color: #233d60;
  font-weight: 700;
}

.docs-future-action-report {
  border-color: #5d81cb;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.pl5 {
    padding-left: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

@media screen and  (min-width:361px) {
  .price_info_m {
    display: none !important;
  }
  
  .se_mnav {
    display: none;
  }
}

@media screen and  (max-width:360px) {
  .se_nav {
    display: none;
  }
  
  .price_info_m {
    display: block !important;
  }
  
  .se_mnav {
    display: block;
  }
}

@media screen and  (max-width:360px) {
  #rl_cnt, .fp_window {
    width: 360px;
    padding: 50px 10px 0px 10px;
  }
  
  .se_user_info {
    width: 400px;
  }
}

@media screen and  (min-width:361px) {
  #rl_cnt, .fp_window {
    width: 400px;
    padding: 50px 20px 0px 20px;
  }
  
  .se_user_info {
    width: 400px;
  }
}

@media screen and  (max-width:914px) {
  .upload_files_cnt {
    margin-left: 0px;
  }
  
  .upload_form {
    width: 650px;
  }
}

@media screen and  (min-width:915px) and (max-width:995px) {
}

@media screen and  (min-width:996px) {
}

@media screen and  (min-width:1270px) {
  .mainui_inner_right {
    display: none !important;
    float: right;
    height: 100%;
    width: 240px;
    background-color: #f1f3f2;
    position: fixed;
    right: 0;
    top: 55px;
  }
}

@media only screen and (max-width: 992px) {
  .docs-hub-panel {
    padding: 18px 16px 12px;
  }
  
  .docs-upload-embed .upload_form {
    grid-template-columns: 1fr;
  }
}



@media only screen and (max-width: 860px) {
  .doc_bars {
    display: none;
  }

  
  
  .seap_doc.docs-record {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-areas: "check name detail"
              ". date date"
              ". status status"
              ". action action";
    align-items: start;
    row-gap: 10px;
    min-width: 300px;
  }



  #seap_docs {
    min-width: 305px;
  }
  
  .docs-folder-row {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas: "check name";
  }
  
  .docs-cell-check {
    grid-area: check;
  }
  
  .docs-cell-name {
    grid-area: name;
  }
  
  .docs-cell-date {
    grid-area: date;
  }
  
  .docs-cell-status {
    grid-area: status;
  }
  
  .docs-cell-detail {
    grid-area: detail;
    justify-self: end;
  }
  
  .docs-cell-action {
    grid-area: action;
    justify-self: stretch;
  }
  
  .docs-folder-row .docs-cell-name {
    align-self: center;
  }
  
  .docs-folder-row .docs-cell-detail,
      .docs-folder-row .docs-cell-action,
      .docs-folder-row .docs-cell-date,
      .docs-folder-row .docs-cell-status {
    display: none !important;
  }
  
  .docs-cell-date,
      .docs-cell-status {
    position: relative;
    padding-left: 78px;
    min-height: 20px;
    align-items: center;
  }
  
  .docs-cell-date::before,
      .docs-cell-status::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--rapidus-font3);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b8da5;
  }
  
  .docs-action-stack {
    width: 100%;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 680px) {
  .docs-hub-panel {
    padding: 16px 12px 10px;
    border-radius: 18px;
  }
  
  .sea_docs_table {
    padding: 4px 0 18px;
  }
  
  .seap_doc.docs-record {
    margin: 0 0 10px;
    padding: 14px;
    border-radius: 16px;
  }
  
  .docs-record-name-text {
    white-space: normal;
  }
  
  .docs-primary-action,
      .docs-primary-action .rapidus-table-button {
    width: 100%;
  }
  
  .docs-action-stack {
    flex-direction: column;
    align-items: stretch;
  }
  
  .docs-secondary-action,
      .docs-secondary-trigger {
    align-self: flex-end;
  }
  
  .docs-upload-embed .lbic_rest {
    flex-direction: column;
    align-items: flex-start;
  }

  .docs-upload-embed .lbic_info_a {
    position: static;
    top: auto;
    right: auto;
    max-width: 100%;
  }

  .docs-upload-embed .lbic_info_a ~ .lbic_info_b {
    max-width: 100%;
  }

  .docs-upload-embed .upload_files_btns {
    flex-direction: column;
    align-items: stretch;
  }
  
  .docs-upload-embed .upload_form {
    grid-template-columns: 1fr;
  }
  
  .docs-upload-embed .seap_fu {
    min-height: 136px;
    padding: 14px;
  }
  
  .docs-upload-embed .u_list_doc {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "name"
              "size"
              "progress"
              "upload"
              "delete" !important;
  }
  
  .docs-upload-embed .u_list_doc_progress {
    min-width: 0;
  }
  
  .docs-upload-embed .u_list_doc_upload,
      .docs-upload-embed .u_list_doc_del {
    width: 100%;
    justify-self: stretch;
  }
  
  .modal-prefix,
      .modal-save-info,
      .modal-move-info {
    width: calc(100% - 24px);
    max-height: 90%;
  }
  
  .modal-prefix .modal-content,
      .modal-save-info .modal-content,
      .modal-move-info .modal-content,
      .modal-prefix .modal-footer,
      .modal-save-info .modal-footer,
      .modal-move-info .modal-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (min-width: 680px) {
  .p_r_video {
    float: right;
    opacity: 0.9;
    margin-top: 55px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 679px) {
  .p_r_video {
    display: none;
  }
}

@media (max-width: 1075px) {
  #seap_docs .sd_change_data {
    display: none;
  }
  
  #seap_docs .bar_opis {
    display: none;
  }
}

@media (max-width: 1275px) {
  #seap_docs .sd_timestamp {
    display: none;
  }
  
  #seap_docs .bar_data {
    display: none;
  }
}

@media only screen and (pointer: coarse) {
  .cm__btn:first-of-type {
    margin-left: 0 !important;
  }
  
  .help_info, .settings_info, .settings_q, .settings_q_topic, .help_resp_frame, .settings_resp_frame, .invTable, .doc_main_cnt_a, .lb_info_cnt {
    width: 100% !important;
  }
  
  #lb_info_cnt, .upload_form {
    width: 100%;
  }
  
  .lbic_info_b {
    width: 80%;
  }
  
  .help_q_topic, .settings_q_topic, .help_q {
    margin-left: 0px;
    width: 100%;
  }
  
  .lbic_rest {
    display: flex;
    justify-content: space-evenly;
    align-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .doc_main {
    margin-top: 10px;
    height: auto;
  }
  
  .phelp_info {
    width: 100%;
    min-width: auto;
    max-width: auto;
  }
  
  .maxw600 {
    max-width: auto;
  }
  
  .minw500 {
    min-width: auto;
  }
  
  .se_main_center {
    margin-top: 10px;
  }
  
  .regulamin {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 100px;
    font-size: 11pt;
  }
}

@media only screen and (max-width: 600px) {
  .rapidus-universal-modal-shell .rapidus-universal-modal-content {
    padding: 22px 20px 14px !important;
  }
  
  .rapidus-universal-modal-shell .rapidus-universal-modal-footer {
    padding: 12px 20px 18px !important;
  }
  
  .rapidus-universal-modal-shell .modal-unversal-info-header {
    font-size: 1.45rem;
    margin-bottom: 16px;
  }
  
  .rapidus-universal-modal-shell .rapidus-universal-modal-paragraph,
      .rapidus-universal-modal-shell .rapidus-universal-modal-body p {
    font-size: 14px;
    line-height: 1.65;
  }
  
  .rapidus-universal-modal-shell .rapidus-universal-modal-btn {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .rapidus-help-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media only screen and (max-width: 700px) {
  .rapidus-help-shell,
      .rapidus-invoice-shell,
      .rapidus-help-detail-shell {
    padding: 0 10px;
  }
  
  .rapidus-help-header-card,
      .rapidus-invoice-panel-head,
      .rapidus-help-detail-head,
      .rapidus-help-detail-body,
      .rapidus-help-detail-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .rapidus-help-item,
      .rapidus-invoice-item {
    padding: 16px;
    border-radius: 18px;
  }
  
  .rapidus-invoice-items {
    padding: 14px;
  }
  
  .rapidus-invoice-item {
    flex-direction: column;
    align-items: stretch;
  }
  
  .rapidus-invoice-item-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  
  .rapidus-invoice-item-side {
    justify-content: space-between;
  }
  
  .rapidus-help-item-title,
      .rapidus-invoice-item-value {
    font-size: 15px;
  }
  
  .rapidus-help-close-btn,
      .rapidus-help-detail-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .docs-upload-embed .upload_form {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 760px) {
  .docs-upload-embed .u_list_doc {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "name"
              "delete"
              "size"
              "progress";
  }
  
  .docs-upload-embed .u_list_doc_upload,
      .docs-upload-embed .u_list_doc_del,
      .docs-upload-embed .u_upload_files,
      .docs-upload-embed .u_delete_files,
      .docs-upload-embed .u_pause_files,
      .docs-upload-embed .u_unpause_files {
    width: 100%;
  }

  .docs-upload-embed .docs-upload-queue-subtitle {
    display: none;
  }

  .docs-upload-embed .upload_files_btns,
      .docs-upload-embed .u_list_doc_upload,
      .docs-upload-embed .u_list_doc_del,
      .docs-upload-embed .u_upload_files,
      .docs-upload-embed .u_delete_files {
    min-width: 0;
  }
}

@media only screen and (max-width: 860px) {
  #seap_docs .seap_doc.docs-record.r-data {
    grid-template-columns: 34px minmax(0, 1fr) 38px auto;
    grid-template-areas: "check name detail action";
    align-items: center;
    column-gap: 8px;
    row-gap: 0;
    margin: 0 0 10px;
    padding: 12px;
    width: 100%;
    max-width: 100%;
  }

  #seap_docs .seap_doc.docs-record.docs-folder-row {
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-areas: "check name";
    align-items: center;
    column-gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 12px;
  }

  #seap_docs .docs-cell-check {
    grid-area: check;
  }

  #seap_docs .docs-cell-name {
    grid-area: name;
  }

  #seap_docs .docs-cell-detail {
    grid-area: detail;
    justify-self: end;
  }

  #seap_docs .docs-cell-action {
    grid-area: action;
    justify-self: end;
    overflow: visible;
  }

  #seap_docs .docs-record-date,
  #seap_docs .docs-record-status {
    display: none !important;
  }

  #seap_docs .sd_change_data {
    display: inline-flex !important;
  }

  #seap_docs .docs-record-name,
  #seap_docs .docs-folder-name {
    width: 100% !important;
    gap: 8px;
    font-size: 13px;
  }

  #seap_docs .docs-record-name .material-symbols-outlined,
  #seap_docs .docs-folder-name .material-symbols-outlined {
    font-size: 20px;
    flex: 0 0 auto;
  }

  #seap_docs .docs-record-name-text {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #seap_docs .sd_change_data.docs-cell-detail,
  #seap_docs .docs-secondary-trigger {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  #seap_docs .docs-action-stack {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    max-width: 100%;
  }

  #seap_docs .docs-secondary-action,
  #seap_docs .docs-primary-action {
    min-width: 0;
  }

  #seap_docs .docs-primary-action,
  #seap_docs .docs-primary-action .rapidus-table-button {
    width: auto;
  }

  #seap_docs .docs-primary-action .rapidus-table-button {
    min-width: 0;
    max-width: 136px;
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  #seap_docs .docs-folder-row .docs-cell-detail,
  #seap_docs .docs-folder-row .docs-cell-action,
  #seap_docs .docs-folder-row .docs-cell-date,
  #seap_docs .docs-folder-row .docs-cell-status {
    display: none !important;
  }
}

@media only screen and (max-width: 360px) {
  #seap_docs .sd_change_data,
  #seap_docs .docs-secondary-action {
    display: none !important;
  }
}

.docs-list-shell .sea_cv_cat {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 14px 18px 6px;
}

.docs-list-shell .docs-dir-back-button,
.docs-list-shell .docs-dir-back-button.sea_cv_cat_sel,
.docs-list-shell .docs-dir-back-button.sea_cv_cat_name {
  float: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  min-width: 0;
  height: 42px;
  margin: 0;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(93, 129, 203, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%) !important;
  box-shadow: 0 10px 22px rgba(35, 61, 96, 0.08);
  color: #314965 !important;
  font-family: var(--rapidus-font3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  overflow: visible;
}

.docs-list-shell .docs-dir-back-button:hover,
.docs-list-shell .docs-dir-back-button:focus {
  border-color: rgba(93, 129, 203, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #e6eef9 100%) !important;
  box-shadow: 0 14px 28px rgba(35, 61, 96, 0.12);
  color: #233d60 !important;
}

.docs-list-shell .docs-dir-back-button .material-symbols-outlined {
  margin: 0;
  font-size: 18px;
  color: var(--rapidus-blue);
}

.docs-list-shell .docs-dir-back-button-label {
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 680px) {
  .docs-list-shell .sea_cv_cat {
    padding: 12px 12px 4px;
  }

  .docs-list-shell .docs-dir-back-button,
  .docs-list-shell .docs-dir-back-button.sea_cv_cat_sel,
  .docs-list-shell .docs-dir-back-button.sea_cv_cat_name {
    height: 38px;
    padding: 0 14px;
    border-radius: 12px;
  }
}

.docs-upload-embed .lbic_rest {
  display: grid !important;
  grid-template-columns: minmax(0, 50%) auto !important;
  column-gap: 14px;
  row-gap: 10px;
  align-items: start;
  justify-content: space-between;
}

.docs-upload-embed .lbic_info_b {
  grid-column: 1;
  width: 100% !important;
  max-width: none !important;
}

.docs-upload-embed .lbic_info_note {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(93, 129, 203, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 244, 251, 0.98) 100%);
  color: #4d627d;
  box-sizing: border-box;
}

.docs-upload-embed .lbic_info_note_label {
  font-family: var(--rapidus-font3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #29486c;
}

.docs-upload-embed .lbic_info_note_text {
  font-family: var(--rapidus-font3);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  color: #566c87;
}

.docs-upload-embed .lbic_info_a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin: 0;
  max-width: none !important;
  white-space: nowrap;
}

.docs-upload-embed .lbic_info_a ~ .lbic_info_b {
  max-width: none !important;
}

.docs-upload-embed .lbic_license_badge-premium {
  border-color: transparent;
  background: linear-gradient(135deg, #3e6387 0%, #5d81cb 100%);
  color: #fff;
}

.docs-upload-embed .lbic_license_badge-standard {
  border-color: rgba(93, 129, 203, 0.18);
  background: rgba(93, 129, 203, 0.12);
  color: var(--rapidus-blue);
}

.docs-upload-embed .lbic_license_badge-admin {
  border-color: rgba(47, 74, 108, 0.18);
  background: rgba(47, 74, 108, 0.12);
  color: #2f4a6c;
}

.docs-upload-embed .lbic_license_badge-demo {
  border-color: rgba(65, 194, 199, 0.2);
  background: rgba(65, 194, 199, 0.14);
  color: #197882;
}

.docs-upload-embed .lbic_license_badge-warning {
  border-color: rgba(245, 166, 35, 0.45);
  background: linear-gradient(135deg, #ffe39a 0%, #f5a623 100%);
  color: #654100;
}

@media only screen and (max-width: 600px) {
  .modal-text-input textarea.text_input_area.materialize-textarea {
    min-height: 100px !important;
    height: 100px !important;
    max-height: 200px !important;
    resize: none;
  }

  .docs-upload-embed .lbic_rest {
    column-gap: 8px;
    row-gap: 8px;
  }

  .docs-upload-embed .lbic_info_a {
    padding: 7px 10px;
    font-size: 11px;
  }
}

#top_bar .se_user {
  float: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  margin: 7px 14px 0 0;
  padding: 0 18px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 14px 30px rgba(11, 22, 36, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #ffffff;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

#top_bar .se_user:hover,
#top_bar .se_user:focus {
  border-bottom: none;
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.12) 100%);
  box-shadow: 0 18px 36px rgba(11, 22, 36, 0.2);
  transform: translateY(-1px);
}

#top_bar .se_user .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.12) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 18px rgba(8, 18, 30, 0.12);
  color: #ffffff;
  font-size: 13px;
}

#top_bar .ui_username {
  display: inline-block;
  max-width: 170px;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.modal-del-info {
  width: min(100%, 520px);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 26px 60px rgba(17, 38, 62, 0.16);
}

.modal-del-info .modal-content {
  padding: 30px 30px 18px !important;
}

.modal-del-info .modal-footer {
  height: auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 14px 30px 24px !important;
  background: linear-gradient(180deg, rgba(246, 251, 255, 0) 0%, #edf4fb 100%);
  border-top: 1px solid rgba(17, 38, 62, 0.08);
}

.rapidus-delete-modal__hero {
  margin-bottom: 20px;
}

.rapidus-delete-modal__eyebrow,
.rapidus-delete-modal__stat-label,
.rapidus-delete-modal__meta {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7289a4;
}

.rapidus-delete-modal__hero h4 {
  margin: 8px 0 0;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #15273d;
}

.rapidus-delete-modal__lead,
.rapidus-delete-modal__copy {
  margin: 12px 0 0;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
  color: #586f88;
}

.rapidus-delete-modal__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.rapidus-delete-modal__stat,
.rapidus-delete-modal__meta {
  min-width: 0;
  border: 1px solid rgba(22, 61, 106, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 12px 28px rgba(18, 40, 63, 0.08);
}

.rapidus-delete-modal__stat {
  padding: 16px 18px 14px;
}

.rapidus-delete-modal__meta {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  letter-spacing: 0.08em;
}

.rapidus-delete-modal__meta strong {
  margin-left: 8px;
  color: #163d6a;
}

.rapidus-delete-modal__stat-label {
  display: block;
  margin-bottom: 8px;
}

.rapidus-delete-modal__stat-value {
  display: block;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #163d6a;
}

.modal-del-info .sd_del_cancel,
.modal-del-info .sd_del_multi {
  margin: 0 !important;
  min-width: 132px;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(17, 38, 62, 0.08);
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.modal-del-info .sd_del_cancel {
  background: #ffffff !important;
  color: #244563 !important;
}

.modal-del-info .sd_del_cancel:hover,
.modal-del-info .sd_del_cancel:focus {
  background: #f2f7fc !important;
  box-shadow: 0 12px 26px rgba(24, 55, 88, 0.1);
  transform: translateY(-1px);
}

.modal-del-info .sd_del_multi {
  background: linear-gradient(135deg, #b94848 0%, #d56254 100%) !important;
  color: #ffffff !important;
  border-color: transparent;
}

.modal-del-info .sd_del_multi:hover,
.modal-del-info .sd_del_multi:focus {
  background: linear-gradient(135deg, #a53b3b 0%, #c55347 100%) !important;
  box-shadow: 0 14px 28px rgba(185, 72, 72, 0.24);
  transform: translateY(-1px);
}

.rapidus-analysis-modal-shell {
  width: min(100%, 560px);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 26px 60px rgba(17, 38, 62, 0.16);
}

.rapidus-analysis-modal-content {
  padding: 30px 30px 18px !important;
}

.rapidus-analysis-modal-footer {
  height: auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 14px 30px 24px !important;
  background: linear-gradient(180deg, rgba(246, 251, 255, 0) 0%, #edf4fb 100%);
  border-top: 1px solid rgba(17, 38, 62, 0.08);
}

.rapidus-analysis-modal-kicker {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7289a4;
}

.rapidus-analysis-modal-content h4 {
  margin: 8px 0 0;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #15273d;
}

.rapidus-analysis-modal-content p {
  margin: 12px 0 0;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
  color: #586f88;
}

.rapidus-analysis-modal-btn {
  margin: 0 !important;
  min-width: 156px;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(17, 38, 62, 0.08);
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.rapidus-analysis-modal-btn-secondary {
  background: #ffffff !important;
  color: #244563 !important;
}

.rapidus-analysis-modal-btn-secondary:hover,
.rapidus-analysis-modal-btn-secondary:focus {
  background: #f2f7fc !important;
  box-shadow: 0 12px 26px rgba(24, 55, 88, 0.1);
  transform: translateY(-1px);
}

.rapidus-analysis-modal-btn-primary {
  background: linear-gradient(135deg, #163d6a 0%, #2e67a4 100%) !important;
  color: #ffffff !important;
  border-color: transparent;
}

.rapidus-analysis-modal-btn-primary:hover,
.rapidus-analysis-modal-btn-primary:focus {
  background: linear-gradient(135deg, #123255 0%, #27598f 100%) !important;
  box-shadow: 0 14px 28px rgba(22, 61, 106, 0.24);
  transform: translateY(-1px);
}

@media only screen and (max-width: 760px) {
  .docs-upload-embed .lbic_rest {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch;
    justify-content: initial;
    row-gap: 10px;
  }

  .docs-upload-embed .lbic_info_a {
    display: none !important;
  }

  .docs-upload-embed .lbic_info_b {
    grid-column: 1;
    width: 100% !important;
    text-align: left;
    justify-self: stretch;
  }

  #top_bar {
    min-width: 0;
  }

  #top_bar .top_bar_cnt_ui {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #top_bar .seap_logo {
    float: none;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    flex: 0 0 auto;
  }

  #top_bar .seap_logo a {
    display: inline-flex;
    align-items: center;
  }

  #top_bar .logo_main_top.logo_logged {
    display: none;
  }

  #top_bar .mobile_settings {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0 0 0 8px;
    font-size: 24px;
    line-height: 1;
  }

  #top_bar .se_user {
    float: none;
    height: 36px;
    margin: 0 0 0 auto;
    padding: 0 14px 0 10px;
    gap: 8px;
    max-width: calc(100vw - 112px);
  }

  #top_bar .se_user .fa {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  #top_bar .ui_username {
    max-width: 112px;
    font-size: 12px;
  }

  #top_bar .se_user[data-license-label] {
    padding-right: 12px;
  }

  #top_bar .se_user[data-license-label] .ui_username {
    display: none;
  }

  #top_bar .se_user[data-license-label]::after {
    content: attr(data-license-label);
    display: block;
    max-width: calc(100vw - 164px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  #top_bar .se_user[data-license-state="active"] .fa {
    background: linear-gradient(135deg, rgba(93, 129, 203, 0.9) 0%, rgba(34, 76, 126, 0.92) 100%);
  }

  #top_bar .se_user[data-license-state="inactive"] .fa {
    background: linear-gradient(135deg, rgba(232, 179, 88, 0.92) 0%, rgba(198, 129, 33, 0.92) 100%);
  }

  #top_bar .se_user[data-license-state="demo"] .fa {
    background: linear-gradient(135deg, rgba(61, 176, 181, 0.92) 0%, rgba(28, 121, 126, 0.92) 100%);
  }

  .modal-del-info {
    width: calc(100% - 24px);
    max-height: 90%;
  }

  .rapidus-analysis-modal-shell {
    width: calc(100% - 24px);
    max-height: 90%;
  }

  .rapidus-analysis-modal-content,
  .rapidus-analysis-modal-footer,
  .modal-del-info .modal-content,
  .modal-del-info .modal-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .rapidus-analysis-modal-footer,
  .modal-del-info .modal-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .rapidus-analysis-modal-btn,
  .modal-del-info .sd_del_cancel,
  .modal-del-info .sd_del_multi {
    width: 100%;
  }

  .rapidus-delete-modal__stats {
    flex-direction: column;
  }

  .rapidus-delete-modal__meta {
    min-height: 50px;
  }
}
