@charset "UTF-8";

/* src/styles/tokens.css */
:root {
  --ink:#171717;
  --ink-soft:#3d3d3d;
  --muted:#8a8a8a;
  --faint:#b8b8b8;
  --line:#e7e7e7;
  --line-soft:#f0f0f0;
  --bg:#ffffff;
  --panel:#fafafa;
  --sidebar:#f7f7f7;
  --green:#1e8e5a;
  --green-bg:#e9f7f0;
  --red:#d64545;
  --red-bg:#fbeaea;
  --orange:#c97b1f;
  --orange-bg:#fbf1e2;
  --blue:#2f6fed;
  --blue-bg:#eaf1fe;
}

/* node_modules/@danielmoncada/angular-datetime-picker/assets/style/picker.min.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .288);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.owl-dialog-container {
  position: relative;
  pointer-events: auto;
  box-sizing: border-box;
  display: block;
  padding: 1.5em;
  box-shadow:
    0 11px 15px -7px rgba(0, 0, 0, .2),
    0px 24px 38px 3px rgba(0, 0, 0, .14),
    0px 9px 46px 8px rgba(0, 0, 0, .12);
  border-radius: 2px;
  overflow: auto;
  background: #fff;
  color: rgba(0, 0, 0, .87);
  width: 100%;
  height: 100%;
  outline: none;
}
.owl-dt-container,
.owl-dt-container * {
  box-sizing: border-box;
}
.owl-dt-container {
  display: block;
  font-size: 1rem;
  background: #fff;
  pointer-events: auto;
  z-index: 1000;
}
.owl-dt-container-row {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.owl-dt-container-row:last-child {
  border-bottom: none;
}
.owl-dt-calendar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
.owl-dt-calendar-control {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1em;
  width: 100%;
  padding: .5em;
  color: #000;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button {
  padding: 0 .8em;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover {
  background-color: rgba(0, 0, 0, .12);
}
.owl-dt-calendar-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 .5em .5em;
  outline: 0;
}
.owl-dt-calendar-view {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.owl-dt-calendar-multi-year-view {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table {
  width: calc(100% - 3em);
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th {
  padding-bottom: .25em;
}
.owl-dt-calendar-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.owl-dt-calendar-table .owl-dt-calendar-header {
  color: rgba(0, 0, 0, .4);
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: .7em;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider {
  position: relative;
  height: 1px;
  padding-bottom: .5em;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  right: -0.5em;
  height: 1px;
  background: rgba(0, 0, 0, .12);
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider.owl-calendar-weeks:after {
  left: -1.8em;
}
.owl-dt-calendar-table .owl-dt-calendar-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: 0;
  color: rgba(0, 0, 0, .85);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  position: absolute;
  top: 5%;
  left: 5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  font-size: .8em;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: .2;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, .4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: rgba(255, 255, 255, .85);
  background-color: #3f51b5;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .85);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  cursor: default;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  color: rgba(0, 0, 0, .4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected {
  opacity: .4;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, .2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  background-color: rgba(0, 0, 0, .04);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
  background: rgba(63, 81, 181, .2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.owl-dt-calendar-table.owl-calendar-weeks .owl-dt-calendar-cell-content {
  height: 86%;
}
.owl-dt-timer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 7em;
  padding: .5em;
  outline: none;
}
.owl-dt-timer-box {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 25%;
  height: 100%;
}
.owl-dt-timer-content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: .2em 0;
}
.owl-dt-timer-content .owl-dt-timer-input {
  display: block;
  width: 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 3px;
  outline: medium none;
  font-size: 1.2em;
  padding: .2em;
}
.owl-dt-timer-divider {
  display: inline-block;
  align-self: flex-end;
  position: absolute;
  width: .6em;
  height: 100%;
  left: -0.3em;
}
.owl-dt-timer-divider:before,
.owl-dt-timer-divider:after {
  content: "";
  display: inline-block;
  width: .35em;
  height: .35em;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
}
.owl-dt-timer-divider:before {
  top: 35%;
}
.owl-dt-timer-divider:after {
  bottom: 35%;
}
.owl-dt-control-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  color: inherit;
}
.owl-dt-control-button .owl-dt-control-button-content {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  outline: none;
}
.owl-dt-control-period-button .owl-dt-control-button-content {
  height: 1.5em;
  padding: 0 .5em;
  border-radius: 3px;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.owl-dt-control-period-button:hover > .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, .12);
}
.owl-dt-control-period-button .owl-dt-control-button-arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin: .1em;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.owl-dt-control-arrow-button .owl-dt-control-button-content {
  padding: 0;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}
.owl-dt-control-arrow-button[disabled] {
  color: rgba(0, 0, 0, .4);
  cursor: default;
}
.owl-dt-control-arrow-button svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}
.owl-dt-inline-container,
.owl-dt-popup-container {
  position: relative;
  width: 18.5em;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, .2),
    0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12);
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-inline-container .owl-dt-timer,
.owl-dt-popup-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-timer {
  width: 100%;
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar {
  height: 20.25em;
}
.owl-dt-dialog-container {
  max-height: 95vh;
  margin: -1.5em;
}
.owl-dt-dialog-container .owl-dt-calendar {
  min-width: 250px;
  min-height: 330px;
  max-width: 750px;
  max-height: 750px;
}
.owl-dt-dialog-container .owl-dt-timer {
  min-width: 250px;
  max-width: 750px;
}
@media all and (orientation: landscape) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 58vh;
    height: 62vh;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 58vh;
  }
}
@media all and (orientation: portrait) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 80vw;
    height: 80vw;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 80vw;
  }
}
.owl-dt-container-buttons {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 2em;
  color: #3f51b5;
}
.owl-dt-container-control-button {
  font-size: 1em;
  width: 50%;
  height: 100%;
  border-radius: 0;
}
.owl-dt-container-control-button .owl-dt-control-button-content {
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.owl-dt-container-control-button:hover .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, .1);
}
.owl-dt-container-info {
  padding: 0 .5em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-dt-container-info .owl-dt-container-range {
  outline: none;
}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: .5em 0;
  font-size: .8em;
}
.owl-dt-container-info .owl-dt-container-range:last-child {
  border-top: 1px solid rgba(0, 0, 0, .12);
}
.owl-dt-container-info .owl-dt-container-info-active {
  color: #3f51b5;
}
.owl-dt-container-disabled,
.owl-dt-trigger-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important;
}
.owl-dt-timer-hour12 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #3f51b5;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box {
  border: 1px solid currentColor;
  border-radius: 2px;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content {
  width: 100%;
  height: 100%;
  padding: .5em;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content {
  background: #3f51b5;
  color: #fff;
}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out {
  visibility: hidden;
  cursor: default;
}
.owl-dt-inline {
  display: inline-block;
}
.owl-dt-control {
  outline: none;
  cursor: pointer;
}
.owl-dt-control .owl-dt-control-content {
  outline: none;
}
.owl-dt-control:focus > .owl-dt-control-content {
  background-color: rgba(0, 0, 0, .12);
}
.owl-dt-control:not(:-moz-focusring):focus > .owl-dt-control-content {
  box-shadow: none;
}
.owl-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* src/styles.scss */
@font-face {
  src: url("./media/ProximaNovaCond-Bold.ttf");
  font-family: "ProximaNovaCond-Bold";
}
@font-face {
  src: url("./media/ProximaNovaCond-Light.otf");
  font-family: "ProximaNovaCond-Light";
}
@font-face {
  src: url("./media/ProximaNovaCond-Regular.otf");
  font-family: "ProximaNovaCond-Regular";
}
@font-face {
  src: url("./media/ProximaNovaCond-RegularIt.otf");
  font-family: "ProximaNovaCond-RegularIt";
}
@font-face {
  src: url("./media/ProximaNovaCond-Semibold.otf");
  font-family: "ProximaNovaCond-Semibold";
}
@font-face {
  src: url("./media/ProximaNovaCond-SemiboldIt.otf");
  font-family: "ProximaNovaCond-SemiboldIt";
}
@font-face {
  src: url("./media/ProximaNovaCond-Bold.ttf");
  font-family: "ProximaNovaCond-Bold";
}
body {
  font-size: 14px;
  color: #7f7f7f;
  overflow-x: hidden;
  font-family: "ProximaNovaCond-Regular";
  background: #eef2f3;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  color: #666666;
}
a,
input,
textarea,
button,
select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}
a {
  color: #296dc1;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.container {
  max-width: 1302px;
  padding-right: 18px;
}
.login_page {
  width: 100%;
  float: left;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.dp-popup {
  z-index: 1050 !important;
}
.login_logo {
  width: 90px;
  display: inline-block;
  padding-bottom: 15px;
}
.login-title {
  text-align: center;
  margin-bottom: 25px;
  font-family: "ProximaNovaCond-bold";
  font-weight: normal;
  color: rgb(52, 55, 136);
  letter-spacing: 0.5px;
}
.forget-pswd a {
  color: red;
  letter-spacing: 0.5px;
}
.login_inner_sec {
  position: absolute;
  width: 405px;
  left: 50%;
  top: 50%;
  padding: 10px 15px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  max-width: 100%;
}
.form-group label {
  margin-bottom: 6px;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Regular";
  font-weight: 500;
}
.form-group.img-up {
  margin-bottom: 15px;
  float: left;
  width: 50%;
}
.form-control {
  font-size: 14px !important;
  width: 100%;
  height: auto;
  border-radius: 0;
  border: 1px solid #d4dcf5;
  padding: 9px 5px;
  min-height: 45px;
  color: #495057;
  background-color: #fff;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #495057 !important;
  border: 1px solid #d4dcf5 !important;
  caret-color: #495057;
  transition: background-color 5000s ease-in-out 0s;
}
.dp-picker-input {
  font-size: 14px !important;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #d4dcf5;
}
dp-date-picker {
  display: inline-block;
}
.form-group {
  margin-bottom: 15px;
}
.validation {
  color: red;
}
.btn {
  background: #343788;
  min-height: 45px;
  padding: 12px 30px !important;
  border: 0 !important;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.table_sec .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid transparent;
  border-radius: 0px;
  min-width: 25px;
  height: 25px;
  padding: 3px 0px;
  text-align: center;
  margin: 0px 5px;
}
.table_sec .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table_sec .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #343788 !important;
  border-color: #343788 !important;
  color: #fff !important;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn:hover {
  background: #151868;
  color: #fff;
}
.dataTables_filter {
  display: none;
}
.login_form .form-group.submit-group {
  text-align: center;
  padding-top: 29px;
}
.login_form .form-group.submit-group .btn {
  width: 198px;
}
.login_form .form-group .form-control {
  background: #fff;
}
.login_form {
  text-align: left;
}
header {
  width: 100%;
  float: left;
  background: #343788;
  min-height: 70px;
  position: relative;
  z-index: 999;
}
app-dashboard {
  width: 100%;
  float: left;
}
.content_section {
  width: 100%;
  float: left;
  min-height: calc(100vh - 100px);
}
.dashboard_resources {
  width: 100%;
  float: left;
}
.resource_item:last-child {
  margin-right: 0;
}
.resource_item {
  width: calc(33.3% - 21px);
  background-color: #1d206d;
  float: left;
  margin-right: 32px;
  border-radius: 5px;
  background-image: url("./media/rs_bg.png");
  background-blend-mode: color-burn;
  background-size: cover;
}
.resource_item a {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 30px 0px;
  z-index: 11;
  min-height: 200px;
}
.rs_item_content h4 {
  font-size: 60px;
  color: #eef2f3;
  font-family: "ProximaNovaCond-Bold";
  margin-top: 18px;
  letter-spacing: -1.5px;
}
.rs_item_content p {
  text-transform: uppercase;
  color: #eef2f3;
  font-family: "ProximaNovaCond-Semibold";
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 0;
}
.resource_item.deals {
  background-color: #f28969;
}
.resource_item.products {
  background-color: #1fa4af;
}
.rs_item_content {
  position: relative;
}
.rs_item_image {
  position: absolute;
  right: 0;
}
.header_layer {
  display: flex;
}
.head_logo {
  flex: 1;
  padding-top: 6px;
}
.nav-link {
  padding: 24px 15px;
  color: #fff;
  letter-spacing: 0.5px;
}
.navbar.navbar-expand-lg {
  padding: 0px 40px 0px 0px;
}
.dashboard_resources {
  width: 100%;
  float: left;
  padding-top: 27px;
  padding-bottom: 31px;
}
.content_section {
  padding: 20px 0px 0px;
}
.rs_item_image {
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.header_admin {
  padding-top: 14px;
}
a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none;
}
a.nav-link {
  cursor: pointer;
}
.comn_title {
  color: #343788;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ProximaNovaCond-Semibold";
}
.admin_img {
  border-width: 1px;
  border-color: rgb(212, 220, 245);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 12px;
}
.admin_img img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_admin h5 {
  float: left;
  font-family: "ProximaNovaCond-Semibold";
  color: #fff;
  font-size: 14px;
  padding-top: 16px;
}
.header_admin h5 a {
  color: #fff;
}
.content_warp {
  border-width: 1px;
  border-color: rgb(212, 220, 245);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  float: left;
  padding: 24px 30px 15px;
  margin-bottom: 15px;
}
.content_warp .title_sec {
  display: flex;
  padding-bottom: 10px;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.title_sec.flex-title {
  display: flex;
  padding-bottom: 10px;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.top_btn .btn {
  margin-left: 10px;
}
.content_warp .dataTables_wrapper .dataTables_length {
  float: right;
  margin-top: 15px;
  color: #7f7f7f;
}
.dataTables_length select {
  height: 30px !important;
  background-color: #f0eeff !important;
  border: 0px !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  padding: 1px 10px !important;
  padding-right: 10px !important;
  color: #4e8cbf !important;
  font-family: "Muli-Bold" !important;
  z-index: 5 !important;
  position: relative !important;
  cursor: pointer !important;
  margin: 0 10px !important;
  background-image: url("./media/datatable-drop.png") !important;
  background-repeat: no-repeat !important;
  background-position: 89% !important;
  padding-right: 15px !important;
  background-size: 12px !important;
}
.content_warp table.dataTable tbody th,
.content_warp table.dataTable tbody td {
  padding: 8px 14px !important;
  height: 44px !important;
  color: #7f7f7f !important;
}
.title_sec .btn {
  padding: 13px 15px 11px !important;
}
.content_warp table.dataTable thead th {
  color: #7f7f7f !important;
  padding: 10px 18px 24px !important;
  border-bottom: 1px solid #8393ca !important;
  background-position-y: 10px !important;
}
.content_warp .dataTables_empty {
  vertical-align: middle;
}
.content_warp table.dataTable.no-footer {
  border-bottom: 10px solid #d4dcf5;
  position: relative;
  margin-bottom: 10px;
  width: 100% !important;
}
.content_warp table.dataTable::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 10px;
  background: #8393ca;
  left: 50%;
  transform: translateX(-50%);
}
.content_warp .dataTables_wrapper .dataTables_length,
.content_warp .dataTables_wrapper .dataTables_filter,
.content_warp .dataTables_wrapper .dataTables_info,
.content_warp .dataTables_wrapper .dataTables_processing,
.content_warp .dataTables_wrapper .dataTables_paginate {
  color: #7f7f7f;
}
.content_warp .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.content_warp .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.content_warp .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #7f7f7f !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.actions_buttons a {
  background: #d4dcf5;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 0px 2px;
  color: #343788 !important;
  cursor: pointer;
}
.nav-link:focus,
.nav-link:hover,
.nav-link.menu_active {
  text-decoration: none;
  background: #2d3077;
  color: #fff !important;
}
.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(13, 7, 7, 0.42);
}
.view-group {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
.view-group label {
  width: 200px;
  float: left;
  padding-right: 30px;
  position: relative;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Semibold";
}
.view-group label::after {
  content: ":";
  position: absolute;
  right: 30px;
  color: #000;
}
.notfound_page {
  text-align: center;
  padding: 100px 0px;
}
.notfound_page h2 {
  font-family: "ProximaNovaCond-Bold";
  font-size: 120px;
  text-shadow: 0 13.36px 8.896px #818d8e, 0 -2px 1px #333;
}
.notfound_page h4 {
  font-size: 28px;
}
.notfound_page p {
  font-size: 18px;
}
.modal-dialog {
  position: absolute;
  width: 654px;
  top: 0;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  right: 0;
  max-width: 100% !important;
  height: 100%;
}
.modal {
  background: rgba(27, 29, 73, 0.4);
}
.modal-body {
  height: calc(100vh - 90px) !important;
}
.modal-content {
  border: 0 !important;
  border-radius: 0 !important;
}
.modal-header {
  min-height: 90px;
  background: #38c2cd;
  border-radius: 0;
  color: #fff;
  padding: 32px 33px 20px;
}
.modal-title {
  font-family: "ProximaNovaCond-Semibold";
  text-transform: uppercase;
  font-size: 20px;
}
.modal-header .close {
  font-size: 45px;
  padding: 11px 2px 0px;
  color: #fff;
  opacity: 1;
}
.dp-calendar-wrapper button:disabled {
  background: rgb(134, 209, 223);
  color: rgba(51, 51, 51, 0.67);
  cursor: not-allowed;
}
.dp-calendar-wrapper button {
  border: 0px solid #38c2cd;
  margin: 3px;
  color: #010a0b;
  background: #93ddea;
}
.dp-calendar-weekday {
  box-sizing: border-box !important;
  display: inline-block !important;
  width: 36px !important;
  text-align: center !important;
  border-left: 1px solid #e6f3f4 !important;
  border-bottom: 1px solid #e6f3f4 !important;
  padding: 2px !important;
  border-top: 1px solid #e6f3f4 !important;
  background: #343788 !important;
  color: #fff !important;
}
dp-calendar-nav .dp-calendar-nav-container {
  position: relative !important;
  box-sizing: border-box !important;
  height: 35px !important;
  border: 0px solid #000 !important;
  border-bottom: none !important;
}
.dp-day-calendar .dp-calendar-wrapper {
  box-sizing: border-box;
  border: 0px solid #38c2cd;
  box-shadow: 1px 4px 4px -4px #000;
}
.dp-calendar-wrapper,
dp-day-calendar .dp-calendar-wrapper {
  border: none !important;
}
.dp-calendar-nav-left,
.dp-calendar-nav-right,
.dp-calendar-secondary-nav-left,
.dp-calendar-secondary-nav-right {
  border: 0;
  background: transparent;
  color: red;
}
.cdk-overlay-container {
  z-index: 9999 !important;
}
.dp-nav-header-btn {
  border: 0px solid #38c2cd;
  margin: 0px;
  color: #010a0b;
  background: #93ddea;
  padding: 5px 10px;
}
dp-date-picker {
  width: 100%;
}
.form_sec.form-multi-sec {
  border-width: 1px;
  border-color: rgb(212, 220, 245);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  float: left;
  padding: 24px 30px 15px;
  margin-bottom: 15px;
}
.form_sec.form-multi-sec .form-group {
  width: 100%;
  float: left;
  padding-right: 0px;
  border-bottom: 1px dashed rgba(52, 55, 136, 0.44);
  padding-bottom: 15px;
  padding-top: 15px;
}
.form_sec.form-multi-sec .form-group:last-child {
  border: 0;
}
.form_sec.form-multi-sec .form-group > label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  color: rgb(52, 55, 136);
  letter-spacing: 0.5px;
}
.form-group.submit-group {
  width: 100% !important;
  float: left;
  margin-top: 15px;
}
.form_sec.form-multi-sec .validation {
  width: 100%;
  float: left;
}
.multi_check_item {
  width: 20%;
  float: left;
  padding-right: 15px;
  margin-bottom: 10px;
}
.error {
  border: 1px solid red !important;
}
.dataTables_wrapper .dataTables_processing {
  position: fixed !important;
  z-index: 111 !important;
  background: #f0f0fc !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0.8;
  margin: 0 !important;
}
.dataTables_processing img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dataTables_processing {
  position: fixed !important;
  z-index: 111 !important;
  background: #f0f0fc !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0.8;
  margin: 0 !important;
}
.col-3-left {
  width: 25%;
  float: left;
  padding-right: 6px;
}
.col-3-mid {
  width: 49%;
  float: left;
  padding-right: 12px;
  padding-left: 9px;
}
.col-3-right {
  width: 26%;
  float: left;
  padding-left: 2px;
}
.col-9-left {
  width: 75%;
  float: left;
  padding-right: 60px;
  padding-left: 9px;
}
.comn-box-style {
  border-width: 1px;
  border-color: rgb(212, 220, 245);
  border-style: solid;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  float: left;
  padding: 19px 17px 15px;
  margin-bottom: 15px;
  position: relative;
}
.comn_box_title {
  color: #343788;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "ProximaNovaCond-Semibold";
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.mat-tab-labels {
  display: block;
}
.mat-ripple-element {
  width: auto !important;
  height: auto !important;
}
.mat-tab-label {
  width: auto !important;
  float: left;
  display: inline-block;
  position: relative;
  left: 0 !important;
  padding: 0 !important;
  min-width: 80px !important;
  height: auto;
}
.mat-tab-label .mat-tab-label-content {
  display: inline-block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.activity-tab-ul {
  padding: 0;
  list-style-type: none;
}
.activit-tab-item {
  border: 1px solid #d4dcf5;
  margin-bottom: 25px;
}
.lead-title {
  font-size: 14px;
}
.lead-title::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("./media/Lead.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.lead-title.deals::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("./media/deals.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.lead-title.leads::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("./media/leads.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.lead-title.ticket::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("./media/ticket.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.lead-title.meating::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("./media/meating.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.lead-title {
  font-size: 14px;
  float: left;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Regular";
  text-transform: uppercase;
  font-family: "ProximaNovaCond-bold";
  width: 50%;
  padding-left: 30px;
  padding-top: 5px;
  min-height: 23px;
  position: relative;
}
.ld-message {
  width: 100%;
  float: left;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #7f7f7f;
}
.lead-date {
  float: right;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #7f7f7f;
}
.ld-activity-head {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
.activit-tab-item {
  border: 1px solid #d4dcf5;
  margin-bottom: 25px;
  padding: 15px 15px;
  width: 100%;
  float: left;
}
.ld-message {
  width: 100%;
  float: left;
}
.ld-activity label {
  margin: 0;
  font-family: "ProximaNovaCond-bold";
}
.ld-duration {
  width: 100%;
  float: left;
  padding-bottom: 5px;
}
.mat-tab-label {
  height: 45px;
  padding: 0 24px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0.6;
  min-width: 160px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  border-radius: 8px 10px 0px 0px;
  color: #343788;
  font-size: 15px !important;
  opacity: 1;
}
.mat-tab-label-active {
  background: #d4dcf5;
}
.mat-tab-label {
  opacity: 1 !important;
  padding: 5px 15px !important;
}
.mat-tab-labels {
  display: flex;
  border-bottom: 1px solid #8393ca;
  margin-bottom: 19px;
  padding: 0px 5px;
}
.cl-contact-list {
  padding: 0;
  list-style: none;
  padding-top: 15px;
}
.cl-contact-list li {
  padding-bottom: 10px;
}
.cl-contact-list li label {
  width: 100%;
  margin: 0px;
  font-size: 14px;
  float: left;
  color: #7f7f7f;
}
.cl-contact-list li span {
  font-size: 14px;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-bold";
}
.comn-box-style .top_btn a {
  float: left;
  padding: 12px 24px !important;
}
.cl-profiel {
  padding-top: 15px;
}
.cl-pro-content h4 {
  font-size: 18px;
  color: #7f7f7f;
  text-transform: uppercase;
  font-family: "ProximaNovaCond-Semibold";
}
.cl-pro-content {
  width: calc(100% - 50px);
  float: left;
  padding-left: 15px;
}
.cl-pro-img {
  width: 50px;
  float: left;
}
.cl-pro-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.lead-id {
  color: #7f7f7f;
}
.cl-profiel {
  padding-top: 40px;
  width: 100%;
  float: left;
}
.add-section {
  border: 1px dashed #d4dcf5;
  padding: 15px 10px;
  border-radius: 5px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.add-sec-btn {
  float: left;
  width: 100%;
}
.add-sec-btn .add_btn {
  text-align: right;
  float: right;
}
.add-section .remove_quotation_btn {
  padding: 0;
  width: auto;
}
.activity-tab {
  min-height: 500px;
}
.add-btn {
  position: absolute;
  right: 17px;
  top: 18px;
  font-size: 14px;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Regular";
  text-transform: uppercase;
  font-family: "ProximaNovaCond-bold";
  cursor: pointer;
}
.ticket_box {
  padding: 15px 10px;
  width: 100%;
  float: left;
  border: 1px solid #d4dcf5;
  margin-bottom: 15px;
  position: relative;
}
.sm-btn.icon-btn {
  position: absolute;
  right: 0;
  margin: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 5px !important;
  top: -10px;
  right: -11px;
  box-shadow: 0px 0px 0px -1px #000;
  font-size: 0;
  background: url("./media/Edit_icon.png") #ead3d3 no-repeat !important;
  background-position: center !important;
  background-repeat: no-repeat inherit;
  border: 1px solid #9194dd !important;
}
select {
  padding-right: 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("./media/drop-down.png");
  background-position-x: 95%;
  background-position-y: center;
  background-repeat: no-repeat;
}
.ticket_box h4 {
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Bold";
  text-transform: capitalize;
  font-size: 14px;
}
.tc-list label {
  margin-bottom: 0px;
}
.tc-list {
  padding-bottom: 8px;
}
.tc-list label {
  color: #7f7f7f;
  font-weight: normal;
}
.tc-list {
  font-family: "ProximaNovaCond-regular";
  color: #6467ba;
}
.tc-list .form-control {
  height: 33px;
  font-size: 14px;
  padding: 6px 10px;
}
.tc-select label {
  float: left;
  margin-right: 5px;
}
.tc-select select.form-control option {
  font-weight: normal;
}
.sm-btn {
  min-height: auto;
  padding: 6px 30px !important;
  border: 0 !important;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin: 5px 0px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  background: #e49882;
  cursor: pointer;
}
.sm-btn:hover {
  background: #343788;
}
.tc-select select.form-control {
  width: auto;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-family: "ProximaNovaCond-bold";
  color: #6467ba;
  height: auto;
  padding-right: 20px !important;
  background-position-x: right !important;
  min-height: auto;
}
.swal2-styled {
  padding: 7px 30px;
}
.browse-btn input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.browse-img {
  width: 100%;
  float: left;
}
.browse-btn {
  background: #343788;
  min-height: auto;
  padding: 7px 30px !important;
  border: 0 !important;
  color: #fff;
  font-size: 14px;
  width: 143px;
  position: relative;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  float: left;
}
.browse-img img {
  width: 200px;
  border: 2px solid #eef2f3;
  float: left;
  clear: left;
  border-radius: 5px;
  padding: 5px;
  max-width: 100%;
}
.table_sec {
  overflow-x: auto;
}
.form-group-3col .form-group {
  width: 33.3%;
  float: left;
}
.form-group-3col .form-group:nth-child(3n) {
  padding-left: 7px;
}
.form-group-3col .form-group:nth-child(3n+1) {
  padding-right: 7px;
}
.form-group-3col .form-group:nth-child(3n+2) {
  padding: 0px 5px;
}
.rv-profiel {
  width: 245px;
  float: left;
  border-right: 0px solid #d4dcf5;
  text-align: center;
  background: #eee;
  padding: 16px 10px;
  border-radius: 5px;
  max-width: 100%;
}
.rv-pro-img img {
  width: 200px;
  border-radius: 50%;
  height: 200px;
  padding: 5px;
  background: #fff;
}
.rv-view_sec {
  width: calc(100% - 250px);
  float: left;
  padding-left: 40px;
  padding-top: 24px;
}
.rating-list {
  margin: 0;
}
.rating-list li {
  padding: 0 5px !important;
}
.rating-fld .validation {
  color: red;
  clear: left;
  width: 100%;
  float: left;
}
.rating-fld {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.thankyou_page {
  border-width: 1px;
  border-color: rgb(212, 220, 245);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  float: left;
  padding: 24px 30px 15px;
  margin-bottom: 15px;
}
.sub-menu {
  position: absolute;
  background: #fff;
  width: 200px;
  top: 94%;
  box-shadow: 0px 1px 5px -3px #000;
  padding: 0px;
  list-style-type: none;
  display: none;
}
.sub-menu li a {
  padding: 12px 15px;
  color: #343788;
}
.nav-item {
  position: relative;
}
.swal2-styled:focus {
  outline: 0;
  box-shadow: none;
}
.swal2-styled:focus {
  outline: 0;
  box-shadow: none !important;
}
.swal2-styled {
  outline: 0;
  box-shadow: none !important;
}
.swal2-popup .swal2-title {
  color: #000;
}
.remove-btn {
  min-height: auto;
  padding: 4px 10px 3px 10px !important;
  border: 0 !important;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin: 0px 0px 5px;
  border-radius: 0;
  letter-spacing: 0.5px;
  background: #f92626;
  cursor: pointer;
  float: right;
  margin-bottom: 5px;
}
.add_btn {
  min-height: auto;
  padding: 4px 13px 3px 13px !important;
  border: 0 !important;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin: 0px 0px 5px;
  border-radius: 0;
  letter-spacing: 0.5px;
  background: #343788;
  cursor: pointer;
  margin-bottom: 5px;
}
.qty_subtotal_sec {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding: 14px 17px 10px;
  background: #eef2f3;
}
.add-section .form-group.submit-group {
  margin-bottom: 0;
}
.qty_subtotal_sec .add_btn_sec {
  float: right;
}
.remove-btn i {
  padding-right: 7px;
  font-size: 10px;
}
.add_btn i {
  font-size: 11px;
  padding-right: 8px;
}
.sub_ttl {
  float: left;
  font-size: 18px;
  padding-top: 5px;
  font-family: "ProximaNovaCond-bold";
  color: #495057;
}
.add_btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.table_sec {
  width: 100%;
  float: left;
}
.filter_section {
  width: 100%;
  float: left;
  background: #d4dcf5;
  border-radius: 15px;
  min-height: 66px;
  padding: 15px 10px 10px;
  margin-bottom: 15px;
}
.with-slt-filter .filter-select .filter-select-control {
  width: 80%;
  max-width: 100%;
}
.with-slt-filter.leads-filter .filter-select .filter-select-control {
  width: 100%;
  max-width: 100%;
}
.with-slt-filter.leads-filter .filter-select .filter-select-control {
  width: 150px;
}
.with-slt-filter.leads-filter .filter-group:nth-of-type(6n+1),
.with-slt-filter.leads-filterr .filter-select:nth-of-type(6n+1) {
  float: left;
}
.with-slt-filter .filter-group {
  width: 16.28%;
  float: left;
  margin-bottom: 10px;
}
.with-slt-filter.leads-filter .filter-select {
  width: 14.28%;
  float: left;
  margin-bottom: 10px;
  padding: 6px 10px;
}
.with-slt-filter.leads-filter .filter-select:nth-of-type(2) {
  width: 11.28%;
}
.with-slt-filter.leads-filter .filter-select:nth-of-type(3) {
  width: 9.28%;
}
.filter-control {
  height: 36px;
  border: 1px solid #fff;
  margin-bottom: 5px;
  width: 100%;
  padding: 7px 15px;
}
.filter-select-control {
  background-color: transparent;
  border: 0px;
  background-position-x: right;
  padding-right: 25px !important;
  cursor: pointer;
  color: #343788;
}
.filter-group {
  width: 250px;
  float: left;
  padding: 0px 10px;
  max-width: 100%;
}
.filter-group.filter-select {
  width: 250px;
  float: left;
  padding: 9px 10px;
  max-width: 100%;
}
.filter-select {
  float: left;
  padding: 10px 10px 10px;
}
.ticket-sec .filter-select {
  width: auto;
  padding: 7px 10px;
}
.ticket-sec .filter-select select {
  width: 120px;
}
.filter-right {
  float: right;
}
.filter_message {
  color: #343788;
  font-size: 16px;
}
.filter-text {
  float: left;
  padding: 5px 10px 5px;
}
.filter-right {
  float: right;
}
.graph_table {
  width: 100%;
  float: left;
  padding-top: 33px;
  padding-bottom: 15px;
  position: relative;
}
.canvasjs-chart-credit {
  display: none !important;
}
.graph_table #chartContainer {
  position: relative;
}
.graph_table #chartWebContainer::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 15px;
  background: #fff;
  bottom: 0;
}
.graph_table #chartWebContainer {
  position: relative;
}
.deals-table > li {
  width: 100%;
  float: left;
  border: 1px solid #d4dcf5;
  border-bottom: 0;
}
.deals-table {
  padding: 0;
  list-style-type: none;
}
.deals-table > li:last-child {
  border-bottom: 1px solid #d4dcf5;
}
.deals-table > li {
  border: 1px solid #fff;
  margin-bottom: 10px;
  width: 100%;
  display: table;
  background: #eef2f3;
}
.deals-table-left {
  width: 100%;
  padding: 15px 15px 10px;
  display: block;
  border-right: 0px solid rgb(255, 255, 255);
  float: left;
  background: rgb(238, 242, 243);
}
.deals-table-left span {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #343788;
  padding-bottom: 4px;
  font-family: "ProximaNovaCond-Semibold";
  letter-spacing: 0.5px;
}
.deals-table-right {
  width: 100%;
  display: block;
  vertical-align: middle;
  float: left;
}
.deals-table-inner {
  padding: 10px 10px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.deals-table-inner > li {
  width: 100%;
  padding: 8px 20px;
  list-style-type: none;
  border-top: 0px;
  border-bottom: 0;
  color: #343788;
  background: #f0e8e8;
  border: 1px solid rgba(69, 60, 136, 0.19);
  grid-gap: 10px;
}
.deals-report-title h4 {
  color: #343788;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ProximaNovaCond-Semibold";
}
.deals-report-title {
  padding-bottom: 15px;
}
.deals-list-table ul {
  border-top: 1px solid #d4dcf5;
  padding: 15px 0px 5px;
  border-bottom: 1px solid #d4dcf5;
  list-style-type: none;
  width: 100%;
  float: left;
}
.deal_price {
  width: 70px;
  float: left;
  text-align: right;
  font-family: "ProximaNovaCond-bold";
}
.deal_qty {
  width: 50px;
  float: left;
  text-align: right;
  padding-right: 10px;
}
.deals-list-ul li label {
  font-family: "ProximaNovaCond-bold";
  width: calc(100% - 125px);
  float: left;
}
.deals-list-ul li {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 5px;
}
.deals-total span {
  font-family: "ProximaNovaCond-bold";
  color: #343788;
  padding-left: 11px;
}
.deals-total {
  text-align: right;
  padding-right: 5px;
}
.form-group .dropdown-btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255) !important;
  background-clip: padding-box;
  border: 1px solid rgb(212, 220, 245) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0 !important;
  padding-right: 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-group .dropdown-btn .dropdown-down {
  display: inline-block;
  top: 9px !important;
  width: 19px !important;
  height: 15px !important;
  border-top: 0px solid rgb(173, 173, 173);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  background-image: url("./media/drop-down.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 0 !important;
}
.form-group .dropdown-btn .dropdown-multiselect__caret {
  display: inline-block;
  top: 9px !important;
  width: 19px !important;
  height: 15px !important;
  border-top: 0px solid rgb(173, 173, 173);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  background-image: url("./media/drop-down.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 0 !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  position: static !important;
}
.btn_urgent::before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgb(244, 66, 66);
  position: absolute;
  left: -10px;
  top: 3px;
  border-radius: 50%;
}
.btn_urgent {
  color: rgb(244, 66, 66);
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 5px;
}
.btn_low::before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgb(56, 194, 205);
  position: absolute;
  left: -10px;
  top: 3px;
  border-radius: 50%;
}
.btn_low {
  color: rgb(56, 194, 205);
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 5px;
}
.btn_high::before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgb(255, 0, 0);
  position: absolute;
  left: -10px;
  top: 3px;
  border-radius: 50%;
}
.btn_high {
  color: rgb(255, 0, 0);
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 5px;
}
.btn_sent {
  color: rgb(40, 167, 69);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
  line-height: normal;
  font-size: 14px;
}
.btn_new {
  color: rgb(225, 171, 8);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
  line-height: normal;
  font-size: 14px;
}
.btn_closed {
  color: rgb(220, 53, 69);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
  line-height: normal;
  font-size: 14px;
}
.manual {
  color: rgb(52, 55, 136);
}
.not_manual {
  color: rgb(220, 53, 69);
}
.participants_list li::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background: rgb(100, 103, 186);
  left: 8px;
  top: 6px;
}
.participants_list {
  padding: 0px;
  list-style-type: none;
  padding: 5px 1px 10px 0px;
}
.participants_list li {
  position: relative;
  padding-left: 25px;
  font-family: "ProximaNovaCond-bold";
  color: rgb(100, 103, 186);
  line-height: normal;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
.d_won {
  color: rgb(52, 55, 136);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
.d_pending {
  color: rgb(225, 171, 8);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
.d_lost {
  color: rgb(220, 53, 69);
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
.btn_approved {
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid #343788;
  white-space: nowrap;
  min-width: 90px;
  background: #343788;
}
.btn_app_pending {
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid #e1ab08;
  white-space: nowrap;
  background: #e1ab08;
  width: 146px;
}
.btn_rejected {
  color: rgb(220, 53, 69);
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
.form-group .autocomplete-container {
  box-shadow: none;
  position: relative;
  overflow: visible;
  height: 40px;
  width: 100%;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #d4dcf5;
}
.mnu-down-arrow {
  position: absolute;
  width: 13px;
  height: 17px;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  cursor: pointer;
}
.mnu-down-arrow::after {
  width: 8px;
  height: 8px;
  position: absolute;
  border: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
}
.navbar-expand-lg .navbar-nav .with-sub-menu .nav-link {
  padding-right: 23px;
}
.notification-menu {
  width: 30px;
  float: left;
  padding-top: 24px;
}
.setttings-menu {
  width: 30px;
  float: left;
  padding-top: 23px;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 8px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 16px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 8px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 8px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 18px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 18px;
}
#nav-icon2 {
  position: relative;
  float: right;
  width: 30px;
  margin-right: 12px;
  margin-top: 26px;
  height: 30px;
  cursor: pointer;
  display: none;
}
.mat-drawer {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  overflow-y: auto;
  transform: translate3d(-100%, 0, 0);
  background: #fff;
  width: 250px;
}
.nav-btn {
  float: left;
  padding-top: 16px;
  padding: 15px 10px 5px;
}
.nav-btn .mat-icon-button {
  background: transparent;
  color: #fff;
}
.close.close-btn {
  width: 100%;
  float: none;
  text-align: right;
  padding: 0px 15px;
  width: fit-content;
}
.close.close-btn span {
  border: 2px solid red;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding: 3px;
  border-radius: 50px;
  color: red;
  opacity: 1;
}
.top_btn_sub {
  float: left;
}
.flex-view .view-control {
  font-family: "ProximaNovaCond-bold";
}
.flex-view {
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding-top: 25px;
  margin-bottom: 25px;
}
.flex-view .view-group {
  padding: 0px 15px;
  border-right: 1px solid #eee;
}
.flex-view .view-group:first-child {
  padding-left: 0;
}
.flex-view .view-group:last-child {
  padding-right: 0;
  border-right: 0;
}
.view_sec.flex-view .view-group label {
  width: 100%;
  padding-right: 0;
  font-family: "ProximaNovaCond-regular";
}
.swal2-select {
  font-size: 14px !important;
  padding-right: 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("./media/drop-down.png") !important;
  background-position-x: 95% !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
}
.swal2-popup .swal2-styled.swal2-cancel {
  background-color: red;
  font-size: 16px;
}
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #343788;
  color: #fff;
  font-size: 16px;
}
div:where(.swal2-container) .swal2-input {
  width: auto !important;
}
div:where(.swal2-container) .swal2-select {
  width: auto !important;
}
.flex-view .view-group label::after {
  display: none;
}
span.btn_pending {
  color: rgb(225, 171, 8);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
span.btn_completed {
  color: rgb(81, 204, 77);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
span.btn_open {
  color: #ca69b6;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
span.btn_rejected {
  color: #fb1111;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
span.btn_deal {
  color: rgb(52, 55, 136);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
span.btn_opportunity {
  color: rgb(44, 165, 30);
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
}
span.btn_no {
  color: #fb1111;
}
span.btn_yes {
  color: rgb(81, 204, 77);
}
.nav-item .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.sub-menu .nav-item.with-sub-menu a:hover + .mnu-down-arrow::after {
  border-color: #fff;
}
.sub-menu .mnu-down-arrow::after {
  border-color: #343788;
  transform: rotate(-45deg);
  right: 6px;
}
.upload-btn {
  background: #343788;
  min-height: auto;
  padding: 7px 30px !important;
  border: 0 !important;
  color: #fff;
  font-size: 14px;
  min-width: 143px;
  position: relative;
  margin-top: 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
}
.top_btn.upload-btn::before {
  content: "";
  width: 26px;
  height: 20px;
  display: inline-block;
  background-image: url("./media/upload.png");
  background-repeat: no-repeat;
  margin-bottom: -5px;
  margin-right: 6px;
  margin-left: -5px;
}
.upload-btn input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
}
.add_btn2 i {
  padding-right: 5px;
  font-weight: normal;
}
.add_btn2 {
  padding: 5px 0px 0px;
  background: right;
  border: 0;
  color: #f39173;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
}
.remove-btn2 {
  padding: 5px 0px 0px;
  background: right;
  border: 0;
  color: #dd0b0b !important;
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
  float: right;
  letter-spacing: 0.5px;
  font-size: 13px;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
.remove-btn2 i {
  padding-right: 5px;
  font-weight: normal;
  font-size: 10px;
}
.remove-btn2.btn-danger:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.remove-btn2.btn-danger:not(:disabled):not(.disabled).active:focus,
.remove-btn2.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .remove-btn2.btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.remove-btn2.btn-danger:not(:disabled):not(.disabled).active,
.remove-btn2.btn-danger:not(:disabled):not(.disabled):active,
.show > .remove-btn2.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.add_btn2:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.container-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  left: 0;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid rgb(212, 220, 245);
}
.container-checkbox input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid rgb(82, 86, 118);
}
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark::after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid rgb(82, 86, 118);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-withcheck .container-checkbox {
  float: right;
  margin-top: 2px;
}
.more-input-fld {
  width: calc(100% - 50px);
  float: left;
}
.form-group.add-section2 > label {
  width: 100%;
  float: left;
}
.form-group.add-section2 > label {
  width: 100%;
  float: left;
}
.add-more-row {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.full-width {
  width: 100%;
  float: left;
}
.multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid #343788 !important;
  background: #343788 !important;
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 14px !important;
  max-width: 100% !important;
}
.dt_icon_title.meating::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("./media/meating.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.dt_icon_title {
  font-size: 14px;
  float: left;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Regular";
  width: 100%;
  padding-left: 30px;
  padding-top: 8px;
  min-height: 23px;
  position: relative;
}
.btm-border {
  border-bottom: 1px solid #d4dcf5;
  width: 100%;
  float: left;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.text {
  font-weight: 600;
  color: #343788;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.mt-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background: #343788;
  border-radius: 50%;
  left: 1px;
  top: 6px;
}
.mt-list {
  padding-left: 0;
  list-style-type: none;
  width: 100%;
  float: left;
}
.container-checkbox.status_completed {
  color: #60cbd4;
}
.container-checkbox.status_pending {
  color: #ff8989;
}
.comn-box-style.meating-sec {
  padding: 19px 30px 15px;
}
.mt-list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 13px;
  width: 100%;
  float: left;
}
.mt-list.with-ckbox p {
  width: calc(100% - 150px);
  float: left;
  margin: 0;
}
.mt-list.with-ckbox .container-checkbox {
  float: right;
  width: 150px;
  margin-bottom: 0;
}
.mt-list li:last-child {
  padding-bottom: 0px;
}
.download_quotation {
  min-height: auto;
  padding: 6px 15px !important;
  border: 0 !important;
  color: #343788;
  font-size: 13px;
  display: inline-block;
  margin: 5px 3px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  background: #d4dcf5;
  cursor: pointer;
  line-height: normal;
}
.resent_quotation {
  min-height: auto;
  padding: 6px 15px !important;
  border: 0 !important;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin: 5px 3px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  background: #343788;
  cursor: pointer;
  line-height: normal;
}
.resent_quotation:hover {
  background: #43469d;
}
.download_quotation:hover {
  background: #c3d0f7;
}
.add_more_qtn .form-group-3col {
  width: calc(100% - 60px);
}
.remove_quotation_btn {
  padding-top: 31px;
  width: 60px;
  float: left;
}
.remove_quotation_btn .remove-btn {
  padding: 7px 15px 4px 15px !important;
  width: 48px;
  text-align: center;
}
.remove_quotation_btn .remove-btn i {
  padding: 0;
}
.btn.create-btn:hover {
  background: #22b4bf;
}
.btn.create-btn {
  background: #38c2cd;
}
.view-box-item {
  width: 50%;
  max-width: 50%;
  float: left;
  padding: 0px 0px;
  padding-bottom: 17px;
}
.row .view-box-item {
  width: 50%;
  max-width: 50%;
  float: left;
  padding: 0px 15px;
  padding-bottom: 0px;
  padding-bottom: 17px;
}
.view-box-item.full-box {
  width: 100%;
  max-width: 100%;
}
.view-box-item:nth-of-type(2n) {
  clear: both;
}
.view-box-item label {
  width: 150px;
  float: left;
  font-family: "ProximaNovaCond-Semibold";
  word-break: break-word;
}
.app-status {
  float: left;
  width: 100%;
  padding: 0px 15px;
  padding-bottom: 17px;
}
.app-status span {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #5a5db6;
  border-radius: 10px;
}
.view-box-item .view-control {
  width: calc(100% - 150px);
  float: left;
  padding-left: 10px;
  color: #5a5db6;
  font-family: "ProximaNovaCond-Semibold";
}
.view-box-item .view-control.full-control {
  width: 100%;
  max-width: 100%;
  padding: 0;
  text-align: justify;
}
.view-box-item .form-control {
  max-width: calc(100% - 110px);
  width: auto;
  margin-left: 10px;
  float: left;
  height: 35px;
  padding: 4px 15px;
  border-radius: 5px;
  min-height: auto;
}
.seperator {
  width: 100%;
  border-bottom: 1px solid #d4dcf5;
  margin-bottom: 36px;
  margin-top: 15px;
  float: left;
}
.view_box {
  border: 1px solid #d4dcf5;
  padding: 40px 35px;
  float: left;
  width: 100%;
}
.view_box .form_sec {
  float: left;
  width: 100%;
}
.view-box-item.view-right {
  width: 100%;
  float: left;
  max-width: 100%;
}
.view-box-item.view-right label {
  width: 90px;
}
.view-box-item.view-right .view-control {
  width: calc(100% - 90px);
}
.radio {
  margin: 5px 30px 5px 0px;
  display: inline-block;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-label {
  cursor: pointer;
}
.radio input[type=radio] + .radio-label::before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.remove_img {
  background: #d90f0f;
  width: 100px;
  color: #fff;
  text-align: center;
  padding: 4px 15px;
  border-radius: 5px;
  cursor: pointer;
  clear: left;
  margin: 9px 0px 0px;
  float: left;
  font-size: 14px;
}
.next_meetings .btn {
  background: #343788;
  min-height: auto;
  padding: 8px 18px !important;
  border: 0 !important;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.next_meetings {
  padding-bottom: 15px;
}
.title_sec .comn_title {
  padding-top: 10px;
}
.user_active {
  color: #049504;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
  line-height: normal;
  font-size: 14px;
}
.user_inactive {
  color: #e69708;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
  line-height: normal;
  font-size: 14px;
}
.actions_buttons {
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background:
    linear-gradient(
      90deg,
      rgba(245, 245, 245, 0.6) 0%,
      rgb(245, 245, 245) 31%,
      rgb(245, 245, 245) 75%);
  padding: 0px 15px;
  opacity: 0;
  transition: 0.5s;
  min-width: auto;
  text-align: right;
}
table.dataTable.hover tbody tr:hover .actions_buttons,
table.dataTable.display tbody tr:hover .actions_buttons {
  padding: 0px 25px 0px 35px;
  opacity: 1;
  transition: 0.5s;
}
.actions_buttons a:hover {
  background-color: rgb(212, 220, 245) !important;
}
.actions_buttons a {
  background-color: transparent !important;
  padding: 0px 0px;
  border-radius: 5px;
  margin: 0px 2px;
  color: rgb(52, 55, 136) !important;
  cursor: pointer;
  min-width: 37px;
  min-height: 37px;
  display: inline-block;
  border-radius: 59px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.actions_buttons .btn_view {
  font-size: 0;
  background-image: url("./media/View_icon.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_edit {
  font-size: 0;
  background-image: url("./media/Edit_icon.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_download {
  font-size: 0;
  background-image: url("./media/download.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_delete {
  font-size: 0;
  background-image: url("./media/Delet_icon.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_approve {
  font-size: 0;
  background-image: url("./media/aprove_icon.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_flag {
  font-size: 0;
  background-image: url("./media/flag.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_unflag {
  font-size: 0;
  background-image: url("./media/flag_fill.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_delete.sent_request {
  font-size: 0;
  background-image: url("./media/reject_icon.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.actions_buttons .btn_approve.sent_request {
  font-size: 0;
  background-image: url("./media/aprove_icon.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.actions_buttons .btn_view_contacts {
  font-size: 0;
  background-image: url("./media/btn_view_contacts.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.form-group.quo_cur .form-control {
  min-height: auto;
  padding: 5px 22px 5px 5px !important;
}
.actions_buttons .btn_view_lead {
  font-size: 0;
  background-image: url("./media/View-lead.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_view_opportunities {
  font-size: 0;
  background-image: url("./media/View-opportunity.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_status {
  font-size: 0;
  background-image: url("./media/change-status.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.actions_buttons .btn_reject {
  font-size: 0;
  background-image: url("./media/reject_icon.png") !important;
  background-position: center;
  background-repeat: no-repeat;
}
table tbody tr td {
  position: relative;
}
.form-group.quo_cur {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.sub_ttl span + span {
  font-size: 14px;
  font-family: "ProximaNovaCond-regular";
}
.form-group.quo_cur #currency {
  min-height: 30px;
  padding: 4px 5px;
}
.sub_ttl {
  float: left;
}
.filter_section .autocomplete-container {
  box-shadow: none;
}
.filter_section .autocomplete-container .input-container input {
  height: 37px;
}
.form-group label + .radio {
  clear: right;
  padding-left: 15px;
}
.form-group .ng-autocomplete {
  margin-left: 0 !important;
}
.form-group .ng-autocomplete .autocomplete-container .input-container input {
  color: #495057 !important;
}
.company_form_group .ng-autocomplete {
  max-width: 100% !important;
}
.sg_currency {
  padding: 0px 5px;
  color: rgb(52, 55, 136);
}
.approval_status_sec ul {
  counter-reset: my-awesome-counter;
  list-style-type: none;
  padding-left: 0;
  position: relative;
}
.approval_status_sec ul::after {
  content: "";
  position: absolute;
  left: 9px;
  background: rgb(128, 128, 128);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  bottom: 0;
}
.approval_status_sec ul li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 33px;
  padding-bottom: 10px;
}
.approval_status_sec ul li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  font-size: 14px;
  margin-right: 0;
  position: absolute;
  left: 0;
  width: 22px;
  height: auto;
  border: 1px solid rgb(56, 194, 205);
  text-align: center;
  line-height: normal;
  padding: 3px 1px 1px;
  border-radius: 50px;
  background: rgb(56, 194, 205);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: normal !important;
  z-index: 1;
}
.approval_status_sec ul li::after {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 11px;
  content: "";
  top: 0;
  border-left: 1px dashed rgba(128, 128, 128, 0.46);
}
.approval_list_title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: "ProximaNovaCond-bold";
  font-size: 13px;
}
.approval_list_desc {
  padding: 10px 20px;
  background: rgba(238, 238, 238, 0.52);
  letter-spacing: 1px;
}
.approval_list_desc .btn_approver_name {
  padding: 5px 5px 3px;
  font-family: "ProximaNovaCond-Bold";
  font-size: 13px;
}
.approval_status_sec .comn_title {
  margin-bottom: 22px;
}
label.upload-btn {
  color: #fff;
  margin-bottom: 10px !important;
}
.multi-upload-list .list-group {
  width: 100%;
  float: left;
}
.multi-upload-list .list-group-item {
  border: 0px solid rgba(56, 194, 205, 0.27) !important;
  border-bottom: 1px solid rgba(56, 194, 205, 0.27) !important;
  padding: 8px 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.rmv i {
  font-size: 15px;
  color: rgba(230, 54, 54, 0.89);
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
}
.activity-tab-ul .list-group-item {
  position: relative;
  padding-right: 30px;
}
.activity-tab-ul .list-group-item .download_quotation {
  position: absolute;
  right: 0;
  top: 6px;
}
.btn_ready {
  color: #8393ca;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 90px;
  line-height: normal;
  font-size: 14px;
}
.float-width {
  width: 100%;
  float: left;
}
.more-withcheck .more-input-fld {
  width: calc(100% - 130px);
  float: left;
  padding-right: 15px;
}
.contact-container input {
  font-size: 14px !important;
}
.more-withcheck.no-checkbox .more-input-fld {
  width: 100%;
  padding-right: 0;
}
.more-withcheck.no-checkbox + .remove-btn2 {
  margin-right: 0;
}
.more-withcheck-row .remove-btn2 {
  margin-right: 145px;
}
.more-withcheck .more-withcheck .container-checkbox {
  width: 130px;
}
.more-withcheck {
  display: flex;
  align-items: center;
}
.nav-second-level {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-type: none;
  background: #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-second-level > li {
  position: relative;
  border-bottom: 1px solid #fff;
}
.navilinks {
  position: relative;
}
.nav-second-level li a {
  padding-left: 25px !important;
  font-size: 13px !important;
  padding: 7px 15px;
}
.form-wt-select select {
  width: 75px;
  padding: 9px 5px;
  min-height: 45px;
  border: 0;
  float: left;
  border-right: 1px solid rgb(212, 220, 245);
  padding-right: 15px;
  background-position-x: 90%;
  color: #495057;
}
.form-wt-select {
  width: 100%;
  float: left;
  border: 1px solid rgb(212, 220, 245);
  margin-bottom: 8px;
}
.form-wt-select + .validation {
  float: left;
  width: 100%;
}
.form-control-slt {
  width: calc(100% - 75px);
  height: auto;
  font-size: 14px;
  border-radius: 0;
  padding: 9px 10px;
  min-height: 45px;
  border: 0;
  float: left;
  color: #495057;
  background-color: #fff;
}
.form-control-slt:-webkit-autofill,
.form-control-slt:-webkit-autofill:hover,
.form-control-slt:-webkit-autofill:focus,
.form-control-slt:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #495057 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.chat-message-item {
  width: 100%;
  max-width: 100%;
  float: left;
  padding: 0px 15px;
  padding-bottom: 0px;
  padding-bottom: 17px;
  margin-bottom: 0px;
}
.chat-message-item .list-group {
  background-color: #eaf9fd;
  padding: 15px;
  position: relative;
  float: left;
  width: 98%;
}
.chat-message-item .list-group:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 17px solid #eaf9fd;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  bottom: -1px;
  right: -17px;
}
.chat-message-item .chat-group-item img {
  width: 40px;
  border-radius: 50px;
}
.chat-message-item .msg_edited img {
  width: auto;
  border-radius: 0px;
  margin: 0px 20px;
}
.chat-message-item .chat-group-item .name {
  font-size: 16px;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Semibold";
  margin: 0px 20px;
}
.chat-message-item .chat-group-item .date {
  font-size: 14px;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Semibold";
}
.chat-message-item .chat-group-item .edit {
  float: right;
  cursor: pointer;
  color: #5a5db6;
  font-family: "ProximaNovaCond-Semibold";
}
.chat-message-item .chat-group-item .delete {
  float: right;
  cursor: pointer;
  color: #ff0505;
  padding-left: 10px;
  font-family: "ProximaNovaCond-Semibold";
}
.chat-message-item .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.chat-message-item .list-group-item span {
  font-size: 16px;
  color: #7f7f7f;
  font-family: "ProximaNovaCond-Semibold";
}
.chat-active {
  background-color: #f4f4f4 !important;
  float: right !important;
}
.chat-message-item .list-group.chat-active:before {
  top: -1px !important;
  left: -17px !important;
  border-top: 17px solid #f4f4f4;
  border-bottom: 0px;
}
.chat-group-item {
  padding-bottom: 10px;
}
.attach-item ul {
  display: inline;
  padding: 0px 5px 0px 15px;
  list-style: none;
  margin-bottom: 0;
}
.attach-item {
  display: flex;
  list-style: none;
}
.attach-item .download_quotation {
  min-height: auto;
  padding: 0px 10px !important;
  border: 0 !important;
  color: #343788;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  border-radius: 5px;
  letter-spacing: 0.5px;
  background: transparent;
  cursor: pointer;
  line-height: normal;
  float: right;
}
.form-wt-select > .ng-autocomplete {
  width: calc(100% - 75px) !important;
  height: auto;
  border-radius: 0px;
  min-height: 45px;
  border: 0;
  float: left;
  max-width: calc(100% - 75px) !important;
  float: right;
  border: 0 !important;
}
.form-group .form-wt-select .autocomplete-container {
  border: 0;
}
.form-mlt-slect .ngx-dropdown-button {
  width: 100% !important;
  height: auto;
  border-radius: 0px !important;
  border-color: rgb(212, 220, 245) !important;
  padding: 9px 5px !important;
  min-height: 45px !important;
}
.form-mlt-slect.error .ngx-dropdown-container {
  border: 1px solid rgb(255, 0, 0) !important;
  box-shadow: none;
}
.form-mlt-slect.error {
  border: 0px solid rgb(255, 0, 0) !important;
}
.no_data_table .dataTables_empty:empty {
  display: none;
}
.w_size {
  width: 80px !important;
}
.w_size_cat {
  max-width: 120px !important;
}
.lead-check {
  width: 20px;
}
.w_size_date {
  width: 120px !important;
}
.form-group.with-sub-group {
  margin-bottom: 0;
}
.form-sub-group {
  margin-bottom: 15px;
  position: relative;
}
.dat-validation dp-date-picker {
  width: 100%;
  position: absolute !important;
}
.filter_section .form-group.common-dt-picker {
  margin-bottom: 0;
}
.common-dt-picker {
  position: relative;
}
.common-dt-picker.form-group dp-date-picker {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
.news_section_main .title_sec span {
  padding-top: 7px;
  color: #099ba7;
}
.select-table thead tr th:first-child .form-check .form-check-label,
.select-table tbody tr td:first-child .form-check .form-check-label {
  padding: 0;
  width: 15px;
  height: 15px;
  position: relative;
}
.select-table thead tr th:first-child .form-check-input,
.select-table tbody tr td:first-child .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: 0;
}
.select-table thead tr th:first-child .form-check,
.select-table tbody tr td:first-child .form-check {
  position: relative;
  display: block;
  padding-left: 0;
}
.select-table thead tr th:first-child,
.select-table tbody tr td:first-child {
  width: 15px !important;
}
.login_form .form-group.submit-group .btn.forget-pswd {
  margin: 0px 5px 5px;
  background: #4bb14e;
  width: 130px;
}
.login_form .form-group.submit-group .btn.forget-pswd + .btn {
  width: 130px;
  margin: 0px 5px 5px;
}
.login_form .form-group.submit-group .btn.forget-pswd:hover {
  background: #379f3a;
}
.ng-dropdown-panel {
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  background: #f7f7f7;
  left: 0;
  top: 100%;
  border: 1px solid #c7bad8;
  border-radius: 0px 0px 6px 6px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 10px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  background: #540071;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  cursor: pointer;
  margin-right: 8px;
  background: red;
  border-radius: 10px;
  width: 13px;
  display: inline-block;
  height: 13px;
  padding: 0;
  line-height: 12px;
  text-align: center;
  color: #fff;
}
.view-control.view-desc {
  width: 100%;
  padding-left: 0;
}
.upload-section .validation {
  display: block;
  width: 100%;
  clear: left;
}
.upload-section label.upload-btn {
  margin-bottom: 5px !important;
}
.multiselect-dropdown .dropdown-btn {
  padding: 9px 12px !important;
  min-height: 45px;
}
.modal-body .row {
  padding-left: 7px;
  padding-right: 7px;
}
.modal-body .row .col,
.modal-body .row .col-1,
.modal-body .row .col-10,
.modal-body .row .col-11,
.modal-body .row .col-12,
.modal-body .row .col-2,
.modal-body .row .col-3,
.modal-body .row .col-4,
.modal-body .row .col-5,
.modal-body .row .col-6,
.modal-body .row .col-7,
.modal-body .row .col-8,
.modal-body .row .col-9,
.modal-body .row .col-auto,
.modal-body .row .col-lg,
.modal-body .row .col-lg-1,
.modal-body .row .col-lg-10,
.modal-body .row .col-lg-11,
.modal-body .row .col-lg-12,
.modal-body .row .col-lg-2,
.modal-body .row .col-lg-3,
.modal-body .row .col-lg-4,
.modal-body .row .col-lg-5,
.modal-body .row .col-lg-6,
.modal-body .row .col-lg-7,
.modal-body .row .col-lg-8,
.modal-body .row .col-lg-9,
.modal-body .row .col-lg-auto,
.modal-body .row .col-md,
.modal-body .row .col-md-1,
.modal-body .row .col-md-10,
.modal-body .row .col-md-11,
.modal-body .row .col-md-12,
.modal-body .row .col-md-2,
.modal-body .row .col-md-3,
.modal-body .row .col-md-4,
.modal-body .row .col-md-5,
.modal-body .row .col-md-6,
.modal-body .row .col-md-7,
.modal-body .row .col-md-8,
.modal-body .row .col-md-9,
.modal-body .row .col-md-auto,
.modal-body .row .col-sm,
.modal-body .row .col-sm-1,
.modal-body .row .col-sm-10,
.modal-body .row .col-sm-11,
.modal-body .row .col-sm-12,
.modal-body .row .col-sm-2,
.modal-body .row .col-sm-3,
.modal-body .row .col-sm-4,
.modal-body .row .col-sm-5,
.modal-body .row .col-sm-6,
.modal-body .row .col-sm-7,
.modal-body .row .col-sm-8,
.modal-body .row .col-sm-9,
.modal-body .row .col-sm-auto,
.modal-body .row .col-xl,
.modal-body .row .col-xl-1,
.modal-body .row .col-xl-10,
.modal-body .row .col-xl-11,
.modal-body .row .col-xl-12,
.modal-body .row .col-xl-2,
.modal-body .row .col-xl-3,
.modal-body .row .col-xl-4,
.modal-body .row .col-xl-5,
.modal-body .row .col-xl-6,
.modal-body .row .col-xl-7,
.modal-body .row .col-xl-8,
.modal-body .row .col-xl-9,
.modal-body .row .col-xl-auto {
  padding-left: 8px;
  padding-right: 8px;
}
.full_model .modal-dialog {
  width: 967px;
}
.full_model .modal-dialog .modal-body {
  padding: 31px 61px;
}
.modal-body form {
  width: 100%;
  float: left;
}
.chk_with_text label.container-checkbox {
  width: 160px;
  float: left;
  padding-right: 15px;
  margin-top: 10px;
}
.chk_with_text .checkbox-text {
  width: calc(100% - 160px);
  float: left;
}
.view_box_sec label {
  font-family: "ProximaNovaCond-Semibold";
}
.view_box_sec ul li {
  color: rgb(100, 103, 186);
}
.view_box_sec .table tr th {
  background: #eee;
}
.clear {
  width: 100%;
  clear: left;
}
.approve {
  width: 100%;
  float: left;
}
.alert-section {
  margin-top: 5px;
  color: red;
  font-family: "ProximaNovaCond-Regular";
}
.alert-section .btn-success {
  padding: 2px 10px;
  display: inline-block;
  margin: 4px 10px 5px;
  font-size: 14px;
  background: #343788;
  background-color: #343788;
  cursor: pointer;
}
.alert-section .btn-danger {
  padding: 2px 10px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  background: #343788;
  background-color: #dc3545;
  border-color: #dc3545;
  cursor: pointer;
}
span.approve_spare {
  background: #ef2828;
  color: #fff;
  padding: 7px 11px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.spare_arrived {
  color: #fda504;
}
.approved_by {
  color: #e89271;
}
.spare-left {
  color: #ee4f11;
  float: right;
  margin-right: 2px;
}
tr.invalid-email td {
  color: #f10b21 !important;
}
.view-box-item.view-box-full {
  width: 100%;
  max-width: 100%;
}
.filter_section.with_ttl {
  display: flex;
  justify-content: space-between;
}
.filter-select select {
  max-width: 250px;
}
.filter_section.with_ttl .filter-text,
.filter_section.with_ttl .filter-right {
  float: none;
}
.view-group-single .participants_list li {
  color: #7f7f7f;
}
.full_row {
  float: left;
  width: 100%;
}
.col-table .table td {
  vertical-align: middle;
  border: 1px solid #828385;
  text-align: center;
}
.col-table .table th {
  padding: 0.75rem;
  vertical-align: middle;
  border: 1px solid #828385;
  text-align: center;
}
.col-table {
  overflow: auto;
}
.col-table .table td:nth-of-type(2) {
  text-align: left;
}
.col-table .table.table-pblm tr:first-child td:first-child {
  border-right: 1px solid #828385;
  border-top: 0px;
  border-bottom: 1px solid #828385;
  border-left: 0px;
}
.col-table .table.table-pblm tr:first-child td:nth-of-type(2n) {
  border-right: 0px solid #828385;
  border-top: 0px;
  border-bottom: 1px solid #828385;
  border-left: 0px;
}
.col-table .table.table-pblm tr:last-child td:first-child {
  border-right: 1px solid #828385;
  border-top: 0px;
  border-bottom: 0px solid #828385;
  border-left: 0px;
}
.col-table .table.table-pblm tr:last-child td:nth-of-type(2n) {
  border-right: 0px solid #828385;
  border-top: 0px;
  border-bottom: 0px solid #828385;
  border-left: 0px;
}
.analytics-data {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.analytics-data li {
  list-style-type: none;
  float: left;
  margin-right: 6px;
}
.analytics-data li span {
  padding: 8px 13px;
  background-color: #d4dcf5;
  border-radius: 10px;
  color: #343788;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.analytics_table {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 27px;
  display: grid;
  width: 100%;
  float: left;
  padding-top: 32px;
  margin-bottom: 65px;
}
.analytics_table .graph_table {
  border: 1px solid rgb(212, 220, 245);
  border-radius: 5px;
  padding: 20px 20px;
}
.filter_top_sec {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.filter_btm_sec {
  width: 100%;
  float: left;
}
.graph_table_lft h5 {
  font-family: "ProximaNovaCond-Semibold";
  color: #343788;
  margin-bottom: 0px;
  font-size: 24px;
}
.graph_table_lft {
  width: 190px;
  float: left;
}
.graph_table_rgt {
  width: calc(100% - 190px);
  float: right;
  text-align: right;
}
.graph_table_rgt span {
  color: #818990;
  font-size: 16px;
}
.graph_table_rgt span strong {
  color: #343788 !important;
}
.graph_table_rgt .filter-select {
  padding: 0px 10px;
  float: right;
}
.graph_table_rgt span {
  float: right;
  display: inline-block;
  width: auto;
}
.filter-select {
  font-size: 16px;
}
.date_filter_section {
  width: 100%;
  float: left;
  text-align: right;
  padding-bottom: 30px;
}
.date_filter_section .filter-select {
  float: right;
  padding: 0px;
  position: relative;
}
.date_filter_section input {
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
}
.analytics-content-wrap {
  padding: 32px 28px;
}
.graph_table_rgt .filter-select-control {
  font-family: "ProximaNovaCond-Semibold";
}
.graph_table_rgt label {
  padding-right: 5px;
}
.date_filter_section .filter-select input {
  background-image: url("./media/meating.png") !important;
  background-position: right;
  background-repeat: no-repeat;
}
.analytics-data li.active span {
  background-color: #343788;
  color: #d4dcf5;
}
a.text-uppercase.btn.create-btn.report {
  float: right;
}
span.btn.text-uppercase.report {
  right: 120px;
  position: absolute;
}
.content_warp .tickets-table table.dataTable tbody th,
.content_warp .tickets-table table.dataTable tbody td {
  padding: 8px 10px !important;
}
.table_sec.tickets-table.crm-tickets-table .actions_buttons {
  padding: 0px 5px !important;
}
.table_sec.tickets-table.crm-tickets-table .actions_buttons a {
  min-width: 26px !important;
  min-height: 26px !important;
}
.cke_notifications_area {
  display: none !important;
}
.NgxEditor__Content {
  height: 200px !important;
  overflow: auto !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before {
  display: none !important;
}
.ngx-dropdown-container .ngx-dropdown-list-container {
  top: 45px !important;
  height: 300px !important;
  overflow: auto;
}
.pdf-page {
  overflow: hidden;
}
.mobile_menu {
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .mobile_menu {
    display: none;
  }
}
.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
}
.mobile-menu-container.mat-drawer-container-has-open {
  pointer-events: auto;
}
mat-sidenav {
  width: 280px;
  max-width: 85vw;
  background: #fff;
  pointer-events: auto !important;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.mat-drawer-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.mobile-menu-btn-custom {
  display: inline-flex !important;
  z-index: 10000;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1025px) {
  .mobile_menu {
    display: none;
  }
}
.mobile-menu-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li a {
  color: #000 !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li a.menu_active {
  color: #2d3077 !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li a:hover {
  color: #2d3077 !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li.delet_request_sec a.menu_active {
  color: #fff !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li a.menu_active_en {
  color: #2d3077 !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li a.menu_active_en u {
  color: #2d3077 !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li a ul.menu_active_en_child li a {
  color: #fff !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li a ul.menu_active_en_child li a {
  color: #fff !important;
}
.header_layer .mobile_menu .nav-item ul.nav-second-level li.delet_request_sec ul.menu_active_en_child li a:hover {
  color: #000 !important;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
@media (max-width: 1024px) {
  .resource_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .col-3-left {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .col-9-left {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .col-3-mid {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .col-3-right {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  .form_sec.form-multi-sec .form-group {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .actions_buttons {
    position: relative;
    opacity: 1;
    background: transparent !important;
    padding: 0 !important;
  }
  .modal {
    height: 100vh;
    z-index: 99999;
  }
  .modal-body form {
    width: 100%;
    float: left;
    padding-bottom: 100px;
  }
  .modal {
    z-index: 99999;
  }
  .full_model .modal-dialog .modal-body {
    padding: 20px 15px;
  }
  .filter_section.with_ttl {
    flex-direction: column;
  }
  .top_btn_sub,
  .top_btn {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .mat-icon-button {
    height: auto !important;
    line-height: 28px !important;
  }
  .mobile_menu mat-sidenav {
    height: 100vh;
    background: #353a8f;
    width: 100%;
  }
  .mobile_menu .mat-drawer-inner-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 24px;
  }
  .mobile_menu .mat-drawer-inner-container::-webkit-scrollbar {
    width: 6px;
  }
  .mobile_menu .mat-drawer-inner-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
  }
  .mobile_menu .mat-drawer-inner-container::-webkit-scrollbar-track {
    background: transparent;
  }
  .mobile_menu #side-menu2 {
    flex: 1;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding-bottom: 24px;
  }
  .mobile_menu #side-menu2 li,
  .mobile_menu #side-menu2 a {
    max-width: 100%;
    white-space: normal;
  }
  .mobile_menu mat-sidenav {
    background: #353a8f;
    color: #ffffff;
    width: 280px;
  }
  .mobile_menu .mat-nav-list {
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
  .mobile_menu .mat-nav-list img,
  .mobile_menu .mat-nav-list svg {
    display: block;
    margin: 0 auto 12px;
  }
  .mobile_menu .mat-nav-list h3,
  .mobile_menu .mat-nav-list .crm-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .mobile_menu #side-menu2 {
    padding-top: 12px;
  }
  .mobile_menu #side-menu2 .nav-link {
    color: rgba(255, 255, 255, 0.85);
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    transition: background 0.25s ease, color 0.25s ease;
  }
  .mobile_menu #side-menu2 .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }
  .mobile_menu #side-menu2 .menu_active,
  .mobile_menu #side-menu2 .nav-link.menu_active {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }
  .mobile_menu .nav-second-level {
    padding-left: 10px;
  }
  .mobile_menu .nav-second-level .nav-link {
    font-size: 14px;
    padding: 12px 36px;
    opacity: 0.9;
  }
  .mobile_menu .close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    background: transparent;
    border: none;
    z-index: 10;
    cursor: pointer;
  }
  .mobile_menu #side-menu2::-webkit-scrollbar {
    width: 5px;
  }
  .mobile_menu #side-menu2::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
  }
  .mobile_menu #side-menu2::-webkit-scrollbar-track {
    background: transparent;
  }
  .header_layer .mobile_menu .nav-item ul.nav-second-level li.delet_request_sec a.menu_active {
    color: #2d3077 !important;
    background-color: transparent !important;
  }
  .delet_request_sec a.nav-link.parent.navilinks.collapsed.menu_active_en {
    background: rgba(255, 255, 255, 0.08) !important;
  }
  .delet_request_sec a.nav-link.parent.navilinks.collapsed.menu_active_en:focus {
    background: transparent !important;
  }
  .delet_request_sec .menu_active_en_child li a:hover {
    color: #2d3077 !important;
  }
  .header_layer .mobile_menu .nav-item ul.nav-second-level li.delet_request_sec ul.menu_active_en_child li a:hover {
    color: #2d3077 !important;
  }
  .mobile_menu {
    z-index: 100000;
  }
  .new-mob-sidebar {
    max-width: 100% !important;
  }
  .header_mobile_logo {
    padding: 0px 28px;
  }
  .header_mobile_logo p {
    color: #fff;
    margin-top: 11px;
    font-size: 18px;
    margin-bottom: 0px;
  }
  .mat-drawer {
    width: 100% !important;
  }
  .delet_request_sec .mnu-down-arrow::after {
    border: 1px solid #7f7f9f;
    border-top: 0;
    border-left: 0;
  }
  .delet_request_sec .nav-link:focus,
  .nav-link:hover,
  .nav-link.menu_active:focus {
    background: none !important;
  }
  .delet_request_sec ul li {
    color: #2d3077;
  }
}
@media (min-width: 1100px) {
  .nav-item:hover > .sub-menu {
    display: block;
  }
  .nav-btn {
    display: none;
  }
}
@media (max-width: 1100px) {
  #side-menu2 {
    flex-direction: column;
  }
  #navbarTogglerDemo01 {
    display: none !important;
  }
  .material-icons {
    font-family: inherit !important;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-right: 0;
    padding: 0;
    background: rgb(52, 55, 136);
  }
  .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link {
    padding: 10px 15px;
    color: #fff;
    letter-spacing: 0.5px;
  }
  #nav-icon2 {
    display: block;
  }
  .mnu-down-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .mnu-down-arrow::after {
    width: 8px;
    height: 8px;
    position: absolute;
    border: 1px solid #fff;
    content: "";
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    left: 9px;
    top: 8px;
  }
  .nav-item.with-sub-menu,
  .nav-item.with-sub-menu a {
    width: 100%;
    position: relative;
    margin: 0;
  }
  .nav-second-level > li:last-child {
    border: 0;
  }
  .flex-view {
    display: block;
  }
  .flex-view .view-group {
    padding: 0px 0px 18px;
    border-right: 0px solid #eee;
  }
  .multi_check_item {
    width: 25%;
  }
  .nav-third-level {
    padding-left: 40px;
    width: 100%;
  }
  .nav-second-level li .nav-third-level a.nav-link.menu_active,
  .nav-second-level li .nav-third-level a.nav-link:hover {
    background: transparent;
    color: #2d3077 !important;
  }
  .nav-second-level li .nav-third-level a {
    padding-left: 6px !important;
  }
  .select-btm {
    float: left;
    width: 100%;
  }
  .with-slt-filter.leads-filter .filter-select {
    width: 30%;
  }
  .with-slt-filter.leads-filter .filter-select:nth-of-type(2) {
    width: 30%;
  }
  .with-slt-filter.leads-filter .filter-select:nth-of-type(3) {
    width: 30%;
  }
  .with-slt-filter .filter-group {
    width: 25%;
  }
  .filter_section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .mat-icon-button {
    line-height: 40px !important;
  }
}
@media (max-width: 767px) {
  .rv-view_sec {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-top: 24px;
  }
  .view-control {
    width: 100%;
    float: left;
  }
  .view-group label::after {
    content: ":";
    position: absolute;
    right: 15px;
    color: #000;
  }
  .view-group label {
    width: auto;
  }
  .deals-table-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .content_warp {
    padding: 24px 15px 15px;
  }
  .mt-list.with-ckbox p {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 5px;
  }
  .mt-list.with-ckbox .container-checkbox {
    float: left;
    width: auto;
    margin-bottom: 0;
  }
  .view-box-item {
    width: 100%;
    max-width: 100%;
  }
  .view_box {
    border: 1px solid #d4dcf5;
    padding: 20px 15px;
  }
  .multi_check_item {
    width: 33.3%;
  }
  .form-group-3col .form-group {
    width: 100%;
    float: left;
    padding: 0 !important;
  }
  .attach-item {
    display: block;
    list-style: none;
  }
  .news_section_main .title_sec {
    display: block;
    margin-bottom: 10px;
  }
  .with-slt-filter .filter-group,
  .with-slt-filter .filter-select {
    width: 100%;
    float: left;
  }
  .with-slt-filter.leads-filter .filter-group,
  .with-slt-filter.leads-filter .filter-select {
    width: 100%;
  }
  .content_warp .title_sec {
    flex-direction: column;
  }
  .top_btn .btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .with-slt-filter.leads-filter .filter-select:nth-of-type(2) {
    width: 50%;
  }
  .with-slt-filter.leads-filter .filter-select:nth-of-type(3) {
    width: 50%;
  }
  .filter_section .filter-group {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .rv-pro-img img {
    width: 160px;
    border-radius: 50%;
    height: 160px;
    padding: 5px;
    background: #fff;
    object-fit: cover;
  }
  .deals-table-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }
  .view-box-item label {
    width: 100%;
  }
  .view-box-item .view-control {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  .view-box-item .form-control {
    max-width: 100%;
    width: auto;
    margin-left: 0;
    float: left;
  }
  .multi_check_item {
    width: 50%;
  }
  .qty_subtotal_sec .add_btn_sec {
    float: right;
    width: 100%;
  }
  .chk_with_text label.container-checkbox {
    width: 100%;
  }
  .chk_with_text .checkbox-text {
    width: 100%;
    float: left;
  }
  .ticket-sec .filter-select {
    width: 50%;
  }
}
.selected-users-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #f8fafc;
  min-height: 42px;
}
.selected-user-chip {
  display: inline-flex;
  align-items: center;
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  padding: 4px 10px 4px 6px;
  font-size: 13px;
  color: #334155;
}
.user-chip-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 6px;
}
.user-chip-name {
  font-weight: 500;
}
.user-chip-remove {
  margin-left: 6px;
  cursor: pointer;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1;
}
.user-chip-remove:hover {
  color: #ef4444;
}
.members-table-container {
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
.members-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.members-table th {
  background-color: #f8fafc;
  color: #475569;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}
.members-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  font-size: 14px;
  vertical-align: middle;
}
.members-table tr:last-child td {
  border-bottom: none;
}
.member-account {
  display: flex;
  align-items: center;
  gap: 12px;
}
.member-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e2e8f0;
}
.member-details {
  display: flex;
  flex-direction: column;
}
.member-name {
  font-weight: 600;
  color: #1e293b;
}
.member-username {
  font-size: 12px;
  color: #64748b;
}
.member-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
.member-badge.owner {
  background-color: #ecfdf5;
  color: #059669;
}
.member-badge.role-support {
  background-color: #eff6ff;
  color: #2563eb;
}
.member-badge.role-incharge {
  background-color: #faf5ff;
  color: #7c3aed;
}
.member-source {
  font-size: 13px;
  color: #475569;
}
.member-expiration-input {
  max-width: 140px;
  padding: 6px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 13px;
  color: #334155;
  background-color: #ffffff;
}
.member-activity {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}
.member-actions-cell {
  position: relative;
  text-align: right;
}
.member-actions-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #64748b;
  padding: 6px;
  border-radius: 4px;
  font-size: 16px;
}
.member-actions-btn:hover {
  background-color: #f1f5f9;
  color: #1e293b;
}
.member-dropdown-menu {
  position: absolute;
  right: 16px;
  top: 100%;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 4px 0;
  min-width: 140px;
  display: block;
}
.member-dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: left;
  border: none;
  background: none;
  font-size: 13px;
  color: #ef4444;
  cursor: pointer;
}
.member-dropdown-item:hover {
  background-color: #fef2f2;
}
select {
  max-height: 300px;
  overflow-y: auto;
}

/* node_modules/datatables.net-dt/css/jquery.dataTables.css */
:root {
  --dt-row-selected:
    13,
    110,
    253;
  --dt-row-selected-text:
    255,
    255,
    255;
  --dt-row-selected-link:
    9,
    10,
    11;
  --dt-row-stripe:
    0,
    0,
    0;
  --dt-row-hover:
    0,
    0,
    0;
  --dt-column-ordering:
    0,
    0,
    0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "\25b6";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "\25bc";
}
html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "\25b2";
  content: "\25b2"/"";
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "\25bc";
  content: "\25bc"/"";
}
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
div.dataTables_scrollBody > table.dataTable > thead > tr > th:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable tbody tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > th,
table.dataTable.row-border > tbody > tr:first-child > td,
table.dataTable.display > tbody > tr:first-child > th,
table.dataTable.display > tbody > tr:first-child > td {
  border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > th:first-child,
table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > th,
table.dataTable.cell-border > tbody > tr:first-child > td {
  border-top: none;
}
table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background:
    linear-gradient(
      to bottom,
      rgba(230, 230, 230, 0.05) 0%,
      rgba(0, 0, 0, 0.05) 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background:
    linear-gradient(
      to bottom,
      #585858 0%,
      #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background:
    linear-gradient(
      to bottom,
      #2b2b2b 0%,
      #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover:
    255,
    255,
    255;
  --dt-row-stripe:
    255,
    255,
    255;
  --dt-column-ordering:
    255,
    255,
    255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable.row-border > tbody > tr > th,
html.dark table.dataTable.row-border > tbody > tr > td,
html.dark table.dataTable.display > tbody > tr > th,
html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dataTables_wrapper .dataTables_filter input,
html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current,
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}

/* node_modules/ngx-spinner/animations/ball-clip-rotate-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate-multiple,
.la-ball-clip-rotate-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-clip-rotate-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-clip-rotate-multiple.la-dark {
  color: #333;
}
.la-ball-clip-rotate-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-clip-rotate-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-clip-rotate-multiple > div {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
  -moz-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
  -o-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
  animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
}
.la-ball-clip-rotate-multiple > div:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-right-color: transparent;
  border-left-color: transparent;
}
.la-ball-clip-rotate-multiple > div:last-child {
  width: 16px;
  height: 16px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}
.la-ball-clip-rotate-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-clip-rotate-multiple.la-sm > div {
  border-width: 1px;
}
.la-ball-clip-rotate-multiple.la-sm > div:first-child {
  width: 16px;
  height: 16px;
}
.la-ball-clip-rotate-multiple.la-sm > div:last-child {
  width: 8px;
  height: 8px;
}
.la-ball-clip-rotate-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-clip-rotate-multiple.la-2x > div {
  border-width: 4px;
}
.la-ball-clip-rotate-multiple.la-2x > div:first-child {
  width: 64px;
  height: 64px;
}
.la-ball-clip-rotate-multiple.la-2x > div:last-child {
  width: 32px;
  height: 32px;
}
.la-ball-clip-rotate-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-clip-rotate-multiple.la-3x > div {
  border-width: 6px;
}
.la-ball-clip-rotate-multiple.la-3x > div:first-child {
  width: 96px;
  height: 96px;
}
.la-ball-clip-rotate-multiple.la-3x > div:last-child {
  width: 48px;
  height: 48px;
}
@-webkit-keyframes ball-clip-rotate-multiple-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate-multiple-rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate-multiple-rotate {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-multiple-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
