/*! CSS Used from: https://fonts.googleapis.com/icon?family=Material+Icons */
/* Popup container */
.bg-green-1
{background-color: #05B27D!important;}
.bg-green-2
{background-color: #1CB889!important;}
.bg-green-3
{background-color: #33BF94!important;}
.bg-green-4
{background-color: #4AC5A0!important;}
.bg-green-5
{background-color: #61CCAB!important;}
.bg-green-6
{background-color: #77D2B7!important;}
.bg-green-7
{background-color: #8ED9C2!important;}
.bg-green-8
{background-color: #A5DFCE!important;}
.bg-green-9
{background-color: #BCE6D9!important;}
.bg-green-10
{background-color: #D3ECE5!important;}





.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.bg-bluebell-1 {
  background-color: #7e87e5 !important; }


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*! CSS Used from: https://pro.propeller.in/docs/css/propeller-user-manual.min.css */
code[class*=language-], pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: soleil, "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
pre[class*=language-] {
  background: #f5f2f0;
}
.token.comment {
  color: #708090;
}
.token.punctuation {
  color: #999;
}
.token.tag {
  color: #905;
}
.token.attr-name {
  color: #690;
}
.token.attr-value {
  color: #07a;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: .8em;
  text-align: right;
}
*, ::after, ::before {
  box-sizing: border-box;
}
section {
  display: block;
}
h2, h5 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code, pre {
  font-family: soleil, "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button:not(:disabled) {
  cursor: pointer;
}
h2, h5 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
}
h5 {
  font-size: 1.25rem;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn:disabled {
  opacity: .65;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.collapse:not(.show) {
  display: none;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F3F3F9;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
	
}
.text-g-1{color: #ea1d2d}
.text-g-2{color: #d19f2a}
.text-g-3{color: #2d9a47}
.text-g-4{color: #c22033}
.text-g-5{color: #ef412a}
.text-g-6{color: #26bde2}
.text-g-7{color: #fdb714}
.text-g-8{color: #8f1838}
.text-g-9{color: #f36e24}
.text-g-10{color: #e01a83}
   .circle {
        border-radius: 50%;
        width: 54px;
        height: 54px;
        padding: 10px;
	   margin-top: -10px;
        background: #fff;
        border: 3px solid ;
        color: ;
        text-align: center;
        font: 32px Arial, sans-serif;
      }
.hover-line-1:hover{border-bottom: 3px solid #ef412a;}
.hover-red:hover{color:#e5243b;}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-header {
  padding: 1.15rem 1.15rem !important;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
	font-family: soleil, "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: lowercase;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.bg-primary {
  background-color: #007bff !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.text-white {
  color: #fff !important;
}
@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  h2, p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
}
h2, h5 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #4285f4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0d5bdd;
  text-decoration: underline;
}
a {
  color: #4285f4;
  text-decoration: none;
  outline: 0;
}
a:focus, a:hover {
  color: #0d5bdd;
  text-decoration: underline;
  outline: 0;
  outline-offset: -2px;
}
h2, h5 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h2 {
  font-size: 2rem;
}
h5 {
  font-size: 1.25rem;
}
.box__title-heading {
    font-family: soliel, "soliel", Helvetica, Arial, "sans-serif";
    position: relative;
    color: #000;
    letter-spacing: 0px;
    line-height: 45px;
    font-size: 45px;
}
.fs-45 {
    font-family: soliel, "soliel", Helvetica, Arial, "sans-serif";
    font-size: 45px;
}
.fs-40 {
    font-family: soliel, "soliel", Helvetica, Arial, "sans-serif";
    font-size: 35px;
}
.material-icons.pmd-sm {
  font-size: 24px;
}
.md-light {
  color: #fff;
}
.pmd-card {
  display: block;
  padding: 1px 0;
  margin-bottom: 30px;
  background-color: #fff;
  border: none;
  border-radius: .125rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.pmd-accordion .card {
  position: relative;
  margin: 0rem 0!important;
  border: none;
  border-radius: 0;

  transition: all .2s ease-in-out;
}
.pmd-accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border-color:;
}
.pmd-accordion .card .card-header .btn {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  white-space: inherit;
}
.pmd-accordion .card .card-header .btn:focus, .pmd-accordion .card .card-header .btn:hover {
  color: inherit;
}
.pmd-accordion .card.active .material-icons.pmd-accordion-arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pmd-accordion-nospace .card {
  margin: 0;
}
.pmd-accordion-arrow {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.pmd-accordion-icon-left {
  float: left;
  padding-right: 32px;
}
.btn {
  padding: .625rem .75rem;
  font-size:1.5rem!important;
  font-weight: 400;
  line-height: 1.1;
  text-transform: ;
  border-width: 1px;
  border-radius: .125rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	letter-spacing: 1px!important;
	font-weight: 500;
}
[aria-expanded*=true] .pmd-accordion-arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-flex-pack: end;
  justify-content: end;
}
.bg-primary {
  background-color: #4285f4 !important;
}
.bg-secondary {
  background-color: #20c997 !important;
}
.bg-info {
  background-color: #03a9f4 !important;
}
a {
  color: #337ab7;
  text-decoration: none;
  outline: 0;
}
a:focus, a:hover {
  outline: 0;
  outline: 0;
  outline-offset: -2px;
  text-decoration: none;
}
p {
  margin-bottom: 24px;
}
@media screen and (max-width:992px) {
  p {
    margin-bottom: 16px;
  }
}
h2, h5 {
  font-weight: 400;
}
h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
h5 {
  font-size: 1rem;
}
.pmd-card {
  margin-bottom: 0;
}
.code-box {
  position: relative;
}
pre.pre-codebox {
  max-height: 400px;
  overflow: auto;
}
a:focus {
  outline: 0;
}
pre.pre-codebox {
  margin: 0;
  border-radius: 0;
  background: #f8f8f8;
}
pre.pre-codebox {
  position: initial;
}
pre.pre-codebox .toolbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
pre.pre-codebox .toolbar a {
  padding: 4px 12px;
  border-radius: 0 0 0 3px;
  background: #666;
  display: inline-block;
  text-shadow: none;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: soleil, "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  cursor: pointer;
}
@media only screen and (max-width:767px) {
  h2 {
    line-height: 1.3;
  }
}
.component-section {
  margin-bottom: 20px;
}
.component-section > h2 {
  margin-top: 60px;
}
@media screen and (max-width:991px) {
  .component-section > h2 {
    margin-top: 40px;
  }
}
@media (max-width:767px) {
  .guideline .pmd-card {
    text-align: left;
  }
}
.code-box.pmd-card {
  margin-top: 1.6rem !important;
}
@media screen and (max-width:992px) {
  .card-body {
    padding: 1rem;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}


@charset "UTF-8";
/* CSS Document */