/*
****************************************************************************************************
Important Note
*****************************************************************************************************
This is gobal style css which we are using across application . if you are making any  changes here.
 it will reflect in all application . Please make sure before changing anything
 ****************************************************************************************************
 */

/*=====================
    Description: Finwyze - APP CSS
    Version: 1.0.3
    =====================*/


/*TABLE OF CONTENTS*/
/*=====================
    [01] - GENERAL & DEFAULT
            Spinner, Spacing (Padding, Margin)
    [02] - TYPOGRAPHY
            Text Alignments, Text Sizes
    [03] - HEADER & FOOTER
            Navbar, Menu, Footer Menu
    [04] - PANEL / CONTAINER
    [05] - STEPPER
    [06] - FORMS
            Input Label, Value, Inputs-Editable, Inputs Readonly, Inputs Placeholder, Radio Buttons, Checkbox, Dropdown...etc
    [07] - BUTTONS
            Buttons / Stepper Buttons
    [08] - BADGES
            Circle Badge / Status Badge
    [09] - TABLES
    [10] - IMAGES & ICONS
    [11] - MODAL POPUP
    [12] - MEDIA QUERIES
    [00] - OTHERS
            Progress Bar
            ng Package Overwrite
=======================*/


/*
 Registration page CSS
*/

:root {
  --image-cropper-bg-color: transparent;
  --image-transform: none;
  --overlay-width: 0px;
  --overlay-height: 0px;
  --overlay-margin-left: 0px;
  --cropper-top: 0px;
  --cropper-left: 0px;
  --cropper-width: 0px;
  --cropper-height: 0px;
  --cropper-margin-left: 0px;
}


.imagee {
  /* background-image: url(https://ft-dev-repo.s3.ap-south-1.amazonaws.com/misc/icici-background-image.png); */
  background-image: url('ssomainpage.png');
  height: 100% !important;
  background-position-x: center;
  /* background-position-y: center; */
  background-repeat: repeat-y;
  background-size: auto;


}

/* This does not apply the scrollbar to anything */
/* width */
div.register-overflow::-webkit-scrollbar {
  width: 5px;
}

/* Track */
div.register-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
div.register-overflow::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}




/* This does not apply the scrollbar to anything */
/* width */
div.overflows-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
div.overflows-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
div.overflows-scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

.overflows-scroll {
  overflow: auto;
  max-height: 930px;
  margin-top: 15px;
}

/* .overflows-margin{
  margin-right: 7px;
} */

/* Handle on hover */
.register-overflow {
  overflow-y: auto;
  max-height: 550px;
  overflow-x: hidden;
  margin-right: 3px;
}

.register-login {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.contents_model {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  margin: 0;

}

.container-checkbox {
  padding-left: 16px !important;


}

.text_icon {
  color: #e77817 !important;
}


.loginpage {
  /* position: absolute;
     right: 0; */
  margin: 20px;
  max-width: 500px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  background-color: white;
  border-radius: 20px;
  /* padding-bottom: 40px; */
  height: auto;
}

.margin-rgt-scroll {
  margin-right: 15px;
}

.register-button {
  margin-right: 23px;
}

.loginpage h4 {
  border-bottom: 4px solid #E77817;
  width: 29%;
  line-height: 40px;
}

.bottomtext {
  /* position: absolute;
     right: 0; */
  margin-bottom: 30px;
  max-width: 525px !important;
  color: white;
  font-size: 14px;

  bottom: 0;
}

.bottomcont {
  bottom: -100;
  position: absolute;
}

.inputfield {
  background-color: #ffffff;
  border: none;
  height: 32px;
  outline: none;
  width: 94%;
  padding-left: 4px;
  border-left: 4px solid #E77817;
  border-radius: 3px;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

.text-uppercase {
  text-transform: uppercase;
}

.capfield {
  background-color: #ffffff;
  border: none;
  height: 32px;
  outline: none;
  width: 94%;
  padding-left: 4px;
  border-left: 2px solid #E77817;
  border-radius: 3px;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

input[type="submit"] {
  background: #0B3C6D;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  height: 40px;
  border-radius: 3px;

}

/* label {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #0B3C6D;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
} */


.form-invalid {
  color: red;
}

h4,
h3 {
  color: #0B3C6D;
}

.textbottom {
  vertical-align: bottom;
}

.aligns {
  text-align: left;
  margin-right: 3%;
}

.aligns:hover {
  color: #0d6efd !important;
}

.secsection {
  position: relative;
  bottom: 40px;
  margin-top: 20px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(75, 75, 75, 1);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}


.footercolor {
  color: #AFAFAF;
  background-color: #4B4B4B !important;
}

.color-ash {
  color: #AFAFAF;
}


.paraprimary {
  color: #4b4b4b;
  font-size: 16px;
}

span.eye {
  margin-left: 5px;
}

/* END OF Registration page css */
/* ----------------------------
[01] - GENERAL & DEFAULT
---------------------------- */

html {
  /* background-color: #fff !important;  */
  height: 100% !important;
  font-size: 15px;
  font-family: MulishSemibold;
  overflow-x: hidden;
}

body {
  height: 100% !important;
  background-color: #F2F2F2;
  font-size: 15px;
  font-family: MulishSemibold;
  overflow-x: hidden;
}

@font-face {
  font-family: MulishSemibold;
  src: url('Mulish-SemiBold.ttf')
}

@font-face {
  font-family: MulishExtrabold;
  src: url('Mulish-ExtraBold.ttf');
}

/* Spinner CSS */
.spin-loader {
  position: fixed;
  top: 45%;
  left: 45%;
  z-index: 1061;
  margin-left: 40px;
  height: 35px;
  width: 35px;
  background: transparent;
  border: 3px solid;
  border-color: #E77817 #E77817 #E77817 #96969680;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.23, 0.78, 0.69, 0.84);
  animation: spin 0.75s infinite linear;
}

.loader-overlay {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(45, 45, 45, 0.78);
  transition: opacity 0.3s cubic-bezier(0.23, 0.78, 0.69, 0.84);
  transition: opacity 0.3s cubic-bezier(0.23, 0.78, 0.69, 0.84);
  z-index: 111111 !important;

}

.loader-overlay.ng-hide {
  opacity: 0;
}

.loader-overlay.ng-hide .spin-loader.shrink {
  top: calc(25% + 60px);
  margin-left: 0;
  width: 10px;
  height: 10px;
}

.loader-overlay.ng-hide .spin-loader.expand {
  top: calc(25% - 100px);
  margin-left: -200px;
  width: 300px;
  height: 300px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

/* Padding & Margins */
.p-20 {
  padding-right: 20px;
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.pl-0 {
  padding-left: 0px !important;
}

.pl-20 {
  padding-left: 20px;
}

.pl-10 {
  padding-left: 10px;
}

.mar-30 {
  margin-left: -30px;
}

.pb-7 {
  padding-bottom: 8.5rem;
}

.pr-1 {
  padding-right: .25rem !important;
}

.mr-2 {
  margin: 0.5rem !important
}


.mt-73 {
  margin-top: 7.3%;
}

.m-auto {
  margin: auto;
}

.bordera {
  border: 1px solid #7E8299;
}

.pull-right {
  justify-content: end;
  text-align: right;
  float: right;
}

.fa-caret-down {
  cursor: pointer;
}

.d-inline-block {
  display: inline-block;
}

.f-right {
  float: right;
}


/* ----------------------------
[02] - TYPOGRAPHY
---------------------------- */
a {
  text-decoration: none !important;
  cursor: pointer
}

.bold {
  font-weight: 700;
  color: #666;
  font-size: 14px
}

.ft-section-heading {
  font-size: 16px;
  font-weight: 500
}

.ft-heading-sm {
  font-size: 12px;
}

.ft-sub-header {
  font-size: 14px;
  color: #004a80
}

.bg-primary {
  background-color: #ef7f1a !important;
  border: none !important
}

.text-color {
  color: #071069;
}

.brand-text-color {
  color: #E77817;
}

.bg {
  background-color: #fff;
}

.brand-bg-primary {
  background-color: #E77817 !important;
}

.brand-text-desc-color {
  color: #818181;
}

.ft-portlet-title {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.ft-portlet-title-desc {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left !important;
}

.ft-portlet-shortlink-desc {
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  color: #A1A5B7;
  text-align: center;
}

.forget_link {
  color: #E77817 !important;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 14px !important;
}

.ft-share {
  margin-left: 229px !important;
}

.ft-link {
  margin-left: 90px !important;
  position: absolute;
}

.hyperlink {
  color: #004a80 !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 400 !important;
}

/* Note Section */
.ft-note {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-top: 3px;
}

.ft-note-desc {
  margin-top: 2px;
  font-size: 14px;
}

ul.ft-note-desc {
  padding-left: 18px;
}


.ft-portlet-title-desc-border {
  background-color: #F5F8FA;
  height: 89px;
  border-radius: 5px;
  margin-top: 10px;
}

/* Text Alignments */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.text-align-center {
  text-align: center;
}

.justify-right {
  justify-content: right !important;
}

.justify-left {
  justify-content: left;
}

.btn-yes {
  margin-top: 12px;
  margin-bottom: 32px;
  margin-right: 12px;
}

.text-danger {
  text-align: left;
  color: #dc3545 !important;
  font-size: 12px;
  margin-left: 0px;
}

.d-flex {
  display: flex;
}

.d-flex-sm {
  display: flex;
}

.text-info {
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  color: #A1A5B7 !important;
  text-align: center;
}

/* ----------------------------
[03] - HEADER   & FOOTER
---------------------------- */
/* Header */
.ft-header-navbar {
  display: flex;
  justify-content: space-between;
  height: auto;
  transition: all 0.3s ease;
  background-image: linear-gradient(180deg, #E77817, #BE2A2A);
  border-bottom: 1px solid #eff0f6;
  width: 100%;
  padding: 7px 20px 5px 20px;
  z-index: 22;
}

.headerlogo {
  width: 147px;
  height: auto;
  margin-left: 10px;
}

.top-nav-link-container {
  margin-top: 4px;
  margin-right: 17px;
}

.top-nav-links {
  display: block;
  margin-right: 29px;
  color: #fff;

  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.top-nav-links:hover {
  color: #fff;
  font-size: 15px;
  border-bottom: solid #fff 2px;
  border-radius: 0px;
}

.top-nav-links.active {
  border-bottom: solid #f06321 2px;
  border-radius: 0px;
}

.header-profile-icon {
  color: white;
  padding: 11px;
  font-size: 24px;
}

/* Footer */
.ft-footer {
  justify-content: center;
  width: 100%;
  padding: 6px;
  position: fixed;
  bottom: 0px;
  background-color: #4b4b4b;
  color: white;
  font-size: 14px;
  z-index: 1;
  /* left: 12px; */
}

.footer_quick_links a {
  color: #fff;
  cursor: pointer;
}

/* ----------------------------
[04] - PANEL
---------------------------- */
.ft-portlet {
  margin-top: 80px
}

.ft-portlet-body {
  margin-top: 80px;
  padding: 5px 10px;
}

.body-container {
  margin-top: 115px !important;
  position: relative;
}

.body-landing-container {
  margin-top: 8% !important
}

.wrapper {
  max-width: 459px;
  margin-top: 10px
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .625rem;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
}

.card-body {
  padding: 15px;
}

.ft-card-center {
  float: none;
  margin-top: 25px;
  border: none;
}

.ft-portlet-titleer__brand-logo-default {
  background-color: white;
}

.ft-portlet-titleer__brand-logo {
  margin-left: 74px;
  color: white;
}

.container-nav-menu {
  text-align: center;
  justify-content: center;
}

/* ----------------------------
[05] - STEPPER
---------------------------- */
:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

.stepper {
  margin-left: -89px;
  width: 70%;
  margin: auto
}

.stepper-section {
  margin-left: 48px;
  margin-top: 75px
}

.underline {
  margin-left: -33px !important
}

.c-stepper {
  display: flex
}

.c-stepper__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  margin-left: 114px
}

/* Before */
.c-stepper__item:before {
  --size: 3rem;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(111, 111, 111, .75);
  opacity: .5;
  margin: 0 auto 1rem
}

.c-stepper__item.status-active:before {
  --size: 3rem;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E77817;
  opacity: .8;
  margin: 0 auto 1rem
}

.c-stepper__item.status-completed:before {
  --size: 3rem;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E77817;
  opacity: .8;
  margin: 0 auto 1rem
}

.c-stepper__item.status-inactive:before {
  --size: 3rem;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4e4e4e;
  opacity: .8;
  margin: 0 auto 1rem
}

/* after */
.c-stepper__item.status-completed:after {
  background-color: #E77817 !important;
}

.c-stepper__item.status-active h3 {
  color: #E77817 !important;
}

.c-stepper__item.status-completed h3 {
  color: #E77817 !important;
}

.c-stepper__item:not(:last-child):after {
  width: 92px;
  content: "";
  position: relative;
  top: 9px;
  height: 2px;
  background-color: rgba(111, 111, 111, 0.75);
  order: -1;
  left: 59px;
}

.c-stepper__title {
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.25rem);
  margin-bottom: 0.5rem;
  color: #444444;
  font-size: 14px;
}

.c-stepper__desc {
  color: grey;
  font-size: clamp(0.85rem, 2vw, 1rem);
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}

.btn-stepper {
  background-color: #ffffff !important;
  border-radius: 0.45rem;
  color: #E77817 !important;
  padding: 5px;
  font-size: 14px;
  width: 156px !important;
  text-align: center;
  cursor: pointer;
  border: solid #E7781740 1px !important;
  /* outline: none !important; */
}

.btn-stepper:hover {
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgb(49 132 253 / 50%);
  color: #E77817;
}

button.btn.btn-stepper.stepper-active {
  background: #E77817 !important;
  color: #fff !important;
}

/* Form Inputs */
::placeholder {
  font-size: 12px;
  color: rgb(209, 206, 206);
  text-transform: capitalize;
  padding-left: 5px;
}

input {
  background-color: #f5f8fa;
  border: none;
  border-radius: 5px;
  height: 32px;
  outline: none;
}

.ft-non-editable {
  background-color: #74a7d41f;
  height: 32px;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border-left: solid #E77817 2px !important;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  container-type: inline-size;
  /* inline-size: 300px; */
}

.ft-select {
  border: none;
  background-color: #fff;
  border-left: solid #E77817 2px;
  border-radius: 3px;
  height: 32px;
  outline: none;
  text-transform: uppercase;
  width: 100%;
  color: #000;
  padding-left: 0px;
  font-size: 14px;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

.ft-select1 {
  border: solid #e3e3e3 1px;
  background-color: #74a7d41f;
  border-left: solid #E77817 2px;
  border-radius: 3px;
  height: 32px;
  outline: none;
  width: 100%;
  padding-left: 0px;
  text-transform: uppercase;
}

.ft-input-value {
  background-color: #ffffff;
  border: none;
  color: #000 !important;
  height: 32px;
  outline: none;
  width: 100%;
  padding-left: 4px;
  border-left: 2px solid #E77817;
  border-radius: 3px;
  text-transform: uppercase;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

.ft-input-value-small {
  background-color: #ffffff;
  border: none;
  height: 32px;
  outline: none;
  width: 83%;
  padding-left: 4px;
  border-left: solid #E77817 2px;
  border-radius: 3px;
  text-transform: uppercase;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

.ft-input-value-small-nonedit {
  background-color: #74a7d41f;
  border: none;
  height: 32px;
  outline: none;
  width: 83%;
  padding-left: 4px;
  border-left: solid #E77817 2px;
  border-radius: 3px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0px 4px 0px 0px;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
  color: #000;
}

.ft-input-value-med {
  background-color: #ffffff;
  border: none;
  height: 32px;
  outline: none;
  width: 70%;
  padding-left: 4px;
  border-left: solid #E77817 2px;
  border-radius: 3px;
  text-transform: uppercase;

  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

.ft-input-value-med-nonedit {
  background-color: #74a7d41f;
  border: none;
  height: 32px;
  outline: none;
  width: 70%;
  padding-left: 4px;
  border-left: solid #E77817 2px;
  border-radius: 3px;
  text-transform: uppercase;

  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
  color: #000;
}

.ft-input-value_no_uppercase {
  background-color: #ffffff;
  border: none;
  color: #000 !important;
  height: 32px;
  outline: none;
  width: 100%;
  padding-left: 4px;
  border-left: 2px solid #E77817;
  border-radius: 3px;
  text-transform: none !important;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

.textarea {
  width: 100%;
  height: 150px;
  color: black;
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
}

.ft-input-textarea {
  background-color: #ffffff;
  border: none;
  min-height: 30px;
  /* max-height: 76px; */
  outline: none;
  width: 100%;
  padding-left: 4px;
  border-left: solid #E77817 2px;
  color: #5E6278 !important;
  border-radius: 3px;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}

.ft-input-ngselect {
  background-color: #f5f8fa;
  border: none;
  height: 10px;
  outline: none;
  width: 100%;
  padding-left: 4px;
  border-left: solid #E77817 2px;
  color: #5E6278 !important;
  border-radius: 3px;
}

.form-check {
  text-align: left;
}

.form-check-input:checked {
  background-color: #E77817;
  border-color: #E77817;
}

.ft-new-input {
  width: 100% !important;
}

.form-check-input {
  border: 1px solid rgba(0, 0, 0, .25) !important;
}

.ft-table i {
  cursor: pointer;
}

.searchbox {
  background-color: #f5f8fa;
  height: 50px;
  margin-top: 32px;
  width: 400px;
  /* margin-left: 306px; */
  height: auto;
  position: absolute;
  padding: 10px 5px;
  z-index: 1;
  box-shadow: 1px 9px 9px -12px #bdbdbd;
}

.searchbox1 {
  background-color: #f5f8fa;
  height: 50px;
  /* margin-top: 32px; */
  width: 198px;
  /* margin-left: 306px; */
  height: auto;
  position: absolute;
  padding: 10px 5px;
  z-index: 1;
  box-shadow: 1px 9px 9px -12px #bdbdbd;
}

.ft-form-value {
  color: #5E6278;
}

.ft-nominee-check {
  float: left;
  color: #818181;
  font-size: 14px;
}

.section-forms .group {
  margin-bottom: 17px;
}

.ft-input-value-link {
  padding: 5px;
  border-radius: 3px;
  border-left: solid #E77817 2px;
  background-color: #f5f8fa;
  color: #0070E0;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
  cursor: pointer;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ft-radio-value {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding-left: -10px;
  padding-right: -10px;
}

.risk_text_wrap .ft-radio-value {
  word-break: break-word;
}

input[type='radio']:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -2px;
  left: -1.5px;
  position: relative;
  background-color: #E77817;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type='radio']:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -2px;
  left: -1.5px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid rgba(0, 0, 0, .25);
}

.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.single_tbheight {
  height: 240px !important;
}

/* checkbox */
.ft-checkbox-consent {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.checkbox {
  width: 22px !important;
  height: 19px !important;
  position: absolute;
  left: 0px;
  top: 4px;
  background-color: #eff2f5 !important;
}

.otp-field {
  text-align: center;
  margin-top: 16px;
}

.otp-input {
  width: 35px !important;
  height: 35px !important;
  border-radius: 0px !important;
  border: none !important;
  text-align: center;
  font-size: 21px !important;
  background-color: #f5f8fa;
  color: #5E6278 !important;
  border-bottom: solid 1px #E77817 !important;
}

.ft-input-label {
  font-style: normal;
  font-size: 12px !important;
  color: #3F4254;
  margin-top: 4px;
  font-weight: 500;
}

.ft-input-labelbig {
  font-style: normal;
  font-size: 13px !important;
  color: #3F4254;
  margin-bottom: 3px;
  font-weight: 500;
}

.ft-input-label-check {
  font-style: normal;
  font-size: 13px !important;
  color: #3F4254;
  margin-top: 4px;
  font-weight: 500;
}

.search-input {
  background-color: #f5f8fa;
  border: none;
  height: 32px;
  outline: none;
  width: 400px;
  padding-left: 10px;
  border-bottom: solid #E77817 1px;
  border-radius: 0px;
  font-size: 14px;
}

.search-result-message {
  color: #a1a5b7;
  margin-left: 7px;
  font-size: 14px;
}

.search-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  /* Position the dropdown absolutely */
  z-index: 1000;
  /* Set a high z-index to ensure it's above other elements */
  background-color: #fff;
  max-height: 150px;
  /* Set a maximum height to create the overflow effect */
  overflow-y: auto;
  /* Enable vertical scrolling if the dropdown's height exceeds the max height */
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #E77817;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: contents;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-item i {
  padding: 0px 5px;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* width: 63px; */
  margin-right: 121px
}

/* Progress Bar */
.radialProgressBar {
  border-radius: 50%;
  transform: translate(50%, 50%);
  display: -ms-flexbox;
  width: 27px;
  height: 27px;
  display: flex;
  background: #ddd;
  margin: -12px 0px;
  float: left;
}

.radialProgressBar .overlay {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: auto;
  background: #fff;
  text-align: center;
  padding-top: 19%;
  font-size: 9px;
}

.progress-30 {
  background-image: linear-gradient(-18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #a52a2a 50%, #ddd 50%);
}

.progress-100 {
  background-image: linear-gradient(90deg, #04a704 50%, transparent 50%), linear-gradient(-90deg, #04a704 50%, #ddd 50%);
}

.side {
  background-color: yellow;
  width: 300px;
  height: 400px;
  box-shadow: 0 0 2.5em rgba(85, 85, 85, 0.5);
}

.per_25 {
  color: white;
  background-color: #a52a2a;
}

.per_50 {
  color: white;
  background-color: #ffba00;
}

.per_75 {
  color: white;
  background-color: blue;
}

.per_100 {
  color: white;
  background-color: green;
}

.ft-action {
  background-color: #f5f8fa;
  border: none;
  outline: none;
  width: 99px;
  padding-left: 5px;
  height: 29px;
  border-radius: 5px;
  color: #E77817;
}

.ft-head {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.action .dropdown-item {
  font-size: 13px !important;
}

.dropdown .dropdown-item:nth-child(1) {
  text-align: left;
}

.dropdown-item .fa-eye {
  margin: 0px !important;
  padding: 0px 5px !important;
}

span#enableEdit {
  cursor: pointer;
}

span#cancel {
  cursor: pointer;
}

/* ----------------------------
[07] - BUTTONS
---------------------------- */
.btn-primary {
  border: none;
  border-radius: 0.45rem;
  color: white;
  padding: 5px;
  font-size: 13px !important;
  text-align: center;
  cursor: pointer;
  outline: none !important;
  background-color: #E77817 !important;
  width: 135px;
}

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #E77817 !important;
  opacity: 0.6;
  cursor: not-allowed !important;
}

.btn-secondary {
  background-color: #ffffff;
  border-radius: 0.45rem;
  color: #E77817 !important;
  padding: 5px;
  font-size: 14px;
  width: 135px !important;
  text-align: center;
  width: 20%;
  cursor: pointer;
  border: solid #E77817 1px !important;
  /* outline: none !important; */
}

.btn-adjust {
  width: auto !important;
}

.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #E77817;
  border-color: #E77817;
  box-shadow: 0px 0px 0px 1px rgba(132, 132, 132, 0.5);
}

.btn-primary-popup {
  border: none;
  border-radius: 0.45rem;
  color: white;
  padding: 5px 10px;
  font-size: 13px !important;
  width: 20%;
  text-align: center;
  cursor: pointer;
  outline: none !important;
  background-color: #E77817 !important;
}

.btn-secondary:hover {
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(187, 187, 187, 0.5);
  color: #E77817;
}

.add_btn {
  background: #ffffff;
  border-radius: 5px;
  color: #E77817 !important;
  cursor: pointer;
  border: solid #E77817 1px;
  margin: 0 3px !important;

}

.add_btnn {
  background: #ffffff;
  border-radius: 5px;
  color: #E77817 !important;
  padding: 3px;
  cursor: pointer;
  border: solid #E77817 1px;
  width: 32px;
  height: 32px;
}

.btn-close {
  font-size: 11px !important;
}

.close_button {
  width: 33px;
  height: auto;
  position: absolute;
  right: 9px;
  top: 10px;
}

.add_btn:hover {
  background: #ef7f1a;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
}

button a {
  color: #fff !important;
}

button a:hover {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

.landing-button {
  margin-top: 27px;
}

.buttonn {
  background-color: white;
  border: none;
}

.btn-danger {
  color: black;
  background-color: #f5f8fa;
  border-color: aliceblue;
}

.btn-danger:hover {
  color: black;
  background-color: #f5f8fa;
  border-color: aliceblue;
}

.btn-danger:focus {
  color: black;
  background-color: #f5f8fa;
  border-color: aliceblue;
  box-shadow: none !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  width: 150px !important;
  color: #E77817;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 8px;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  height: 25px;
}

.txt:hover {
  text-decoration: underline;
  color: #f1994c;
}

.bhover:hover {
  border-bottom: 3px solid #071069;
}

.btnHeader {
  border: 2px solid #ef7f1a;
  border-top-right-radius: 10px;
  font-size: 16px;
  width: 150px;
  height: 30px;
  text-align: center;
  background-color: #ffffff;
  color: #ef7f1a;
}

.btnHeader:hover {
  color: #FFFFFF;
  background-color: #ef7f1a;

}

.btnnrej {
  text-align: center;
  border: 1px solid #053C6D;
  color: #053C6D;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 30px;
}

.btnnrapp {
  text-align: center;
  border: 1px solid #053C6D;
  color: #ffffff;
  background-color: #053C6D;
  border-radius: 5px;
  padding: 5px 30px;
}

/* ----------------------------
[08] - BADGES
---------------------------- */
.badge {
  width: 150px;
  height: 25px;
  padding: 8px 5px 5px 5px !important;
  font-size: 10px !important;
  font-weight: normal;
}

.badge-sm {
  width: auto;
  padding: 2px 4px;
  border-radius: 5px;
}

ngb-datepicker.dropdown-menu.show.ng-star-inserted {
  position: fixed !important;
  /* transform: none !important; */
}

/* Cross_Verify = Need to confirm with applications */
.Created {
  background-color: #3d3de7;
  color: #fff;
}

.auth-pending {
  background-color: #ff0000;
  color: #fff;
}

/* Status Badge */
.completed {
  background-color: #136320;
  color: #fff
}

.inprogress {
  background-color: #D4A207;
  color: #fff
}

.inprocessing {
  background-color: #7f55b5;
  color: #fff
}

.wetsign {
  background-color: #136320;
  color: #fff
}

.submitted {
  background-color: #f28a13;
  color: #fff
}

.amcrev {
  background-color: #1338f2;
  color: #fff
}

.esigned {
  background-color: #bd86d2;
  color: #fff
}

.cancelled {
  background-color: #ff0000;
  color: #fff
}

.custrev {
  background-color: #4762e6;
  color: #fff
}

.invactionpend {
  background-color: #f0ec0c;
  color: #fff
}

.ddpreviewed {
  background-color: #A020F0;
  color: #fff
}

.custodyapproved {
  background-color: #136320;
  color: #fff
}

.amccntsign {
  background-color: #1ad639;
  color: #fff
}

.opsApproved {
  background-color: #1cb06d;
  color: #fff
}

.cpCodeActivated {
  background-color: #1c96b0;
  color: #fff
}


.spinner-btn {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* .opsApproved{
  background-color: #b0a41c;
  color: #fff
  
}
.opsApproved{
  background-color: #b01c71;
  color: #fff
  
} */

/* Circle Badge */

.badge-flag {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  padding: 5px 2px 5px 5px !important;
  line-height: 16px;
  font-size: 9px !important;
}

.new {
  background-color: rgb(4, 167, 4);
  color: #fff;
}

.oneplus {
  background-color: #3d3de7;
  color: #fff;
}

.threeplus {
  background-color: orange;
  color: white;
}

.sevenplus {
  background-color: red;
  color: white;
}

/* .label-design-check {

  margin-left: 16px !important;

} */

/* ----------------------------
[09] - TABLES
---------------------------- */
.ft-table {
  /* border-bottom: solid #e3e3e3 1px; */
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
  border: solid #e3e3e3 1px;
  text-align: left;
}

.ft-table-head {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  color: #B5B5C3;
}

.ft-table-body {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #7E8299;
}

.ft-table-nom {
  width: 100%;
  margin: auto;
  border: solid #e3e3e3 1px;
  border-left: none;
  padding: 20px;
  border-right: none;
}


.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
  padding: 3px 5px;
}

.table-right-icons {
  float: right;
  align-items: end;
  justify-content: flex-end;
}



/* Data Table */

.dataTables_filter input {
  margin-left: 10px;
  background-color: #f5f8fa;
  border: none;
  height: 32px;
  outline: none;
  width: 195px;
  border-bottom: solid #004a80 1px;
  border-radius: 0px;
}

.dataTables_length {
  outline: none;
  position: absolute;
}

.dataTables_length select {
  background-color: #f5f8fa;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 1px;
}

.dataTables_info {
  float: left;
  color: #E77817;
}

.datatable-body {
  color: #7E8299;
  font-size: inherit;
}

.datatable-head {
  color: #B5B5C3;
  font-size: inherit;
}

.dataTables_length label {
  float: right;
  margin-right: 10px;
  margin-bottom: -13px;
  color: #E77817;
}

.dataTables_paginate {
  float: right;
}

.previous {
  background-color: #f5f8fa;
  padding: 5px;
  border-radius: 5px;
  color: black;
}

.paginate_button {
  background-color: #f5f8fa;
  padding: 5px;
  margin-left: 10px;
  border-radius: 5px;
  color: #E77817
}

.next {
  background-color: #f5f8fa;
  padding: 5px;
  border-radius: 5px;
  margin-left: 10px;
  color: #E77817;
}

tspan {
  font-size: 8px;
}

.filter-dropdown {
  /* display: inline-block; */
  margin-left: -117px !important;
  z-index: 1;
}

/* ----------------------------
[10] - ICONS & IMAGES
---------------------------- */
.imgicon {
  width: 30px;
  height: auto;
  background-color: white;
}

/* icon styles */

.btn-icon {
  margin: 0px !important;
  border: solid #c7c7c7 1px;
  background: #fff;
  color: #ef7f1a;
  padding: 7px 11px;
  height: 32px;
  display: flex;
  align-items: center;
}

.dash-starfill-icon {
  position: absolute;
  top: 212px;
  left: 8px;
  cursor: pointer;
}

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

.ft-icons {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.ft-icons li {
  text-decoration: none;
  list-style: none;
  color: white;
}

.ft-icons-sidenav {
  font-size: 27px;
  margin-top: 10px;
}

.header-menu-icon {
  display: none !important;
}

.header-app-icon {
  position: absolute;
  color: white;
  font-size: 38px;
  padding: 0px 8px;
}

.icon-download {
  width: 32px !important;
  padding: 5px !important;
  background-color: white !important;
}

.upload-icon {
  background-color: #f5f8fa;
  padding: 5px;
  border-radius: 5px;
  float: right;
  cursor: pointer;
}

.arrow-icon {
  background-color: #E77817;
  color: white;
  position: absolute;
  /* height: 32px; */
  padding: 4px 3px;
  cursor: pointer;
  border-radius: 3px;
}

.edit-icon {
  position: absolute;
  margin-left: 164px;
  margin-top: 4px;
  font-size: 20px;
  cursor: pointer;
}

.ft-editable-icon {
  position: absolute;
  right: 0px;
}

.search-icon {
  position: absolute;
  color: #5E6278;
  margin-left: -29px;
  padding-top: 4px;
}

.delete-icon {
  position: absolute;
  margin-left: -31px;
  margin-top: 3px;
  font-size: 25px;
  cursor: pointer;
}

.warning-icon {
  color: #ffc107;
  margin-top: 8px;
}

.eye-icon {
  position: absolute;
  margin-left: -30px;
  margin-top: 9px;
  font-size: 15px;
  cursor: pointer;
}

.heart-icon-filled {
  width: 19px;
}

.dot-icon {
  margin-top: -7px;
  font-size: 27px;
}

.icon_button {
  margin-left: 30px;
  cursor: pointer;
}

.font-head {
  font-size: 16px;
}

.font-title {
  font-size: 14px;
}

.action-icon {
  font-size: 18px;
  padding: 0px 5px;
  background: transparent;
  margin: 0px 7px;
  margin-left: -3px;
  border-radius: 5px;
  cursor: pointer;
  color: grey;
}

.dashboard-action-icon {
  font-size: 18px;
  padding: 0px 5px;
  background: #f7f7f7;
  margin: 0px 7px;
  margin-left: -3px;
  border-radius: 5px;
}

.fa.fa-eye {
  padding: 0px;
  margin: 0px 12px;
}

.calendar {
  position: absolute;
  right: 10px;
  top: 5px;
}

.ngb-dp-weekday {
  color: #ef7f1a !important;
}

.icon_size {
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  color: #E77817;
  margin-left: 15px;
}

/* ----------------------------
[11] - MODAL POPUP
---------------------------- */

/* Modal Dialog Sizes */
/* Modal Header */
/* Modal Body */
/* Modal Footer */
/* Toaster - Toast popup */

.modal-dialog {
  position: relative;
  width: 800px;
  margin: .5rem;
  pointer-events: none;
  margin: auto;
}

.modal-dialog-sm {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-md {
  max-width: 800px;
  margin: 1.75rem auto;
}

.modal-dialog-lg {
  max-width: 900px;
  margin: 1.75rem auto;
}

.modal-body {
  background-color: white;
  padding: 10px !important;
  min-width: 300px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}

.modal-header {
  color: #E77817;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 6px 9px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.ft-popup-heading {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin: 0px;
}

.modal-title {
  margin-bottom: 0;
}

.close {
  border: none;
  border-radius: 5px;
  background-color: #fff !important;
  font-size: 18px;
}

.modal-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;

  top: 50px;
}

.modal-sm {
  width: 500px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-body::-webkit-scrollbar {
  background: #dedede;
  width: 6px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #dbdbdb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c3c3c3;
}

.ft-toastr {
  top: 50px;
}


.toast-info-icon {
  background-image: url('info.svg') !important;
}

.toast-error-icon {
  background-image: url('error.svg') !important;
  ;
}

.toast-success-icon {
  background-image: url('check.svg') !important;
}

.toast-warning-icon {
  background-image: url('warning.svg') !important;
}

.toast-success {
  background-color: #51A351 !important;
}

.toast-error {
  background-color: #BD362F !important;
}

.toast-info {
  background-color: #2F96B4 !important;
}

.toast-warning {
  background-color: #F89406 !important;
}

/* XX-Large devices (larger desktops)
No media query since the xxl breakpoint has no upper bound on its width */


/* ----------------------------
SUPPORTED CSS
---------------------------- */
iframe {
  background-color: white;
}

/* Drawer */
::ng-deep :ng-sidebar {
  background-color: yellow;
  width: 300px;
  height: 400px;
  box-shadow: 0 0 2.5em rgba(85, 85, 85, 0.5);
}

/* Tab View */
.p-tabview-title {
  line-height: 24px;
  white-space: nowrap;
  color: gray;
  margin-left: 149px;
}

.sidebar {
  position: fixed;
  width: 75px;
  height: 100% !important;
  background-color: #4b4b4b;
  top: 0px !important;
  left: 0px;
  z-index: 101;
}

.ft-dot {
  font-size: 30px;
  color: #0070E0;
  padding-right: 10px;
}

.ft-dot-complete {
  font-size: 30px;
  color: #103566;
  padding-right: 10px;
}

.ft-incomplete-dot {
  font-size: 30px;
  color: gray;
  padding-right: 10px;
}

.p-tabview-nav-content {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: auto;
  overscroll-behavior: contain auto;
  margin-left: -100px !important;
}

.p-tabview-nav-link :hover {
  color: #E77817;
}

.ft_login_wrapper {
  padding: 6.5% 2rem 1rem;
  margin: 0 auto 2rem;
  overflow: hidden;
}

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

.login-body {
  padding: 10px;
}

.progress {
  width: 100px;
}

.font-progress {
  font-size: 8px;
}


.D-th-star {
  width: 15% !important;
}

.D-th-pan {
  width: 15% !important;
}

.D-th-fullname {
  width: 25% !important;
}

.D-th-status {
  width: 20% !important;
}

.D-th-progress {
  width: 10% !important;
}

.D-th-action {
  width: 10% !important;
}

/* Plugin OVERWRITE */
/* @import "~@ng-select/ng-select/themes/default.theme.css"; */
/* ng-select Dropdown */



span.ng-value-icon.left {
  color: #ef7f1a;
  text-align: right;
  border-radius: 50%;
  float: right;
  margin-left: 3px;
  margin-top: 0px;
  font-size: 12px;
  position: relative;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  /* display: inline-block; */
  padding: 0px 2px !important;
  cursor: pointer
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: transparent !important;
  color: #ffa56d !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: none !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 2px !important;
}

.ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  user-select: none;
  /* color: red; */
  padding: 5px 2px;
  /* background: #ffffff; */
  height: 100%;
  display: inline-flex;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 0px 0px !important;
  flex: 1;
  z-index: 2
}

.ng-dropdown-panel .scroll-host {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding: 7px;
  box-shadow: -1px 0px 4px 2px #f5f8fa;
  border: 1px solid #B5B5C7;
  border-radius: 3px;
  left: 0px !important;
  top: 0px;
}

.ng-select .ng-select-container {
  /* color: #ea0e0e; */
  background-color: #fff0 !important;
  border-radius: 4px;
  border: none !important;
  align-items: center;
  cursor: default;
  display: flex;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* height: 30px !important; */
  color: #333;
}

.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgb(0 0 0 / 0%);
}

.ng-select.ng-select-opened>.ng-select-container {
  background: #fff;
  border-color: #fff0 !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 0px !important;
  padding-left: 0px !important;
  flex-wrap: wrap;

}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background: #053C6D !important;
  border-radius: 30px !important;
  /* height: 21px; */
  font-size: 10px !important;
  padding: 1px 3px;
  margin-top: 2px;
  margin-right: 1px;
  color: #fff !important;
  display: flex !important
}


.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: black !important;
}

.mdc-text-field--invalid .mdc-text-field__input {
  color: black !important;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 25px 15px !important;
}

.mat-horizontal-content-container {
  overflow: hidden;
  padding: 0 17px 0px 15px !important;
}

.mat-horizontal-stepper-wrapper {
  display: flex;
  flex-direction: column;
  background: #f2f2f2 !important;
}

.mat-mdc-tab-body.mat-mdc-tab-body-active {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1 !important;
  flex-grow: 1;
}

.mat-mdc-tab-body-content {
  height: 100%;
  overflow: hidden !important;
}

.mat-mdc-form-field-focus-overlay {
  background-color: #dfdfdf !important;
}

.mat-mdc-form-field-bottom-align::before {
  content: "";
  display: none !important;
  height: 0px !important;
  width: 100% !important;
}

.mat-mdc-tab.mdc-tab {
  height: 40px !important;
  flex-grow: 0 !important;
  width: auto;
  padding: 4px !important;
  line-height: normal;
  margin-right: 20px !important;

}

.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: #071069;
  border: solid #071069 2px;
}


.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 2px 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* padding: 2px 10px; */
  background: #f5f8fa;
}


.ngx-pagination .current,
.btn-info {
  background: #ef7f1a !important;
  border: transparent !important;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem -1rem;
  overflow-y: auto;
  padding: 5px 14px;
}

.ft-offcanvas {
  display: none;
}

/* APP LEVEL CUSTOM CSS */

app-occupationdetails {
  background-color: white;
}

a#transactionId {
  color: #0a58ca;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 400 !important;
}

a#applicationId {
  color: #0a58ca;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 400 !important;
}

.side-annexure-container {
  margin-left: 2px;
  border-left: solid #d9d9d9 1px;
  background-color: #fff;
  border-radius: 10px;
}

.comments-container {
  border-top: solid #a7a7a7 1px;
  padding-top: 0px;
  margin-top: 1%;
}

.annexure-icon-bg {
  background: #fff;
  border-radius: 50%;
  border: solid #d9d9d9 1px;
  z-index: 1;
  position: absolute;
  margin-left: -20px;
  width: 25px;
  height: 25px;
  text-align: right;
  float: right;
  position: absolute;
  right: 0px;
  top: 16px;
  right: -14px;
}

.annexure-toggleicon {
  font-size: 14px;
  text-align: center;
  margin-left: 1px;
  margin-top: -3px;
  padding: 3px 0px;
}

.annexure_doc_show .img_size {
  width: 100%;
  max-height: 400px;
}

.sameaddress {
  float: left;
  display: inline-table;
  margin: 3px 10px;
}

/* NITHYA CSS */
.vertical-align-top {
  vertical-align: top !important;
}

/* 1 */
#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  color: #fff;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 22px;
  height: 4px;
  margin-bottom: 2px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 2px 2px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu li {
  padding: 5px 0;
  font-size: 18px;
}

#menuToggle input:checked~ul {
  transform: none;
}

ngb-modal-window {
  z-index: 1111 !important;
}

.pdl-1 {
  padding-left: 1rem;
}

.icon_svg {
  border: none;
  background-color: white;
  color: black;
}

.ft-section-heading-big {
  font-size: 16px;
  font-weight: 500;

}

.liveliness-radio {
  display: block !important;
  text-align: left !important;
}

/*login-profile*/
.profile-dropdown {
  display: inline-block !important;
  position: relative !important;

  margin: auto !important;
  height: 50px !important;
  font-weight: bold !important;
  font-size: 1.3rem !important;
  border-radius: 3px !important;
  -webkit-user-select: none !important;

  user-select: none !important;

}

li.logout.warn {
  height: 45px !important;
}

.profile-dropdown * {
  -webkit-user-select: none !important;

  user-select: none !important;

}

.profile-dropdown input[type="checkbox"] {
  display: none !important;
}

.profile-dropdown input[type="checkbox"]:checked~.smart-user {
  display: block !important;
  animation: pulse 0.5s !important;
  border-radius: 12px !important;
}

ul.smart-user-details {
  list-style: none !important;
  padding-left: 0px !important;
  margin-bottom: 0;

}

.user-subdivison {
  display: flex !important;
}

.subdivision-image img {
  width: 50px !important;
  height: 50px !important;
}

.profile-dropdown input[type="checkbox"]:checked~label i {
  color: #f2f2f2 !important;
}

.profile-dropdown img {
  display: inline-block !important;
  background: #d9d9d9 !important;
  height: 2.5rem !important;
  vertical-align: middle !important;
  margin-right: 1rem !important;
  margin: 0.5rem 0.75rem 0.5rem 0.5rem !important;
  border-radius: 50% !important;
}

.profile-dropdown span {
  display: inline-block !important;
  vertical-align: sub !important;
  width: 250px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  text-overflow: ellipsis !important;
}

.profile-dropdown .smart-user {
  display: none !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  position: absolute !important;
  top: 100% !important;
  right: -39% !important;
  width: 315px !important;
  border-radius: 6px !important;
  border: 1px solid #ebecf1 !important;
  box-shadow: 0px 16px 18px rgba(4, 4, 7, 0.1) !important;
}

.profile-dropdown ul li a {
  display: block !important;
  padding: 7px !important;
  text-decoration: none !important;
  color: #737373 !important;
  line-height: 15px !important;
  font-size: 14px !important;
}

.sigout-text {
  color: #000 !important;
}

.profile-dropdown ul li a:hover {
  background: #e5e5e5 !important;
}

.profile-dropdown ul li:first-child a:hover {
  border-radius: 3px 3px 0 0 !important;
}

.profile-dropdown ul li:last-child a:hover {
  border-radius: 0 0 3px 3px !important;
}

.drop-profiles {
  margin-top: -3px !important;
}

.profile-dropdown>label {
  position: relative !important;
  height: 3.5rem !important;
  display: block !important;
  text-decoration: none !important;
  background: transparent !important;
  color: #333 !important;
  box-sizing: border-box !important;
  float: right !important;
  border-radius: 0 3px 3px 0 !important;
}

.signout-bg {
  background: #f5f8fa !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 5px !important;
  gap: 8px !important;
  background-image: linear-gradient(180deg, #E77817, #BE2A2A) !important;
  height: 36px;
}

.signout-bg p {
  font-size: 15px !important;
  color: #fff !important;
  margin-bottom: 1px !important;

}

.sign-outs {
  color: #000 !important;
}

span.material-icons.header-profile-icon.sign-outs {
  width: unset !important;
  color: #fff !important;
}

:focus-visible {
  outline: none !important
}

ul.utilities {
  list-style: none !important;
  margin-bottom: 0 !important;
}

.fatca-overflow {
  overflow: auto;
  max-height: 400px;

}

/* ADMIN */
input.ng-pristine.ng-valid.ng-touched {
  border-bottom: 1px #E77817 solid;
  color: #E77817;
  padding-left: 5px;

}

.consent-text {
  margin-left: 11px;
  margin-right: 4px;
}

.mrgn-5 {
  margin-top: 5px !important;
  margin-left: 4px !important;
}

/* input.search-input.ng-pristine.ng-valid.ng-touched {
  border-bottom: 1px #E77817 solid !important;
  color: #E77817;
  padding-left: 5px;

} */
/* Landing Page Design */
.card-icon {
  color: #d55520;
  font-size: 19px
}

.landing-card-title {
  color: #053C6D;
  font-size: 17px;
}

.card-count {
  font-size: 30px;
  color: #053C6D;
}

.cardnav-btn {
  min-width: 119px !important;
  width: 144px !important;
  height: 30px;
  border-radius: 5px !important;
  color: #ef7f1a;
  border: none;
  font-size: 13px;

}

.stepper-btn {
  width: auto !important;
}

.search-filter {
  gap: 5px;
  justify-content: end;
}

.stepper-container {
  margin-top: 80px !important;
}

.pointer {
  cursor: pointer;
}

.rejected {
  background-color: #ff0000;
  color: #fff;
}

.breadcrumb-container {
  width: 100%;
  background: #fff;
  /* margin-top: 8px; */
  padding: 5px 30px 5px 30px;
  font-size: 12.5px;
  top: 50px !important;
  position: fixed;
  z-index: 11;
}

.breadcrumb-item .bc-inactive {
  color: red;
  cursor: pointer;
}

.bc-inactive:hover {
  color: #0d6efd !important;
  text-decoration: underline !important;
}

.breadcrumb-item .active {
  font-weight: 600;
  cursor: revert;
  color: #ae282d !important;
}

.bc-active {
  font-weight: 600;
  cursor: revert;
  color: #ae282d !important;

}

.breadcrumb-item a {
  color: inherit !important;
  cursor: pointer;
  color: #004a80;
}

.quick_summary_list {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 12px;
}

.quick_summary_list li {
  margin-right: 5px;
  border-right: solid rgb(212 83 32) 1.5px;
  padding-right: 4px;
}

.quick_summary_list li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.quick-summary-label {
  color: #818181;
  font-weight: 600;
  display: -webkit-box;
}

.quick-summary-value {
  color: #e26e1b;
}

.breadcrumb-details {
  float: right;
  margin-right: 2px;
}

.cardnav-btn:hover {
  background: #ef7f1a;
  border: #ef7f1a;
  color: white;
}

.cardnav-active {
  background: #ef7f1a;
  border: #ef7f1a;
  color: #fff !important;
}

/*
smart common css */
.common-mt-30 {
  margin-top: 80px !important;
}

.common-ft-input-textarea {
  background-color: #ffffff;
  border: none;
  height: 146px;
  outline: none;
  width: 100%;
  padding-left: 4px;
  border-left: 2px solid #E77817;
  border-radius: 3px;
  text-transform: uppercase;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
}


.common-cardnav-active {
  background: #ef7f1a;
  border: #ef7f1a;
  color: #fff !important;
}

.common-ft-portlet-body {
  margin-top: 10px
}


.offcanvas-end {
  top: 10%;
  right: 0;
  width: 300px;
}

.breadcrumb_mobile_view .quick_summary_listed {
  display: block;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 12px;
}

.breadcrumb_mobile_view .quick_summary_listed li {
  margin-bottom: 5px;
  border-bottom: solid rgb(235 235 235) 1px;
  padding-bottom: 4px;
  text-align: start;

}

.breadcrumb_mobile_view .breadcrumb-details {
  float: none !important;
}

.breadcrumb-arrowicons {
  background-color: #ae282d;
  color: white !important;
  padding: 3px 7px;
  cursor: pointer;
  border-radius: 3px;
}

.quick_summary_listed li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.breadcrumb_close_tab {
  justify-content: end !important;
  padding: 10px 10px 0 0 !important;
}

iframe body,
iframe html {
  background: #fff !important;
}

.summary-application .body-container {
  margin-top: 15px !important;
}

.summary-application .common-mt-30 {
  margin-top: 115px !important;
}

/*domestic css*/
.domestic-hover:hover .dropdown-content {
  display: block;
}

.domestic-hover .dropdown-content a:hover {
  background-color: #ddd;
}

.domestic-hover .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.domestic-hover .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.liveliness-res {

  margin-left: 25px;
}

/*fc-css*/


ul.declaration-mar li {
  margin-bottom: 10px;

}

ul.declaration-mar {
  margin-top: 10px;

}

.clients-list {
  list-style: none;
  padding-left: 10px;
}

a.upload-letter {
  margin-left: 7px;
}

span.eye-font {
  font-size: 20px;
}

/* End */
/* sneka */
.search_zindex {
  z-index: 11;
  left: 50%;
  transform: translate(-50%, 0);
}

.constitution_textwrap {
  white-space: nowrap
}

/* Profile Dropdown Changes */
.dropdown-menu.show {
  width: max-content;
}

.smart-size {
  display: inline-block;
  vertical-align: sub;
  width: 250px;
  overflow: hidden;
  color: #212529;
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;
}

.profile-flex {
  gap: 20px;
}

.dropdownForm-one {
  border-radius: 12px !important;
  padding: 0px;
}

.smart-user-details {
  line-height: 25px;
}

.dv-profile {
  background: #dad1d1;
  border-radius: 50px;
  /* width: 104%; */
  height: 38px;
  width: 38px;
  text-align: center;
}

img.user-picture.background {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

/* Profile Dropdown Changes End */

/* save comments */
.save-comments {
  text-align: right;
  width: 100%;
  position: relative;

}

a.save-anchor {
  color: #e77817;
  position: absolute;
  bottom: 10px;
  right: 30px;
  background: #fff;
  width: 93.5%;
  padding: 4px 10px;
}

span.error-comments {
  position: absolute;
  right: 20px;
  bottom: -20px;

}

/* save comments End */
span#annexure-toggleicon {
  margin-top: 2px !important;
  margin-right: 4px !important;
  font-size: 14px;
}

/* End */
.mat-step-text-label {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  text-wrap: wrap !important;
}

.mat-step-label {
  display: inline-block;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  width: 100px;
  vertical-align: middle;
  font-family: var(--mat-stepper-header-label-text-font);
  font-size: var(--mat-stepper-header-label-text-size);
  font-weight: var(--mat-stepper-header-label-text-weight);
  color: rgba(0, 0, 0, 0.54)
}

.table-width-size {
  width: 90% !important;
}

.iframe_scroll_box {
  margin-right: -25px;
}

.bank-vkyc {
  padding-right: 10px;
}

.season_tab {
  float: left;
  clear: both;
  width: 286px;
}

.season_tab label {

  background: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
  border-left: none;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  left: 1px;
  width: 252px;
  color: #071069;
  height: 60px;
  /* display: none !important; */
  display: table-cell;

}

.season-ht {
  background: #fff;
  height: 500px;
  max-height: 500px;
  overflow: auto;
  border-radius: 25px 0 0 25px;
  position: relative;
  border: 1px solid #ccc;
}

.season_content {
  position: absolute;
  top: -1px !important;
  left: 252px;
  background: white;
  right: 0;
  bottom: 0px;
  overflow: auto;
  padding: 12px !important;
  border: 1px solid #ccc;
}

.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop;
}

.tab-sections:checked~label {
  background: #E77817;
  color: #fff;
  z-index: 2;
}

.tab-sections:checked~label~.season_content {
  z-index: 1;
}

.amc-tab-one {
  border-top-left-radius: 25px;
}

.overflow-scroll-design {
  overflow: auto !important;
  max-height: 500px !important;
  overflow-x: hidden !important;
}

.overflow-design-scroll {
  overflow: auto !important;
  max-height: 450px;
  overflow-x: hidden !important;
}

.overflow-scroll {
  max-height: 347px;
  overflow: auto;
  overflow-x: hidden !important;
}

p.activates-color {
  color: #053C6D;
}

.back-color-text {
  color: #3f51b5;
}

.toggle-edit {
  justify-content: end;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px !important;
  height: 24px !important;
  background: none !important;
  border: none !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

input:checked+.slider {
  background-color: #E77817;
}

input:focus+.slider {
  box-shadow: 0 0 1px #E77817;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.space-activate {
  gap: 5px;
}

p.toggle-txt {
  font-size: 15px;
  color: #053C6D;
}

.activated-pad {
  padding: 12px 25px;
  border-bottom: 1px solid #C6C6C6;
}

.active-deactive {
  margin-top: 3px
}

.table-height {
  max-height: 420px;
  overflow: auto;
  overflow-x: hidden;
  height: 420px;
}

.institution-button {
  text-align: end;
}

.back-text {
  position: relative;
  z-index: 2;
  position: absolute;
  z-index: 2;
  top: 6%;
  right: 2%;
  align-items: center !important;
  gap: 12px !important;
}

.table-size-width {

  width: 30% !important;
}

.comments-view {
  height: 220px;

  max-height: 400px;
}

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

.shadow-none {
  box-shadow: none !important;
}

/* add new css instead of inline css*/
.float-rgt {
  float: right;
}

.sidenav-col {
  color: #fff;
}

.popup-camera,
.padding-20 {
  padding: 20px;
}

.doc-list {
  padding-left: 18px;
}

.image-cropper {
  width: 90%;
}

.main-cropper {
  width: 500px;
}

.cursor-point {
  cursor: pointer;
}

.message-result {
  margin-left: 10px;
  padding: 10px 5px
}

.pan-border {
  border-bottom: 1px solid #afababc4
}

.investor-img {
  width: 80%;
  height: 50%;
}

.edit-gap {
  gap: 10px;
}

.collapse_nav {
  z-index: 1050
}

.aadhaar-text-color {
  color: red;
}

.footer-bottom-space {
  margin-bottom: 50px;
}

.send-text {
  margin-left: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.warp-design {
  margin-top: 15px;
  margin-right: 20px;
}

.doc-design {
  width: 45%;
}

.doc-design-one {
  width: 10%;
}

.ml-22 {
  margin-left: -22px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-6 {
  margin-left: 6px;
}

.pl-17 {
  padding-left: 17px;

}

.mb-43 {
  margin-bottom: 43px;
}

.mt-6 {
  margin-top: 6px;
}

.live-photo {
  width: 100% !important;
}

.h-85 {
  height: 85px;
}

.popupbackdrop {
  display: block;
  padding-right: 70px;
  padding-left: 70px;

  background: #2c2c2c73;
}

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

.w-195 {
  width: 195px;
}

.b-none {
  background: none;
}

.circle-pulse {
  position: absolute;
  top: 0%;
  left: 30%;
  font-size: 20px;
  color: #FFFF;
  margin-top: 5px;
  margin-left: 5px;
  border: #FF0000;
  border-width: 2px;
  border-style: solid;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2px;
}

/* .videoElement{
        position: absolute;
         top: 0%;
          left: 0%;
          width: 40%;

    }
    /* .Elementvideo{
        position: absolute;
        top: 0%;
         left: 0%;
         width: 25%;

    } */
.video-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml-21 {
  margin-left: 21px;
}

.consent-label {
  gap: 3px;
  margin-left: 12px;
}

.mt-80 {
  margin-top: 80px;
}

.hyper-onboard {
  font-size: 12px !important
}

.disclosure-padding {
  padding: 10px !important
}

.pl-18 {
  padding-left: 18px;
}

.settings-span {
  position: absolute;
  bottom: 30px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.waiver {
  margin-top: 10px;
  gap: 5px;
}

.single-equity {
  display: initial;
}

.comment-sec {
  word-wrap: break-word
}

.account-one {
  width: 25%;

}

.account-two {
  width: 20%;
}

.w-23 {
  width: 23%;
}

.images_crops {

  width: 354px;
  height: 236px;
  visibility: visible;
}

.pr-10 {
  padding-right: 10px;
}

.ml-50 {
  margin-left: -50px
}

.pl-30 {
  padding-left: 30px;
}

.p-10 {
  padding: 10px;
}

.pl-22 {
  padding-left: 22px;
}

.head-font {
  padding: 0px 10px;
}

.minn-height {
  min-height: 200px;
}

.filters_columns {

  width: 250px;
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  /* position: fixed !important; */
  right: 8% !important;
  top: 30% !important;
  transform: none;
}

.group-flushs {
  width: 250px;
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;

}

.div-table-part {
  width: auto;
  overflow-x: auto;
}

.index-value {
  z-index: 2
}

.role-table {
  width: 33%;

}

.video-wd-ht {
  width: 100%;
  height: 100%;
}

.select-term {
  width: 30%;
}

.annexure-icontoggle {
  margin-left: 1px;
  margin-top: -3px;

}

span.default-sort-icon {
  font-size: 10px;
}

.wrap-text {
  text-wrap: nowrap !important;
}

iframe.iframe-bank {
  width: 100%;
  height: 280px
}

iframe.iframe-kyc {
  width: 100%;
  height: 400px;
}

iframe.iframe-nominee {
  width: 100%;
  height: 400px
}

.doc-upload {
  max-width: 100%;
  height: 100%;
  width: 100%;

}

.investors-details {
  width: 100%;
  /* height: 321px; */
  height: calc(50vh - 41px);
}

.doc-component {
  width: 100%;
  height: 254px
}

.components-doc {
  width: 100%;
  height: 300px
}

.kyc-consent {
  width: 100%;
  height: 100%;
}

.doc-consent {
  justify-content: center;
  display: grid;
}

.consent-limit {
  margin-top: 10px;
}

.gap-15 {
  gap: 15px;
}

/*
    iframe.frame-pdf{
      width: 100% !important;
      height: 100% !important;
    } */

/*end*/


/*pagination css*/
.ngx-pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: 0px !important;
}

.ngx-pagination::before,
.ngx-pagination::after {
  content: ' ';
  display: table;
}

.ngx-pagination::after {
  clear: both;
}

.ngx-pagination li {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: inline-block;
}

.ngx-pagination a,
.ngx-pagination button {
  color: #0a0a0a;
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0;
  cursor: pointer;

}

.ngx-pagination a:hover,
.ngx-pagination button:hover {
  background: #e6e6e6
}


.ngx-pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}

.ngx-pagination .disabled:hover {
  background: transparent;
}

.ngx-pagination .pagination-previous a::before,
.ngx-pagination .pagination-previous.disabled::before {
  content: 'u00AB';
  display: inline-block;
  margin-right: 0.5rem;
}

.ngx-pagination .pagination-next a::after,
.ngx-pagination .pagination-next.disabled::after {
  content: 'u00BB';
  display: inline-block;
  margin-left: 0.5rem;
}

.ngx-pagination .show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ngx-pagination .small-screen {
  display: none;
}

/* ng-MAT codes */

.mat-stepper-vertical,
.mat-stepper-horizontal {
  display: block;
  /* font-family: var(--mat-stepper-container-text-font); */
  background: #E77817 !important;
}

.mat-horizontal-stepper-header-container {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container {
  align-items: flex-start;
}

.mat-stepper-header-position-bottom .mat-horizontal-stepper-header-container {
  order: 1;
}

.mat-stepper-horizontal-line {
  border-top-width: 1px;
  border-top-style: solid;
  flex: auto;
  height: 0;
  margin: 0 -16px;
  min-width: 32px;
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  margin: 0;
  min-width: 0;
  position: relative;
  top: calc(calc((var(--mat-stepper-header-height) - 24px) / 2) + 12px);
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after {
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  width: calc(50% - 20px);
}

.mat-horizontal-stepper-header {
  display: flex;
  height: 72px;
  overflow: hidden;
  align-items: center;
  padding: 0 24px;
  height: var(--mat-stepper-header-height);
}

.mat-horizontal-stepper-header .mat-step-icon {
  margin-right: 8px;
  flex: none;
}

[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon {
  margin-right: 0;
  margin-left: 8px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after {
  right: 0;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before {
  left: 0;
}

[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:last-child::before,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:first-child::after {
  display: none;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-icon {
  margin-right: 0;
  margin-left: 0;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-label {
  padding: 16px 0 0 0;
  text-align: center;
  width: 100%
}

.mat-vertical-stepper-header {
  display: flex;
  align-items: center;
  height: 24px;
  padding: calc((var(--mat-stepper-header-height) - 24px) / 2) 24px;
}

.mat-vertical-stepper-header .mat-step-icon {
  margin-right: 12px;
}

[dir=rtl] .mat-vertical-stepper-header .mat-step-icon {
  margin-right: 0;
  margin-left: 12px;
}

.mat-horizontal-stepper-content {
  outline: 0;
}

.mat-horizontal-stepper-content.mat-horizontal-stepper-content-inactive {
  height: 0;
  overflow: hidden;
}

.mat-horizontal-stepper-content:not(.mat-horizontal-stepper-content-inactive) {
  visibility: inherit !important;
}

.cdk-high-contrast-active .mat-horizontal-content-container {
  outline: solid 1px;
}

.mat-stepper-header-position-bottom .mat-horizontal-content-container {
  padding: 24px 24px 0 24px;
}

.mat-vertical-content-container {
  margin-left: 36px;
  border: 0;
  position: relative;
}

.cdk-high-contrast-active .mat-vertical-content-container {
  outline: solid 1px;
}

[dir=rtl] .mat-vertical-content-container {
  margin-left: 0;
  margin-right: 36px;
}

.mat-stepper-vertical-line::before {
  content: "";
  position: absolute;
  left: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(0, 0, 0, 0.12);
  top: calc(8px - calc((var(--mat-stepper-header-height) - 24px) / 2));
  bottom: calc(8px - calc((var(--mat-stepper-header-height) - 24px) / 2));
}

[dir=rtl] .mat-stepper-vertical-line::before {
  left: auto;
  right: 0;
}

.mat-vertical-stepper-content {
  overflow: hidden;
  outline: 0;
}

.mat-vertical-stepper-content:not(.mat-vertical-stepper-content-inactive) {
  visibility: inherit !important;
}

.mat-vertical-content {
  padding: 0 24px 24px 24px;
}

.mat-step:last-child .mat-vertical-content-container {
  border: none;
}

.mat-step-header {
  overflow: hidden;
  outline: none;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mat-step-header:focus .mat-focus-indicator::before {
  content: ""
}

.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}

.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused {
  background-color: rgba(0, 0, 0, 0.04);
  /* background-color: none */
}


.cdk-high-contrast-active .mat-step-header {
  outline: solid 1px;
}

.cdk-high-contrast-active .mat-step-header[aria-selected=true] .mat-step-label {
  text-decoration: underline;
}

.cdk-high-contrast-active .mat-step-header[aria-disabled=true] {
  outline-color: GrayText;
}

.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-label,
.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-icon,
.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-optional {
  color: GrayText;
}

.mat-step-optional {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-sub-label-error {
  font-size: 12px;
  font-weight: normal;
}

.mat-step-icon {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  position: relative;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.54);
}

.mat-step-icon-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.mat-step-icon .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.mat-step-icon-state-error {
  background-color: #00000000;
  color: #f44336 !important;
}

.mat-step-icon-state-error .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
}

.mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-label.mat-step-label-error {
  color: #f44336 !important;
  font-size: var(--mat-stepper-header-error-state-label-text-size);
}

.mat-step-label.mat-step-label-selected {
  font-size: var(--mat-stepper-header-selected-state-label-text-size);
  font-weight: var(--mat-stepper-header-selected-state-label-text-weight);
}

::ng-deep .mat-mdc-tooltip-trigger.tooltip-scenario.ng-star-inserted {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-wrap: nowrap !important;
  width: 100px !important;
  max-width: 100%;
}

.mat-step-header .mat-step-header-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

.mat-step-icon-state-done {
  background-color: #E77817 !important;
  color: #fff !important;
}

.mat-step-icon-state-edit {
  background-color: #E77817 !important;
  color: #fff !important;
}

mat-icon,
mat-icon.mat-primary,
mat-icon.mat-accent,
mat-icon.mat-warn {
  color: #fff !important
}

.mat-icon {
  -webkit-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  width: 24px;
  overflow: hidden;
}

.mat-icon.mat-icon-inline {
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

.mat-icon.mat-ligature-font[fontIcon]::before {
  content: attr(fontIcon);
}

[dir=rtl] .mat-icon-rtl-mirror {
  transform: scale(-1, 1);
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon {
  display: block;
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon {
  margin: auto;
}

.mat-step-header .mat-step-icon {

  background-color: #EF7F1A;

}

.mat-stepper-label-position-bottom[_ngcontent-ng-c2442823882] .mat-horizontal-stepper-header[_ngcontent-ng-c2442823882],
.mat-vertical-stepper-header[_ngcontent-ng-c2442823882] {

  padding: 15px 15px !important;

}

.mat-horizontal-content-container[_ngcontent-ng-c2442823882] {
  overflow: hidden;
  padding: 0 17px 0px 15px !important;

}

.mat-step-icon-selected {
  background-color: #E77817 !important;
  color: #fff !important;
}

.mat-step-icon-state-number {
  background-color: #818181 !important;

}

.mat-step-text-label[_ngcontent-ng-c2442823882] {
  color: #818181;
}

.mat-step-text-label.ng-star-inserted {
  color: #E77817 !important;

}

/* ng MAT Codes */

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
  iOS requires the button element instead of an anchor tag.
  If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}


/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@fin-product/ft-smart-lib/assets/smart.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************/

.dropdown-toggle:empty::after {
  margin-left: 0;
  display: none !important;
}

.ngx-pagination .current {
  padding: .1875rem .625rem;
  background: #ef7f1a !important;
  color: #fefefe;
  cursor: pointer;
}

.table-title-head {
  color: #071069;
  font-weight: bold;
  font-size: 16px;
}

.ngx-pagination .current:hover {
  background: #ef7f1a !important;
  border: transparent !important;
}

.link {
  color: #0d6efd;
}

.mdc-tab {
  min-width: 90px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1
}

.mdc-tab::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mdc-tab[hidden] {
  display: none
}

.mdc-tab--min-width {
  flex: 0 1 auto
}

.mdc-tab__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none
}

.mdc-tab__text-label {
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2
}

.mdc-tab__icon {
  transition: 150ms color linear;
  z-index: 2
}

.mdc-tab--stacked .mdc-tab__content {
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px
}

.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  transition-delay: 100ms
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
  padding-left: 8px;
  padding-right: 0
}

[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl] {
  padding-left: 0;
  padding-right: 8px
}

.mdc-tab-indicator {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1
}

.mdc-tab-indicator__content {
  transform-origin: left;
  opacity: 0
}

.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: var(--mat-tab-animation-duration, 250ms)
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  transition: none
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition: 150ms opacity linear
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition-delay: 100ms
}

.mat-mdc-tab-ripple {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none
}

.mat-mdc-tab {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  background: none;
  font-family: var(--mat-tab-header-label-text-font);
  font-size: var(--mat-tab-header-label-text-size);
  letter-spacing: var(--mat-tab-header-label-text-tracking);
  line-height: var(--mat-tab-header-label-text-line-height);
  font-weight: var(--mat-tab-header-label-text-weight)
}

.mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color);
  border-top-width: var(--mdc-tab-indicator-active-indicator-height);
  border-radius: var(--mdc-tab-indicator-active-indicator-shape)
}

.mat-mdc-tab:not(:disabled).mdc-tab--active .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:not(:disabled):hover.mdc-tab--active .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:not(:disabled):focus.mdc-tab--active .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:not(:disabled):active.mdc-tab--active .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:disabled.mdc-tab--active .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:not(:disabled):not(.mdc-tab--active) .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:not(:disabled):hover:not(.mdc-tab--active) .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:not(:disabled):focus:not(.mdc-tab--active) .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:not(:disabled):active:not(.mdc-tab--active) .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:disabled:not(.mdc-tab--active) .mdc-tab__icon {
  fill: currentColor
}

.mat-mdc-tab:hover .mdc-tab__text-label {
  color: var(--mat-tab-header-inactive-hover-label-text-color)
}

.mat-mdc-tab:focus .mdc-tab__text-label {
  color: var(--mat-tab-header-inactive-focus-label-text-color)
}

.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: var(--mat-tab-header-active-label-text-color)
}

.mat-mdc-tab.mdc-tab--active .mdc-tab__ripple::before,
.mat-mdc-tab.mdc-tab--active .mat-ripple-element {
  background-color: var(--mat-tab-header-active-ripple-color)
}

.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label {
  color: var(--mat-tab-header-active-hover-label-text-color)
}

.mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline {
  border-color: var(--mat-tab-header-active-hover-indicator-color)
}

.mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label {
  color: var(--mat-tab-header-active-focus-label-text-color)
}

.mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline {
  border-color: var(--mat-tab-header-active-focus-indicator-color)
}

.mat-mdc-tab.mat-mdc-tab-disabled {
  opacity: .4;
  pointer-events: none
}

.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content {
  pointer-events: none
}

.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: var(--mat-tab-header-disabled-ripple-color)
}

.mat-mdc-tab .mdc-tab__ripple::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  background-color: var(--mat-tab-header-inactive-ripple-color)
}

.mat-mdc-tab .mdc-tab__text-label {
  color: var(--mat-tab-header-inactive-label-text-color);
  display: inline-flex;
  align-items: center
}

.mat-mdc-tab .mdc-tab__content {
  position: relative;
  pointer-events: auto
}

.mat-mdc-tab:hover .mdc-tab__ripple::before {
  opacity: .04
}

.mat-mdc-tab.cdk-program-focused .mdc-tab__ripple::before,
.mat-mdc-tab.cdk-keyboard-focused .mdc-tab__ripple::before {
  opacity: .12
}

.mat-mdc-tab .mat-ripple-element {
  opacity: .12;
  background-color: var(--mat-tab-header-inactive-ripple-color)
}

.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs>.mat-mdc-tab-header .mat-mdc-tab {
  flex-grow: 1
}

.mat-mdc-tab-group {
  display: flex;
  flex-direction: column;
  max-width: 100%
}

.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination {
  background-color: var(--mat-tab-header-with-background-background-color)
}

.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mat-mdc-tab .mdc-tab__text-label {
  color: var(--mat-tab-header-with-background-foreground-color)
}

.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline {
  border-color: var(--mat-tab-header-with-background-foreground-color)
}

.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label {
  color: var(--mat-tab-header-with-background-foreground-color)
}

.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline {
  border-color: var(--mat-tab-header-with-background-foreground-color)
}

.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-focus-indicator::before {
  border-color: var(--mat-tab-header-with-background-foreground-color)
}

.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-ripple-element,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before {
  background-color: var(--mat-tab-header-with-background-foreground-color)
}

.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,
.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron {
  color: var(--mat-tab-header-with-background-foreground-color)
}

.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header {
  flex-direction: column-reverse
}

.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header .mdc-tab-indicator__content--underline {
  align-self: flex-start
}

.mat-mdc-tab-body-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  transition: height 500ms cubic-bezier(0.35, 0, 0.25, 1)
}

.mat-mdc-tab-body-wrapper._mat-animation-noopable {
  transition: none !important;
  animation: none !important
}

.table-responsive[_ngcontent-ng-c679581315] {
  width: 100%;
  overflow-x: auto
}

table[_ngcontent-ng-c679581315] {
  width: 100%;
  border-collapse: collapse
}

th[_ngcontent-ng-c679581315],
td[_ngcontent-ng-c679581315] {
  white-space: nowrap;
  text-overflow: ellipsis
}

table[_ngcontent-ng-c679581315],
th[_ngcontent-ng-c679581315],
td[_ngcontent-ng-c679581315] {
  padding: 8px
}

.mat-mdc-tab-body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  outline: 0;
  flex-basis: 100%
}

.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active {
  overflow-y: hidden
}

.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content {
  overflow: hidden
}

.mat-mdc-tab-body-content[style*="visibility: hidden"] {
  display: none
}

.mat-mdc-tab-header {
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px
}

.mat-mdc-tab-header-pagination {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  cursor: pointer;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
  box-sizing: content-box;
  background: none;
  border: none;
  outline: 0;
  padding: 0
}

.mat-mdc-tab-header-pagination::-moz-focus-inner {
  border: 0
}

.mat-mdc-tab-header-pagination .mat-ripple-element {
  opacity: .12;
  background-color: var(--mat-tab-header-inactive-ripple-color)
}

.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination {
  display: flex
}

.mat-mdc-tab-header-pagination-before,
.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after {
  padding-left: 4px
}

.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,
.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron {
  transform: rotate(-135deg)
}

.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,
.mat-mdc-tab-header-pagination-after {
  padding-right: 4px
}

.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,
.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron {
  transform: rotate(45deg)
}

.mat-mdc-tab-header-pagination-chevron {
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 8px;
  width: 8px;
  border-color: var(--mat-tab-header-pagination-icon-color)
}

.mat-mdc-tab-header-pagination-disabled {
  box-shadow: none;
  cursor: default;
  pointer-events: none
}

.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron {
  opacity: .4
}

.mat-mdc-tab-list {
  flex-grow: 1;
  position: relative;
  transition: transform 500ms cubic-bezier(0.35, 0, 0.25, 1)
}

._mat-animation-noopable .mat-mdc-tab-list {
  transition: none
}

._mat-animation-noopable span.mdc-tab-indicator__content,
._mat-animation-noopable span.mdc-tab__text-label {
  transition: none
}

.mat-mdc-tab-label-container {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  z-index: 1
}

.mat-mdc-tab-labels {
  display: flex;
  flex: 1 0 auto
}

[mat-align-tabs=center]>.mat-mdc-tab-header .mat-mdc-tab-labels {
  justify-content: center
}

[mat-align-tabs=end]>.mat-mdc-tab-header .mat-mdc-tab-labels {
  justify-content: flex-end
}

.mat-mdc-tab::before {
  margin: 5px
}

.cdk-high-contrast-active .mat-mdc-tab[aria-disabled=true] {
  color: GrayText
}

/* pagination style */


.ngx-pagination .pagination-previous a:before,
.ngx-pagination .pagination-previous.disabled:before {
  content: "\ab";
  display: inline-block;
  margin-right: .5rem
}

.ngx-pagination .pagination-next a:after,
.ngx-pagination .pagination-next.disabled:after {
  content: "\bb";
  display: inline-block;
  margin-left: .5rem
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after {
  border-top-color: rgba(0, 0, 0, 0.12)
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header {
  padding: calc((var(--mat-stepper-header-height) - 24px) / 2) 24px;
  box-sizing: border-box;
  flex-direction: column;
  height: auto
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after {
  top: calc(calc((var(--mat-stepper-header-height) - 24px) / 2) + 12px)
}

.mat-step-header:hover:not([aria-disabled]),
.mat-step-header:hover[aria-disabled=false] {
  background-color: none
}

/* new style End */

.mat-mdc-tooltip-trigger {
  overflow: hidden !important;
  text-overflow: ellipsis !important;

}

::ng-deep .mat-step-label {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/*Date picker*/

ngb-datepicker {
  border: 1px solid var(--bs-border-color);
  border-radius: .25rem;
  display: inline-block
}

ngb-datepicker-month {
  pointer-events: auto;
  display: block;
}

ngb-datepicker.dropdown-menu {
  padding: 0
}

ngb-datepicker.disabled .ngb-dp-weekday,
ngb-datepicker.disabled .ngb-dp-week-number,
ngb-datepicker.disabled .ngb-dp-month-name {
  color: var(--bs-text-muted)
}

.ngb-dp-body {
  z-index: 1055
}

.ngb-dp-header {
  border-bottom: 0;
  border-radius: .25rem .25rem 0 0;
  padding-top: .25rem;
  background-color: var(--bs-light)
}

.ngb-dp-months {
  display: flex
}

.ngb-dp-month {
  pointer-events: none
}

.ngb-dp-month-name {
  font-size: larger;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background-color: var(--bs-light)
}

.ngb-dp-month+.ngb-dp-month .ngb-dp-month-name,
.ngb-dp-month+.ngb-dp-month .ngb-dp-week {
  padding-left: 1rem
}

.ngb-dp-month:last-child .ngb-dp-week {
  padding-right: .25rem
}

.ngb-dp-month:first-child .ngb-dp-week {
  padding-left: .25rem
}

.ngb-dp-month .ngb-dp-week:last-child {
  padding-bottom: .25rem
}

ngb-datepicker-navigation {
  display: flex;
  align-items: center
}

.ngb-dp-navigation-chevron {
  border-style: solid;
  border-width: .2em .2em 0 0;
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-left: .25em;
  margin-right: .15em;
  transform: rotate(-135deg)
}

.ngb-dp-arrow {
  display: flex;
  flex: 1 1 auto;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  width: 2rem;
  height: 2rem
}

.ngb-dp-arrow-next {
  justify-content: flex-end
}

.ngb-dp-arrow-next .ngb-dp-navigation-chevron {
  transform: rotate(45deg);
  margin-left: .15em;
  margin-right: .25em
}

.ngb-dp-arrow-btn {
  padding: 0 .25rem;
  margin: 0 .5rem;
  border: none;
  background-color: transparent;
  z-index: 1
}

.ngb-dp-arrow-btn:focus {
  outline-width: 1px;
  outline-style: auto
}

.ngb-dp-navigation-select {
  display: flex;
  flex: 1 1 9rem
}

ngb-datepicker-navigation-select>.form-select {
  flex: 1 1 auto;
  padding: 0 .5rem;
  font-size: .875rem;
  height: 1.85rem
}

ngb-datepicker-navigation-select>.form-select:focus {
  z-index: 1
}

ngb-datepicker-navigation-select>.form-select::-ms-value {
  background-color: transparent !important
}

.ngb-dp-weekday,
.ngb-dp-week-number {
  line-height: 2rem;
  text-align: center;
  font-style: italic
}


.ngb-dp-week {
  border-radius: .25rem;
  display: flex
}

.ngb-dp-weekdays {
  border-bottom: 1px solid var(--bs-border-color);
  border-radius: 0;
  background-color: var(--bs-light)
}

.ngb-dp-day,
.ngb-dp-weekday,
.ngb-dp-week-number {
  width: 2rem;
  height: 2rem
}

.ngb-dp-day {
  cursor: pointer
}

.ngb-dp-day.disabled,
.ngb-dp-day.hidden {
  cursor: default;
  pointer-events: none
}

.ngb-dp-day[tabindex="0"] {
  z-index: 1
}

[ngbDatepickerDayView] {
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: .25rem;
  background: transparent
}

[ngbDatepickerDayView]:hover:not(.bg-primary),
[ngbDatepickerDayView].active:not(.bg-primary) {
  background-color: var(--bs-btn-bg);
  outline: 1px solid var(--bs-border-color)
}

[ngbDatepickerDayView].outside {
  opacity: .5
}

/*end*/

body>embed {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  background-color: rgb(82, 86, 89);
}

html>body>embed {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  background-color: rgb(82, 86, 89);
}

iframe>html>body>embed {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  background-color: rgb(82, 86, 89);
}

iframe>#document>html>body>embed {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  background-color: rgb(82, 86, 89);
}

iframe>document>html>body>embed {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  background-color: rgb(82, 86, 89);
}

/* ng select  */
.component-host-scrollable {
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.table-responsive[_ngcontent-ng-c1882717998] {
  width: 100%;
  overflow-x: auto
}

table[_ngcontent-ng-c1882717998] {
  width: 100%;
  border-collapse: collapse
}

th[_ngcontent-ng-c1882717998],
td[_ngcontent-ng-c1882717998] {
  white-space: nowrap;
  text-overflow: ellipsis
}

table[_ngcontent-ng-c1882717998],
th[_ngcontent-ng-c1882717998],
td[_ngcontent-ng-c1882717998] {
  padding: 8px
}

input[type=text][_ngcontent-ng-c2167054657]:disabled,
select[_ngcontent-ng-c2167054657]:disabled {
  background-color: #74a7d41f;
  height: 32px;
  width: 100%;
  padding: 5px;
  color: #000;
  border-radius: 3px;
  border-left: solid #E77817 2px;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}

.mdc-tab-indicator__content--icon {
  align-self: center;
  margin: 0 auto
}

input[_ngcontent-ng-c2316963036]::-webkit-outer-spin-button,
input[_ngcontent-ng-c2316963036]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number][_ngcontent-ng-c2316963036] {
  -moz-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[_ngcontent-ng-c2145275256]::-webkit-outer-spin-button,
input[_ngcontent-ng-c2145275256]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number][_ngcontent-ng-c2145275256] {
  -moz-appearance: textfield;
}

.ng-select.ng-select-disabled>.ng-select-container {
  background-color: transparent !important;
}


.ng-select.ng-select-single .ng-select-container {
  height: 0px;
}


ngb-modal-window .component-host-scrollable {
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.ng-select {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 32px;

}

.ng-select div,
.ng-select input,
.ng-select span {
  box-sizing: border-box
}

ng-select.ng-select-focused {
  box-shadow: none !important;
  outline: none !important;
}

.ng-select [hidden] {
  display: none
}

.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input {
  opacity: 1
}

.ng-select.ng-select-opened .ng-select-container {
  z-index: 1001
}

.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder,
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  -webkit-user-select: none;
  user-select: none;
  cursor: default
}

.ng-select.ng-select-disabled .ng-arrow-wrapper {
  cursor: default
}

.ng-select.ng-select-filtered .ng-placeholder {
  display: none
}


.ng-select .ng-select-container .ng-value-container {
  display: flex;
  flex: 1
}

.ng-select .ng-select-container .ng-value-container .ng-input {
  opacity: 0
}

.ng-select .ng-select-container .ng-value-container .ng-input>input::-ms-clear {
  display: none
}

.ng-select .ng-select-container .ng-value-container .ng-input>input[readonly] {
  -webkit-user-select: none;
  user-select: none;
  width: 0;
  padding: 0
}

.ng-select.ng-select-single.ng-select-filtered .ng-select-container .ng-value-container .ng-value {
  visibility: hidden
}

.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  position: absolute;
  left: 0;
  width: 100%
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none
}


.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  z-index: 1
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-icon {
  display: none
}

.ng-select .ng-clear-wrapper .ng-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  pointer-events: none
}

.ng-select .ng-spinner-loader {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(66, 66, 66, .2);
  border-right: 2px solid rgba(66, 66, 66, .2);
  border-bottom: 2px solid rgba(66, 66, 66, .2);
  border-left: 2px solid #424242;
  transform: translateZ(0);
  animation: load8 .8s infinite linear
}

.ng-select .ng-spinner-loader:after {
  border-radius: 50%;
  width: 17px;
  height: 17px
}

@keyframes load8 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.ng-select .ng-arrow-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  user-select: none
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  pointer-events: none;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative
}

.ng-dropdown-panel {
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch
}

.ng-dropdown-panel .ng-dropdown-panel-items {
  display: block;
  height: auto;
  box-sizing: border-box;
  max-height: 240px;
  overflow-y: auto
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label:empty:before {
  content: "\200b"
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted {
  font-weight: 700;
  text-decoration: underline
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled {
  cursor: default
}

.ng-dropdown-panel .scrollable-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.ng-dropdown-panel .total-padding {
  width: 1px;
  opacity: 0
}

.ng-select .ng-select-container .ng-value-container .ng-input>input {
  box-sizing: content-box;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  outline: none;
  padding: 0;
  cursor: default;
  width: 100%;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.iframe-container {
  width: 100%;
  height: 500px;
  border: solid green 1px;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
}

.overlay {
  /* background-color: #000000cd; */
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 111111;
}

.progress-bar {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
}

.invalid-token-container {
  background-color: rgb(0, 0, 0);
  color: white;
  font-size: 2em;
  text-align: center;
  margin: 3em 4em;
  padding: 1em;
}

#videoElement {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);


  -moz-transform: rotateY(180deg);


}

.webcam-wrapper {
  display: inline-block;
  position: relative;
  line-height: 0
}

.webcam-wrapper video.mirrored {
  transform: scaleX(-1)
}

.webcam-wrapper canvas {
  display: none
}

.webcam-wrapper .camera-switch {
  background-color: #0000001a;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAE9UlEQVR42u2aT2hdRRTGf+cRQqghSqihdBFDkRISK2KDfzDWxHaRQHEhaINKqa1gKQhd6EZLN+IidCH+Q0oWIkVRC21BQxXRitVaSbKoJSGtYGoK2tQ/tU1jY5v0c5F54Xl7b/KSO/PyEt+3e5f75p7zzZwzZ74zUEIJJfyfYaEGllQGVAGZlENdBy6Z2cSiYFTSKkkfS/pH/nBF0kFJdUW9AiRVASeAukD8DgNrzOySrwEzng18KaDzALXuG8W3AiStAvqBisBRNg40mtlPxbYCOgvgPO4bncWW+JpVeDQXRQhIygDfA00F5r0XuNfMrgclQFI98DDQCNQA5ZFXqoCWBVp8XwHRHeEqcN7loy/NbHBesyqpQ1KfFj/6nC+ZvFaApFrgPaCZpYVvgCfNbDiRAElNwGFg+RIt/X8H2s2s9wYCJDUAR4HqJX7++RN40MwGpgmQVAH0AQ2BPz4AHHPl8nBOAqtyFWQjsA6oL4Ada81sPDv7uwImod8kvSJp9RyS8O2SXnb/DYVd2Y9VSroQ4ANXJO2WVJmixqh0kzMWwL4LkiqRtDnA4D1zmfE8j9g9AezcnAHaPcfXdbfdnPZ2Yps6+DwAvO/Z1naTdApY7Xng48BDZnY1MpMVQBuw3iXc5Tnb0wBwBPjUzP6eoezuArZ6svM0geJLkvZEYnl3nkntoqROSbckSW2Suj3ZOIangc7GPJuUtNGdFIfmMeavktoSSKiW9LMPw30Q8JqkekmjCbOZRhuclLQjgYSNxUBAj6RyZ9ATgUJpUtJTCSR8vpAEXHAyWK5BXYFIGHOlepSAloUk4NEYgyoknQhEwhFJ0e8h6VSaQeerCb5uZgdi9utxYBNwOUD93hIVXswM4INCi6K9wAszFC2DwLOBDjHbYp59karIUnRdzYy/3ClqVklaUhfwTICj7K25OqA7a4wWagVsm4Me/xzwg2cCqqONFzO7DPxSCAJi436GUBgHHguQD2oTlJ55oSzP9ybccsttSJw1szdjFOSnI/8dTCGZHwcORp4Nx7y3B1iZ8/sm4MW8/Euxg5wIsS/HaAp3zeP4/G7obRDXI4jiTIA22H7Xdc7X+S3A5lC7QBQ357aq3VAjCeSkwUfAJrfvz+R8A9ADLAtZB+TinpjC5JMA+//jwPZZnF8G7J+L8z4IWB/zbG+gIujVWfLBW/NStVMmqaG4POJRsIjix7h8IGnLQuoBbQki5sVAJHyYm7YkNaRRtXwQ8G1cHpX0iKRrgUjYno17Sf0LrQhJUkdCeHWkVITGJI0k1QeS3ikGSUzOyJUJJNznYneuOCnpTldcxa2kP3xJYqOeSDjqZG8ShJLnE8TTuMS6Iyu1BW7djZqkfo9N0QOuYJmYQddfB7RG+gLTNzqAY9FrL+5/nwEbvDdJJe3zzOrhNP3AWRqmk55t3ZcBuj3b2gb0Sbrbo/NNzk7fFzu7s/E5EiC+rrmeQU0Kx2skvRFoOx2ZzlmSdgbsw49JetvtBpk8nM64d/cGbNtJ0s7cGyJlwHeEv+t3nqnLSgPAUOSGyG3AHUxdzqoJbEcvcL+ZTeTeEapzJKxgaeOcc/7Mf06D7kFrguS0VDAMtGadv+E47DT9tcChJej8ISfpD+abgTe45uOkFi8mnQ+JBVQ+d4VXuOptjavcyot8pq86mfwk8LWZnaOEEkoooYQSSojDv8AhQNeGfe0jAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  border-radius: 5px;
  position: absolute;
  right: 13px;
  top: 10px;
  height: 48px;
  width: 48px;
  background-size: 80%;
  cursor: pointer;
  background-position: center;
  transition: background-color .2s ease
}

.webcam-wrapper .camera-switch:hover {
  background-color: #0000002e
}

/*end photo-capture css */

:host {
  --viewer-pdf-sidenav-width: 300px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%
}

viewer-pdf-sidenav,
viewer-toolbar {
  --pdf-toolbar-text-color: rgb(241, 241, 241)
}

viewer-toolbar {
  --active-button-bg: rgba(255, 255, 255, 0.24);
  z-index: 1
}


#sidenav-container {
  overflow: hidden;
  transition: transform 250ms cubic-bezier(.6, 0, 0, 1), visibility 250ms;
  visibility: visible;
  width: var(--viewer-pdf-sidenav-width)
}

#sidenav-container.floating {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1
}

#sidenav-container[closed] {
  transform: translateX(-100%);
  transition: transform .2s cubic-bezier(.6, 0, 0, 1), visibility .2s, width 0s .2s;
  visibility: hidden;
  width: 0
}

:host-context([dir=rtl]) #sidenav-container[closed] {
  transform: translateX(100%)
}

#content-focus-rectangle {
  border: 2px solid var(--google-grey-500);
  border-radius: 2px;
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}

viewer-ink-host {
  height: 100%;
  position: absolute;
  width: 100%
}

#container {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative
}

#plugin {
  position: initial
}

#content {
  height: 100%;
  left: 0;
  position: sticky;
  top: 0;
  z-index: initial
}

#sizer {
  top: 0;
  width: 100%;
  z-index: initial
}

#main {
  flex: 1;
  overflow: hidden;
  position: relative
}

#scroller {
  direction: ltr;
  height: 100%;
  overflow: auto;
  position: relative
}

#scroller:fullscreen {
  overflow: hidden
}

/*end photo-capture css */

.custom-body {
  height: 500px !important;
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  background-color: rgb(82, 86, 89) !important;
}

.custom-embed {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

[_nghost-ng-c2519825715] {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 5px;
  text-align: center
}

[_nghost-ng-c2519825715]>div[_ngcontent-ng-c2519825715] {
  width: 100%;
  position: relative
}

[_nghost-ng-c2519825715]>div[_ngcontent-ng-c2519825715] img.ngx-ic-source-image[_ngcontent-ng-c2519825715] {
  max-width: 100%;
  max-height: 100%;
  transform-origin: center
}

[_nghost-ng-c2519825715]>div[_ngcontent-ng-c2519825715] img.ngx-ic-source-image.ngx-ic-draggable[_ngcontent-ng-c2519825715] {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: grab
}

[_nghost-ng-c2519825715] .ngx-ic-overlay[_ngcontent-ng-c2519825715] {
  position: absolute;
  pointer-events: none;
  touch-action: none;
  outline: var(--cropper-overlay-color, white) solid 100vw;
  top: 0;
  left: 0
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] {
  position: absolute;
  display: flex;
  color: #53535c;
  background: transparent;
  outline: rgba(255, 255, 255, .3) solid 100vw;
  outline: var(--cropper-outline-color, rgba(255, 255, 255, .3)) solid 100vw;
  touch-action: none
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715]:after {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  border: dashed 1px;
  opacity: .75;
  color: inherit;
  z-index: 1
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-move[_ngcontent-ng-c2519825715] {
  width: 100%;
  cursor: move;
  border: 1px solid rgba(255, 255, 255, .5)
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715]:focus .ngx-ic-move[_ngcontent-ng-c2519825715] {
  border-color: #1e90ff;
  border-width: 2px
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize[_ngcontent-ng-c2519825715] {
  position: absolute;
  display: inline-block;
  line-height: 6px;
  padding: 8px;
  opacity: .85;
  z-index: 1
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize[_ngcontent-ng-c2519825715] .ngx-ic-square[_ngcontent-ng-c2519825715] {
  display: inline-block;
  background: #53535C;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, .5);
  box-sizing: content-box
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-topleft[_ngcontent-ng-c2519825715] {
  top: -12px;
  left: -12px;
  cursor: nwse-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-top[_ngcontent-ng-c2519825715] {
  top: -12px;
  left: calc(50% - 12px);
  cursor: ns-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-topright[_ngcontent-ng-c2519825715] {
  top: -12px;
  right: -12px;
  cursor: nesw-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-right[_ngcontent-ng-c2519825715] {
  top: calc(50% - 12px);
  right: -12px;
  cursor: ew-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-bottomright[_ngcontent-ng-c2519825715] {
  bottom: -12px;
  right: -12px;
  cursor: nwse-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-bottom[_ngcontent-ng-c2519825715] {
  bottom: -12px;
  left: calc(50% - 12px);
  cursor: ns-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-bottomleft[_ngcontent-ng-c2519825715] {
  bottom: -12px;
  left: -12px;
  cursor: nesw-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize.ngx-ic-left[_ngcontent-ng-c2519825715] {
  top: calc(50% - 12px);
  left: -12px;
  cursor: ew-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize-bar[_ngcontent-ng-c2519825715] {
  position: absolute;
  z-index: 1
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize-bar.ngx-ic-top[_ngcontent-ng-c2519825715] {
  top: -11px;
  left: 11px;
  width: calc(100% - 22px);
  height: 22px;
  cursor: ns-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize-bar.ngx-ic-right[_ngcontent-ng-c2519825715] {
  top: 11px;
  right: -11px;
  height: calc(100% - 22px);
  width: 22px;
  cursor: ew-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize-bar.ngx-ic-bottom[_ngcontent-ng-c2519825715] {
  bottom: -11px;
  left: 11px;
  width: calc(100% - 22px);
  height: 22px;
  cursor: ns-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize-bar.ngx-ic-left[_ngcontent-ng-c2519825715] {
  top: 11px;
  left: -11px;
  height: calc(100% - 22px);
  width: 22px;
  cursor: ew-resize
}

[_nghost-ng-c2519825715] .ngx-ic-cropper.ngx-ic-round[_ngcontent-ng-c2519825715] {
  outline-color: transparent
}

[_nghost-ng-c2519825715] .ngx-ic-cropper.ngx-ic-round[_ngcontent-ng-c2519825715]:after {
  border-radius: 100%;
  box-shadow: 0 0 0 100vw #ffffff4d;
  box-shadow: 0 0 0 100vw var(--cropper-outline-color, rgba(255, 255, 255, .3))
}

[_nghost-ng-c2519825715] .ngx-ic-cropper.ngx-ic-round[_ngcontent-ng-c2519825715] .ngx-ic-move[_ngcontent-ng-c2519825715] {
  border-radius: 100%
}

.disabled[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize[_ngcontent-ng-c2519825715],
.disabled[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-resize-bar[_ngcontent-ng-c2519825715],
.disabled[_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] .ngx-ic-move[_ngcontent-ng-c2519825715] {
  display: none
}

.ngx-ix-hidden[_nghost-ng-c2519825715] {
  display: none
}

.h-600 {
  height: 600px;
}

.modal-body-pdf {
  overflow: hidden !important;
}

/* bulk upload style */
.form-control1 {
  position: relative;
  z-index: 1;
  color: transparent;
}

/* This style positions a div over the input field to block the view of its text */
.file-input-overlay {
  position: absolute;
  z-index: 2;
  background-color: white;
  /* Change this to match your background color */
  width: 100%;
  height: 100%;
}

.main-div {
  position: relative;
  display: inline-block;
}

.file-table {
  width: 100%;
  border-collapse: collapse;
}

.file-table th,
.file-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.file-table th {
  background-color: #f2f2f2;
}

.remove-icon {
  cursor: pointer;
  color: red;
  margin-left: 5px;
}

.remove-icon:hover {
  text-decoration: underline;
}

input#formFile {
  background: none;
}

.selected-del {
  font-size: 19px;
}

/* End */


input[type=text]:disabled,
input[type=number]:disabled,
select:disabled {
  background-color: #74a7d41f;
  height: 32px;
  width: 100%;
  padding: 5px;
  color: #000;
  border-radius: 3px;
  border-left: solid #E77817 2px;
  border-right: 1px solid #B5B5C7;
  border-top: 1px solid #B5B5C7;
  border-bottom: 1px solid #B5B5C7;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Adjust the width as per your requirement */
.table-responsive {
  width: 100% !important;
  overflow-x: auto !important;
  /* overflow-y: hidden; */
}

/* Table should take full width of its container */
.smart-table {
  width: 100% !important;
  border-collapse: collapse !important;
  padding: 8px !important;
  margin-top: 1rem;
}

.smart-table-col {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  padding: 8px !important;
}

.kyc_inform {
  /* overflow: hidden !important; */
  padding-right: 0px !important;

}

.bank_inform {
  overflow: hidden !important;
  padding-right: 0px !important;
}

.content_model {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  margin-top: -83px;
  margin-bottom: 12px;
}

.right_pull {
  margin-right: 4px;
}

.right_mar {
  margin-right: 4px;
}

.nominee-banks {
  margin-bottom: 15px;
}

.tooltips {
  position: relative;
  /* display: inline-block;
    border-bottom: 1px dotted black; */

}

.tooltips .tooltiptexts {
  visibility: hidden;
  width: 235px !important;
  background-color: #fff;
  color: #818181;
  text-align: left;
  border-radius: 6px;
  text-wrap: wrap;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  left: 0%;
  top: 60%;
  border: 1px solid #818181;
  font-size: 12px;

}

i.fas.fa-sort {
  font-size: 10px;
}

.tooltips:hover .tooltiptexts {
  visibility: visible;
}

.ml-none {
  margin-left: 7px !important;
  font-size: 13px;
}

.list-style-auto {
  list-style: auto;
}

.left-icon-search {
  position: relative;
}

.z_1000 {
  z-index: 1000;
}

.search-left i {
  color: #81818d !important;
}

.textwrap-nw {
  text-wrap: nowrap;
}



textarea:disabled {
  background-color: #74a7d41f;
}

/* Ni part newly added */


.tooltip-scenario {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-wrap: nowrap !important;
  width: 155px;
  max-width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example-details::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example-details {
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
  /* Firefox */
}

.non_invidual_sessions {
  padding-right: 10px;
}

.search-left {
  cursor: pointer;
  position: absolute !important;
  margin-top: 0px;
  left: -39px;
  background: #f5f8fa;
  height: 32px;
  padding: 6px 12px;
  border-bottom: solid #E77817 1px;
}

.frame-ht {
  height: 100%;
}

.w-22 {
  width: 22%;
}

.w-5 {
  width: 5%;
}

.entity-right {
  padding-right: 18px;
}

.header_border-bottom th {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.name-ellipsis {
  width: 100px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.word-break {
  word-break: break-word;
}

.lengthy-text-ellipsis {
  width: 100px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-nowrap {
  white-space: nowrap;
}

.mt-120 {
  margin-top: 120px;
}

.mt-30 {
  margin-top: 30px;
}

.margin-edit {
  margin-left: -16px !important;
}

.edit_rgt {
  margin-right: 12px !important;
}

.padd-right {
  margin-right: 9px !important;
}

/* Ni part newly added end */


.form-check-inline {
  margin: 0 !important;
}

/* end */


.risk_pen_edit {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* email consent */
.email_consent {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.email_consent .title_hed {
  font-size: 25px;
  font-weight: bold;
}

.email_consent i {
  font-size: 40px;
  color: #04a704;
}

.email_card {
  height: 80vh;
}

.email_consent_row {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.txt-rgt {
  text-align: right;
}

.m-25 {
  margin-left: -25px;

}

/* end Email Cosnent */
.brand-text-color svg {
  fill: #E77817;
}

.height-set {
  height: 37px;
}

.show-profile::after {

  display: none !important;

}

.specify-mg {
  margin-top: -23px;

}

.edit-mg {
  margin-right: 12px;
}

.m-38 {
  margin-top: 38px;
}


/* Tech stream */
.smt_action_btn .dropdown-menu.show {
  /* position: fixed !important; */
  top: -40px;
  height: max-content;
  /* left: -40px !important; */
}

/* .single-row-class .smt_action_btn .dropdown-menu.show{
  position: fixed !important;

} */
table tr:last-child .smt_action_btn .dropdown-menu.show {
  top: auto !important;

}


.button_gap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.search_ft_gap {
  gap: 5px;
}

.mat-mdc-tab:not(.mdc-tab--stacked) {
  height: 40px !important;
}

.charge_table {
  width: 35%;
}

.wid_20 {
  width: 20%;
}

.wid_25 {
  width: 25%;
}

.wid_10 {
  width: 10%;
}

.wid_15 {
  width: 15%;
}

.wid_40 {
  width: 40%;

}

.bulk-table-col {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  padding: 8px !important;
  width: 250px;
  text-align: start;

}

.bulk-table-row {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.ft-bulk-table {
  border-collapse: collapse;
  padding: 10px;
  vertical-align: baseline;
  text-align: left;
  width: 250px;
}

/* .ft-bulk-table .ng-star-inserted{
  left: 0;
  width: 225px;

} */

.marg-lef {
  margin-left: 0px !important;
}

.size_icon {
  font-size: 15px;
  cursor: pointer;
  color: #e77817;
  margin-left: 15px;
  text-align: right !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.input.mat-mdc-chip-input {
  margin: 0 !important;
}

.ft-bulk-table .mdc-evolution-chip-set .mdc-evolution-chip {
  height: max-content !important;
  padding: 2px 4px 2px 7px;
  margin: 2px !important;
  font-size: 12px !important;
}

.ft-bulk-table .mat-mdc-standard-chip .mat-mdc-chip-action-label {
  font-size: 11px !important;
}

.ft-bulk-table .mat-mdc-standard-chip .mdc-evolution-chip__icon--trailing {
  height: 13px !important;
  width: 13px !important;
  font-size: 14px !important;
  padding-left: 6px !important;
  padding-right: 5px !important;

}

.ft-bulk-table .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary {
  padding-left: 0;
  padding-right: 0;
}

.disable-function:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}



.btn-disable {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.edit_icon svg {
  cursor: pointer;
}

.footer-mobile {
  display: flex;

}

/* end */

/* ----------------------------
[12] - MEDIA QUERIES
---------------------------- */
/* MAX WIDTH */
/*@media (max-width: 575.98px) { ... } // X-Small devices (portrait phones, less than 576px)*/
/*@media (max-width: 767.98px) { ... } // Small devices (landscape phones, less than 768px) */
/*@media (max-width: 991.98px) { ... } // Medium devices (tablets, less than 992px) */
/*@media (max-width: 1199.98px) { ... } // Large devices (desktops, less than 1200px) */
/*@media (max-width: 1399.98px) { ... }  // X-Large devices (large desktops, less than 1400px) */

/* MIN & MAX WIDTH */
@media only screen and (max-width: 365px) {
  .header-menu-icon {
    color: white;
    padding: 8px 0px;
    font-size: 37px;
    display: inline !important;
  }



  .ft-menu-icon {
    margin-top: 9px;
  }

  .ft-portlet-body {
    margin: auto;
    padding: 10px;
  }

  .modal-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    right: 0px;
  }

  .fatca-margin {
    margin-left: 10px;
    margin-right: 10px;
  }


  .spin-loader {
    position: fixed;
    top: 45%;
    left: 45%;
    z-index: 1061;
    /* margin-left: 60px; */
    height: 35px;
    width: 35px;
    background: transparent;
    border: 3px solid;
    border-color: #E77817 #E77817 #E77817 #96969680;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.23, 0.78, 0.69, 0.84);
    animation: spin 0.75s infinite linear;
  }
}

@media only screen and (max-width: 320px) {
  .header-menu-icon {
    color: white;
    padding: 8px 0px;
    font-size: 37px;
    display: inline !important;
  }

  .ft-menu-icon {
    margin-top: 9px;
  }

  .ft-portlet-body {
    margin: auto;
  }

  .modal-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    right: 0px;
  }



}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #menu {
    position: absolute;
    width: 250px;
    margin: -80px 0 0 -20px;
    padding: 2px;
    padding-top: 10px;
    height: 100vh;
    background: #4b4b4b;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    margin-top: 18px;
  }

}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-body {
    padding: 20px !important;
  }

}

@media only screen and (max-width: 1100px) {
  .card-body {
    padding: 20px !important;
  }

  .header-menu-icon {
    color: white;
    padding: 8px 0px;
    font-size: 37px;
    display: inline !important;
  }


}

@media only screen and (max-width: 1150px) {
  .header-menu-icon {
    color: white;
    padding: 8px 0px;
    font-size: 37px;
    display: inline !important;
  }

  .offcanvas-start {
    top: 0px;
    left: 0;
    width: 235px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }


  .ft-menu-icon {
    margin-top: 9px;
  }

  .ft-portlet-body {
    margin: auto;
  }

  .modal-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    right: 0px;
  }

}

@media only screen and (max-width: 720px) {
  .offcanvas-end {
    top: 7% !important;
  }

  .card-body {
    padding: 10px !important;
  }

  .ft-card-center {
    margin-top: 0px;
    padding-top: 10px;
  }

  .body-container {
    margin-top: 100px !important;
    padding: 0px 10px !important;
  }

  .header-menu-icon {
    color: white;
    padding: 8px 0px;
    font-size: 37px;
    display: inline !important;
  }

  .ft-offcanvas {
    display: inline !important;
  }

  .modal-dialog-lg {
    max-width: 90%;
    margin: 1.75rem auto;
  }

  .modal-body {
    background-color: white;
    padding: 10px !important;
    min-width: 240px;
    max-height: 400px;
    overflow: auto;
    display: block;
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 0px 8px 8px 8px;
  }

  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* width: 63px; */
    margin-right: 141px
  }

  #menu {
    position: absolute;
    width: 250px;
    margin: -80px 0 0 -20px;
    padding: 2px;
    padding-top: 10px;
    height: 100vh;
    background: #4b4b4b;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    margin-top: 6px;
  }

  .header-profile-icon {
    color: white;
    padding: 8px;
    font-size: 20px;
    cursor: pointer;
  }

  .filter-dropdown .dropdown-menu {
    /* display: inline-block; */
    margin-left: -117px !important;
    z-index: 1;
  }

  .flex-row-reverse {
    flex-direction: unset !important;
  }

  .consent-sec {
    padding: 10px !important;
  }
}

@media (max-width: 767px) {
  .searchbox {
    width: 300px;
  }

  .stepper-section {
    margin-left: 0px;
    margin-top: 75px;
    text-align: center !important;
  }
}

@media (max-width: 1024px) {

  .relate_per_name {
    width: 115px !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 810px) {
  .modal-dialog {
    width: 80%;
    margin: 1.75rem auto;
  }
}

@media only screen and (max-width: 720px) {
  .breadcrumb-container {
    top: 56px !important;
    /* z-index: 0 !important; */
  }

  .mobile-version {
    margin-top: 100px !important;
  }

}


@media only screen and (max-width: 1024px) {
  .navigation-mobile {
    display: block !important;
  }

  .navbar-collapse {
    display: none !important;
  }

  .nav_mobile {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .navigation-mobile {
    display: none !important;
  }

  .navbar-collapse {
    display: block !important;
  }


}

@media only screen and (min-width: 721px) {
  .navigation-mobile {
    display: none !important;
  }

  .navbar-collapse {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {


  .footer-mobile {
    display: unset !important;
    padding: 12px;
    text-align: center;
  }

  .mobile-disclaimer {
    text-align: unset !important;
  }

  .table-right-icons {
    float: left;
    align-items: center;
  }

  .search-input {

    width: 299px !important;

  }
}

@media (max-width: 480px) {
  .footer-mobile {
    display: unset !important;
    padding: 12px;
    text-align: center;
  }

  .mobile-disclaimer {
    text-align: unset !important;
  }

  .table-right-icons {
    float: left;
    align-items: center;
  }

  .search-input {

    width: 299px !important;

  }
}

@media (max-width: 700px) {


  .mobile-version {
    margin-top: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .mobile-module-responsive {
    margin-left: 8px;
    margin-right: 8px;

  }

  .proceed-responsive {
    margin-bottom: 30px;
  }

  .ft-menu-icon {
    margin-top: 0px;
  }

  .d-block.breadcrumb_mobile_view {
    /* margin-top: 10px !important; */
  }

  .responsive-stepper {

    margin-top: 23% !important;
  }

  .responsive-table-design {
    width: 100% !important;
    overflow: auto !important;
  }

  .lump-mobile-view {
    width: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .navigation-mobile {
    margin-top: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .stepper-details-space {
    width: 160px;
  }
}

@media (min-width: 400px) and (max-width: 721px) {

  .navigation-mobile {
    margin-top: 10px !important;
  }
}

@media (max-width: 425px) {
  .responsive-stepper {
    margin-top: 30% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

}

@media (min-width: 425px) and (max-width: 768px) {

  .responsive-stepper {
    margin-top: 23% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 601px) {
  .ngx-pagination.responsive .small-screen {
    display: inline-block !important;
  }

  .ngx-pagination.responsive li:not(.small-screen):not(.pagination-previous):not(.pagination-next) {
    display: none !important;
  }
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  .season_tab label {
    font-size: 12px;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@media all and (min-width: 320px) and (max-width: 768px) {
  .consent-media {

    margin-left: -9px;
    margin-right: 8px;
    margin-top: 6px;

  }
}

@media all and (min-width: 320px) and (max-width: 1087px) {
  .consent-media {
    margin-left: -10px !important;
  }
}

@media(hover: none) {
  .mat-step-header:hover {
    background: none !important
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .ngb-dp-arrow-btn:focus {
    outline-style: solid
  }
}

@media(max-width:200px), (max-height:250px) {
  viewer-toolbar {
    display: none
  }
}

@media(max-width:500px), (max-height:250px) {
  #sidenav-container {
    display: none
  }
}

@media (orientation: portrait) {
  .ngx-ic-cropper {
    outline-width: 100vh;
  }

  .ngx-ic-cropper.ngx-ic-round:after {
    box-shadow: 0 0 0 100vh #ffffff4d;
    box-shadow: 0 0 0 100vh var(--cropper-outline-color, rgba(255, 255, 255, 0.3));
  }

  [_nghost-ng-c2519825715] .ngx-ic-cropper[_ngcontent-ng-c2519825715] {
    outline-width: 100vh
  }

  [_nghost-ng-c2519825715] .ngx-ic-cropper.ngx-ic-round[_ngcontent-ng-c2519825715]:after {
    box-shadow: 0 0 0 100vh #ffffff4d;
    box-shadow: 0 0 0 100vh var(--cropper-outline-color, rgba(255, 255, 255, .3))
  }
}

/* .spinner-text {
  text-align: center !important;
  padding: 370px !important;
  width: 100% !important;
  color: #fff !important;
  font-size: 20px !important;
} */

.spinner-text {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center !important;
  width: 100% !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 0 !important;
}

.consent-media {
  margin-top: 6px;

}

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

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.dot-success {
  height: 10px;
  width: 10px;
  background-color: #136320;
  border-radius: 50%;
  display: inline-block;
}

.dot-danger {
  height: 10px;
  width: 10px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
}

.full-pdf-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border: none;
}


.cropper-container {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 5px;
  text-align: center;
}

.cropper-container>div {
  width: 100%;
  position: relative;
}

.cropper-container>div img.ngx-ic-source-image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  transform-origin: center;
}

.cropper-container>div img.ngx-ic-source-image.ngx-ic-draggable {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: grab;
}

.cropper-container .ngx-ic-overlay {
  position: absolute;
  pointer-events: none;
  touch-action: none;
  top: 0;
  left: 0;
}

.cropper-container .ngx-ic-overlay.align-center {
  margin-left: auto;
  margin-right: auto;
}

.cropper-container .ngx-ic-cropper {
  position: absolute;
  display: flex;
  color: var(--cropper-color, #53535C);
  background: transparent;
  outline: var(--cropper-outline-color, rgba(255, 255, 255, 0.3)) solid 100vw;
  touch-action: none;
}

@media (orientation: portrait) {
  .cropper-container .ngx-ic-cropper {
    outline-width: 100vh;
  }
}

.cropper-container .ngx-ic-cropper:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  border: dashed 1px;
  opacity: 0.75;
  color: inherit;
  z-index: 1;
}

.cropper-container .ngx-ic-cropper .ngx-ic-move {
  width: 100%;
  cursor: move;
  border: var(--cropper-border, 1px solid rgba(255, 255, 255, 0.5));
}

.cropper-container .ngx-ic-cropper:hover .ngx-ic-move {
  border: var(--cropper-hover-border, var(--cropper-border, 1px solid rgba(255, 255, 255, 0.5)));
}

.cropper-container .ngx-ic-cropper:focus .ngx-ic-move {
  border: var(--cropper-focus-border, 2px solid dodgerblue);
}

.cropper-container .ngx-ic-cropper:focus .ngx-ic-resize .ngx-ic-square {
  background: var(--cropper-resize-square-focus-bg, var(--cropper-resize-square-bg, #53535C));
  border: var(--cropper-resize-square-focus-border, var(--cropper-resize-square-border, 1px solid rgba(255, 255, 255, 0.5)));
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize {
  position: absolute;
  display: inline-block;
  line-height: 6px;
  padding: 8px;
  opacity: 0.85;
  z-index: 1;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize .ngx-ic-square {
  display: inline-block;
  width: 6px;
  height: 6px;
  box-sizing: content-box;
  background: var(--cropper-resize-square-bg, #53535C);
  border: var(--cropper-resize-square-border, 1px solid rgba(255, 255, 255, 0.5));
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize:hover .ngx-ic-square {
  background: var(--cropper-resize-square-hover-bg, var(--cropper-resize-square-bg, #53535C));
  border: var(--cropper-resize-square-hover-border, var(--cropper-resize-square-border, 1px solid rgba(255, 255, 255, 0.5)));
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-topleft {
  top: -12px;
  left: -12px;
  cursor: nwse-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-top {
  top: -12px;
  left: calc(50% - 12px);
  cursor: ns-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-topright {
  top: -12px;
  right: -12px;
  cursor: nesw-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-right {
  top: calc(50% - 12px);
  right: -12px;
  cursor: ew-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-bottomright {
  bottom: -12px;
  right: -12px;
  cursor: nwse-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-bottom {
  bottom: -12px;
  left: calc(50% - 12px);
  cursor: ns-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-bottomleft {
  bottom: -12px;
  left: -12px;
  cursor: nesw-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize.ngx-ic-left {
  top: calc(50% - 12px);
  left: -12px;
  cursor: ew-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize-bar {
  position: absolute;
  z-index: 1;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize-bar.ngx-ic-top {
  top: -11px;
  left: 11px;
  width: calc(100% - 22px);
  height: 22px;
  cursor: ns-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize-bar.ngx-ic-right {
  top: 11px;
  right: -11px;
  height: calc(100% - 22px);
  width: 22px;
  cursor: ew-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize-bar.ngx-ic-bottom {
  bottom: -11px;
  left: 11px;
  width: calc(100% - 22px);
  height: 22px;
  cursor: ns-resize;
}

.cropper-container .ngx-ic-cropper .ngx-ic-resize-bar.ngx-ic-left {
  top: 11px;
  left: -11px;
  height: calc(100% - 22px);
  width: 22px;
  cursor: ew-resize;
}

.cropper-container .ngx-ic-cropper.ngx-ic-round {
  outline-color: transparent;
}

.cropper-container .ngx-ic-cropper.ngx-ic-round:after {
  border-radius: 100%;
  box-shadow: 0 0 0 100vw var(--cropper-outline-color, rgba(255, 255, 255, 0.3));
}

@media (orientation: portrait) {
  .cropper-container .ngx-ic-cropper.ngx-ic-round:after {
    box-shadow: 0 0 0 100vh var(--cropper-outline-color, rgba(255, 255, 255, 0.3));
  }
}

.cropper-container .ngx-ic-cropper.ngx-ic-round .ngx-ic-move {
  border-radius: 100%;
}

.cropper-container.disabled .ngx-ic-cropper .ngx-ic-resize,
.cropper-container.disabled .ngx-ic-cropper .ngx-ic-resize-bar,
.cropper-container.disabled .ngx-ic-cropper .ngx-ic-move {
  display: none;
}

.cropper-container.ngx-ic-hidden {
  display: none;
}

.cropper-container .image-background {
  background: yourDefaultBackgroundColor;
  /* or dynamically apply with host binding if needed */
}

.cropper-container .image-visible {
  visibility: visible;
}

.cropper-container .image-hidden {
  visibility: hidden;
}

.cropper-container .transform-style {
  transform: none;
  /* default - override dynamically in component logic if needed */
}

.cropper-container .crop-top-100 {
  top: 100px;
}

.cropper-container .crop-left-200 {
  left: 200px;
}

.cropper-container .crop-width-300 {
  width: 300px;
}

.cropper-container .crop-height-400 {
  height: 400px;
}

.cropper-container .crop-visible {
  visibility: visible;
}


.cropper-container .visible-img {
  visibility: visible;
}

.cropper-container .hidden-img {
  visibility: hidden;
}

.cropper-container .bg-enabled {
  background: var(--image-cropper-bg-color, transparent);
}

.ngx-ic-source-image.visible {
  visibility: visible;
}

.cropper-container .ngx-ic-source-image.hidden {
  visibility: hidden;
}

.cropper-container .image-transform {
  transform: var(--image-transform, none);
}

.cropper-container .cropper-overlay {
  width: var(--overlay-width, 0px);
  height: var(--overlay-height, 0px);
  margin-left: var(--overlay-margin-left, 0px);
}

.cropper-container .cropper-box {
  position: absolute;
  top: var(--cropper-top, 0px);
  left: var(--cropper-left, 0px);
  width: var(--cropper-width, 0px);
  height: var(--cropper-height, 0px);
  margin-left: var(--cropper-margin-left, 0px);
}

.ngx-ic-cropper.hidden {
  visibility: hidden;
}

::ng-deep .ql-editor {
  min-height: 250px;
  max-height: 600px;
  overflow-y: auto;
}

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

/* media query end */
/* ----------- PDF VIEWER ------------------ */
/* Base styles (common to all devices) */
.pdf-container {
  width: 100%;
  height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
}


.pdf-container-full-width {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
}

.pdf-container canvas {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}


/* Mobile devices */
@media only screen and (max-width: 480px) {
  .pdf-container {
    padding: 8px;
  }

  .pdf-container canvas {
    max-width: 100%;
  }
}

.pdf-viewer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Sticky toolbar */
.sticky-toolbar {
  position: sticky;
  top: 0;
  z-index: 10;
}

/* Toolbar layout */
.pdf-toolbar {
  display: flex;
  justify-content: space-between;
  /* <-- ensures left + right alignment */
  align-items: center;
  background: #f8f9fa;
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Left and right sections */
.toolbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.pdf-toolbar button {
  background: #E77817 !important;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

.pdf-toolbar button:hover {
  background: #0056b3;
}

/* Page counter */
.page-controls span {
  font-weight: 500;
  color: #333;
}

.page-count {
  margin-left: 4px;
  font-weight: bold;
  color: #E77817 !important;
}

/* Loading spinner overlay */
.loading-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #E77817 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto 8px;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .pdf-toolbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
  }

  .toolbar-left,
  .toolbar-right {
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    justify-content: flex-start;
  }

  .pdf-toolbar button {
    padding: 5px 10px;
    font-size: 12px;
  }

  .page-controls {
    margin-top: 6px;
  }

  .loading-overlay {
    padding: 12px;
  }

  .spinner {
    width: 25px;
    height: 25px;
    border-width: 3px;
  }
}

/* Optional: extra small screens */
@media (max-width: 480px) {
  .pdf-toolbar {
    padding: 6px;
  }

  .pdf-toolbar button {
    padding: 4px 8px;
    font-size: 11px;
  }

  .page-count {
    font-size: 12px;
  }
}
.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, 0.1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-drag-preview .mat-ripple-element,.cdk-drag-placeholder .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.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;z-index:1000;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);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.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{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}.mat-theme-loaded-marker{display:none}html{--mat-ripple-color:rgba(0, 0, 0, 0.1)}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ff4081;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#f44336;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color:rgba(0, 0, 0, 0.87)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3f51b5;--mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ff4081;--mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#3f51b5;--mdc-filled-text-field-focus-active-indicator-color:#3f51b5;--mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-hover-label-text-color:#f44336;--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#3f51b5;--mdc-outlined-text-field-focus-outline-color:#3f51b5;--mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-error-hover-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);--mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);--mat-form-field-hover-state-layer-opacity:0.04;--mat-form-field-focus-state-layer-opacity:0.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ff4081;--mdc-filled-text-field-focus-active-indicator-color:#ff4081;--mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);--mdc-outlined-text-field-caret-color:#ff4081;--mdc-outlined-text-field-focus-outline-color:#ff4081;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);--mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:white}html{--mdc-dialog-container-shape:4px;--mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-family:rounded;--mdc-chip-container-shape-radius:16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family:rounded;--mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:0.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:0.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1;--mat-chip-disabled-container-opacity:0.4;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-selected-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-flat-disabled-selected-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121;--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3f51b5;--mdc-chip-elevated-selected-container-color:#3f51b5;--mdc-chip-elevated-disabled-container-color:#3f51b5;--mdc-chip-flat-disabled-selected-container-color:#3f51b5;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#ff4081;--mdc-chip-elevated-selected-container-color:#ff4081;--mdc-chip-elevated-disabled-container-color:#ff4081;--mdc-chip-flat-disabled-selected-container-color:#ff4081;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-selected-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-flat-disabled-selected-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity:0.38;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#3949ab;--mdc-switch-selected-handle-color:#3949ab;--mdc-switch-selected-hover-state-layer-color:#3949ab;--mdc-switch-selected-pressed-state-layer-color:#3949ab;--mdc-switch-selected-focus-handle-color:#1a237e;--mdc-switch-selected-hover-handle-color:#1a237e;--mdc-switch-selected-pressed-handle-color:#1a237e;--mdc-switch-selected-focus-track-color:#7986cb;--mdc-switch-selected-hover-track-color:#7986cb;--mdc-switch-selected-pressed-track-color:#7986cb;--mdc-switch-selected-track-color:#7986cb;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color:rgba(0, 0, 0, 0.87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#d81b60;--mdc-switch-selected-handle-color:#d81b60;--mdc-switch-selected-hover-state-layer-color:#d81b60;--mdc-switch-selected-pressed-state-layer-color:#d81b60;--mdc-switch-selected-focus-handle-color:#880e4f;--mdc-switch-selected-hover-handle-color:#880e4f;--mdc-switch-selected-pressed-handle-color:#880e4f;--mdc-switch-selected-focus-track-color:#f06292;--mdc-switch-selected-hover-track-color:#f06292;--mdc-switch-selected-pressed-track-color:#f06292;--mdc-switch-selected-track-color:#f06292}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font:Roboto, sans-serif;--mat-switch-label-text-line-height:20px;--mat-switch-label-text-size:14px;--mat-switch-label-text-tracking:0.0178571429em;--mat-switch-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#3f51b5;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#ff4081;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}html{--mdc-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}html{--mat-radio-label-text-font:Roboto, sans-serif;--mat-radio-label-text-line-height:20px;--mat-radio-label-text-size:14px;--mat-radio-label-text-tracking:0.0178571429em;--mat-radio-label-text-weight:400}html{--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%);--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.6}html{--mdc-slider-handle-color:#3f51b5;--mdc-slider-focus-handle-color:#3f51b5;--mdc-slider-hover-handle-color:#3f51b5;--mdc-slider-active-track-color:#3f51b5;--mdc-slider-inactive-track-color:#3f51b5;--mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-ripple-color:#3f51b5;--mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);--mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);--mat-slider-value-indicator-opacity:0.6}html .mat-accent{--mat-slider-ripple-color:#ff4081;--mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);--mdc-slider-handle-color:#ff4081;--mdc-slider-focus-handle-color:#ff4081;--mdc-slider-hover-handle-color:#ff4081;--mdc-slider-active-track-color:#ff4081;--mdc-slider-inactive-track-color:#ff4081;--mdc-slider-with-tick-marks-inactive-container-color:#ff4081;--mdc-slider-with-tick-marks-active-container-color:white}html .mat-warn{--mat-slider-ripple-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);--mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:white}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white;--mat-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:0.38;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38;--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text{color:#3f51b5}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px;--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mdc-secondary-navigation-tab-container-height:48px;--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#3f51b5;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#3f51b5;--mat-tab-header-active-ripple-color:#3f51b5;--mat-tab-header-inactive-ripple-color:#3f51b5;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#3f51b5;--mat-tab-header-active-hover-label-text-color:#3f51b5;--mat-tab-header-active-focus-indicator-color:#3f51b5;--mat-tab-header-active-hover-indicator-color:#3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ff4081;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ff4081;--mat-tab-header-active-ripple-color:#ff4081;--mat-tab-header-inactive-ripple-color:#ff4081;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ff4081;--mat-tab-header-active-hover-label-text-color:#ff4081;--mat-tab-header-active-focus-indicator-color:#ff4081;--mat-tab-header-active-hover-indicator-color:#ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#3f51b5;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ff4081;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black;--mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mdc-checkbox-state-layer-size:40px;--mat-checkbox-touch-target-display:block}html{--mat-checkbox-label-text-font:Roboto, sans-serif;--mat-checkbox-label-text-line-height:20px;--mat-checkbox-label-text-size:14px;--mat-checkbox-label-text-tracking:0.0178571429em;--mat-checkbox-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false;--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false;--mdc-protected-button-container-shape:4px;--mdc-protected-button-keep-touch-target:false;--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px;--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0;--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px;--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px;--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:black;--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-text-button-state-layer-color:black;--mat-text-button-disabled-state-layer-color:black;--mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-text-button-hover-state-layer-opacity:0.04;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12;--mdc-filled-button-container-color:white;--mdc-filled-button-label-text-color:black;--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-filled-button-state-layer-color:black;--mat-filled-button-disabled-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-filled-button-hover-state-layer-opacity:0.04;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12;--mdc-protected-button-container-color:white;--mdc-protected-button-label-text-color:black;--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-protected-button-container-shadow-color:#000;--mat-protected-button-state-layer-color:black;--mat-protected-button-disabled-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-protected-button-hover-state-layer-opacity:0.04;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12;--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-label-text-color:black;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:black;--mat-outlined-button-disabled-state-layer-color:black;--mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-outlined-button-hover-state-layer-opacity:0.04;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3f51b5;--mat-text-button-state-layer-color:#3f51b5;--mat-text-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ff4081;--mat-text-button-state-layer-color:#ff4081;--mat-text-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336;--mat-text-button-state-layer-color:#f44336;--mat-text-button-ripple-color:rgba(244, 67, 54, 0.1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#3f51b5;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ff4081;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#3f51b5;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ff4081;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#3f51b5;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#3f51b5;--mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ff4081;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#ff4081;--mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#f44336;--mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mdc-text-button-container-height:36px;--mdc-filled-button-container-height:36px;--mdc-outlined-button-container-height:36px;--mdc-protected-button-container-height:36px;--mat-text-button-touch-target-display:block;--mat-filled-button-touch-target-display:block;--mat-protected-button-touch-target-display:block;--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:0.0892857143em;--mdc-text-button-label-text-weight:500;--mdc-text-button-label-text-transform:none;--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:0.0892857143em;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-label-text-transform:none;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:0.0892857143em;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-label-text-transform:none;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:0.0892857143em;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);--mat-icon-button-state-layer-color:black;--mat-icon-button-disabled-state-layer-color:black;--mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-icon-button-hover-state-layer-opacity:0.04;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3f51b5;--mat-icon-button-state-layer-color:#3f51b5;--mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ff4081;--mat-icon-button-state-layer-color:#ff4081;--mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-icon-size:24px;--mdc-fab-small-container-shape:50%;--mdc-fab-small-icon-size:24px;--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px}html{--mdc-fab-container-color:white;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-fab-container-shadow-color:#000;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-disabled-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-hover-state-layer-opacity:0.04;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);--mdc-fab-small-container-color:white;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shadow-color:#000;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-disabled-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-hover-state-layer-opacity:0.04;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-shadow-color:#000}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#3f51b5;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#ff4081;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#f44336;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#3f51b5;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#ff4081;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#f44336;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-fab-touch-target-display:block;--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);--mat-snack-bar-button-color:#ff4081}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#3f51b5}html .mat-accent{--mdc-circular-progress-active-indicator-color:#ff4081}html .mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#3f51b5;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ff4081;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1;--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:0.04;--mat-standard-button-toggle-focus-state-layer-opacity:0.12}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:0.03125em;--mat-legacy-button-toggle-label-text-weight:400;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:0.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-toggle-active-state-icon-color:#3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-text-color:black;--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#3f51b5}.mat-icon.mat-accent{--mat-icon-color:#ff4081}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3f51b5;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3f51b5;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3f51b5;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#ff4081;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#ff4081;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#ff4081;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#3f51b5;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ff4081;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:white;--mat-tree-node-text-color:rgba(0, 0, 0, 0.87)}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


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