.c3 svg {
  -webkit-tap-highlight-color: #0000;
  font: 10px sans-serif;
}

.c3 path, .c3 line {
  fill: none;
  stroke: #000;
}

.c3 text {
  -webkit-user-select: none;
  user-select: none;
}

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;
}

.c3-chart-arc rect {
  stroke: #fff;
  stroke-width: 1px;
}

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

.c3-grid line {
  stroke: #aaa;
}

.c3-grid text {
  fill: #aaa;
}

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3;
}

.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}

.c3-line {
  stroke-width: 1px;
}

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}

.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}

.c3-bar {
  stroke-width: 0;
}

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: .75;
}

.c3-target.c3-focused {
  opacity: 1;
}

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}

.c3-target.c3-defocused {
  opacity: .3 !important;
}

.c3-region {
  fill: #4682b4;
  fill-opacity: .1;
}

.c3-brush .extent {
  fill-opacity: .1;
}

.c3-legend-item {
  font-size: 12px;
}

.c3-legend-item-hidden {
  opacity: .15;
}

.c3-legend-background {
  opacity: .75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1px;
}

.c3-title {
  font: 14px sans-serif;
}

.c3-tooltip-container {
  z-index: 10;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  opacity: .9;
  background-color: #fff;
  box-shadow: 7px 7px 12px -9px #777;
}

.c3-tooltip tr {
  border: 1px solid #ccc;
}

.c3-tooltip th {
  text-align: left;
  color: #fff;
  background-color: #aaa;
  padding: 2px 5px;
  font-size: 14px;
}

.c3-tooltip td {
  background-color: #fff;
  border-left: 1px dotted #999;
  padding: 3px 6px;
  font-size: 13px;
}

.c3-tooltip td > span {
  width: 10px;
  height: 10px;
  margin-right: 6px;
  display: inline-block;
}

.c3-tooltip td.value {
  text-align: right;
}

.c3-area {
  stroke-width: 0;
  opacity: .2;
}

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #fff;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc .c3-gauge-value {
  fill: #000;
}

.c3-chart-arc.c3-target g path, .c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}

body .ant-back-top {
  bottom: 3.84rem;
  right: 3.84rem;
}

body .ant-back-top-content {
  background: #d2d9e5;
  border-radius: 5px;
}

body .ant-back-top-content:hover {
  background: #b8beca;
}

body .ant-badge-count {
  font-family: inherit;
}

body .ant-calendar {
  border: 1px solid #e9e9e9;
}

body .events {
  margin: 0;
  padding: 0;
  list-style: none;
}

body .events .ant-badge-status {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}

body .notes-month {
  text-align: center;
  font-size: 28px;
}

body .notes-month section {
  font-size: 28px;
}

body .ant-fullcalendar-month-select {
  margin-left: 5px;
}

body .ant-calendar-picker {
  min-width: auto !important;
}

body .ant-calendar-picker-container {
  animation-duration: 0s !important;
}

body .ant-calendar-range .ant-calendar-input-wrap {
  height: 38px;
}

body .ant-cascader-menus, body .ant-dropdown-menu {
  border: 1px solid #e9e9e9;
}

body .ant-dropdown-menu-item {
  font-size: 1rem;
}

body .ant-dropdown-menu-submenu-title {
  padding: .61rem 1.53rem;
  font-size: 1rem;
}

body .ant-dropdown-menu-item > a, body .ant-dropdown-menu-submenu-title > a {
  margin: -.62rem -1.54rem;
  padding: .61rem 1.53rem;
}

body .ant-dropdown-menu-item > a.btn, body .ant-dropdown-menu-submenu-title > a.btn {
  margin: -.62rem 0;
}

body .ant-dropdown-menu-item-group-list {
  padding: 0;
  list-style: none;
}

body .ant-dropdown-menu-item-group-title {
  color: #74708d;
  padding: .92rem 1.53rem;
  font-size: 1rem;
  font-weight: bold;
}

body .ant-select-dropdown-menu-item-active {
  background-color: #f2f4f8 !important;
}

body .ant-dropdown-menu-item:hover, body .ant-dropdown-menu-submenu-title:hover, body .ant-dropdown-menu-item-selected, body .ant-dropdown-menu-submenu-title-selected {
  background-color: #f2f4f8;
}

body .ant-form input[type="file"] {
  min-height: 40px;
}

body .ant-form input.ant-input-sm[type="file"] {
  min-height: 48px;
}

body .ant-form input.ant-input-lg[type="file"] {
  min-height: 52px;
}

body .ant-form-item-label {
  text-align: right;
  white-space: normal;
}

body .ant-form-item > .ant-form-item, body .ant-form-item :not(.ant-form) > .ant-form-item {
  margin-top: -2px;
}

body form .ant-select:only-child, body form .ant-cascader-picker:only-child {
  display: inline-block;
}

body .ant-input-disabled {
  background: #f9fafc;
}

body .ant-modal-close {
  outline: none !important;
}

body .ant-select {
  font-family: Nunito Sans, sans-serif;
}

body .ant-select-dropdown {
  border: 1px solid #e9e9e9;
  width: auto !important;
  animation-duration: 0s !important;
}

body .ant-select-auto-complete ol, body .ant-select-auto-complete ul, body .ant-select-auto-complete dl {
  margin: 0;
}

body .ant-slider-with-marks {
  margin-bottom: 19px;
}

body .ant-spin-blur {
  filter: none !important;
}

body .ant-spin-nested-loading > div > .ant-spin {
  max-height: none;
}

body .style_content__3ONJs {
  height: 100%;
}

body .ant-layout {
  width: 100vw;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  margin: 0 !important;
}

body .body * {
  font-family: Nunito Sans;
}

body .ant-layout-header {
  width: 100vw;
  padding: 10px 32px;
}

body .ant-layout-footer {
  background: none;
  padding: 0;
}

body .ant-collapse {
  background: none;
}

body .ant-layout-sider {
  background-color: #fff;
  transition: all .2s;
  z-index: 0 !important;
  box-shadow: none !important;
}

body .ant-menu-item-active {
  color: #fff !important;
  background-color: #444 !important;
}

body .ant-menu-item-selected {
  color: #fff;
}

@media (max-width: 768px) {
  body .ant-layout-sider {
    z-index: 111 !important;
  }

  body .ant-layout-header {
    padding: 15px;
  }
}

body .ant-notification {
  max-width: calc(100vw - 48px);
}

body .ant-progress-text {
  white-space: nowrap;
}

body .ant-menu-item {
  outline: none !important;
}

body .ant-menu-dark.ant-menu-submenu-popup .ant-menu-item-divider {
  opacity: .2;
}

body .donecheck .ant-checkbox {
  top: 5%;
  transform: scale(1);
}

body .donecheck .ant-checkbox .ant-checkbox-inner {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 8px;
}

body .donecheck .ant-checkbox-checked .ant-checkbox-inner {
  background: green;
  border-color: green;
}

body .donecheck .ant-checkbox-checked .ant-checkbox-inner:after {
  transform-origin: center;
  transform: rotate(45deg)scale(1.2)translate(-20%, -55%);
}

body .ant-checkbox-wrapper-disabled .ant-checkbox {
  top: 5%;
  transform: scale(1);
}

body .ant-checkbox-wrapper-disabled .ant-checkbox .ant-checkbox-inner {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 8px;
}

body .ant-checkbox-wrapper-disabled .ant-checkbox-checked .ant-checkbox-inner {
  background: #f2f4f8;
  border-color: gray;
}

body .ant-checkbox-wrapper-disabled .ant-checkbox-checked .ant-checkbox-inner:after {
  transform-origin: center;
  transform: rotate(45deg)scale(1.2)translate(-20%, -55%);
}

html {
  font-size: 13px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  color: #514d6a;
  background: #f2f4f8;
  line-height: 1.7;
  font-family: Nunito Sans, sans-serif !important;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

svg {
  vertical-align: baseline;
  overflow: auto;
}

a {
  color: #74708d;
  text-decoration: none;
  transition: color ease-in-out;
}

a:hover, a:active, a:focus {
  color: #08f;
  text-decoration: none;
}

input {
  color: #514d6a;
  outline: none !important;
  font-family: Nunito Sans, sans-serif !important;
}

button, input {
  box-shadow: none !important;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none !important;
  appearance: none !important;
}

input:-webkit-autofill {
  box-shadow: inset 0 0 0 50px #fff !important;
}

label {
  margin-bottom: 0;
  display: inline-block;
}

code {
  color: #74708d;
  background: #f2f4f8;
  border-radius: 3px;
  padding: .15rem .38rem;
  display: inline-block;
}

pre {
  color: #74708d;
  background: #f2f4f8;
  border: 1px solid #e4e9f0;
  border-radius: 3px;
  padding: 1.53rem;
}

button, input, select, textarea {
  font-family: inherit;
}

.utils__visibilityHidden {
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.utils__content {
  max-width: 120rem;
  margin: 0 auto;
  padding: 2.3rem;
}

@media (max-width: 767px) {
  .utils__content {
    padding: 2.3rem .76rem !important;
  }
}

.utils__title {
  color: #0e0b20;
  font-size: 1.3rem;
}

.utils__titleDescription {
  color: #c0bdd0;
}

.utils__scrollable {
  overflow: auto;
}

.utils__example {
  border: 1px solid #e4e9f0;
  padding: 1.92rem;
}

.utils__example:before {
  content: "EXAMPLE";
  color: #74708d;
  margin-bottom: 1.15rem;
  display: block;
}

.utils__link--underlined {
  border-bottom: 1px solid #39374940;
}

.utils__link--underlined:hover {
  border-bottom-color: #08f3;
}

.utils__link--blue {
  color: #08f;
}

.utils__link--blue:hover {
  color: #0072d6;
}

.utils__link--blue.link-underlined {
  border-bottom: 1px solid #0088ff40;
}

.utils__link--blue.link-underlined:hover {
  border-bottom-color: #08f3;
}

.utils__iconsBlock {
  text-align: center;
  padding: 0 0 2.3rem;
}

.utils__iconsBlock p {
  height: 2.3rem;
}

.utils__iconsBlock li {
  text-align: center;
  box-sizing: content-box;
  background: #eef0f4;
  border-radius: 3px;
  width: 3.07rem;
  height: 3.07rem;
  margin: .76rem;
  padding: .76rem 2.3rem;
  font-size: 2.76rem;
  line-height: 3.07rem;
  display: inline-block;
}

.utils__iconsBlock li:hover {
  color: #fff;
  background: #222034;
}

.utils__iconsBlock .tooltip {
  font-size: 1.38rem;
}

.utils__scrollTable .ant-table-body {
  overflow-x: hidden !important;
}

.font-size-0 {
  font-size: 0;
}

.font-size-10 {
  font-size: .76rem;
}

.font-size-12 {
  font-size: .92rem;
}

.font-size-14 {
  font-size: 1.07rem;
}

.font-size-16 {
  font-size: 1.23rem;
}

.font-size-18 {
  font-size: 1.38rem;
}

.font-size-20 {
  font-size: 1.53rem;
}

.font-size-24 {
  font-size: 1.84rem;
}

.font-size-26 {
  font-size: 2rem;
}

.font-size-30 {
  font-size: 2.3rem;
}

.font-size-36 {
  font-size: 2.76rem;
}

.font-size-40 {
  font-size: 3.07rem;
}

.font-size-50 {
  font-size: 3.84rem;
}

.font-size-60 {
  font-size: 4.61rem;
}

.font-size-70 {
  font-size: 5.38rem;
}

.font-size-80 {
  font-size: 6.15rem;
}

.height-100 {
  height: 7.69rem;
}

.height-200 {
  height: 15.38rem;
}

.height-300 {
  height: 23.07rem;
}

.height-400 {
  height: 30.76rem;
}

.height-500 {
  height: 38.46rem;
}

.height-600 {
  height: 46.15rem;
}

.height-700 {
  height: 53.84rem;
}

.min-height-100 {
  min-height: 7.69rem;
}

.min-height-200 {
  min-height: 15.38rem;
}

.min-height-300 {
  min-height: 23.07rem;
}

.min-height-400 {
  min-height: 30.76rem;
}

.min-height-500 {
  min-height: 38.46rem;
}

.min-height-600 {
  min-height: 46.15rem;
}

.min-height-700 {
  min-height: 53.84rem;
}

.width-50 {
  width: 3.84rem;
}

.width-75 {
  width: 5.76rem;
}

.width-100 {
  width: 7.69rem;
}

.width-150 {
  width: 11.53rem;
}

.width-200 {
  width: 15.38rem;
}

.width-300 {
  width: 23.07rem;
}

.width-400 {
  width: 30.76rem;
}

.width-500 {
  width: 38.46rem;
}

.width-600 {
  width: 46.15rem;
}

.width-700 {
  width: 53.84rem;
}

.width-30p {
  width: 30%;
}

.width-50p {
  width: 50%;
}

.width-60p {
  width: 60%;
}

.width-100p {
  width: 100%;
}

.max-width-50 {
  max-width: 3.84rem;
}

.max-width-75 {
  max-width: 5.76rem;
}

.max-width-100 {
  max-width: 7.69rem;
}

.max-width-200 {
  max-width: 15.38rem;
}

.max-width-300 {
  max-width: 23.07rem;
}

.max-width-400 {
  max-width: 30.76rem;
}

.max-width-500 {
  max-width: 38.46rem;
}

.max-width-600 {
  max-width: 46.15rem;
}

.max-width-700 {
  max-width: 53.84rem;
}

.max-width-30p {
  max-width: 30%;
}

.max-width-50p {
  max-width: 50%;
}

.max-width-60p {
  max-width: 60%;
}

.max-width-100p {
  max-width: 100% !important;
}

.settings__fixedWidth {
  max-width: 1420px;
  margin: 0 auto;
}

.settings__fixedWidth:not(.settings__menuTop) .utils__content {
  padding-right: 0;
}

.settings__fixedWidth:not(.settings__menuTop) div[class^="style-module__inner"] {
  margin-right: 0;
}

@media (max-width: 1445px) {
  .settings__fixedWidth:not(.settings__menuTop) .utils__content {
    padding-right: 2.3rem;
  }

  .settings__fixedWidth:not(.settings__menuTop) div[class^="style-module__inner"] {
    margin-right: 2.3rem;
  }
}

.settings__fixedWidth.settings__menuTop .utils__content {
  padding-left: 0;
  padding-right: 0;
}

.settings__fixedWidth.settings__menuTop div[class^="style-module__inner"] {
  margin: 0;
}

@media (max-width: 1445px) {
  .settings__fixedWidth.settings__menuTop .utils__content {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .settings__fixedWidth.settings__menuTop div[class^="style-module__inner"] {
    margin: 0 2.3rem;
  }
}

.settings__squaredBorders .card {
  border-radius: 0;
}

.settings__menuShadow .ant-layout-sider {
  z-index: 1;
  position: relative;
  box-shadow: 0 0 200px -20px #39374966;
}

.settings__borderLess .card {
  border: none;
}

.settings__borderLess .card-header {
  border-bottom: 0;
  padding-top: 1.53rem;
  padding-bottom: 0;
}

.settings__borderLess .card-footer {
  border-top: 0;
  padding-top: 0;
}

.row {
  margin-left: -1.16rem;
  margin-right: -1.16rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .container-fluid {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

@media (max-width: 1599px) {
  .hidden-xxl-down {
    display: none;
  }
}

.card, .card-header, .list-group-item, .card-footer {
  border-color: #e4e9f0;
}

.card-header, .card-footer {
  background: #fff;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}

.card-header:last-child, .card-footer:last-child {
  border-radius: 0 0 6px 6px;
}

.card-header:first-child, .card-footer:first-child {
  border-radius: 6px 6px 0 0;
}

@media (max-width: 991px) {
  .card-header, .card-footer {
    padding-left: 1.53rem;
    padding-right: 1.53rem;
  }
}

.card-body {
  flex: auto;
  padding: 1.92rem 2.3rem;
}

@media (max-width: 991px) {
  .card-body {
    padding-left: 1.53rem;
    padding-right: 1.53rem;
  }
}

.card {
  border-radius: 7px;
  margin-bottom: 2.3rem;
}

.card--withShadow {
  transition: box-shadow .1s ease-in-out;
}

.card--withShadow:hover {
  box-shadow: 0 0 2.25rem #e1e1e1;
}

.card--fullHeight {
  height: calc(100% - 2.3rem);
}

.utils__content > .card:last-child {
  margin-bottom: 0;
}

.card--example {
  border: 1px solid #e4e9f0 !important;
}

.card--example .card-header > h5 {
  margin-bottom: 0;
}

.text-muted {
  color: #c0bdd0 !important;
}

.text-primary {
  color: #0190fe;
}

.text-success {
  color: #46be8a;
}

.text-info {
  color: #0887c9;
}

.text-warning {
  color: #f39834;
}

.text-danger {
  color: #fb434a;
}

.text-default {
  color: #acb7bf;
}

.text-black {
  color: #0e0b20;
}

.bg-primary {
  background-color: #0190fe !important;
}

.bg-success {
  background-color: #46be8a !important;
}

.bg-info {
  background-color: #0887c9 !important;
}

.bg-warning {
  background-color: #f39834 !important;
}

.bg-danger {
  background-color: #fb434a !important;
}

.bg-inverse {
  background-color: #222034 !important;
}

.bg-faded {
  background-color: #f2f4f8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-default {
  background-color: #acb7bf !important;
}

.progress {
  background: #f2f4f8;
}

.progress-bar {
  height: 1.38rem;
}

.btn-link {
  color: #74708d;
}

.btn-link:focus, .btn-link:hover {
  color: #615d7c;
  text-decoration: none;
}

.btn {
  padding: .61rem 1.23rem;
  line-height: 1.7;
  transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
  box-shadow: none !important;
  outline: none !important;
}

.btn:hover, .btn:active {
  transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
}

.btn.btn-rounded {
  border-radius: 100px;
}

.btn.btn-squared {
  border-radius: 0;
}

.btn.btn-sm {
  padding: .3rem .84rem;
}

.btn.btn-lg {
  padding: .92rem 1.53rem;
}

.btn.btn-link {
  color: #74708d;
  text-decoration: none;
  background: none !important;
  border-color: #0000 !important;
}

.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link.active {
  color: #08f;
}

.btn.btn-icon {
  padding: .76rem;
  line-height: 1rem;
  text-decoration: none !important;
}

.btn.btn-icon.btn-sm {
  padding: .53rem;
}

.btn.btn-icon.btn-lg {
  padding: 1.53rem;
}

.btn-group-vertical > label {
  margin-bottom: 0;
}

.btn-group-justified {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  display: table;
}

.btn-group-justified > .btn-group {
  float: none;
  width: 1%;
  display: table-cell;
}

.btn-group-justified > .btn-group > .btn {
  width: 100%;
}

.btn-group-justified.btn-group-vertical {
  display: block;
}

.btn-group-justified.btn-group-vertical > .btn-group {
  width: 100%;
  display: block;
}

.btn, .show > .btn {
  color: #74708d;
  background-color: #fff;
  border-color: #d2d9e5;
}

.btn:hover, .btn:active, .show > .btn:hover, .show > .btn:active {
  background-color: #dbdee4;
  border-color: #dbdee4;
}

.btn:hover:active, .btn:focus, .btn.active, .show > .btn:hover:active, .show > .btn:focus, .show > .btn.active {
  background: #cfd3db;
  border-color: #cfd3db;
}

.btn.btn-default, .btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger, .show > .btn.btn-default, .show > .btn.btn-primary, .show > .btn.btn-secondary, .show > .btn.btn-success, .show > .btn.btn-info, .show > .btn.btn-warning, .show > .btn.btn-danger {
  color: #fff !important;
}

.btn.btn-default, .show > .btn.btn-default {
  background-color: #acb7bf;
  border-color: #acb7bf;
}

.btn.btn-default:hover, .btn.btn-default:active, .show > .btn.btn-default:hover, .show > .btn.btn-default:active {
  background-color: #bdc6cc;
  border-color: #bdc6cc;
}

.btn.btn-default:hover:active, .btn.btn-default:focus, .btn.btn-default.active, .show > .btn.btn-default:hover:active, .show > .btn.btn-default:focus, .show > .btn.btn-default.active {
  background: #9ba8b2;
  border-color: #9ba8b2;
}

.btn.btn-primary, .show > .btn.btn-primary {
  background-color: #0190fe;
  border-color: #0190fe;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .show > .btn.btn-primary:hover, .show > .btn.btn-primary:active {
  background-color: #1f9dfe;
  border-color: #1f9dfe;
}

.btn.btn-primary:hover:active, .btn.btn-primary:focus, .btn.btn-primary.active, .show > .btn.btn-primary:hover:active, .show > .btn.btn-primary:focus, .show > .btn.btn-primary.active {
  background: #017fe0 !important;
  border-color: #017fe0 !important;
}

.btn.btn-secondary, .show > .btn.btn-secondary {
  background-color: #6a7a84;
  border-color: #6a7a84;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .show > .btn.btn-secondary:hover, .show > .btn.btn-secondary:active {
  background-color: #798993;
  border-color: #798993;
}

.btn.btn-secondary:hover:active, .btn.btn-secondary:focus, .btn.btn-secondary.active, .show > .btn.btn-secondary:hover:active, .show > .btn.btn-secondary:focus, .show > .btn.btn-secondary.active {
  background: #5c6a73;
  border-color: #5c6a73;
}

.btn.btn-success, .show > .btn.btn-success {
  background-color: #46be8a;
  border-color: #46be8a;
}

.btn.btn-success:hover, .btn.btn-success:active, .show > .btn.btn-success:hover, .show > .btn.btn-success:active {
  background-color: #5dc698;
  border-color: #5dc698;
}

.btn.btn-success:hover:active, .btn.btn-success:focus, .btn.btn-success.active, .show > .btn.btn-success:hover:active, .show > .btn.btn-success:focus, .show > .btn.btn-success.active {
  background: #3caa7a;
  border-color: #3caa7a;
}

.btn.btn-info, .show > .btn.btn-info {
  background-color: #0887c9;
  border-color: #0887c9;
}

.btn.btn-info:hover, .btn.btn-info:active, .show > .btn.btn-info:hover, .show > .btn.btn-info:active {
  background-color: #099be6;
  border-color: #099be6;
}

.btn.btn-info:hover:active, .btn.btn-info:focus, .btn.btn-info.active, .show > .btn.btn-info:hover:active, .show > .btn.btn-info:focus, .show > .btn.btn-info.active {
  background: #0773ac;
  border-color: #0773ac;
}

.btn.btn-warning, .show > .btn.btn-warning {
  background-color: #f39834;
  border-color: #f39834;
}

.btn.btn-warning:hover, .btn.btn-warning:active, .show > .btn.btn-warning:hover, .show > .btn.btn-warning:active {
  background-color: #f5a751;
  border-color: #f5a751;
}

.btn.btn-warning:hover:active, .btn.btn-warning:focus, .btn.btn-warning.active, .show > .btn.btn-warning:hover:active, .show > .btn.btn-warning:focus, .show > .btn.btn-warning.active {
  background: #f18917;
  border-color: #f18917;
}

.btn.btn-danger, .show > .btn.btn-danger {
  background-color: #fb434a;
  border-color: #fb434a;
}

.btn.btn-danger:hover, .btn.btn-danger:active, .show > .btn.btn-danger:hover, .show > .btn.btn-danger:active {
  background-color: #fc6167;
  border-color: #fc6167;
}

.btn.btn-danger:hover:active, .btn.btn-danger:focus, .btn.btn-danger.active, .show > .btn.btn-danger:hover:active, .show > .btn.btn-danger:focus, .show > .btn.btn-danger.active {
  background: #fa252d;
  border-color: #fa252d;
}

.btn.btn-outline-default, .btn.btn-outline-primary, .btn.btn-outline-secondary, .btn.btn-outline-success, .btn.btn-outline-info, .btn.btn-outline-warning, .btn.btn-outline-danger, .show > .btn.btn-outline-default, .show > .btn.btn-outline-primary, .show > .btn.btn-outline-secondary, .show > .btn.btn-outline-success, .show > .btn.btn-outline-info, .show > .btn.btn-outline-warning, .show > .btn.btn-outline-danger {
  background-color: #fff;
}

.btn.btn-outline-default, .show > .btn.btn-outline-default {
  color: #acb7bf;
  border-color: #acb7bf;
}

.btn.btn-outline-default:hover, .btn.btn-outline-default:active, .show > .btn.btn-outline-default:hover, .show > .btn.btn-outline-default:active {
  color: #fff;
  background-color: #bdc6cc;
  border-color: #bdc6cc;
}

.btn.btn-outline-default:hover:active, .btn.btn-outline-default:focus, .btn.btn-outline-default.active, .show > .btn.btn-outline-default:hover:active, .show > .btn.btn-outline-default:focus, .show > .btn.btn-outline-default.active {
  color: #fff;
  background: #9ba8b2;
  border-color: #9ba8b2;
}

.btn.btn-outline-primary, .show > .btn.btn-outline-primary {
  color: #0190fe;
  border-color: #0190fe;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .show > .btn.btn-outline-primary:hover, .show > .btn.btn-outline-primary:active {
  color: #fff;
  background-color: #1f9dfe;
  border-color: #1f9dfe;
}

.btn.btn-outline-primary:hover:active, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.active, .show > .btn.btn-outline-primary:hover:active, .show > .btn.btn-outline-primary:focus, .show > .btn.btn-outline-primary.active {
  color: #fff;
  background: #017fe0;
  border-color: #017fe0;
}

.btn.btn-outline-secondary, .show > .btn.btn-outline-secondary {
  color: #6a7a84;
  border-color: #6a7a84;
}

.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active, .show > .btn.btn-outline-secondary:hover, .show > .btn.btn-outline-secondary:active {
  color: #fff;
  background-color: #798993;
  border-color: #798993;
}

.btn.btn-outline-secondary:hover:active, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.active, .show > .btn.btn-outline-secondary:hover:active, .show > .btn.btn-outline-secondary:focus, .show > .btn.btn-outline-secondary.active {
  color: #fff;
  background: #5c6a73;
  border-color: #5c6a73;
}

.btn.btn-outline-success, .show > .btn.btn-outline-success {
  color: #46be8a;
  border-color: #46be8a;
}

.btn.btn-outline-success:hover, .btn.btn-outline-success:active, .show > .btn.btn-outline-success:hover, .show > .btn.btn-outline-success:active {
  color: #fff;
  background-color: #5dc698;
  border-color: #5dc698;
}

.btn.btn-outline-success:hover:active, .btn.btn-outline-success:focus, .btn.btn-outline-success.active, .show > .btn.btn-outline-success:hover:active, .show > .btn.btn-outline-success:focus, .show > .btn.btn-outline-success.active {
  color: #fff;
  background: #3caa7a;
  border-color: #3caa7a;
}

.btn.btn-outline-info, .show > .btn.btn-outline-info {
  color: #0887c9;
  border-color: #0887c9;
}

.btn.btn-outline-info:hover, .btn.btn-outline-info:active, .show > .btn.btn-outline-info:hover, .show > .btn.btn-outline-info:active {
  color: #fff;
  background-color: #099be6;
  border-color: #099be6;
}

.btn.btn-outline-info:hover:active, .btn.btn-outline-info:focus, .btn.btn-outline-info.active, .show > .btn.btn-outline-info:hover:active, .show > .btn.btn-outline-info:focus, .show > .btn.btn-outline-info.active {
  color: #fff;
  background: #0773ac;
  border-color: #0773ac;
}

.btn.btn-outline-warning, .show > .btn.btn-outline-warning {
  color: #f39834;
  border-color: #f39834;
}

.btn.btn-outline-warning:hover, .btn.btn-outline-warning:active, .show > .btn.btn-outline-warning:hover, .show > .btn.btn-outline-warning:active {
  color: #fff;
  background-color: #f5a751;
  border-color: #f5a751;
}

.btn.btn-outline-warning:hover:active, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.active, .show > .btn.btn-outline-warning:hover:active, .show > .btn.btn-outline-warning:focus, .show > .btn.btn-outline-warning.active {
  color: #fff;
  background: #f18917;
  border-color: #f18917;
}

.btn.btn-outline-danger, .show > .btn.btn-outline-danger {
  color: #fb434a;
  border-color: #fb434a;
}

.btn.btn-outline-danger:hover, .btn.btn-outline-danger:active, .show > .btn.btn-outline-danger:hover, .show > .btn.btn-outline-danger:active {
  color: #fff;
  background-color: #fc6167;
  border-color: #fc6167;
}

.btn.btn-outline-danger:hover:active, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.active, .show > .btn.btn-outline-danger:hover:active, .show > .btn.btn-outline-danger:focus, .show > .btn.btn-outline-danger.active {
  color: #fff;
  background: #fa252d;
  border-color: #fa252d;
}

.table {
  width: 100% !important;
}

.table thead th {
  border-bottom: 1px solid #e4e9f0;
  outline: none !important;
}

.table thead th:focus {
  background: #e4e9f0;
}

.table td, .table th {
  border-color: #e4e9f0;
}

.table td:focus, .table th:focus {
  background-color: #e4e9f0;
}

.table tbody tr:first-child td {
  border-top: none;
}

.table.table-hover tbody tr:hover, .table tr.active, .table th.active {
  background: #f2f4f8;
}

.table .thead-inverse th {
  background: #222034;
}

.table .thead-default th, .table.table-striped tbody tr:nth-of-type(odd) {
  background: #f2f4f8;
}

.table.table-vertical-middle td, .table.table-vertical-middle th {
  vertical-align: middle;
}

.table-inverse {
  color: #b8beca;
}

.table-inverse thead th {
  color: #fff;
  border-bottom-color: #393749;
}

.table-inverse th, .table-inverse td {
  border-top-color: #393749;
}

.table-inverse th, .table-inverse td, .table-inverse thead th, .table-inverse th:focus, .table-inverse td:focus, .table-inverse thead th:focus {
  background: #222034;
}

.table-inverse tr.active, .table-inverse th.active {
  background: #eef0f4;
}

.mark, mark {
  color: #fff;
  background: #f2a654;
}

.blockquote {
  background: #f2f4f8;
  border-left: 3px solid #d2d9e5;
  padding: 30px;
  font-size: 1.15rem;
}

.blockquote-reverse {
  text-align: right;
  border-left: none;
  border-right: 3px solid #d2d9e5;
}

.blockquote-footer {
  color: #b8beca;
  margin-top: 1.53rem;
}

.breadcrumb {
  background: #f2f4f8;
}

.breadcrumb--custom {
  background: none;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumb--custom li {
  padding: 0;
}

.breadcrumb--custom li:before {
  display: none !important;
}

.breadcrumb--custom li > a, .breadcrumb--custom li > span {
  background: #eef0f4;
  margin: 0 .61rem .46rem;
  padding: 9px 30px;
  font-size: 13px;
  display: inline-block;
  position: relative;
}

.breadcrumb--custom li > a:before, .breadcrumb--custom li > span:before {
  content: "";
  border-top: 39px solid #0000;
  border-bottom: 0 solid #0000;
  border-left: 0 solid #0000;
  border-right: 10px solid #eef0f4;
  width: 0;
  height: 0;
  transition: all ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}

.breadcrumb--custom li > a:after, .breadcrumb--custom li > span:after {
  content: "";
  border-top: 0 solid #0000;
  border-bottom: 39px solid #0000;
  border-left: 10px solid #eef0f4;
  border-right: 0 solid #0000;
  width: 0;
  height: 0;
  transition: all ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
}

.breadcrumb--custom li > a {
  transition: all ease-in-out;
}

.breadcrumb--custom li > a:hover, .breadcrumb--custom li > a.active {
  color: #fff;
  background: #08f;
}

.breadcrumb--custom li > a:hover:before, .breadcrumb--custom li > a.active:before {
  border-color: #0000 #08f #0000 #0000;
}

.breadcrumb--custom li > a:hover:after, .breadcrumb--custom li > a.active:after {
  border-color: #0000 #0000 #0000 #08f;
}

.breadcrumb--custom li:first-child > a, .breadcrumb--custom li:first-child > span {
  margin-left: 0;
}

.breadcrumb--custom li:first-child > a:before, .breadcrumb--custom li:first-child > span:before, .breadcrumb--custom li:last-child > a:after, .breadcrumb--custom li:last-child > span:after {
  display: none;
}

.breadcrumb--custom li:after {
  content: "";
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #b8beca !important;
}

input::placeholder {
  color: #b8beca !important;
}

input:-moz-placeholder-shown {
  color: #b8beca !important;
}

input:placeholder-shown {
  color: #b8beca !important;
}

.form-actions {
  border-top: 1px solid #e4e9f0;
  margin: 1.53rem 0;
  padding-top: 1.53rem;
}

.form-control {
  color: #74708d;
  border-color: #e4e9f0;
  padding: .84rem 1.23rem;
  font-family: Nunito Sans, sans-serif !important;
}

.form-control.form-control-rounded {
  border-radius: 500px;
}

.form-control:focus {
  border-color: #0190fe;
}

.form-control.form-control-sm {
  padding: .53rem .61rem;
}

.col-form-label {
  padding-top: .69rem;
  padding-bottom: .69rem;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eef0f4;
}

.input-group-addon {
  background-color: #eef0f4;
  border-color: #e4e9f0;
}

span.input-group-addon {
  outline: none !important;
}

.form-group.has-danger .form-control {
  border-color: #fb434a;
}

.form-group.has-success .form-control {
  border-color: #46be8a;
}

.form-group.has-warning .form-control {
  border-color: #f39834;
}

.form-group.has-focused .form-control {
  border-color: #0190fe;
}

.form-input-icon {
  position: relative;
}

.form-input-icon > i {
  color: #b8beca;
  z-index: 3;
  text-align: center;
  width: 1.23rem;
  margin: 1rem .15rem .3rem .76rem;
  font-size: 1.23rem;
  position: absolute;
  left: 0;
}

.form-input-icon .form-control {
  padding-left: 2.61rem;
}

.form-input-icon.form-input-icon-right > i {
  margin: 1rem .76rem .3rem .15rem;
  left: auto;
  right: .23rem;
}

.form-input-icon.form-input-icon-right .form-control {
  padding-left: 1.23rem;
  padding-right: 2.61rem;
}

.dropdown-menu {
  border-color: #d2d9e5;
  padding: .61rem 0;
  top: 115%;
}

.dropdown-menu .dropdown-icon {
  margin-right: .38rem;
}

.dropdown-menu .dropdown-divider {
  background-color: #e4e9f0;
}

.dropdown-menu .dropdown-header {
  color: #615d7c;
  padding: .53rem 1.15rem;
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-menu .dropdown-item {
  color: #74708d;
  background: none;
  padding: .23rem 1.15rem;
  transition: color ease-in-out;
}

.dropdown-menu .dropdown-item a {
  color: #74708d;
}

.dropdown-menu .dropdown-item a:hover, .dropdown-menu .dropdown-item a:active {
  color: #08f;
  background: none;
}

.dropdown-menu .dropdown-item.disabled, .dropdown-menu .dropdown-item.disabled a {
  cursor: not-allowed;
  color: #e4e9f0 !important;
}

.dropdown-menu .dropdown-item.active {
  background: #eef0f4 !important;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  color: #08f;
  background: none;
}

.dropdown-animate {
  overflow: hidden;
}

.dropdown-animate > .dropdown-item, .dropdown-animate .dropdown-header {
  animation-name: dropdown-slide-left;
  animation-duration: .5s;
  animation-fill-mode: both;
}

.dropdown-animate > .dropdown-item:first-child, .dropdown-animate .dropdown-header:first-child {
  animation-delay: 20ms;
}

.dropdown-animate > .dropdown-item:nth-child(2), .dropdown-animate .dropdown-header:nth-child(2) {
  animation-delay: 40ms;
}

.dropdown-animate > .dropdown-item:nth-child(3), .dropdown-animate .dropdown-header:nth-child(3) {
  animation-delay: 60ms;
}

.dropdown-animate > .dropdown-item:nth-child(4), .dropdown-animate .dropdown-header:nth-child(4) {
  animation-delay: 80ms;
}

.dropdown-animate > .dropdown-item:nth-child(5), .dropdown-animate .dropdown-header:nth-child(5) {
  animation-delay: .1s;
}

.dropdown-animate > .dropdown-item:nth-child(6), .dropdown-animate .dropdown-header:nth-child(6) {
  animation-delay: .12s;
}

.dropdown-animate > .dropdown-item:nth-child(7), .dropdown-animate .dropdown-header:nth-child(7) {
  animation-delay: .14s;
}

.dropdown-animate > .dropdown-item:nth-child(8), .dropdown-animate .dropdown-header:nth-child(8) {
  animation-delay: .16s;
}

.dropdown-animate > .dropdown-item:nth-child(9), .dropdown-animate .dropdown-header:nth-child(9) {
  animation-delay: .18s;
}

.dropdown-animate > .dropdown-item:nth-child(10), .dropdown-animate .dropdown-header:nth-child(10) {
  animation-delay: .2s;
}

.show > .dropdown-menu, .dropdown-menu.open > .dropdown-menu {
  animation-name: dropdown-slide-bottom;
  animation-duration: .15s;
  animation-delay: 50ms;
  animation-fill-mode: both;
  display: block;
}

.show.dropup > .dropdown-menu, .dropdown-menu.open.dropup > .dropdown-menu {
  animation-name: dropdown-slide-top;
}

.dropdown .dropdown-toggle {
  position: relative;
}

.dropdown .dropdown-toggle:after {
  color: #d2d9e5;
  margin-top: -.08rem;
  transition: color ease-in-out;
}

.dropdown .dropdown-toggle > i {
  color: #d2d9e5;
  transition: color ease-in-out;
}

.dropdown:hover .dropdown-toggle > i, .dropdown.show .dropdown-toggle > i, .dropdown:hover .dropdown-toggle:after, .dropdown.show .dropdown-toggle:after {
  color: #b8beca;
}

@keyframes dropdown-slide-left {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dropdown-slide-bottom {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dropdown-slide-top {
  0% {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select.form-control {
  color: #74708d;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZDNDdFRTkxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZDNDdFRTgxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz69wtu7AAAAe0lEQVR42mLce+zSOVFhYUMGNHDv4cOd/q6WHgxkAqbvP77H/P339zey4Nfv3z7ceXA/hoECwCQnLXPtw8eP05EFHz15WuRm7/CGIoNBhLCgUPnPX79egdgv37w+qKmqOp+BQsAEpX8wMTFm/fnz5/P/f//DGagAAAIMAKIuMR+q/rU9AAAAAElFTkSuQmCC) 100% no-repeat;
  height: auto;
}

select.form-control[multiple] {
  background: #fff;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.badge {
  color: #6a7a84;
  background: #fff;
  font-weight: normal;
}

.badge.badge-default {
  color: #fff;
  background: #acb7bf;
}

.badge.badge-primary {
  color: #fff;
  background: #0190fe;
}

.badge.badge-secondary {
  color: #fff;
  background: #6a7a84;
}

.badge.badge-success {
  color: #fff;
  background: #46be8a;
}

.badge.badge-info {
  color: #fff;
  background: #0887c9;
}

.badge.badge-danger {
  color: #fff;
  background: #fb434a;
}

.badge.badge-warning {
  color: #fff;
  background: #f39834;
}

.btn .badge {
  top: 1px;
}

.carousel-indicators li {
  opacity: .5;
  background: #eef0f4;
}

.carousel-indicators li.active {
  opacity: 1;
  background: #eef0f4;
}

.accordion .card {
  border-bottom-width: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.accordion .card:first-child {
  border-radius: 5px 5px 0 0;
}

.accordion .card:last-child {
  border-bottom-width: 1px;
  border-radius: 0 0 5px 5px;
}

.accordion .card .card-header {
  cursor: pointer;
}

.accordion .card .card-header .card-title {
  margin-bottom: 0;
}

.accordion .card .card-header.collapsed {
  border: none;
}

.accordion.accordion-margin-bottom .card {
  border-bottom-width: 1px;
  border-radius: 5px;
  margin-bottom: 1.15rem;
}

.accordion .accordion-indicator {
  color: #b8beca;
  padding-top: 1px;
}

.accordion .accordion-indicator .plus {
  display: none;
}

.accordion .accordion-indicator .minus, .accordion .collapsed .accordion-indicator .plus {
  display: inline;
}

.accordion .collapsed .accordion-indicator .minus {
  display: none;
}

.modal .modal-content {
  border: none;
}

.modal .modal-header .close {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  outline: none !important;
}

.modal .modal-header .close span {
  position: relative;
  top: 3px;
}

.modal.modal-size-small .modal-dialog {
  width: auto;
  max-width: 300px;
}

@media (max-width: 575px) {
  .modal.modal-size-small .modal-dialog {
    max-width: none;
  }
}

.modal.modal-size-small {
  padding-left: 10px;
  padding-right: 10px;
}

.modal.modal-size-large .modal-dialog {
  width: auto;
  max-width: 980px;
}

.modal.modal-size-large {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-backdrop {
  background: #0e0b20;
}

.modal-backdrop.in {
  opacity: .3;
}

.modal-body {
  min-width: 69.23rem;
  padding: 1.53rem 3.84rem;
}

@media (max-width: 991px) {
  .modal-body {
    min-width: 0;
  }
}

.alert {
  color: #fff;
  border: none;
  font-weight: normal;
}

.alert .close {
  color: #fff;
  opacity: .5;
  outline: none !important;
}

.alert .close:hover {
  opacity: 1;
}

.alert a, .alert .alert-link {
  color: #fff;
  opacity: .7;
  font-weight: normal;
  transition: color ease-in-out;
}

.alert a:hover, .alert .alert-link:hover {
  opacity: 1;
  color: #fff;
}

.alert.alert-default {
  background: #acb7bf;
}

.alert.alert-primary {
  background: #0190fe;
}

.alert.alert-secondary {
  background: #6a7a84;
}

.alert.alert-success {
  background: #46be8a;
}

.alert.alert-info {
  background: #0887c9;
}

.alert.alert-warning {
  background: #f39834;
}

.alert.alert-danger {
  background: #fb434a;
}

.pagination :global(.ant-pagination-options) {
  display: none;
}

.pagination .page-link {
  color: #74708d;
  border-color: #e4e9f0;
  outline: none;
  margin-bottom: .76rem;
}

.pagination .page-link:hover, .pagination .page-link:focus {
  color: #fff;
  background: #acb7bf;
  border-color: #acb7bf;
}

.pagination .page-item.disabled .page-link {
  background: #f2f4f8;
}

.pagination .page-item.active .page-link {
  background: #0190fe;
  border-color: #0190fe;
}

.pager li > a {
  color: #393749;
  border-color: #b8beca;
  border-radius: 3px;
  outline: none;
}

.pager li > a:hover, .pager li > a:focus {
  color: #fff;
  background: #acb7bf;
  border-color: #acb7bf;
}

.nav-tabs-horizontal .nav-tabs {
  border-bottom: 1px solid #e4e9f0;
}

.nav-tabs-horizontal .nav-tabs .nav-item {
  cursor: pointer;
  margin-bottom: -2px;
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #0000;
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link.active, .nav-tabs-horizontal .nav-tabs .nav-item .nav-link:focus {
  border-bottom-color: #0190fe !important;
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link:hover {
  border-bottom-color: #b8beca;
}

.nav-tabs-vertical:after {
  clear: both;
  content: "";
  display: block;
}

.nav-tabs-vertical .nav-tabs {
  float: left;
  border-bottom: none;
  border-right: 1px solid #e4e9f0;
  margin-right: 30px;
  display: block;
}

.nav-tabs-vertical .nav-tabs .nav-item {
  float: none;
  cursor: pointer;
  margin: 0 -2px 1px 0;
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link {
  border: none;
  border-right: 3px solid #0000;
  border-radius: 0;
  padding-left: 0;
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link.active, .nav-tabs-vertical .nav-tabs .nav-item .nav-link:focus {
  border-right-color: #0190fe !important;
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link:hover {
  border-right-color: #b8beca;
}

.popover {
  border-color: #d2d9e5;
}

.popover .popover-inner {
  border-width: .61rem;
}

.popover .popover-inner:after {
  border-width: .53rem;
}

.popover.left:before, .popover.bs-tether-element-attached-left:before {
  border-right-color: #d2d9e5;
}

.popover.right:before, .popover.bs-tether-element-attached-right:before {
  border-left-color: #d2d9e5;
}

.popover.top:before, .popover.bs-tether-element-attached-top:before {
  border-bottom-color: #d2d9e5;
}

.popover.bottom:before, .popover.bs-tether-element-attached-bottom:before {
  border-top-color: #d2d9e5;
}

.popover .popover-title {
  background: #f2f4f8;
  border-radius: 3px 3px 0 0;
  margin: -1px;
  padding: .61rem 1.15rem;
  font-weight: 600;
}

.tooltip .tooltip-inner {
  color: #fff;
  background: #222034;
  padding: .3rem 1.15rem;
  font-size: 1rem;
}

.tooltip.left .tooltip-inner:before, .tooltip.bs-tether-element-attached-left .tooltip-inner:before {
  border-right-color: #222034;
}

.tooltip.right .tooltip-inner:before, .tooltip.bs-tether-element-attached-right .tooltip-inner:before {
  border-left-color: #222034;
}

.tooltip.top .tooltip-inner:before, .tooltip.bs-tether-element-attached-top .tooltip-inner:before {
  border-bottom-color: #222034;
}

.tooltip.bottom .tooltip-inner:before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before {
  border-top-color: #222034;
}

.chartist-tooltip {
  opacity: 0;
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  background: #001529;
  border-radius: 2px;
  min-width: 5em;
  padding: .5em;
  font-weight: 700;
  transition: opacity .2s linear;
  display: none;
  position: absolute;
}

.chartist-tooltip:before {
  content: "";
  border: 7px solid #0000;
  border-top-color: #001529;
  width: 0;
  height: 0;
  margin-left: -7px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
  display: inline-block;
}

.ct-area, .ct-line {
  pointer-events: none;
}

.ct-label {
  fill: #0006;
  color: #0006;
  font-size: .75rem;
  line-height: 1;
}

.ct-chart {
  position: relative;
}

.ct-tooltip {
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 100;
  background: #383838;
  border-radius: 5px;
  min-width: 5em;
  padding: 4px 10px;
  transition: opacity .2s linear;
  display: inline-block;
  position: absolute;
  transform: translateY(13px);
}

.ct-tooltip:before {
  content: " ";
  pointer-events: none;
  border: 7px solid #fbf9e400;
  border-top-color: #383838;
  width: 0;
  height: 0;
  margin-left: -8px;
  position: absolute;
  bottom: -14px;
  left: 50%;
}

.ct-tooltip.hide {
  opacity: 0;
  visibility: hidden;
  display: block;
}

.ct-chart-line .ct-label, .ct-chart-bar .ct-label {
  display: flex;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  text-align: right;
  text-anchor: end;
  justify-content: flex-end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  text-align: center;
  text-anchor: start;
  justify-content: center;
  align-items: flex-end;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  text-align: center;
  text-anchor: start;
  justify-content: center;
  align-items: flex-start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: start;
  justify-content: flex-start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  text-align: right;
  text-anchor: end;
  justify-content: flex-end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left;
  text-anchor: end;
  justify-content: flex-start;
}

.ct-grid {
  stroke: #0003;
  stroke-width: 1px;
  stroke-dasharray: 2;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: .1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #0190fe;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #0190fe;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #46be8a;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #46be8a;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #ff0;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #ff0;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  width: 100%;
  display: block;
  position: relative;
}

.ct-square:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
  display: block;
}

.ct-square:after {
  content: "";
  clear: both;
  display: table;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-second:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
  display: block;
}

.ct-minor-second:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-second:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8889%;
  display: block;
}

.ct-major-second:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-third:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333%;
  display: block;
}

.ct-minor-third:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-third:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
  display: block;
}

.ct-major-third:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-perfect-fourth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
  display: block;
}

.ct-perfect-fourth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-perfect-fifth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6667%;
  display: block;
}

.ct-perfect-fifth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-sixth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
  display: block;
}

.ct-minor-sixth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  width: 100%;
  display: block;
  position: relative;
}

.ct-golden-section:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.8047%;
  display: block;
}

.ct-golden-section:after {
  content: "";
  clear: both;
  display: table;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-sixth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
  display: block;
}

.ct-major-sixth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  width: 100%;
  display: block;
  position: relative;
}

.ct-minor-seventh:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.ct-minor-seventh:after {
  content: "";
  clear: both;
  display: table;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-seventh:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333%;
  display: block;
}

.ct-major-seventh:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  width: 100%;
  display: block;
  position: relative;
}

.ct-octave:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
  display: block;
}

.ct-octave:after {
  content: "";
  clear: both;
  display: table;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-tenth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
  display: block;
}

.ct-major-tenth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-eleventh:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
  display: block;
}

.ct-major-eleventh:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  width: 100%;
  display: block;
  position: relative;
}

.ct-major-twelfth:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333%;
  display: block;
}

.ct-major-twelfth:after {
  content: "";
  clear: both;
  display: table;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  width: 100%;
  display: block;
  position: relative;
}

.ct-double-octave:before {
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
  display: block;
}

.ct-double-octave:after {
  content: "";
  clear: both;
  display: table;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  z-index: 1031;
  background: #0190fe;
  width: 100%;
  height: 3px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#nprogress .peg {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
}

#nprogress .spinner {
  z-index: 1031;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 4px;
  width: 10.76rem;
  margin-left: -5.62rem;
  padding: .61rem 1.15rem;
  display: block;
  position: fixed;
  top: 1rem;
  left: 50%;
  right: auto;
}

#nprogress .spinner:after {
  content: "Loading...";
  display: inline-block;
  position: absolute;
  top: .53rem;
  left: 3.69rem;
}

#nprogress .spinner-icon {
  box-sizing: border-box;
  border: 2px solid #0000;
  border-color: #0190fe #0000 #0000 #0190fe;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .4s linear infinite nprogress-spinner;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.drawer-handle {
  top: 104px;
  background: #001529 !important;
}

.drawer.drawer-open .drawer-handle-icon {
  background: none !important;
}

.drawer-handle-icon, .drawer-handle-icon:after, .drawer-handle-icon:before {
  background: #fff !important;
}

.drawer .drawer-content {
  background: #001529;
  transition: background .3s;
  overflow: visible;
}

.drawer.drawer-light .drawer-content {
  background: #fff;
}

.drawer-content-wrapper {
  box-shadow: none !important;
}

.rbc-addons-dnd-resizable {
  display: flex;
}

.rbc-event-content {
  width: 100%;
}

.fas {
  font: 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.dp_tag_modal_btn_container .button_xsmall.dp_button.button_xsmall.button_type_distinct.button_variant_regular.button_variant_regular_distinct {
  min-width: inherit !important;
}

.btn.is-isolated:nth-child(3) {
  display: none;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

@media (min-width: 1011px) {
  main {
    width: auto;
    height: auto;
    display: block;
    overflow: auto;
  }

  .ant-btn-group {
    display: flex;
  }
}

@media (max-width: 600px) {
  .ant-btn-group {
    text-align: center;
  }
}

@media (max-width: 1010px) {
  main {
    width: auto;
    height: auto;
    display: block;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .ant-modal {
    max-width: 100%;
  }
}

.ant-modal {
  color: #000;
}

html, body {
  min-width: 300px;
  padding: 0 !important;
  overflow: hidden !important;
}

html #root, body #root {
  width: 100%;
  height: 100%;
}

.add-task-modal .ant-form-item-control-wrapper {
  width: 100%;
}

.add-task-modal .ant-form-item-control-wrapper .ant-form-item-children {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.add-task-modal .ant-form-item-control-wrapper .ant-form-explain {
  padding-left: 50px;
}

.dummyimage {
  width: 100%;
  max-width: 1440px;
}

.dp-scroll {
  color: #0000;
  transition: color 1s;
}

.dp-scroll:hover {
  color: #0000001a;
}

.dp-scroll::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 0 10px #00000059;
}

.dp-scroll::-webkit-scrollbar {
  background-clip: padding-box;
  border: 0 solid #0000;
  width: 10px;
  box-shadow: inset 0 0 0 10px;
}

.dp-scroll::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border: 0 solid #0000;
  width: 10px;
  box-shadow: inset 0 0 0 10px;
}

.dp-scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px #0003;
}

.ant-popover {
  z-index: 1050;
}

.donecheck-40 .ant-checkbox {
  top: 5%;
  transform: scale(1);
}

.donecheck-40 .ant-checkbox .ant-checkbox-inner {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.donecheck-40 .ant-checkbox-checked .ant-checkbox-inner {
  background: green;
  border-color: green;
}

.donecheck-40 .ant-checkbox-checked .ant-checkbox-inner:after {
  transform-origin: center;
  transform: rotate(45deg)scale(1.5)translate(20%, -70%);
}

.progress-antd .ant-progress-text {
  font-size: 10px;
  font-weight: 600;
}

.send-email {
  float: left;
  margin-left: 10px;
}

::selection {
  color: #fff;
}

.d-flex-space-between {
  justify-content: space-between;
  display: flex;
}

.d-flex-row-revers {
  flex-direction: row-reverse;
  display: flex;
}

.d-flex {
  display: flex;
}

.ant-tabs-nav-scroll {
  -webkit-user-select: none;
  user-select: none;
}

.ant-calendar-ok-btn {
  color: #fff !important;
}

div[role="tab"], button {
  cursor: pointer;
}

.scrollarea .scrollbar-container {
  z-index: inherit !important;
}

.deleted-list-item-box {
  text-align: center;
  color: #00000040;
  cursor: not-allowed;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  font-size: 10px;
  font-weight: 500;
}

.ant-checkbox .ant-checkbox-inner, .ant-checkbox .ant-checkbox-inner:after, .react-grid-item {
  transition: none;
}

.ant-checkbox-checked:after {
  border: none;
  transition: none;
  animation: none;
}

.react-grid-placeholder {
  background: #eee !important;
}

.utils__scrollTable {
  white-space: normal;
}

.trash-undo {
  color: #00800050;
}

.trash-undo:hover {
  color: green;
}

.remove-icon {
  color: red;
}

.trash-delete {
  color: #ff000050;
}

.trash-delete:hover {
  color: red;
}

.dp-table-deleted-row {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f4f8;
  border-color: #e4e9f0;
}

.dp-table-deleted-row .src-avatar {
  filter: grayscale();
}

.dp-table-clickable-row {
  cursor: pointer;
}

.row-disable {
  color: #00000040;
  text-shadow: none;
  box-shadow: none;
  background-color: #f2f4f8;
  border-color: #e4e9f0;
}

.ant-calendar-selected-day .ant-calendar-date {
  color: #fff !important;
}

.sideButtons .dp_button {
  margin-left: 0;
}

.sidebtn-row .sideButtons {
  visibility: hidden;
  text-align: right;
  background: #fff;
  border-radius: 5px;
  margin-right: 6px;
  padding: 5px;
}

.sidebtn-row .sideButtons .right-icon:first-child, .sidebtn-row .sideButtons .left-icon:first-child {
  margin-left: 0;
}

.sidebtn-row .sideButtonsVis {
  text-align: right;
  border-radius: 5px;
  padding: 5px 6px 5px 5px;
}

.sidebtn-row .sideButtonsVis .right-icon:first-child, .sidebtn-row .sideButtonsVis .left-icon:first-child {
  margin-left: 0;
}

.sidebtn-row:hover .sideButtons {
  visibility: visible;
}

.forceVisible {
  visibility: visible !important;
}

.forceTransparent {
  background: none !important;
}

.tiny-widget-icon {
  font-size: 20px;
  display: block;
}

.dp-table-clickable-row .ant-table-cell {
  position: static;
}

.ant-table-content .sideButtons {
  visibility: hidden;
  z-index: 1;
  text-align: right;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  margin-right: 6px;
  padding: 5px;
}

.ant-table-content .sideButtons .right-icon:first-child, .ant-table-content .sideButtons .left-icon:first-child {
  margin-left: 0;
}

.ant-table-content .ant-table-row:hover .sideButtons {
  visibility: visible;
}

@media (max-width: 820px) {
  .sideButtons, .dp-singletask-items .dp-singletask-icons {
    visibility: visible !important;
  }
}

.dp-singletask-userdropdown-wrapper {
  padding-left: 10px;
}

.btn-title-row .sideButtons .button_default {
  padding: 2px 21px !important;
}

.ant-menu-inline-collapsed-tooltip {
  display: none !important;
}

.ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .ant-table-row td .title {
  cursor: pointer;
  min-width: 10px;
  min-height: 15px;
  display: block;
}

.ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .ant-table-row .sideButtons {
  visibility: hidden;
  text-align: right;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  margin-right: 6px;
  padding: 5px;
}

.ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .ant-table-row .sideButtons .right-icon:first-child, .ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .ant-table-row .sideButtons .left-icon:first-child {
  margin-left: 0;
}

.ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .sideButtonsVis {
  text-align: right;
  border-radius: 5px;
  padding: 5px 6px 5px 5px;
}

.ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .sideButtonsVis .right-icon:first-child, .ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .sideButtonsVis .left-icon:first-child {
  margin-left: 0;
}

.ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .ant-table-row:hover .sideButtons {
  visibility: visible;
}

.dp-sortable-table .ant-table-content .ant-table-body .ant-table-fixed .ant-table-thead {
  display: table-header-group;
}

.dp-sortable-table .ant-table-content .ant-table-body .ant-table-fixed .ant-table-tbody .ant-table-row {
  transition: none;
}

.search {
  border: 1px solid #e4e9f0;
  border-radius: 5px;
  height: 32px;
  margin-left: 10px;
  padding: 0;
  overflow: hidden;
}

.search:hover {
  border-color: #b8beca;
}

.search input {
  border: 0;
  padding: 5px 10px;
}

.search .ant-input-group-addon {
  background-color: #fff;
}

.search .ant-input-group-addon .ant-input-search-button {
  background-color: #fff;
  border: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.search .ant-input-group-addon .ant-input-search-button .anticon-search {
  color: #393749;
}

.results {
  background-color: #fff;
  padding: 5px;
}

.results .ant-tabs-extra-content {
  display: flex;
}

.results .results-sub-tabs {
  background-color: #f2f4f8;
}

.results .ant-tabs-tab .anticon {
  margin-right: 0;
}

.results .ant-tabs-bar {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.results .ant-tabs-bar .ant-tabs-extra-content {
  color: #78749b;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
}

.results .ant-tabs-bar .ant-tabs-extra-content .ant-tabs-tab:hover {
  color: #0d0c0c;
}

.dp-list .ant-list-items .ant-list-item .ant-list-item-meta span {
  cursor: pointer;
}

.dp-list .ant-list-items .ant-list-item .sideButtons {
  visibility: hidden;
}

.dp-list .ant-list-items .ant-list-item:hover .sideButtons {
  visibility: visible;
}

.settings .ant-radio-group .ant-radio-button-wrapper {
  color: #443f65;
  background: linear-gradient(to top, #f4f4f4 40%, #fff 100%);
  font-weight: 700;
}

.settings .ant-radio-group .ant-radio-button-wrapper-checked {
  box-shadow: none;
  background: radial-gradient(circle, #e5e5e5 50%, #c9c9c9 100%);
  border: none;
}

.dp-card .card {
  border: none;
}

.dp-card .card .card-header {
  padding: 8px 0;
}

.dp-card .card .card-header .utils__title strong {
  margin: 0;
}

.dp-card .card .card-header .ant-btn {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border-color: #777;
  border-radius: 4px;
  height: auto;
  margin-right: 8px;
  padding: 2px 5px;
  font-size: 12px;
}

.dp-card .card .card-body {
  padding: 0;
}

.dp-card .card .card-body .ant-table-thead {
  display: none;
}

.dp-card .card .card-body .ant-table-content .ant-table-body {
  overflow-y: hidden;
  overflow-x: auto !important;
}

.dp-card .card .card-body .ant-table-content .ant-table-body .ant-table-fixed .ant-table-row td {
  padding: 6px;
}

.dp-card .card .card-body .ant-table-content .ant-table-body .ant-table-fixed .ant-table-row td .sideButtons {
  text-align: right;
}

.antd-header-and-table .ant-table-thead {
  display: none;
}

.antd-header-and-table .ant-table-content .ant-table-body {
  overflow-y: hidden;
}

.antd-header-and-table .ant-table-content .ant-table-body .ant-table-fixed .ant-table-row td {
  padding: 6px;
}

.antd-header-and-table .ant-table-content .ant-table-body .ant-table-fixed .ant-table-row td .sideButtons {
  text-align: right;
}

.fc-left {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.fc-center {
  flex: 1;
  justify-content: center;
  display: flex;
}

.fc-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fc-right .fc-myCustomButton-button {
  font-size: 1em;
  line-height: 1.2;
  cursor: auto !important;
  color: #000000d9 !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  background: none !important;
  border: none !important;
  outline: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.src-avatar .ant-avatar {
  width: 28px;
  height: 28px;
}

.src-avatar .ant-avatar .ant-avatar-string {
  position: unset;
}

.bg-avatar {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.production-tabs .ant-tabs {
  overflow: unset;
}

.ant-modal-wrap.draggable {
  background: #4e4e4e8c;
  overflow: hidden;
}

.ant-modal-wrap.draggable .ant-modal .ant-modal-content {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.ant-modal-wrap.draggable .ant-modal .ant-modal-content .ant-modal-body {
  flex: 1;
  overflow: auto;
}

.ant-modal-wrap.fixed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ant-modal-wrap.fixed .ant-modal {
  position: unset;
}

.ant-modal-wrap.modal-gray-bg .ant-modal .ant-modal-body {
  background-color: #f2f4f8;
}

.ant-modal-wrap.fullscreen {
  overflow: hidden;
}

.ant-modal-wrap.fullscreen .ant-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-modal-wrap.fullscreen .ant-modal .ant-modal-content {
  border-radius: 0;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-modal-wrap.fullscreen .ant-modal .ant-modal-content .ant-modal-header {
  height: 55px;
}

.ant-modal-wrap.fullscreen .ant-modal .ant-modal-content .ant-modal-body {
  flex: 1;
  overflow: auto;
}

.ant-modal-wrap.fullscreen-height .ant-modal {
  height: 100%;
  margin: 0;
  padding: 0;
}

.ant-tooltip {
  max-width: unset;
}

.ant-tooltip .ant-tooltip-inner {
  white-space: pre;
}

.ant-modal-wrap.non-mask {
  position: unset;
}

.ant-modal-wrap.non-mask .ant-modal {
  z-index: 1000;
  position: fixed;
}

.widget-modal .ant-modal {
  top: 80px !important;
  bottom: auto !important;
  left: auto !important;
  right: 15px !important;
}

.ant-modal-wrap.non-resizeable .ant-modal .ant-design-draggable-modal-resize-handle {
  display: none;
}

.ant-modal-wrap.non-resizeable-width .ant-modal {
  width: 800px !important;
}

.ant-modal-wrap.non-resizeable-height .ant-modal {
  height: 100% !important;
}

@media (min-width: 455px) {
  .ant-modal-wrap.non-resizeable-height .ant-modal {
    max-height: 800px !important;
  }
}

@media (max-width: 455px) {
  .ant-modal {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.ant-modal-wrap.help-report {
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: flex-start;
}

@media (min-width: 455px) {
  .ant-modal-wrap.help-report .ant-modal {
    height: -webkit-fit-content !important;
    height: fit-content !important;
    top: auto !important;
    bottom: 90px !important;
    left: 20px !important;
  }
}

@media (min-height: 600px) {
  .ant-modal-wrap.help-report .ant-modal {
    height: -webkit-fit-content !important;
    height: fit-content !important;
    top: auto !important;
    bottom: 90px !important;
    left: 20px !important;
  }
}

@media (max-height: 600px) {
  .ant-modal-wrap.help-report .ant-modal {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 455px) {
  .ant-modal-wrap.help-report .ant-modal {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.ant-modal-wrap.help-report .ant-modal .ant-modal-content .ant-modal-body {
  max-height: 720px;
}

@media (max-height: 780px) {
  .ant-modal-wrap.help-report .ant-modal .ant-modal-content .ant-modal-body {
    max-height: 367px !important;
  }
}

.ant-modal-wrap.help {
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: flex-start;
}

@media (min-width: 455px) {
  .ant-modal-wrap.help .ant-modal {
    right: 0;
    top: 0 !important;
    left: calc(100% - 35em) !important;
  }
}

@media (max-width: 455px) {
  .ant-modal-wrap.help .ant-modal {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.ant-upload.ant-upload-select-picture-card {
  border-radius: 10px;
}

.ant-upload.ant-upload-select-picture-card .ant-upload {
  padding: 0;
}

.task-check {
  width: 40px;
}

.deleteIconStyle {
  margin-top: .4%;
  margin-left: 5px;
  font-size: 25px;
}

.fillStar {
  color: gold;
}

.emptyStar {
  cursor: pointer;
}

.right-icon {
  cursor: pointer;
  margin-left: 15px;
  font-size: 20px;
}

.left-icon {
  cursor: pointer;
  margin: 0 10px 0 5px;
  font-size: 20px;
}

.error-message {
  color: red;
  font-size: 1.5em;
}

.error-message-account {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 5px;
  padding-right: 7%;
}

.dp-card-setting-body {
  padding: 20px 20px 50px;
}

.account {
  color: #514c6a;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #f5f3ee;
  max-width: 100%;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
}

.sideButtons {
  justify-content: flex-end;
  margin-left: 5px;
  margin-right: 6px;
  font-size: 20px;
  display: flex;
  position: absolute;
  right: 10px;
}

.sideButtonsVis {
  justify-content: flex-end;
  margin-left: 5px;
  font-size: 20px;
  display: flex;
  position: absolute;
  right: 10px;
}

.btn-title-row {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.sideImage {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.editIcon {
  margin-left: 5px;
  font-size: 25px;
}

.user-form div div:first-child {
  text-align: right;
  padding-right: 10px;
}

.user-form div div:first-child label {
  padding-top: 7px;
}

.create-user-form div:nth-child(9) div:nth-child(2) .ant-form-item-control {
  text-align: left;
}

.create-user-form div:nth-child(9) div:nth-child(2) .ant-form-item-control .ant-form-item-children div {
  text-align: left;
  width: 100% !important;
}

.create-user-form div:nth-child(9) div:nth-child(2) .ant-form-item-control .ant-form-item-children div input {
  width: 107% !important;
}

.success-message {
  color: #17e628;
  font-size: 1.5em;
}

.card-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.card-header-title-label {
  padding-left: 30px;
}

.utils__title {
  justify-content: space-between;
  align-items: center;
  font-size: 1.23rem;
  line-height: 1.69rem;
  display: flex;
}

.utils__title > div > strong, .utils__title > span, .utils__title > strong {
  font-size: 1.692rem;
  font-weight: bolder;
  display: inline-block;
}

.service-button {
  margin: 10px;
}

.service-btnicon {
  margin-top: -5px !important;
}

@media (max-width: 600px) {
  .task-widget .right-icon svg {
    width: .8em;
  }

  .task-widget .right-icon {
    margin-left: 2px;
  }

  .task-widget .left-icon {
    margin: 0;
    font-size: 1em;
  }

  .task-widget .number-input {
    text-align: center;
    width: 32px;
    height: 33px;
    margin-right: 2px;
    padding: 0;
    font-size: 12px;
  }

  .task-widget .main-input {
    margin: 0 2px;
    padding: 0;
  }

  .task-widget .main-input .ant-input, .task-widget .main-input .checkbox {
    margin: 0 2px;
  }

  .task-widget .main-input .checkbox .ant-checkbox-inner:after {
    width: 4px;
  }
}

.fc-time-grid-container {
  max-height: calc(100vh - 230px);
  height: 520px !important;
}

.fc-content {
  color: #fff;
  font-size: 15px;
}

.ant-menu.ant-menu-light .ant-menu-item-selected.custommenuitem {
  background-color: #f5f3ee;
  font-weight: bold;
  color: #78749b !important;
}

.ant-menu.ant-menu-light .menu-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ant-menu.ant-menu-light .ant-menu-item-selected.menu-pagination {
  background-color: #fff;
}

.responsible-user-avatar-small {
  background-color: gray;
  width: 25px;
  height: 25px;
  margin-right: 4px;
}

.responsible-user-avatar-small svg {
  margin-bottom: 4px;
  margin-left: 1px;
}

.clickable {
  cursor: pointer;
}

.responsible-user-avatar-large {
  background-color: gray;
  width: 25px;
  height: 25px;
}

.responsible-user-avatar-large svg {
  margin-bottom: 5px;
  font-size: 14px;
}

.agency-account-import-button {
  margin-right: 10px;
}

.dp-no-text-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

body .ant-layout-sider {
  z-index: 1 !important;
}

body .ant-layout-content {
  height: 93vh;
}

.ant-form-item-label {
  text-transform: capitalize;
}

.dp-group-list-header {
  font-size: 15px;
}

.ant-modal-title {
  padding-right: 1.5em;
}

.dp-dropdown-root-search {
  display: flex !important;
}

.fb-widgets-dropdown-error {
  background-color: red;
  border-radius: 3px;
  padding: 1px;
  transition: all .3s linear;
}

.dp-widget-card-title-warning-icon {
  color: red;
  margin-right: 10px;
  font-size: 24px;
}

.ant-calendar-in-range-cell > .ant-calendar-date, .ant-picker-cell-in-range.ant-picker-cell-in-view > .ant-picker-cell-inner {
  color: #fff;
}

.ant-picker-cell-in-view.ant-picker-cell-range-start > .ant-picker-cell-inner {
  margin-left: 9px;
}

.ant-picker-cell-in-view.ant-picker-cell-range-end > .ant-picker-cell-inner {
  margin-right: 10px;
}

.ant-calendar-week-number .ant-calendar-tbody tr:hover td.ant-calendar-week-number-cell, .ant-calendar-week-number .ant-calendar-tbody tr:hover td.ant-calendar-cell div.ant-calendar-date {
  color: #bebebe;
}

.project_assignee_suppler_selector .ant-select-selection-overflow {
  max-height: 100px;
  overflow-y: auto;
}

.contactEditor-rightSide-wrapper .dp-dropdown-dropdown {
  width: 170px;
}

.budget-widget-card-container {
  border: none !important;
}

.budget-widget-card-container .ant-card-head, .budget-widget-card-container .ant-card-head-wrapper, .budget-widget-card-container .ant-card-body {
  border: none;
}

.dp-header-body-flex {
  align-items: center;
  display: flex;
}

.dp-header-body-flex .settings-icon {
  margin-left: 15px;
  font-size: 1.5rem;
}

.budgetManualCostModal .ant-input-number, .budgetManualCostModal .budgetManualCostDatePicker, .budgetManualCostModal .budgetManualCostDatePicker .ant-picker {
  width: 100%;
}

.meeting-editor-container #paste-div, .meeting-editor-container #paste-div section, .meeting-editor-container #paste-div section > div:first-child {
  height: 100%;
}

.meeting-editor-container #paste-div .dp-editmeeting-right {
  padding: 0 10px;
}

.meeting-editor-container #paste-div .dp-editmeeting-right .ant-select-selection {
  max-height: 200px;
  overflow-y: auto;
}

.meeting-editor-container #paste-div .dp-editmeeting-right .ant-select-selection::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}

.meeting-editor-container #paste-div .dp-editmeeting-right .ant-select-selection::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.meeting-editor-container #paste-div .dp-editmeeting-right .ant-select-selection::-webkit-scrollbar {
  width: 7px;
}

.meeting-editor-container #paste-div .dp-editmeeting-right .ant-select-selection::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dp-topbar-accountdropdown-overlay td, .dp-topbar-accountdropdown-overlay ul {
  width: 250px !important;
}

.dpui-autocomplete-root ul {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.dpui-autocomplete-root ul li {
  height: 2.5em !important;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #e6f7ff !important;
}

.userAccountDropdown {
  width: 100%;
  padding-top: 0;
}

.userAccountDropdown .dp-dropdown-dropdown {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.userAccountDropdown .dp-dropdown-dropdown .dp-dropdown-account {
  width: 100% !important;
  max-width: 100% !important;
}

.userAccountDropdown input {
  height: 32px;
  width: 100% !important;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.rbc-calendar *, .rbc-calendar :before, .rbc-calendar :after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  flex: 1 0;
  min-height: 0;
  padding: 0 3px;
  font-size: 90%;
  font-weight: bold;
  overflow: hidden;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
  user-select: text;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.rbc-row-content {
  -webkit-user-select: none;
  user-select: none;
  z-index: 4;
  position: relative;
}

.rbc-row-content-scrollable {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.rbc-toolbar .rbc-toolbar-label {
  text-align: center;
  flex-grow: 1;
  padding: 0 10px;
}

.rbc-toolbar button {
  color: #373a3c;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  padding: .375rem 1rem;
  line-height: normal;
  display: inline-block;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
  box-shadow: inset 0 3px 5px #00000020;
}

.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.rbc-toolbar button:focus, .rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  white-space: nowrap;
  display: inline-block;
}

.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 0 4px 4px 0;
}

.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px 0 0 4px;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.rbc-btn-group button + button {
  margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  box-sizing: border-box;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  background-color: #3174ad;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 2px 5px;
}

.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}

.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px #33333380;
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-row {
  flex-direction: row;
  display: flex;
}

.rbc-row-segment {
  padding: 0 1px 1px;
}

.rbc-selected-cell {
  background-color: #0000001a;
}

.rbc-show-more {
  z-index: 4;
  color: #3174ad;
  background-color: #ffffff4d;
  height: auto;
  font-size: 85%;
  font-weight: bold;
  line-height: normal;
}

.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.rbc-month-header {
  flex-direction: row;
  display: flex;
}

.rbc-month-row {
  flex-direction: column;
  flex: 1 0 0;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  text-align: right;
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
}

.rbc-date-cell.rbc-now {
  font-weight: bold;
}

.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  flex-direction: row;
  flex: 1 0 0;
  display: flex;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0;
}

.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  position: absolute;
  box-shadow: 0 5px 15px #00000040;
}

.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  flex-direction: column;
  flex: 1 0 0;
  display: flex;
  overflow: auto;
}

.rbc-agenda-view table.rbc-agenda-table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  vertical-align: top;
  padding: 5px 10px;
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  text-transform: lowercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}

.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell, .rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  min-height: 40px;
  display: flex;
}

.rbc-time-gutter, .rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}

.rbc-day-slot .rbc-events-container {
  margin-right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}

.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  flex-flow: column wrap;
  align-items: flex-start;
  min-height: 20px;
  max-height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rbc-day-slot .rbc-background-event {
  opacity: .75;
}

.rbc-day-slot .rbc-event-label {
  flex: none;
  width: auto;
  padding-right: 5px;
}

.rbc-day-slot .rbc-event-content {
  word-wrap: break-word;
  flex: 1 1 0;
  width: 100%;
  height: 100%;
  min-height: 1em;
  line-height: 1;
}

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter, .rbc-time-view-resources .rbc-time-header-gutter {
  z-index: 10;
  background-color: #fff;
  border-right: 1px solid #ddd;
  margin-right: -1px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}

.rbc-time-view-resources .rbc-time-header-content {
  flex: 1 0 0;
  min-width: auto;
}

.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}

.rbc-time-view-resources .rbc-header, .rbc-time-view-resources .rbc-day-bg {
  flex: 1 1 0;
  flex-basis: 0 px;
  width: 140px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}

.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  color: #fff;
  background-color: #00000080;
  width: 100%;
  padding: 3px;
  font-size: 75%;
  position: absolute;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  border: 1px solid #ddd;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
}

.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}

.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}

.rbc-time-view .rbc-allday-events {
  z-index: 4;
  position: relative;
}

.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  flex-direction: row;
  flex: none;
  display: flex;
}

.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-left: 1px solid #ddd;
  border-right-width: 0;
}

.rbc-time-header > .rbc-row:first-child, .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  border-left: 1px solid #ddd;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  border-top: 2px solid #ddd;
  flex: 1 0;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.rbc-time-content > .rbc-time-gutter {
  flex: none;
}

.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-content > .rbc-day-slot {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.rbc-current-time-indicator {
  z-index: 3;
  pointer-events: none;
  background-color: #74ad31;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.rbc-addons-dnd .rbc-addons-dnd-row-body {
  position: relative;
}

.rbc-addons-dnd .rbc-addons-dnd-drag-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: #0000004d;
}

.rbc-addons-dnd .rbc-event, .rbc-addons-dnd .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-addons-dnd .rbc-background-event {
  transition: opacity .15s;
}

.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-day-slot .rbc-background-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-day-slot .rbc-addons-dnd .rbc-background-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon, .rbc-addons-dnd .rbc-day-slot .rbc-background-event:hover .rbc-addons-dnd-resize-ew-icon, .rbc-day-slot .rbc-addons-dnd .rbc-background-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block;
}

.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
  opacity: 0;
}

.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview), .rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-day-slot .rbc-background-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview), .rbc-day-slot .rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-background-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
  opacity: .5;
}

.rbc-addons-dnd .rbc-addons-dnd-resizable {
  width: 100%;
  height: 100%;
  position: relative;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  text-align: center;
  width: 100%;
  position: absolute;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  cursor: ns-resize;
  border-top: 3px double;
  width: 10px;
  margin: 0 auto;
  display: none;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0;
}

.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  cursor: ew-resize;
  border-left: 3px double;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.src-components-Layout-Loader-style-module__loader-s0iscE {
  z-index: 1;
  opacity: 1;
  text-align: center;
  background: #f2f4f8 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDFweCIgIGhlaWdodD0iNDFweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iIzAxOTBmZSIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCIgdHJhbnNmb3JtPSJyb3RhdGUoODQgNTAgNTApIj4gICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPiAgICA8L2NpcmNsZT4gIDwvc3ZnPg==) center no-repeat;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-top: -110px;
  margin-left: -90px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
}

.src-components-Layout-Loader-style-module__loader-s0iscE.src-components-Layout-Loader-style-module__fullScreen-e5VbxV {
  position: fixed;
}

.src-components-Layout-Loader-style-module__loader-s0iscE.src-components-Layout-Loader-style-module__hidden-IonzIk {
  z-index: -1;
  opacity: 0;
  transition: opacity 1s .5s, z-index .1s 1.5s;
}

.src-layouts-Login-style-module__layout-oioYTn {
  background-color: #f2f4f8;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  transition: background-image .4s linear;
  display: flex;
}

@media (max-width: 767px) {
  .src-layouts-Login-style-module__layout-oioYTn .login-heading {
    display: none;
  }
}

.src-layouts-Login-style-module__layout-oioYTn.src-layouts-Login-style-module__light-JTvQBk .src-layouts-Login-style-module__content-bLmm9C .login-heading {
  color: #fff;
}

.src-layouts-Login-style-module__layout-oioYTn.src-layouts-Login-style-module__light-JTvQBk .src-layouts-Login-style-module__navigationItems-YCEC2y li a {
  color: #fff;
}

.src-layouts-Login-style-module__layout-oioYTn.src-layouts-Login-style-module__light-JTvQBk .src-layouts-Login-style-module__navigationItems-YCEC2y li a:hover, .src-layouts-Login-style-module__layout-oioYTn.src-layouts-Login-style-module__light-JTvQBk .src-layouts-Login-style-module__navigationItems-YCEC2y li a:focus {
  border-bottom: 1px solid #fff6;
}

.src-layouts-Login-style-module__layout-oioYTn.src-layouts-Login-style-module__light-JTvQBk .src-layouts-Login-style-module__navigationItems-YCEC2y li a.src-layouts-Login-style-module__navigationActive-LkSLsk {
  border-bottom: 1px solid #fff;
}

.src-layouts-Login-style-module__layout-oioYTn.src-layouts-Login-style-module__light-JTvQBk .src-layouts-Login-style-module__footer-l5Y7rU, .src-layouts-Login-style-module__layout-oioYTn.src-layouts-Login-style-module__light-JTvQBk .src-layouts-Login-style-module__footer-l5Y7rU li a {
  color: #fff;
}

.src-layouts-Login-style-module__header-oZ903V {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3.84rem;
  padding: 3.07rem;
  display: flex;
}

@media (max-width: 991px) {
  .src-layouts-Login-style-module__header-oZ903V {
    padding: 3.07rem 1.53rem;
  }
}

@media screen and (max-width: 767px) {
  .src-layouts-Login-style-module__header-oZ903V {
    flex-flow: column;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.src-layouts-Login-style-module__logo-S86fv5 {
  flex-shrink: 0;
  max-height: 3.07rem;
}

.src-layouts-Login-style-module__logo-S86fv5 img {
  max-height: 3.07rem;
}

.src-layouts-Login-style-module__controls-QqNP78 {
  margin-left: 1.53rem;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .src-layouts-Login-style-module__controls-QqNP78 {
    order: 1;
    width: 100%;
    margin-top: .76rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .src-layouts-Login-style-module__controls-QqNP78 {
    display: none;
  }
}

.src-layouts-Login-style-module__navigation-A822Fs {
  padding-top: .76rem;
  padding-bottom: .76rem;
}

@media screen and (max-width: 767px) {
  .src-layouts-Login-style-module__navigation-A822Fs {
    display: none;
  }
}

.src-layouts-Login-style-module__navigationItems-YCEC2y {
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.23rem;
  list-style: none;
  display: flex;
}

@media screen and (max-width: 767px) {
  .src-layouts-Login-style-module__navigationItems-YCEC2y {
    margin-top: .76rem;
  }
}

.src-layouts-Login-style-module__navigationItems-YCEC2y li {
  text-transform: uppercase;
  text-align: center;
  flex-grow: 1;
  margin: .38rem .76rem;
}

.src-layouts-Login-style-module__navigationItems-YCEC2y li:last-child {
  margin-right: 0;
}

.src-layouts-Login-style-module__navigationItems-YCEC2y li a {
  color: #74708d;
  font-weight: 700;
}

.src-layouts-Login-style-module__navigationItems-YCEC2y li a:hover, .src-layouts-Login-style-module__navigationItems-YCEC2y li a:focus {
  border-bottom: 1px solid #74708d66;
}

.src-layouts-Login-style-module__navigationItems-YCEC2y li a.src-layouts-Login-style-module__navigationActive-LkSLsk {
  border-bottom: 1px solid #74708d;
}

.src-layouts-Login-style-module__content-bLmm9C {
  align-self: middle;
}

.src-layouts-Login-style-module__footer-l5Y7rU {
  color: #74708d;
  align-self: flex-end;
  width: 100%;
  padding: 3.07rem;
}

@media (max-width: 991px) {
  .src-layouts-Login-style-module__footer-l5Y7rU {
    padding: 3.07rem 1.53rem;
  }
}

@media (max-width: 767px) {
  .src-layouts-Login-style-module__footer-l5Y7rU {
    padding: 3.07rem 1.53rem 1.53rem;
  }
}

.src-layouts-Login-style-module__footer-l5Y7rU ul {
  margin-bottom: 0;
}

.src-layouts-Login-style-module__footer-l5Y7rU ul li {
  text-transform: uppercase;
  margin-right: 1.53rem;
}

.src-layouts-Login-style-module__footer-l5Y7rU ul li:last-child {
  margin-right: 0;
}

.src-layouts-Login-style-module__footer-l5Y7rU ul li a {
  color: #74708d;
  opacity: .7;
  margin-right: .76rem;
  line-height: 1.4;
  display: inline-block;
}

.src-layouts-Login-style-module__footer-l5Y7rU ul li a:hover {
  opacity: 1;
}


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