@charset "UTF-8";
*,
*::before,
*::after,
p,
label {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar-track {
  border: 1px solid #6D558D;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #6D558D;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto";
  box-sizing: border-box;
  background-color: var(--page-bg);
  position: relative;
  overflow-y: auto;
  height: 100vh;
}

.error-er {
  color: #F6216D;
  padding-top: 20px;
  font-weight: 700;
}

.error {
  color: #F6216D;
}

.btn {
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.btn:hover {
  background: #4E438D;
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background: #6D55BD;
  border-color: #6D55BD;
}

.btn-default {
  background: #9286C4;
}

.btn-transperant-primary {
  border: 1px solid #6D558D !important;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px;
  color: #6D558D;
  text-align: center;
  font-size: 13px;
}
.btn-transperant-primary:hover {
  background: #4E438D;
  color: #fff;
}

.btn-transperant-warning {
  border: 1px solid #dc3545;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px;
  color: #dc3545;
  text-align: center;
  font-size: 13px;
}
.btn-transperant-warning:hover {
  background: #dc3545;
  color: #fff;
}

.btn-transperant-yellow {
  border: 1px solid #FFCC00;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px;
  color: #FFCC00;
  text-align: center;
  font-size: 13px;
}
.btn-transperant-yellow:hover {
  background: #FFCC00;
  color: #fff;
}

.btn-transperant-blue {
  border: 1px solid #0099FF;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px;
  color: #0099FF;
  text-align: center;
  font-size: 13px;
}
.btn-transperant-blue:hover {
  background: #0099FF;
  color: #fff;
}

.btn-gray {
  background: #AEAEAE;
  color: #fff;
  text-align: center;
  border: 1px solid #D6D6DE;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
}
.btn-gray:hover {
  background: #fff;
  color: #D6D6DE;
}

.dx-widget {
  font-size: 12px !important;
}

.dx-datagrid-borders .dx-datagrid-rowsview,
.dx-datagrid-headers + .dx-datagrid-rowsview {
  border: 0 !important;
}

.dx-datagrid-headers {
  border: 0 !important;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #D6D6DE;
}
.nice-select:after {
  border-bottom: 2px solid #D6D6DE;
  border-right: 2px solid #D6D6DE;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #D6D6DE;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #D6D6DE;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover, .header__btn.js-active {
  color: #fff;
  background-color: #AEAEAE;
}

.header {
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
}

.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

.content {
  width: 95%;
  margin: 0 auto 50px;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hidden-content-available .multisteps-form__progress {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(174, 174, 174, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.multisteps-form__progress-btn p {
  position: absolute;
  top: -19px;
  left: 52%;
  transform: translateX(-50%);
  font-size: 10px;
  width: 100%;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-48% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #9286C4;
}
.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: 50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.header-login {
  height: 100vh;
  overflow: hidden;
}
.header-login .container-fluid {
  padding-right: 0;
}

.header-login_container {
  padding-top: 20px;
}
.header-login_container img {
  width: 150px;
}

.section-left {
  padding-left: 100px;
}

.section-right {
  height: 100vh;
}
.section-right img {
  height: 100%;
}

.login-section {
  padding-top: 200px;
  transition: 0.65s all ease-in-out;
}

.login-section-2 {
  padding-top: 260px;
}

.login-section-3 {
  padding-top: 260px;
  opacity: 0;
  transform: translate(100%);
}

.login-section-4 {
  padding-top: 260px;
  opacity: 0;
  transform: translate(100%);
}

.login-section-2 {
  opacity: 0;
  transform: translate(100%);
}

.login-box h1 {
  font-size: 28px;
}
.login-box h2 {
  color: #6D558D;
  font-size: 28px;
}
.login-box h3 {
  font-size: 14px;
  font-weight: 400;
  padding-top: 68px;
  padding-bottom: 38px;
}
.login-box p {
  font-size: 11px;
  color: #D6D6DE;
}
.login-box span {
  color: #D6D6DE;
  font-size: 10px;
  font-weight: 700;
}

.login-form {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
.login-form .input-section .important-star {
  position: relative;
}
.login-form .input-section .important-star::before {
  content: "*";
  position: absolute;
  display: block;
  top: 4px;
  left: 6px;
  width: 2px;
  height: 100%;
  font-size: 14px;
  color: #F6216D;
}
.login-form .input-section input {
  padding-left: 16px;
  border: none;
  height: 36px;
  font-size: 14px;
  background-color: #F9F9FB;
  color: #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
}
.login-form .input-section input:focus {
  border: none;
  border-bottom: 1px solid #6D558D;
  outline-color: transparent;
}
.login-form .input-section input::placeholder {
  color: #AEAEAE;
}
.login-form .input-section input:first-child {
  margin-bottom: 20px;
}
.login-form .checkbox-container {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.login-form .checkbox-container p {
  text-decoration: underline;
  color: #6D55BD;
  cursor: pointer;
}
.login-form .checkbox-container div:first-child {
  display: flex;
  align-items: center;
  color: #AEAEAE;
}
.login-form .checkbox-container div:first-child input {
  margin-right: 4px;
}
.login-form .checkbox-container div:first-child label {
  font-size: 12px;
}
.login-form .btn {
  margin-top: 16px;
  font-size: 13px;
  background: #6D55BD;
  color: #fff;
  border-color: #6D55BD;
  transition: 0.2s ease-out;
  margin-bottom: 10px;
}
.login-form .btn:hover {
  border-color: #4E438D;
  background: #4E438D;
}
.login-form .btn-transperant-primary {
  padding: 6px 12px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  padding-top: 6px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
}
header .logo {
  width: 134px;
}
header .ntf-no {
  display: none;
  text-align: center;
}
header .bell-ntf {
  cursor: pointer;
}
header .header-content {
  display: flex;
  align-items: center;
}
header .header-content .user-name {
  padding-right: 30px;
}
header .header-content .context-bg {
  background-color: #F9F9FB;
  margin: 0 -17px;
  padding: 10px 16px;
}
header .header-content .context-msg {
  border-bottom: 1px solid #7777773d;
  margin: 0 -4px;
  padding: 10px 16px;
}
header .header-content .context-msg .recipient-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
}
header .header-content .context-msg .recipient-info span {
  color: #AEAEAE;
}
header .header-content .context-msg .recipient-info div:first-child {
  display: flex;
}
header .header-content .context-msg .recipient-info div:first-child p {
  padding-right: 20px;
}
header .header-content .context-msg .recipient-info div:first-child img {
  transform: rotate(68deg);
}
header .header-content .context-msg .notification-info {
  padding-bottom: 4px;
}
header .logout-i {
  color: #000;
}
header .notification-bell {
  position: relative;
  transition: 0.25s ease-in-out;
  padding-right: 14px;
}
header .notification-bell .notification-content {
  z-index: 999;
  display: none;
  position: absolute;
  background: #fff;
  right: -14px;
  top: 34px;
  height: auto;
  width: 329px;
  box-shadow: 8px 7px 12px 3px rgba(0, 0, 0, 0.3);
}
header .notification-bell .notification-content.open {
  display: block;
}
header .notification-bell .notification-content:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -6px;
  right: 29px;
  z-index: 22;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #fff;
  transform: rotate(45deg);
}
header .notification-bell .notification-content .content-ntf {
  padding: 4px;
  height: 373px;
  overflow-y: auto;
  overflow-x: hidden;
}
header .notification-bell .notification-content h6 {
  padding-left: 14px;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
header .notification-bell .notification-content .time-ntf {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #7777773d;
  margin: 0 -4px;
  padding: 10px 16px;
}
header .notification-bell .notification-content .time {
  font-size: 10px;
}
header .notification-bell .notification-content p {
  font-size: 11px;
}
header .notification-bell .notification-content .context-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .notification-bell .notification-content .context-email p {
  color: #AEAEAE;
}
header .notification-bell .notification-content .ntf-tangerine-primary {
  color: #D64329;
}
header .notification-bell .notification-content .ntf-green {
  color: #66CC66;
}
header .notification-bell .notification-content .ntf-tangerine {
  color: #FFA384;
}
header .notification-bell .notification-content .remove-ntf {
  cursor: pointer;
}
header .notification-bell .notification-content .remove-ntf i {
  color: #AEAEAE;
  font-size: 9px;
}

.left-side-bar {
  position: fixed;
  left: 0;
  top: 53px;
  width: 100%;
  height: 100vh;
  max-width: 70px;
  z-index: 1200;
  background: #231C40;
  transition: all 0.5s ease;
}

.accordion > .card {
  overflow: visible;
}

.accordion-menu {
  list-style: none;
}

.open-sidebar {
  max-width: 250px;
}

.sidebar-menu .dropdown-show {
  display: block;
  padding: 22px 0;
  font-size: 16px;
  color: #131e22;
  font-weight: 500;
  position: relative;
  font-family: "Work Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-menu .dropdown-show:hover, .sidebar-menu .show > .dropdown-show {
  background-color: #382332;
  color: #fff;
}
.sidebar-menu .dropdown-show:hover .sidebar-header, .sidebar-menu .show > .dropdown-show .sidebar-header {
  color: #fff;
}

.sidebar-menu .dropdown-show img {
  position: absolute;
  left: 20px;
  font-size: 18px;
  color: #91a8b0;
  width: 26px;
  top: 8px;
  text-align: center;
}

.sidebar-menu .dropdown-show:hover .fa, .sidebar-menu .show > .dropdown-show .fa {
  background-color: #382332;
}

.sidebar-menu .dropdown-show .new {
  font-size: 24px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.sidebar-menu .dropdown-show .new:before {
  line-height: 14px;
}

.sidebar-menu .submenu {
  display: none;
  position: absolute;
  left: 70px;
  top: 0;
  background: #231C40;
  height: auto;
  list-style: none;
}

.sidebar-menu .submenu li {
  position: relative;
  height: 44px;
  line-height: 22px;
}

.sidebar-header {
  display: none;
  position: absolute;
  left: 56px;
  top: 16px;
  color: #9286C4;
  font-size: 12px;
}

.left-side-bar.open-sidebar {
  transition: all 0.1s ease-in;
}
.left-side-bar.open-sidebar .sidebar-menu .submenu li a {
  padding-left: 56px;
}
.left-side-bar.open-sidebar .sidebar-menu .submenu {
  position: unset;
  transition: 0.25s ease-in;
}
.left-side-bar.open-sidebar .sidebar-header {
  display: block;
}

.sidebar-menu .submenu li a {
  display: block;
  padding: 10px 15px 10px 15px;
  font-size: 11px;
  width: max-content;
  color: #fff;
  font-weight: 500;
  position: relative;
  font-family: "Work Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-menu .submenu .active-sub {
  color: #9286C4;
}

.sidebar-menu .submenu li a.dropdown-show {
  padding: 10px 15px 10px 60px;
  font-size: 16px;
}

.sidebar-menu .submenu.child {
  padding-left: 15px;
}

.sidebar-menu .submenu li:hover:before {
  left: 18px;
}

.sidebar-menu .submenu li a:hover, .sidebar-menu .submenu li a.active {
  color: #9286C4;
  text-decoration: none;
}

/*==============================================================
	Side Bar End
==============================================================*/
.inner-container {
  padding-left: 70px;
}
.inner-container .page-header {
  position: fixed;
  width: 100%;
  top: 53px;
  padding: 20px 0;
  background-color: #6D558D;
  z-index: 20;
}
.inner-container .page-header h1 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 15px;
}
.inner-container .page-legal-container.row {
  margin-right: 0;
  margin-left: 0;
}

.page-sidebar {
  padding-left: 0;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 20;
  border-right: 0.3px solid #ececec;
  position: fixed;
  top: 204px;
}
.page-sidebar #list-example .list-group-item.active {
  background-color: unset;
}
.page-sidebar #list-example a, .page-sidebar #list-example p {
  color: #000;
  font-size: 13px;
  border: none;
}
.page-sidebar #list-example .inactive {
  color: #AEAEAE;
  font-weight: 700;
}

.page-legal-content {
  position: absolute;
  right: 30px;
  left: 306px;
  top: 220px;
}
.page-legal-content .access-accordion {
  padding-bottom: 20px;
}
.page-legal-content .access-accordion .card .btn {
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
  display: flex;
  align-items: center;
}
.page-legal-content .access-accordion .card .btn-toggle-m:after {
  content: "";
  font-family: FontAwesome;
  right: 32px;
  position: absolute;
  font-size: 25px;
  color: #9286C4;
}
.page-legal-content .access-accordion .card .btn-toggle-m.collapsed:after {
  content: "";
  font-family: FontAwesome;
  right: 32px;
  position: absolute;
  font-size: 25px;
  color: #9286C4;
}
.page-legal-content .access-accordion .card .card-header {
  background: #fff;
}

.accordion-step {
  display: flex;
  align-items: center;
  padding-left: 12px;
  position: relative;
}
.accordion-step h5 {
  font-size: 12px;
  color: #000;
  width: 250px;
}
.accordion-step h5 span {
  font-size: 10px;
  color: #AEAEAE;
}
.accordion-step:not(:first-child) {
  margin-top: 36px;
}
.accordion-step .container {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.checkbox-access {
  display: inline-block;
  position: relative;
}
.checkbox-access .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6D558D;
  background-color: #6D558D;
}
.checkbox-access label {
  position: relative;
}
.checkbox-access label p {
  position: absolute;
  top: -17px;
  left: 67%;
  transform: translateX(-77%);
  font-size: 10px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: inherit;
}

.access-top-header {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  height: 90px;
  border-bottom: 0.3px solid #AEAEAE;
  z-index: 20;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 114px;
}
.access-top-header > div {
  display: flex;
  align-items: center;
}
.access-top-header .firm-name-container p {
  padding-right: 40px;
  font-size: 12px;
  color: #AEAEAE;
}
.access-top-header .firm-name-container h6 {
  font-size: 13px;
  font-weight: 700;
}
.access-top-header .role-container p {
  padding-right: 30px;
  font-size: 12px;
  color: #AEAEAE;
}
.access-top-header .role-container .role-select {
  align-items: center;
  width: 372px;
}
.access-top-header .role-container .role-select .nice-select {
  width: 300px;
}
.access-top-header .role-container .role-select .nice-select span {
  font-size: 11px;
}
.access-top-header .role-container .role-select .nice-select ul {
  width: 300px;
}
.access-top-header .role-container .role-select .nice-select ul li {
  font-size: 11px;
  color: #000;
}

.nav-link {
  color: #000;
  font-size: 11px;
  border-radius: unset !important;
  border: 0.3px solid #AEAEAE;
  padding: 12px 45px;
}
.nav-link:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.nav-link:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.nav-link.active {
  color: #6D55BD !important;
  background-color: #D7D2EA !important;
  border: 0.3px solid #6D558D;
}
.nav-link:hover {
  color: #6D558D;
}

.page-foreclosure {
  top: 115px;
  max-width: 300px;
  min-width: 210px;
}
.page-foreclosure .card-header {
  border: none;
  background-color: unset;
  position: relative;
}
.page-foreclosure .inactive {
  border: none;
  font-size: 13px;
  font-weight: 600;
}
.page-foreclosure .card {
  border: none;
}
.page-foreclosure .btn {
  background: #fff;
  color: #000;
  font-size: 13px;
  text-align: left;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.page-foreclosure .btn:hover {
  text-decoration: none;
}
.page-foreclosure .btn-toggle-m:after {
  content: "";
  font-family: FontAwesome;
  right: 10px;
  position: absolute;
  font-size: 18px;
  color: #9286C4;
}
.page-foreclosure .btn-toggle-m.collapsed:after {
  content: "";
  font-family: FontAwesome;
  right: 10px;
  position: absolute;
  font-size: 18px;
  color: #9286C4;
}
.page-foreclosure .card-body {
  padding: 0;
}
.page-foreclosure .card-body a {
  border: none;
  font-size: 12px;
  padding: 0.55rem 1.25rem;
}
.page-foreclosure .card-body a.active {
  color: #6D558D;
  background-color: unset;
  border-color: unset;
  font-weight: 700;
}

.foreclosers-content {
  top: 130px;
}

.foreclosers-header {
  display: flex;
  justify-content: space-between;
}
.foreclosers-header p {
  font-size: 10px;
  font-weight: bold;
}
.foreclosers-header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.internal-container {
  border: 0.3px solid #AEAEAE;
  border-radius: 4px;
  background: #fff;
  min-height: 600px;
  height: 100%;
}
.internal-container .stages-internal-parent a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
}
.internal-container .stages-internal-parent a span {
  font-size: 9px;
  color: #AEAEAE;
}
.internal-container .stages-internal-parent a h6 {
  font-size: 12px;
  color: #000;
}
.internal-container .stages-internal-parent .list-group-item.active {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #6D558D;
  color: #6D558D;
}

.internal-header {
  width: 550px;
}

.category-box {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.category-box .add-category {
  display: flex;
  align-items: center;
  background: #fff;
  color: #9286C4;
  border: 1px solid #9286C4;
  border-radius: 4px;
}
.category-box .add-category:hover {
  background: #6D558D;
  color: #fff;
}
.category-box .add-category span {
  font-size: 11px;
  padding-right: 4px;
}
.category-box .add-category h5 {
  font-size: 11px;
}

.category-text-box p {
  font-size: 13px;
}
.category-text-box span {
  color: #AEAEAE;
  font-size: 10px;
}

.ineternal-context {
  padding: 0 15px;
}
.ineternal-context .btn {
  background: #D6D6DE;
  color: #000;
  font-size: 13px;
  text-align: left;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 92%;
  padding: 15px;
}
.ineternal-context .card-header {
  background-color: #D6D6DE;
  border: none;
  padding: 0;
}
.ineternal-context .btn-catagery-r img {
  margin-left: auto;
}
.ineternal-context .popover-bin-d {
  position: absolute;
  right: 36px;
  top: 19px;
}
.ineternal-context .btn-catagery-r::after {
  content: "-";
  right: 10px;
  position: absolute;
  font-size: 40px;
  color: #9286C4;
}
.ineternal-context .btn-catagery-r.collapsed::after {
  content: "+";
  right: 10px;
  position: absolute;
  font-size: 30px;
  color: #9286C4;
}

.text-container-foreclosers p {
  color: #AEAEAE;
}

.popover-body {
  background: #231C40;
  color: #fff;
  font-size: 10px;
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #231C40;
}

.card-table-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.card-table-header .btn {
  display: flex;
  align-items: center;
  background: #fff;
  color: #9286C4;
  border: 1px solid #9286C4;
  border-radius: 4px;
  width: auto;
  padding: 5px 12px;
}
.card-table-header .btn:hover {
  background: #6D558D;
  color: #fff;
}
.card-table-header p {
  font-size: 10px;
  color: #AEAEAE;
  align-self: flex-end;
}

.dx-command-edit .dx-link {
  text-decoration: none;
  font-size: 18px;
  margin: 0 3px;
}

.dx-command-edit .dx-link:hover {
  opacity: 0.8;
}

#select-position {
  display: inline-block;
  vertical-align: middle;
}

.select-position span {
  vertical-align: middle;
  margin-right: 10px;
}

.class-delete {
  color: transparent !important;
  background-image: url("../imgs/bin.png");
  width: 15px;
  height: 17px;
  background-repeat: no-repeat;
}

.class-edit {
  color: transparent !important;
  background-image: url("../imgs/edit-icon.png");
  width: 20px;
  height: 24px;
  background-repeat: no-repeat;
  left: 13px;
}

.dx-data-row {
  transition: 0.25s all ease-in-out;
}
.dx-data-row:hover {
  background: #D6D6DE;
}

.dx-row .dx-data-row .dx-column-lines {
  border-bottom: none;
  border-top: none;
}

.dx-datagrid-borders .dx-datagrid-rowsview, .dx-datagrid-headers + .dx-datagrid-rowsview {
  border-top: none;
  border-bottom: none;
}

.dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid-borders > .dx-datagrid-rowsview, .dx-datagrid-borders > .dx-datagrid-total-footer {
  border-left: none;
  border-right: none;
}

.tag-container, .input-field {
  display: inline-block;
  vertical-align: middle;
}

.tag-container {
  padding-left: 5px;
}

.input-field.dx-show-invalid-badge.dx-textbox.dx-texteditor.dx-editor-outlined.dx-texteditor-empty.dx-widget {
  display: none !important;
}

.dx-dropdowneditor-input-wrapper.dx-selectbox-container {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 6px;
}

.dx-layout-manager .dx-label-h-align.dx-flex-layout {
  flex-direction: column;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label.dx-field-item-label-location-left {
  padding-bottom: 15px;
}

.dx-datagrid-rowsview .dx-row {
  border-bottom: 1px solid #D6D6DE !important;
}

.yes-class {
  color: #33CC33;
}

.no-class {
  color: #dc3545;
}

.dx-datagrid-text-content.dx-text-content-alignment-left {
  color: #000 !important;
}

#btnspopup {
  width: 100%;
}
#btnspopup .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal {
  background-color: #9286C4 !important;
  border: 1px solid #9286C4;
  border-radius: 4px;
  color: #fff;
}
#btnspopup .dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-focused {
  background-color: #fff !important;
}
#btnspopup .dx-button-mode-contained.dx-buttongroup-last-item, #btnspopup .dx-button-mode-outlined.dx-buttongroup-last-item {
  width: 50%;
}
#btnspopup .dx-button-mode-contained.dx-buttongroup-first-item, #btnspopup .dx-button-mode-outlined.dx-buttongroup-first-item {
  width: 50%;
}

.dx-toolbar-after .dx-popup-bottom .dx-button {
  min-width: 151px;
}
.dx-toolbar-after .dx-closebutton.dx-button.dx-button-normal.dx-button-mode-contained.dx-widget.dx-button-has-icon .dx-button-content {
  background: unset !important;
}
.dx-toolbar-after .dx-closebutton.dx-button.dx-button-normal.dx-button-mode-contained.dx-widget.dx-button-has-icon .dx-button-content i {
  color: #9286C4 !important;
}
.dx-toolbar-after .dx-item.dx-toolbar-item.dx-toolbar-button:last-child .dx-button-content {
  background: #9286C4;
  color: #fff;
}

.dx-popup-bottom.dx-toolbar {
  border-top: 1px solid #D6D6DE !important;
}

.dx-item-content.dx-toolbar-item-content {
  color: #6D558D;
}

.dx-datagrid .dx-column-lines > td {
  border-left: none !important;
  border-right: none !important;
}

#addColumn-modal, .modal-law {
  z-index: 22222222;
}
#addColumn-modal .form-control, .modal-law .form-control {
  font-size: 12px;
}
#addColumn-modal label, .modal-law label {
  margin-bottom: 8px;
}
#addColumn-modal .dx-texteditor-container, .modal-law .dx-texteditor-container {
  display: none !important;
}
#addColumn-modal .dx-field, .modal-law .dx-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#addColumn-modal .dx-field-label, .modal-law .dx-field-label {
  padding-bottom: 8px;
  font-size: 12px;
}
#addColumn-modal .dx-field-value-static, #addColumn-modal .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .modal-law .dx-field-value-static, .modal-law .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
  width: 100%;
}
#addColumn-modal .active-model-btns, .modal-law .active-model-btns {
  display: flex;
  flex-direction: column;
}
#addColumn-modal .active-model-btns .btn, .modal-law .active-model-btns .btn {
  background: #fff;
  color: #000;
  border: 1px solid #D6D6DE;
}
#addColumn-modal .active-model-btns .btn.active, .modal-law .active-model-btns .btn.active {
  border-color: #9286C4 !important;
  background: #9286C4 !important;
  color: #fff;
}
#addColumn-modal #addColumn-modalLabel, .modal-law #addColumn-modalLabel {
  color: #6D558D;
}
#addColumn-modal .close span, .modal-law .close span {
  color: #6D558D;
}
#addColumn-modal .modal-footer button, .modal-law .modal-footer button {
  padding: 10px 28px;
}
#addColumn-modal .modal-footer .btn-secondary, .modal-law .modal-footer .btn-secondary {
  background: #f2f2f2;
  border: none;
  color: #666666;
}
#addColumn-modal .modal-footer .btn-secondary:hover, .modal-law .modal-footer .btn-secondary:hover {
  background: #D6D6DE;
}

.warning-modal .model-context {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.warning-modal .model-context i {
  font-size: 99px;
  color: red;
  padding-bottom: 20px;
}
.warning-modal .model-context span {
  color: #AEAEAE;
}

.dx-theme-generic-typography h6 {
  font-weight: 600 !important;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: 0.2s;
  flex-direction: column;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  font-size: 12px;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

.upload-modal span:not(:last-child) {
  margin-bottom: 10px;
}
.upload-modal i {
  color: #6D558D;
}
.upload-modal .secondary-text-modal {
  color: #AEAEAE;
}

.bulk-mailing-container {
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
  border: 0.3px solid #ececec;
  z-index: 20;
  width: calc(100% - 100px);
  background: #fff;
  position: fixed;
  top: 114px;
  border-radius: 4px;
}
.bulk-mailing-container .dx-viewport {
  width: 100% !important;
}
.bulk-mailing-container .dx-viewport .dx-layout-manager .dx-label-h-align.dx-flex-layout {
  display: flex;
  flex-direction: column;
}
.bulk-mailing-container .dx-viewport .pending-status {
  color: #FFCC00;
}
.bulk-mailing-container .dx-viewport .rejected-status {
  color: #FF3333;
}
.bulk-mailing-container .dx-viewport .completed-status {
  color: #39C8B7;
}
.bulk-mailing-container .dx-viewport .class-view {
  color: transparent !important;
  background-image: url("../imgs/eye-view-1.png");
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  left: 34px;
}
.bulk-mailing-container .dx-viewport .reject-btn .dx-button-mode-contained {
  background-color: #d64329;
  color: #fff;
  border: none;
  border-radius: 4px;
}
.bulk-mailing-container .dx-viewport .reject-btn .dx-button-mode-contained:hover {
  background-color: #cc0000;
}
.bulk-mailing-container .dx-viewport .dx-button {
  border: none;
  border-radius: 4px;
}
.bulk-mailing-container .dx-viewport .cancel-btn .dx-button-mode-contained {
  background-color: #D6D6DE;
  color: #fff;
}
.bulk-mailing-container .dx-viewport .cancel-btn .dx-button-mode-contained:hover {
  background-color: #6D558D;
}
.bulk-mailing-container .dx-viewport .cancel-btn .dx-button-mode-contained .dx-button-mode-contained {
  border: none;
}
.bulk-mailing-container .dx-viewport .dx-field-item-label-text {
  color: #AEAEAE;
}
.bulk-mailing-container .dx-viewport .dx-texteditor.dx-state-readonly {
  border: none;
  margin-left: -8px;
  margin-top: -14px;
}
.bulk-mailing-container .dx-viewport .form-dowload {
  position: absolute;
  top: 161px;
  right: 192px;
  color: #6D558D;
}
.bulk-mailing-container .dx-viewport .transfer-class input {
  text-decoration: underline;
  color: #6D558D;
}
.bulk-mailing-container .dx-viewport .dx-pager .dx-pages {
  float: left;
}
.bulk-mailing-container .dx-viewport .dx-pager .dx-pages .dx-next-button::before, .bulk-mailing-container .dx-viewport .dx-pager .dx-pages .dx-prev-button::before {
  font-size: 12px;
}
.bulk-mailing-container .dx-viewport .dx-pager .dx-page {
  color: #AEAEAE;
}
.bulk-mailing-container .dx-viewport .dx-pager .dx-pages .dx-page {
  padding: 4px 10px;
}
.bulk-mailing-container .dx-viewport .dx-pager .dx-pages .dx-selection {
  background: #6D558D;
  border-radius: 50%;
}
.bulk-mailing-container .dx-viewport .dx-datagrid-pager {
  border: none;
}

.header-bulk .nav-link {
  border: none;
}
.header-bulk .nav-link:first-child {
  border-radius: unset !important;
}
.header-bulk .nav-link:last-child {
  border-radius: unset !important;
}
.header-bulk .nav-link.active {
  font-weight: 700;
  background-color: #fff !important;
  border: none;
  border-bottom: 2px solid #9286C4;
}
.header-bulk .nav-link.active p {
  color: #9286C4;
}
.header-bulk .nav-link.active .nav-bulk-item span {
  background: #9286C4;
}
.header-bulk .nav-link.active .nav-bulk-item span p {
  color: #fff;
}
.header-bulk .nav-link.active .nav-bulk-item .pending-color {
  background: #ffc500;
}
.header-bulk .nav-link.active .nav-bulk-item .rejected-color {
  background: #f33;
}
.header-bulk .nav-link.active .nav-bulk-item .completed-color {
  background: #39c8b7;
}
.header-bulk .nav-bulk-item {
  display: flex;
  align-items: center;
}
.header-bulk .nav-bulk-item p {
  color: #333;
}
.header-bulk .nav-bulk-item span {
  padding: 4px;
  background: #D6D6DE;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.header-bulk .nav-bulk-item span p {
  color: #AEAEAE;
}

.content-bulk {
  padding: 0 15px 15px 42px;
}
.content-bulk .header-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  width: 99%;
}
.content-bulk .header-tab p {
  font-size: 11px;
  color: #959595;
}
.content-bulk .header-tab img {
  padding: 10px;
  background: #6D558D;
  border-radius: 4px;
}

#select_request_credits-error {
  position: absolute;
  bottom: -27px;
  left: 4px;
}

#create_request_confr-error {
  position: absolute;
  top: 20px;
}

.dx-datagrid-borders .dx-datagrid-rowsview, .dx-datagrid-headers + .dx-datagrid-rowsview {
  border-color: #ececec;
}

.bulk-mailing-container-request {
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
  border: 0.3px solid #ececec;
  z-index: 20;
  width: calc(100% - 100px);
  background: #fff;
  position: fixed;
  top: 114px;
  border-radius: 4px;
}
.bulk-mailing-container-request .dx-viewport {
  width: 100% !important;
}
.bulk-mailing-container-request .dx-viewport .dx-layout-manager .dx-label-h-align.dx-flex-layout {
  display: flex;
  flex-direction: column;
}
.bulk-mailing-container-request .dx-viewport .pending-status {
  color: #FFCC00;
}
.bulk-mailing-container-request .dx-viewport .rejected-status {
  color: #FF3333;
}
.bulk-mailing-container-request .dx-viewport .completed-status {
  color: #39C8B7;
}
.bulk-mailing-container-request .dx-viewport .class-view {
  color: transparent !important;
  background-image: url("../imgs/eye-view-1.png");
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
}
.bulk-mailing-container-request .dx-viewport .reject-btn .dx-button-mode-contained {
  background-color: #d64329;
  color: #fff;
}
.bulk-mailing-container-request .dx-viewport .reject-btn .dx-button-mode-contained:hover {
  background-color: #cc0000;
}
.bulk-mailing-container-request .dx-viewport .dx-button {
  border: none;
  border-radius: 4px;
}
.bulk-mailing-container-request .dx-viewport .cancel-btn .dx-button-mode-contained {
  background-color: #D6D6DE;
  color: #fff;
}
.bulk-mailing-container-request .dx-viewport .cancel-btn .dx-button-mode-contained:hover {
  background-color: #6D558D;
}
.bulk-mailing-container-request .dx-viewport .cancel-btn .dx-button-mode-contained .dx-button-mode-contained {
  border: none;
}
.bulk-mailing-container-request .dx-viewport .complete-btn .dx-button-mode-contained {
  background-color: #9286c4;
  color: #fff;
}
.bulk-mailing-container-request .dx-viewport .complete-btn .dx-button-mode-contained:hover {
  background-color: #6D558D;
}
.bulk-mailing-container-request .dx-viewport .complete-btn .dx-button-mode-contained .dx-button-mode-contained {
  border: none;
}
.bulk-mailing-container-request .dx-viewport .dx-field-item-label-text {
  color: #AEAEAE;
}
.bulk-mailing-container-request .dx-viewport .dx-texteditor.dx-state-readonly {
  border: 1px solid #AEAEAE;
  margin-left: 0;
  margin-top: -8px;
}
.bulk-mailing-container-request .dx-viewport .dx-texteditor.dx-editor-outlined {
  background: #F2F2F2;
}
.bulk-mailing-container-request .dx-viewport .dx-checkbox.dx-state-readonly .dx-checkbox-icon {
  border-color: #AEAEAE;
}
.bulk-mailing-container-request .dx-viewport .dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: inline-block;
}
.bulk-mailing-container-request .dx-viewport .dx-checkbox-checked .dx-checkbox-icon::before {
  color: #6D558D;
}
.bulk-mailing-container-request .dx-viewport .form-dowload {
  position: absolute;
  top: 154px;
  right: 200px;
  color: #6D558D;
}
.bulk-mailing-container-request .dx-viewport .transfer-class input {
  text-decoration: underline;
  color: #6D558D;
}
.bulk-mailing-container-request .dx-viewport .dx-pager .dx-pages {
  float: left;
}
.bulk-mailing-container-request .dx-viewport .dx-pager .dx-pages .dx-next-button::before, .bulk-mailing-container-request .dx-viewport .dx-pager .dx-pages .dx-prev-button::before {
  font-size: 12px;
}
.bulk-mailing-container-request .dx-viewport .dx-pager .dx-page {
  color: #AEAEAE;
}
.bulk-mailing-container-request .dx-viewport .dx-pager .dx-pages .dx-page {
  padding: 4px 10px;
}
.bulk-mailing-container-request .dx-viewport .dx-pager .dx-pages .dx-selection {
  background: #6D558D;
  border-radius: 50%;
}
.bulk-mailing-container-request .dx-viewport .dx-datagrid-pager {
  border: none;
}
.bulk-mailing-container-request .dx-viewport .form-text {
  padding: 0 0 14px 0;
  border-bottom: 1px solid #D6D6DE;
  color: #09F;
}

.bulk-mailing-container-request {
  height: 87%;
  overflow: auto;
}

.content-bulk .header-tab .left-header {
  display: flex;
  align-items: center;
}
.content-bulk .header-tab .left-header button {
  margin-right: 10px;
}

.status-icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 8px;
}

.plan-section {
  display: flex;
  justify-content: space-between;
}
.plan-section a {
  width: 48%;
  text-decoration: none;
}
.plan-section a:first-child {
  margin-right: 4px;
}
.plan-section .plan-box {
  height: 95px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-section .list-group-item.active {
  color: #fff;
  background-color: #6D55BD;
  border-color: #6D55BD;
}
.plan-section .list-group-item + .list-group-item {
  border-top: none;
}
.plan-section .list-group-item + .list-group-item {
  border-top-width: 100%;
}

#signUp {
  padding: 2px 11px;
  margin-top: 6px;
  cursor: pointer;
}

.cta-btn-sign {
  display: flex;
  flex-direction: column;
}

.radio-toolbar {
  display: flex;
  position: relative;
}

.radio-toolbar input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 223px;
  height: 40px;
  cursor: pointer;
}

#snd-r-b {
  right: 0;
}

.radio-toolbar label {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #6D55BD;
  border-radius: 4px;
  color: #000;
  text-align: center;
  font-size: 13px;
  width: 48%;
}

.radio-toolbar input[type=radio]:checked + label {
  background-color: #6D558D;
  border-color: transparent;
  color: #fff;
}

.radio-toolbar label:hover {
  background-color: #fff;
  border-color: #6D558D;
  color: #000;
}

.form-progress-2 {
  display: none;
}

#reject-modal .nav-tabs {
  border-bottom: none;
}
#reject-modal #nav-tabContent {
  overflow-y: auto;
  height: 172px;
}
#reject-modal .multisteps-form__progress-btn {
  pointer-events: none;
}

.transfer-class a {
  font-size: 12px !important;
}

.login-section-1-1, .login-section-2-2, .login-section-3-3, .login-section-4 {
  display: none;
}

.login-section-s {
  transition: 0.65s all ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-bulk-mail-content {
  position: absolute;
  right: 30px;
  left: 85px;
  top: 114px;
  border: 1px solid #ececec;
  padding: 14px 15px 30px 15px;
  background-color: #fff;
  width: calc(100% - 100px);
}

.page-header.add-ml-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 70px);
}

.add-bulk-request {
  margin-right: 20px;
}

.bulk-incl {
  flex-direction: column;
}

.bulk-credit-container {
  display: flex;
  align-items: center;
  padding: 12px;
  background: rgba(234, 233, 239, 0.3294117647);
  margin: 15px;
  border-radius: 4px;
}

.title-container-credit:first-child {
  padding-right: 24px;
}

.title-container-credit p {
  font-weight: bold;
  font-size: 16px;
}

.title-container-credit span {
  font-size: 12px;
}

.request-credit-btn {
  margin-left: auto;
}
.request-credit-btn:last-child {
  margin-left: 10px;
}

.multisteps-form__progress.modal-progress p {
  top: 14px;
}

.multisteps-form__progress.modal-progress {
  grid-template-columns: 1fr 1fr 1fr;
}

#mailing-service-modal .modal-dialog {
  max-width: 650px;
}
#mailing-service-modal .modal-dialog .modal-body-inner {
  display: flex;
}
#mailing-service-modal .modal-dialog .modal-body-inner .model-context:first-child {
  margin-right: 3rem;
  position: relative;
}
#mailing-service-modal .modal-dialog .modal-body-inner .model-context:first-child:after {
  content: "";
  position: absolute;
  right: -9%;
  top: 7%;
  height: 90%;
  width: 1px;
  background-color: #D6D6DE;
}
#mailing-service-modal .modal-dialog .modal-body-inner .model-context:last-child #select_paper_type_note p {
  background-color: #e9ecef;
  margin-top: 0.75rem;
  padding: 0.5rem;
}

#customCheck30 {
  display: none;
}

.modal-multi {
  padding-bottom: 36px;
}

.form-modal-request .nice-select {
  width: 100%;
}

.form-modal-request {
  text-align: left;
}

.form-modal-request .nice-select .list {
  width: 100%;
}

.bootstrap-select button.btn {
  background: #fff;
  color: #000;
  border: 1px solid #D6D6DE;
}

.bootstrap-select .dropdown-item .text {
  color: #000;
  font-size: 12px;
}

.bootstrap-select .dropdown-header .text {
  color: #6D558D;
  font-size: 12px;
}

.bootstrap-select .dropdown-item.active {
  background: #6D558D;
}

.bootstrap-select .dropdown-item.active .text {
  color: #fff;
}

.incoming-request i {
  color: #6D558D;
}

.upload-modal-request span {
  margin-bottom: 3px;
}

.upload-modal-request {
  border: 1px solid #ececec;
}

.header-curr-pend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #f8f8fa;
  border-radius: 4px;
}

.header-curr-pend div {
  display: flex;
  flex-direction: column-reverse;
}

.header-curr-pend span {
  font-size: 12px;
  color: #000;
}

.header-curr-pend p {
  color: #6D558D;
  font-size: 16px;
  font-weight: bold;
}

.table-request td {
  font-size: 12px;
}

.table-request th {
  font-size: 11px;
  color: #999999;
}

.rejected-td {
  color: #F53240;
}

.approved-td {
  color: #00b03b;
}

.pending-td {
  color: #FFCC00;
}

.file-td {
  color: #6D558D;
  cursor: pointer;
}

.link-color {
  color: #3399FF;
}

.create-box {
  width: 100%;
  display: flex;
}

.line-modal {
  border-bottom: 1px solid #dee2e6;
  margin-top: 8px;
  margin-bottom: 20px;
}

.create-box-container {
  width: 32%;
}

.create-box-container:not(:last-child) {
  margin-right: 10px;
}

.create-box-container .nav-link {
  padding: 8px;
  text-align: center;
}
.create-box-container .nav-item {
  width: 50%;
}

#create-modal textarea {
  resize: none;
}
#create-modal .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6D558D;
  background-color: #6D558D;
}
#create-modal .custom-control-label {
  margin-bottom: 0;
}
#create-modal .filter-option-inner-inner small {
  position: absolute;
  right: 22px;
  font-size: 12px;
  color: #000 !important;
}
#create-modal .dropdown-item.selected .text small {
  position: absolute;
  right: 14px;
  font-size: 12px;
  color: #fff !important;
}
#create-modal .text small {
  position: absolute;
  right: 14px;
  font-size: 12px;
  color: #000 !important;
}
#create-modal .tot-fee-modal {
  display: flex;
  align-items: center;
}
#create-modal .tot-fee-modal p {
  padding-right: 6px;
  color: #6D558D;
  font-size: 20px;
  font-weight: bold;
}
#create-modal .tot-fee-modal span {
  color: #AEAEAE;
  font-size: 10px;
}

#information-modal .modal-head-request {
  text-align: left;
  padding: 14px 18px;
  background: rgba(234, 233, 239, 0.3294117647);
  border-radius: 4px 4px 0 0;
  color: #3399FF;
  border-left: 1px solid #AEAEAE;
  border-top: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
}
#information-modal .create-box-container label {
  color: #AEAEAE;
  font-size: 11px;
}
#information-modal .create-box {
  padding: 12px 18px;
  background: rgba(234, 233, 239, 0.3294117647);
  border-radius: 0 0 4px 4px;
  border: 1px solid #AEAEAE;
}
#information-modal .create-box-two {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
#information-modal .create-box-container-two {
  width: 48%;
}
#information-modal .create-box-container-two:first-child {
  margin-right: 30px;
}
#information-modal .upload-types {
  display: flex;
  justify-content: space-between;
}
#information-modal .upload-types .sub {
  font-size: 11px;
}

.bulk-mailing-container-request .dx-viewport {
  height: 100%;
}
.bulk-mailing-container-request .dx-datagrid-text-content.dx-text-content-alignment-left {
  color: #999999 !important;
  font-size: 11px;
}
.bulk-mailing-container-request .dx-row.dx-data-row.dx-column-lines td {
  font-size: 12px;
}

.modal-multi-tab {
  padding-top: 18px;
}

.multisteps-form__progress.mult-tab {
  top: -19px;
}

.bulk-incl .dx-viewport .dx-pager .dx-pages {
  float: right;
}

.bulk-incl .dx-datagrid-group-panel .dx-group-panel-message {
  font-size: 11px;
}

.page-mail-services .list-group-item.active {
  background-color: #e7e7ec;
  color: #000;
  border: unset;
}
.page-mail-services .list-group-item:first-child {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.personalized-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.personalized-header h1 {
  font-size: 18px;
}

.btn-primary-inner {
  border: none;
  background: #6D558D;
  color: #fff !important;
  width: 30px;
  height: 31px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
}

.btn-primary-maxift {
  border: none;
  background: #6D558D;
  color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.inner-mail-service {
  margin-top: 10px;
  border: 1px solid #ececec;
  padding: 20px;
  border-radius: 4px;
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-header p {
  font-weight: bold;
}

.item-form {
  margin: 10px 0;
  border-radius: 4px;
}
.item-form .row {
  align-items: center;
}
.item-form .col-4 p {
  padding-bottom: 6px;
}
.item-form .col-6 {
  padding-bottom: 10px;
}
.item-form .col-6 p {
  padding-bottom: 6px;
}
.item-form .col-6 span {
  color: #AEAEAE;
}
.item-form .card-header {
  display: flex;
  justify-content: space-between;
}
.item-form .card-header button {
  font-weight: bold;
}

.inner-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-form-header p {
  font-weight: bold;
}

#paper-type-modal label {
  font-size: 12px;
  padding-bottom: 6px;
}
#paper-type-modal input {
  font-size: 12px;
}

.checkbox-mail {
  padding-top: 10px;
}
.checkbox-mail input {
  margin-top: 3px;
  margin-left: 8px;
}

.form-items .col-12 {
  padding-bottom: 10px;
}

.insert-yes {
  display: none;
}

.form-upload-items .col-12 {
  padding-bottom: 10px;
}
.form-upload-items .custom-file-label {
  right: 144px;
}
.form-upload-items .custom-file {
  display: flex;
}
.form-upload-items .custom-file button {
  width: 150px;
  font-size: 10px;
}
.form-upload-items .custom-file svg {
  height: 19px;
  fill: #fff;
}

.text-lab span {
  font-size: 10px;
  color: #333333;
}

.modal a {
  color: #fff;
  text-decoration: none;
}

.dx-htmleditor-content img {
  vertical-align: middle;
  padding-right: 10px;
}

.options {
  padding: 20px;
  background-color: rgba(191, 191, 191, 0.15);
  margin-top: 20px;
}

.dropdown-menu ul {
  list-style: none;
  padding-left: 10px;
}

.caption {
  font-size: 18px;
  font-weight: 500;
}

.total-fee {
  display: flex;
  justify-content: flex-end;
}
.total-fee p {
  padding-right: 10px;
  font-weight: bold;
}
.total-fee span {
  font-weight: bold;
}

.table-request-summary .text-box-item p, .table-request-summary .text-box-item span {
  font-weight: normal;
}
.table-request-summary .text-box-item span {
  font-size: 10px;
  color: #AEAEAE;
}

#mailing-personalized-modal {
  overflow-y: auto;
}
#mailing-personalized-modal .modal-xl {
  max-width: 975px;
}
#mailing-personalized-modal .form-control, #mailing-personalized-modal #edit_campaign_name {
  height: calc(1.5em + .75rem + -4px);
}

#mailing-direct-modal {
  overflow-y: auto;
}

.option {
  margin-top: 10px;
}

.modal-footer .btn-primary-maxift {
  padding: 10px 28px;
}

.preview-doc-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.preview-doc-header svg {
  height: 19px;
  fill: #fff;
}

.form-upload-three-items .col-2 {
  display: flex;
  align-items: flex-end;
}
.form-upload-three-items .col-2 button {
  font-size: 8px;
}
.form-upload-three-items > .row {
  margin-right: -27px;
}
.form-upload-three-items > .row .custom-file .form-control {
  height: calc(1.5em + .75rem - 4px);
}
.form-upload-three-items .btn-primary-maxift {
  padding: 7px 10px;
}
.form-upload-three-items .btn-primary-maxift:hover {
  color: #fff !important;
}

.field-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #AEAEAE;
  align-items: center;
}

.field-list__item {
  padding: 8px 0;
  border-bottom: 1px solid #AEAEAE;
}

.field-header-list {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #AEAEAE;
}

.document-editor {
  width: 21.8cm;
  min-height: 58cm;
  height: auto;
  padding: 1cm 2cm 2cm;
  margin: 0.5cm auto;
  border: 1px #d3d3d3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Nunito Sans", Verdana, Helvetica, sans-serif;
}

.cke_contents {
  height: 300px !important;
}

.document-editor td,
body.document-editor th {
  font-size: 0.9em;
}

.document-editor h1 {
  margin-bottom: 1cm;
}

.document-editor table {
  margin-top: 0.5cm;
  margin-bottom: 0.5cm;
}

.document-editor table td {
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.document-editor table td:first-of-type {
  border-left: 1px solid #d0d0d0;
}

.document-editor table tr:first-of-type td {
  border-top: 1px solid #d0d0d0;
}

.document-editor table thead th {
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.document-editor table thead th:first-of-type {
  border-left: 1px solid #d0d0d0;
}

@media (max-width: 1170px) {
  .extra-text-s {
    top: -46px !important;
  }

  .extra-text {
    top: -32px !important;
  }
}

/*# sourceMappingURL=style.css.map */
